Source: golang-github-pion-webrtc.v3
Version: 3.1.56-2
Severity: serious
Justification: Policy 4.9
X-Debbugs-Cc: [email protected], [email protected]
Control: affects -1 buildd.debian.org
Hi,
golang-github-pion-webrtc.v3 attempts network access during build.
This is forbidden by Policy 4.9:
For packages in the main archive, 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.
This can be tested with the sbuild unshare backend:
=== NAME TestDataChannelParamters_Go
util.go:41: Unexpected routines on test end:
goroutine 34 [select]:
github.com/pion/interceptor/pkg/nack.(*GeneratorInterceptor).loop(0xc0000240a0,
{0x9f4b80, 0xc00003ec30})
/<<PKGBUILDDIR>>/_build/src/github.com/pion/interceptor/pkg/nack/generator_interceptor.go:139
+0x12d
created by
github.com/pion/interceptor/pkg/nack.(*GeneratorInterceptor).BindRTCPWriter in
goroutine 16
/<<PKGBUILDDIR>>/_build/src/github.com/pion/interceptor/pkg/nack/generator_interceptor.go:74
+0x115
goroutine 35 [select]:
github.com/pion/interceptor/pkg/report.(*ReceiverInterceptor).loop(0xc0001303c0,
{0x9f4b80, 0xc00003ec30})
/<<PKGBUILDDIR>>/_build/src/github.com/pion/interceptor/pkg/report/receiver_interceptor.go:97
+0x19c
created by
github.com/pion/interceptor/pkg/report.(*ReceiverInterceptor).BindRTCPWriter in
goroutine 16
/<<PKGBUILDDIR>>/_build/src/github.com/pion/interceptor/pkg/report/receiver_interceptor.go:86
+0x115
goroutine 36 [select]:
github.com/pion/interceptor/pkg/report.(*SenderInterceptor).loop(0xc000130420,
{0x9f4b80, 0xc00003ec30})
/<<PKGBUILDDIR>>/_build/src/github.com/pion/interceptor/pkg/report/sender_interceptor.go:98
+0x19c
created by
github.com/pion/interceptor/pkg/report.(*SenderInterceptor).BindRTCPWriter in
goroutine 16
/<<PKGBUILDDIR>>/_build/src/github.com/pion/interceptor/pkg/report/sender_interceptor.go:87
+0x115
[...]
Cheers Jochen