Your message dated Sat, 15 Feb 2025 16:49:06 +0000
with message-id <e1tjllm-007xwq...@fasolo.debian.org>
and subject line Bug#1078632: fixed in notary 0.7.0+git20240416.9d2b3b3+ds1-3
has caused the Debian Bug report #1078632,
regarding notary: will FTBFS during trixie support period
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.)
--
1078632: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1078632
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:notary
Version: 0.7.0+git20240416.9d2b3b3+ds1-2
User: debian...@lists.debian.org
Usertags: ftbfs-during-trixie-support-period
Tags: ftbfs
Dear maintainer:
During a rebuild of all packages in unstable in the year 2028, your package
failed to build:
--------------------------------------------------------------------------------
[...]
debian/rules binary
dh binary --builddirectory=/<<PKGBUILDDIR>>/_build \
--buildsystem=golang \
--with=golang
dh_update_autotools_config
-O--builddirectory=/<<BUILDDIR>>/notary-0.7.0\+git20240416.9d2b3b3\+ds1/_build
-O--buildsystem=golang
dh_autoreconf
-O--builddirectory=/<<BUILDDIR>>/notary-0.7.0\+git20240416.9d2b3b3\+ds1/_build
-O--buildsystem=golang
debian/rules override_dh_auto_configure
make[1]: Entering directory '/<<PKGBUILDDIR>>'
# Note(zhsj): some certs are expired and cause test failures.
# but there's no need to regenerate certs which need cfssljson tool.
# And I don't want to add another Build-Depends.
sed -i '/command -v cfssljson/i exit 0' ./fixtures/regenerateTestingCerts.sh
cd fixtures && ./regenerateTestingCerts.sh
[... snipped ...]
--- PASS: TestSnapshotLoadedAfterChecksumsOthersRetroactively (0.01s)
PASS
ok github.com/theupdateframework/notary/tuf 0.159s
=== RUN TestMergeStrSlicesExclusive
--- PASS: TestMergeStrSlicesExclusive (0.00s)
=== RUN TestMergeStrSlicesOverlap
--- PASS: TestMergeStrSlicesOverlap (0.00s)
=== RUN TestMergeStrSlicesEqual
--- PASS: TestMergeStrSlicesEqual (0.00s)
=== RUN TestSubtractStrSlicesExclusive
--- PASS: TestSubtractStrSlicesExclusive (0.00s)
=== RUN TestSubtractStrSlicesOverlap
--- PASS: TestSubtractStrSlicesOverlap (0.00s)
=== RUN TestSubtractStrSlicesEqual
--- PASS: TestSubtractStrSlicesEqual (0.00s)
=== RUN TestAddRemoveKeys
--- PASS: TestAddRemoveKeys (0.00s)
=== RUN TestAddRemovePaths
--- PASS: TestAddRemovePaths (0.00s)
=== RUN TestAddPathNil
--- PASS: TestAddPathNil (0.00s)
=== RUN TestErrNoSuchRole
--- PASS: TestErrNoSuchRole (0.00s)
=== RUN TestErrInvalidRole
--- PASS: TestErrInvalidRole (0.00s)
=== RUN TestIsDelegation
--- PASS: TestIsDelegation (0.00s)
=== RUN TestIsWildDelegation
--- PASS: TestIsWildDelegation (0.00s)
=== RUN TestValidRoleFunction
--- PASS: TestValidRoleFunction (0.00s)
=== RUN TestIsBaseRole
--- PASS: TestIsBaseRole (0.00s)
=== RUN TestBaseRoleEquals
--- PASS: TestBaseRoleEquals (0.00s)
=== RUN TestRootToSignedMarshalsSignedPortionWithCanonicalJSON
--- PASS: TestRootToSignedMarshalsSignedPortionWithCanonicalJSON (0.00s)
=== RUN TestRootToSignCopiesSignatures
--- PASS: TestRootToSignCopiesSignatures (0.00s)
=== RUN TestRootToSignedMarshallingErrorsPropagated
--- PASS: TestRootToSignedMarshallingErrorsPropagated (0.00s)
=== RUN TestRootMarshalJSONMarshalsSignedWithRegularJSON
--- PASS: TestRootMarshalJSONMarshalsSignedWithRegularJSON (0.00s)
=== RUN TestRootMarshalJSONMarshallingErrorsPropagated
--- PASS: TestRootMarshalJSONMarshallingErrorsPropagated (0.00s)
=== RUN TestRootFromSignedUnmarshallingErrorsPropagated
--- PASS: TestRootFromSignedUnmarshallingErrorsPropagated (0.00s)
=== RUN TestRootFromSignedCopiesSignatures
--- PASS: TestRootFromSignedCopiesSignatures (0.00s)
=== RUN TestRootFromSignedValidatesRoleData
--- PASS: TestRootFromSignedValidatesRoleData (0.00s)
=== RUN TestRootFromSignedValidatesRoleType
--- PASS: TestRootFromSignedValidatesRoleType (0.00s)
=== RUN TestRootFromSignedValidatesVersion
--- PASS: TestRootFromSignedValidatesVersion (0.00s)
=== RUN TestSnapshotToSignedMarshalsSignedPortionWithCanonicalJSON
--- PASS: TestSnapshotToSignedMarshalsSignedPortionWithCanonicalJSON (0.00s)
=== RUN TestSnapshotToSignCopiesSignatures
--- PASS: TestSnapshotToSignCopiesSignatures (0.00s)
=== RUN TestSnapshotToSignedMarshallingErrorsPropagated
--- PASS: TestSnapshotToSignedMarshallingErrorsPropagated (0.00s)
=== RUN TestSnapshotMarshalJSONMarshalsSignedWithRegularJSON
--- PASS: TestSnapshotMarshalJSONMarshalsSignedWithRegularJSON (0.00s)
=== RUN TestSnapshotMarshalJSONMarshallingErrorsPropagated
--- PASS: TestSnapshotMarshalJSONMarshallingErrorsPropagated (0.00s)
=== RUN TestSnapshotFromSignedUnmarshallingErrorsPropagated
--- PASS: TestSnapshotFromSignedUnmarshallingErrorsPropagated (0.00s)
=== RUN TestSnapshotFromSignedCopiesSignatures
--- PASS: TestSnapshotFromSignedCopiesSignatures (0.00s)
=== RUN TestSnapshotFromSignedValidatesMeta
--- PASS: TestSnapshotFromSignedValidatesMeta (0.00s)
=== RUN TestSnapshotFromSignedValidatesRoleType
--- PASS: TestSnapshotFromSignedValidatesRoleType (0.00s)
=== RUN TestSnapshotFromSignedValidatesVersion
--- PASS: TestSnapshotFromSignedValidatesVersion (0.00s)
=== RUN TestSnapshotGetMeta
--- PASS: TestSnapshotGetMeta (0.00s)
=== RUN TestTargetsToSignedMarshalsSignedPortionWithCanonicalJSON
--- PASS: TestTargetsToSignedMarshalsSignedPortionWithCanonicalJSON (0.00s)
=== RUN TestTargetsToSignCopiesSignatures
--- PASS: TestTargetsToSignCopiesSignatures (0.00s)
=== RUN TestTargetsToSignedMarshallingErrorsPropagated
--- PASS: TestTargetsToSignedMarshallingErrorsPropagated (0.00s)
=== RUN TestTargetsMarshalJSONMarshalsSignedWithRegularJSON
--- PASS: TestTargetsMarshalJSONMarshalsSignedWithRegularJSON (0.00s)
=== RUN TestTargetsMarshalJSONMarshallingErrorsPropagated
--- PASS: TestTargetsMarshalJSONMarshallingErrorsPropagated (0.00s)
=== RUN TestTargetsFromSignedUnmarshallingErrorsPropagated
--- PASS: TestTargetsFromSignedUnmarshallingErrorsPropagated (0.00s)
=== RUN TestTargetsFromSignedCopiesSignatures
--- PASS: TestTargetsFromSignedCopiesSignatures (0.00s)
=== RUN TestTargetsFromSignedValidatesDelegations
--- PASS: TestTargetsFromSignedValidatesDelegations (0.00s)
=== RUN TestTargetsFromSignedValidatesRoleType
--- PASS: TestTargetsFromSignedValidatesRoleType (0.00s)
=== RUN TestTargetsFromSignedValidatesRoleName
--- PASS: TestTargetsFromSignedValidatesRoleName (0.00s)
=== RUN TestTargetsFromSignedValidatesVersion
--- PASS: TestTargetsFromSignedValidatesVersion (0.00s)
=== RUN TestTimestampToSignedMarshalsSignedPortionWithCanonicalJSON
--- PASS: TestTimestampToSignedMarshalsSignedPortionWithCanonicalJSON (0.00s)
=== RUN TestTimestampToSignCopiesSignatures
--- PASS: TestTimestampToSignCopiesSignatures (0.00s)
=== RUN TestTimestampToSignedMarshallingErrorsPropagated
--- PASS: TestTimestampToSignedMarshallingErrorsPropagated (0.00s)
=== RUN TestTimestampMarshalJSONMarshalsSignedWithRegularJSON
--- PASS: TestTimestampMarshalJSONMarshalsSignedWithRegularJSON (0.00s)
=== RUN TestTimestampMarshalJSONMarshallingErrorsPropagated
--- PASS: TestTimestampMarshalJSONMarshallingErrorsPropagated (0.00s)
=== RUN TestTimestampFromSignedUnmarshallingErrorsPropagated
--- PASS: TestTimestampFromSignedUnmarshallingErrorsPropagated (0.00s)
=== RUN TestTimestampFromSignedCopiesSignatures
--- PASS: TestTimestampFromSignedCopiesSignatures (0.00s)
=== RUN TestTimestampFromSignedValidatesMeta
--- PASS: TestTimestampFromSignedValidatesMeta (0.00s)
=== RUN TestTimestampFromSignedValidatesRoleType
--- PASS: TestTimestampFromSignedValidatesRoleType (0.00s)
=== RUN TestTimestampFromSignedValidatesVersion
--- PASS: TestTimestampFromSignedValidatesVersion (0.00s)
=== RUN TestTimestampGetSnapshot
--- PASS: TestTimestampGetSnapshot (0.00s)
=== RUN TestGenerateFileMetaDefault
--- PASS: TestGenerateFileMetaDefault (0.00s)
=== RUN TestGenerateFileMetaExplicit
--- PASS: TestGenerateFileMetaExplicit (0.00s)
=== RUN TestSignatureUnmarshalJSON
--- PASS: TestSignatureUnmarshalJSON (0.00s)
=== RUN TestCheckHashes
--- PASS: TestCheckHashes (0.00s)
=== RUN TestCheckValidHashStructures
--- PASS: TestCheckValidHashStructures (0.00s)
=== RUN TestCompareMultiHashes
--- PASS: TestCompareMultiHashes (0.00s)
=== RUN TestFileMetaEquals
--- PASS: TestFileMetaEquals (0.00s)
PASS
ok github.com/theupdateframework/notary/tuf/data 0.016s
=== RUN TestListKeys
--- PASS: TestListKeys (0.00s)
=== RUN TestGetKeys
--- PASS: TestGetKeys (0.00s)
=== RUN TestBasicSign
--- PASS: TestBasicSign (0.00s)
=== RUN TestReSign
--- PASS: TestReSign (0.00s)
=== RUN TestMultiSign
--- PASS: TestMultiSign (0.00s)
=== RUN TestSignReturnsNoSigs
--- PASS: TestSignReturnsNoSigs (0.00s)
=== RUN TestSignWithX509
--- PASS: TestSignWithX509 (0.00s)
=== RUN TestSignRemovesValidSigByInvalidKey
--- PASS: TestSignRemovesValidSigByInvalidKey (0.00s)
=== RUN TestSignRemovesInvalidSig
--- PASS: TestSignRemovesInvalidSig (0.00s)
=== RUN TestSignMinSignatures
--- PASS: TestSignMinSignatures (0.00s)
=== RUN TestSignFailingKeys
--- PASS: TestSignFailingKeys (0.00s)
=== RUN TestErrInsufficientSignaturesMessaging
--- PASS: TestErrInsufficientSignaturesMessaging (0.00s)
=== RUN TestRSAPSSVerifier
--- PASS: TestRSAPSSVerifier (0.00s)
=== RUN TestRSAPSSx509Verifier
--- PASS: TestRSAPSSx509Verifier (0.00s)
=== RUN TestRSAPSSVerifierWithInvalidKeyType
--- PASS: TestRSAPSSVerifierWithInvalidKeyType (0.00s)
=== RUN TestRSAPSSVerifierWithInvalidKeyLength
--- PASS: TestRSAPSSVerifierWithInvalidKeyLength (0.02s)
=== RUN TestRSAPSSVerifierWithInvalidKey
--- PASS: TestRSAPSSVerifierWithInvalidKey (0.00s)
=== RUN TestRSAPSSVerifierWithInvalidSignature
--- PASS: TestRSAPSSVerifierWithInvalidSignature (0.00s)
=== RUN TestRSAPKCS1v15Verifier
--- PASS: TestRSAPKCS1v15Verifier (0.00s)
=== RUN TestRSAPKCS1v15x509Verifier
--- PASS: TestRSAPKCS1v15x509Verifier (0.00s)
=== RUN TestRSAPKCS1v15VerifierWithInvalidKeyType
--- PASS: TestRSAPKCS1v15VerifierWithInvalidKeyType (0.00s)
=== RUN TestRSAPKCS1v15VerifierWithInvalidKey
--- PASS: TestRSAPKCS1v15VerifierWithInvalidKey (0.00s)
=== RUN TestRSAPKCS1v15VerifierWithInvalidSignature
time="2028-06-10T12:02:26Z" level=error msg="Failed verification: crypto/rsa:
verification error"
--- PASS: TestRSAPKCS1v15VerifierWithInvalidSignature (0.00s)
=== RUN TestECDSAVerifier
--- PASS: TestECDSAVerifier (0.00s)
=== RUN TestECDSAVerifierOtherCurves
--- PASS: TestECDSAVerifierOtherCurves (0.03s)
=== RUN TestECDSAx509Verifier
--- PASS: TestECDSAx509Verifier (0.00s)
=== RUN TestECDSAVerifierWithInvalidKeyType
--- PASS: TestECDSAVerifierWithInvalidKeyType (0.00s)
=== RUN TestECDSAVerifierWithInvalidKey
--- PASS: TestECDSAVerifierWithInvalidKey (0.00s)
=== RUN TestECDSAVerifierWithInvalidSignature
--- PASS: TestECDSAVerifierWithInvalidSignature (0.00s)
=== RUN TestED25519VerifierInvalidKeyType
--- PASS: TestED25519VerifierInvalidKeyType (0.00s)
=== RUN TestRSAPyCryptoVerifierInvalidKeyType
--- PASS: TestRSAPyCryptoVerifierInvalidKeyType (0.00s)
=== RUN TestPyCryptoRSAPSSCompat
--- PASS: TestPyCryptoRSAPSSCompat (0.00s)
=== RUN TestPyNaCled25519Compat
--- PASS: TestPyNaCled25519Compat (0.00s)
=== RUN TestRoleNoKeys
--- PASS: TestRoleNoKeys (0.00s)
=== RUN TestNotEnoughSigs
--- PASS: TestNotEnoughSigs (0.00s)
=== RUN TestNoSigs
--- PASS: TestNoSigs (0.00s)
=== RUN TestExactlyEnoughSigs
--- PASS: TestExactlyEnoughSigs (0.00s)
=== RUN TestIsValidNotExported
--- PASS: TestIsValidNotExported (0.00s)
=== RUN TestMoreThanEnoughSigs
--- PASS: TestMoreThanEnoughSigs (0.00s)
=== RUN TestValidSigWithIncorrectKeyID
--- PASS: TestValidSigWithIncorrectKeyID (0.00s)
=== RUN TestDuplicateSigs
--- PASS: TestDuplicateSigs (0.00s)
=== RUN TestUnknownKeyBelowThreshold
--- PASS: TestUnknownKeyBelowThreshold (0.00s)
=== RUN TestVerifyVersion
--- PASS: TestVerifyVersion (0.00s)
=== RUN TestVerifyExpiry
time="2028-06-10T12:02:26Z" level=error msg="Metadata for root expired"
--- PASS: TestVerifyExpiry (0.00s)
=== RUN TestVerifyPublicKeyMatchesPrivateKeyHappyCase
--- PASS: TestVerifyPublicKeyMatchesPrivateKeyHappyCase (0.00s)
=== RUN TestVerifyPublicKeyMatchesPrivateKeyFails
--- PASS: TestVerifyPublicKeyMatchesPrivateKeyFails (0.00s)
PASS
ok github.com/theupdateframework/notary/tuf/signed 0.076s
? github.com/theupdateframework/notary/tuf/testutils/interfaces [no
test files]
? github.com/theupdateframework/notary/tuf/testutils/keys [no test files]
=== RUN TestNewSwizzler
--- PASS: TestNewSwizzler (0.00s)
=== RUN TestSwizzlerSetInvalidJSON
--- PASS: TestSwizzlerSetInvalidJSON (0.00s)
=== RUN TestSwizzlerAddExtraSpace
--- PASS: TestSwizzlerAddExtraSpace (0.00s)
=== RUN TestSwizzlerSetInvalidSigned
--- PASS: TestSwizzlerSetInvalidSigned (0.00s)
=== RUN TestSwizzlerSetInvalidSignedMeta
--- PASS: TestSwizzlerSetInvalidSignedMeta (0.00s)
=== RUN TestSwizzlerSetInvalidMetadataType
--- PASS: TestSwizzlerSetInvalidMetadataType (0.00s)
=== RUN TestSwizzlerInvalidateMetadataSignatures
--- PASS: TestSwizzlerInvalidateMetadataSignatures (0.00s)
=== RUN TestSwizzlerRemoveMetadata
--- PASS: TestSwizzlerRemoveMetadata (0.00s)
=== RUN TestSwizzlerSignMetadataWithInvalidKey
--- PASS: TestSwizzlerSignMetadataWithInvalidKey (0.00s)
=== RUN TestSwizzlerOffsetMetadataVersion
--- PASS: TestSwizzlerOffsetMetadataVersion (0.00s)
=== RUN TestSwizzlerExpireMetadata
--- PASS: TestSwizzlerExpireMetadata (0.00s)
=== RUN TestSwizzlerSetThresholdBaseRole
--- PASS: TestSwizzlerSetThresholdBaseRole (0.00s)
=== RUN TestSwizzlerSetThresholdDelegatedRole
--- PASS: TestSwizzlerSetThresholdDelegatedRole (0.00s)
=== RUN TestSwizzlerChangeRootKey
--- PASS: TestSwizzlerChangeRootKey (0.00s)
=== RUN TestSwizzlerUpdateSnapshotHashesSpecifiedRoles
--- PASS: TestSwizzlerUpdateSnapshotHashesSpecifiedRoles (0.00s)
=== RUN TestSwizzlerUpdateSnapshotHashesNoSpecifiedRoles
--- PASS: TestSwizzlerUpdateSnapshotHashesNoSpecifiedRoles (0.00s)
=== RUN TestSwizzlerUpdateTimestamp
--- PASS: TestSwizzlerUpdateTimestamp (0.00s)
=== RUN TestMissingSigningKey
--- PASS: TestMissingSigningKey (0.00s)
=== RUN TestSwizzlerMutateRoot
--- PASS: TestSwizzlerMutateRoot (0.00s)
=== RUN TestSwizzlerMutateTimestamp
--- PASS: TestSwizzlerMutateTimestamp (0.00s)
=== RUN TestSwizzlerMutateSnapshot
--- PASS: TestSwizzlerMutateSnapshot (0.00s)
=== RUN TestSwizzlerMutateTargets
--- PASS: TestSwizzlerMutateTargets (0.00s)
=== RUN TestSwizzlerRotateKeyBaseRole
--- PASS: TestSwizzlerRotateKeyBaseRole (0.00s)
=== RUN TestSwizzlerRotateKeyDelegationRole
--- PASS: TestSwizzlerRotateKeyDelegationRole (0.00s)
PASS
ok github.com/theupdateframework/notary/tuf/testutils 0.081s
=== RUN TestConvertTUFKeyToPKCS8
--- PASS: TestConvertTUFKeyToPKCS8 (0.01s)
=== RUN TestParsePKCS8ToTufKey
--- PASS: TestParsePKCS8ToTufKey (0.05s)
=== RUN TestPEMtoPEM
--- PASS: TestPEMtoPEM (0.00s)
=== RUN TestRoleListLen
--- PASS: TestRoleListLen (0.00s)
=== RUN TestRoleListLess
--- PASS: TestRoleListLess (0.00s)
=== RUN TestRoleListSwap
--- PASS: TestRoleListSwap (0.00s)
=== RUN TestRoleListSort
--- PASS: TestRoleListSort (0.00s)
=== RUN TestCreateStack
--- PASS: TestCreateStack (0.00s)
=== RUN TestPush
--- PASS: TestPush (0.00s)
=== RUN TestPop
--- PASS: TestPop (0.00s)
=== RUN TestPopEmpty
--- PASS: TestPopEmpty (0.00s)
=== RUN TestPopString
--- PASS: TestPopString (0.00s)
=== RUN TestPopStringWrongType
--- PASS: TestPopStringWrongType (0.00s)
=== RUN TestPopStringEmpty
--- PASS: TestPopStringEmpty (0.00s)
=== RUN TestEmpty
--- PASS: TestEmpty (0.00s)
=== RUN TestUnusedDelegationKeys
--- PASS: TestUnusedDelegationKeys (0.00s)
=== RUN TestRemoveUnusedKeys
--- PASS: TestRemoveUnusedKeys (0.00s)
=== RUN TestFindRoleIndexFound
--- PASS: TestFindRoleIndexFound (0.00s)
=== RUN TestFindRoleIndexNotFound
--- PASS: TestFindRoleIndexNotFound (0.00s)
=== RUN TestStrSliceContains
--- PASS: TestStrSliceContains (0.00s)
=== RUN TestRoleNameSliceContains
--- PASS: TestRoleNameSliceContains (0.00s)
=== RUN TestRoleNameSliceRemove
--- PASS: TestRoleNameSliceRemove (0.00s)
=== RUN TestCertsToKeys
--- PASS: TestCertsToKeys (0.00s)
=== RUN TestNewCertificate
--- PASS: TestNewCertificate (0.00s)
=== RUN TestKeyOperations
--- PASS: TestKeyOperations (0.02s)
=== RUN TestRSAX509PublickeyID
--- PASS: TestRSAX509PublickeyID (0.00s)
=== RUN TestECDSAX509PublickeyID
--- PASS: TestECDSAX509PublickeyID (0.00s)
=== RUN TestExtractPrivateKeyAttributes
--- PASS: TestExtractPrivateKeyAttributes (0.00s)
=== RUN TestParsePEMPrivateKeyLegacy
--- PASS: TestParsePEMPrivateKeyLegacy (0.00s)
=== RUN TestValidateCertificateWithSHA1
--- PASS: TestValidateCertificateWithSHA1 (0.00s)
=== RUN TestValidateCertificateWithExpiredCert
--- PASS: TestValidateCertificateWithExpiredCert (0.00s)
=== RUN TestValidateCertificateWithInvalidExpiry
--- PASS: TestValidateCertificateWithInvalidExpiry (0.00s)
=== RUN TestValidateCertificateWithShortKey
--- PASS: TestValidateCertificateWithShortKey (0.02s)
PASS
ok github.com/theupdateframework/notary/tuf/utils 0.110s
=== RUN TestNewSerializableErrorNonValidationError
--- PASS: TestNewSerializableErrorNonValidationError (0.00s)
=== RUN TestNewSerializableErrorValidationError
--- PASS: TestNewSerializableErrorValidationError (0.00s)
=== RUN TestUnmarshalSerialiableErrorSuccessfully
--- PASS: TestUnmarshalSerialiableErrorSuccessfully (0.00s)
=== RUN TestUnmarshalUnknownErrorName
--- PASS: TestUnmarshalUnknownErrorName (0.00s)
=== RUN TestUnmarshalInvalidError
--- PASS: TestUnmarshalInvalidError (0.00s)
=== RUN TestUnmarshalNoName
--- PASS: TestUnmarshalNoName (0.00s)
=== RUN TestUnmarshalInvalidJSON
--- PASS: TestUnmarshalInvalidJSON (0.00s)
PASS
ok github.com/theupdateframework/notary/tuf/validation 0.004s
? github.com/theupdateframework/notary/version [no test files]
=== RUN TestSetSignalTrap
--- PASS: TestSetSignalTrap (0.00s)
=== RUN TestLogLevelSignalHandle
Attempt to increase log level failed, will remain at debug level, error: log
level can not be set higher than Debug
Successfully setting log level to debug
Successfully setting log level to info
Successfully setting log level to warning
Successfully setting log level to error
Successfully setting log level to fatal
Successfully setting log level to info
Successfully setting log level to warning
Successfully setting log level to error
Successfully setting log level to fatal
Successfully setting log level to panic
Attempt to decrease log level failed, will remain at panic level, error: log
level can not be set lower than Panic
--- PASS: TestLogLevelSignalHandle (0.00s)
=== RUN TestParseInvalidLogLevel
--- PASS: TestParseInvalidLogLevel (0.00s)
=== RUN TestParseNoLogLevel
--- PASS: TestParseNoLogLevel (0.00s)
=== RUN TestParseLogLevel
--- PASS: TestParseLogLevel (0.00s)
=== RUN TestParseLogLevelWithEnvironmentVariables
--- PASS: TestParseLogLevelWithEnvironmentVariables (0.00s)
=== RUN TestParseInvalidBugsnag
--- PASS: TestParseInvalidBugsnag (0.00s)
=== RUN TestParseNoBugsnag
--- PASS: TestParseNoBugsnag (0.00s)
=== RUN TestParseBugsnag
--- PASS: TestParseBugsnag (0.00s)
=== RUN TestParseBugsnagWithEnvironmentVariables
--- PASS: TestParseBugsnagWithEnvironmentVariables (0.00s)
=== RUN TestParseInvalidStorageBackend
--- PASS: TestParseInvalidStorageBackend (0.00s)
=== RUN TestParseInvalidSQLStorageNoDBSource
--- PASS: TestParseInvalidSQLStorageNoDBSource (0.00s)
=== RUN TestParseInvalidDBSourceInSQLStorage
--- PASS: TestParseInvalidDBSourceInSQLStorage (0.00s)
=== RUN TestParseSQLStorageDBStore
--- PASS: TestParseSQLStorageDBStore (0.00s)
=== RUN TestParseRethinkStorageDBStoreInvalidBackend
--- PASS: TestParseRethinkStorageDBStoreInvalidBackend (0.00s)
=== RUN TestParseRethinkStorageDBStoreEmptyDBUrl
--- PASS: TestParseRethinkStorageDBStoreEmptyDBUrl (0.00s)
=== RUN TestParseRethinkStorageDBStoreEmptyDBName
--- PASS: TestParseRethinkStorageDBStoreEmptyDBName (0.00s)
=== RUN TestParseRethinkStorageDBStoreEmptyCA
--- PASS: TestParseRethinkStorageDBStoreEmptyCA (0.00s)
=== RUN TestParseRethinkStorageDBStoreEmptyCertAndKey
--- PASS: TestParseRethinkStorageDBStoreEmptyCertAndKey (0.00s)
=== RUN TestParseRethinkStorageDBStoreEmptyUsername
--- PASS: TestParseRethinkStorageDBStoreEmptyUsername (0.00s)
=== RUN TestParseSQLStorageWithEnvironmentVariables
--- PASS: TestParseSQLStorageWithEnvironmentVariables (0.00s)
=== RUN TestParseTLSNoTLSWhenRequired
--- PASS: TestParseTLSNoTLSWhenRequired (0.00s)
=== RUN TestParseTLSPartialTLS
--- PASS: TestParseTLSPartialTLS (0.00s)
=== RUN TestParseTLSNoTLSNotRequired
--- PASS: TestParseTLSNoTLSNotRequired (0.00s)
=== RUN TestParseTLSWithTLS
--- PASS: TestParseTLSWithTLS (0.00s)
=== RUN TestParseTLSWithTLSRelativeToConfigFile
--- PASS: TestParseTLSWithTLSRelativeToConfigFile (0.00s)
=== RUN TestParseTLSWithEnvironmentVariables
--- PASS: TestParseTLSWithEnvironmentVariables (0.00s)
=== RUN TestParseViperWithInvalidFile
--- PASS: TestParseViperWithInvalidFile (0.00s)
=== RUN TestParseViperWithValidFile
--- PASS: TestParseViperWithValidFile (0.00s)
=== RUN TestAdjustLogLevel
--- PASS: TestAdjustLogLevel (0.00s)
=== RUN TestRootHandlerFactory
--- PASS: TestRootHandlerFactory (0.00s)
=== RUN TestRootHandlerError
--- PASS: TestRootHandlerError (0.00s)
=== RUN TestWrapWithCacheHeaderNilCacheControlConfig
--- PASS: TestWrapWithCacheHeaderNilCacheControlConfig (0.00s)
=== RUN TestWrapWithCacheHeaderNon200Response
--- PASS: TestWrapWithCacheHeaderNon200Response (0.00s)
=== RUN TestWrapWithCacheHeaderPublicCacheControlNoCacheHeaders
--- PASS: TestWrapWithCacheHeaderPublicCacheControlNoCacheHeaders (0.00s)
=== RUN TestWrapWithCacheHeaderPublicCacheControlLastModifiedHeader
--- PASS: TestWrapWithCacheHeaderPublicCacheControlLastModifiedHeader (0.00s)
=== RUN TestWrapWithCacheHeaderPublicCacheControlCacheControlHeader
--- PASS: TestWrapWithCacheHeaderPublicCacheControlCacheControlHeader (0.00s)
=== RUN TestWrapWithCacheHeaderNoCacheControlNoCacheHeaders
--- PASS: TestWrapWithCacheHeaderNoCacheControlNoCacheHeaders (0.00s)
=== RUN TestWrapWithCacheHeaderNoCacheControlLastModifiedHeader
--- PASS: TestWrapWithCacheHeaderNoCacheControlLastModifiedHeader (0.00s)
=== RUN TestWrapWithCacheHeaderNoCacheControlCacheControlHeader
--- PASS: TestWrapWithCacheHeaderNoCacheControlCacheControlHeader (0.00s)
=== RUN TestBuildCatalogRecord
--- PASS: TestBuildCatalogRecord (0.00s)
=== RUN TestDoAuthNonWildcardImage
--- PASS: TestDoAuthNonWildcardImage (0.00s)
=== RUN TestDoAuthWildcardImage
--- PASS: TestDoAuthWildcardImage (0.00s)
PASS
ok github.com/theupdateframework/notary/utils 0.009s
FAIL
dh_auto_test: error: cd _build && go test -vet=off -v -p 2
github.com/theupdateframework/notary github.com/theupdateframework/notary/client
github.com/theupdateframework/notary/client/changelist
github.com/theupdateframework/notary/cmd/escrow
github.com/theupdateframework/notary/cmd/notary
github.com/theupdateframework/notary/cmd/notary-server
github.com/theupdateframework/notary/cmd/notary-signer
github.com/theupdateframework/notary/cryptoservice
github.com/theupdateframework/notary/passphrase
github.com/theupdateframework/notary/proto
github.com/theupdateframework/notary/proto/github.com/theupdateframework/notary/proto
github.com/theupdateframework/notary/server
github.com/theupdateframework/notary/server/errors
github.com/theupdateframework/notary/server/handlers
github.com/theupdateframework/notary/server/snapshot
github.com/theupdateframework/notary/server/storage
github.com/theupdateframework/notary/server/timestamp
github.com/theupdateframework/notary/signer
github.com/theupdateframework/notary/signer/api
github.com/theupdateframework/notary/signer/client
github.com/theupdateframework/notary/signer/keydbstore
github.com/theupdateframework/notary/storage
github.com/theupdateframework/notary/storage/rethinkdb
github.com/theupdateframework/notary/trustmanager
github.com/theupdateframework/notary/trustmanager/remoteks
github.com/theupdateframework/notary/trustmanager/remoteks/github.com/theupdateframework/notary/trustmanager/remoteks
github.com/theupdateframework/notary/trustmanager/yubikey
github.com/theupdateframework/notary/trustpinning
github.com/theupdateframework/notary/tuf github.com/theupdateframework/notary/tuf/data
github.com/theupdateframework/notary/tuf/signed
github.com/theupdateframework/notary/tuf/testutils
github.com/theupdateframework/notary/tuf/testutils/interfaces
github.com/theupdateframework/notary/tuf/testutils/keys
github.com/theupdateframework/notary/tuf/utils
github.com/theupdateframework/notary/tuf/validation
github.com/theupdateframework/notary/utils github.com/theupdateframework/notary/version
returned exit code 1
make: *** [debian/rules:10: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------
The above is just how the build ends and not necessarily the most relevant part.
If required, the full build log is available here:
https://people.debian.org/~sanvila/build-logs/ftbfs-future/
About the archive rebuild: This is an effort to keep trixie free from FTBFS bugs
during its lifetime as a supported distribution, as explained here:
https://lists.debian.org/debian-devel/2024/05/msg00414.html
(While they are not yet, please note that the bugs will be RC for trixie)
The build was made using sbuild and a reduced chroot with only
build-essential packages.
If you could not reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.
If this is really a bug in one of the build-depends, please use
reassign and affects, so that this is still visible in the BTS web
page for this package.
Thanks.
--- End Message ---
--- Begin Message ---
Source: notary
Source-Version: 0.7.0+git20240416.9d2b3b3+ds1-3
Done: Simon Josefsson <si...@josefsson.org>
We believe that the bug you reported is fixed in the latest version of
notary, 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 1078...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Simon Josefsson <si...@josefsson.org> (supplier of updated notary 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: SHA512
Format: 1.8
Date: Sat, 15 Feb 2025 17:18:17 +0100
Source: notary
Architecture: source
Version: 0.7.0+git20240416.9d2b3b3+ds1-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team <team+pkg...@tracker.debian.org>
Changed-By: Simon Josefsson <si...@josefsson.org>
Closes: 1078632
Changes:
notary (0.7.0+git20240416.9d2b3b3+ds1-3) unstable; urgency=medium
.
* Team upload.
* Fix timebomb FTBFS. Closes: #1078632.
* Fix debian/* copyright years.
Checksums-Sha1:
f9e54b0a31a5ed2b6195b1b0002263f16df674b3 3601
notary_0.7.0+git20240416.9d2b3b3+ds1-3.dsc
3d03243ff4a9f26798178b05cdb369fa866dd575 41904
notary_0.7.0+git20240416.9d2b3b3+ds1-3.debian.tar.xz
1b38e52cc569178436d646ddaa1625f60f0644fa 16948
notary_0.7.0+git20240416.9d2b3b3+ds1-3_amd64.buildinfo
Checksums-Sha256:
c1f18b65a111372f070d19564ffcdb3fc482a61da0766b1632046e19dc7398ba 3601
notary_0.7.0+git20240416.9d2b3b3+ds1-3.dsc
98f11181060e9d82433d67953f5bb514d5d4430bce4e764f4bec2f797228c525 41904
notary_0.7.0+git20240416.9d2b3b3+ds1-3.debian.tar.xz
7748a504b888ef0a3119ec125fb2b8940919864e543cd1234645d5966220d8e8 16948
notary_0.7.0+git20240416.9d2b3b3+ds1-3_amd64.buildinfo
Files:
f6b00dc6f2079a276803b9a5d60fdd1b 3601 devel optional
notary_0.7.0+git20240416.9d2b3b3+ds1-3.dsc
82cfffa541e4bb5ac56e699234c26f0f 41904 devel optional
notary_0.7.0+git20240416.9d2b3b3+ds1-3.debian.tar.xz
14095d1236cfa0fb559fe73194c2a772 16948 devel optional
notary_0.7.0+git20240416.9d2b3b3+ds1-3_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQNoBAEWCgMQFiEEo8ychwudMQq61M8vUXIrCP5HRaIFAmewwekUHHNpbW9uQGpv
c2Vmc3Nvbi5vcmfCHCYAmDMEXJLOtBYJKwYBBAHaRw8BAQdACIcrZIvhrxDBkK9f
V+QlTmXxo2naObDuGtw58YaxlOu0JVNpbW9uIEpvc2Vmc3NvbiA8c2ltb25Aam9z
ZWZzc29uLm9yZz6IlgQTFggAPgIbAwULCQgHAgYVCAkKCwIEFgIDAQIeAQIXgBYh
BLHSvRN1vst4TPT4xNc89jjFPAa+BQJl/YgIBQkLehFUAAoJENc89jjFPAa+CboA
+wUa06RD5e5VTCxvSWtPS75Wq2qBeYGZnf0jvUMxa2n4AP4xkUeAPPnNuMsTm2fs
FCDIGaEM2Yn6Vb2huzzT1Fw/BLgzBFySz4EWCSsGAQQB2kcPAQEHQOxTCIOaeXAx
I2hIX4HK9bQTpNVei708oNr1Klm8qCGKiPUEGBYIACYCGwIWIQSx0r0Tdb7LeEz0
+MTXPPY4xTwGvgUCZf2IKwUJC3oQqgCBdiAEGRYIAB0WIQSjzJyHC50xCrrUzy9R
cisI/kdFogUCXJLPgQAKCRBRcisI/kdFoqdMAQCgH45aseZgIrwKOvUOA9QfsmeE
8GZHYNuFHmM9FEQS6AD6A4x5aYvoY6lo98pgtw2HPDhmcCXFItjXCrV4A0GmJA4J
ENc89jjFPAa+GcYA/26YQY05bLtnXiIjTiAzrGQrRXxTHPA8Av7TDFHvIetWAP9s
HSoU8OfTwmTiEnGwLlsV7QJclZg3YNz/Ypcp9TqQBrg4BFySz2oSCisGAQQBl1UB
BQEBB0AxlRumDW6nZY7A+VCfek9VpEx6PJmdJyYPt3lNHMd6HAMBCAeIfgQYFggA
JgIbDBYhBLHSvRN1vst4TPT4xNc89jjFPAa+BQJl/YgwBQkLehDGAAoJENc89jjF
PAa+phoA/jrDqIrl/55vUMBhIQv+TP635d2iCTEnyFmbUcP9+gh6APoDsXalVd2c
OGxQtSC+TF8PkZMn1TLkJKAjVxr+xx40AgAKCRBRcisI/kdFoitWAPsEw9SfokmT
fJsfwaDdU63z8HGMLJoP8zAoMiyQ1cBAjQEA7+yjCEWhBuzhJ6v4bUd+MawJzlJQ
jAwgGs35mcpCrwY=
=U+7+
-----END PGP SIGNATURE-----
pgpXKg_61f_b0.pgp
Description: PGP signature
--- End Message ---