[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_amd64_9 #42
jenkins at jenkins.debian.net
jenkins at jenkins.debian.net
Mon Sep 7 01:38:27 UTC 2015
See <https://jenkins.debian.net/job/reproducible_builder_amd64_9/42/>
------------------------------------------
[...truncated 900 lines...]
test_parse_short (pgpdump.test.ParseTestCase) ... ok
test_parse_single_sig_packet (pgpdump.test.ParseTestCase) ... ok
test_parse_encrypted (pgpdump.test.SecretKeyPacketTestCase) ... ok
test_parse_plain (pgpdump.test.SecretKeyPacketTestCase)
The raw values below were extracted from the C version of pgpdump. ... ok
test_crc24 (pgpdump.test.UtilsTestCase) ... ok
test_int8 (pgpdump.test.UtilsTestCase) ... ok
test_int_bytes (pgpdump.test.UtilsTestCase) ... ok
test_key_id (pgpdump.test.UtilsTestCase) ... ok
test_mpi (pgpdump.test.UtilsTestCase) ... ok
test_same_key (pgpdump.test.UtilsTestCase) ... ok
----------------------------------------------------------------------
Ran 27 tests in 0.315s
OK
python3.4 setup.py test -vv
running test
running egg_info
writing top-level names to pgpdump.egg-info/top_level.txt
writing pgpdump.egg-info/PKG-INFO
writing dependency_links to pgpdump.egg-info/dependency_links.txt
reading manifest file 'pgpdump.egg-info/SOURCES.txt'
writing manifest file 'pgpdump.egg-info/SOURCES.txt'
running build_ext
test_parse_sessionkey_elg (pgpdump.test.EncryptedPacketsTestCase)
This file contains a public key and message encrypted with an ... ok
test_parse_sessionkey_rsa (pgpdump.test.EncryptedPacketsTestCase)
This file contains a public key and message encrypted with a RSA ... ok
test_lookup_type (pgpdump.test.PacketTestCase) ... ok
test_new_tag_length (pgpdump.test.PacketTestCase) ... ok
test_old_tag_length (pgpdump.test.PacketTestCase) ... ok
test_parse_ascii_clearsign (pgpdump.test.ParseDataTestCase)
This is a clearsigned document with an expiring signature, so tests ... ok
test_parse_dan (pgpdump.test.ParseDataTestCase)
This key has DSA and ElGamal keys, which Linus' does not have. ... ok
test_parse_junio (pgpdump.test.ParseDataTestCase)
This key has a single user attribute packet, which also uses the new ... ok
test_parse_linus_ascii (pgpdump.test.ParseDataTestCase) ... ok
test_parse_linus_binary (pgpdump.test.ParseDataTestCase) ... ok
test_parse_v3_elgamal_pk (pgpdump.test.ParseDataTestCase)
Two older version 3 public keys. ... ok
test_parse_v3_pubkeys (pgpdump.test.ParseDataTestCase)
Two older version 3 public keys. ... ok
test_parse_v3_sig (pgpdump.test.ParseDataTestCase) ... ok
test_parse_ascii_sig_packet (pgpdump.test.ParseTestCase) ... ok
test_parse_bad_crc (pgpdump.test.ParseTestCase) ... ok
test_parse_empty (pgpdump.test.ParseTestCase) ... ok
test_parse_invalid (pgpdump.test.ParseTestCase) ... ok
test_parse_short (pgpdump.test.ParseTestCase) ... ok
test_parse_single_sig_packet (pgpdump.test.ParseTestCase) ... ok
test_parse_encrypted (pgpdump.test.SecretKeyPacketTestCase) ... ok
test_parse_plain (pgpdump.test.SecretKeyPacketTestCase)
The raw values below were extracted from the C version of pgpdump. ... ok
test_crc24 (pgpdump.test.UtilsTestCase) ... ok
test_int8 (pgpdump.test.UtilsTestCase) ... ok
test_int_bytes (pgpdump.test.UtilsTestCase) ... ok
test_key_id (pgpdump.test.UtilsTestCase) ... ok
test_mpi (pgpdump.test.UtilsTestCase) ... ok
test_same_key (pgpdump.test.UtilsTestCase) ... ok
----------------------------------------------------------------------
Ran 27 tests in 0.598s
OK
dh override_dh_auto_test --with python2,python3 --buildsystem=python_distutils
make[1]: Leaving directory '/tmp/buildd/python-pgpdump-1.4'
fakeroot debian/rules binary
dh binary --with python2,python3 --buildsystem=python_distutils
dh_testroot -O--buildsystem=python_distutils
dh_prep -O--buildsystem=python_distutils
debian/rules override_dh_auto_install
make[1]: Entering directory '/tmp/buildd/python-pgpdump-1.4'
python3.4 setup.py install --root=/tmp/buildd/python-pgpdump-1.4/debian/tmp --install-layout=deb
running install
running build
running build_py
running install_lib
creating /tmp/buildd/python-pgpdump-1.4/debian/tmp
creating /tmp/buildd/python-pgpdump-1.4/debian/tmp/usr
creating /tmp/buildd/python-pgpdump-1.4/debian/tmp/usr/lib
creating /tmp/buildd/python-pgpdump-1.4/debian/tmp/usr/lib/python3
creating /tmp/buildd/python-pgpdump-1.4/debian/tmp/usr/lib/python3/dist-packages
creating /tmp/buildd/python-pgpdump-1.4/debian/tmp/usr/lib/python3/dist-packages/pgpdump
copying build/lib/pgpdump/test.py -> /tmp/buildd/python-pgpdump-1.4/debian/tmp/usr/lib/python3/dist-packages/pgpdump
copying build/lib/pgpdump/data.py -> /tmp/buildd/python-pgpdump-1.4/debian/tmp/usr/lib/python3/dist-packages/pgpdump
copying build/lib/pgpdump/utils.py -> /tmp/buildd/python-pgpdump-1.4/debian/tmp/usr/lib/python3/dist-packages/pgpdump
copying build/lib/pgpdump/__init__.py -> /tmp/buildd/python-pgpdump-1.4/debian/tmp/usr/lib/python3/dist-packages/pgpdump
copying build/lib/pgpdump/packet.py -> /tmp/buildd/python-pgpdump-1.4/debian/tmp/usr/lib/python3/dist-packages/pgpdump
copying build/lib/pgpdump/__main__.py -> /tmp/buildd/python-pgpdump-1.4/debian/tmp/usr/lib/python3/dist-packages/pgpdump
byte-compiling /tmp/buildd/python-pgpdump-1.4/debian/tmp/usr/lib/python3/dist-packages/pgpdump/test.py to test.cpython-34.pyc
byte-compiling /tmp/buildd/python-pgpdump-1.4/debian/tmp/usr/lib/python3/dist-packages/pgpdump/data.py to data.cpython-34.pyc
byte-compiling /tmp/buildd/python-pgpdump-1.4/debian/tmp/usr/lib/python3/dist-packages/pgpdump/utils.py to utils.cpython-34.pyc
byte-compiling /tmp/buildd/python-pgpdump-1.4/debian/tmp/usr/lib/python3/dist-packages/pgpdump/__init__.py to __init__.cpython-34.pyc
byte-compiling /tmp/buildd/python-pgpdump-1.4/debian/tmp/usr/lib/python3/dist-packages/pgpdump/packet.py to packet.cpython-34.pyc
byte-compiling /tmp/buildd/python-pgpdump-1.4/debian/tmp/usr/lib/python3/dist-packages/pgpdump/__main__.py to __main__.cpython-34.pyc
running install_egg_info
running egg_info
writing dependency_links to pgpdump.egg-info/dependency_links.txt
writing top-level names to pgpdump.egg-info/top_level.txt
writing pgpdump.egg-info/PKG-INFO
reading manifest file 'pgpdump.egg-info/SOURCES.txt'
writing manifest file 'pgpdump.egg-info/SOURCES.txt'
Copying pgpdump.egg-info to /tmp/buildd/python-pgpdump-1.4/debian/tmp/usr/lib/python3/dist-packages/pgpdump-1.4.egg-info
running install_scripts
dh_auto_install
python setup.py install --force --root=/tmp/buildd/python-pgpdump-1.4/debian/tmp --no-compile -O0 --install-layout=deb
running install
running build
running build_py
running install_lib
creating /tmp/buildd/python-pgpdump-1.4/debian/tmp/usr/lib/python2.7
creating /tmp/buildd/python-pgpdump-1.4/debian/tmp/usr/lib/python2.7/dist-packages
creating /tmp/buildd/python-pgpdump-1.4/debian/tmp/usr/lib/python2.7/dist-packages/pgpdump
copying build/lib.linux-x86_64-2.7/pgpdump/test.py -> /tmp/buildd/python-pgpdump-1.4/debian/tmp/usr/lib/python2.7/dist-packages/pgpdump
copying build/lib.linux-x86_64-2.7/pgpdump/data.py -> /tmp/buildd/python-pgpdump-1.4/debian/tmp/usr/lib/python2.7/dist-packages/pgpdump
copying build/lib.linux-x86_64-2.7/pgpdump/utils.py -> /tmp/buildd/python-pgpdump-1.4/debian/tmp/usr/lib/python2.7/dist-packages/pgpdump
copying build/lib.linux-x86_64-2.7/pgpdump/__init__.py -> /tmp/buildd/python-pgpdump-1.4/debian/tmp/usr/lib/python2.7/dist-packages/pgpdump
copying build/lib.linux-x86_64-2.7/pgpdump/packet.py -> /tmp/buildd/python-pgpdump-1.4/debian/tmp/usr/lib/python2.7/dist-packages/pgpdump
copying build/lib.linux-x86_64-2.7/pgpdump/__main__.py -> /tmp/buildd/python-pgpdump-1.4/debian/tmp/usr/lib/python2.7/dist-packages/pgpdump
running install_egg_info
running egg_info
writing pgpdump.egg-info/PKG-INFO
writing top-level names to pgpdump.egg-info/top_level.txt
writing dependency_links to pgpdump.egg-info/dependency_links.txt
reading manifest file 'pgpdump.egg-info/SOURCES.txt'
writing manifest file 'pgpdump.egg-info/SOURCES.txt'
Copying pgpdump.egg-info to /tmp/buildd/python-pgpdump-1.4/debian/tmp/usr/lib/python2.7/dist-packages/pgpdump-1.4.egg-info
running install_scripts
make[1]: Leaving directory '/tmp/buildd/python-pgpdump-1.4'
dh_install -O--buildsystem=python_distutils
dh_installdocs -O--buildsystem=python_distutils
dh_installchangelogs -O--buildsystem=python_distutils
dh_python2 -O--buildsystem=python_distutils
W: dh_python2:479: Please add dh-python package to Build-Depends
dh_python3 -O--buildsystem=python_distutils
dh_perl -O--buildsystem=python_distutils
dh_link -O--buildsystem=python_distutils
dh_strip_nondeterminism -O--buildsystem=python_distutils
dh_compress -O--buildsystem=python_distutils
dh_fixperms -O--buildsystem=python_distutils
dh_installdeb -O--buildsystem=python_distutils
dh_gencontrol -O--buildsystem=python_distutils
dpkg-gencontrol: warning: File::FcntlLock not available; using flock which is not NFS-safe
dpkg-gencontrol: warning: package python-pgpdump: unused substitution variable ${python:Provides}
dpkg-gencontrol: warning: package python-pgpdump: unused substitution variable ${python:Versions}
dpkg-gencontrol: warning: File::FcntlLock not available; using flock which is not NFS-safe
dh_md5sums -O--buildsystem=python_distutils
dh_builddeb -O--buildsystem=python_distutils
dpkg-deb: building package 'python3-pgpdump' in '../python3-pgpdump_1.4-1_all.deb'.
dpkg-deb: building package 'python-pgpdump' in '../python-pgpdump_1.4-1_all.deb'.
dpkg-genbuildinfo >../python-pgpdump_1.4-1_amd64.buildinfo
dpkg-distaddfile python-pgpdump_1.4-1_amd64.buildinfo python optional
dpkg-distaddfile: warning: File::FcntlLock not available; using flock which is not NFS-safe
dpkg-genchanges -b >../python-pgpdump_1.4-1_amd64.changes
dpkg-genchanges: binary-only upload (no source code included)
dpkg-source --after-build python-pgpdump-1.4
dpkg-buildpackage: binary-only upload (no source included)
I: unmounting /sys filesystem
I: unmounting /dev/shm filesystem
I: unmounting dev/pts filesystem
I: unmounting run/shm filesystem
I: unmounting proc filesystem
I: cleaning the build env
I: removing directory /var/cache/pbuilder/build//10796 and its subdirectories
I: Current time: Sun Sep 6 13:38:48 GMT+12 2015
I: pbuilder-time-stamp: 1441589928
+ true
+ rm /srv/reproducible-results/tmp.T80G80jwFL/pbuilderrc_ZKlJ
++ date -u
Mon Sep 7 01:38:48 UTC 2015 - build #1 for python-pgpdump/unstable/amd64 on profitbricks-build2-amd64 done
+ echo 'Mon Sep 7 01:38:48 UTC 2015 - build #1 for python-pgpdump/unstable/amd64 on profitbricks-build2-amd64 done'
+ exit 0
+ cleanup_all
+ '[' 0 -eq 1 ']'
+ '[' '' = failure ']'
+ '[' '!' -z '' ']'
+ gzip -9fvn /srv/reproducible-results/tmp.5ZddW4oUYy/tmp.CeqTx2RpxB
/srv/reproducible-results/tmp.5ZddW4oUYy/tmp.CeqTx2RpxB: 83.5% -- replaced with /srv/reproducible-results/tmp.5ZddW4oUYy/tmp.CeqTx2RpxB.gz
+ '[' 1 = legacy ']'
+ '[' 1 = ng ']'
+ false
+ rm -f /tmp/reproducible-lockfile-unstable-amd64-python-pgpdump
Mon Sep 7 01:38:48 UTC 2015 - /srv/jenkins/bin/reproducible_build.sh stopped running as /tmp/jenkins-script-QtcjN3Me, which will now be removed.
+ RESULT=0
+ '[' 0 -eq 148 ']'
+ '[' 0 -ne 0 ']'
+ rsync -e 'ssh -p 22' -r profitbricks-build2-amd64.debian.net:/srv/reproducible-results/tmp.T80G80jwFL/b1 /srv/reproducible-results/tmp.T80G80jwFL/
jenkins_node_wrapper.sh[13694] remote_host called with rsync --server --sender -re.iLsfx . /srv/reproducible-results/tmp.T80G80jwFL/b1
+ RESULT=0
+ '[' 0 -ne 0 ']'
+ ls -R /srv/reproducible-results/tmp.T80G80jwFL
/srv/reproducible-results/tmp.T80G80jwFL:
b1
b2
python-pgpdump_1.4-1.debian.tar.gz
python-pgpdump_1.4-1.dsc
python-pgpdump_1.4.orig.tar.gz
tmp.RLK2aYJwXN
/srv/reproducible-results/tmp.T80G80jwFL/b1:
build.log
python-pgpdump_1.4-1.debian.tar.gz
python-pgpdump_1.4-1.dsc
python-pgpdump_1.4-1_all.deb
python-pgpdump_1.4-1_amd64.buildinfo
python-pgpdump_1.4-1_amd64.changes
python-pgpdump_1.4.orig.tar.gz
python3-pgpdump_1.4-1_all.deb
/srv/reproducible-results/tmp.T80G80jwFL/b2:
+ ssh -p 22 profitbricks-build2-amd64.debian.net 'rm -r /srv/reproducible-results/tmp.T80G80jwFL'
jenkins_node_wrapper.sh[13722] remote_host called with rm -r /srv/reproducible-results/tmp.T80G80jwFL
+ '[' '!' -f b1/python-pgpdump_1.4-1_amd64.changes ']'
+ '[' -f b1/python-pgpdump_1.4-1_amd64.changes ']'
+ check_for_race_conditions
++ cat /tmp/reproducible-lockfile-unstable-amd64-python-pgpdump
+ '[' 51304 -ne 51304 ']'
+ echo =============================================================================
=============================================================================
+ echo 'Re-building python-pgpdump/1.4-1 in unstable on amd64 now.'
Re-building python-pgpdump/1.4-1 in unstable on amd64 now.
+ echo =============================================================================
=============================================================================
+ '[' ng = legacy ']'
+ ssh -p 22 profitbricks-build1-amd64.debian.net /srv/jenkins/bin/reproducible_build.sh 2 python-pgpdump unstable /srv/reproducible-results/tmp.T80G80jwFL
ssh_exchange_identification: read: Connection reset by peer
+ cleanup_all
+ '[' 0 -eq 1 ']'
+ '[' '' = failure ']'
+ '[' '!' -z '' ']'
+ gzip -9fvn /srv/reproducible-results/tmp.T80G80jwFL/tmp.RLK2aYJwXN
/srv/reproducible-results/tmp.T80G80jwFL/tmp.RLK2aYJwXN: 42.9% -- replaced with /srv/reproducible-results/tmp.T80G80jwFL/tmp.RLK2aYJwXN.gz
+ '[' ng = legacy ']'
+ '[' ng = ng ']'
+ gen_package_html python-pgpdump
+ cd /srv/jenkins/bin
+ python3 -c 'import reproducible_html_packages as rep
pkg = rep.Package('\''python-pgpdump'\'', no_notes=True)
rep.gen_packages_html([pkg], no_clean=True)'
INFO: Starting at 2015-09-07 01:38:27.178164
INFO: Finished at 2015-09-07 01:38:27.188042, took: 0:00:00.009891
+ cd -
+ cd
+ rm -r /srv/reproducible-results/tmp.T80G80jwFL
+ false
+ rm -f /tmp/reproducible-lockfile-unstable-amd64-python-pgpdump
Mon 7 Sep 01:38:27 UTC 2015 - /srv/jenkins/bin/reproducible_build.sh stopped running as /tmp/jenkins-script-GEcRPqDJ, which will now be removed.
Build step 'Execute shell' marked build as failure
More information about the Qa-jenkins-scm
mailing list