[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_arm64_15 #2706
jenkins at jenkins.debian.net
jenkins at jenkins.debian.net
Wed Jan 18 06:26:05 UTC 2017
https://jenkins.debian.net/job/reproducible_builder_arm64_15/2706/------------------------------------------
[...truncated 467.00 KB...]
+ /build/golang-1.7-1.7.4/2nd/src/io/io.go:360 +0x54
+os/exec.(*Cmd).writerDescriptor.func1(0x0, 0x0)
+ /build/golang-1.7-1.7.4/2nd/src/os/exec/exec.go:253 +0x60
+os/exec.(*Cmd).Start.func1(0x4420214b00, 0x4420436aa0)
+ /build/golang-1.7-1.7.4/2nd/src/os/exec/exec.go:370 +0x20
+created by os/exec.(*Cmd).Start
+ /build/golang-1.7-1.7.4/2nd/src/os/exec/exec.go:371 +0x8dc
+
+goroutine 466 [chan receive]:
+testing.(*T).Parallel(0x44201612c0)
+ /build/golang-1.7-1.7.4/2nd/src/testing/testing.go:552 +0x1e0
+cmd/go_test.(*testgoData).parallel(0x44201be780)
+ /build/golang-1.7-1.7.4/2nd/src/cmd/go/go_test.go:172 +0x644
+cmd/go_test.TestCgoConsistentResults(0x44201612c0)
+ /build/golang-1.7-1.7.4/2nd/src/cmd/go/go_test.go:2803 +0x124
+testing.tRunner(0x44201612c0, 0xaaaacda88710)
+ /build/golang-1.7-1.7.4/2nd/src/testing/testing.go:610 +0xb8
+created by testing.(*T).Run
+ /build/golang-1.7-1.7.4/2nd/src/testing/testing.go:646 +0x324
+
+goroutine 431 [chan receive]:
+testing.(*T).Parallel(0x442029ac00)
+ /build/golang-1.7-1.7.4/2nd/src/testing/testing.go:552 +0x1e0
+cmd/go_test.(*testgoData).parallel(0x4420272b40)
+ /build/golang-1.7-1.7.4/2nd/src/cmd/go/go_test.go:172 +0x644
+cmd/go_test.TestGenerateUsesBuildContext(0x442029ac00)
+ /build/golang-1.7-1.7.4/2nd/src/cmd/go/go_test.go:2942 +0x6c
+testing.tRunner(0x442029ac00, 0xaaaacda88778)
+ /build/golang-1.7-1.7.4/2nd/src/testing/testing.go:610 +0xb8
+created by testing.(*T).Run
+ /build/golang-1.7-1.7.4/2nd/src/testing/testing.go:646 +0x324
+FAIL cmd/go 228.221s
+ok cmd/gofmt 0.604s
+ok cmd/internal/goobj 0.069s
+ok cmd/internal/obj 0.034s
+ok cmd/internal/obj/x86 0.039s
+ok cmd/internal/pprof/profile 0.022s
+ok cmd/link 0.140s
+ok cmd/nm 16.594s
+ok cmd/objdump 0.105s
+ok cmd/pack 31.527s
+ok cmd/vendor/golang.org/x/arch/arm/armasm 0.107s
+ok cmd/vendor/golang.org/x/arch/x86/x86asm 3.245s
+ok cmd/vet 44.968s
+ok cmd/vet/internal/cfg 0.144s
+2018/02/20 12:35:23 Failed: exit status 1
##### GOMAXPROCS=2 runtime -cpu=1,2,4
-ok runtime 62.060s
+ok runtime 171.640s
##### Testing without libgcc.
-ok crypto/x509 1.982s
-ok net 0.016s
-ok os/user 0.008s
+ok crypto/x509 8.242s
+ok net 0.038s
+ok os/user 0.018s
##### sync -cpu=10
-ok sync 0.278s
+ok sync 0.948s
##### ../misc/cgo/stdio
@@ -871,9 +2670,9 @@
##### ../misc/cgo/test
PASS
-ok _/build/1st/golang-1.7-1.7.4/misc/cgo/test 1.979s
+ok _/build/golang-1.7-1.7.4/2nd/misc/cgo/test 3.118s
PASS
-ok _/build/1st/golang-1.7-1.7.4/misc/cgo/test 1.947s
+ok _/build/golang-1.7-1.7.4/2nd/misc/cgo/test 2.550s
##### ../misc/cgo/testgodefs
@@ -886,7 +2685,7 @@
##### ../misc/cgo/testshared
PASS
-ok _/build/1st/golang-1.7-1.7.4/misc/cgo/testshared 32.797s
+ok _/build/golang-1.7-1.7.4/2nd/misc/cgo/testshared 123.579s
##### ../misc/cgo/errors
@@ -895,134 +2694,33 @@
##### ../test/bench/go1
testing: warning: no tests to run
PASS
-ok _/build/1st/golang-1.7-1.7.4/test/bench/go1 44.722s
+ok _/build/golang-1.7-1.7.4/2nd/test/bench/go1 138.812s
##### ../test
##### API check
-Go version is "go1.7.4", ignoring -next /build/1st/golang-1.7-1.7.4/api/next.txt
+Go version is "go1.7.4", ignoring -next /build/golang-1.7-1.7.4/2nd/api/next.txt
-ALL TESTS PASSED
-# -k keep going even when error occurred
-# -no-rebuild don't rebuild std and cmd packages
-# On linux/amd64 run.bash installs some race enabled standard library
-# packages. Delete them again to avoid accidentally including them in
-# the package.
-set -ex; \
- export PATH="/build/1st/golang-1.7-1.7.4/bin:$PATH"; \
- eval "$(go tool dist env)"; \
- rm -rf "/build/1st/golang-1.7-1.7.4/pkg/${GOOS}_${GOARCH}_race/"
-+ export PATH=/build/1st/golang-1.7-1.7.4/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
-+ go tool dist env
-+ eval CC="gcc"
-CC_FOR_TARGET="gcc"
-GOROOT="/build/1st/golang-1.7-1.7.4"
-GOBIN="/build/1st/golang-1.7-1.7.4/bin"
-GOARCH="arm64"
-GOOS="linux"
-GOHOSTARCH="arm64"
-GOHOSTOS="linux"
-GOTOOLDIR="/build/1st/golang-1.7-1.7.4/pkg/tool/linux_arm64"
-+ CC=gcc
-+ CC_FOR_TARGET=gcc
-+ GOROOT=/build/1st/golang-1.7-1.7.4
-+ GOBIN=/build/1st/golang-1.7-1.7.4/bin
-+ GOARCH=arm64
-+ GOOS=linux
-+ GOHOSTARCH=arm64
-+ GOHOSTOS=linux
-+ GOTOOLDIR=/build/1st/golang-1.7-1.7.4/pkg/tool/linux_arm64
-+ rm -rf /build/1st/golang-1.7-1.7.4/pkg/linux_arm64_race/
-make[1]: Leaving directory '/build/1st/golang-1.7-1.7.4'
- dh_auto_test -O--parallel -Ngolang-1.7-go -Ngolang-1.7-src
-dh_auto_test: Compatibility levels before 9 are deprecated (level 7 in use)
- fakeroot debian/rules binary
-dh --parallel binary
-dh: Compatibility levels before 9 are deprecated (level 7 in use)
- dh_testroot -O--parallel
- debian/rules override_dh_prep
-make[1]: Entering directory '/build/1st/golang-1.7-1.7.4'
-dh_prep
-make[1]: Leaving directory '/build/1st/golang-1.7-1.7.4'
- dh_installdirs -O--parallel
-dh_installdirs: Compatibility levels before 9 are deprecated (level 7 in use)
- dh_auto_install -O--parallel
-dh_auto_install: Compatibility levels before 9 are deprecated (level 7 in use)
- debian/rules override_dh_install-arch
-make[1]: Entering directory '/build/1st/golang-1.7-1.7.4'
-dh_install --fail-missing
-dh_install: Compatibility levels before 9 are deprecated (level 7 in use)
-# Remove Plan9 rc(1) scripts
-find debian/golang-1.7-src/usr/share/go-1.7/src -type f -name '*.rc' -delete
-# Remove empty /usr/share/go-1.7/src from golang-1.7-go, it is provided by golang-1.7-src
-find debian/golang-1.7-go/usr/share/go-1.7/src -type d -delete
-# Touch built and installed files and directories to have same timestamp
-touch debian/golang-1.7-go/usr/lib/go-1.7/pkg
-find debian/golang-1.7-go/usr/lib/go-1.7/pkg -exec touch -r /build/1st/golang-1.7-1.7.4/debian/golang-1.7-go/usr/lib/go-1.7/pkg {} \;
-make[1]: Leaving directory '/build/1st/golang-1.7-1.7.4'
- debian/rules override_dh_install-indep
-make[1]: Entering directory '/build/1st/golang-1.7-1.7.4'
-dh_install --fail-missing
-dh_install: Compatibility levels before 9 are deprecated (level 7 in use)
-make[1]: Leaving directory '/build/1st/golang-1.7-1.7.4'
- dh_installdocs -O--parallel
-dh_installdocs: Compatibility levels before 9 are deprecated (level 7 in use)
- dh_installchangelogs -O--parallel
-dh_installchangelogs: Compatibility levels before 9 are deprecated (level 7 in use)
- dh_lintian -O--parallel
-dh_lintian: Compatibility levels before 9 are deprecated (level 7 in use)
- dh_perl -O--parallel
- dh_link -O--parallel
-dh_link: Compatibility levels before 9 are deprecated (level 7 in use)
- dh_strip_nondeterminism -O--parallel
- debian/rules override_dh_compress-indep
-make[1]: Entering directory '/build/1st/golang-1.7-1.7.4'
-dh_compress -Xusr/share/doc/golang-doc/html -Xusr/share/doc/golang-doc/godoc
-make[1]: Leaving directory '/build/1st/golang-1.7-1.7.4'
- dh_compress -O--parallel -Ngolang-1.7-doc -Ngolang-1.7
- dh_fixperms -O--parallel
- debian/rules override_dh_strip
-make[1]: Entering directory '/build/1st/golang-1.7-1.7.4'
-dh_strip -Xtestdata
-dh_strip: Compatibility levels before 9 are deprecated (level 7 in use)
-make[1]: Leaving directory '/build/1st/golang-1.7-1.7.4'
- dh_makeshlibs -O--parallel
- debian/rules override_dh_shlibdeps
-make[1]: Entering directory '/build/1st/golang-1.7-1.7.4'
-dh_shlibdeps -Xtestdata -Xtest
-make[1]: Leaving directory '/build/1st/golang-1.7-1.7.4'
- dh_installdeb -O--parallel
-dh_installdeb: Compatibility levels before 9 are deprecated (level 7 in use)
- dh_gencontrol -O--parallel
-dpkg-gencontrol: warning: Depends field of package golang-1.7-go: unknown substitution variable ${perl:Depends}
-dpkg-gencontrol: warning: File::FcntlLock not available; using flock which is not NFS-safe
-dpkg-gencontrol: warning: Depends field of package golang-1.7-go: unknown substitution variable ${perl:Depends}
-dpkg-gencontrol: warning: File::FcntlLock not available; using flock which is not NFS-safe
-dpkg-gencontrol: warning: Depends field of package golang-1.7-src: unknown substitution variable ${shlibs:Depends}
-dpkg-gencontrol: warning: File::FcntlLock not available; using flock which is not NFS-safe
-dpkg-gencontrol: warning: package golang-1.7-src: unused substitution variable ${perl:Depends}
-dpkg-gencontrol: warning: File::FcntlLock not available; using flock which is not NFS-safe
-dpkg-gencontrol: warning: File::FcntlLock not available; using flock which is not NFS-safe
- dh_md5sums -O--parallel
- dh_builddeb -O--parallel
-dpkg-deb: building package 'golang-1.7-doc' in '../golang-1.7-doc_1.7.4-1_all.deb'.
-dpkg-deb: building package 'golang-1.7-go-dbgsym' in '../golang-1.7-go-dbgsym_1.7.4-1_arm64.deb'.
-dpkg-deb: building package 'golang-1.7-src' in '../golang-1.7-src_1.7.4-1_arm64.deb'.
-dpkg-deb: building package 'golang-1.7' in '../golang-1.7_1.7.4-1_all.deb'.
-dpkg-deb: building package 'golang-1.7-go' in '../golang-1.7-go_1.7.4-1_arm64.deb'.
- dpkg-genbuildinfo --build=binary
-dpkg-genbuildinfo: warning: File::FcntlLock not available; using flock which is not NFS-safe
- dpkg-genchanges --build=binary >../golang-1.7_1.7.4-1_arm64.changes
-dpkg-genchanges: info: binary-only upload (no source code included)
- dpkg-source --after-build golang-1.7-1.7.4
-dpkg-buildpackage: info: binary-only upload (no source included)
+FAILED
+debian/rules:57: 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.7-1.7.4/2nd'
+debian/rules:22: recipe for target 'build' failed
+make: *** [build] Error 2
+dpkg-buildpackage: error: debian/rules build gave error exit status 2
I: copying local configuration
+E: Failed autobuilding of package
+I: user script /srv/workspace/pbuilder/17768/tmp/hooks/C01_cleanup starting
+debug output: disk usage on i-capture-the-hostname at Tue Feb 20 12:48:58 UTC 2018
+Filesystem Size Used Avail Use% Mounted on
+tmpfs 32G 0 32G 0% /run/shm
+tmpfs 32G 12K 32G 1% /dev/shm
+
+I: user script /srv/workspace/pbuilder/17768/tmp/hooks/C01_cleanup finished
I: unmounting /dev/shm filesystem
I: unmounting dev/pts filesystem
I: unmounting run/shm filesystem
I: unmounting proc filesystem
I: unmounting sys filesystem
I: cleaning the build env
-I: removing directory /srv/workspace/pbuilder/6529 and its subdirectories
-I: Current time: Tue Jan 17 17:54:27 -12 2017
-I: pbuilder-time-stamp: 1484718867
+I: removing directory /srv/workspace/pbuilder/17768 and its subdirectories
Starting cleanup.
/srv/reproducible-results/rbuild-debian-ZddAOKVy/tmp.XxxkWonPKA: 74.2% -- replaced with /srv/reproducible-results/rbuild-debian-ZddAOKVy/tmp.XxxkWonPKA.gz
INFO: Starting at 2017-01-18 06:26:04.383386
CRITICAL: buildinfo not detected at /var/lib/jenkins/userContent/reproducible/debian/buildinfo/unstable/arm64/golang-1.7_1.7.4-1_arm64.buildinfo
CRITICAL: https://tests.reproducible-builds.org/debian/unstable/arm64/golang-1.7 didn't produce a buildlog, even though it has been built.
CRITICAL: https://tests.reproducible-builds.org/debian/unstable/arm64/golang-1.7 is unreproducible, but without diffoscope output.
INFO: Finished at 2017-01-18 06:26:05.115393, took: 0:00:00.732030
All cleanup done.
Wed 18 Jan 06:26:05 UTC 2017 - /srv/jenkins/bin/reproducible_build.sh stopped running as /tmp/jenkins-script-1MQdYMPq, which will now be removed.
Build step 'Execute shell' marked build as failure
More information about the Qa-jenkins-scm
mailing list