Your message dated Tue, 14 May 2024 11:05:20 +0000
with message-id <e1s6pyc-0096dj...@fasolo.debian.org>
and subject line Bug#1071038: fixed in golang-google-api 0.61.0-5
has caused the Debian Bug report #1071038,
regarding golang-google-api: timeout in test TestBundlerTimeBasedFlushDeadlock
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1071038: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1071038
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: golang-google-api
Version: 0.61.0-4
Severity: serious
Justification: FTBFS

I am unable to build the package (reliably) on my laptop. It turns out that the
test TestBundlerTimeBasedFlushDeadlock times out after 10 minutes:


It seems that the test introduced by 6114940 is hanging/deadlocking for me:

    bundler_test.go:402: timed out: context canceled
panic: test timed out after 10m0s
running tests:
        TestBundlerTimeBasedFlushDeadlock (9m57s)

goroutine 1205 [running]:
testing.(*M).startAlarm.func1()
        /usr/lib/go-1.22/src/testing/testing.go:2366 +0x385
created by time.goFunc
        /usr/lib/go-1.22/src/time/sleep.go:177 +0x2d

goroutine 1 [chan receive, 9 minutes]:
testing.(*T).Run(0xc0000d6340, {0x556943?, 0x0?}, 0x55bf28)
        /usr/lib/go-1.22/src/testing/testing.go:1750 +0x3ab
testing.runTests.func1(0xc0000d6340)
        /usr/lib/go-1.22/src/testing/testing.go:2161 +0x37
testing.tRunner(0xc0000d6340, 0xc0000a6c70)
        /usr/lib/go-1.22/src/testing/testing.go:1689 +0xfb
testing.runTests(0xc0000aa0a8, {0x65bdc0, 0xd, 0xd}, {0x1?, 0x4b8aae?, 
0x6605a0?})
        /usr/lib/go-1.22/src/testing/testing.go:2159 +0x445
testing.(*M).Run(0xc0000b00a0)
        /usr/lib/go-1.22/src/testing/testing.go:2027 +0x68b
main.main()
        _testmain.go:79 +0x16c

goroutine 7 [semacquire, 9 minutes]:
sync.runtime_Semacquire(0xc0004aff08?)
        /usr/lib/go-1.22/src/runtime/sema.go:62 +0x25
sync.(*WaitGroup).Wait(0x5856c8?)
        /usr/lib/go-1.22/src/sync/waitgroup.go:116 +0x48
google.golang.org/api/support/bundler.TestBundlerTimeBasedFlushDeadlock(0xc000304000)
        
/tmp/autopkgtest.pxElVg/build.3uJ/src/obj-x86_64-linux-gnu/src/google.golang.org/api/support/bundler/bundler_test.go:413
 +0x1b2
testing.tRunner(0xc000304000, 0x55bf28)
        /usr/lib/go-1.22/src/testing/testing.go:1689 +0xfb
created by testing.(*T).Run in goroutine 1
        /usr/lib/go-1.22/src/testing/testing.go:1742 +0x390

goroutine 54 [select (no cases), 9 minutes]:
google.golang.org/api/support/bundler.TestBundlerErrors.func1({0x522040?, 
0xc0001840d8?})
        
/tmp/autopkgtest.pxElVg/build.3uJ/src/obj-x86_64-linux-gnu/src/google.golang.org/api/support/bundler/bundler_test.go:245
 +0xf
google.golang.org/api/support/bundler.(*Bundler).handle(0xc0001a20b0, 
0xc00018c0b0?)
        
/tmp/autopkgtest.pxElVg/build.3uJ/src/obj-x86_64-linux-gnu/src/google.golang.org/api/support/bundler/bundler.go:324
 +0x44
created by google.golang.org/api/support/bundler.(*Bundler).enqueueCurBundle in 
goroutine 53
        
/tmp/autopkgtest.pxElVg/build.3uJ/src/obj-x86_64-linux-gnu/src/google.golang.org/api/support/bundler/bundler.go:179
 +0x148

goroutine 78 [chan receive, 9 minutes]:
google.golang.org/api/support/bundler.TestAddWait.func2({0x522040?, 
0xc000184018?})
        
/tmp/autopkgtest.pxElVg/build.3uJ/src/obj-x86_64-linux-gnu/src/google.golang.org/api/support/bundler/bundler_test.go:198
 +0x25
google.golang.org/api/support/bundler.(*Bundler).handle(0xc0001320b0, 0x1af?)
        
/tmp/autopkgtest.pxElVg/build.3uJ/src/obj-x86_64-linux-gnu/src/google.golang.org/api/support/bundler/bundler.go:324
 +0x44
created by google.golang.org/api/support/bundler.(*Bundler).enqueueCurBundle in 
goroutine 77
        
