Source: golang-github-magiconair-properties
Version: 1.8.4-1
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: [email protected]
Usertags: ftbfs-20211023 ftbfs-bookworm

Hi,

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


Relevant part (hopefully):
> dpkg-buildpackage
> -----------------
> 
> Command: dpkg-buildpackage -us -uc -sa -rfakeroot
> dpkg-buildpackage: info: source package golang-github-magiconair-properties
> dpkg-buildpackage: info: source version 1.8.4-1
> dpkg-buildpackage: info: source distribution unstable
> dpkg-buildpackage: info: source changed by Anthony Fok <[email protected]>
>  dpkg-source --before-build .
> dpkg-buildpackage: info: host architecture amd64
>  debian/rules clean
> dh clean --buildsystem=golang --with=golang
>    dh_auto_clean -O--buildsystem=golang
>    dh_autoreconf_clean -O--buildsystem=golang
>    dh_clean -O--buildsystem=golang
>  dpkg-source -b .
> dpkg-source: info: using source format '3.0 (quilt)'
> dpkg-source: info: building golang-github-magiconair-properties using 
> existing ./golang-github-magiconair-properties_1.8.4.orig.tar.gz
> dpkg-source: info: building golang-github-magiconair-properties in 
> golang-github-magiconair-properties_1.8.4-1.debian.tar.xz
> dpkg-source: info: building golang-github-magiconair-properties in 
> golang-github-magiconair-properties_1.8.4-1.dsc
>  debian/rules binary
> dh binary --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
> internal/goexperiment
> internal/abi
> internal/cpu
> runtime/internal/atomic
> runtime/internal/sys
> runtime/internal/math
> internal/race
> sync/atomic
> unicode/utf8
> unicode
> internal/bytealg
> internal/itoa
> math/bits
> container/list
> math
> crypto/internal/subtle
> runtime
> crypto/subtle
> unicode/utf16
> vendor/golang.org/x/crypto/cryptobyte/asn1
> internal/nettrace
> vendor/golang.org/x/crypto/internal/subtle
> internal/reflectlite
> sync
> internal/testlog
> internal/singleflight
> math/rand
> runtime/cgo
> internal/sysinfo
> errors
> sort
> io
> strconv
> internal/oserror
> syscall
> bytes
> reflect
> path
> strings
> internal/syscall/unix
> time
> internal/syscall/execenv
> bufio
> hash
> hash/crc32
> crypto
> crypto/elliptic/internal/fiat
> crypto/internal/randutil
> internal/poll
> io/fs
> internal/fmtsort
> encoding/binary
> context
> os
> crypto/hmac
> crypto/rc4
> vendor/golang.org/x/net/dns/dnsmessage
> crypto/cipher
> crypto/sha512
> crypto/ed25519/internal/edwards25519/field
> crypto/aes
> fmt
> io/ioutil
> crypto/des
> crypto/ed25519/internal/edwards25519
> crypto/md5
> crypto/sha1
> crypto/sha256
> flag
> log
> compress/flate
> math/big
> encoding/hex
> encoding/base64
> net
> encoding/pem
> compress/gzip
> net/url
> path/filepath
> 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
> vendor/golang.org/x/crypto/hkdf
> vendor/golang.org/x/text/transform
> vendor/golang.org/x/text/unicode/bidi
> crypto/rand
> crypto/elliptic
> encoding/asn1
> crypto/ed25519
> crypto/rsa
> vendor/golang.org/x/crypto/cryptobyte
> crypto/dsa
> crypto/x509/pkix
> vendor/golang.org/x/text/secure/bidirule
> vendor/golang.org/x/text/unicode/norm
> vendor/golang.org/x/net/http2/hpack
> crypto/ecdsa
> mime
> mime/quotedprintable
> net/http/internal
> net/http/internal/ascii
> regexp/syntax
> runtime/debug
> vendor/golang.org/x/net/idna
> runtime/trace
> testing
> regexp
> 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
> 2021/10/23 06:30:40 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
> 2021/10/23 06:30:40 properties: /tmp/properties642202843foo not found. 
> skipping
> 2021/10/23 06:30:40 properties: /tmp/properties2785048045foo 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
> 2021/10/23 06:30:40 properties: http://127.0.0.1:45039/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.003s
> 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/2021/10/23/golang-github-magiconair-properties_1.8.4-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!

If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.

Reply via email to