Your message dated Fri, 13 Mar 2026 21:49:55 +0000
with message-id <[email protected]>
and subject line Bug#1128906: fixed in golang-github-jacobsa-gcloud 
0.0~git20240721.15c4fa4-2
has caused the Debian Bug report #1128906,
regarding golang-github-jacobsa-gcloud: FTBFS due to tests timed out after 10 
minutes
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 [email protected]
immediately.)


-- 
1128906: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1128906
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: golang-github-jacobsa-gcloud
Version: 0.0~git20150709-3
Severity: normal
Tags: ftbfs
X-Debbugs-Cc: [email protected]

Dear Maintainer,

This package FTBFS due to  tests timed out after 10 minutes.

Here are the failed log:
=== RUN   TestStatCache
--- PASS: TestStatCache (0.00s)
PASS
ok      github.com/jacobsa/gcloud/gcs/gcscaching        0.004s
?       github.com/jacobsa/gcloud/gcs/gcscaching/mock_gcscaching        [no 
test files]
2026/02/24 07:29:55 Raised RLIMIT_NOFILE from 524287 to 524288.
=== RUN   TestBucket
[----------] Running tests from CreateTest
[ RUN      ] CreateTest.EmptyObject
[       OK ] CreateTest.EmptyObject
[ RUN      ] CreateTest.NonEmptyObject
[       OK ] CreateTest.NonEmptyObject
[ RUN      ] CreateTest.Overwrite
[       OK ] CreateTest.Overwrite
[ RUN      ] CreateTest.ObjectAttributes_Default
[       OK ] CreateTest.ObjectAttributes_Default
[ RUN      ] CreateTest.ObjectAttributes_Explicit
[       OK ] CreateTest.ObjectAttributes_Explicit
[ RUN      ] CreateTest.ErrorAfterPartialContents
[       OK ] CreateTest.ErrorAfterPartialContents
[ RUN      ] CreateTest.InterestingNames
panic: test timed out after 10m0s
        running tests:
                TestBucket (10m0s)

goroutine 162 [running]:
testing.(*M).startAlarm.func1()
        /usr/lib/go-1.26/src/testing/testing.go:2802 +0x34b
created by time.goFunc
        /usr/lib/go-1.26/src/time/sleep.go:215 +0x2d

goroutine 1 [chan receive, 10 minutes]:
testing.(*T).Run(0x2218ba441688, {0xbb3c16?, 0x2218ba5dfb30?}, 0xbe5ee8)
        /usr/lib/go-1.26/src/testing/testing.go:2109 +0x4e5
testing.runTests.func1(0x2218ba441688)
        /usr/lib/go-1.26/src/testing/testing.go:2585 +0x37
testing.tRunner(0x2218ba441688, 0x2218ba5dfc58)
        /usr/lib/go-1.26/src/testing/testing.go:2036 +0xea
testing.runTests({0x0, 0x0}, {0xbca08c, 0x25}, 0x2218ba2bf338, {0x113e760, 0x2, 
0x2}, {0xc25f7352e24eeb28, 0x8bb2e5b1e0, ...})
        /usr/lib/go-1.26/src/testing/testing.go:2583 +0x505
testing.(*M).Run(0x2218ba6428c0)
        /usr/lib/go-1.26/src/testing/testing.go:2443 +0x6ac
main.main()
        _testmain.go:50 +0x9b

[..skip...]

This seems due to Go 1.26 URL/Transport incompatibilities with the
legacy gcsfake mock.

You may add these into debian/rules to skip the time out tests or check
if newer upstream fixed that:
```
override_dh_auto_test:
        # Go 1.26 URL/Transport incompatibilities with the legacy gcsfake mock
        # Disable tests that hangs until timeout in 10 minutes
        dh_auto_test -- -short -test.skip="TestBucket|TestConn"
```

Best regards,

-Andrew

--- End Message ---
--- Begin Message ---
Source: golang-github-jacobsa-gcloud
Source-Version: 0.0~git20240721.15c4fa4-2
Done: Dr. Tobias Quathamer <[email protected]>

We believe that the bug you reported is fixed in the latest version of
golang-github-jacobsa-gcloud, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Dr. Tobias Quathamer <[email protected]> (supplier of updated 
golang-github-jacobsa-gcloud 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 [email protected])


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

