Source: golang-nhooyr-websocket
Version: 1.8.7-3
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20231027 ftbfs-trixie

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 nhooyr.io/websocket 
> nhooyr.io/websocket/internal/bpool nhooyr.io/websocket/internal/errd 
> nhooyr.io/websocket/internal/test nhooyr.io/websocket/internal/test/assert 
> nhooyr.io/websocket/internal/test/wstest 
> nhooyr.io/websocket/internal/test/xrand nhooyr.io/websocket/internal/xsync 
> nhooyr.io/websocket/wsjson nhooyr.io/websocket/wspb
> internal/goos
> internal/goarch
> internal/coverage/rtcov
> internal/goexperiment
> internal/unsafeheader
> internal/godebugs
> runtime/internal/atomic
> runtime/internal/syscall
> internal/race
> internal/cpu
> internal/abi
> runtime/internal/math
> runtime/internal/sys
> sync/atomic
> unicode
> unicode/utf8
> internal/itoa
> math/bits
> crypto/internal/alias
> crypto/subtle
> crypto/internal/boring/sig
> log/internal
> internal/bytealg
> internal/nettrace
> container/list
> unicode/utf16
> vendor/golang.org/x/crypto/cryptobyte/asn1
> vendor/golang.org/x/crypto/internal/alias
> math
> nhooyr.io/websocket/internal/test
> encoding
> github.com/google/go-cmp/cmp/internal/flags
> runtime
> internal/reflectlite
> sync
> internal/testlog
> internal/singleflight
> internal/bisect
> internal/sysinfo
> runtime/cgo
> internal/godebug
> errors
> sort
> internal/oserror
> internal/safefilepath
> io
> path
> math/rand
> strconv
> syscall
> vendor/golang.org/x/net/dns/dnsmessage
> internal/intern
> crypto/internal/nistec/fiat
> strings
> bytes
> hash
> crypto/internal/randutil
> hash/crc32
> vendor/golang.org/x/text/transform
> crypto
> reflect
> bufio
> net/netip
> crypto/rc4
> net/http/internal/ascii
> nhooyr.io/websocket/internal/bpool
> regexp/syntax
> net/http/internal/testcert
> internal/syscall/unix
> time
> internal/syscall/execenv
> regexp
> context
> io/fs
> github.com/google/go-cmp/cmp/internal/diff
> internal/poll
> embed
> os
> internal/fmtsort
> github.com/google/go-cmp/cmp/internal/function
> encoding/binary
> encoding/base64
> crypto/cipher
> crypto/md5
> vendor/golang.org/x/crypto/internal/poly1305
> crypto/internal/edwards25519/field
> crypto/internal/nistec
> encoding/pem
> io/ioutil
> fmt
> net
> path/filepath
> crypto/internal/boring
> crypto/des
> crypto/internal/edwards25519
> vendor/golang.org/x/crypto/chacha20
> crypto/sha1
> crypto/aes
> crypto/sha512
> crypto/hmac
> crypto/sha256
> vendor/golang.org/x/sys/cpu
> crypto/ecdh
> vendor/golang.org/x/crypto/hkdf
> vendor/golang.org/x/crypto/chacha20poly1305
> encoding/hex
> log
> net/url
> compress/flate
> math/big
> vendor/golang.org/x/text/unicode/norm
> vendor/golang.org/x/net/http2/hpack
> vendor/golang.org/x/text/unicode/bidi
> mime
> mime/quotedprintable
> net/http/internal
> nhooyr.io/websocket/internal/errd
> nhooyr.io/websocket/internal/xsync
> github.com/klauspost/compress/flate
> compress/gzip
> encoding/json
> github.com/google/go-cmp/cmp/internal/value
> flag
> vendor/golang.org/x/text/secure/bidirule
> runtime/debug
> github.com/google/go-cmp/cmp
> runtime/trace
> testing
> vendor/golang.org/x/net/idna
> crypto/rand
> crypto/elliptic
> crypto/internal/bigmod
> crypto/internal/boring/bbig
> encoding/asn1
> crypto/ed25519
> crypto/dsa
> crypto/rsa
> github.com/golang/protobuf/proto
> nhooyr.io/websocket/internal/test/xrand
> github.com/google/go-cmp/cmp/cmpopts
> crypto/x509/pkix
> vendor/golang.org/x/crypto/cryptobyte
> crypto/ecdsa
> nhooyr.io/websocket/internal/test/assert
> vendor/golang.org/x/net/http/httpproxy
> net/textproto
> crypto/x509
> vendor/golang.org/x/net/http/httpguts
> mime/multipart
> crypto/tls
> net/http/httptrace
> net/http
> net/http/httptest
> nhooyr.io/websocket
> nhooyr.io/websocket/internal/test/wstest
> nhooyr.io/websocket/wsjson
> nhooyr.io/websocket/wspb
>    dh_auto_test -O--builddirectory=_build -O--buildsystem=golang
>       cd _build && go test -vet=off -v -p 8 nhooyr.io/websocket 
> nhooyr.io/websocket/internal/bpool nhooyr.io/websocket/internal/errd 
> nhooyr.io/websocket/internal/test nhooyr.io/websocket/internal/test/assert 
> nhooyr.io/websocket/internal/test/wstest 
> nhooyr.io/websocket/internal/test/xrand nhooyr.io/websocket/internal/xsync 
> nhooyr.io/websocket/wsjson nhooyr.io/websocket/wspb
> # nhooyr.io/websocket
> src/github.com/gin-gonic/gin/gin.go:19:2: cannot find package 
> "golang.org/x/net/http2" in any of:
>       /usr/lib/go-1.21/src/golang.org/x/net/http2 (from $GOROOT)
>       /<<PKGBUILDDIR>>/_build/src/golang.org/x/net/http2 (from $GOPATH)
> FAIL  nhooyr.io/websocket [setup failed]
> ?     nhooyr.io/websocket/internal/bpool      [no test files]
> ?     nhooyr.io/websocket/internal/errd       [no test files]
> ?     nhooyr.io/websocket/internal/test       [no test files]
> ?     nhooyr.io/websocket/internal/test/assert        [no test files]
> ?     nhooyr.io/websocket/internal/test/wstest        [no test files]
> ?     nhooyr.io/websocket/internal/test/xrand [no test files]
> ?     nhooyr.io/websocket/wsjson      [no test files]
> ?     nhooyr.io/websocket/wspb        [no test files]
> === RUN   TestGoRecover
> === PAUSE TestGoRecover
> === CONT  TestGoRecover
> --- PASS: TestGoRecover (0.00s)
> PASS
> ok    nhooyr.io/websocket/internal/xsync      0.003s
> FAIL
> dh_auto_test: error: cd _build && go test -vet=off -v -p 8 
> nhooyr.io/websocket nhooyr.io/websocket/internal/bpool 
> nhooyr.io/websocket/internal/errd nhooyr.io/websocket/internal/test 
> nhooyr.io/websocket/internal/test/assert 
> nhooyr.io/websocket/internal/test/wstest 
> nhooyr.io/websocket/internal/test/xrand nhooyr.io/websocket/internal/xsync 
> nhooyr.io/websocket/wsjson nhooyr.io/websocket/wspb returned exit code 1


The full build log is available from:
http://qa-logs.debian.net/2023/10/27/golang-nhooyr-websocket_1.8.7-3_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20231027;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20231027&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.

Reply via email to