Source: golang-github-magiconair-properties Version: 1.8.1+really1.8.1-1 Severity: serious Justification: FTBFS on amd64 Tags: bullseye sid ftbfs Usertags: ftbfs-20201119 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/magiconair/properties github.com/magiconair/properties/assert > internal/unsafeheader > runtime/internal/sys > internal/cpu > runtime/internal/atomic > math/bits > runtime/internal/math > unicode/utf8 > internal/race > sync/atomic > unicode > internal/bytealg > math > internal/testlog > container/list > runtime > crypto/internal/subtle > crypto/subtle > unicode/utf16 > vendor/golang.org/x/crypto/cryptobyte/asn1 > internal/nettrace > vendor/golang.org/x/crypto/internal/subtle > runtime/cgo > internal/reflectlite > sync > internal/singleflight > math/rand > errors > sort > strconv > io > internal/oserror > vendor/golang.org/x/net/dns/dnsmessage > syscall > strings > reflect > bytes > hash > hash/crc32 > bufio > internal/syscall/unix > time > internal/syscall/execenv > crypto > crypto/internal/randutil > crypto/hmac > crypto/rc4 > vendor/golang.org/x/crypto/hkdf > vendor/golang.org/x/text/transform > path > regexp/syntax > context > internal/poll > encoding/binary > internal/fmtsort > os > regexp > crypto/cipher > crypto/sha512 > fmt > path/filepath > crypto/aes > crypto/des > io/ioutil > crypto/ed25519/internal/edwards25519 > crypto/md5 > crypto/sha1 > crypto/sha256 > flag > log > compress/flate > math/big > encoding/hex > encoding/base64 > net > encoding/pem > net/url > compress/gzip > 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 > vendor/golang.org/x/crypto/cryptobyte > crypto/x509/pkix > vendor/golang.org/x/text/unicode/bidi > vendor/golang.org/x/text/unicode/norm > crypto/ecdsa > vendor/golang.org/x/text/secure/bidirule > vendor/golang.org/x/net/http2/hpack > mime > mime/quotedprintable > net/http/internal > runtime/debug > runtime/trace > vendor/golang.org/x/net/idna > testing > github.com/magiconair/properties/assert > vendor/golang.org/x/net/http/httpproxy > net/textproto > crypto/x509 > vendor/golang.org/x/net/http/httpguts > mime/multipart > crypto/tls > net/http/httptrace > net/http > github.com/magiconair/properties > dh_auto_test -O--buildsystem=golang > cd obj-x86_64-linux-gnu && go test -vet=off -v -p 4 > github.com/magiconair/properties github.com/magiconair/properties/assert > === RUN TestDecodeValues > --- PASS: TestDecodeValues (0.00s) > === RUN TestDecodeValueDefaults > --- PASS: TestDecodeValueDefaults (0.00s) > === RUN TestDecodeArrays > --- PASS: TestDecodeArrays (0.00s) > === RUN TestDecodeArrayDefaults > --- PASS: TestDecodeArrayDefaults (0.00s) > === RUN TestDecodeSkipUndef > --- PASS: TestDecodeSkipUndef (0.00s) > === RUN TestDecodeStruct > --- PASS: TestDecodeStruct (0.00s) > === RUN TestDecodeMap > --- PASS: TestDecodeMap (0.00s) > === RUN TestFlag > --- PASS: TestFlag (0.00s) > === RUN TestFlagOverride > --- PASS: TestFlagOverride (0.00s) > === RUN TestEncoding > --- PASS: TestEncoding (0.00s) > === RUN TestLoadFailsWithNotExistingFile > --- PASS: TestLoadFailsWithNotExistingFile (0.00s) > === RUN TestLoadFilesFailsOnNotExistingFile > --- PASS: TestLoadFilesFailsOnNotExistingFile (0.00s) > === RUN TestLoadFilesDoesNotFailOnNotExistingFileAndIgnoreMissing > 2020/11/19 07:23:27 properties: doesnotexist.properties not found. skipping > --- PASS: TestLoadFilesDoesNotFailOnNotExistingFileAndIgnoreMissing (0.00s) > === RUN TestLoadString > --- PASS: TestLoadString (0.00s) > === RUN TestLoadMap > --- PASS: TestLoadMap (0.00s) > === RUN TestLoadFile > --- PASS: TestLoadFile (0.00s) > === RUN TestLoadFiles > --- PASS: TestLoadFiles (0.00s) > === RUN TestLoadExpandedFile > --- PASS: TestLoadExpandedFile (0.00s) > === RUN TestLoadFilesAndIgnoreMissing > 2020/11/19 07:23:27 properties: /tmp/properties428377838foo not found. > skipping > 2020/11/19 07:23:27 properties: /tmp/properties128187765foo not found. > skipping > --- PASS: TestLoadFilesAndIgnoreMissing (0.00s) > === RUN TestLoadURL > --- PASS: TestLoadURL (0.00s) > === RUN TestLoadURLs > --- PASS: TestLoadURLs (0.00s) > === RUN TestLoadURLsAndFailMissing > --- PASS: TestLoadURLsAndFailMissing (0.00s) > === RUN TestLoadURLsAndIgnoreMissing > 2020/11/19 07:23:27 properties: http://127.0.0.1:43243/c returned 404. > skipping > --- PASS: TestLoadURLsAndIgnoreMissing (0.00s) > === RUN TestLoadURLEncoding > --- PASS: TestLoadURLEncoding (0.00s) > === RUN TestLoadURLFailInvalidEncoding > --- PASS: TestLoadURLFailInvalidEncoding (0.00s) > === RUN TestLoadAll > --- PASS: TestLoadAll (0.00s) > === RUN TestBasic > --- PASS: TestBasic (0.00s) > === RUN TestComplex > --- PASS: TestComplex (0.00s) > === RUN TestErrors > --- PASS: TestErrors (0.00s) > === RUN TestVeryDeep > --- PASS: TestVeryDeep (0.00s) > === RUN TestDisableExpansion > --- PASS: TestDisableExpansion (0.00s) > === RUN TestDisableExpansionStillUpdatesKeys > --- PASS: TestDisableExpansionStillUpdatesKeys (0.00s) > === RUN TestMustGet > --- PASS: TestMustGet (0.00s) > === RUN TestGetBool > --- PASS: TestGetBool (0.00s) > === RUN TestMustGetBool > --- PASS: TestMustGetBool (0.00s) > === RUN TestGetDuration > --- PASS: TestGetDuration (0.00s) > === RUN TestMustGetDuration > --- PASS: TestMustGetDuration (0.00s) > === RUN TestGetParsedDuration > --- PASS: TestGetParsedDuration (0.00s) > === RUN TestMustGetParsedDuration > assert.go:62: got time: invalid duration "ghi" which does not match > time: invalid duration ghi > > --- FAIL: TestMustGetParsedDuration (0.00s) > === RUN TestGetFloat64 > --- PASS: TestGetFloat64 (0.00s) > === RUN TestMustGetFloat64 > --- PASS: TestMustGetFloat64 (0.00s) > === RUN TestGetInt > --- PASS: TestGetInt (0.00s) > === RUN TestMustGetInt > --- PASS: TestMustGetInt (0.00s) > === RUN TestGetInt64 > --- PASS: TestGetInt64 (0.00s) > === RUN TestMustGetInt64 > --- PASS: TestMustGetInt64 (0.00s) > === RUN TestGetUint > --- PASS: TestGetUint (0.00s) > === RUN TestMustGetUint > --- PASS: TestMustGetUint (0.00s) > === RUN TestGetUint64 > --- PASS: TestGetUint64 (0.00s) > === RUN TestMustGetUint64 > --- PASS: TestMustGetUint64 (0.00s) > === RUN TestGetString > --- PASS: TestGetString (0.00s) > === RUN TestMustGetString > --- PASS: TestMustGetString (0.00s) > === RUN TestComment > --- PASS: TestComment (0.00s) > === RUN TestFilter > --- PASS: TestFilter (0.00s) > === RUN TestFilterPrefix > --- PASS: TestFilterPrefix (0.00s) > === RUN TestFilterStripPrefix > --- PASS: TestFilterStripPrefix (0.00s) > === RUN TestKeys > --- PASS: TestKeys (0.00s) > === RUN TestSet > --- PASS: TestSet (0.00s) > === RUN TestSetValue > --- PASS: TestSetValue (0.00s) > === RUN TestMustSet > --- PASS: TestMustSet (0.00s) > === RUN TestWrite > --- PASS: TestWrite (0.00s) > === RUN TestWriteComment > --- PASS: TestWriteComment (0.00s) > === RUN TestCustomExpansionExpression > --- PASS: TestCustomExpansionExpression (0.00s) > === RUN TestPanicOn32BitIntOverflow > --- PASS: TestPanicOn32BitIntOverflow (0.00s) > === RUN TestPanicOn32BitUintOverflow > --- PASS: TestPanicOn32BitUintOverflow (0.00s) > === RUN TestDeleteKey > --- PASS: TestDeleteKey (0.00s) > === RUN TestDeleteUnknownKey > --- PASS: TestDeleteUnknownKey (0.00s) > === RUN TestMerge > --- PASS: TestMerge (0.00s) > === RUN TestMap > --- PASS: TestMap (0.00s) > === RUN TestFilterFunc > --- PASS: TestFilterFunc (0.00s) > === RUN TestLoad > --- PASS: TestLoad (0.00s) > === RUN ExampleLoad_iso88591 > --- PASS: ExampleLoad_iso88591 (0.00s) > === RUN ExampleLoad_utf8 > --- PASS: ExampleLoad_utf8 (0.00s) > === RUN ExampleProperties_GetBool > --- PASS: ExampleProperties_GetBool (0.00s) > === RUN ExampleProperties_GetString > --- PASS: ExampleProperties_GetString (0.00s) > === RUN Example > --- PASS: Example (0.00s) > === RUN ExampleProperties_MustFlag > --- PASS: ExampleProperties_MustFlag (0.00s) > FAIL > FAIL github.com/magiconair/properties 0.015s > === RUN TestEqualEquals > --- PASS: TestEqualEquals (0.00s) > === RUN TestEqualFails > --- PASS: TestEqualFails (0.00s) > === RUN TestPanicPanics > --- PASS: TestPanicPanics (0.00s) > === RUN TestPanicPanicsAndMatches > --- PASS: TestPanicPanicsAndMatches (0.00s) > === RUN TestPanicPanicsAndDoesNotMatch > --- PASS: TestPanicPanicsAndDoesNotMatch (0.00s) > === RUN TestPanicPanicsAndDoesNotPanic > --- PASS: TestPanicPanicsAndDoesNotPanic (0.00s) > === RUN TestMatchesMatches > --- PASS: TestMatchesMatches (0.00s) > === RUN TestMatchesDoesNotMatch > --- PASS: TestMatchesDoesNotMatch (0.00s) > PASS > ok github.com/magiconair/properties/assert 0.002s > FAIL > dh_auto_test: error: cd obj-x86_64-linux-gnu && go test -vet=off -v -p 4 > github.com/magiconair/properties github.com/magiconair/properties/assert > returned exit code 1 The full build log is available from: http://qa-logs.debian.net/2020/11/19/golang-github-magiconair-properties_1.8.1+really1.8.1-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.