Your message dated Sun, 24 Oct 2021 10:03:30 +0000
with message-id <e1meali-000ih0...@fasolo.debian.org>
and subject line Bug#997572: fixed in golang-gopkg-square-go-jose.v2 2.6.0-1
has caused the Debian Bug report #997572,
regarding golang-gopkg-square-go-jose.v2: FTBFS: dh_auto_test: error: cd 
obj-x86_64-linux-gnu && go test -vet=off -v -p 4 gopkg.in/square/go-jose.v2 
gopkg.in/square/go-jose.v2/cipher gopkg.in/square/go-jose.v2/cryptosigner 
gopkg.in/square/go-jose.v2/json gopkg.in/square/go-jose.v2/jwt 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.)


-- 
997572: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=997572
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: golang-gopkg-square-go-jose.v2
Version: 2.5.1-2
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-gopkg-square-go-jose.v2
> dpkg-buildpackage: info: source version 2.5.1-2
> dpkg-buildpackage: info: source distribution unstable
> dpkg-buildpackage: info: source changed by Shengjing Zhu <z...@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-gopkg-square-go-jose.v2 using existing 
> ./golang-gopkg-square-go-jose.v2_2.5.1.orig.tar.gz
> dpkg-source: info: building golang-gopkg-square-go-jose.v2 in 
> golang-gopkg-square-go-jose.v2_2.5.1-2.debian.tar.xz
> dpkg-source: info: building golang-gopkg-square-go-jose.v2 in 
> golang-gopkg-square-go-jose.v2_2.5.1-2.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 
> gopkg.in/square/go-jose.v2 gopkg.in/square/go-jose.v2/cipher 
> gopkg.in/square/go-jose.v2/cryptosigner gopkg.in/square/go-jose.v2/json 
> gopkg.in/square/go-jose.v2/jwt
> internal/goexperiment
> runtime/internal/sys
> internal/unsafeheader
> internal/cpu
> internal/abi
> runtime/internal/atomic
> runtime/internal/math
> internal/race
> sync/atomic
> unicode
> internal/bytealg
> unicode/utf8
> internal/itoa
> math/bits
> crypto/internal/subtle
> crypto/subtle
> math
> unicode/utf16
> runtime
> vendor/golang.org/x/crypto/cryptobyte/asn1
> internal/nettrace
> encoding
> internal/reflectlite
> sync
> internal/testlog
> math/rand
> internal/singleflight
> runtime/cgo
> errors
> sort
> io
> strconv
> internal/oserror
> syscall
> bytes
> strings
> reflect
> bufio
> path
> internal/syscall/unix
> time
> internal/syscall/execenv
> hash
> crypto
> crypto/elliptic/internal/fiat
> crypto/internal/randutil
> crypto/hmac
> vendor/golang.org/x/net/dns/dnsmessage
> golang.org/x/crypto/pbkdf2
> internal/poll
> io/fs
> internal/fmtsort
> encoding/binary
> context
> os
> crypto/cipher
> crypto/sha512
> crypto/sha1
> fmt
> crypto/sha256
> crypto/ed25519/internal/edwards25519/field
> crypto/aes
> crypto/des
> crypto/ed25519/internal/edwards25519
> crypto/md5
> encoding/base64
> compress/flate
> math/big
> encoding/hex
> encoding/pem
> net
> net/url
> path/filepath
> gopkg.in/square/go-jose.v2/json
> encoding/asn1
> crypto/elliptic
> crypto/rand
> crypto/rsa
> vendor/golang.org/x/crypto/cryptobyte
> crypto/dsa
> crypto/ed25519
> crypto/x509/pkix
> golang.org/x/crypto/ed25519
> crypto/ecdsa
> gopkg.in/square/go-jose.v2/cipher
> crypto/x509
> gopkg.in/square/go-jose.v2
> gopkg.in/square/go-jose.v2/cryptosigner
> gopkg.in/square/go-jose.v2/jwt
>    dh_auto_test -O--buildsystem=golang
>       cd obj-x86_64-linux-gnu && go test -vet=off -v -p 4 
> gopkg.in/square/go-jose.v2 gopkg.in/square/go-jose.v2/cipher 
> gopkg.in/square/go-jose.v2/cryptosigner gopkg.in/square/go-jose.v2/json 
> gopkg.in/square/go-jose.v2/jwt
> === RUN   TestEd25519
> --- PASS: TestEd25519 (0.00s)
> === RUN   TestInvalidAlgorithmsRSA
> --- PASS: TestInvalidAlgorithmsRSA (0.00s)
> === RUN   TestPKCSKeyGeneratorFailure
> --- PASS: TestPKCSKeyGeneratorFailure (0.00s)
> === RUN   TestInvalidAlgorithmsEC
> --- PASS: TestInvalidAlgorithmsEC (0.00s)
> === RUN   TestInvalidECKeyGen
> --- PASS: TestInvalidECKeyGen (0.00s)
> === RUN   TestInvalidECDecrypt
> --- PASS: TestInvalidECDecrypt (0.00s)
> === RUN   TestDecryptWithIncorrectSize
> --- PASS: TestDecryptWithIncorrectSize (0.37s)
> === RUN   TestPKCSDecryptNeverFails
> --- PASS: TestPKCSDecryptNeverFails (0.20s)
> === RUN   TestInvalidEllipticCurve
> --- PASS: TestInvalidEllipticCurve (0.00s)
> === RUN   TestInvalidAlgorithmEC
> --- PASS: TestInvalidAlgorithmEC (0.00s)
> === RUN   TestRoundtripsJWE
> --- PASS: TestRoundtripsJWE (2.19s)
> === RUN   TestRoundtripsJWECorrupted
> --- PASS: TestRoundtripsJWECorrupted (4.44s)
> === RUN   TestEncrypterWithJWKAndKeyID
> --- PASS: TestEncrypterWithJWKAndKeyID (0.00s)
> === RUN   TestEncrypterWithBrokenRand
> --- PASS: TestEncrypterWithBrokenRand (0.00s)
> === RUN   TestNewEncrypterErrors
> --- PASS: TestNewEncrypterErrors (0.00s)
> === RUN   TestMultiRecipientJWE
> --- PASS: TestMultiRecipientJWE (0.00s)
> === RUN   TestMultiRecipientErrors
> --- PASS: TestMultiRecipientErrors (0.00s)
> === RUN   TestEncrypterOptions
> --- PASS: TestEncrypterOptions (0.00s)
> === RUN   TestEncrypterExtraHeaderInclusion
> --- PASS: TestEncrypterExtraHeaderInclusion (0.00s)
> === RUN   TestPBES2JWKEncryption
> --- PASS: TestPBES2JWKEncryption (0.01s)
> === RUN   TestEncrypterWithPBES2
> --- PASS: TestEncrypterWithPBES2 (1.21s)
> === RUN   TestDirectEncryptionKeySizeCheck
> --- PASS: TestDirectEncryptionKeySizeCheck (0.00s)
> === RUN   TestDeflateRoundtrip
> --- PASS: TestDeflateRoundtrip (0.00s)
> === RUN   TestInvalidCompression
> --- PASS: TestInvalidCompression (0.00s)
> === RUN   TestByteBufferTrim
> --- PASS: TestByteBufferTrim (0.00s)
> === RUN   TestFixedSizeBuffer
> --- PASS: TestFixedSizeBuffer (0.00s)
> === RUN   TestSerializeJSONRejectsNil
> --- PASS: TestSerializeJSONRejectsNil (0.00s)
> === RUN   TestFixedSizeBufferTooLarge
> --- PASS: TestFixedSizeBufferTooLarge (0.00s)
> === RUN   TestCompactParseJWE
> --- PASS: TestCompactParseJWE (0.00s)
> === RUN   TestFullParseJWE
> --- PASS: TestFullParseJWE (0.00s)
> === RUN   TestMissingInvalidHeaders
> --- PASS: TestMissingInvalidHeaders (0.00s)
> === RUN   TestRejectUnprotectedJWENonce
> --- PASS: TestRejectUnprotectedJWENonce (0.00s)
> === RUN   TestCompactSerialize
> --- PASS: TestCompactSerialize (0.00s)
> === RUN   TestVectorsJWE
> --- PASS: TestVectorsJWE (0.00s)
> === RUN   TestJWENilProtected
> --- PASS: TestJWENilProtected (0.00s)
> === RUN   TestVectorsJWECorrupt
> --- PASS: TestVectorsJWECorrupt (0.00s)
> === RUN   TestSampleNimbusJWEMessagesRSA
> --- PASS: TestSampleNimbusJWEMessagesRSA (0.03s)
> === RUN   TestSampleNimbusJWEMessagesAESKW
> --- PASS: TestSampleNimbusJWEMessagesAESKW (0.00s)
> === RUN   TestSampleJose4jJWEMessagesECDH
> --- PASS: TestSampleJose4jJWEMessagesECDH (0.00s)
> === RUN   TestPrecomputedECDHMessagesFromJose4j
> --- PASS: TestPrecomputedECDHMessagesFromJose4j (0.01s)
> === RUN   TestSampleAESCBCHMACMessagesFromNodeJose
> --- PASS: TestSampleAESCBCHMACMessagesFromNodeJose (0.00s)
> === RUN   TestTamperedJWE
> --- PASS: TestTamperedJWE (0.00s)
> === RUN   TestJWEWithNullAlg
> --- PASS: TestJWEWithNullAlg (0.00s)
> === RUN   TestCurveSize
> --- PASS: TestCurveSize (0.00s)
> === RUN   TestRoundtripRsaPrivate
> --- PASS: TestRoundtripRsaPrivate (0.00s)
> === RUN   TestRoundtripRsaPrivatePrecomputed
> --- PASS: TestRoundtripRsaPrivatePrecomputed (0.00s)
> === RUN   TestRsaPrivateInsufficientPrimes
> --- PASS: TestRsaPrivateInsufficientPrimes (0.00s)
> === RUN   TestRsaPrivateExcessPrimes
> --- PASS: TestRsaPrivateExcessPrimes (0.00s)
> === RUN   TestRoundtripEcPublic
> --- PASS: TestRoundtripEcPublic (0.00s)
> === RUN   TestRoundtripEcPrivate
> --- PASS: TestRoundtripEcPrivate (0.00s)
> === RUN   TestRoundtripX509
> === RUN   TestRoundtripX509/all_fields
> === RUN   TestRoundtripX509/no_optional_x5ts
> === RUN   TestRoundtripX509/no_x5t
> === RUN   TestRoundtripX509/no_x5t#S256
> --- PASS: TestRoundtripX509 (0.01s)
>     --- PASS: TestRoundtripX509/all_fields (0.00s)
>     --- PASS: TestRoundtripX509/no_optional_x5ts (0.00s)
>     --- PASS: TestRoundtripX509/no_x5t (0.00s)
>     --- PASS: TestRoundtripX509/no_x5t#S256 (0.00s)
> === RUN   TestRoundtripX509Hex
> --- PASS: TestRoundtripX509Hex (0.00s)
> === RUN   TestInvalidThumbprintsX509
> --- PASS: TestInvalidThumbprintsX509 (0.00s)
> === RUN   TestKeyMismatchX509
> --- PASS: TestKeyMismatchX509 (0.00s)
> === RUN   TestMarshalUnmarshal
> --- PASS: TestMarshalUnmarshal (0.00s)
> === RUN   TestMarshalNonPointer
> --- PASS: TestMarshalNonPointer (0.00s)
> === RUN   TestMarshalUnmarshalInvalid
> --- PASS: TestMarshalUnmarshalInvalid (0.00s)
> === RUN   TestWebKeyVectorsInvalid
> --- PASS: TestWebKeyVectorsInvalid (0.00s)
> === RUN   TestWebKeyVectorsValid
> --- PASS: TestWebKeyVectorsValid (0.00s)
> === RUN   TestEd25519Serialization
> --- PASS: TestEd25519Serialization (0.00s)
> === RUN   TestThumbprint
> --- PASS: TestThumbprint (0.00s)
> === RUN   TestMarshalUnmarshalJWKSet
> --- PASS: TestMarshalUnmarshalJWKSet (0.00s)
> === RUN   TestJWKSetKey
> --- PASS: TestJWKSetKey (0.00s)
> === RUN   TestJWKSymmetricKey
> --- PASS: TestJWKSymmetricKey (0.00s)
> === RUN   TestJWKSymmetricRoundtrip
> --- PASS: TestJWKSymmetricRoundtrip (0.00s)
> === RUN   TestJWKSymmetricInvalid
> --- PASS: TestJWKSymmetricInvalid (0.00s)
> === RUN   TestJWKIsPublic
> --- PASS: TestJWKIsPublic (0.00s)
> === RUN   TestJWKValid
> --- PASS: TestJWKValid (0.00s)
> === RUN   TestJWKBufferSizeCheck
> --- PASS: TestJWKBufferSizeCheck (0.00s)
> === RUN   TestJWKPaddingPrivateX
> --- PASS: TestJWKPaddingPrivateX (0.00s)
> === RUN   TestJWKPaddingPrivateY
> --- PASS: TestJWKPaddingPrivateY (0.00s)
> === RUN   TestJWKPaddingPrivateD
> --- PASS: TestJWKPaddingPrivateD (0.00s)
> === RUN   TestJWKPaddingX
> --- PASS: TestJWKPaddingX (0.00s)
> === RUN   TestJWKPaddingY
> --- PASS: TestJWKPaddingY (0.00s)
> === RUN   TestEmbeddedHMAC
> --- PASS: TestEmbeddedHMAC (0.00s)
> === RUN   TestCompactParseJWS
> --- PASS: TestCompactParseJWS (0.00s)
> === RUN   TestFullParseJWS
> --- PASS: TestFullParseJWS (0.00s)
> === RUN   TestRejectUnprotectedJWSNonce
> --- PASS: TestRejectUnprotectedJWSNonce (0.00s)
> === RUN   TestVerifyFlattenedWithIncludedUnprotectedKey
> --- PASS: TestVerifyFlattenedWithIncludedUnprotectedKey (0.00s)
> === RUN   TestDetachedVerifyJWS
> --- PASS: TestDetachedVerifyJWS (0.00s)
> === RUN   TestVerifyFlattenedWithPrivateProtected
> --- PASS: TestVerifyFlattenedWithPrivateProtected (0.00s)
> === RUN   TestSampleNimbusJWSMessagesRSA
> --- PASS: TestSampleNimbusJWSMessagesRSA (0.00s)
> === RUN   TestSampleNimbusJWSMessagesEC
> --- PASS: TestSampleNimbusJWSMessagesEC (0.01s)
> === RUN   TestSampleNimbusJWSMessagesHMAC
> --- PASS: TestSampleNimbusJWSMessagesHMAC (0.00s)
> === RUN   TestHeaderFieldsCompact
> --- PASS: TestHeaderFieldsCompact (0.00s)
> === RUN   TestHeaderFieldsFull
> --- PASS: TestHeaderFieldsFull (0.00s)
> === RUN   TestErrorMissingPayloadJWS
> --- PASS: TestErrorMissingPayloadJWS (0.00s)
> === RUN   TestNullHeaderValue
> --- PASS: TestNullHeaderValue (0.00s)
> === RUN   TestEmbedJWKBug
> --- PASS: TestEmbedJWKBug (0.00s)
> === RUN   TestJWSWithCertificateChain
>     jws_test.go:613: failed to verify certificate chain for test case 0: 
> x509: certificate relies on legacy Common Name field, use SANs instead
> --- FAIL: TestJWSWithCertificateChain (0.00s)
> === RUN   TestDetachedCompactSerialization
> --- PASS: TestDetachedCompactSerialization (0.00s)
> === RUN   TestJWSComputeAuthDataBase64
> --- PASS: TestJWSComputeAuthDataBase64 (0.00s)
> === RUN   TestRoundtripsJWSOpaque
> --- PASS: TestRoundtripsJWSOpaque (0.18s)
> === RUN   TestOpaqueSignerKeyRotation
> --- PASS: TestOpaqueSignerKeyRotation (0.16s)
> === RUN   TestOpaqueKeyRoundtripJWE
> --- PASS: TestOpaqueKeyRoundtripJWE (15.59s)
> === RUN   TestRoundtripsJWS
> --- PASS: TestRoundtripsJWS (0.06s)
> === RUN   TestRoundtripsJWSCorruptSignature
> --- PASS: TestRoundtripsJWSCorruptSignature (0.10s)
> === RUN   TestSignerWithBrokenRand
> --- PASS: TestSignerWithBrokenRand (0.00s)
> === RUN   TestJWSInvalidKey
> --- PASS: TestJWSInvalidKey (0.00s)
> === RUN   TestMultiRecipientJWS
> --- PASS: TestMultiRecipientJWS (0.00s)
> === RUN   TestInvalidSignerAlg
> --- PASS: TestInvalidSignerAlg (0.00s)
> === RUN   TestInvalidJWS
> --- PASS: TestInvalidJWS (0.00s)
> === RUN   TestSignerKid
> --- PASS: TestSignerKid (0.00s)
> === RUN   TestEmbedJwk
> --- PASS: TestEmbedJwk (0.00s)
> === RUN   TestSignerOptionsEd
> --- PASS: TestSignerOptionsEd (0.00s)
> === RUN   TestSignerOptions
> --- PASS: TestSignerOptions (0.00s)
> === RUN   TestSignerExtraHeaderInclusion
> --- PASS: TestSignerExtraHeaderInclusion (0.00s)
> === RUN   TestSignerB64
> --- PASS: TestSignerB64 (0.00s)
> === RUN   TestInvalidSymmetricAlgorithms
> --- PASS: TestInvalidSymmetricAlgorithms (0.00s)
> === RUN   TestAeadErrors
> --- PASS: TestAeadErrors (0.00s)
> === RUN   TestInvalidKey
> --- PASS: TestInvalidKey (0.00s)
> === RUN   TestStaticKeyGen
> --- PASS: TestStaticKeyGen (0.00s)
> === RUN   TestAeadInvalidInput
> --- PASS: TestAeadInvalidInput (0.00s)
> === RUN   TestVectorsAESGCM
> --- PASS: TestVectorsAESGCM (0.00s)
> === RUN   TestVectorPBES2_HS256A_128KW
> --- PASS: TestVectorPBES2_HS256A_128KW (0.00s)
> === RUN   Example_jWE
> --- PASS: Example_jWE (0.28s)
> === RUN   Example_jWS
> --- PASS: Example_jWS (0.16s)
> FAIL
> FAIL  gopkg.in/square/go-jose.v2      25.188s
> === RUN   TestInvalidInputs
> --- PASS: TestInvalidInputs (0.00s)
> === RUN   TestVectorsAESCBC128
> --- PASS: TestVectorsAESCBC128 (0.00s)
> === RUN   TestVectorsAESCBC256
> --- PASS: TestVectorsAESCBC256 (0.00s)
> === RUN   TestAESCBCRoundtrip
> --- PASS: TestAESCBCRoundtrip (0.00s)
> === RUN   TestAESCBCOverhead
> --- PASS: TestAESCBCOverhead (0.00s)
> === RUN   TestPadding
> --- PASS: TestPadding (0.00s)
> === RUN   TestInvalidKey
> --- PASS: TestInvalidKey (0.00s)
> === RUN   TestTruncatedCiphertext
> --- PASS: TestTruncatedCiphertext (0.00s)
> === RUN   TestInvalidPaddingOpen
> --- PASS: TestInvalidPaddingOpen (0.00s)
> === RUN   TestInvalidPadding
> --- PASS: TestInvalidPadding (0.00s)
> === RUN   TestZeroLengthPadding
> --- PASS: TestZeroLengthPadding (0.00s)
> === RUN   TestVectorConcatKDF
> --- PASS: TestVectorConcatKDF (0.00s)
> === RUN   TestCache
> --- PASS: TestCache (0.00s)
> === RUN   TestVectorECDHES
> --- PASS: TestVectorECDHES (0.00s)
> === RUN   TestInvalidECPublicKey
> --- PASS: TestInvalidECPublicKey (0.00s)
> === RUN   TestAesKeyWrap
> --- PASS: TestAesKeyWrap (0.00s)
> === RUN   TestAesKeyWrapInvalid
> --- PASS: TestAesKeyWrapInvalid (0.00s)
> PASS
> ok    gopkg.in/square/go-jose.v2/cipher       0.003s
> === RUN   TestRoundtripsJWSCryptoSigner
> --- PASS: TestRoundtripsJWSCryptoSigner (1.79s)
> PASS
> ok    gopkg.in/square/go-jose.v2/cryptosigner 1.796s
> === RUN   TestMarshal
> --- PASS: TestMarshal (0.00s)
> === RUN   TestMarshalBadUTF8
> --- PASS: TestMarshalBadUTF8 (0.00s)
> === RUN   TestMarshalNumberZeroVal
> --- PASS: TestMarshalNumberZeroVal (0.00s)
> === RUN   TestMarshalEmbeds
> --- PASS: TestMarshalEmbeds (0.00s)
> === RUN   TestUnmarshal
> --- PASS: TestUnmarshal (0.00s)
> === RUN   TestUnmarshalMarshal
> --- PASS: TestUnmarshalMarshal (0.49s)
> === RUN   TestNumberAccessors
> --- PASS: TestNumberAccessors (0.00s)
> === RUN   TestLargeByteSlice
> --- PASS: TestLargeByteSlice (0.00s)
> === RUN   TestUnmarshalInterface
> --- PASS: TestUnmarshalInterface (0.00s)
> === RUN   TestUnmarshalPtrPtr
> --- PASS: TestUnmarshalPtrPtr (0.00s)
> === RUN   TestEscape
> --- PASS: TestEscape (0.00s)
> === RUN   TestErrorMessageFromMisusedString
> --- PASS: TestErrorMessageFromMisusedString (0.00s)
> === RUN   TestRefUnmarshal
> --- PASS: TestRefUnmarshal (0.00s)
> === RUN   TestEmptyString
> --- PASS: TestEmptyString (0.00s)
> === RUN   TestNullString
> --- PASS: TestNullString (0.00s)
> === RUN   TestInterfaceSet
> --- PASS: TestInterfaceSet (0.00s)
> === RUN   TestUnmarshalNulls
> --- PASS: TestUnmarshalNulls (0.00s)
> === RUN   TestStringKind
> --- PASS: TestStringKind (0.00s)
> === RUN   TestByteKind
> --- PASS: TestByteKind (0.00s)
> === RUN   TestSliceOfCustomByte
> --- PASS: TestSliceOfCustomByte (0.00s)
> === RUN   TestUnmarshalTypeError
> --- PASS: TestUnmarshalTypeError (0.00s)
> === RUN   TestUnmarshalSyntax
> --- PASS: TestUnmarshalSyntax (0.00s)
> === RUN   TestUnmarshalUnexported
> --- PASS: TestUnmarshalUnexported (0.00s)
> === RUN   TestUnmarshalJSONLiteralError
> --- PASS: TestUnmarshalJSONLiteralError (0.00s)
> === RUN   TestSkipArrayObjects
> --- PASS: TestSkipArrayObjects (0.00s)
> === RUN   TestPrefilled
> --- PASS: TestPrefilled (0.00s)
> === RUN   TestInvalidUnmarshal
> --- PASS: TestInvalidUnmarshal (0.00s)
> === RUN   TestInvalidUnmarshalText
> --- PASS: TestInvalidUnmarshalText (0.00s)
> === RUN   TestInvalidStringOption
> --- PASS: TestInvalidStringOption (0.00s)
> === RUN   TestOmitEmpty
> --- PASS: TestOmitEmpty (0.00s)
> === RUN   TestStringTag
> --- PASS: TestStringTag (0.00s)
> === RUN   TestEncodeRenamedByteSlice
> --- PASS: TestEncodeRenamedByteSlice (0.00s)
> === RUN   TestUnsupportedValues
> --- PASS: TestUnsupportedValues (0.00s)
> === RUN   TestRefValMarshal
> --- PASS: TestRefValMarshal (0.00s)
> === RUN   TestMarshalerEscaping
> --- PASS: TestMarshalerEscaping (0.00s)
> === RUN   TestAnonymousNonstruct
> --- PASS: TestAnonymousNonstruct (0.00s)
> === RUN   TestEmbeddedBug
> --- PASS: TestEmbeddedBug (0.00s)
> === RUN   TestTaggedFieldDominates
> --- PASS: TestTaggedFieldDominates (0.00s)
> === RUN   TestDuplicatedFieldDisappears
> --- PASS: TestDuplicatedFieldDisappears (0.00s)
> === RUN   TestStringBytes
> --- PASS: TestStringBytes (0.08s)
> === RUN   TestIssue6458
> --- PASS: TestIssue6458 (0.00s)
> === RUN   TestIssue10281
> --- PASS: TestIssue10281 (0.00s)
> === RUN   TestHTMLEscape
> --- PASS: TestHTMLEscape (0.00s)
> === RUN   TestEncodePointerString
> --- PASS: TestEncodePointerString (0.00s)
> === RUN   TestEncodeString
> --- PASS: TestEncodeString (0.00s)
> === RUN   TestNumberIsValid
> --- PASS: TestNumberIsValid (0.00s)
> === RUN   TestCompact
> --- PASS: TestCompact (0.00s)
> === RUN   TestCompactSeparators
> --- PASS: TestCompactSeparators (0.00s)
> === RUN   TestIndent
> --- PASS: TestIndent (0.00s)
> === RUN   TestCompactBig
> --- PASS: TestCompactBig (0.14s)
> === RUN   TestIndentBig
> --- PASS: TestIndentBig (0.33s)
> === RUN   TestIndentErrors
> --- PASS: TestIndentErrors (0.00s)
> === RUN   TestNextValueBig
> --- PASS: TestNextValueBig (0.13s)
> === RUN   TestEncoder
> --- PASS: TestEncoder (0.00s)
> === RUN   TestDecoder
> --- PASS: TestDecoder (0.00s)
> === RUN   TestDecoderBuffered
> --- PASS: TestDecoderBuffered (0.00s)
> === RUN   TestRawMessage
> --- PASS: TestRawMessage (0.00s)
> === RUN   TestNullRawMessage
> --- PASS: TestNullRawMessage (0.00s)
> === RUN   TestBlocking
> --- PASS: TestBlocking (0.00s)
> === RUN   TestDecodeInStream
> --- PASS: TestDecodeInStream (0.00s)
> === RUN   TestHTTPDecoding
> --- PASS: TestHTTPDecoding (0.00s)
> === RUN   TestStructTagObjectKey
> --- PASS: TestStructTagObjectKey (0.00s)
> === RUN   TestTagParsing
> --- PASS: TestTagParsing (0.00s)
> PASS
> ok    gopkg.in/square/go-jose.v2/json 1.195s
> === RUN   TestIntegerAndFloatsNormalize
> --- PASS: TestIntegerAndFloatsNormalize (0.00s)
> === RUN   TestBuilderCustomClaimsNonPointer
> --- PASS: TestBuilderCustomClaimsNonPointer (0.00s)
> === RUN   TestBuilderCustomClaimsPointer
> --- PASS: TestBuilderCustomClaimsPointer (0.00s)
> === RUN   TestBuilderMergeClaims
> --- PASS: TestBuilderMergeClaims (0.00s)
> === RUN   TestSignedFullSerializeAndToken
> --- PASS: TestSignedFullSerializeAndToken (0.00s)
> === RUN   TestEncryptedFullSerializeAndToken
> --- PASS: TestEncryptedFullSerializeAndToken (0.01s)
> === RUN   TestBuilderSignedAndEncrypted
> --- PASS: TestBuilderSignedAndEncrypted (0.02s)
> === RUN   TestBuilderHeadersSigner
> --- PASS: TestBuilderHeadersSigner (0.01s)
> === RUN   TestBuilderHeadersEncrypter
> --- PASS: TestBuilderHeadersEncrypter (0.00s)
> === RUN   TestEncodeClaims
> --- PASS: TestEncodeClaims (0.00s)
> === RUN   TestDecodeClaims
> --- PASS: TestDecodeClaims (0.00s)
> === RUN   TestNumericDate
> --- PASS: TestNumericDate (0.00s)
> === RUN   TestEncodeClaimsTimeValues
> --- PASS: TestEncodeClaimsTimeValues (0.00s)
> === RUN   TestGetClaimsWithoutVerification
> --- PASS: TestGetClaimsWithoutVerification (0.00s)
> === RUN   TestDecodeTokenWithJWKS
> --- PASS: TestDecodeTokenWithJWKS (0.00s)
> === RUN   TestDecodeToken
> --- PASS: TestDecodeToken (0.01s)
> === RUN   TestTamperedJWT
> --- PASS: TestTamperedJWT (0.00s)
> === RUN   TestFieldsMatch
> --- PASS: TestFieldsMatch (0.00s)
> === RUN   TestExpiryAndNotBefore
> --- PASS: TestExpiryAndNotBefore (0.00s)
> === RUN   TestIssuedInFuture
> --- PASS: TestIssuedInFuture (0.00s)
> === RUN   TestOptionalDateClaims
> === RUN   TestOptionalDateClaims/no_claims
> === RUN   TestOptionalDateClaims/fail_nbf
> === RUN   TestOptionalDateClaims/fail_exp
> === RUN   TestOptionalDateClaims/fail_iat
> --- PASS: TestOptionalDateClaims (0.00s)
>     --- PASS: TestOptionalDateClaims/no_claims (0.00s)
>     --- PASS: TestOptionalDateClaims/fail_nbf (0.00s)
>     --- PASS: TestOptionalDateClaims/fail_exp (0.00s)
>     --- PASS: TestOptionalDateClaims/fail_iat (0.00s)
> === RUN   ExampleParseSigned
> --- PASS: ExampleParseSigned (0.00s)
> === RUN   ExampleParseEncrypted
> --- PASS: ExampleParseEncrypted (0.00s)
> === RUN   ExampleParseSignedAndEncrypted
> --- PASS: ExampleParseSignedAndEncrypted (0.00s)
> === RUN   ExampleClaims_Validate
> --- PASS: ExampleClaims_Validate (0.00s)
> === RUN   ExampleClaims_Validate_withParse
> --- PASS: ExampleClaims_Validate_withParse (0.00s)
> === RUN   ExampleSigned
> --- PASS: ExampleSigned (0.00s)
> === RUN   ExampleSigned_multipleClaims
> --- PASS: ExampleSigned_multipleClaims (0.00s)
> === RUN   ExampleJSONWebToken_Claims_map
> --- PASS: ExampleJSONWebToken_Claims_map (0.00s)
> === RUN   ExampleJSONWebToken_Claims_multiple
> --- PASS: ExampleJSONWebToken_Claims_multiple (0.00s)
> PASS
> ok    gopkg.in/square/go-jose.v2/jwt  0.062s
> FAIL
> dh_auto_test: error: cd obj-x86_64-linux-gnu && go test -vet=off -v -p 4 
> gopkg.in/square/go-jose.v2 gopkg.in/square/go-jose.v2/cipher 
> gopkg.in/square/go-jose.v2/cryptosigner gopkg.in/square/go-jose.v2/json 
> gopkg.in/square/go-jose.v2/jwt returned exit code 1


