[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_armhf_47 #12288

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Fri Dec 23 17:09:48 UTC 2016


https://jenkins.debian.net/job/reproducible_builder_armhf_47/12288/------------------------------------------
[...truncated 664 lines...]
math/rand
reflect
regexp/syntax
crypto
crypto/aes
crypto/sha512
crypto/hmac
crypto/md5
internal/syscall/unix
crypto/rc4
os
crypto/sha1
crypto/sha256
regexp
encoding/base64
encoding/pem
internal/singleflight
encoding
encoding/ascii85
encoding/binary
encoding/base32
fmt
path/filepath
unicode/utf16
hash/crc64
hash/fnv
html
crypto/des
image/color
io/ioutil
os/exec
image
image/color/palette
flag
log
cmd/internal/unvendor/golang.org/x/arch/arm/armasm
cmd/internal/unvendor/golang.org/x/arch/x86/x86asm
cmd/internal/obj
compress/flate
compress/zlib
debug/dwarf
debug/gosym
cmd/internal/goobj
debug/plan9obj
archive/tar
archive/zip
compress/gzip
debug/elf
debug/macho
debug/pe
compress/lzw
math/big
encoding/hex
go/token
database/sql/driver
go/scanner
database/sql
cmd/internal/objfile
go/ast
encoding/csv
cmd/addr2line
encoding/gob
crypto/dsa
crypto/elliptic
encoding/asn1
crypto/rand
crypto/ecdsa
crypto/x509/pkix
crypto/rsa
go/parser
go/printer
encoding/json
encoding/xml
internal/golang.org/x/net/http2/hpack
mime
cmd/cgo
mime/quotedprintable
net/http/internal
net/url
text/template/parse
go/constant
go/format
text/scanner
image/internal/imageutil
image/draw
go/types
text/template
image/gif
image/jpeg
go/doc
html/template
go/build
image/png
index/suffixarray
internal/syscall/windows/sysdll
runtime/debug
runtime/pprof
runtime/trace
internal/trace
testing
runtime/cgo
math/cmplx
net/internal/socktest
go/internal/gccgoimporter
go/internal/gcimporter
internal/testenv
os/signal
net
os/user
runtime/race
testing/iotest
testing/quick
go/importer
cmd/api
cmd/internal/obj/arm
cmd/internal/obj/arm64
cmd/internal/obj/mips
cmd/internal/obj/ppc64
cmd/internal/obj/x86
cmd/asm/internal/flags
cmd/asm/internal/lex
cmd/compile/internal/big
crypto/x509
net/textproto
mime/multipart
log/syslog
net/mail
cmd/asm/internal/arch
cmd/internal/gcprog
cmd/cover
cmd/compile/internal/gc
cmd/asm/internal/asm
crypto/tls
cmd/asm
net/http
net/smtp
cmd/dist
cmd/doc
cmd/fix
cmd/gofmt
expvar
net/http/cgi
net/http/cookiejar
net/http/fcgi
net/http/httptest
net/http/httputil
net/http/pprof
net/rpc
cmd/go
cmd/link/internal/ld
net/rpc/jsonrpc
cmd/nm
cmd/objdump
cmd/pack
cmd/link/internal/amd64
cmd/compile/internal/amd64
cmd/compile/internal/arm
cmd/compile/internal/arm64
cmd/compile/internal/mips64
cmd/compile/internal/ppc64
cmd/compile/internal/x86
cmd/link/internal/arm
cmd/link/internal/arm64
cmd/link/internal/mips64
cmd/link/internal/ppc64
cmd/link/internal/x86
cmd/pprof/internal/profile
cmd/compile
cmd/link
cmd/pprof/internal/svg
cmd/pprof/internal/tempfile
cmd/trace
cmd/pprof/internal/plugin
cmd/pprof/internal/report
cmd/pprof/internal/fetch
cmd/pprof/internal/symbolizer
cmd/pprof/internal/symbolz
cmd/vet/internal/whitelist
cmd/vet
cmd/pprof/internal/commands
cmd/yacc
cmd/pprof/internal/driver
cmd/pprof

make[1]: Leaving directory '/build/golang-1.6-1.6.3'
   dh_auto_build -O--parallel -Ngolang-1.6-go -Ngolang-1.6-src
dh_auto_build: Compatibility levels before 9 are deprecated (level 7 in use)
   debian/rules override_dh_auto_test-arch
make[1]: Entering directory '/build/golang-1.6-1.6.3'
set -ex; \
	cd src; \
	export PATH="/build/golang-1.6-1.6.3/bin:$PATH"; \
	eval "$(go tool dist env)"; \
	bash run.bash -k -no-rebuild;
+ cd src
+ export PATH=/build/golang-1.6-1.6.3/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
+ go tool dist env
+ eval CC="gcc"
CC_FOR_TARGET="gcc"
GOROOT="/build/golang-1.6-1.6.3"
GOBIN="/build/golang-1.6-1.6.3/bin"
GOARCH="arm"
GOOS="linux"
GOHOSTARCH="arm"
GOHOSTOS="linux"
GOTOOLDIR="/build/golang-1.6-1.6.3/pkg/tool/linux_arm"
GOARM="7"
+ CC=gcc
+ CC_FOR_TARGET=gcc
+ GOROOT=/build/golang-1.6-1.6.3
+ GOBIN=/build/golang-1.6-1.6.3/bin
+ GOARCH=arm
+ GOOS=linux
+ GOHOSTARCH=arm
+ GOHOSTOS=linux
+ GOTOOLDIR=/build/golang-1.6-1.6.3/pkg/tool/linux_arm
+ GOARM=7
+ bash run.bash -k -no-rebuild

##### Testing packages.
ok  	archive/tar	0.553s
ok  	archive/zip	1.716s
ok  	bufio	1.691s
ok  	bytes	3.503s
ok  	compress/bzip2	1.593s
ok  	compress/flate	3.843s
ok  	compress/gzip	0.215s
ok  	compress/lzw	0.110s
ok  	compress/zlib	0.400s
ok  	container/heap	0.060s
ok  	container/list	0.047s
ok  	container/ring	0.314s
ok  	crypto/aes	0.476s
ok  	crypto/cipher	0.153s
ok  	crypto/des	0.392s
ok  	crypto/dsa	0.169s
ok  	crypto/ecdsa	1.459s
ok  	crypto/elliptic	0.932s
ok  	crypto/hmac	0.069s
ok  	crypto/md5	0.096s
FATAL: null
java.lang.NullPointerException
	at hudson.plugins.build_timeout.BuildTimeoutWrapper$EnvironmentImpl.tearDown(BuildTimeoutWrapper.java:199)
	at hudson.model.Build$BuildExecution.doRun(Build.java:173)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:534)
	at hudson.model.Run.execute(Run.java:1720)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:98)
	at hudson.model.Executor.run(Executor.java:404)



More information about the Qa-jenkins-scm mailing list