Your message dated Thu, 2 Dec 2021 19:45:07 -0700
with message-id <YamEs6/wxulmk...@debian-e431.fok>
and subject line Bug#997569: fixed in golang-github-magiconair-properties 
1.8.5-1
has caused the Debian Bug report #997569,
regarding golang-github-magiconair-properties: FTBFS: 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
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.)


-- 
997569: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=997569
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: golang-github-magiconair-properties
Version: 1.8.4-1
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
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 <f...@debian.org>
>  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.

--- End Message ---
--- Begin Message ---
Source: golang-github-magiconair-properties
Source-Version: 1.8.5-1
Done: Anthony Fok <f...@debian.org>

This FTBFS error, which was triggered when Debian upgraded to
golang-1.16, and later to golang-1.17 as default:

> === RUN   TestMustGetParsedDuration
>       assert.go:62: got time: invalid duration "ghi" which does not
>                     match time: invalid duration ghi
>
> --- FAIL: TestMustGetParsedDuration (0.00s)

was reported to upstream by Robert-André Mauchin (@eclipseo) in
https://github.com/magiconair/properties/issues/52 (Go 1.16 specific
test error) and the fix is part of the upstream v1.8.5 release
in March 2021.

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 997...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Cheers,

Anthony Fok

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

Format: 1.8
Date: Fri, 29 Oct 2021 03:53:46 -0600
Source: golang-github-magiconair-properties
Architecture: source
Version: 1.8.5-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team <team+pkg...@tracker.debian.org>
Changed-By: Anthony Fok <f...@debian.org>
Changes:
 golang-github-magiconair-properties (1.8.5-1) unstable; urgency=medium
 .
   * New upstream version 1.8.5
   * Bump Standards-Version to 4.6.0 (no change)
   * Mark library package with "Multi-Arch: foreign"
   * Add debian/upstream/metadata
Checksums-Sha1:
 3f90407540f92068b157dff4fbd6c818904a6756 2370 
golang-github-magiconair-properties_1.8.5-1.dsc
 bd2bc341d45f7c45fbee513e46afd7347a9829f9 30514 
golang-github-magiconair-properties_1.8.5.orig.tar.gz
 84e2ff069fa5322a6f4a656713dce6e9e7d3d465 4320 
golang-github-magiconair-properties_1.8.5-1.debian.tar.xz
 540fa3984349fd64b2d3980fbe6485dc973563f8 6261 
golang-github-magiconair-properties_1.8.5-1_amd64.buildinfo
Checksums-Sha256:
 fd7ebfc8ab8dc502a208bc4fd7f46694bad8323c688c4a5b235cfcc5b916c02e 2370 
golang-github-magiconair-properties_1.8.5-1.dsc
 f85ea629d145006f4df18fd8251fa005d95c311b068848043232f52d247ba45c 30514 
golang-github-magiconair-properties_1.8.5.orig.tar.gz
 ca2ea84ec92acb80dc4becb77b2ab2e79067f1372cde17ba5dbd799016662cb2 4320 
golang-github-magiconair-properties_1.8.5-1.debian.tar.xz
 0d54b0e71eacc9c0d6ef1ef369f825560dbd9d82ef08d21e498860c70fbc542b 6261 
golang-github-magiconair-properties_1.8.5-1_amd64.buildinfo
Files:
 269f2a6667ff62a778b810dd909cbc34 2370 golang optional 
golang-github-magiconair-properties_1.8.5-1.dsc
 bd7550b923d2e3271e8d0a07cf81275c 30514 golang optional 
golang-github-magiconair-properties_1.8.5.orig.tar.gz
 661ceacc8f59f802d6451cc028529240 4320 golang optional 
golang-github-magiconair-properties_1.8.5-1.debian.tar.xz
 c33395f5ca287c66cb383cc56680699a 6261 golang optional 
golang-github-magiconair-properties_1.8.5-1_amd64.buildinfo

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

iQJEBAEBCAAuFiEEFCQhsZrUqVmW+VBy6iUAtBLFms8FAmF8KfcQHGZva2FAZGVi
aWFuLm9yZwAKCRDqJQC0EsWaz5GOEACtiz4vejrnIG2codImPhQMVmiQU4eTAvOC
RqdZAq1z+l1a1OZUFyFhUPV1gisbaQ7bNXFyimQXwxa/76zRCJXnvx1gynH6/lyf
zzbhrQK8gJei6JUdhjCHytHERggTBLEpOH9hbPUHZZ7V1mwf8MihcSuKBdrInAoL
VGiJWsyLhNoGLv1OjLOW1pW6OFrS4yKz/4mNam7ERZjQg05FiEyt6bl9er5hJ1yg
Yd+fjaJulwtTV299HYltNldqZbFmGVoblV9H7ttJykvQi+nyG8R/XOiN+8Opyr63
dtMahTzV/8uAik1oobEinzPyI8CcKJVLP0xkMl3EVxr1bDA4b2DvdGlbPxVIXuz0
qrbuWYpFEwsTHi76k4OZSozNZyjwTsjkVWlO6qbZLagvpNYOa1bs205XRd5iQzvg
st8fJxJ2eImhezjP/uxpY+paFOQICIEfLLJbXZ0wOzgkH2PmMLSQA09/sYkHp7UB
HCAB5NGCPfYMivdU4gqFCiwVAW3G8uHu6cFh7KrXLHVGNZM478pcKNqvTnDm7aUX
Euao6ZilGCs8CzL+69t/9ozetvhxwNF5+E+i3ZJ33fGNIo2be7drmL9t1sRr5Br0
azpGcWWdQo0it+9xfk04SReqYN7i+TP5NLFqkTG6vwVY/OU2YX5JxgMBwS1zPDwW
DANqF1yhqg==
=T6o2
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to