El 3/5/25 a las 17:14, Pirate Praveen escribió:
signer_test.go:403: Failed to connect to external host: timestamp: Post "http://timestamp.digicert.com": dial tcp: lookup timestamp.digicert.com on 127.0.0.53:53: server misbehaving
Note that there is an implicit DNS query there. This is what policy says:
Except for packages in the non-free archive with the Autobuild control field unset or set to no, required targets must not attempt network access, except, via the loopback interface, to services on the build host that have been started by the build.
DNS queries are considered network access. Thanks.