[pkg-golang-devel] Bug#814849: golang: FTBFS under pbuilder with USENETWORK=no

Daniel Schepler dschepler at gmail.com
Mon Feb 15 22:43:57 UTC 2016


Source: golang
Version: 2:1.5.3-1
Severity: normal

>From my pbuilder build log (on amd64):

...
   debian/rules override_dh_auto_test-arch
make[1]: Entering directory '/build/golang-1.5.3'
set -ex; \
	cd src; \
	export PATH="/build/golang-1.5.3/bin:$PATH"; \
	eval "$(go tool dist env)"; \
	bash run.bash --no-rebuild;
+ cd src
+ export PATH=/build/golang-1.5.3/bin:/usr/sbin:/usr/bin:/sbin:/bin
+ go tool dist env
+ eval CC="gcc"
CC_FOR_TARGET="gcc"
GOROOT="/build/golang-1.5.3"
GOBIN="/build/golang-1.5.3/bin"
GOARCH="amd64"
GOOS="linux"
GOHOSTARCH="amd64"
GOHOSTOS="linux"
GOTOOLDIR="/build/golang-1.5.3/pkg/tool/linux_amd64"
+ CC=gcc
+ CC_FOR_TARGET=gcc
+ GOROOT=/build/golang-1.5.3
+ GOBIN=/build/golang-1.5.3/bin
+ GOARCH=amd64
+ GOOS=linux
+ GOHOSTARCH=amd64
+ GOHOSTOS=linux
+ GOTOOLDIR=/build/golang-1.5.3/pkg/tool/linux_amd64
+ bash run.bash --no-rebuild

##### Testing packages.
ok  	archive/tar	0.020s
ok  	archive/zip	0.822s
ok  	bufio	0.125s
ok  	bytes	0.136s
ok  	compress/bzip2	0.107s
ok  	compress/flate	1.264s
ok  	compress/gzip	0.039s
ok  	compress/lzw	0.081s
ok  	compress/zlib	1.567s
ok  	container/heap	0.016s
ok  	container/list	0.030s
ok  	container/ring	0.021s
ok  	crypto/aes	0.036s
ok  	crypto/cipher	0.008s
ok  	crypto/des	0.015s
ok  	crypto/dsa	0.011s
ok  	crypto/ecdsa	0.051s
ok  	crypto/elliptic	0.044s
ok  	crypto/hmac	0.035s
ok  	crypto/md5	0.007s
ok  	crypto/rand	0.046s
ok  	crypto/rc4	0.148s
ok  	crypto/rsa	0.140s
ok  	crypto/sha1	0.006s
ok  	crypto/sha256	0.032s
ok  	crypto/sha512	0.012s
ok  	crypto/subtle	0.007s
ok  	crypto/tls	1.552s
ok  	crypto/x509	1.884s
ok  	database/sql	0.112s
ok  	database/sql/driver	0.010s
ok  	debug/dwarf	0.009s
ok  	debug/elf	0.056s
ok  	debug/gosym	1.259s
ok  	debug/macho	0.005s
ok  	debug/pe	0.024s
ok  	debug/plan9obj	0.012s
ok  	encoding/ascii85	0.012s
ok  	encoding/asn1	0.018s
ok  	encoding/base32	0.018s
ok  	encoding/base64	0.012s
ok  	encoding/binary	0.003s
ok  	encoding/csv	0.011s
ok  	encoding/gob	0.095s
ok  	encoding/hex	0.008s
ok  	encoding/json	0.258s
ok  	encoding/pem	0.056s
ok  	encoding/xml	0.016s
ok  	errors	0.012s
ok  	expvar	0.008s
ok  	flag	0.011s
ok  	fmt	0.213s
ok  	go/ast	0.022s
ok  	go/build	0.120s
ok  	go/constant	0.009s
ok  	go/doc	0.068s
ok  	go/format	0.012s
ok  	go/internal/gccgoimporter	0.008s
ok  	go/internal/gcimporter	0.764s
ok  	go/parser	0.048s
ok  	go/printer	0.478s
ok  	go/scanner	0.007s
ok  	go/token	0.033s
ok  	go/types	2.815s
ok  	hash/adler32	0.007s
ok  	hash/crc32	0.012s
ok  	hash/crc64	0.003s
ok  	hash/fnv	0.002s
ok  	html	0.017s
ok  	html/template	0.076s
ok  	image	0.259s
ok  	image/color	0.161s
ok  	image/draw	0.160s
ok  	image/gif	0.136s
ok  	image/jpeg	0.380s
ok  	image/png	0.071s
ok  	index/suffixarray	0.036s
ok  	internal/singleflight	0.024s
ok  	internal/trace	0.002s
ok  	io	0.054s
ok  	io/ioutil	0.003s
ok  	log	0.024s
ok  	log/syslog	2.112s
ok  	math	0.005s
ok  	math/big	1.342s
ok  	math/cmplx	0.020s
ok  	math/rand	0.418s
ok  	mime	0.011s
ok  	mime/multipart	0.149s
ok  	mime/quotedprintable	0.384s
--- FAIL: TestIPv4MulticastListener (0.00s)
	listen_test.go:552: listen udp 0.0.0.0:12345->224.0.0.254: setsockopt: no such device
