[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_arm64_22 #1994

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Fri Jan 6 01:49:47 UTC 2017


https://jenkins.debian.net/job/reproducible_builder_arm64_22/1994/------------------------------------------
[...truncated 350.87 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.029s
=== 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.01s)
	suite_test.go:80: 
=== RUN   TestSuiteGetters
--- PASS: TestSuiteGetters (0.00s)
=== RUN   TestSuiteLogging
--- PASS: TestSuiteLogging (0.00s)
PASS
ok  	github.com/stretchr/testify/suite	0.024s
 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/24778/tmp/hooks/B01_cleanup starting
I: user script /srv/workspace/pbuilder/24778/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/24778 and its subdirectories
I: Current time: Thu Feb  8 22:12:40 +14 2018
I: pbuilder-time-stamp: 1518077560
+ PRESULT=0
+ set -e
+ '[' 0 -eq 124 ']'
+ false
+ set +x
Thu Feb  8 08:12:40 UTC 2018  I: Signing ./b2/golang-testify_1.1.4+ds-1_arm64.buildinfo as golang-testify_1.1.4+ds-1_arm64.buildinfo.asc
Thu Feb  8 08:12:40 UTC 2018  I: Signed ./b2/golang-testify_1.1.4+ds-1_arm64.buildinfo as ./b2/golang-testify_1.1.4+ds-1_arm64.buildinfo.asc
Thu Feb  8 08:12:40 UTC 2018 - build #2 for golang-testify/unstable/arm64 on codethink-sled15-arm64 done.
Starting cleanup.
/srv/reproducible-results/rbuild-debian-CntjTMit/tmp.uSpq6mqIZZ:	 59.6% -- replaced with /srv/reproducible-results/rbuild-debian-CntjTMit/tmp.uSpq6mqIZZ.gz
All cleanup done.
Thu Feb  8 08:12:40 UTC 2018 - /srv/jenkins/bin/reproducible_build.sh stopped running as /tmp/jenkins-script-YTxcUm6g, which will now be removed.
/srv/reproducible-results/rbuild-debian-nUNQY1xu:
total 56
drwxr-xr-x 2 jenkins jenkins  4096 Jan  6 01:48 b1
drwxr-xr-x 2 jenkins jenkins  4096 Jan  6 01:49 b2
-rw-r--r-- 1 jenkins jenkins  2277 Dec 30 01:22 golang-testify_1.1.4+ds-1.dsc
-rw------- 1 jenkins jenkins 44408 Jan  6 01:48 tmp.baSC8maQkK

/srv/reproducible-results/rbuild-debian-nUNQY1xu/b1:
total 96
-rw-r--r-- 1 jenkins jenkins 40698 Jan  6 01:48 build.log
-rw-r--r-- 1 jenkins jenkins 36480 Jan  6 01:48 golang-github-stretchr-testify-dev_1.1.4+ds-1_all.deb
-rw-r--r-- 1 jenkins jenkins  4434 Jan  6 01:48 golang-testify_1.1.4+ds-1_arm64.buildinfo
-rw-r--r-- 1 jenkins jenkins  5300 Jan  6 01:48 golang-testify_1.1.4+ds-1_arm64.buildinfo.asc
-rw-r--r-- 1 jenkins jenkins  1290 Jan  6 01:48 golang-testify_1.1.4+ds-1_arm64.changes

/srv/reproducible-results/rbuild-debian-nUNQY1xu/b2:
total 324
-rw-r--r-- 1 jenkins jenkins 268857 Jan  6 01:49 build.log
-rw-r--r-- 1 jenkins jenkins  36480 Jan  6 01:49 golang-github-stretchr-testify-dev_1.1.4+ds-1_all.deb
-rw-r--r-- 1 jenkins jenkins   4434 Jan  6 01:49 golang-testify_1.1.4+ds-1_arm64.buildinfo
-rw-r--r-- 1 jenkins jenkins   5300 Jan  6 01:49 golang-testify_1.1.4+ds-1_arm64.buildinfo.asc
-rw-r--r-- 1 jenkins jenkins   1290 Jan  6 01:49 golang-testify_1.1.4+ds-1_arm64.changes
Fri Jan  6 01:49:46 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
 c62f3f8a98609723f994c9909035c4d62b6922d1 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
 cf4fd072a219743f9e2049d4b1f22466fd4064d07f818dd2923ccb3a705d963e 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
 a0b8fc51e78ee3dc9abf60713549314d 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-nUNQY1xu/tmp.baSC8maQkK:	 80.1% -- replaced with /srv/reproducible-results/rbuild-debian-nUNQY1xu/tmp.baSC8maQkK.gz
INFO: Starting at 2017-01-06 01:49:47.103081
INFO: Finished at 2017-01-06 01:49:47.514644, took: 0:00:00.411575
All cleanup done.
Fri  6 Jan 01:49:47 UTC 2017 - /srv/jenkins/bin/reproducible_build.sh stopped running as /tmp/jenkins-script-Q6zz30YY, which will now be removed.
Build step 'Execute shell' marked build as failure



More information about the Qa-jenkins-scm mailing list