Package: src:slt
Version: 0.0.git20140301-2
Severity: serious
Hello dkg.
I tried to build this package in stretch with "dpkg-buildpackage -B"
but it failed:
--------------------------------------------------------------------------------
[...]
debian/rules build-arch
dh build-arch --buildsystem=golang --with=golang
dh_testdir -a -O--buildsystem=golang
dh_update_autotools_config -a -O--buildsystem=golang
dh_autoreconf -a -O--buildsystem=golang
dh_auto_configure -a -O--buildsystem=golang
dh_auto_build -a -O--buildsystem=golang
go install -v -p 1 github.com/inconshrevable/slt
github.com/inconshreveable/go-vhost
gopkg.in/yaml.v2
github.com/inconshrevable/slt
dh_auto_test -a -O--buildsystem=golang
go test -v -p 1 github.com/inconshrevable/slt
=== RUN TestSimple
[... snipped ...]
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/inconshrevable/slt/server.go:117
+0x332
created by github.com/inconshrevable/slt.TestSimple
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/inconshrevable/slt/server_test.go:91
+0x170
goroutine 7 [chan send]:
github.com/inconshreveable/go-vhost.(*VhostMuxer).run(0xc420016f50)
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/inconshreveable/go-vhost/mux.go:99
+0xee
created by github.com/inconshreveable/go-vhost.NewVhostMuxer
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/inconshreveable/go-vhost/mux.go:56
+0x146
goroutine 8 [chan receive]:
github.com/inconshreveable/go-vhost.(*Listener).Accept(0xc4200c7e20, 0x6e9c08,
0xc420015bf0, 0x7fa285b6c2a0, 0xc420011ed0)
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/inconshreveable/go-vhost/mux.go:279
+0x5b
github.com/inconshrevable/slt.(*Server).runFrontend(0xc420015bf0, 0xc420011bf0,
0x10, 0xc42001b0a0, 0x7e23e0, 0xc4200c7e20)
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/inconshrevable/slt/server.go:132
+0x1d6
created by github.com/inconshrevable/slt.(*Server).Run
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/inconshrevable/slt/server.go:85
+0x2cc
rax 0xca
rbx 0x7fd650
rcx 0x45e7a3
rdx 0x0
rdi 0x7fe190
rsi 0x0
rbp 0x7ffd17d698f0
rsp 0x7ffd17d698a8
r8 0x0
r9 0x0
r10 0x0
r11 0x286
r12 0x0
r13 0xf3
r14 0x8
r15 0x3
rip 0x45e7a1
rflags 0x286
cs 0x33
fs 0x0
gs 0x0
*** Test killed with quit: ran too long (10m0s).
FAIL github.com/inconshrevable/slt 600.011s
dh_auto_test: go test -v -p 1 github.com/inconshrevable/slt returned exit code 1
debian/rules:6: recipe for target 'build-arch' failed
make: *** [build-arch] Error 1
dpkg-buildpackage: error: debian/rules build-arch gave error exit status 2
--------------------------------------------------------------------------------
A similar failure happens here:
https://tests.reproducible-builds.org/debian/logs/testing/amd64/slt_0.0.git20140301-2.build2.log.gz
so this is most likely not related to the fact that I'm using sbuild or the fact
that I'm using single-CPU machines.
In either case, I've put several build logs here:
https://people.debian.org/~sanvila/build-logs/slt/
Thanks.