The full build log is available from:
http://qa-logs.debian.net/2021/10/23/golang-gopkg-square-go-jose.v2_2.5.1-2_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-gopkg-square-go-jose.v2
Source-Version: 2.6.0-1
Done: Shengjing Zhu <z...@debian.org>

We believe that the bug you reported is fixed in the latest version of
golang-gopkg-square-go-jose.v2, 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 997...@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-gopkg-square-go-jose.v2 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: Sun, 24 Oct 2021 17:46:13 +0800
Source: golang-gopkg-square-go-jose.v2
Architecture: source
Version: 2.6.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team <team+pkg...@tracker.debian.org>
Changed-By: Shengjing Zhu <z...@debian.org>
Closes: 997572
Changes:
 golang-gopkg-square-go-jose.v2 (2.6.0-1) unstable; urgency=medium
 .
   * Team upload.
   * New upstream version 2.6.0
     + Fix tests with Go1.17 (Closes: #997572)
   * Fix uscan watch file
   * Update Section to golang
   * Update Standards-Version to 4.6.0 (no changes)
   * Remove unused workaround in d/rules
Checksums-Sha1:
 28a2429b3abcc7ee5c34cd5bce980dcfcde08565 1820 
golang-gopkg-square-go-jose.v2_2.6.0-1.dsc
 b0cbc98df9fa83db149d141cdeeeb065e059df90 310320 
golang-gopkg-square-go-jose.v2_2.6.0.orig.tar.gz
 3403a50975aadf1c8499b1f70e05d63a9cfaef1d 3652 
golang-gopkg-square-go-jose.v2_2.6.0-1.debian.tar.xz
 6fbcf0f7923d2a195c21b97bd32b24bf266a1449 6223 
golang-gopkg-square-go-jose.v2_2.6.0-1_amd64.buildinfo
Checksums-Sha256:
 1c9364f063c358ef36a41bcd65cd695a236358ed0655988efaf79b491358461a 1820 
golang-gopkg-square-go-jose.v2_2.6.0-1.dsc
 0c1556d9675158342ca7ed875b3b40ea534861b96a5a75b1eb3f6637503b9a76 310320 
golang-gopkg-square-go-jose.v2_2.6.0.orig.tar.gz
 edcc052eba5bf8b92e7b0240473dad2e2db36b2807ec4622fab8a082ddbd8518 3652 
golang-gopkg-square-go-jose.v2_2.6.0-1.debian.tar.xz
 9cb96381f346d45c3ada9b57b6325452ef9ecf6ec23a191cf70946d38f7587d9 6223 
golang-gopkg-square-go-jose.v2_2.6.0-1_amd64.buildinfo
Files:
 136b297522825bbbb70be288dfc5a16f 1820 golang optional 
golang-gopkg-square-go-jose.v2_2.6.0-1.dsc
 53af9112b818959526199835e1f8cf2a 310320 golang optional 
golang-gopkg-square-go-jose.v2_2.6.0.orig.tar.gz
 ac1f9b7b9705c65b487b328236cd693e 3652 golang optional 
golang-gopkg-square-go-jose.v2_2.6.0-1.debian.tar.xz
 9be277a7271fe46118de06108ee1a974 6223 golang optional 
golang-gopkg-square-go-jose.v2_2.6.0-1_amd64.buildinfo

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

iIYEARYIAC4WIQSRhdT1d2eu7mxV1B5/RPol6lUUywUCYXUr0RAcemhzakBkZWJp
YW4ub3JnAAoJEH9E+iXqVRTL1cMBANH352L4yerm8HG+/S6jqVlQVT/pePcV+nid
Pq8LF/9+AQC5wEhpMioAq2u+NXkWfhPCKLdCk1Gc6mPmfjM/vCCvBg==
=oSpA
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to