Your message dated Tue, 24 Nov 2020 11:18:56 +0000
with message-id <e1khwly-000elv...@fasolo.debian.org>
and subject line Bug#975190: fixed in golang-github-magiconair-properties 
1.8.4-1
has caused the Debian Bug report #975190,
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.)


-- 
975190: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=975190
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
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.

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

We believe that the bug you reported is fixed in the latest version of
golang-github-magiconair-properties, 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 975...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Anthony Fok <f...@debian.org> (supplier of updated 
golang-github-magiconair-properties 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: Tue, 24 Nov 2020 03:33:32 -0700
Source: golang-github-magiconair-properties
Architecture: source
Version: 1.8.4-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team <team+pkg...@tracker.debian.org>
Changed-By: Anthony Fok <f...@debian.org>
Closes: 975190
Changes:
 golang-github-magiconair-properties (1.8.4-1) unstable; urgency=medium
 .
   * New upstream version 1.8.4
     - Fix `time: invalid duration "ghi"` error in TestMustGetParsedDuration
       with go1.15 (Closes: #975190)
   * Bump debhelper dependency to "Build-Depends: debhelper-compat (= 13)"
   * Bump Standards-Version to 4.5.0 (no change)
   * debian/control: Change Section from devel to golang
   * Add "Rules-Requires-Root: no" to debian/control
   * debian/gbp.conf: Set debian-branch to debian/sid for DEP-14 conformance
   * Update copyright years and the formatting of BSD-2-clause
     according to upstream revised LICENSE.md
Checksums-Sha1:
 1ad9097c30fe0e9e7c49d20bdeea6415cec9508c 2370 
golang-github-magiconair-properties_1.8.4-1.dsc
 ac1000be3d08f72874c21b47d26aca7365dcc84b 30378 
golang-github-magiconair-properties_1.8.4.orig.tar.gz
 6f9e4ca080f5400cfb21b2955d4d885be0268d3e 4140 
golang-github-magiconair-properties_1.8.4-1.debian.tar.xz
 e700a6d8a19a4acc0c53c76d626b1c68d9b35a69 6261 
golang-github-magiconair-properties_1.8.4-1_amd64.buildinfo
Checksums-Sha256:
 e435d7328ab6ce0f8d256c478ab0c53135fa734f65c9e0660051b9ae972a3d72 2370 
golang-github-magiconair-properties_1.8.4-1.dsc
 60d3dffd986f08b9e838a6a230b24895d3a67a666359d506572d693b491fea4d 30378 
golang-github-magiconair-properties_1.8.4.orig.tar.gz
 e512e250898037172171b95ad17cc4d34358579ed2f7d903ee817b409c272fc5 4140 
golang-github-magiconair-properties_1.8.4-1.debian.tar.xz
 059abaf75389c9be805a57705000bca9ecb4c14e69b2c40ed1c6d432e744e661 6261 
golang-github-magiconair-properties_1.8.4-1_amd64.buildinfo
Files:
 f2f71161c13029bcd39c932798ca4971 2370 golang optional 
golang-github-magiconair-properties_1.8.4-1.dsc
 e190215c93f286c1e9b42385ef740e1d 30378 golang optional 
golang-github-magiconair-properties_1.8.4.orig.tar.gz
 cb66eeae1afe282ea5caed6ea76a8ac6 4140 golang optional 
golang-github-magiconair-properties_1.8.4-1.debian.tar.xz
 0ec729c70d3ae404928f659a718e7a80 6261 golang optional 
golang-github-magiconair-properties_1.8.4-1_amd64.buildinfo

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

iQJEBAEBCAAuFiEEFCQhsZrUqVmW+VBy6iUAtBLFms8FAl+859YQHGZva2FAZGVi
aWFuLm9yZwAKCRDqJQC0EsWaz8/NEACEcEn+0RVIP2qffRouaN9lD7BYKFrCzaJ1
YzoA3SgiqPto3e1pqWW/DSakjZtxQnJV7CogZnYsX/9O1n4AZ8Ti+4e44u5vni/W
meppntUjQtrUEMlXXetQGU4uLLY9zgLmpGnJJhUY8pQZaucGlCizPjEtHO1Ds4k5
/ZZfW0VBclYEJoH+R4JIMtps56Iju/0Z2CTCmaIN/rRKIy9OCP1WwezUywKXDXo2
X/kCio8VW/Dty8l12VzL+tcS12UdDzVOjjuZMq19nBw659iETlFPUhD0edn82yt2
jH+XAasfYNmcZ41JaxP7VOWNBoLMl1RrJBIwhTa2f8dKgIfkmeo/1s82cTpW4KYZ
LfkeU4kcN+mEyoktzR5OkkZ0p4w9SCgUqvBTGz3ITmznTUyq5Gp+dubMrpgLaMal
bIx24ujyMPBg8hvMeTqVUpi5Ygkk6FgLcBb2J9Esw/LRuB4PH4pXEfGxggDGuuSa
YQcj/vcb0cSgDLdAYwf6wcwQcARr3TuTt4/x+lQ7tTvL2+1ROBLhHp73vdJehK4Z
ZBnP+Vw+X1rVPqT4vgQOcVF3/YrOZhgniUI7AXgrP7OZqXcqy08xz4X6cJ5d8faF
yIYEMQG8tjNOGOxKl5hk/70WA+Aj9mmsTdeHZh1qW4yXMPJ5t1QsJj5mQp07QvqH
PzqaYHkuwQ==
=FBlf
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to