[pkg-go] Bug#954610: golang-logrus: FTBFS: dh_auto_test: error: cd obj-x86_64-linux-gnu && go test -vet=off -v -p 4 github.com/sirupsen/logrus github.com/sirupsen/logrus/hooks/syslog github.com/sirupsen/logrus/hooks/test github.com/sirupsen/logrus/internal/testutils returned exit code 1
Lucas Nussbaum
lucas at debian.org
Sun Mar 22 08:19:35 GMT 2020
Source: golang-logrus
Version: 1.4.2-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/sirupsen/logrus github.com/sirupsen/logrus/hooks/syslog github.com/sirupsen/logrus/hooks/test github.com/sirupsen/logrus/internal/testutils
> internal/race
> runtime/internal/sys
> internal/cpu
> sync/atomic
> runtime/internal/atomic
> runtime/internal/math
> unicode
> unicode/utf8
> internal/bytealg
> encoding
> math/bits
> internal/testlog
> math
> unicode/utf16
> internal/nettrace
> runtime
> runtime/cgo
> container/list
> crypto/internal/subtle
> crypto/subtle
> vendor/golang.org/x/crypto/cryptobyte/asn1
> vendor/golang.org/x/crypto/internal/subtle
> internal/reflectlite
> sync
> internal/singleflight
> math/rand
> errors
> sort
> internal/oserror
> io
> strconv
> syscall
> vendor/golang.org/x/net/dns/dnsmessage
> bytes
> reflect
> bufio
> strings
> hash
> hash/crc32
> regexp/syntax
> crypto
> time
> internal/syscall/unix
> crypto/internal/randutil
> crypto/hmac
> crypto/rc4
> vendor/golang.org/x/crypto/hkdf
> vendor/golang.org/x/text/transform
> regexp
> path
> encoding/binary
> internal/fmtsort
> context
> internal/poll
> golang.org/x/sys/unix
> encoding/base64
> crypto/cipher
> crypto/sha512
> os
> crypto/aes
> crypto/des
> crypto/ed25519/internal/edwards25519
> crypto/md5
> fmt
> net
> path/filepath
> crypto/sha1
> encoding/json
> log
> io/ioutil
> encoding/hex
> github.com/pmezard/go-difflib/difflib
> github.com/davecgh/go-spew/spew
> gopkg.in/yaml.v2
> github.com/sirupsen/logrus
> compress/flate
> compress/gzip
> github.com/sirupsen/logrus/hooks/test
> math/big
> crypto/sha256
> encoding/pem
> net/url
> vendor/golang.org/x/crypto/chacha20
> vendor/golang.org/x/crypto/poly1305
> vendor/golang.org/x/sys/cpu
> vendor/golang.org/x/crypto/curve25519
> vendor/golang.org/x/crypto/chacha20poly1305
> crypto/rand
> crypto/elliptic
> encoding/asn1
> crypto/ed25519
> crypto/rsa
> crypto/dsa
> crypto/ecdsa
> crypto/x509/pkix
> vendor/golang.org/x/crypto/cryptobyte
> vendor/golang.org/x/text/unicode/bidi
> vendor/golang.org/x/text/unicode/norm
> vendor/golang.org/x/net/http2/hpack
> vendor/golang.org/x/text/secure/bidirule
> mime
> mime/quotedprintable
> net/http/internal
> log/syslog
> crypto/x509
> vendor/golang.org/x/net/idna
> github.com/sirupsen/logrus/hooks/syslog
> net/textproto
> flag
> runtime/debug
> mime/multipart
> vendor/golang.org/x/net/http/httpguts
> vendor/golang.org/x/net/http/httpproxy
> runtime/trace
> testing
> crypto/tls
> net/http/httptrace
> net/http
> net/http/httptest
> github.com/stretchr/testify/assert
> github.com/stretchr/testify/require
> github.com/sirupsen/logrus/internal/testutils
> dh_auto_test -O--buildsystem=golang
> cd obj-x86_64-linux-gnu && go test -vet=off -v -p 4 github.com/sirupsen/logrus github.com/sirupsen/logrus/hooks/syslog github.com/sirupsen/logrus/hooks/test github.com/sirupsen/logrus/internal/testutils
> === RUN TestRegister
> --- PASS: TestRegister (0.00s)
> === RUN TestDefer
> --- PASS: TestDefer (0.00s)
> === RUN TestHandler
> --- PASS: TestHandler (0.34s)
> === RUN TestEntryWithError
> --- PASS: TestEntryWithError (0.00s)
> === RUN TestEntryWithContext
> --- PASS: TestEntryWithContext (0.00s)
> === RUN TestEntryPanicln
> --- PASS: TestEntryPanicln (0.00s)
> === RUN TestEntryPanicf
> --- PASS: TestEntryPanicf (0.00s)
> === RUN TestEntryHooksPanic
> --- PASS: TestEntryHooksPanic (0.00s)
> === RUN TestEntryWithIncorrectField
> --- PASS: TestEntryWithIncorrectField (0.00s)
> === RUN TestEntryLogfLevel
> --- PASS: TestEntryLogfLevel (0.00s)
> === RUN TestErrorNotLost
> --- PASS: TestErrorNotLost (0.00s)
> === RUN TestErrorNotLostOnFieldNotNamedError
> --- PASS: TestErrorNotLostOnFieldNotNamedError (0.00s)
> === RUN TestFieldClashWithTime
> --- PASS: TestFieldClashWithTime (0.00s)
> === RUN TestFieldClashWithMsg
> --- PASS: TestFieldClashWithMsg (0.00s)
> === RUN TestFieldClashWithLevel
> --- PASS: TestFieldClashWithLevel (0.00s)
> === RUN TestFieldClashWithRemappedFields
> --- PASS: TestFieldClashWithRemappedFields (0.00s)
> === RUN TestFieldsInNestedDictionary
> --- PASS: TestFieldsInNestedDictionary (0.00s)
> === RUN TestJSONEntryEndsWithNewline
> --- PASS: TestJSONEntryEndsWithNewline (0.00s)
> === RUN TestJSONMessageKey
> --- PASS: TestJSONMessageKey (0.00s)
> === RUN TestJSONLevelKey
> --- PASS: TestJSONLevelKey (0.00s)
> === RUN TestJSONTimeKey
> --- PASS: TestJSONTimeKey (0.00s)
> === RUN TestFieldDoesNotClashWithCaller
> --- PASS: TestFieldDoesNotClashWithCaller (0.00s)
> === RUN TestFieldClashWithCaller
> --- PASS: TestFieldClashWithCaller (0.00s)
> === RUN TestJSONDisableTimestamp
> --- PASS: TestJSONDisableTimestamp (0.00s)
> === RUN TestJSONEnableTimestamp
> --- PASS: TestJSONEnableTimestamp (0.00s)
> === RUN TestFieldValueError
> {"level":"info","logrus_error":"can not add field \"func\"","msg":"test","time":"2020-03-22T03:11:34Z"}
>
> --- PASS: TestFieldValueError (0.00s)
> === RUN TestNoFieldValueError
> {"level":"info","msg":"test","str":"str","time":"2020-03-22T03:11:34Z"}
>
> --- PASS: TestNoFieldValueError (0.00s)
> === RUN TestWarninglnNotEqualToWarning
> --- PASS: TestWarninglnNotEqualToWarning (0.00s)
> === RUN TestFormatting
> --- PASS: TestFormatting (0.00s)
> === RUN TestQuoting
> --- PASS: TestQuoting (0.00s)
> === RUN TestEscaping
> --- PASS: TestEscaping (0.00s)
> === RUN TestEscaping_Interface
> --- PASS: TestEscaping_Interface (0.00s)
> === RUN TestTimestampFormat
> --- PASS: TestTimestampFormat (0.00s)
> === RUN TestDisableLevelTruncation
> --- PASS: TestDisableLevelTruncation (0.00s)
> === RUN TestDisableTimestampWithColoredOutput
> --- PASS: TestDisableTimestampWithColoredOutput (0.00s)
> === RUN TestNewlineBehavior
> --- PASS: TestNewlineBehavior (0.00s)
> === RUN TestTextFormatterFieldMap
> --- PASS: TestTextFormatterFieldMap (0.00s)
> === RUN TestTextFormatterIsColored
> === RUN TestTextFormatterIsColored/textformatter_testcase1
> === RUN TestTextFormatterIsColored/textformatter_testcase2
> === RUN TestTextFormatterIsColored/textformatter_testcase3
> === RUN TestTextFormatterIsColored/textformatter_testcase4
> === RUN TestTextFormatterIsColored/textformatter_testcase5
> === RUN TestTextFormatterIsColored/textformatter_testcase6
> === RUN TestTextFormatterIsColored/textformatter_testcase7
> === RUN TestTextFormatterIsColored/textformatter_testcase8
> === RUN TestTextFormatterIsColored/textformatter_testcase9
> === RUN TestTextFormatterIsColored/textformatter_testcase10
> === RUN TestTextFormatterIsColored/textformatter_testcase11
> === RUN TestTextFormatterIsColored/textformatter_testcase12
> === RUN TestTextFormatterIsColored/textformatter_testcase13
> === RUN TestTextFormatterIsColored/textformatter_testcase14
> --- PASS: TestTextFormatterIsColored (0.00s)
> --- PASS: TestTextFormatterIsColored/textformatter_testcase1 (0.00s)
> --- PASS: TestTextFormatterIsColored/textformatter_testcase2 (0.00s)
> --- PASS: TestTextFormatterIsColored/textformatter_testcase3 (0.00s)
> --- PASS: TestTextFormatterIsColored/textformatter_testcase4 (0.00s)
> --- PASS: TestTextFormatterIsColored/textformatter_testcase5 (0.00s)
> --- PASS: TestTextFormatterIsColored/textformatter_testcase6 (0.00s)
> --- PASS: TestTextFormatterIsColored/textformatter_testcase7 (0.00s)
> --- PASS: TestTextFormatterIsColored/textformatter_testcase8 (0.00s)
> --- PASS: TestTextFormatterIsColored/textformatter_testcase9 (0.00s)
> --- PASS: TestTextFormatterIsColored/textformatter_testcase10 (0.00s)
> --- PASS: TestTextFormatterIsColored/textformatter_testcase11 (0.00s)
> --- PASS: TestTextFormatterIsColored/textformatter_testcase12 (0.00s)
> --- PASS: TestTextFormatterIsColored/textformatter_testcase13 (0.00s)
> --- PASS: TestTextFormatterIsColored/textformatter_testcase14 (0.00s)
> === RUN TestCustomSorting
> --- PASS: TestCustomSorting (0.00s)
> === RUN TestHookFires
> --- PASS: TestHookFires (0.00s)
> === RUN TestHookCanModifyEntry
> --- PASS: TestHookCanModifyEntry (0.00s)
> === RUN TestCanFireMultipleHooks
> --- PASS: TestCanFireMultipleHooks (0.00s)
> === RUN TestHookEntryIsPristine
> --- PASS: TestHookEntryIsPristine (0.00s)
> === RUN TestErrorHookShouldntFireOnInfo
> --- PASS: TestErrorHookShouldntFireOnInfo (0.00s)
> === RUN TestErrorHookShouldFireOnError
> --- PASS: TestErrorHookShouldFireOnError (0.00s)
> === RUN TestAddHookRace
> --- PASS: TestAddHookRace (0.00s)
> === RUN TestHookFireOrder
> --- PASS: TestHookFireOrder (0.00s)
> === RUN TestLevelJsonEncoding
> --- PASS: TestLevelJsonEncoding (0.00s)
> === RUN TestLevelUnmarshalText
> === RUN TestLevelUnmarshalText/panic
> === RUN TestLevelUnmarshalText/fatal
> === RUN TestLevelUnmarshalText/error
> === RUN TestLevelUnmarshalText/warning
> === RUN TestLevelUnmarshalText/info
> === RUN TestLevelUnmarshalText/debug
> === RUN TestLevelUnmarshalText/trace
> === RUN TestLevelUnmarshalText/invalid
> --- PASS: TestLevelUnmarshalText (0.00s)
> --- PASS: TestLevelUnmarshalText/panic (0.00s)
> --- PASS: TestLevelUnmarshalText/fatal (0.00s)
> --- PASS: TestLevelUnmarshalText/error (0.00s)
> --- PASS: TestLevelUnmarshalText/warning (0.00s)
> --- PASS: TestLevelUnmarshalText/info (0.00s)
> --- PASS: TestLevelUnmarshalText/debug (0.00s)
> --- PASS: TestLevelUnmarshalText/trace (0.00s)
> --- PASS: TestLevelUnmarshalText/invalid (0.00s)
> === RUN TestLevelMarshalText
> === RUN TestLevelMarshalText/panic
> === RUN TestLevelMarshalText/fatal
> === RUN TestLevelMarshalText/error
> === RUN TestLevelMarshalText/warning
> === RUN TestLevelMarshalText/info
> === RUN TestLevelMarshalText/debug
> === RUN TestLevelMarshalText/trace
> --- PASS: TestLevelMarshalText (0.00s)
> --- PASS: TestLevelMarshalText/panic (0.00s)
> --- PASS: TestLevelMarshalText/fatal (0.00s)
> --- PASS: TestLevelMarshalText/error (0.00s)
> --- PASS: TestLevelMarshalText/warning (0.00s)
> --- PASS: TestLevelMarshalText/info (0.00s)
> --- PASS: TestLevelMarshalText/debug (0.00s)
> --- PASS: TestLevelMarshalText/trace (0.00s)
> === RUN TestReportCallerWhenConfigured
> TestReportCallerWhenConfigured: logrus_test.go:42:
> Error Trace: logrus_test.go:42
> testutils.go:28
> logrus_test.go:36
> Error: Not equal:
> expected: "github.com/sirupsen/logrus_test.TestReportCallerWhenConfigured.func3"
> actual : "github.com/sirupsen/logrus.(*Entry).Info"
>
> Diff:
> --- Expected
> +++ Actual
> @@ -1 +1 @@
> -github.com/sirupsen/logrus_test.TestReportCallerWhenConfigured.func3
> +github.com/sirupsen/logrus.(*Entry).Info
> Test: TestReportCallerWhenConfigured
> --- FAIL: TestReportCallerWhenConfigured (0.00s)
> === RUN TestReportCallerHelperDirect
> TestReportCallerHelperDirect: logrus_test.go:96:
> Error Trace: logrus_test.go:96
> Error: Expect "github.com/sirupsen/logrus.(*Entry).Info" to match "github.com/.*/logrus_test.logSomething"
> Test: TestReportCallerHelperDirect
> --- FAIL: TestReportCallerHelperDirect (0.00s)
> === RUN TestReportCallerHelperViaPointer
> TestReportCallerHelperViaPointer: logrus_test.go:106:
> Error Trace: logrus_test.go:106
> Error: Expect "github.com/sirupsen/logrus.(*Entry).Info" to match "github.com/.*/logrus_test.logSomething"
> Test: TestReportCallerHelperViaPointer
> --- FAIL: TestReportCallerHelperViaPointer (0.00s)
> === RUN TestPrint
> --- PASS: TestPrint (0.00s)
> === RUN TestInfo
> --- PASS: TestInfo (0.00s)
> === RUN TestWarn
> --- PASS: TestWarn (0.00s)
> === RUN TestLog
> --- PASS: TestLog (0.00s)
> === RUN TestInfolnShouldAddSpacesBetweenStrings
> --- PASS: TestInfolnShouldAddSpacesBetweenStrings (0.00s)
> === RUN TestInfolnShouldAddSpacesBetweenStringAndNonstring
> --- PASS: TestInfolnShouldAddSpacesBetweenStringAndNonstring (0.00s)
> === RUN TestInfolnShouldAddSpacesBetweenTwoNonStrings
> --- PASS: TestInfolnShouldAddSpacesBetweenTwoNonStrings (0.00s)
> === RUN TestInfoShouldAddSpacesBetweenTwoNonStrings
> --- PASS: TestInfoShouldAddSpacesBetweenTwoNonStrings (0.00s)
> === RUN TestInfoShouldNotAddSpacesBetweenStringAndNonstring
> --- PASS: TestInfoShouldNotAddSpacesBetweenStringAndNonstring (0.00s)
> === RUN TestInfoShouldNotAddSpacesBetweenStrings
> --- PASS: TestInfoShouldNotAddSpacesBetweenStrings (0.00s)
> === RUN TestWithFieldsShouldAllowAssignments
> --- PASS: TestWithFieldsShouldAllowAssignments (0.00s)
> === RUN TestUserSuppliedFieldDoesNotOverwriteDefaults
> --- PASS: TestUserSuppliedFieldDoesNotOverwriteDefaults (0.00s)
> === RUN TestUserSuppliedMsgFieldHasPrefix
> --- PASS: TestUserSuppliedMsgFieldHasPrefix (0.00s)
> === RUN TestUserSuppliedTimeFieldHasPrefix
> --- PASS: TestUserSuppliedTimeFieldHasPrefix (0.00s)
> === RUN TestUserSuppliedLevelFieldHasPrefix
> --- PASS: TestUserSuppliedLevelFieldHasPrefix (0.00s)
> === RUN TestDefaultFieldsAreNotPrefixed
> --- PASS: TestDefaultFieldsAreNotPrefixed (0.00s)
> === RUN TestWithTimeShouldOverrideTime
> --- PASS: TestWithTimeShouldOverrideTime (0.00s)
> === RUN TestWithTimeShouldNotOverrideFields
> --- PASS: TestWithTimeShouldNotOverrideFields (0.00s)
> === RUN TestWithFieldShouldNotOverrideTime
> --- PASS: TestWithFieldShouldNotOverrideTime (0.00s)
> === RUN TestTimeOverrideMultipleLogs
> --- PASS: TestTimeOverrideMultipleLogs (0.01s)
> === RUN TestDoubleLoggingDoesntPrefixPreviousFields
> --- PASS: TestDoubleLoggingDoesntPrefixPreviousFields (0.00s)
> === RUN TestNestedLoggingReportsCorrectCaller
> TestNestedLoggingReportsCorrectCaller: logrus_test.go:381:
> Error Trace: logrus_test.go:381
> Error: Not equal:
> expected: "github.com/sirupsen/logrus_test.TestNestedLoggingReportsCorrectCaller"
> actual : "github.com/sirupsen/logrus.(*Entry).Info"
>
> Diff:
> --- Expected
> +++ Actual
> @@ -1 +1 @@
> -github.com/sirupsen/logrus_test.TestNestedLoggingReportsCorrectCaller
> +github.com/sirupsen/logrus.(*Entry).Info
> Test: TestNestedLoggingReportsCorrectCaller
> TestNestedLoggingReportsCorrectCaller: logrus_test.go:385:
> Error Trace: logrus_test.go:385
> Error: Not equal:
> expected: "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/sirupsen/logrus/logrus_test.go:373"
> actual : "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/sirupsen/logrus/entry.go:285"
>
> Diff:
> --- Expected
> +++ Actual
> @@ -1 +1 @@
> -/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/sirupsen/logrus/logrus_test.go:373
> +/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/sirupsen/logrus/entry.go:285
> Test: TestNestedLoggingReportsCorrectCaller
> TestNestedLoggingReportsCorrectCaller: logrus_test.go:412:
> Error Trace: logrus_test.go:412
> Error: Not equal:
> expected: "github.com/sirupsen/logrus_test.TestNestedLoggingReportsCorrectCaller"
> actual : "github.com/sirupsen/logrus.(*Entry).Info"
>
> Diff:
> --- Expected
> +++ Actual
> @@ -1 +1 @@
> -github.com/sirupsen/logrus_test.TestNestedLoggingReportsCorrectCaller
> +github.com/sirupsen/logrus.(*Entry).Info
> Test: TestNestedLoggingReportsCorrectCaller
> TestNestedLoggingReportsCorrectCaller: logrus_test.go:415:
> Error Trace: logrus_test.go:415
> Error: Not equal:
> expected: "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/sirupsen/logrus/logrus_test.go:399"
> actual : "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/sirupsen/logrus/entry.go:285"
>
> Diff:
> --- Expected
> +++ Actual
> @@ -1 +1 @@
> -/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/sirupsen/logrus/logrus_test.go:399
> +/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/sirupsen/logrus/entry.go:285
> Test: TestNestedLoggingReportsCorrectCaller
> --- FAIL: TestNestedLoggingReportsCorrectCaller (0.00s)
> === RUN TestCallerReportingOverhead
> --- PASS: TestCallerReportingOverhead (0.05s)
> === RUN TestConvertLevelToString
> --- PASS: TestConvertLevelToString (0.00s)
> === RUN TestParseLevel
> --- PASS: TestParseLevel (0.00s)
> === RUN TestLevelString
> --- PASS: TestLevelString (0.00s)
> === RUN TestGetSetLevelRace
> --- PASS: TestGetSetLevelRace (0.00s)
> === RUN TestLoggingRace
> time="2020-03-22T03:11:34Z" level=info msg=info
> time="2020-03-22T03:11:34Z" level=info msg=info
> time="2020-03-22T03:11:34Z" level=info msg=info
> time="2020-03-22T03:11:34Z" level=info msg=info
> time="2020-03-22T03:11:34Z" level=info msg=info
> time="2020-03-22T03:11:34Z" level=info msg=info
> time="2020-03-22T03:11:34Z" level=info msg=info
> time="2020-03-22T03:11:34Z" level=info msg=info
> time="2020-03-22T03:11:34Z" level=info msg=info
> time="2020-03-22T03:11:34Z" level=info msg=info
> time="2020-03-22T03:11:34Z" level=info msg=info
> time="2020-03-22T03:11:34Z" level=info msg=info
> time="2020-03-22T03:11:34Z" level=info msg=info
> time="2020-03-22T03:11:34Z" level=info msg=info
> time="2020-03-22T03:11:34Z" level=info msg=info
> time="2020-03-22T03:11:34Z" level=info msg=info
> time="2020-03-22T03:11:34Z" level=info msg=info
> time="2020-03-22T03:11:34Z" level=info msg=info
> time="2020-03-22T03:11:34Z" level=info msg=info
> time="2020-03-22T03:11:34Z" level=info msg=info
> time="2020-03-22T03:11:34Z" level=info msg=info
> time="2020-03-22T03:11:34Z" level=info msg=info
> time="2020-03-22T03:11:34Z" level=info msg=info
> time="2020-03-22T03:11:34Z" level=info msg=info
> time="2020-03-22T03:11:34Z" level=info msg=info
> time="2020-03-22T03:11:34Z" level=info msg=info
> time="2020-03-22T03:11:34Z" level=info msg=info
> time="2020-03-22T03:11:34Z" level=info msg=info
> time="2020-03-22T03:11:34Z" level=info msg=info
> time="2020-03-22T03:11:34Z" level=info msg=info
> time="2020-03-22T03:11:34Z" level=info msg=info
> time="2020-03-22T03:11:34Z" level=info msg=info
> time="2020-03-22T03:11:34Z" level=info msg=info
> time="2020-03-22T03:11:34Z" level=info msg=info
> time="2020-03-22T03:11:34Z" level=info msg=info
> time="2020-03-22T03:11:34Z" level=info msg=info
> time="2020-03-22T03:11:34Z" level=info msg=info
> time="2020-03-22T03:11:34Z" level=info msg=info
> time="2020-03-22T03:11:34Z" level=info msg=info
> time="2020-03-22T03:11:34Z" level=info msg=info
> time="2020-03-22T03:11:34Z" level=info msg=info
> time="2020-03-22T03:11:34Z" level=info msg=info
> time="2020-03-22T03:11:34Z" level=info msg=info
> time="2020-03-22T03:11:34Z" level=info msg=info
> time="2020-03-22T03:11:34Z" level=info msg=info
> time="2020-03-22T03:11:34Z" level=info msg=info
> time="2020-03-22T03:11:34Z" level=info msg=info
> time="2020-03-22T03:11:34Z" level=info msg=info
> time="2020-03-22T03:11:34Z" level=info msg=info
> time="2020-03-22T03:11:34Z" level=info msg=info
> time="2020-03-22T03:11:34Z" level=info msg=info
> time="2020-03-22T03:11:34Z" level=info msg=info
> time="2020-03-22T03:11:34Z" level=info msg=info
> time="2020-03-22T03:11:34Z" level=info msg=info
> time="2020-03-22T03:11:34Z" level=info msg=info
> time="2020-03-22T03:11:34Z" level=info msg=info
> time="2020-03-22T03:11:34Z" level=info msg=info
> time="2020-03-22T03:11:34Z" level=info msg=info
> time="2020-03-22T03:11:34Z" level=info msg=info
> time="2020-03-22T03:11:34Z" level=info msg=info
> time="2020-03-22T03:11:34Z" level=info msg=info
> time="2020-03-22T03:11:34Z" level=info msg=info
> time="2020-03-22T03:11:34Z" level=info msg=info
> time="2020-03-22T03:11:34Z" level=info msg=info
> time="2020-03-22T03:11:34Z" level=info msg=info
> time="2020-03-22T03:11:34Z" level=info msg=info
> time="2020-03-22T03:11:34Z" level=info msg=info
> time="2020-03-22T03:11:34Z" level=info msg=info
> time="2020-03-22T03:11:34Z" level=info msg=info
> time="2020-03-22T03:11:34Z" level=info msg=info
> time="2020-03-22T03:11:34Z" level=info msg=info
> time="2020-03-22T03:11:34Z" level=info msg=info
> time="2020-03-22T03:11:34Z" level=info msg=info
> time="2020-03-22T03:11:34Z" level=info msg=info
> time="2020-03-22T03:11:34Z" level=info msg=info
> time="2020-03-22T03:11:34Z" level=info msg=info
> time="2020-03-22T03:11:34Z" level=info msg=info
> time="2020-03-22T03:11:34Z" level=info msg=info
> time="2020-03-22T03:11:34Z" level=info msg=info
> time="2020-03-22T03:11:34Z" level=info msg=info
> time="2020-03-22T03:11:34Z" level=info msg=info
> time="2020-03-22T03:11:34Z" level=info msg=info
> time="2020-03-22T03:11:34Z" level=info msg=info
> time="2020-03-22T03:11:34Z" level=info msg=info
> time="2020-03-22T03:11:34Z" level=info msg=info
> time="2020-03-22T03:11:34Z" level=info msg=info
> time="2020-03-22T03:11:34Z" level=info msg=info
> time="2020-03-22T03:11:34Z" level=info msg=info
> time="2020-03-22T03:11:34Z" level=info msg=info
> time="2020-03-22T03:11:34Z" level=info msg=info
> time="2020-03-22T03:11:34Z" level=info msg=info
> time="2020-03-22T03:11:34Z" level=info msg=info
> time="2020-03-22T03:11:34Z" level=info msg=info
> time="2020-03-22T03:11:34Z" level=info msg=info
> time="2020-03-22T03:11:34Z" level=info msg=info
> time="2020-03-22T03:11:34Z" level=info msg=info
> time="2020-03-22T03:11:34Z" level=info msg=info
> time="2020-03-22T03:11:34Z" level=info msg=info
> time="2020-03-22T03:11:34Z" level=info msg=info
> time="2020-03-22T03:11:34Z" level=info msg=info
> --- PASS: TestLoggingRace (0.00s)
> === RUN TestLoggingRaceWithHooksOnEntry
> time="2020-03-22T03:11:34Z" level=info msg=info context=clue wow=whale
> time="2020-03-22T03:11:34Z" level=info msg=info context=clue wow=whale
> time="2020-03-22T03:11:34Z" level=info msg=info context=clue wow=whale
> time="2020-03-22T03:11:34Z" level=info msg=info context=clue wow=whale
> time="2020-03-22T03:11:34Z" level=info msg=info context=clue wow=whale
> time="2020-03-22T03:11:34Z" level=info msg=info context=clue wow=whale
> time="2020-03-22T03:11:34Z" level=info msg=info context=clue wow=whale
> time="2020-03-22T03:11:34Z" level=info msg=info context=clue wow=whale
> time="2020-03-22T03:11:34Z" level=info msg=info context=clue wow=whale
> time="2020-03-22T03:11:34Z" level=info msg=info context=clue wow=whale
> time="2020-03-22T03:11:34Z" level=info msg=info context=clue wow=whale
> time="2020-03-22T03:11:34Z" level=info msg=info context=clue wow=whale
> time="2020-03-22T03:11:34Z" level=info msg=info context=clue wow=whale
> time="2020-03-22T03:11:34Z" level=info msg=info context=clue wow=whale
> time="2020-03-22T03:11:34Z" level=info msg=info context=clue wow=whale
> time="2020-03-22T03:11:34Z" level=info msg=info context=clue wow=whale
> time="2020-03-22T03:11:34Z" level=info msg=info context=clue wow=whale
> time="2020-03-22T03:11:34Z" level=info msg=info context=clue wow=whale
> time="2020-03-22T03:11:34Z" level=info msg=info context=clue wow=whale
> time="2020-03-22T03:11:34Z" level=info msg=info context=clue wow=whale
> time="2020-03-22T03:11:34Z" level=info msg=info context=clue wow=whale
> time="2020-03-22T03:11:34Z" level=info msg=info context=clue wow=whale
> time="2020-03-22T03:11:34Z" level=info msg=info context=clue wow=whale
> time="2020-03-22T03:11:34Z" level=info msg=info context=clue wow=whale
> time="2020-03-22T03:11:34Z" level=info msg=info context=clue wow=whale
> time="2020-03-22T03:11:34Z" level=info msg=info context=clue wow=whale
> time="2020-03-22T03:11:34Z" level=info msg=info context=clue wow=whale
> time="2020-03-22T03:11:34Z" level=info msg=info context=clue wow=whale
> time="2020-03-22T03:11:34Z" level=info msg=info context=clue wow=whale
> time="2020-03-22T03:11:34Z" level=info msg=info context=clue wow=whale
> time="2020-03-22T03:11:34Z" level=info msg=info context=clue wow=whale
> time="2020-03-22T03:11:34Z" level=info msg=info context=clue wow=whale
> time="2020-03-22T03:11:34Z" level=info msg=info context=clue wow=whale
> time="2020-03-22T03:11:34Z" level=info msg=info context=clue wow=whale
> time="2020-03-22T03:11:34Z" level=info msg=info context=clue wow=whale
> time="2020-03-22T03:11:34Z" level=info msg=info context=clue wow=whale
> time="2020-03-22T03:11:34Z" level=info msg=info context=clue wow=whale
> time="2020-03-22T03:11:34Z" level=info msg=info context=clue wow=whale
> time="2020-03-22T03:11:34Z" level=info msg=info context=clue wow=whale
> time="2020-03-22T03:11:34Z" level=info msg=info context=clue wow=whale
> time="2020-03-22T03:11:34Z" level=info msg=info context=clue wow=whale
> time="2020-03-22T03:11:34Z" level=info msg=info context=clue wow=whale
> time="2020-03-22T03:11:34Z" level=info msg=info context=clue wow=whale
> time="2020-03-22T03:11:34Z" level=info msg=info context=clue wow=whale
> time="2020-03-22T03:11:34Z" level=info msg=info context=clue wow=whale
> time="2020-03-22T03:11:34Z" level=info msg=info context=clue wow=whale
> time="2020-03-22T03:11:34Z" level=info msg=info context=clue wow=whale
> time="2020-03-22T03:11:34Z" level=info msg=info context=clue wow=whale
> time="2020-03-22T03:11:34Z" level=info msg=info context=clue wow=whale
> time="2020-03-22T03:11:34Z" level=info msg=info context=clue wow=whale
> time="2020-03-22T03:11:34Z" level=info msg=info context=clue wow=whale
> time="2020-03-22T03:11:34Z" level=info msg=info context=clue wow=whale
> time="2020-03-22T03:11:34Z" level=info msg=info context=clue wow=whale
> time="2020-03-22T03:11:34Z" level=info msg=info context=clue wow=whale
> time="2020-03-22T03:11:34Z" level=info msg=info context=clue wow=whale
> time="2020-03-22T03:11:34Z" level=info msg=info context=clue wow=whale
> time="2020-03-22T03:11:34Z" level=info msg=info context=clue wow=whale
> time="2020-03-22T03:11:34Z" level=info msg=info context=clue wow=whale
> time="2020-03-22T03:11:34Z" level=info msg=info context=clue wow=whale
> time="2020-03-22T03:11:34Z" level=info msg=info context=clue wow=whale
> time="2020-03-22T03:11:34Z" level=info msg=info context=clue wow=whale
> time="2020-03-22T03:11:34Z" level=info msg=info context=clue wow=whale
> time="2020-03-22T03:11:34Z" level=info msg=info context=clue wow=whale
> time="2020-03-22T03:11:34Z" level=info msg=info context=clue wow=whale
> time="2020-03-22T03:11:34Z" level=info msg=info context=clue wow=whale
> time="2020-03-22T03:11:34Z" level=info msg=info context=clue wow=whale
> time="2020-03-22T03:11:34Z" level=info msg=info context=clue wow=whale
> time="2020-03-22T03:11:34Z" level=info msg=info context=clue wow=whale
> time="2020-03-22T03:11:34Z" level=info msg=info context=clue wow=whale
> time="2020-03-22T03:11:34Z" level=info msg=info context=clue wow=whale
> time="2020-03-22T03:11:34Z" level=info msg=info context=clue wow=whale
> time="2020-03-22T03:11:34Z" level=info msg=info context=clue wow=whale
> time="2020-03-22T03:11:34Z" level=info msg=info context=clue wow=whale
> time="2020-03-22T03:11:34Z" level=info msg=info context=clue wow=whale
> time="2020-03-22T03:11:34Z" level=info msg=info context=clue wow=whale
> time="2020-03-22T03:11:34Z" level=info msg=info context=clue wow=whale
> time="2020-03-22T03:11:34Z" level=info msg=info context=clue wow=whale
> time="2020-03-22T03:11:34Z" level=info msg=info context=clue wow=whale
> time="2020-03-22T03:11:34Z" level=info msg=info context=clue wow=whale
> time="2020-03-22T03:11:34Z" level=info msg=info context=clue wow=whale
> time="2020-03-22T03:11:34Z" level=info msg=info context=clue wow=whale
> time="2020-03-22T03:11:34Z" level=info msg=info context=clue wow=whale
> time="2020-03-22T03:11:34Z" level=info msg=info context=clue wow=whale
> time="2020-03-22T03:11:34Z" level=info msg=info context=clue wow=whale
> time="2020-03-22T03:11:34Z" level=info msg=info context=clue wow=whale
> time="2020-03-22T03:11:34Z" level=info msg=info context=clue wow=whale
> time="2020-03-22T03:11:34Z" level=info msg=info context=clue wow=whale
> time="2020-03-22T03:11:34Z" level=info msg=info context=clue wow=whale
> time="2020-03-22T03:11:34Z" level=info msg=info context=clue wow=whale
> time="2020-03-22T03:11:34Z" level=info msg=info context=clue wow=whale
> time="2020-03-22T03:11:34Z" level=info msg=info context=clue wow=whale
> time="2020-03-22T03:11:34Z" level=info msg=info context=clue wow=whale
> time="2020-03-22T03:11:34Z" level=info msg=info context=clue wow=whale
> time="2020-03-22T03:11:34Z" level=info msg=info context=clue wow=whale
> time="2020-03-22T03:11:34Z" level=info msg=info context=clue wow=whale
> time="2020-03-22T03:11:34Z" level=info msg=info context=clue wow=whale
> time="2020-03-22T03:11:34Z" level=info msg=info context=clue wow=whale
> time="2020-03-22T03:11:34Z" level=info msg=info context=clue wow=whale
> time="2020-03-22T03:11:34Z" level=info msg=info context=clue wow=whale
> time="2020-03-22T03:11:34Z" level=info msg=info context=clue wow=whale
> --- PASS: TestLoggingRaceWithHooksOnEntry (0.00s)
> === RUN TestReplaceHooks
> --- PASS: TestReplaceHooks (0.00s)
> === RUN TestLogrusInterfaces
> --- PASS: TestLogrusInterfaces (0.00s)
> === RUN TestEntryWriter
> --- PASS: TestEntryWriter (0.00s)
> === RUN TestLogLevelEnabled
> --- PASS: TestLogLevelEnabled (0.00s)
> === RUN TestReportCallerOnTextFormatter
> [36mINFO[0m[0000] test [36mfile[0m=file [36mfunc[0m=func
> time="2020-03-22T03:11:34Z" level=info msg=test file=file func=func
> --- PASS: TestReportCallerOnTextFormatter (0.00s)
> === RUN TestSetReportCallerRace
> --- PASS: TestSetReportCallerRace (0.00s)
> === RUN Example_basic
> --- PASS: Example_basic (0.00s)
> === RUN ExampleCustomFormatter
> --- FAIL: ExampleCustomFormatter (0.00s)
> got:
> {"file":"logger.go","func":"Log","level":"info","msg":"example of custom format caller"}
> want:
> {"file":"example_custom_caller_test.go","func":"ExampleCustomFormatter","level":"info","msg":"example of custom format caller"}
> === RUN ExampleDefaultField
> --- PASS: ExampleDefaultField (0.00s)
> === RUN ExampleGlobalVariableHook
> --- PASS: ExampleGlobalVariableHook (0.00s)
> FAIL
> FAIL github.com/sirupsen/logrus 0.417s
> === RUN TestLocalhostAddAndPrint
> time="2020-03-22T03:11:31Z" level=info msg="Congratulations!"
> --- PASS: TestLocalhostAddAndPrint (0.00s)
> PASS
> ok github.com/sirupsen/logrus/hooks/syslog 0.034s
> === RUN TestAllHooks
> time="2020-03-22T03:11:33Z" level=error msg="Hello error"
> --- PASS: TestAllHooks (0.00s)
> === RUN TestLoggingWithHooksRace
> --- PASS: TestLoggingWithHooksRace (0.00s)
> === RUN TestFatalWithAlternateExit
> --- PASS: TestFatalWithAlternateExit (0.00s)
> PASS
> ok github.com/sirupsen/logrus/hooks/test 0.011s
> ? github.com/sirupsen/logrus/internal/testutils [no test files]
> FAIL
> dh_auto_test: error: cd obj-x86_64-linux-gnu && go test -vet=off -v -p 4 github.com/sirupsen/logrus github.com/sirupsen/logrus/hooks/syslog github.com/sirupsen/logrus/hooks/test github.com/sirupsen/logrus/internal/testutils returned exit code 1
The full build log is available from:
http://qa-logs.debian.net/2020/03/21/golang-logrus_1.4.2-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