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