Your message dated Sun, 22 Mar 2020 18:22:08 +0000
with message-id <e1jg5ee-000crw...@fasolo.debian.org>
and subject line Bug#954610: fixed in golang-logrus 1.4.2.98.gd417be0-1
has caused the Debian Bug report #954610,
regarding 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
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
954610: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=954610
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
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
> INFO[0000] test                                          
> file=file func=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.

--- End Message ---
--- Begin Message ---
Source: golang-logrus
Source-Version: 1.4.2.98.gd417be0-1
Done: Shengjing Zhu <z...@debian.org>

We believe that the bug you reported is fixed in the latest version of
golang-logrus, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 954...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Shengjing Zhu <z...@debian.org> (supplier of updated golang-logrus package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Mon, 23 Mar 2020 02:01:04 +0800
Source: golang-logrus
Architecture: source
Version: 1.4.2.98.gd417be0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team <team+pkg...@tracker.debian.org>
Changed-By: Shengjing Zhu <z...@debian.org>
Closes: 954610
Changes:
 golang-logrus (1.4.2.98.gd417be0-1) unstable; urgency=medium
 .
   * Team upload.
   * New upstream snapshot
     Fix building with go1.14 (Closes: #954610)
   * Remove golang-github-stretchr-testify-dev from Depends.
     Only used for testing
   * Update maintainer address to team+pkg...@tracker.debian.org
   * Add Rules-Requires-Root
   * Switch to debhelper-compat syntax
   * Update Standards-Version to 4.5.0 (no changes)
   * Remove outdated DH_GOLANG_EXCLUDES in d/rules
Checksums-Sha1:
 c0984dc83501837cc697e6c83f6626f9ef4c1d54 1747 
golang-logrus_1.4.2.98.gd417be0-1.dsc
 1ed991462757a1ab6315c787b7191a7ea09adc97 38652 
golang-logrus_1.4.2.98.gd417be0.orig.tar.xz
 db3ae62ac965933f77ed2fe898d56ef523a21497 4060 
golang-logrus_1.4.2.98.gd417be0-1.debian.tar.xz
 873182d2db6569d5d4d87240f3774e8881116913 5903 
golang-logrus_1.4.2.98.gd417be0-1_amd64.buildinfo
Checksums-Sha256:
 bf795f3fb6bdba742eda23b8863641753fb90acc8e268f52c8449a57f91fe4c7 1747 
golang-logrus_1.4.2.98.gd417be0-1.dsc
 7746591fe3768670d2303f0068f98eb2cc80282042628c20872fa8c9d14bafac 38652 
golang-logrus_1.4.2.98.gd417be0.orig.tar.xz
 931fbdfe3ca3e96e91cf7ee4157dc616a82468a5fb26c81111828b31549cda84 4060 
golang-logrus_1.4.2.98.gd417be0-1.debian.tar.xz
 cab3b60def8c3cfc61ac26e3aaaac3e53f11722337530a682dab496afe80f72d 5903 
golang-logrus_1.4.2.98.gd417be0-1_amd64.buildinfo
Files:
 5e8cfacc51ee689a11a816b85c30177a 1747 devel optional 
golang-logrus_1.4.2.98.gd417be0-1.dsc
 77dbae19c482e7b6c523ba91571871dc 38652 devel optional 
golang-logrus_1.4.2.98.gd417be0.orig.tar.xz
 3b01ca2b284d557fde9518c3d7e857c9 4060 devel optional 
golang-logrus_1.4.2.98.gd417be0-1.debian.tar.xz
 3ab52f987dd179b5b9669de310bbf416 5903 devel optional 
golang-logrus_1.4.2.98.gd417be0-1_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iIYEARYIAC4WIQTiXc95jUQrjt9HgU3EhUo4GOCwFgUCXneorhAcemhzakBkZWJp
YW4ub3JnAAoJEMSFSjgY4LAWkjABAIbj9C+/NxIyUtP84tqQgK0BKBFVbysb3DCe
0k73BqGJAP0TDcTIKe9dTtP7mUrFYswUSxtfk5uO/CIIBo0YsxDiDA==
=qtlU
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to