Your message dated Fri, 17 Jan 2025 00:22:33 +0000
with message-id <e1tya89-00fddc...@fasolo.debian.org>
and subject line Bug#1078616: fixed in golang-1.22 1.22.11-1
has caused the Debian Bug report #1078616,
regarding golang-1.22: FTBFS: tests fail
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.)
--
1078616: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1078616
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: golang-1.22
Version: 1.22.10-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20250106 ftbfs-trixie
Hi,
During a rebuild of all packages in sid, your package failed to build
on amd64.
Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> set -ex; \
> cd src; \
> export PATH="/<<PKGBUILDDIR>>/bin:$PATH"; \
> export GO_TEST_TIMEOUT_SCALE=10; \
> eval "$(go tool dist env)"; \
> bash run.bash -k -no-rebuild;
> + cd src
> + export
> PATH=/<<PKGBUILDDIR>>/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
> + export GO_TEST_TIMEOUT_SCALE=10
> + go tool dist env
> + eval GO111MODULE="";
> GOARCH="amd64";
> GOBIN="/<<PKGBUILDDIR>>/bin";
> GODEBUG="";
> GOENV="off";
> GOFLAGS="";
> GOHOSTARCH="amd64";
> GOHOSTOS="linux";
> GOOS="linux";
> GOPROXY="https://proxy.golang.org,direct";
> GOROOT="/<<PKGBUILDDIR>>";
> GOTMPDIR="";
> GOTOOLDIR="/<<PKGBUILDDIR>>/pkg/tool/linux_amd64";
> GOAMD64="v1";
> GOWORK="off";
> + GO111MODULE=
> + GOARCH=amd64
> + GOBIN=/<<PKGBUILDDIR>>/bin
> + GODEBUG=
> + GOENV=off
> + GOFLAGS=
> + GOHOSTARCH=amd64
> + GOHOSTOS=linux
> + GOOS=linux
> + GOPROXY=https://proxy.golang.org,direct
> + GOROOT=/<<PKGBUILDDIR>>
> + GOTMPDIR=
> + GOTOOLDIR=/<<PKGBUILDDIR>>/pkg/tool/linux_amd64
> + GOAMD64=v1
> + GOWORK=off
> + bash run.bash -k -no-rebuild
>
> ##### Test execution environment.
> # GOARCH: amd64
> # CPU: Intel(R) Xeon(R) Platinum 8259CL CPU @ 2.50GHz
> # GOOS: linux
> # OS Version: Linux 6.1.0-28-cloud-amd64 #1 SMP PREEMPT_DYNAMIC Debian
> 6.1.119-1 (2024-11-22) x86_64
>
> ##### Testing packages.
> ok archive/tar 0.281s
> ok archive/zip 0.231s
> ok bufio 0.075s
> ok bytes 0.412s
> ok cmp 0.012s
> ok compress/bzip2 0.110s
> ok compress/flate 0.887s
> ok compress/gzip 1.622s
> ok compress/lzw 0.012s
> ok compress/zlib 0.028s
> ok container/heap 0.004s
> ok container/list 0.010s
> ok container/ring 0.011s
> ok context 0.030s
> ok crypto 0.010s
> ok crypto/aes 0.057s
> ok crypto/cipher 0.008s
> ok crypto/des 0.010s
> ok crypto/dsa 0.005s
> ok crypto/ecdh 0.035s
> ok crypto/ecdsa 0.037s
> ok crypto/ed25519 0.084s
> ok crypto/elliptic 0.010s
> ok crypto/hmac 0.004s
> ok crypto/internal/alias 0.003s
> ok crypto/internal/bigmod 0.067s
> ok crypto/internal/boring 0.003s
> ok crypto/internal/boring/bcache 0.169s
> ok crypto/internal/edwards25519 0.100s
> ok crypto/internal/edwards25519/field 0.019s
> ok crypto/internal/nistec 0.162s
> ok crypto/internal/nistec/fiat 0.003s [no tests to run]
> ok crypto/md5 0.011s
> ok crypto/rand 0.066s
> ok crypto/rc4 0.064s
> ok crypto/rsa 0.483s
> ok crypto/sha1 0.029s
> ok crypto/sha256 0.019s
> ok crypto/sha512 0.015s
> ok crypto/subtle 0.380s
> --- FAIL: TestVerifyConnection (0.00s)
> --- FAIL: TestVerifyConnection/TLSv12 (0.00s)
> handshake_client_test.go:1784:
> RequireAndVerifyClientCert-FullHandshake: handshake failed: remote error:
> tls: bad certificate
> --- FAIL: TestVerifyConnection/TLSv13 (0.00s)
> handshake_client_test.go:1784:
> RequireAndVerifyClientCert-FullHandshake: handshake failed: remote error:
> tls: bad certificate
> --- FAIL: TestResumptionKeepsOCSPAndSCT (0.01s)
> --- FAIL: TestResumptionKeepsOCSPAndSCT/TLSv12 (0.01s)
> handshake_client_test.go:2575: handshake failed: remote error: tls:
> bad certificate
> --- FAIL: TestResumptionKeepsOCSPAndSCT/TLSv13 (0.00s)
> handshake_client_test.go:2575: handshake failed: remote error: tls:
> bad certificate
> --- FAIL: TestCrossVersionResume (0.01s)
> --- FAIL: TestCrossVersionResume/TLSv12 (0.00s)
> handshake_server_test.go:507: handshake did not resume at the same
> version
> --- FAIL: TestCrossVersionResume/TLSv13 (0.00s)
> handshake_server_test.go:507: handshake did not resume at the same
> version
> FAIL
> FAIL crypto/tls 0.643s
> ok crypto/x509 0.460s
> ok database/sql 0.550s
> ok database/sql/driver 0.004s
> ok debug/buildinfo 0.012s
> ok debug/dwarf 0.026s
> ok debug/elf 0.306s
> ok debug/gosym 0.438s
> ok debug/macho 0.010s
> ok debug/pe 0.014s
> ok debug/plan9obj 0.003s
> ok embed 0.010s [no tests to run]
> ok embed/internal/embedtest 0.010s
> ok encoding/ascii85 0.010s
> ok encoding/asn1 0.010s
> ok encoding/base32 0.039s
> ok encoding/base64 0.031s
> ok encoding/binary 0.010s
> ok encoding/csv 0.021s
> ok encoding/gob 3.324s
> ok encoding/hex 0.005s
> ok encoding/json 0.395s
> ok encoding/pem 0.916s
> ok encoding/xml 0.177s
> ok errors 0.043s
> ok expvar 0.048s
> ok flag 0.212s
> ok fmt 0.117s
> ok go/ast 0.006s
> ok go/build 2.502s
> ok go/build/constraint 0.060s
> ok go/constant 0.010s
> ok go/doc 0.049s
> ok go/doc/comment 1.416s
> ok go/format 0.007s
> ok go/importer 0.186s
> ok go/internal/gccgoimporter 0.010s
> ok go/internal/gcimporter 1.698s
> ok go/internal/srcimporter 11.099s
> ok go/parser 0.276s
> ok go/printer 0.220s
> ok go/scanner 0.010s
> ok go/token 0.019s
> ok go/types 7.723s
> ok go/version 0.003s
> ok hash 0.003s
> ok hash/adler32 0.007s
> ok hash/crc32 0.007s
> ok hash/crc64 0.003s
> ok hash/fnv 0.005s
> ok hash/maphash 0.102s
> ok html 0.020s
> ok html/template 0.112s
> ok image 0.060s
> ok image/color 0.021s
> ok image/draw 0.101s
> ok image/gif 0.261s
> ok image/jpeg 0.314s
> ok image/png 0.367s
> ok index/suffixarray 0.197s
> ok internal/abi 0.069s
> ok internal/buildcfg 0.019s
> ok internal/chacha8rand 0.005s
> ok internal/coverage/cformat 0.003s
> ok internal/coverage/cmerge 0.004s
> ok internal/coverage/pods 0.005s
> ok internal/coverage/slicereader 0.005s
> ok internal/coverage/slicewriter 0.010s
> ok internal/coverage/test 0.028s
> ok internal/cpu 0.010s
> ok internal/dag 0.004s
> ok internal/diff 0.004s
> ok internal/fmtsort 0.002s
> ok internal/fuzz 0.007s
> ok internal/godebug 1.569s
> ok internal/godebugs 0.003s
> ok internal/gover 0.003s
> ok internal/intern 0.645s
> ok internal/itoa 0.015s
> ok internal/platform 1.491s
> ok internal/poll 0.096s
> ok internal/profile 0.014s
> ok internal/reflectlite 0.019s
> ok internal/safefilepath 0.015s
> ok internal/saferio 0.073s
> ok internal/singleflight 0.024s
> ok internal/testenv 0.404s
> ok internal/trace 0.084s
> ok internal/trace/v2 10.141s
> ok internal/types/errors 0.808s
> ok internal/unsafeheader 0.003s
> ok internal/xcoff 0.008s
> ok internal/zstd 0.052s
> ok io 0.028s
> ok io/fs 0.391s
> ok io/ioutil 0.005s
> ok log 0.006s
> ok log/slog 0.073s
> ok log/slog/internal/benchmarks 0.012s
> ok log/slog/internal/buffer 0.025s
> ok log/syslog 1.257s
> ok maps 0.041s
> ok math 0.011s
> ok math/big 1.269s
> ok math/bits 0.020s
> ok math/cmplx 0.013s
> ok math/rand 0.157s
> ok math/rand/v2 0.392s
> ok mime 0.009s
> ok mime/multipart 1.283s
> ok mime/quotedprintable 0.037s
> ok net 10.677s
> ok net/http 5.381s
> ok net/http/cgi 0.366s
> ok net/http/cookiejar 0.012s
> ok net/http/fcgi 0.214s
> ok net/http/httptest 0.039s
> ok net/http/httptrace 0.006s
> ok net/http/httputil 0.621s
> ok net/http/internal 0.342s
> ok net/http/internal/ascii 0.031s
> ok net/http/pprof 5.098s
> ok net/internal/socktest 0.029s
> ok net/mail 0.020s
> ok net/netip 0.733s
> ok net/rpc 0.028s
> ok net/rpc/jsonrpc 0.010s
> ok net/smtp 0.016s
> ok net/textproto 0.039s
> ok net/url 0.038s
> ok os 1.143s
> ok os/exec 0.373s
> ok os/exec/internal/fdtest 0.003s
> ok os/signal 15.976s
> ok os/user 0.020s
> ok path 0.006s
> ok path/filepath 0.050s
> ok plugin 0.041s
> ok reflect 0.231s
> ok regexp 0.578s
> ok regexp/syntax 0.967s
> ok runtime 81.464s
> ok runtime/cgo 0.011s
> ok runtime/coverage 0.003s
> ok runtime/debug 0.137s
> ok runtime/internal/atomic 0.037s
> ok runtime/internal/math 0.003s
> ok runtime/internal/sys 0.005s
> ok runtime/internal/syscall 0.019s
> ok runtime/internal/wasitest 0.023s
> ok runtime/metrics 0.012s
> ok runtime/pprof 9.611s
> ok runtime/trace 0.158s
> ok slices 0.127s
> ok sort 0.052s
> ok strconv 0.516s
> ok strings 0.256s
> ok sync 0.596s
> ok sync/atomic 1.110s
> ok syscall 4.192s
> ok testing 1.228s
> ok testing/fstest 0.007s
> ok testing/iotest 0.004s
> ok testing/quick 0.049s
> ok testing/slogtest 0.007s
> ok text/scanner 0.008s
> ok text/tabwriter 0.034s
> ok text/template 0.055s
> ok text/template/parse 0.012s
> ok time 1.992s
> ok unicode 0.007s
> ok unicode/utf16 0.016s
> ok unicode/utf8 0.011s
> ok cmd/addr2line 1.079s
> ok cmd/api 26.056s
> ok cmd/asm/internal/asm 0.738s
> ok cmd/asm/internal/lex 0.015s
> ok cmd/cgo/internal/swig 0.037s
> ok cmd/cgo/internal/test 1.188s
> ok cmd/cgo/internal/testcarchive 0.003s
> ok cmd/cgo/internal/testcshared 0.004s
> ok cmd/cgo/internal/testerrors 42.463s
> ok cmd/cgo/internal/testfortran 0.020s
> ok cmd/cgo/internal/testgodefs 1.411s
> ok cmd/cgo/internal/testlife 1.554s
> ok cmd/cgo/internal/testnocgo 0.045s
> ok cmd/cgo/internal/testplugin 0.007s
> ok cmd/cgo/internal/testsanitizers 44.574s
> ok cmd/cgo/internal/testshared 0.013s
> ok cmd/cgo/internal/testso 6.862s
> ok cmd/cgo/internal/teststdio 7.889s
> ok cmd/cgo/internal/testtls 0.058s
> ok cmd/compile/internal/abt 0.018s
> ok cmd/compile/internal/amd64 5.389s
> ok cmd/compile/internal/base 0.003s
> ok cmd/compile/internal/compare 0.004s
> ok cmd/compile/internal/devirtualize 0.003s
> ok cmd/compile/internal/dwarfgen 0.499s
> ok cmd/compile/internal/importer 2.834s
> ok cmd/compile/internal/inline/inlheur 1.101s
> ok cmd/compile/internal/ir 0.015s
> ok cmd/compile/internal/logopt 0.840s
> ok cmd/compile/internal/loopvar 54.284s
> ok cmd/compile/internal/noder 0.020s
> ok cmd/compile/internal/reflectdata 0.013s [no tests to run]
> ok cmd/compile/internal/ssa 63.602s
> ok cmd/compile/internal/syntax 0.083s
> ok cmd/compile/internal/test 12.075s
> ok cmd/compile/internal/typecheck 0.698s
> ok cmd/compile/internal/types 0.006s
> ok cmd/compile/internal/types2 11.335s
> ok cmd/covdata 0.046s
> ok cmd/cover 2.546s
> ok cmd/dist 0.005s
> ok cmd/distpack 0.076s
> ok cmd/doc 0.364s
> ok cmd/fix 4.578s
> ok cmd/go 63.449s
> ok cmd/go/internal/auth 0.045s
> ok cmd/go/internal/cache 0.168s
> ok cmd/go/internal/cfg 0.038s [no tests to run]
> ok cmd/go/internal/envcmd 0.097s
> ok cmd/go/internal/fsys 0.052s
> ok cmd/go/internal/generate 0.011s
> ok cmd/go/internal/gover 0.009s
> ok cmd/go/internal/imports 0.016s
> ok cmd/go/internal/load 0.052s
> ok cmd/go/internal/lockedfile 0.234s
> ok cmd/go/internal/lockedfile/internal/filelock 0.143s
> ok cmd/go/internal/modfetch 0.046s
> ok cmd/go/internal/modfetch/codehost 0.079s
> ok cmd/go/internal/modfetch/zip_sum_test 0.052s
> ok cmd/go/internal/modindex 0.363s
> ok cmd/go/internal/modload 0.039s
> ok cmd/go/internal/mvs 0.067s
> ok cmd/go/internal/par 0.076s
> ok cmd/go/internal/str 0.044s
> ok cmd/go/internal/test 0.176s
> ok cmd/go/internal/toolchain 0.084s
> ok cmd/go/internal/vcs 0.055s
> ok cmd/go/internal/vcweb 0.036s
> ok cmd/go/internal/vcweb/vcstest 0.191s
> ok cmd/go/internal/web 0.041s
> ok cmd/go/internal/work 0.177s
> ok cmd/gofmt 0.043s
> ok cmd/internal/archive 1.666s
> ok cmd/internal/bootstrap_test 0.013s
> ok cmd/internal/buildid 0.366s
> ok cmd/internal/cov 1.150s
> ok cmd/internal/dwarf 0.020s
> ok cmd/internal/edit 0.029s
> ok cmd/internal/goobj 0.022s
> ok cmd/internal/moddeps 4.045s
> ok cmd/internal/notsha256 0.066s
> ok cmd/internal/obj 1.790s
> ok cmd/internal/obj/ppc64 0.933s
> ok cmd/internal/obj/riscv 0.270s
> ok cmd/internal/obj/s390x 0.084s
> ok cmd/internal/obj/x86 0.757s
> ok cmd/internal/objabi 0.105s
> ok cmd/internal/pkgpath 0.144s
> ok cmd/internal/pkgpattern 0.009s
> ok cmd/internal/quoted 0.015s
> ok cmd/internal/src 0.049s
> ok cmd/internal/test2json 0.322s
> ok cmd/link 16.721s
> ok cmd/link/internal/benchmark 0.064s
> ok cmd/link/internal/ld 22.324s
> ok cmd/link/internal/loader 0.069s
> ok cmd/nm 5.855s
> ok cmd/objdump 9.498s
> ok cmd/pack 2.376s
> ok cmd/pprof 2.795s
> ok cmd/trace 0.094s
> ok cmd/trace/v2 0.142s
> ok cmd/vet 6.936s
> FAIL
> 2025/01/07 06:40:58 Failed: exit status 1
>
> ##### os/user with tag osusergo
> ok os/user 0.010s
>
> ##### hash/maphash purego implementation
> ok hash/maphash 0.062s
>
> ##### GOMAXPROCS=2 runtime -cpu=1,2,4 -quick
> ok runtime 30.655s
>
> ##### GOEXPERIMENT=rangefunc go test iter
> ok iter 0.004s
>
> ##### Testing without libgcc.
> ok net 0.010s
> ok os/user 0.005s
>
> ##### internal linking of -buildmode=pie
> ok reflect 0.200s
> ok os/user 0.004s
>
> ##### sync -cpu=10
> ok sync 1.189s
>
> ##### Testing race detector
> ok runtime/race 7.714s
> ok flag 1.027s
> ok net 1.141s
> ok os 1.259s
> ok os/exec 2.082s
> ok encoding/gob 1.051s
> ok flag 1.036s
> ok os/exec 2.060s
>
> ##### Testing cgo
> ok cmd/cgo/internal/test 1.021s
> ok cmd/cgo/internal/test 0.846s
> ok cmd/cgo/internal/testtls 0.010s
> ok cmd/cgo/internal/testtls 0.010s
> ok cmd/cgo/internal/testnocgo 0.004s
> ok cmd/cgo/internal/testnocgo 0.018s
> ok cmd/cgo/internal/test 1.079s
> ok cmd/cgo/internal/test 0.823s
> ok cmd/cgo/internal/test 0.886s
> ok cmd/cgo/internal/test 0.814s
> ok cmd/cgo/internal/testtls 0.004s
> ok cmd/cgo/internal/testnocgo 0.013s
>
> ##### ../test
> ok cmd/internal/testdir 90.258s
>
> ##### API check
> ok cmd/api 52.744s
>
> FAILED
> make[1]: *** [debian/rules:113: override_dh_auto_test-arch] Error 1
The full build log is available from:
http://qa-logs.debian.net/2025/01/06/golang-1.22_1.22.10-1_unstable.log
All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20250106;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20250106&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results
A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!
If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects
If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.
--- End Message ---
--- Begin Message ---
Source: golang-1.22
Source-Version: 1.22.11-1
Done: Shengjing Zhu <z...@debian.org>
We believe that the bug you reported is fixed in the latest version of
golang-1.22, 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 1078...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Shengjing Zhu <z...@debian.org> (supplier of updated golang-1.22 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: Fri, 17 Jan 2025 07:25:16 +0800
Source: golang-1.22
Architecture: source
Version: 1.22.11-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Compiler Team <team+go-compi...@tracker.debian.org>
Changed-By: Shengjing Zhu <z...@debian.org>
Closes: 1078616
Changes:
golang-1.22 (1.22.11-1) unstable; urgency=medium
.
* Team upload
* New upstream version 1.22.11
+ CVE-2024-45341: crypto/x509: usage of IPv6 zone IDs can bypass URI name
constraints
+ CVE-2024-45336: net/http: sensitive headers incorrectly sent after
cross-domain redirect
+ Fix tests using expired certificates (Closes: #1078616)
Checksums-Sha1:
9cd44b67a083a05a792ef98a5104413212b7400f 2259 golang-1.22_1.22.11-1.dsc
a04c3420130d5f369d166dae32ce74e1974c6b78 27565913
golang-1.22_1.22.11.orig.tar.gz
d41122be6bc044f34c19841aebbe0acda4ea267f 833
golang-1.22_1.22.11.orig.tar.gz.asc
b3032bf9abc60af2827f4c8169e74229f195c46d 41568
golang-1.22_1.22.11-1.debian.tar.xz
64e392a91fe210e196c9c812859e973425a7c422 6069
golang-1.22_1.22.11-1_amd64.buildinfo
Checksums-Sha256:
0b4208f1451b5de6da4b806b8fcb4457ea4904c7cce892a46c2b4d739397465e 2259
golang-1.22_1.22.11-1.dsc
a60c23dec95d10a2576265ce580f57869d5ac2471c4f4aca805addc9ea0fc9fe 27565913
golang-1.22_1.22.11.orig.tar.gz
7ef2c2fc8d52b6718c479d6ac77ff212d9b081f6f528fc3370fef9d8e686f75d 833
golang-1.22_1.22.11.orig.tar.gz.asc
1a8d09e36f8491edecd0431d239103fec286fdaa2d7a1390679e94028eb3e2c8 41568
golang-1.22_1.22.11-1.debian.tar.xz
cc90243859ff49f9450396dd870912fdcb43025c1ade1ba114901fa7e385623d 6069
golang-1.22_1.22.11-1_amd64.buildinfo
Files:
2322a949879f71f975b8264e1b0c6856 2259 golang optional golang-1.22_1.22.11-1.dsc
907aa27c8a5409ed375dc201dded4b5b 27565913 golang optional
golang-1.22_1.22.11.orig.tar.gz
8b5e1faa330b292686879dd177c99f36 833 golang optional
golang-1.22_1.22.11.orig.tar.gz.asc
0bbb17ed422c283aee96b8ae09594a13 41568 golang optional
golang-1.22_1.22.11-1.debian.tar.xz
e607218d8e80668385e79b854b0aa76f 6069 golang optional
golang-1.22_1.22.11-1_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iHUEARYKAB0WIQQDd7ZVPtkLISR2GtI+VZ1MrPKt2AUCZ4mc1AAKCRA+VZ1MrPKt
2FUxAP9+r3VZyTntAP9nw1YQA5RVaekijWUBeojOPOiUjerW9wEA0dsImuKrPi2v
j2lxhgEyJICzswlU29wr+YrAA+xLPgE=
=iOLF
-----END PGP SIGNATURE-----
pgpmFAQY3LEBx.pgp
Description: PGP signature
--- End Message ---