Source: golang-gopkg-square-go-jose.v2 Version: 2.5.1-1 Severity: serious Justification: FTBFS on amd64 Tags: bullseye sid ftbfs Usertags: ftbfs-20200926 ftbfs-bullseye
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-1 > 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-1.debian.tar.xz > dpkg-source: info: building golang-gopkg-square-go-jose.v2 in > golang-gopkg-square-go-jose.v2_2.5.1-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 > 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/unsafeheader > runtime/internal/sys > internal/cpu > internal/race > runtime/internal/atomic > sync/atomic > runtime/internal/math > unicode > internal/bytealg > unicode/utf8 > math/bits > internal/testlog > math > crypto/internal/subtle > crypto/subtle > unicode/utf16 > runtime > vendor/golang.org/x/crypto/cryptobyte/asn1 > internal/nettrace > encoding > runtime/cgo > internal/reflectlite > sync > internal/singleflight > math/rand > errors > sort > internal/oserror > io > strconv > syscall > vendor/golang.org/x/net/dns/dnsmessage > bytes > strings > reflect > hash > crypto > bufio > crypto/internal/randutil > crypto/hmac > internal/syscall/unix > time > internal/syscall/execenv > golang.org/x/crypto/pbkdf2 > context > internal/poll > os > internal/fmtsort > encoding/binary > crypto/sha512 > crypto/sha1 > crypto/cipher > fmt > crypto/sha256 > crypto/ed25519/internal/edwards25519 > crypto/aes > compress/flate > math/big > crypto/des > crypto/md5 > encoding/hex > encoding/base64 > path/filepath > net > encoding/pem > net/url > io/ioutil > gopkg.in/square/go-jose.v2/json > encoding/asn1 > crypto/elliptic > crypto/rand > vendor/golang.org/x/crypto/cryptobyte > crypto/rsa > crypto/dsa > crypto/ed25519 > crypto/x509/pkix > crypto/ecdsa > golang.org/x/crypto/ed25519 > 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.06s) > === RUN TestPKCSDecryptNeverFails > --- PASS: TestPKCSDecryptNeverFails (0.37s) > === RUN TestInvalidEllipticCurve > --- PASS: TestInvalidEllipticCurve (0.00s) > === RUN TestInvalidAlgorithmEC > --- PASS: TestInvalidAlgorithmEC (0.00s) > === RUN TestRoundtripsJWE > --- PASS: TestRoundtripsJWE (4.42s) > === RUN TestRoundtripsJWECorrupted > --- PASS: TestRoundtripsJWECorrupted (9.04s) > === 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.27s) > === 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.02s) > --- 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.03s) > === 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 or temporarily > enable Common Name matching with GODEBUG=x509ignoreCN=0 > --- FAIL: TestJWSWithCertificateChain (0.00s) > === RUN TestDetachedCompactSerialization > --- PASS: TestDetachedCompactSerialization (0.00s) > === RUN TestJWSComputeAuthDataBase64 > --- PASS: TestJWSComputeAuthDataBase64 (0.00s) > === RUN TestRoundtripsJWSOpaque > --- PASS: TestRoundtripsJWSOpaque (0.33s) > === RUN TestOpaqueSignerKeyRotation > --- PASS: TestOpaqueSignerKeyRotation (0.32s) > === RUN TestOpaqueKeyRoundtripJWE > --- PASS: TestOpaqueKeyRoundtripJWE (17.36s) > === RUN TestRoundtripsJWS > --- PASS: TestRoundtripsJWS (0.12s) > === RUN TestRoundtripsJWSCorruptSignature > --- PASS: TestRoundtripsJWSCorruptSignature (0.17s) > === 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.32s) > === RUN Example_jWS > --- PASS: Example_jWS (0.20s) > FAIL > FAIL gopkg.in/square/go-jose.v2 34.253s > === 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.005s > === RUN TestRoundtripsJWSCryptoSigner > --- PASS: TestRoundtripsJWSCryptoSigner (1.97s) > PASS > ok gopkg.in/square/go-jose.v2/cryptosigner 1.970s > === 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.29s) > === 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.07s) > === 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.16s) > === RUN TestIndentBig > --- PASS: TestIndentBig (0.37s) > === 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.054s > === 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.00s) > === 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/2020/09/26/golang-gopkg-square-go-jose.v2_2.5.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.