Package: src:golang-github-go-sourcemap-sourcemap
Version: 2.1.3+git20201028.eed1c20-2
Severity: serious
Tags: sid bookworm

golang-github-go-sourcemap-sourcemap accesses the network during the build, seen
on the Ubuntu buildds:

   dh_auto_test -O--buildsystem=golang
        cd obj-x86_64-linux-gnu && go test -vet=off -v -p 4
github.com/go-sourcemap/sourcemap
github.com/go-sourcemap/sourcemap/internal/base64vlq
panic: Get "http://code.jquery.com/jquery-2.0.3.min.map": dial tcp: lookup
code.jquery.com: no such host

goroutine 1 [running]:
github.com/go-sourcemap/sourcemap_test.init.0()
        
/<<BUILDDIR>>/golang-github-go-sourcemap-sourcemap-2.1.3+git20201028.eed1c20/obj-x86_64-linux-gnu/src/github.com/go-sourcemap/sourcemap/consumer_test.go:21
 +0x174
FAIL    github.com/go-sourcemap/sourcemap       0.030s
=== RUN   TestEncodeDecode
--- PASS: TestEncodeDecode (0.00s)
PASS
ok      github.com/go-sourcemap/sourcemap/internal/base64vlq    0.041s
FAIL
dh_auto_test: error: cd obj-x86_64-linux-gnu && go test -vet=off -v -p 4
github.com/go-sourcemap/sourcemap
github.com/go-sourcemap/sourcemap/internal/base64vlq returned exit code 1
make: *** [debian/rules:4: build] Error 25

Reply via email to