Format: 1.8
Date: Fri, 13 Mar 2026 22:22:55 +0100
Source: golang-github-jacobsa-gcloud
Architecture: source
Version: 0.0~git20240721.15c4fa4-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team 
<[email protected]>
Changed-By: Dr. Tobias Quathamer <[email protected]>
Closes: 1128906
Changes:
 golang-github-jacobsa-gcloud (0.0~git20240721.15c4fa4-2) unstable; 
urgency=medium
 .
   * Team upload.
   * Add override_dh_auto_test to d/rules to fix FTBFS with Go 1.26.
     Thanks to Andrew Lee (李健秋) <[email protected]> (Closes: #1128906)
Checksums-Sha1:
 30542eefe5fbdd851c615e7682ca7d64fdb5222b 2763 
golang-github-jacobsa-gcloud_0.0~git20240721.15c4fa4-2.dsc
 16f15cd53ae34d0d7cde516cd983692b7665d513 2628 
golang-github-jacobsa-gcloud_0.0~git20240721.15c4fa4-2.debian.tar.xz
 c9f97919b0442266e9aada461e4a640a1d6535c0 12608 
golang-github-jacobsa-gcloud_0.0~git20240721.15c4fa4-2_amd64.buildinfo
Checksums-Sha256:
 7590a0013d8f3c579aef12c2595a7a32be73a87b3d461d967e9a80a3141d3593 2763 
golang-github-jacobsa-gcloud_0.0~git20240721.15c4fa4-2.dsc
 b8cd1d697925a0bc95c23a91a1ab3a8e6fb6aa1d73d7822fbbf8c65dc1f5db7a 2628 
golang-github-jacobsa-gcloud_0.0~git20240721.15c4fa4-2.debian.tar.xz
 8b10686914d70b34b9b6224d19502491e3c476b6365e5c95a2cb2f19d7617ec2 12608 
golang-github-jacobsa-gcloud_0.0~git20240721.15c4fa4-2_amd64.buildinfo
Files:
 af85f3a0ef6c13be65779ef44d264dca 2763 golang optional 
golang-github-jacobsa-gcloud_0.0~git20240721.15c4fa4-2.dsc
 521b0a0a297a5143bec6d8ffcb03dd97 2628 golang optional 
golang-github-jacobsa-gcloud_0.0~git20240721.15c4fa4-2.debian.tar.xz
 ddb3f5dab3c2f4d9eebfebd91c816246 12608 golang optional 
golang-github-jacobsa-gcloud_0.0~git20240721.15c4fa4-2_amd64.buildinfo

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

iQIzBAEBCgAdFiEE0cuPObxd7STF0seMEwLx8Dbr6xkFAmm0gTEACgkQEwLx8Dbr
6xkHsw/9FTIVFxB/QHY/6Vx0WnePVFEtb4XOXl7RP+D1u4xnEQ75hHgpYe26v9iW
ZHoRn2r/fMemMo1dsH9DS82zJy5Jyq1J6o73GRtmFL5emQs3S5IEDT/fr/U4mjT/
ZTUTkXCRuHP0glo8Mu3lLQQ3+rWW5YDFATgKJRSIafquQVRZVJMrrRcn0UMwWn13
DIq8/iYz2s4aneNq8d4Rtb1etR/izqwEzjeZ8X0PcYTO5QLjReI+XSv+9RSVBNqL
dxZuFoI8ADxNYkav0RzmQmYtoyt4jScrDgCYkyXqewijeqz6xyHtePKDKFk4x++w
gfNvvTVdRGJyseYCWiu05ZVfhEfD0idCenWQbktBOIHwOvPFA0BX6DfDY9eSa5Ph
8rN2Dlotru/05uMtI65w6vrfurHuOe+PtFWHJrXJxpPQ6N1mjizFxBPmfJ0QZ1fV
QdTlBGMkf6almENnQupRyVI/Nn+ye9kPZg/vsi54olTP4pnLu7xEK8Ktav8v4CYu
MBt4D6gw9E7A4IwyxYhs5MmM52g+JlvTaMEHF+c/ebxe0BKuRuwQQ3taKr68kxXs
JhWWDDVeXKvE2fYqtW0K1Fj8eutgT6F6Vl94DVLTG3CJjtStkvtXumrErSDvMI9M
RDMlASUTr6I3O00taYkwmmVeQ/4JNb2iN1mmGAqq2tKVrFwEpeo=
=7c3m
-----END PGP SIGNATURE-----

Attachment: pgpOmctOpfm31.pgp
Description: PGP signature


--- End Message ---

Reply via email to