/tmp/autopkgtest.pxElVg/build.3uJ/src/obj-x86_64-linux-gnu/src/google.golang.org/api/support/bundler/bundler.go:179
 +0x148
FAIL    google.golang.org/api/support/bundler   600.035s
testing: warning: no tests to run


This is also experienced on ci.debian.org on:
 - amd64: 
https://ci.debian.net/packages/g/golang-google-api/testing/amd64/46591924/
 - ppc6el: 
https://ci.debian.net/packages/g/golang-google-api/testing/ppc64el/46587668/


This test was introduced here: 
https://github.com/googleapis/google-api-go-client/issues/417

Anthony, Shengjing, what's your thought about simply disabling this test for 
now?

-rt

--- End Message ---
--- Begin Message ---
Source: golang-google-api
Source-Version: 0.61.0-5
Done: Reinhard Tartler <siret...@tauware.de>

We believe that the bug you reported is fixed in the latest version of
golang-google-api, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1071...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Reinhard Tartler <siret...@tauware.de> (supplier of updated golang-google-api 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Mon, 13 May 2024 17:40:29 -0400
Source: golang-google-api
Architecture: source
Version: 0.61.0-5
Distribution: unstable
Urgency: high
Maintainer: Debian Go Packaging Team <team+pkg...@tracker.debian.org>
Changed-By: Reinhard Tartler <siret...@tauware.de>
Closes: 1071038
Changes:
 golang-google-api (0.61.0-5) unstable; urgency=high
 .
   * Team Upload
   * Fix deadlock in test after updating golang.org/x/sync to 0.7.0
     Closes: #1071038
Checksums-Sha1:
 69021fdd2e8fc4f5dfccc22c93d496f5ec96318f 2926 golang-google-api_0.61.0-5.dsc
 804a7cc4f60e928c61f93180acbf345da4e74376 5964 
golang-google-api_0.61.0-5.debian.tar.xz
Checksums-Sha256:
 9f1417caa011633c074401c7bd41eb907c005d522780dc0aeb6aff2aea58b938 2926 
golang-google-api_0.61.0-5.dsc
 ef259d84c4b6b3bff4b53d72cf5b00c45b8c32e982e1e31e024d9ee0f0620c3e 5964 
golang-google-api_0.61.0-5.debian.tar.xz
Files:
 2094eede4c4cacdcffa29733360065ec 2926 golang optional 
golang-google-api_0.61.0-5.dsc
 9feebbe5aa884331fc4daeb281e4fa7a 5964 golang optional 
golang-google-api_0.61.0-5.debian.tar.xz

-----BEGIN PGP SIGNATURE-----

iQJIBAEBCgAyFiEEMN59F2OrlFLH4IJQSadpd5QoJssFAmZDQuAUHHNpcmV0YXJ0
QHRhdXdhcmUuZGUACgkQSadpd5QoJsuGWxAAk/X1Y9YLGqegsbmnPbNDY+xV2peL
5vsj8+sNo52hGMTlwjXmoGLen+Tv9kz5cc1cEUPmwoRuxpCirSfVSpHMjM2TGT9N
6NDiC+ztI2Y9VxTLi0QqgzOirjIaAdXgTSIC5hwsi1weaXfy+mN4McfEAjDhPXvV
OAIxhAttbIVqnLNzxLTEfvMl9b6BIVDsbcvxLs2rMPM5uJxMGM2dL5yM+k68sD6C
MMhlXrOr92b9cfZK3u+P/O34B0DFnQTEwT1/VxkLwqzJdqw6ceNmWwATYu7g77pO
kf7RG1/6U8UneTw5wMTiiIJiQa3aAvtQNyK2SuenJWJzIkujOnwCLAF0UBPU/n01
ooe4dd69bPLprnSwk1Hly/ApjfyxyD8s90vB361ZcowV4Rej2YnjylsQcPUdw56o
JRgZjbZX+v8jCP222xxgxzEqq/w8bXIjC92XEaAh95/gErnzCT2JCJnvcsMhHxQI
myphLUdcRhI2IB8ZnDkKC/vb9NKqPe4VCRs5xNc81m3SentxK/pGDqq9I+1Xuxfx
VjNnZ4mHoUuPvPKzRrx+MvHkkpQSqDjIkk4hrgTZ0uEMySQSxPIgCnfPOtSRqYFz
SdnQBvgPGwnf34A7nLwOGaHqKkBpAVNk2mZEDu1Kn1828lWsfpPKXj1MS++zaAuR
wPmHmvCpqq04TrA=
=PcU6
-----END PGP SIGNATURE-----

Attachment: pgpvBRxRrY2oC.pgp
Description: PGP signature


--- End Message ---

Reply via email to