[pkg-go] Bug#845740: golang-github-mitchellh-reflectwalk: FTBFS (failing tests)
Santiago Vila
sanvila at debian.org
Sat Nov 26 11:12:20 UTC 2016
Package: src:golang-github-mitchellh-reflectwalk
Version: 0.0~git20150527.0.eecf4c7-2
Severity: serious
Dear maintainer:
I tried to build this package in stretch with "dpkg-buildpackage -A"
(which is what the "Arch: all" autobuilder would do to build it)
but it failed:
--------------------------------------------------------------------------------
[...]
debian/rules build-indep
dh build-indep --buildsystem=golang --with=golang
dh_testdir -i -O--buildsystem=golang
dh_update_autotools_config -i -O--buildsystem=golang
dh_auto_configure -i -O--buildsystem=golang
dh_auto_build -i -O--buildsystem=golang
go generate -v github.com/mitchellh/reflectwalk
src/github.com/mitchellh/reflectwalk/location.go
src/github.com/mitchellh/reflectwalk/location_string.go
src/github.com/mitchellh/reflectwalk/reflectwalk.go
src/github.com/mitchellh/reflectwalk/reflectwalk_test.go
go install -v -p 1 github.com/mitchellh/reflectwalk
github.com/mitchellh/reflectwalk
dh_auto_test -i -O--buildsystem=golang
go test -v -p 1 github.com/mitchellh/reflectwalk
=== RUN TestTestStructs
--- PASS: TestTestStructs (0.00s)
=== RUN TestWalk_Basic
--- PASS: TestWalk_Basic (0.00s)
=== RUN TestWalk_Basic_Replace
--- PASS: TestWalk_Basic_Replace (0.00s)
=== RUN TestWalk_EnterExit
--- PASS: TestWalk_EnterExit (0.00s)
=== RUN TestWalk_Interface
--- PASS: TestWalk_Interface (0.00s)
=== RUN TestWalk_Interface_nil
--- PASS: TestWalk_Interface_nil (0.00s)
=== RUN TestWalk_Map
--- FAIL: TestWalk_Map (0.00s)
reflectwalk_test.go:299: Bad keys: []string{"bar", "foo"}
=== RUN TestWalk_Pointer
--- PASS: TestWalk_Pointer (0.00s)
=== RUN TestWalk_Slice
--- PASS: TestWalk_Slice (0.00s)
=== RUN TestWalk_Struct
--- PASS: TestWalk_Struct (0.00s)
FAIL
exit status 1
FAIL github.com/mitchellh/reflectwalk 0.002s
dh_auto_test: go test -v -p 1 github.com/mitchellh/reflectwalk returned exit code 1
debian/rules:6: recipe for target 'build-indep' failed
make: *** [build-indep] Error 1
dpkg-buildpackage: error: debian/rules build-indep gave error exit status 2
--------------------------------------------------------------------------------
The relevant part of the build log is included above.
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 page for this package.
Thanks.
More information about the Pkg-go-maintainers
mailing list