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.