[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_armhf_26 #15751

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Thu Feb 16 07:05:15 UTC 2017


https://jenkins.debian.net/job/reproducible_builder_armhf_26/15751/------------------------------------------
[...truncated 126.42 KB...]
 dpkg-buildpackage: warning: --buildinfo-id is deprecated, it is without effect
 dpkg-buildpackage: info: source package golang-github-jacobsa-crypto
 dpkg-buildpackage: info: source version 0.0~git20161111.0.293ce0c-3
@@ -346,7 +360,7 @@
    dh_update_autotools_config -O--buildsystem=golang
    dh_auto_configure -O--buildsystem=golang
    debian/rules override_dh_auto_build
-make[1]: Entering directory '/build/1st/golang-github-jacobsa-crypto-0.0~git20161111.0.293ce0c'
+make[1]: Entering directory '/build/2nd/golang-github-jacobsa-crypto-0.0~git20161111.0.293ce0c'
 I: golang-github-jacobsa-crypto_0.0~git20161111.0.293ce0c
 # the aes_locl.h file in this directory is OpenSSL licensed
 rm -rf obj-*/src/github.com/jacobsa/crypto/testing/gencases
@@ -358,7 +372,7 @@
 github.com/jacobsa/crypto/testing
 cp -r testing/cases obj-*/src/github.com/jacobsa/crypto/testing/
 rm -f obj-*/bin/gencases
-make[1]: Leaving directory '/build/1st/golang-github-jacobsa-crypto-0.0~git20161111.0.293ce0c'
+make[1]: Leaving directory '/build/2nd/golang-github-jacobsa-crypto-0.0~git20161111.0.293ce0c'
    dh_auto_test -O--buildsystem=golang
 	go test -v -p 1 github.com/jacobsa/crypto/cmac github.com/jacobsa/crypto/common github.com/jacobsa/crypto/siv github.com/jacobsa/crypto/testing
 === RUN   TestSubkey
@@ -372,7 +386,7 @@
 [ RUN      ] SubkeyTest.NistTestCaseD3
 [       OK ] SubkeyTest.NistTestCaseD3
 [ RUN      ] SubkeyTest.GeneratedTestCases
-[       OK ] SubkeyTest.GeneratedTestCases (166.289384ms)
+[       OK ] SubkeyTest.GeneratedTestCases (166.347384ms)
 [----------] Finished with tests from SubkeyTest
 [----------] Running tests from HashTest
 [ RUN      ] HashTest.NilKey
@@ -382,11 +396,11 @@
 [ RUN      ] HashTest.LongKey
 [       OK ] HashTest.LongKey
 [ RUN      ] HashTest.SumAppendsToSlice
-[       OK ] HashTest.SumAppendsToSlice (42.832966ms)
+[       OK ] HashTest.SumAppendsToSlice (37.139461ms)
 [ RUN      ] HashTest.SumDoesntAffectState
-[       OK ] HashTest.SumDoesntAffectState (41.06214ms)
+[       OK ] HashTest.SumDoesntAffectState (35.867238ms)
 [ RUN      ] HashTest.Reset
-[       OK ] HashTest.Reset (40.521559ms)
+[       OK ] HashTest.Reset (36.686221ms)
 [ RUN      ] HashTest.Size
 [       OK ] HashTest.Size
 [ RUN      ] HashTest.BlockSize
@@ -400,13 +414,13 @@
 [ RUN      ] HashTest.NistTestCaseD3
 [       OK ] HashTest.NistTestCaseD3
 [ RUN      ] HashTest.GeneratedTestCases
-[       OK ] HashTest.GeneratedTestCases (232.887822ms)
+[       OK ] HashTest.GeneratedTestCases (298.81928ms)
 [----------] Finished with tests from HashTest
---- PASS: TestSubkey (0.53s)
+--- PASS: TestSubkey (0.58s)
 === RUN   TestHash
 --- PASS: TestHash (0.00s)
 PASS
-ok  	github.com/jacobsa/crypto/cmac	0.544s
+ok  	github.com/jacobsa/crypto/cmac	0.587s
 === RUN   TestMsb
 [----------] Running tests from MsbTest
 [ RUN      ] MsbTest.NilBuffer
@@ -442,7 +456,7 @@
 [----------] Finished with tests from ShiftLeftTest
 [----------] Running tests from XorTest
 [ RUN      ] XorTest.LengthsNotEqual
-2017/02/16 07:02:44 Bad buffer lengths: 1, 1, 2
+2017/02/16 07:04:34 Bad buffer lengths: 1, 1, 2
 [       OK ] XorTest.LengthsNotEqual
 [ RUN      ] XorTest.NilBuffers
 [       OK ] XorTest.NilBuffers
@@ -489,11 +503,11 @@
 [ RUN      ] S2vTest.Rfc5297GoldenTestCaseA2
 [       OK ] S2vTest.Rfc5297GoldenTestCaseA2
 [ RUN      ] S2vTest.GeneratedTestCases
-[       OK ] S2vTest.GeneratedTestCases (83.692106ms)
+[       OK ] S2vTest.GeneratedTestCases (99.706466ms)
 [----------] Finished with tests from S2vTest
 [----------] Running tests from XorendTest
 [ RUN      ] XorendTest.AIsShorterThanB
-2017/02/16 07:02:46 Bad buffer lengths: 1, 1, 2
+2017/02/16 07:04:35 Bad buffer lengths: 1, 1, 2
 [       OK ] XorendTest.AIsShorterThanB
 [ RUN      ] XorendTest.BothAreNil
 [       OK ] XorendTest.BothAreNil
@@ -522,21 +536,21 @@
 [ RUN      ] DecryptTest.TooMuchAssociatedData
 [       OK ] DecryptTest.TooMuchAssociatedData
 [ RUN      ] DecryptTest.DoesntClobberAssociatedSlice
-[       OK ] DecryptTest.DoesntClobberAssociatedSlice (76.672639ms)
+[       OK ] DecryptTest.DoesntClobberAssociatedSlice (87.594098ms)
 [ RUN      ] DecryptTest.WrongKey
-[       OK ] DecryptTest.WrongKey (75.82881ms)
+[       OK ] DecryptTest.WrongKey (97.7433ms)
 [ RUN      ] DecryptTest.CorruptedSiv
-[       OK ] DecryptTest.CorruptedSiv (78.612963ms)
+[       OK ] DecryptTest.CorruptedSiv (83.893801ms)
 [ RUN      ] DecryptTest.CorruptedCiphertext
-[       OK ] DecryptTest.CorruptedCiphertext (80.03329ms)
+[       OK ] DecryptTest.CorruptedCiphertext (108.902521ms)
 [ RUN      ] DecryptTest.CorruptedAssociatedData
-[       OK ] DecryptTest.CorruptedAssociatedData (95.391385ms)
+[       OK ] DecryptTest.CorruptedAssociatedData (98.807276ms)
 [ RUN      ] DecryptTest.Rfc5297TestCaseA1
 [       OK ] DecryptTest.Rfc5297TestCaseA1
 [ RUN      ] DecryptTest.Rfc5297TestCaseA2
 [       OK ] DecryptTest.Rfc5297TestCaseA2
 [ RUN      ] DecryptTest.GeneratedTestCases
-[       OK ] DecryptTest.GeneratedTestCases (403.581435ms)
+[       OK ] DecryptTest.GeneratedTestCases (510.280122ms)
 [----------] Finished with tests from DecryptTest
 [----------] Running tests from EncryptTest
 [ RUN      ] EncryptTest.NilKey
@@ -552,15 +566,15 @@
 [ RUN      ] EncryptTest.DoesntClobberAssociatedSlice
 [       OK ] EncryptTest.DoesntClobberAssociatedSlice
 [ RUN      ] EncryptTest.OutputIsDeterministic
-[       OK ] EncryptTest.OutputIsDeterministic (86.624426ms)
+[       OK ] EncryptTest.OutputIsDeterministic (118.536066ms)
 [ RUN      ] EncryptTest.Rfc5297TestCaseA1
 [       OK ] EncryptTest.Rfc5297TestCaseA1
 [ RUN      ] EncryptTest.Rfc5297TestCaseA2
 [       OK ] EncryptTest.Rfc5297TestCaseA2
 [ RUN      ] EncryptTest.GeneratedTestCases
-[       OK ] EncryptTest.GeneratedTestCases (428.898149ms)
+[       OK ] EncryptTest.GeneratedTestCases (571.168621ms)
 [----------] Finished with tests from EncryptTest
---- PASS: TestDbl (1.42s)
+--- PASS: TestDbl (1.79s)
 === RUN   TestS2v
 --- PASS: TestS2v (0.00s)
 === RUN   TestXorend
@@ -570,7 +584,7 @@
 === RUN   TestEncrypt
 --- PASS: TestEncrypt (0.00s)
 PASS
-ok  	github.com/jacobsa/crypto/siv	1.433s
+ok  	github.com/jacobsa/crypto/siv	1.799s
 ?   	github.com/jacobsa/crypto/testing	[no test files]
    create-stamp debian/debhelper-build-stamp
  fakeroot debian/rules binary
@@ -580,8 +594,8 @@
    dh_testroot -O--buildsystem=golang
    dh_prep -O--buildsystem=golang
    dh_auto_install -O--buildsystem=golang
-	mkdir -p /build/1st/golang-github-jacobsa-crypto-0.0\~git20161111.0.293ce0c/debian/golang-github-jacobsa-crypto-dev/usr/share/gocode/src/github.com/jacobsa/crypto
-	cp -r -T src/github.com/jacobsa/crypto /build/1st/golang-github-jacobsa-crypto-0.0\~git20161111.0.293ce0c/debian/golang-github-jacobsa-crypto-dev/usr/share/gocode/src/github.com/jacobsa/crypto
+	mkdir -p /build/2nd/golang-github-jacobsa-crypto-0.0\~git20161111.0.293ce0c/debian/golang-github-jacobsa-crypto-dev/usr/share/gocode/src/github.com/jacobsa/crypto
+	cp -r -T src/github.com/jacobsa/crypto /build/2nd/golang-github-jacobsa-crypto-0.0\~git20161111.0.293ce0c/debian/golang-github-jacobsa-crypto-dev/usr/share/gocode/src/github.com/jacobsa/crypto
    dh_installdocs -O--buildsystem=golang
    dh_installchangelogs -O--buildsystem=golang
    dh_perl -O--buildsystem=golang
@@ -603,12 +617,14 @@
  dpkg-source --after-build golang-github-jacobsa-crypto-0.0~git20161111.0.293ce0c
 dpkg-buildpackage: info: binary-only upload (no source included)
 I: copying local configuration
+I: user script /srv/workspace/pbuilder/10886/tmp/hooks/B01_cleanup starting
+I: user script /srv/workspace/pbuilder/10886/tmp/hooks/B01_cleanup finished
 I: unmounting /dev/shm filesystem
 I: unmounting dev/pts filesystem
 I: unmounting dev/shm filesystem
 I: unmounting proc filesystem
 I: unmounting sys filesystem
 I: cleaning the build env 
-I: removing directory /srv/workspace/pbuilder/19079 and its subdirectories
-I: Current time: Wed Feb 15 19:02:59 -12 2017
-I: pbuilder-time-stamp: 1487228579
+I: removing directory /srv/workspace/pbuilder/10886 and its subdirectories
+I: Current time: Thu Feb 16 21:04:49 +14 2017
+I: pbuilder-time-stamp: 1487228689

Compressing the 2nd log...
/var/lib/jenkins/userContent/reproducible/debian/logdiffs/unstable/armhf/golang-github-jacobsa-crypto_0.0~git20161111.0.293ce0c-3.diff:	 73.4% -- replaced with /var/lib/jenkins/userContent/reproducible/debian/logdiffs/unstable/armhf/golang-github-jacobsa-crypto_0.0~git20161111.0.293ce0c-3.diff.gz
b2/build.log:	 80.6%
+ echo 'Compressing the 1st log...'
Compressing the 1st log...
+ gzip -9cvn b1/build.log
b1/build.log:	 80.9%
+ chmod 644 /var/lib/jenkins/userContent/reproducible/debian/logs/unstable/armhf/golang-github-jacobsa-crypto_0.0~git20161111.0.293ce0c-3.build1.log.gz
+ update_rbuildlog
+ chmod 644 /srv/reproducible-results/rbuild-debian-vcfGp3M0/tmp.rmzC799X7X
+ mv /srv/reproducible-results/rbuild-debian-vcfGp3M0/tmp.rmzC799X7X /var/lib/jenkins/userContent/reproducible/debian/rbuild/unstable/armhf/golang-github-jacobsa-crypto_0.0~git20161111.0.293ce0c-3.rbuild.log
+ RBUILDLOG=/var/lib/jenkins/userContent/reproducible/debian/rbuild/unstable/armhf/golang-github-jacobsa-crypto_0.0~git20161111.0.293ce0c-3.rbuild.log
+ '[' 0 -eq 1 ']'
+ '[' 0 -eq 0 ']'
+ filter_changes_files
+ sed -i -e '/^ [a-f0-9]\{32,64\} .*\.buildinfo$/d' b1/golang-github-jacobsa-crypto_0.0~git20161111.0.293ce0c-3_armhf.changes b2/golang-github-jacobsa-crypto_0.0~git20161111.0.293ce0c-3_armhf.changes
+ call_diffoscope_on_changes_files
++ mktemp --tmpdir=/srv/reproducible-results/rbuild-debian-vcfGp3M0
+ local TMPLOG=/srv/reproducible-results/rbuild-debian-vcfGp3M0/tmp.eHKbIUApjm
+ local TIMEOUT=120m
+ DBDSUITE=unstable
+ '[' unstable = experimental ']'
+ set -x
++ mktemp --tmpdir=/srv/reproducible-results/rbuild-debian-vcfGp3M0 -d dbd-tmp-XXXXXXX
+ local TEMP=/srv/reproducible-results/rbuild-debian-vcfGp3M0/dbd-tmp-o7e7jRi
++ schroot --directory /srv/reproducible-results/rbuild-debian-vcfGp3M0 -c source:jenkins-reproducible-unstable-diffoscope diffoscope -- --version
+ DIFFOSCOPE='diffoscope 77'
++ grep '^E: 15binfmt: update-binfmts: unable to open'
++ echo diffoscope 77
++ true
+ LOG_RESULT=
+ '[' '!' -z '' ']'
+ log_info 'diffoscope 77 will be used to compare the two builds:'
+ _log I: 'diffoscope 77 will be used to compare the two builds:'
+ local prefix=I:
+ shift 1
+ tee -a /var/lib/jenkins/userContent/reproducible/debian/rbuild/unstable/armhf/golang-github-jacobsa-crypto_0.0~git20161111.0.293ce0c-3.rbuild.log
++ date -u
+ echo -e 'Thu Feb 16 07:05:12 UTC 2017  I: diffoscope 77 will be used to compare the two builds:'
Thu Feb 16 07:05:12 UTC 2017  I: diffoscope 77 will be used to compare the two builds:
+ set +e
+ set -x
+ timeout 120m nice schroot --directory /srv/reproducible-results/rbuild-debian-vcfGp3M0 -c source:jenkins-reproducible-unstable-diffoscope -- sh -c 'export TMPDIR=/srv/reproducible-results/rbuild-debian-vcfGp3M0/dbd-tmp-o7e7jRi ; diffoscope 			--html /srv/reproducible-results/rbuild-debian-vcfGp3M0/golang-github-jacobsa-crypto_0.0~git20161111.0.293ce0c-3.diffoscope.html 			--text /srv/reproducible-results/rbuild-debian-vcfGp3M0/golang-github-jacobsa-crypto_0.0~git20161111.0.293ce0c-3.diffoscope.txt 			--profile=- 			/srv/reproducible-results/rbuild-debian-vcfGp3M0/b1/golang-github-jacobsa-crypto_0.0~git20161111.0.293ce0c-3_armhf.changes 			/srv/reproducible-results/rbuild-debian-vcfGp3M0/b2/golang-github-jacobsa-crypto_0.0~git20161111.0.293ce0c-3_armhf.changes'
+ RESULT=0
++ grep '^E: 15binfmt: update-binfmts: unable to open' /srv/reproducible-results/rbuild-debian-vcfGp3M0/tmp.eHKbIUApjm
++ true
+ LOG_RESULT=
+ '[' '!' -z '' ']'
+ false
+ set +x
Profiling output for: /usr/bin/diffoscope --html /srv/reproducible-results/rbuild-debian-vcfGp3M0/golang-github-jacobsa-crypto_0.0~git20161111.0.293ce0c-3.diffoscope.html --text /srv/reproducible-results/rbuild-debian-vcfGp3M0/golang-github-jacobsa-crypto_0.0~git20161111.0.293ce0c-3.diffoscope.txt --profile=- /srv/reproducible-results/rbuild-debian-vcfGp3M0/b1/golang-github-jacobsa-crypto_0.0~git20161111.0.293ce0c-3_armhf.changes /srv/reproducible-results/rbuild-debian-vcfGp3M0/b2/golang-github-jacobsa-crypto_0.0~git20161111.0.293ce0c-3_armhf.changes
============================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================

command (total time: 0.000s)
----------------------------

       0.000s     1 call     cmp (internal)

has_same_content_as (total time: 0.000s)
----------------------------------------

       0.000s     1 call     abc.DotChangesFile

main (total time: 0.252s)
-------------------------

       0.252s     2 calls    outputs
       0.000s     1 call     cleanup

recognizes (total time: 0.024s)
-------------------------------

       0.024s    10 calls    diffoscope.comparators.binary.FilesystemFile
Starting cleanup.
/var/lib/jenkins/userContent/reproducible/debian/rbuild/unstable/armhf/golang-github-jacobsa-crypto_0.0~git20161111.0.293ce0c-3.rbuild.log:	
gzip: /var/lib/jenkins/userContent/reproducible/debian/rbuild/unstable/armhf/golang-github-jacobsa-crypto_0.0~git20161111.0.293ce0c-3.rbuild.log.gz: No space left on device
Thu 16 Feb 07:05:15 UTC 2017 - /srv/jenkins/bin/reproducible_build.sh stopped running as /tmp/jenkins-script-XehwQJbe, which will now be removed.
Build step 'Execute shell' marked build as failure



More information about the Qa-jenkins-scm mailing list