FAIL
FAIL	net	2.040s
ok  	net/http	7.252s
ok  	net/http/cgi	0.427s
ok  	net/http/cookiejar	0.028s
ok  	net/http/fcgi	0.008s
ok  	net/http/httptest	0.018s
ok  	net/http/httputil	0.026s
ok  	net/http/internal	0.008s
ok  	net/internal/socktest	0.002s
ok  	net/mail	0.024s
ok  	net/rpc	0.027s
ok  	net/rpc/jsonrpc	0.018s
ok  	net/smtp	0.039s
ok  	net/textproto	0.044s
ok  	net/url	0.006s
ok  	os	0.270s
ok  	os/exec	0.224s
ok  	os/signal	3.496s
ok  	os/user	0.005s
ok  	path	0.015s
ok  	path/filepath	0.016s
ok  	reflect	0.278s
ok  	regexp	0.299s
ok  	regexp/syntax	0.541s
ok  	runtime	25.350s
ok  	runtime/debug	0.008s
ok  	runtime/pprof	6.452s
ok  	runtime/trace	4.496s
ok  	sort	0.104s
ok  	strconv	0.354s
ok  	strings	0.297s
ok  	sync	0.180s
ok  	sync/atomic	1.230s
ok  	syscall	0.160s
ok  	testing	2.529s
ok  	testing/quick	0.060s
ok  	text/scanner	0.036s
ok  	text/tabwriter	0.036s
ok  	text/template	0.036s
ok  	text/template/parse	0.006s
ok  	time	2.811s
ok  	unicode	0.028s
ok  	unicode/utf16	0.030s
ok  	unicode/utf8	0.010s
ok  	cmd/addr2line	1.706s
ok  	cmd/api	0.016s
ok  	cmd/asm/internal/asm	0.038s
ok  	cmd/asm/internal/lex	0.020s
ok  	cmd/compile/internal/big	3.248s
ok  	cmd/cover	3.072s
ok  	cmd/doc	0.042s
ok  	cmd/fix	0.024s
ok  	cmd/go	26.411s
ok  	cmd/gofmt	0.088s
ok  	cmd/internal/goobj	0.014s
ok  	cmd/internal/obj	0.005s
ok  	cmd/internal/obj/x86	0.040s
ok  	cmd/internal/rsc.io/arm/armasm	0.010s
ok  	cmd/internal/rsc.io/x86/x86asm	0.314s
ok  	cmd/nm	1.671s
ok  	cmd/objdump	3.603s
ok  	cmd/pack	3.189s
ok  	cmd/pprof/internal/profile	0.003s
ok  	cmd/vet	4.295s
2016/02/12 18:45:07 Failed: exit status 1
debian/rules:29: recipe for target 'override_dh_auto_test-arch' failed
make[1]: *** [override_dh_auto_test-arch] Error 1
make[1]: Leaving directory '/build/golang-1.5.3'
debian/rules:15: recipe for target 'build' failed
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
-- 
Daniel Schepler



More information about the pkg-golang-devel mailing list