Package: src:golang-github-ivpusic-grpool
Version: 1.0.0-1
Severity: important
Tags: ftbfs
Dear maintainer:
I tried to build this package in buster but it failed:
--------------------------------------------------------------------------------
[...]
debian/rules build-indep
dh build-indep --buildsystem=golang --with=golang
dh_update_autotools_config -i -O--buildsystem=golang
dh_autoreconf -i -O--buildsystem=golang
dh_auto_configure -i -O--buildsystem=golang
dh_auto_build -i -O--buildsystem=golang
cd obj-x86_64-linux-gnu && go install
-gcflags=all=\"-trimpath=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src\"
-asmflags=all=\"-trimpath=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src\" -v -p 2
github.com/ivpusic/grpool github.com/ivpusic/grpool/examples
internal/race
internal/cpu
runtime/internal/atomic
runtime/internal/sys
internal/bytealg
sync/atomic
errors
math
runtime
internal/testlog
math/bits
unicode/utf8
strconv
unicode
sync
github.com/ivpusic/grpool
io
syscall
reflect
time
internal/poll
internal/syscall/unix
os
fmt
github.com/ivpusic/grpool/examples
dh_auto_test -i -O--buildsystem=golang
cd obj-x86_64-linux-gnu && go test -vet=off -v -p 2
github.com/ivpusic/grpool github.com/ivpusic/grpool/examples
using MAXPROC
=== RUN TestNewWorker
--- PASS: TestNewWorker (0.00s)
=== RUN TestNewPool
--- PASS: TestNewPool (5.23s)
=== RUN TestRelease
--- FAIL: TestRelease (0.00s)
grpool_test.go:74:
Error Trace: grpool_test.go:74
grpool_test.go:88
Error: Not equal:
expected: 4
actual : 3
Test: TestRelease
Messages: All goroutines should be released after
Release() call
FAIL
FAIL github.com/ivpusic/grpool 5.240s
? github.com/ivpusic/grpool/examples [no test files]
dh_auto_test: cd obj-x86_64-linux-gnu && go test -vet=off -v -p 2
github.com/ivpusic/grpool github.com/ivpusic/grpool/examples returned exit code
1
make: *** [debian/rules:4: build-indep] Error 1
dpkg-buildpackage: error: debian/rules build-indep subprocess returned exit
status 2
--------------------------------------------------------------------------------
The build was made in one of my autobuilders with "dpkg-buildpackage -A".
The failure happens randomly, i.e. sometimes it fails, sometimes it does not,
so I don't have a "recipe" to reproduce it as such, but the "randomness"
is reproducible in my autobuilders (i.e. when I build it a lot of times,
there are always some failed builds).
I've put several failed build logs here for reference:
https://people.debian.org/~sanvila/build-logs/golang-github-ivpusic-grpool/
If you need a test machine to reproduce this, please contact me
privately and I could provide ssh access to a machine where it happens
(caveat: randomly and maybe with low probability).
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.