Your message dated Sat, 21 Dec 2024 21:02:00 -0500
with message-id
<CAJ0cceaH4wdDcC7tgBA5eTbjd937dBTYCmvm=xaqhihovup...@mail.gmail.com>
and subject line Fixed in previous upload
has caused the Debian Bug report #1090802,
regarding golang-github-notaryproject-notation-core-go: tests calls 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.)
--
1090802: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1090802
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: golang-github-notaryproject-notation-core-go
Version: 1.1.0-1
Severity: serious
Hello, looks like the package is trying to access internet during tests...
./signature/cose/envelope_test.go: rfc3161TSAurl =
"http://rfc3161timestamp.globalsign.com/advanced"
./signature/jws/envelope_test.go:const rfc3161TSAurl =
"http://rfc3161timestamp.globalsign.com/advanced"
./internal/timestamp/timestamp_test.go:const rfc3161TSAurl =
"http://rfc3161timestamp.globalsign.com/advanced"
Please ignore the tests if possible, thanks
cd _build && go test -vet=off -v -p 4
github.com/notaryproject/notation-core-go/internal/oid
github.com/notaryproject/notation-core-go/internal/timestamp
github.com/notaryproject/notation-core-go/revocation
github.com/notaryproject/notation-core-go/revocation/ocsp
github.com/notaryproject/notation-core-go/revocation/purpose
github.com/notaryproject/notation-core-go/revocation/result
github.com/notaryproject/notation-core-go/signature
github.com/notaryproject/notation-core-go/signature/cose
github.com/notaryproject/notation-core-go/signature/internal/base
github.com/notaryproject/notation-core-go/signature/internal/signaturetest
github.com/notaryproject/notation-core-go/signature/jws
github.com/notaryproject/notation-core-go/testhelper
github.com/notaryproject/notation-core-go/x509
? github.com/notaryproject/notation-core-go/internal/oid [no test files]
=== RUN TestTimestamp
timestamp_test.go:58: Post
"http://rfc3161timestamp.globalsign.com/advanced": dial tcp: lookup
rfc3161timestamp.globalsign.com on 127.0.0.53:53: no such host
--- FAIL: TestTimestamp (0.01s)
FAIL
FAIL github.com/notaryproject/notation-core-go/internal/timestamp 0.016s
=== RUN TestNew
Gianfranco
--- End Message ---
--- Begin Message ---
Version: 1.1.0-3
it's just test code that is trying to connect to the internet. I've patched
the code to tolerate failure here.
thanks for your help
-rt
--
regards,
Reinhard
--- End Message ---