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 because of expired certificate
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 ---
Package: src:golang-1.22
Version: 1.22.6-1
User: debian...@lists.debian.org
Usertags: ftbfs-during-trixie-support-period
Tags: ftbfs
Dear maintainer:
During a rebuild of all packages in unstable in the year 2028, your package
failed to build:
--------------------------------------------------------------------------------
[...]
debian/rules binary
dh binary
dh_update_autotools_config
dh_autoreconf
debian/rules override_dh_auto_build-arch
make[1]: Entering directory '/<<PKGBUILDDIR>>'
[ -f VERSION ] || echo "debian snapshot 1.22.6-1" > VERSION
cd /<<PKGBUILDDIR>>/src \
&& /<<PKGBUILDDIR>>/debian/helpers/goenv.sh bash ./make.bash --no-banner
Building Go cmd/dist using /usr/lib/go-1.22. (go1.22.6 linux/amd64)
Building Go toolchain1 using /usr/lib/go-1.22.
Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1.
Building Go toolchain2 using go_bootstrap and Go toolchain1.
Building Go toolchain3 using go_bootstrap and Go toolchain2.
Building packages and commands for linux/amd64.
# rm bootstrap dir
rm -rf /<<PKGBUILDDIR>>/bootstrap
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
debian/rules override_dh_auto_test-arch
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: AMD EPYC 7R13 Processor
# GOOS: linux
# OS Version: Linux 6.1.0-23-cloud-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.99-1
(2024-07-15) x86_64
##### Testing packages.
ok archive/tar 0.184s
ok archive/zip 0.094s
ok bufio 0.052s
ok bytes 0.135s
ok cmp 0.002s
ok compress/bzip2 0.032s
ok compress/flate 0.728s
ok compress/gzip 1.581s
ok compress/lzw 0.004s
ok compress/zlib 0.018s
ok container/heap 0.003s
ok container/list 0.002s
ok container/ring 0.002s
ok context 0.019s
ok crypto 0.002s
ok crypto/aes 0.016s
ok crypto/cipher 0.005s
ok crypto/des 0.005s
ok crypto/dsa 0.003s
ok crypto/ecdh 0.040s
ok crypto/ecdsa 0.026s
ok crypto/ed25519 0.045s
ok crypto/elliptic 0.005s
ok crypto/hmac 0.002s
ok crypto/internal/alias 0.002s
ok crypto/internal/bigmod 0.051s
ok crypto/internal/boring 0.002s
ok crypto/internal/boring/bcache 0.182s
ok crypto/internal/edwards25519 0.068s
ok crypto/internal/edwards25519/field 0.014s
ok crypto/internal/nistec 0.130s
ok crypto/internal/nistec/fiat 0.002s [no tests to run]
ok crypto/md5 0.011s
ok crypto/rand 0.046s
ok crypto/rc4 0.022s
ok crypto/rsa 0.304s
ok crypto/sha1 0.018s
ok crypto/sha256 0.002s
ok crypto/sha512 0.003s
ok crypto/subtle 0.155s
--- 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.00s)
--- FAIL: TestResumptionKeepsOCSPAndSCT/TLSv12 (0.00s)
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.437s
ok crypto/x509 0.284s
ok database/sql 0.509s
ok database/sql/driver 0.002s
ok debug/buildinfo 0.004s
ok debug/dwarf 0.013s
ok debug/elf 0.189s
ok debug/gosym 0.203s
ok debug/macho 0.003s
ok debug/pe 0.011s
ok debug/plan9obj 0.002s
ok embed 0.003s [no tests to run]
ok embed/internal/embedtest 0.002s
ok encoding/ascii85 0.015s
ok encoding/asn1 0.003s
ok encoding/base32 0.022s
ok encoding/base64 0.008s
ok encoding/binary 0.003s
ok encoding/csv 0.006s
ok encoding/gob 3.158s
ok encoding/hex 0.002s
ok encoding/json 0.120s
ok encoding/pem 0.309s
ok encoding/xml 0.036s
ok errors 0.003s
ok expvar 0.021s
ok flag 0.045s
ok fmt 0.050s
ok go/ast 0.003s
ok go/build 2.159s
ok go/build/constraint 0.002s
ok go/constant 0.003s
ok go/doc 0.032s
ok go/doc/comment 0.836s
ok go/format 0.005s
ok go/importer 0.087s
ok go/internal/gccgoimporter 0.005s
ok go/internal/gcimporter 0.639s
ok go/internal/srcimporter 8.620s
ok go/parser 0.172s
ok go/printer 0.176s
ok go/scanner 0.002s
ok go/token 0.012s
ok go/types 5.814s
ok go/version 0.004s
ok hash 0.002s
ok hash/adler32 0.004s
ok hash/crc32 0.006s
ok hash/crc64 0.003s
ok hash/fnv 0.002s
ok hash/maphash 0.065s
ok html 0.003s
ok html/template 0.060s
ok image 0.042s
ok image/color 0.016s
ok image/draw 0.082s
ok image/gif 0.163s
ok image/jpeg 0.129s
ok image/png 0.283s
ok index/suffixarray 0.133s
ok internal/abi 0.041s
ok internal/buildcfg 0.002s
ok internal/chacha8rand 0.002s
ok internal/coverage/cformat 0.002s
ok internal/coverage/cmerge 0.003s
ok internal/coverage/pods 0.003s
ok internal/coverage/slicereader 0.002s
ok internal/coverage/slicewriter 0.002s
ok internal/coverage/test 0.008s
ok internal/cpu 0.005s
ok internal/dag 0.002s
ok internal/diff 0.015s
ok internal/fmtsort 0.002s
ok internal/fuzz 0.006s
ok internal/godebug 0.326s
ok internal/godebugs 0.004s
ok internal/gover 0.002s
ok internal/intern 0.257s
ok internal/itoa 0.002s
ok internal/platform 1.058s
ok internal/poll 0.100s
ok internal/profile 0.002s
ok internal/reflectlite 0.002s
ok internal/safefilepath 0.002s
ok internal/saferio 0.017s
ok internal/singleflight 0.014s
ok internal/testenv 0.267s
ok internal/trace 0.058s
ok internal/trace/v2 5.702s
ok internal/types/errors 0.189s
ok internal/unsafeheader 0.002s
ok internal/xcoff 0.006s
ok internal/zstd 0.011s
ok io 0.024s
ok io/fs 0.405s
ok io/ioutil 0.004s
ok log 0.003s
ok log/slog 0.017s
ok log/slog/internal/benchmarks 0.002s
ok log/slog/internal/buffer 0.002s
ok log/syslog 1.214s
ok maps 0.002s
ok math 0.006s
ok math/big 0.960s
ok math/bits 0.004s
ok math/cmplx 0.002s
ok math/rand 0.084s
ok math/rand/v2 0.223s
ok mime 0.013s
ok mime/multipart 0.760s
ok mime/quotedprintable 0.024s
ok net 10.421s
ok net/http 6.080s
ok net/http/cgi 0.066s
ok net/http/cookiejar 0.007s
ok net/http/fcgi 0.205s
ok net/http/httptest 0.024s
ok net/http/httptrace 0.003s
ok net/http/httputil 0.632s
ok net/http/internal 0.081s
ok net/http/internal/ascii 0.002s
ok net/http/pprof 4.040s
ok net/internal/socktest 0.001s
ok net/mail 0.004s
ok net/netip 0.185s
ok net/rpc 0.020s
ok net/rpc/jsonrpc 0.004s
ok net/smtp 0.007s
ok net/textproto 0.013s
ok net/url 0.006s
ok os 0.648s
ok os/exec 0.269s
ok os/exec/internal/fdtest 0.002s
ok os/signal 21.971s
ok os/user 0.003s
ok path 0.002s
ok path/filepath 0.013s
ok plugin 0.002s
ok reflect 0.117s
ok regexp 0.177s
ok regexp/syntax 0.365s
ok runtime 60.631s
ok runtime/cgo 0.003s
ok runtime/coverage 0.002s
ok runtime/debug 0.063s
ok runtime/internal/atomic 0.010s
ok runtime/internal/math 0.001s
ok runtime/internal/sys 0.002s
ok runtime/internal/syscall 0.001s
ok runtime/internal/wasitest 0.003s
ok runtime/metrics 0.003s
ok runtime/pprof 6.950s
ok runtime/trace 0.107s
ok slices 0.054s
ok sort 0.047s
ok strconv 0.278s
ok strings 0.108s
ok sync 0.491s
ok sync/atomic 0.979s
ok syscall 3.022s
ok testing 0.863s
ok testing/fstest 0.004s
ok testing/iotest 0.002s
ok testing/quick 0.029s
ok testing/slogtest 0.002s
ok text/scanner 0.003s
ok text/tabwriter 0.003s
ok text/template 0.017s
ok text/template/parse 0.004s
ok time 1.887s
ok unicode 0.017s
ok unicode/utf16 0.002s
ok unicode/utf8 0.003s
ok cmd/addr2line 0.469s
ok cmd/api 17.510s
ok cmd/asm/internal/asm 0.498s
ok cmd/asm/internal/lex 0.003s
ok cmd/cgo/internal/swig 0.017s
ok cmd/cgo/internal/test 1.106s
ok cmd/cgo/internal/testcarchive 0.002s
ok cmd/cgo/internal/testcshared 0.002s
ok cmd/cgo/internal/testerrors 29.218s
ok cmd/cgo/internal/testfortran 0.008s
ok cmd/cgo/internal/testgodefs 0.825s
ok cmd/cgo/internal/testlife 0.705s
ok cmd/cgo/internal/testnocgo 0.002s
ok cmd/cgo/internal/testplugin 0.003s
ok cmd/cgo/internal/testsanitizers 73.033s
ok cmd/cgo/internal/testshared 0.016s
ok cmd/cgo/internal/testso 4.072s
ok cmd/cgo/internal/teststdio 4.238s
ok cmd/cgo/internal/testtls 0.022s
ok cmd/compile/internal/abt 0.016s
ok cmd/compile/internal/amd64 4.439s
ok cmd/compile/internal/base 0.002s
ok cmd/compile/internal/compare 0.005s
ok cmd/compile/internal/devirtualize 0.017s
ok cmd/compile/internal/dwarfgen 0.320s
ok cmd/compile/internal/importer 1.097s
ok cmd/compile/internal/inline/inlheur 0.351s
ok cmd/compile/internal/ir 0.002s
ok cmd/compile/internal/logopt 0.181s
ok cmd/compile/internal/loopvar 45.019s
ok cmd/compile/internal/noder 0.009s
ok cmd/compile/internal/reflectdata 0.016s [no tests to run]
ok cmd/compile/internal/ssa 46.444s
ok cmd/compile/internal/syntax 0.042s
ok cmd/compile/internal/test 9.796s
ok cmd/compile/internal/typecheck 0.262s
ok cmd/compile/internal/types 0.003s
ok cmd/compile/internal/types2 5.261s
ok cmd/covdata 0.030s
ok cmd/cover 1.780s
ok cmd/dist 0.002s
ok cmd/distpack 0.003s
ok cmd/doc 0.106s
ok cmd/fix 5.438s
ok cmd/go 100.704s
ok cmd/go/internal/auth 0.003s
ok cmd/go/internal/cache 0.204s
ok cmd/go/internal/cfg 0.012s [no tests to run]
ok cmd/go/internal/envcmd 0.026s
ok cmd/go/internal/fsys 0.029s
ok cmd/go/internal/generate 0.012s
ok cmd/go/internal/gover 0.005s
ok cmd/go/internal/imports 0.011s
ok cmd/go/internal/load 0.024s
ok cmd/go/internal/lockedfile 0.209s
ok cmd/go/internal/lockedfile/internal/filelock 0.055s
ok cmd/go/internal/modfetch 0.009s
ok cmd/go/internal/modfetch/codehost 0.024s
ok cmd/go/internal/modfetch/zip_sum_test 0.025s
ok cmd/go/internal/modindex 0.163s
ok cmd/go/internal/modload 0.035s
ok cmd/go/internal/mvs 0.023s
ok cmd/go/internal/par 0.016s
ok cmd/go/internal/str 0.010s
ok cmd/go/internal/test 0.083s
ok cmd/go/internal/toolchain 0.009s
ok cmd/go/internal/vcs 0.015s
ok cmd/go/internal/vcweb 0.021s
ok cmd/go/internal/vcweb/vcstest 0.052s
ok cmd/go/internal/web 0.015s
ok cmd/go/internal/work 0.063s
ok cmd/gofmt 0.026s
ok cmd/internal/archive 0.810s
ok cmd/internal/bootstrap_test 0.017s
ok cmd/internal/buildid 0.187s
ok cmd/internal/cov 0.445s
ok cmd/internal/dwarf 0.010s
ok cmd/internal/edit 0.013s
ok cmd/internal/goobj 0.002s
ok cmd/internal/moddeps 1.925s
ok cmd/internal/notsha256 0.023s
ok cmd/internal/obj 1.008s
ok cmd/internal/obj/ppc64 0.317s
ok cmd/internal/obj/riscv 0.163s
ok cmd/internal/obj/s390x 0.003s
ok cmd/internal/obj/x86 0.299s
ok cmd/internal/objabi 0.067s
ok cmd/internal/pkgpath 0.031s
ok cmd/internal/pkgpattern 0.002s
ok cmd/internal/quoted 0.011s
ok cmd/internal/src 0.015s
ok cmd/internal/test2json 0.156s
ok cmd/link 17.394s
ok cmd/link/internal/benchmark 0.006s
ok cmd/link/internal/ld 14.393s
ok cmd/link/internal/loader 0.012s
ok cmd/nm 2.242s
ok cmd/objdump 3.994s
ok cmd/pack 0.679s
ok cmd/pprof 1.542s
ok cmd/trace 0.005s
ok cmd/trace/v2 0.057s
ok cmd/vet 6.239s
FAIL
2028/06/10 12:14:23 Failed: exit status 1
##### os/user with tag osusergo
ok os/user 0.031s
##### hash/maphash purego implementation
ok hash/maphash 0.221s
##### GOMAXPROCS=2 runtime -cpu=1,2,4 -quick
ok runtime 24.693s
##### GOEXPERIMENT=rangefunc go test iter
ok iter 0.002s
##### Testing without libgcc.
ok net 0.026s
ok os/user 0.030s
##### internal linking of -buildmode=pie
ok reflect 0.408s
ok os/user 0.025s
##### sync -cpu=10
ok sync 0.679s
##### Testing race detector
ok runtime/race 12.211s
ok flag 1.046s
ok net 1.277s
ok os 1.159s
ok os/exec 2.041s
ok encoding/gob 1.152s
ok flag 1.061s
ok os/exec 2.027s
##### Testing cgo
ok cmd/cgo/internal/test 1.029s
ok cmd/cgo/internal/test 0.941s
ok cmd/cgo/internal/testtls 0.018s
ok cmd/cgo/internal/testtls 0.002s
ok cmd/cgo/internal/testnocgo 0.006s
ok cmd/cgo/internal/testnocgo 0.024s
ok cmd/cgo/internal/test 1.490s
ok cmd/cgo/internal/test 0.984s
ok cmd/cgo/internal/test 1.181s
ok cmd/cgo/internal/test 1.158s
ok cmd/cgo/internal/testtls 0.028s
ok cmd/cgo/internal/testnocgo 0.022s
##### ../test
ok cmd/internal/testdir 193.532s
##### API check
ok cmd/api 47.798s
FAILED
make[1]: *** [debian/rules:113: override_dh_auto_test-arch] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:38: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------
The above is just how the build ends and not necessarily the most relevant part.
If required, the full build log is available here:
https://people.debian.org/~sanvila/build-logs/ftbfs-future/
About the archive rebuild: This is an effort to keep trixie free from FTBFS bugs
during its lifetime as a supported distribution, as explained here:
https://lists.debian.org/debian-devel/2024/05/msg00414.html
(While they are not yet, please note that the bugs will be RC for trixie)
The build was made using sbuild and a reduced chroot with only
build-essential packages.
If you could not reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.
If this is really a bug in one of the build-depends, please use
reassign and affects, so that this is still visible in the BTS web
page for this package.
Thanks.
--- 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-----
pgpLqm0YRqnCa.pgp
Description: PGP signature
--- End Message ---