Source: golang-github-elazarl-goproxy
Version: 1.1+git20231117.7cc037d+dfsg-1
Severity: serious
Tags: sid trixie ftbfs
Justification: Policy 4.9
X-Debbugs-Cc: [email protected], [email protected]
Control: affects -1 buildd.debian.org
Hi,
golang-github-elazarl-goproxy accesses network resources during the
build:
=== RUN TestSimpleHttpRequest
serving end proxy server at localhost:5000
proxy_test.go:958: Error while requesting google with http <nil>
&{500 Internal Server Error 500 HTTP/1.1 1 1 map[Content-Length:[108]
Content-Type:[text/plain; charset=utf-8] Date:[Tue, 28 May 2024 04:36:39 GMT]
X-Content-Type-Options:[nosniff]] 0xc00053e800 108 [] false false map[]
0xc0000c6360 <nil>}
&{500 Internal Server Error 500 HTTP/1.1 1 1 map[Content-Length:[108]
Content-Type:[text/plain; charset=utf-8] Date:[Tue, 28 May 2024 04:36:39 GMT]
X-Content-Type-Options:[nosniff]] 0xc00053eac0 108 [] false false map[]
0xc0000c6c60 <nil>}
--- FAIL: TestSimpleHttpRequest (1.01s)
=== RUN TestResponseContentLength
--- PASS: TestResponseContentLength (0.00s)
FAIL
FAIL github.com/elazarl/goproxy 4.643s
This can be tested with the sbuild unshare backend.
Cheers Jochen