Package: src:golang-github-sasha-s-go-deadlock Version: 0.3.6-1 Severity: serious Tags: ftbfs forky sid
Dear maintainer: During a rebuild of all packages in unstable, this package failed to build. Below you will find the last part of the build log (probably the most relevant part, but not necessarily). If required, the full build log is available here: https://people.debian.org/~sanvila/build-logs/202602/ About the archive rebuild: The build was made on virtual machines from AWS, using sbuild and a reduced chroot with only build-essential packages. If you cannot 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 add an affects on src:golang-github-sasha-s-go-deadlock, so that this is still visible in the BTS web page for this package. Thanks. -------------------------------------------------------------------------------- [...] debian/rules clean dh clean --buildsystem=golang --with=golang dh_auto_clean -O--buildsystem=golang dh_autoreconf_clean -O--buildsystem=golang dh_clean -O--buildsystem=golang debian/rules binary dh binary --buildsystem=golang --with=golang dh_update_autotools_config -O--buildsystem=golang dh_autoreconf -O--buildsystem=golang dh_auto_configure -O--buildsystem=golang dh_auto_build -O--buildsystem=golang cd obj-x86_64-linux-gnu && go install -trimpath -v -p 2 github.com/sasha-s/go-deadlock internal/unsafeheader internal/goarch internal/abi internal/cpu internal/bytealg internal/byteorder internal/chacha8rand internal/coverage/rtcov internal/godebugs internal/goexperiment internal/goos internal/profilerecord internal/runtime/atomic internal/runtime/syscall/linux math/bits internal/strconv internal/runtime/exithook internal/runtime/gc internal/runtime/sys internal/runtime/gc/scan internal/runtime/cgroup internal/asan internal/msan internal/race internal/runtime/math internal/runtime/pprof/label internal/stringslite internal/runtime/maps internal/trace/tracev2 sync/atomic internal/sync internal/synctest unicode runtime unicode/utf8 cmp math internal/reflectlite sync errors iter slices io strconv reflect bytes strings bufio internal/oserror path internal/bisect internal/godebug syscall internal/fmtsort internal/testlog github.com/petermattis/goid time internal/syscall/unix internal/syscall/execenv io/fs internal/poll internal/filepathlite os runtime/cgo io/ioutil fmt path/filepath os/user github.com/sasha-s/go-deadlock dh_auto_test -O--buildsystem=golang cd obj-x86_64-linux-gnu && go test -vet=off -v -p 2 github.com/sasha-s/go-deadlock === RUN TestNoDeadlocks POTENTIAL DEADLOCK: Recursive locking: current goroutine 0 lock 0x1fa8bc47a258 deadlock_test.go:25 go-deadlock.TestNoDeadlocks.func1.1 { a.Lock() } <<<<< deadlock.go:119 go-deadlock.(*RWMutex).Lock { func (m *RWMutex) Lock() { } deadlock_test.go:22 go-deadlock.TestNoDeadlocks.func1 { defer wg.Done() } Previous place where the lock was grabbed (same goroutine) deadlock_test.go:44 go-deadlock.TestNoDeadlocks.func2.1 { a.RLock() } <<<<< deadlock.go:140 go-deadlock.(*RWMutex).RLock { func (m *RWMutex) RLock() { } deadlock_test.go:41 go-deadlock.TestNoDeadlocks.func2 { defer wg.Done() } Other goroutines holding locks: goroutine 0 lock 0x1fa8bc46e188 deadlock_test.go:47 go-deadlock.TestNoDeadlocks.func2.1.1 { b.Lock() } <<<<< deadlock.go:87 go-deadlock.(*Mutex).Lock { func (m *Mutex) Lock() { } deadlock_test.go:54 go-deadlock.TestNoDeadlocks.func2.1 { }() } deadlock_test.go:41 go-deadlock.TestNoDeadlocks.func2 { defer wg.Done() } goroutine 0 lock 0x1fa8bc47a270 deadlock_test.go:50 go-deadlock.TestNoDeadlocks.func2.1.1.1 { c.Lock() } <<<<< deadlock.go:119 go-deadlock.(*RWMutex).Lock { func (m *RWMutex) Lock() { } deadlock_test.go:53 go-deadlock.TestNoDeadlocks.func2.1.1 { }() } deadlock_test.go:54 go-deadlock.TestNoDeadlocks.func2.1 { }() } deadlock_test.go:41 go-deadlock.TestNoDeadlocks.func2 { defer wg.Done() } FAIL github.com/sasha-s/go-deadlock 0.002s FAIL dh_auto_test: error: cd obj-x86_64-linux-gnu && go test -vet=off -v -p 2 github.com/sasha-s/go-deadlock returned exit code 1 make: *** [debian/rules:4: binary] Error 25 dpkg-buildpackage: error: debian/rules binary subprocess failed with exit status 2 --------------------------------------------------------------------------------

