Package: src:golang-github-notaryproject-notation-go
Version: 1.2.1-3
Severity: serious
Tags: ftbfs trixie sid
Dear maintainer:
During a rebuild of all packages in unstable, your package failed to build:
--------------------------------------------------------------------------------
[...]
debian/rules clean
dh clean --builddirectory=_build --buildsystem=golang
dh_auto_clean -O--builddirectory=_build -O--buildsystem=golang
dh_autoreconf_clean -O--builddirectory=_build -O--buildsystem=golang
dh_clean -O--builddirectory=_build -O--buildsystem=golang
debian/rules binary
dh binary --builddirectory=_build --buildsystem=golang
dh_update_autotools_config -O--builddirectory=_build -O--buildsystem=golang
dh_autoreconf -O--builddirectory=_build -O--buildsystem=golang
dh_auto_configure -O--builddirectory=_build -O--buildsystem=golang
dh_auto_build -O--builddirectory=_build -O--buildsystem=golang
cd _build && go install -trimpath -v -p 2 github.com/notary [too-long-redacted] notation-go/verifier/truststore
internal/goarch
internal/unsafeheader
[... snipped ...]
=== RUN TestSignWithTimestamping/envelopeType=application/cose_keySpec=EC-384
signer_test.go:405: Sign() error = timestamp: POST "
http://timestamp.digicert.com": https response bad status: 500 Internal Server Error
=== RUN TestSignWithTimestamping/envelopeType=application/cose_keySpec=EC-521
signer_test.go:405: Sign() error = timestamp: POST "
http://timestamp.digicert.com": https response bad status: 500 Internal Server Error
=== RUN TestSignWithTimestamping/envelopeType=application/jose+json_keySpec=RSA-2048
=== RUN TestSignWithTimestamping/envelopeType=application/jose+json_keySpec=RSA-3072
signer_test.go:405: Sign() error = timestamp: POST "
http://timestamp.digicert.com": https response bad status: 500 Internal Server Error
=== RUN TestSignWithTimestamping/envelopeType=application/jose+json_keySpec=RSA-4096
signer_test.go:405: Sign() error = timestamp: POST "
http://timestamp.digicert.com": https response bad status: 500 Internal Server Error
=== RUN TestSignWithTimestamping/envelopeType=application/jose+json_keySpec=EC-256
=== RUN TestSignWithTimestamping/envelopeType=application/jose+json_keySpec=EC-384
signer_test.go:405: Sign() error = timestamp: POST "
http://timestamp.digicert.com": https response bad status: 500 Internal Server Error
=== RUN TestSignWithTimestamping/envelopeType=application/jose+json_keySpec=EC-521
signer_test.go:405: Sign() error = timestamp: POST "
http://timestamp.digicert.com": https response bad status: 500 Internal Server Error
--- FAIL: TestSignWithTimestamping (1.73s)
--- PASS: TestSignWithTimestamping/envelopeType=application/cose_keySpec=RSA-2048 (0.27s)
--- FAIL: TestSignWithTimestamping/envelopeType=application/cose_keySpec=RSA-3072 (0.13s)
--- FAIL: TestSignWithTimestamping/envelopeType=application/cose_keySpec=RSA-4096 (0.13s)
--- PASS: TestSignWithTimestamping/envelopeType=application/cose_keySpec=EC-256 (0.14s)
--- FAIL: TestSignWithTimestamping/envelopeType=application/cose_keySpec=EC-384 (0.13s)
--- FAIL: TestSignWithTimestamping/envelopeType=application/cose_keySpec=EC-521 (0.13s)
--- PASS: TestSignWithTimestamping/envelopeType=application/jose+json_keySpec=RSA-2048 (0.14s)
--- FAIL: TestSignWithTimestamping/envelopeType=application/jose+json_keySpec=RSA-3072 (0.13s)
--- FAIL: TestSignWithTimestamping/envelopeType=application/jose+json_keySpec=RSA-4096 (0.13s)
--- PASS: TestSignWithTimestamping/envelopeType=application/jose+json_keySpec=EC-256 (0.14s)
--- FAIL: Test