Your message dated Mon, 4 Dec 2023 00:22:53 +0100
with message-id <[email protected]>
and subject line Re: Fixing in bullseye
has caused the Debian Bug report #1013554,
regarding golang-github-valyala-tcplisten: FTBFS: dh_auto_test: error: cd
_build && go test -vet=off -v -p 8 github.com/valyala/tcplisten returned exit
code 1
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.)
--
1013554: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1013554
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: golang-github-valyala-tcplisten
Version: 0.0~git20210309.652d3b4-1
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: [email protected]
Usertags: ftbfs-20220624 ftbfs-bookworm
Hi,
During a rebuild of all packages in sid, your package failed to build
on amd64.
Relevant part (hopefully):
> debian/rules binary
> dh binary --builddirectory=_build --buildsystem=golang --with=golang
> dh_update_autotools_config -O--builddirectory=_build -O--buildsystem=golang
> dh_autoreconf -O--builddirectory=_build -O--buildsystem=golang
> dh_auto_configure -O--builddirectory=_build -O--buildsystem=golang
> dh_auto_build -O--builddirectory=_build -O--buildsystem=golang
> cd _build && go install -trimpath -v -p 8 github.com/valyala/tcplisten
> internal/goarch
> internal/unsafeheader
> internal/goos
> internal/goexperiment
> internal/cpu
> runtime/internal/syscall
> internal/itoa
> runtime/internal/atomic
> math/bits
> unicode/utf8
> internal/abi
> runtime/internal/math
> runtime/internal/sys
> internal/race
> sync/atomic
> unicode
> internal/nettrace
> internal/bytealg
> math
> runtime
> sync
> internal/reflectlite
> internal/singleflight
> internal/testlog
> runtime/cgo
> errors
> sort
> io
> internal/oserror
> path
> strconv
> vendor/golang.org/x/net/dns/dnsmessage
> syscall
> strings
> reflect
> internal/syscall/unix
> internal/syscall/execenv
> time
> context
> io/fs
> internal/poll
> os
> internal/fmtsort
> io/ioutil
> internal/godebug
> fmt
> internal/intern
> net/netip
> net
> github.com/valyala/tcplisten
> dh_auto_test -O--builddirectory=_build -O--buildsystem=golang
> cd _build && go test -vet=off -v -p 8 github.com/valyala/tcplisten
> === RUN TestConfigDeferAccept
> tcplisten_test.go:56: cannot create listener 0 using Config
> &tcplisten.Config{ReusePort:false, DeferAccept:true, FastOpen:false,
> Backlog:0}: address ip6-localhost: no suitable address found
> --- FAIL: TestConfigDeferAccept (0.13s)
> === RUN TestConfigReusePort
> tcplisten_test.go:56: cannot create listener 0 using Config
> &tcplisten.Config{ReusePort:true, DeferAccept:false, FastOpen:false,
> Backlog:0}: address ip6-localhost: no suitable address found
> --- FAIL: TestConfigReusePort (0.14s)
> === RUN TestConfigFastOpen
> tcplisten_test.go:56: cannot create listener 0 using Config
> &tcplisten.Config{ReusePort:false, DeferAccept:false, FastOpen:true,
> Backlog:0}: address ip6-localhost: no suitable address found
> --- FAIL: TestConfigFastOpen (0.13s)
> === RUN TestConfigAll
> tcplisten_test.go:56: cannot create listener 0 using Config
> &tcplisten.Config{ReusePort:true, DeferAccept:true, FastOpen:true,
> Backlog:0}: address ip6-localhost: no suitable address found
> --- FAIL: TestConfigAll (0.12s)
> === RUN TestConfigBacklog
> tcplisten_test.go:56: cannot create listener 0 using Config
> &tcplisten.Config{ReusePort:false, DeferAccept:false, FastOpen:false,
> Backlog:32}: address ip6-localhost: no suitable address found
> --- FAIL: TestConfigBacklog (0.13s)
> FAIL
> FAIL github.com/valyala/tcplisten 0.646s
> FAIL
> dh_auto_test: error: cd _build && go test -vet=off -v -p 8
> github.com/valyala/tcplisten returned exit code 1
The full build log is available from:
http://qa-logs.debian.net/2022/06/24/golang-github-valyala-tcplisten_0.0~git20210309.652d3b4-1_unstable.log
All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20220624;[email protected]
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20220624&[email protected]&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 marking 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 ---
Version: 0.0~git20210309.652d3b4-2
Hello.
For a long time, I was doing archive rebuilds using an absolutely
minimal /etc/hosts file with only two lines: one for localhost
and another one for the hostname.
After I added the IPv6 lines that debian-installer creates
by default, several packages which mysteriously FTBFS for me
for unknown reasons (like this one) suddenly started to build ok.
This allowed me to remove those packages from my "list of packages
which FTBFS", without even reporting the problem as a bug and of course
without making any upload.
I think this is the optimal thing to do in this particular case,
so I no longer see the need to make any upload for bullseye.
The package effectively builds ok in bullseye for me, and I believe
it would also build ok in the setup used by Lucas these days.
Thanks.
--- End Message ---