Your message dated Thu, 26 Dec 2024 12:49:08 +0000 with message-id <e1tqnia-00go5s...@fasolo.debian.org> and subject line Bug#1090825: fixed in golang-github-notaryproject-notation-go 1.2.1-2 has caused the Debian Bug report #1090825, regarding golang-github-notaryproject-notation-go: test call home? 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.) -- 1090825: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1090825 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
--- Begin Message ---Package: golang-github-notaryproject-notation-go Version: 1.2.1-1 Severity: serious Hello, I found the dns test failing in Ubuntu, where the network is more strictly forbidden, and I think the test is calling home and various ip address outside Please consider fixing/ignoring such tests --- PASS: TestSignWithCertChain/envelopeType=application/jose+json_keySpec=RSA-4096 (0.01s) --- PASS: TestSignWithCertChain/envelopeType=application/jose+json_keySpec=EC-256 (0.01s) --- PASS: TestSignWithCertChain/envelopeType=application/jose+json_keySpec=EC-384 (0.01s) --- PASS: TestSignWithCertChain/envelopeType=application/jose+json_keySpec=EC-521 (0.01s) === RUN TestSignWithTimestamping === RUN TestSignWithTimestamping/envelopeType=application/jose+json_keySpec=RSA-2048 signer_test.go:401: Sign() error = timestamp: Post "http://timestamp.digicert.com": dial tcp: lookup timestamp.digicert.com on 127.0.0.53:53: no such host === RUN TestSignWithTimestamping/envelopeType=application/jose+json_keySpec=RSA-3072 signer_test.go:401: Sign() error = timestamp: Post "http://timestamp.digicert.com": dial tcp: lookup timestamp.digicert.com on 127.0.0.53:53: no such host === RUN TestSignWithTimestamping/envelopeType=application/jose+json_keySpec=RSA-4096 signer_test.go:401: Sign() error = timestamp: Post "http://timestamp.digicert.com": dial tcp: lookup timestamp.digicert.com on 127.0.0.53:53: no such host === RUN TestSignWithTimestamping/envelopeType=application/jose+json_keySpec=EC-256 signer_test.go:401: Sign() error = timestamp: Post "http://timestamp.digicert.com": dial tcp: lookup timestamp.digicert.com on 127.0.0.53:53: no such host === RUN TestSignWithTimestamping/envelopeType=application/jose+json_keySpec=EC-384 signer_test.go:401: Sign() error = timestamp: Post "http://timestamp.digicert.com": dial tcp: lookup timestamp.digicert.com on 127.0.0.53:53: no such host === RUN TestSignWithTimestamping/envelopeType=application/jose+json_keySpec=EC-521 signer_test.go:401: Sign() error = timestamp: Post "http://timestamp.digicert.com": dial tcp: lookup timestamp.digicert.com on 127.0.0.53:53: no such host === RUN TestSignWithTimestamping/envelopeType=application/cose_keySpec=RSA-2048 signer_test.go:401: Sign() error = timestamp: Post "http://timestamp.digicert.com": dial tcp: lookup timestamp.digicert.com on 127.0.0.53:53: no such host === RUN TestSignWithTimestamping/envelopeType=application/cose_keySpec=RSA-3072 signer_test.go:401: Sign() error = timestamp: Post "http://timestamp.digicert.com": dial tcp: lookup timestamp.digicert.com on 127.0.0.53:53: no such host === RUN TestSignWithTimestamping/envelopeType=application/cose_keySpec=RSA-4096 signer_test.go:401: Sign() error = timestamp: Post "http://timestamp.digicert.com": dial tcp: lookup timestamp.digicert.com on 127.0.0.53:53: no such host === RUN TestSignWithTimestamping/envelopeType=application/cose_keySpec=EC-256 signer_test.go:401: Sign() error = timestamp: Post "http://timestamp.digicert.com": dial tcp: lookup timestamp.digicert.com on 127.0.0.53:53: no such host === RUN TestSignWithTimestamping/envelopeType=application/cose_keySpec=EC-384 signer_test.go:401: Sign() error = timestamp: Post "http://timestamp.digicert.com": dial tcp: lookup timestamp.digicert.com on 127.0.0.53:53: no such host === RUN TestSignWithTimestamping/envelopeType=application/cose_keySpec=EC-521 signer_test.go:401: Sign() error = timestamp: Post "http://timestamp.digicert.com": dial tcp: lookup timestamp.digicert.com on 127.0.0.53:53: no such host --- FAIL: TestSignWithTimestamping (0.16s) --- FAIL: TestSignWithTimestamping/envelopeType=application/jose+json_keySpec=RSA-2048 (0.06s) --- FAIL: TestSignWithTimestamping/envelopeType=application/jose+json_keySpec=RSA-3072 (0.01s) --- FAIL: TestSignWithTimestamping/envelopeType=application/jose+json_keySpec=RSA-4096 (0.02s) --- FAIL: TestSignWithTimestamping/envelopeType=application/jose+json_keySpec=EC-256 (0.01s) --- FAIL: TestSignWithTimestamping/envelopeType=application/jose+json_keySpec=EC-384 (0.00s) --- FAIL: TestSignWithTimestamping/envelopeType=application/jose+json_keySpec=EC-521 (0.00s) --- FAIL: TestSignWithTimestamping/envelopeType=application/cose_keySpec=RSA-2048 (0.00s) --- FAIL: TestSignWithTimestamping/envelopeType=application/cose_keySpec=RSA-3072 (0.01s) --- FAIL: TestSignWithTimestamping/envelopeType=application/cose_keySpec=RSA-4096 (0.01s) --- FAIL: TestSignWithTimestamping/envelopeType=application/cose_keySpec=EC-256 (0.02s) --- FAIL: TestSignWithTimestamping/envelopeType=application/cose_keySpec=EC-384 (0.01s) --- FAIL: TestSignWithTimestamping/envelopeType=application/cose_keySpec=EC-521 (0.00s) [...] === RUN TestAuthenticTimestamp/verify_Authentic_Timestamp_failed_due_to_timestamp_before_signing_cert_not_before === RUN TestAuthenticTimestamp/verify_Authentic_Timestamp_failed_due_to_timestamp_after_signing_cert_not_after --- FAIL: TestAuthenticTimestamp (0.10s) --- FAIL: TestAuthenticTimestamp/verify_Authentic_Timestamp_with_jws_format (0.03s) --- FAIL: TestAuthenticTimestamp/verify_Authentic_Timestamp_with_cose_format (0.02s) --- FAIL: TestAuthenticTimestamp/verify_Authentic_Timestamp_jws_with_expired_codeSigning_cert (0.02s) --- FAIL: TestAuthenticTimestamp/verify_Authentic_Timestamp_cose_with_expired_codeSigning_cert (0.02s) --- PASS: TestAuthenticTimestamp/verify_Authentic_Timestamp_with_afterCertExpiry_set (0.00s) thanks, Gianfranco
--- End Message ---
--- Begin Message ---Source: golang-github-notaryproject-notation-go Source-Version: 1.2.1-2 Done: Reinhard Tartler <siret...@tauware.de> We believe that the bug you reported is fixed in the latest version of golang-github-notaryproject-notation-go, 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 1090...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Reinhard Tartler <siret...@tauware.de> (supplier of updated golang-github-notaryproject-notation-go 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: Thu, 26 Dec 2024 07:27:14 -0500 Source: golang-github-notaryproject-notation-go Architecture: source Version: 1.2.1-2 Distribution: unstable Urgency: medium Maintainer: Debian Go Packaging Team <team+pkg...@tracker.debian.org> Changed-By: Reinhard Tartler <siret...@tauware.de> Closes: 1090825 Changes: golang-github-notaryproject-notation-go (1.2.1-2) unstable; urgency=medium . * Fix overflow on 32-bit architectures * Allow skipping tests that connec to the internet, Closes: #1090825 Checksums-Sha1: 638cdcd2fe17b5dd0cb45b8575b44211f69f0ba2 2961 golang-github-notaryproject-notation-go_1.2.1-2.dsc 16c0557f7ef82b6baf4f77b7df0317e10c145c67 3220 golang-github-notaryproject-notation-go_1.2.1-2.debian.tar.xz Checksums-Sha256: d38f6a7af8c88fc094904767ec1d9a1949744f6037f29b9ff95ed4168585fa11 2961 golang-github-notaryproject-notation-go_1.2.1-2.dsc ecfd7f5573bf0260f062606100c5ca0d035d13bff99234a64ee241472eeda1f2 3220 golang-github-notaryproject-notation-go_1.2.1-2.debian.tar.xz Files: 260169924922ec95aad8f9f9fa963f57 2961 golang optional golang-github-notaryproject-notation-go_1.2.1-2.dsc ff1b3caef576ee3c8b28881953940f8b 3220 golang optional golang-github-notaryproject-notation-go_1.2.1-2.debian.tar.xz -----BEGIN PGP SIGNATURE----- iQJIBAEBCgAyFiEEMN59F2OrlFLH4IJQSadpd5QoJssFAmdtS+AUHHNpcmV0YXJ0 QHRhdXdhcmUuZGUACgkQSadpd5QoJst87Q//TWp1ENCQNGvGpW9DcYvc7VEs+P9g xd+X4TtUVL8B72Y1aNUUILyzH40K0vujcukbvMM3aldKqh4xcCHSt8IoY4YQ/Laz I3YrTxFYTlsaPBUqasGCR15AveTxIqdML0BSvbr3xlZ/1VriQuzJil+9dhwmKlUC SBrOfOxOK0budwancS+RVTStb9nyiWvBlVI85QbhSOw82g49zUnwV3Xig3WLm6Lf InDp9rUFezZKRFQcUp6fdcs70CuwBPDW7LrHkqevAR4P3+j3Msq+kG0Ub8+KEX9D jJhEtEpnMac59H+aB6G/zKdCYR+tyq5wIDnR8g/O3A4PUIGU8nLjSInRHck1if6V yHwJfj7joPhzgaQL3xgsMxOmEgPo49hCtfWqEdCVyVi6RTYKQ1VQpUP7/mTZbp5q VEUrERHaO1KUTxLuZ3mbKbxngby+YMrNI+MdPwN+Ga/X807KjY1w/YFdXbjOljCL QlJ5mE+Oh5f5079JZOmb+/9LLFdt06sa2bSzP4LOt6WwZm2z3t1lakVffDBR9JSe t9lkxxP70NR7chhS7aDVaccUrwJ4pDd9Ef5ofN//kM/KWZtHgXnleNg2FO1JnyNb X0OUfCmNa/phGolT8eGYo/mST5hJSTijHWcaElKJrfQP8iKWChVwQN/mhxHLaWVH rqHWOp+x2CE5uYI= =gwHO -----END PGP SIGNATURE-----pgp1XAPNJIeKP.pgp
Description: PGP signature
--- End Message ---