[pkg-go] Bug#954594: golang-github-inconshreveable-log15: FTBFS: dh_auto_test: error: cd obj-x86_64-linux-gnu && go test -vet=off -v -p 4 github.com/inconshreveable/log15 github.com/inconshreveable/log15/ext github.com/inconshreveable/log15/term returned exit code 1

Lucas Nussbaum lucas at debian.org
Sun Mar 22 08:18:17 GMT 2020


Source: golang-github-inconshreveable-log15
Version: 2.14-1
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200321 ftbfs-bullseye

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

Relevant part (hopefully):
>  debian/rules build
> dh build --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 4 github.com/inconshreveable/log15 github.com/inconshreveable/log15/ext github.com/inconshreveable/log15/term
> internal/race
> runtime/internal/sys
> runtime/internal/atomic
> internal/cpu
> sync/atomic
> runtime/internal/math
> unicode
> internal/bytealg
> unicode/utf8
> encoding
> math/bits
> internal/testlog
> unicode/utf16
> math
> internal/nettrace
> runtime/cgo
> runtime
> internal/reflectlite
> sync
> internal/singleflight
> math/rand
> errors
> sort
> io
> strconv
> internal/oserror
> vendor/golang.org/x/net/dns/dnsmessage
> syscall
> bytes
> reflect
> strings
> internal/syscall/unix
> time
> github.com/inconshreveable/log15/term
> context
> internal/poll
> internal/fmtsort
> encoding/binary
> os
> encoding/base64
> golang.org/x/sys/unix
> fmt
> net
> github.com/go-stack/stack
> encoding/json
> github.com/mattn/go-isatty
> log
> github.com/mattn/go-colorable
> log/syslog
> github.com/inconshreveable/log15
> github.com/inconshreveable/log15/ext
>    dh_auto_test -O--buildsystem=golang
> 	cd obj-x86_64-linux-gnu && go test -vet=off -v -p 4 github.com/inconshreveable/log15 github.com/inconshreveable/log15/ext github.com/inconshreveable/log15/term
> === RUN   TestLazy
> === PAUSE TestLazy
> === RUN   TestInvalidLazy
> === PAUSE TestInvalidLazy
> === RUN   TestCtx
> === PAUSE TestCtx
> === RUN   TestJson
> === PAUSE TestJson
> === RUN   TestJSONMap
> --- PASS: TestJSONMap (0.00s)
> === RUN   TestLogfmt
> === PAUSE TestLogfmt
> === RUN   TestMultiHandler
> === PAUSE TestMultiHandler
> === RUN   TestBufferedHandler
> === PAUSE TestBufferedHandler
> === RUN   TestLogContext
> === PAUSE TestLogContext
> === RUN   TestMapCtx
> === PAUSE TestMapCtx
> === RUN   TestLvlFilterHandler
> === PAUSE TestLvlFilterHandler
> === RUN   TestNetHandler
> === PAUSE TestNetHandler
> === RUN   TestMatchFilterHandler
> === PAUSE TestMatchFilterHandler
> === RUN   TestMatchFilterBuiltin
> === PAUSE TestMatchFilterBuiltin
> === RUN   TestFailoverHandler
> === PAUSE TestFailoverHandler
> === RUN   TestIndependentSetHandler
> === PAUSE TestIndependentSetHandler
> === RUN   TestInheritHandler
> === PAUSE TestInheritHandler
> === RUN   TestCallerFileHandler
> === PAUSE TestCallerFileHandler
> === RUN   TestCallerFuncHandler
> === PAUSE TestCallerFuncHandler
> === RUN   TestCallerStackHandler
> === PAUSE TestCallerStackHandler
> === RUN   TestConcurrent
> --- PASS: TestConcurrent (0.05s)
> === CONT  TestLazy
> --- PASS: TestLazy (0.00s)
> === CONT  TestCallerStackHandler
>     TestCallerStackHandler: log15_test.go:555: Wrong context value, got [/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/inconshreveable/log15/log15_test.go:523 /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/inconshreveable/log15/log15_test.go:526 /usr/lib/go-1.14/src/testing/testing.go:992 /usr/lib/go-1.14/src/runtime/asm_amd64.s:1373] expected string matching [/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/inconshreveable/log15/log15_test.go:523 /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/inconshreveable/log15/log15_test.go:526]
> === CONT  TestLvlFilterHandler
> === CONT  TestIndependentSetHandler
> --- PASS: TestIndependentSetHandler (0.00s)
> === CONT  TestMatchFilterBuiltin
> --- FAIL: TestCallerStackHandler (0.00s)
> === CONT  TestMatchFilterHandler
> --- PASS: TestMatchFilterBuiltin (0.00s)
> === CONT  TestNetHandler
> === CONT  TestInheritHandler
> --- PASS: TestInheritHandler (0.00s)
> === CONT  TestMultiHandler
> --- PASS: TestMultiHandler (0.00s)
> === CONT  TestMapCtx
> --- PASS: TestMapCtx (0.00s)
> === CONT  TestLogContext
> --- PASS: TestLvlFilterHandler (0.00s)
> === CONT  TestBufferedHandler
> --- PASS: TestMatchFilterHandler (0.00s)
> === CONT  TestFailoverHandler
> --- PASS: TestFailoverHandler (0.00s)
> === CONT  TestJson
> --- PASS: TestJson (0.00s)
> === CONT  TestLogfmt
> --- PASS: TestLogfmt (0.00s)
> === CONT  TestCtx
> --- PASS: TestCtx (0.00s)
> === CONT  TestCallerFileHandler
> === CONT  TestInvalidLazy
> --- PASS: TestCallerFileHandler (0.00s)
> --- PASS: TestInvalidLazy (0.00s)
> --- PASS: TestBufferedHandler (0.00s)
> === CONT  TestCallerFuncHandler
> --- PASS: TestCallerFuncHandler (0.00s)
> --- PASS: TestLogContext (0.00s)
> --- PASS: TestNetHandler (0.00s)
> FAIL
> FAIL	github.com/inconshreveable/log15	0.051s
> === RUN   TestHotSwapHandler
> === PAUSE TestHotSwapHandler
> === RUN   TestSpeculativeHandler
> === PAUSE TestSpeculativeHandler
> === RUN   TestErrorHandler
> === PAUSE TestErrorHandler
> === CONT  TestHotSwapHandler
> --- PASS: TestHotSwapHandler (0.00s)
> === CONT  TestSpeculativeHandler
> === CONT  TestErrorHandler
> --- PASS: TestErrorHandler (0.00s)
> --- PASS: TestSpeculativeHandler (0.01s)
> PASS
> ok  	github.com/inconshreveable/log15/ext	0.013s
> ?   	github.com/inconshreveable/log15/term	[no test files]
> FAIL
> dh_auto_test: error: cd obj-x86_64-linux-gnu && go test -vet=off -v -p 4 github.com/inconshreveable/log15 github.com/inconshreveable/log15/ext github.com/inconshreveable/log15/term returned exit code 1

The full build log is available from:
   http://qa-logs.debian.net/2020/03/21/golang-github-inconshreveable-log15_2.14-1_unstable.log

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!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.



More information about the Pkg-go-maintainers mailing list