[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_arm64_28 #1889

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Fri Jan 6 02:01:13 UTC 2017


https://jenkins.debian.net/job/reproducible_builder_arm64_28/1889/------------------------------------------
[...truncated 575.80 KB...]
=== RUN   TestErrorWrapper
--- PASS: TestErrorWrapper (0.00s)
=== RUN   TestEqualErrorWrapper
--- PASS: TestEqualErrorWrapper (0.00s)
=== RUN   TestEmptyWrapper
--- PASS: TestEmptyWrapper (0.00s)
=== RUN   TestNotEmptyWrapper
--- PASS: TestNotEmptyWrapper (0.00s)
=== RUN   TestWithinDurationWrapper
--- PASS: TestWithinDurationWrapper (0.00s)
=== RUN   TestInDeltaWrapper
--- PASS: TestInDeltaWrapper (0.00s)
=== RUN   TestZeroWrapper
--- PASS: TestZeroWrapper (0.00s)
=== RUN   TestNotZeroWrapper
--- PASS: TestNotZeroWrapper (0.00s)
=== RUN   TestJSONEqWrapper_EqualSONString
--- PASS: TestJSONEqWrapper_EqualSONString (0.00s)
=== RUN   TestJSONEqWrapper_EquivalentButNotEqual
--- PASS: TestJSONEqWrapper_EquivalentButNotEqual (0.00s)
=== RUN   TestJSONEqWrapper_HashOfArraysAndHashes
--- PASS: TestJSONEqWrapper_HashOfArraysAndHashes (0.00s)
=== RUN   TestJSONEqWrapper_Array
--- PASS: TestJSONEqWrapper_Array (0.00s)
=== RUN   TestJSONEqWrapper_HashAndArrayNotEquivalent
--- PASS: TestJSONEqWrapper_HashAndArrayNotEquivalent (0.00s)
=== RUN   TestJSONEqWrapper_HashesNotEquivalent
--- PASS: TestJSONEqWrapper_HashesNotEquivalent (0.00s)
=== RUN   TestJSONEqWrapper_ActualIsNotJSON
--- PASS: TestJSONEqWrapper_ActualIsNotJSON (0.00s)
=== RUN   TestJSONEqWrapper_ExpectedIsNotJSON
--- PASS: TestJSONEqWrapper_ExpectedIsNotJSON (0.00s)
=== RUN   TestJSONEqWrapper_ExpectedAndActualNotJSON
--- PASS: TestJSONEqWrapper_ExpectedAndActualNotJSON (0.00s)
=== RUN   TestJSONEqWrapper_ArraysOfDifferentOrder
--- PASS: TestJSONEqWrapper_ArraysOfDifferentOrder (0.00s)
=== RUN   TestImplements
--- PASS: TestImplements (0.00s)
=== RUN   TestIsType
--- PASS: TestIsType (0.00s)
=== RUN   TestEqual
--- PASS: TestEqual (0.00s)
=== RUN   TestNotEqual
--- PASS: TestNotEqual (0.00s)
=== RUN   TestExactly
--- PASS: TestExactly (0.00s)
=== RUN   TestNotNil
--- PASS: TestNotNil (0.00s)
=== RUN   TestNil
--- PASS: TestNil (0.00s)
=== RUN   TestTrue
--- PASS: TestTrue (0.00s)
=== RUN   TestFalse
--- PASS: TestFalse (0.00s)
=== RUN   TestContains
--- PASS: TestContains (0.00s)
=== RUN   TestNotContains
--- PASS: TestNotContains (0.00s)
=== RUN   TestPanics
--- PASS: TestPanics (0.00s)
=== RUN   TestNotPanics
--- PASS: TestNotPanics (0.00s)
=== RUN   TestNoError
--- PASS: TestNoError (0.00s)
=== RUN   TestError
--- PASS: TestError (0.00s)
=== RUN   TestEqualError
--- PASS: TestEqualError (0.00s)
=== RUN   TestEmpty
--- PASS: TestEmpty (0.00s)
=== RUN   TestNotEmpty
--- PASS: TestNotEmpty (0.00s)
=== RUN   TestWithinDuration
--- PASS: TestWithinDuration (0.00s)
=== RUN   TestInDelta
--- PASS: TestInDelta (0.00s)
=== RUN   TestZero
--- PASS: TestZero (0.00s)
=== RUN   TestNotZero
--- PASS: TestNotZero (0.00s)
=== RUN   TestJSONEq_EqualSONString
--- PASS: TestJSONEq_EqualSONString (0.00s)
=== RUN   TestJSONEq_EquivalentButNotEqual
--- PASS: TestJSONEq_EquivalentButNotEqual (0.00s)
=== RUN   TestJSONEq_HashOfArraysAndHashes
--- PASS: TestJSONEq_HashOfArraysAndHashes (0.00s)
=== RUN   TestJSONEq_Array
--- PASS: TestJSONEq_Array (0.00s)
=== RUN   TestJSONEq_HashAndArrayNotEquivalent
--- PASS: TestJSONEq_HashAndArrayNotEquivalent (0.00s)
=== RUN   TestJSONEq_HashesNotEquivalent
--- PASS: TestJSONEq_HashesNotEquivalent (0.00s)
=== RUN   TestJSONEq_ActualIsNotJSON
--- PASS: TestJSONEq_ActualIsNotJSON (0.00s)
=== RUN   TestJSONEq_ExpectedIsNotJSON
--- PASS: TestJSONEq_ExpectedIsNotJSON (0.00s)
=== RUN   TestJSONEq_ExpectedAndActualNotJSON
--- PASS: TestJSONEq_ExpectedAndActualNotJSON (0.00s)
=== RUN   TestJSONEq_ArraysOfDifferentOrder
--- PASS: TestJSONEq_ArraysOfDifferentOrder (0.00s)
PASS
ok  	github.com/stretchr/testify/require	0.024s
=== RUN   TestSuiteRequireTwice
=== RUN   TestSuiteRequireTwice
=== RUN   TestRequireOne
--- FAIL: TestRequireOne (0.00s)
	assertions.go:241:                         	Error Trace:	suite_test.go:35
			Error:		Not equal: 1 (expected)
			        != 2 (actual)
		
=== RUN   TestRequireTwo
--- FAIL: TestRequireTwo (0.00s)
	assertions.go:241:                         	Error Trace:	suite_test.go:40
			Error:		Not equal: 1 (expected)
			        != 2 (actual)
		
--- FAIL: TestSuiteRequireTwice (0.00s)
--- PASS: TestSuiteRequireTwice (0.00s)
=== RUN   TestRunSuite
=== RUN   TestOne
--- PASS: TestOne (0.00s)
=== RUN   TestSkip
--- SKIP: TestSkip (0.00s)
	suite_test.go:123: 
=== RUN   TestTwo
--- PASS: TestTwo (0.00s)
--- SKIP: TestRunSuite (0.00s)
	suite_test.go:80: 
=== RUN   TestSuiteGetters
--- PASS: TestSuiteGetters (0.00s)
=== RUN   TestSuiteLogging
--- PASS: TestSuiteLogging (0.00s)
PASS
ok  	github.com/stretchr/testify/suite	0.022s
 fakeroot debian/rules binary
dh binary --buildsystem=golang --with=golang
   dh_testroot -O--buildsystem=golang
   dh_prep -O--buildsystem=golang
   dh_auto_install -O--buildsystem=golang
	mkdir -p /build/golang-testify-1.1.4\+ds/2nd/debian/golang-github-stretchr-testify-dev/usr/share/gocode/src/github.com/stretchr/testify
	cp -r -T src/github.com/stretchr/testify /build/golang-testify-1.1.4\+ds/2nd/debian/golang-github-stretchr-testify-dev/usr/share/gocode/src/github.com/stretchr/testify
   dh_installdocs -O--buildsystem=golang
   dh_installchangelogs -O--buildsystem=golang
   dh_perl -O--buildsystem=golang
   dh_link -O--buildsystem=golang
   dh_strip_nondeterminism -O--buildsystem=golang
   dh_compress -O--buildsystem=golang
   dh_fixperms -O--buildsystem=golang
   dh_installdeb -O--buildsystem=golang
   dh_golang -O--buildsystem=golang
   dh_gencontrol -O--buildsystem=golang
dpkg-gencontrol: warning: Depends field of package golang-github-stretchr-testify-dev: unknown substitution variable ${shlibs:Depends}
dpkg-gencontrol: warning: File::FcntlLock not available; using flock which is not NFS-safe
dpkg-gencontrol: warning: package golang-github-stretchr-testify-dev: unused substitution variable ${misc:Built-Using}
   dh_md5sums -O--buildsystem=golang
   dh_builddeb -u-Zxz -O--buildsystem=golang
dpkg-deb: building package 'golang-github-stretchr-testify-dev' in '../golang-github-stretchr-testify-dev_1.1.4+ds-1_all.deb'.
 dpkg-genbuildinfo --build=binary
dpkg-genbuildinfo: warning: File::FcntlLock not available; using flock which is not NFS-safe
 dpkg-genchanges --build=binary >../golang-testify_1.1.4+ds-1_arm64.changes
dpkg-genchanges: info: binary-only upload (no source code included)
 dpkg-source --after-build 2nd
dpkg-buildpackage: info: binary-only upload (no source included)
I: copying local configuration
I: user script /srv/workspace/pbuilder/23232/tmp/hooks/B01_cleanup starting
I: user script /srv/workspace/pbuilder/23232/tmp/hooks/B01_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/23232 and its subdirectories
I: Current time: Fri Jan  6 16:00:57 +14 2017
I: pbuilder-time-stamp: 1483668057
+ PRESULT=0
+ set -e
+ '[' 0 -eq 124 ']'
+ false
+ set +x
Fri Jan  6 02:00:57 UTC 2017  I: Signing ./b2/golang-testify_1.1.4+ds-1_arm64.buildinfo as golang-testify_1.1.4+ds-1_arm64.buildinfo.asc
Fri Jan  6 02:00:58 UTC 2017  I: Signed ./b2/golang-testify_1.1.4+ds-1_arm64.buildinfo as ./b2/golang-testify_1.1.4+ds-1_arm64.buildinfo.asc
Fri Jan  6 02:00:58 UTC 2017 - build #2 for golang-testify/unstable/arm64 on codethink-sled10-arm64 done.
Starting cleanup.
/srv/reproducible-results/rbuild-debian-GgZ4ufaA/tmp.ZM9FQOI5tW:	 59.1% -- replaced with /srv/reproducible-results/rbuild-debian-GgZ4ufaA/tmp.ZM9FQOI5tW.gz
All cleanup done.
Fri Jan  6 02:00:58 UTC 2017 - /srv/jenkins/bin/reproducible_build.sh stopped running as /tmp/jenkins-script-rcshAF1U, which will now be removed.
/srv/reproducible-results/rbuild-debian-saZTq7op:
total 284
drwxr-xr-x 2 jenkins jenkins   4096 Jan  6 02:00 b1
drwxr-xr-x 2 jenkins jenkins   4096 Jan  6 02:01 b2
-rw-r--r-- 1 jenkins jenkins   2277 Dec 30 01:22 golang-testify_1.1.4+ds-1.dsc
-rw------- 1 jenkins jenkins 273064 Jan  6 02:00 tmp.YG38Gzh0EY

/srv/reproducible-results/rbuild-debian-saZTq7op/b1:
total 324
-rw-r--r-- 1 jenkins jenkins 269354 Jan  6 02:00 build.log
-rw-r--r-- 1 jenkins jenkins  36480 Jan  6 02:00 golang-github-stretchr-testify-dev_1.1.4+ds-1_all.deb
-rw-r--r-- 1 jenkins jenkins   4434 Jan  6 02:00 golang-testify_1.1.4+ds-1_arm64.buildinfo
-rw-r--r-- 1 jenkins jenkins   5300 Jan  6 02:00 golang-testify_1.1.4+ds-1_arm64.buildinfo.asc
-rw-r--r-- 1 jenkins jenkins   1290 Jan  6 02:00 golang-testify_1.1.4+ds-1_arm64.changes

/srv/reproducible-results/rbuild-debian-saZTq7op/b2:
total 100
-rw-r--r-- 1 jenkins jenkins 41851 Jan  6 02:01 build.log
-rw-r--r-- 1 jenkins jenkins 36480 Jan  6 02:01 golang-github-stretchr-testify-dev_1.1.4+ds-1_all.deb
-rw-r--r-- 1 jenkins jenkins  4434 Jan  6 02:01 golang-testify_1.1.4+ds-1_arm64.buildinfo
-rw-r--r-- 1 jenkins jenkins  5300 Jan  6 02:01 golang-testify_1.1.4+ds-1_arm64.buildinfo.asc
-rw-r--r-- 1 jenkins jenkins  1290 Jan  6 02:01 golang-testify_1.1.4+ds-1_arm64.changes
Fri Jan  6 02:01:12 UTC 2017  I: golang-testify_1.1.4+ds-1_arm64.changes:
Format: 1.8
Date: Thu, 29 Dec 2016 18:14:26 -0700
Source: golang-testify
Binary: golang-github-stretchr-testify-dev
Architecture: all
Version: 1.1.4+ds-1
Distribution: unstable
Urgency: medium
Maintainer: pkg-go <pkg-go-maintainers at lists.alioth.debian.org>
Changed-By: Anthony Fok <foka at debian.org>
Description:
 golang-github-stretchr-testify-dev - sacred extension to the standard Go testing package
Changes:
 golang-testify (1.1.4+ds-1) unstable; urgency=medium
 .
   * New upstream release.
   * Revise debian/watch and debian/copyright to facilitate repacking
     of upstream tarballs to remove vendor/ directory.
Checksums-Sha1:
 d2137bcb3da523cf73c414fd307709c5d416d429 36480 golang-github-stretchr-testify-dev_1.1.4+ds-1_all.deb
 506a9c946697bdc184041b12d58c1c6adb192520 4434 golang-testify_1.1.4+ds-1_arm64.buildinfo
Checksums-Sha256:
 1af74f8e199bf49b7e840ea3cd73a5f0f88ec543872c0eb7da27232954be3ff7 36480 golang-github-stretchr-testify-dev_1.1.4+ds-1_all.deb
 4d5d0a7761010a21fd0c167b5a2cbfe4820f89a3952cdecec6dd05ddf66ac1b7 4434 golang-testify_1.1.4+ds-1_arm64.buildinfo
Files:
 fae268906e2f33d37c0e5a8644766bfe 36480 devel extra golang-github-stretchr-testify-dev_1.1.4+ds-1_all.deb
 14ffae82f8d6665c1303ce4eb8f529c1 4434 devel extra golang-testify_1.1.4+ds-1_arm64.buildinfo
removed ‘/var/lib/jenkins/userContent/reproducible/debian/logdiffs/unstable/arm64/golang-testify_1.1.4+ds-1.diff’
Diff of the two buildlogs:

--
tee: /var/lib/jenkins/userContent/reproducible/debian/logdiffs/unstable/arm64/golang-testify_1.1.4+ds-1.diff: No space left on device
Starting cleanup.
/srv/reproducible-results/rbuild-debian-saZTq7op/tmp.YG38Gzh0EY:	 88.4% -- replaced with /srv/reproducible-results/rbuild-debian-saZTq7op/tmp.YG38Gzh0EY.gz
INFO: Starting at 2017-01-06 02:01:12.848618
INFO: Finished at 2017-01-06 02:01:13.197207, took: 0:00:00.348605
All cleanup done.
Fri  6 Jan 02:01:13 UTC 2017 - /srv/jenkins/bin/reproducible_build.sh stopped running as /tmp/jenkins-script-Tk4gxL4G, which will now be removed.
Build step 'Execute shell' marked build as failure



More information about the Qa-jenkins-scm mailing list