[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_armhf_1 #26696

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


https://jenkins.debian.net/job/reproducible_builder_armhf_1/26696/------------------------------------------
[...truncated 151.80 KB...]
 dpkg-buildpackage: info: source package decopy
 dpkg-buildpackage: info: source version 0.2-1
@@ -543,7 +557,7 @@
    dh_auto_clean -O--buildsystem=pybuild
 I: pybuild base:184: python3.5 setup.py clean 
 running clean
-removing '/build/1st/decopy-0.2/.pybuild/pythonX.Y_3.5/build' (and everything under it)
+removing '/build/2nd/decopy-0.2/.pybuild/pythonX.Y_3.5/build' (and everything under it)
 'build/bdist.linux-armhf' does not exist -- can't clean it
 'build/scripts-3.5' does not exist -- can't clean it
    dh_clean -O--buildsystem=pybuild
@@ -555,40 +569,61 @@
 I: pybuild base:184: python3.5 setup.py config 
 running config
    debian/rules override_dh_auto_build
-make[1]: Entering directory '/build/1st/decopy-0.2'
+make[1]: Entering directory '/build/2nd/decopy-0.2'
 dh_auto_build
 I: pybuild base:184: /usr/bin/python3 setup.py build 
 running build
 running build_py
-creating /build/1st/decopy-0.2/.pybuild/pythonX.Y_3.5/build/decopy
-copying decopy/decopy.py -> /build/1st/decopy-0.2/.pybuild/pythonX.Y_3.5/build/decopy
-copying decopy/tree.py -> /build/1st/decopy-0.2/.pybuild/pythonX.Y_3.5/build/decopy
-copying decopy/output.py -> /build/1st/decopy-0.2/.pybuild/pythonX.Y_3.5/build/decopy
-copying decopy/datatypes.py -> /build/1st/decopy-0.2/.pybuild/pythonX.Y_3.5/build/decopy
-copying decopy/matchers.py -> /build/1st/decopy-0.2/.pybuild/pythonX.Y_3.5/build/decopy
-copying decopy/__init__.py -> /build/1st/decopy-0.2/.pybuild/pythonX.Y_3.5/build/decopy
-copying decopy/dep5.py -> /build/1st/decopy-0.2/.pybuild/pythonX.Y_3.5/build/decopy
-copying decopy/cmdoptions.py -> /build/1st/decopy-0.2/.pybuild/pythonX.Y_3.5/build/decopy
-copying decopy/parsers.py -> /build/1st/decopy-0.2/.pybuild/pythonX.Y_3.5/build/decopy
+creating /build/2nd/decopy-0.2/.pybuild/pythonX.Y_3.5/build/decopy
+copying decopy/output.py -> /build/2nd/decopy-0.2/.pybuild/pythonX.Y_3.5/build/decopy
+copying decopy/tree.py -> /build/2nd/decopy-0.2/.pybuild/pythonX.Y_3.5/build/decopy
+copying decopy/matchers.py -> /build/2nd/decopy-0.2/.pybuild/pythonX.Y_3.5/build/decopy
+copying decopy/cmdoptions.py -> /build/2nd/decopy-0.2/.pybuild/pythonX.Y_3.5/build/decopy
+copying decopy/__init__.py -> /build/2nd/decopy-0.2/.pybuild/pythonX.Y_3.5/build/decopy
+copying decopy/dep5.py -> /build/2nd/decopy-0.2/.pybuild/pythonX.Y_3.5/build/decopy
+copying decopy/decopy.py -> /build/2nd/decopy-0.2/.pybuild/pythonX.Y_3.5/build/decopy
+copying decopy/parsers.py -> /build/2nd/decopy-0.2/.pybuild/pythonX.Y_3.5/build/decopy
+copying decopy/datatypes.py -> /build/2nd/decopy-0.2/.pybuild/pythonX.Y_3.5/build/decopy
 ronn README.md
      roff: ./README.1                                 
      html: ./README.1.html                                       +man
 mv README.1 decopy.1
 mv README.1.html decopy.1.html
-make[1]: Leaving directory '/build/1st/decopy-0.2'
+make[1]: Leaving directory '/build/2nd/decopy-0.2'
    dh_auto_test -O--buildsystem=pybuild
 I: pybuild base:184: python3.5 setup.py test 
 running test
 running egg_info
 creating Decopy.egg-info
 writing dependency_links to Decopy.egg-info/dependency_links.txt
-writing entry points to Decopy.egg-info/entry_points.txt
 writing Decopy.egg-info/PKG-INFO
+writing entry points to Decopy.egg-info/entry_points.txt
 writing top-level names to Decopy.egg-info/top_level.txt
 writing manifest file 'Decopy.egg-info/SOURCES.txt'
 reading manifest file 'Decopy.egg-info/SOURCES.txt'
 writing manifest file 'Decopy.egg-info/SOURCES.txt'
 running build_ext
+testCleanComments (tests.matchers_test.TestMatchers) ... ok
+testParseBsd (tests.matchers_test.TestMatchers) ... ok
+testParseCopyright (tests.matchers_test.TestMatchers) ... ok
+testParseHolders (tests.matchers_test.TestMatchers) ... ok
+testEmpty (tests.output_test.TestOutput) ... ok
+testEmptyPartial (tests.output_test.TestOutput) ... ok
+testProcessComplex (tests.dep5_test.TestCopyright)
+Parses a debian/copyright with many entries (testdata/three). ... ok
+testProcessEmpty (tests.dep5_test.TestCopyright)
+Parses a tree with no debian/copyright file. ... ok
+testProcessMalformed (tests.dep5_test.TestCopyright)
+Parses a tree with a malformed debian/copyright file. ... ok
+testProcessSimple (tests.dep5_test.TestCopyright)
+Parses a debian/copyright with two entries (testdata/four). ... ok
+testRemoveMisplaced (tests.dep5_test.TestCopyright)
+Removes files from copyright if they were wrong (testdata/three). ... ok
+testRemoveMisplacedCopyright (tests.dep5_test.TestCopyright)
+Removes files if they were wrong, grouping by copyright. ... ok
+testRemoveMisplacedPartial (tests.dep5_test.TestCopyright)
+Removes files if they were wrong, grouping by copyright. ... ok
+testUnknownLicense (tests.dep5_test.TestGroup) ... ok
 testAddTwoPeople (tests.tree_test.TestCopyrightGroup) ... ok
 testMergeEmails (tests.tree_test.TestCopyrightGroup) ... ok
 testMergeNames (tests.tree_test.TestCopyrightGroup) ... ok
@@ -614,30 +649,9 @@
 Parses a tree that contains a debian/copyright (testdata/three). ... ok
 testSimpleTree (tests.tree_test.TestRootInfo)
 Parses a tree with licensed files (testdata/one). ... ok
-testEmpty (tests.output_test.TestOutput) ... ok
-testEmptyPartial (tests.output_test.TestOutput) ... ok
-testCleanComments (tests.matchers_test.TestMatchers) ... ok
-testParseBsd (tests.matchers_test.TestMatchers) ... ok
-testParseCopyright (tests.matchers_test.TestMatchers) ... ok
-testParseHolders (tests.matchers_test.TestMatchers) ... ok
-testProcessComplex (tests.dep5_test.TestCopyright)
-Parses a debian/copyright with many entries (testdata/three). ... ok
-testProcessEmpty (tests.dep5_test.TestCopyright)
-Parses a tree with no debian/copyright file. ... ok
-testProcessMalformed (tests.dep5_test.TestCopyright)
-Parses a tree with a malformed debian/copyright file. ... ok
-testProcessSimple (tests.dep5_test.TestCopyright)
-Parses a debian/copyright with two entries (testdata/four). ... ok
-testRemoveMisplaced (tests.dep5_test.TestCopyright)
-Removes files from copyright if they were wrong (testdata/three). ... ok
-testRemoveMisplacedCopyright (tests.dep5_test.TestCopyright)
-Removes files if they were wrong, grouping by copyright. ... ok
-testRemoveMisplacedPartial (tests.dep5_test.TestCopyright)
-Removes files if they were wrong, grouping by copyright. ... ok
-testUnknownLicense (tests.dep5_test.TestGroup) ... ok
 
 ----------------------------------------------------------------------
-Ran 36 tests in 1.100s
+Ran 36 tests in 0.473s
 
 OK
    create-stamp debian/debhelper-build-stamp
@@ -647,46 +661,46 @@
    dh_testroot -O--buildsystem=pybuild
    dh_prep -O--buildsystem=pybuild
    dh_auto_install -O--buildsystem=pybuild
-I: pybuild base:184: /usr/bin/python3 setup.py install --root /build/1st/decopy-0.2/debian/decopy 
+I: pybuild base:184: /usr/bin/python3 setup.py install --root /build/2nd/decopy-0.2/debian/decopy 
 running install
 running build
 running build_py
 running install_lib
-creating /build/1st/decopy-0.2/debian/decopy/usr
-creating /build/1st/decopy-0.2/debian/decopy/usr/lib
-creating /build/1st/decopy-0.2/debian/decopy/usr/lib/python3.5
-creating /build/1st/decopy-0.2/debian/decopy/usr/lib/python3.5/dist-packages
-creating /build/1st/decopy-0.2/debian/decopy/usr/lib/python3.5/dist-packages/decopy
-copying /build/1st/decopy-0.2/.pybuild/pythonX.Y_3.5/build/decopy/decopy.py -> /build/1st/decopy-0.2/debian/decopy/usr/lib/python3.5/dist-packages/decopy
-copying /build/1st/decopy-0.2/.pybuild/pythonX.Y_3.5/build/decopy/tree.py -> /build/1st/decopy-0.2/debian/decopy/usr/lib/python3.5/dist-packages/decopy
-copying /build/1st/decopy-0.2/.pybuild/pythonX.Y_3.5/build/decopy/output.py -> /build/1st/decopy-0.2/debian/decopy/usr/lib/python3.5/dist-packages/decopy
-copying /build/1st/decopy-0.2/.pybuild/pythonX.Y_3.5/build/decopy/datatypes.py -> /build/1st/decopy-0.2/debian/decopy/usr/lib/python3.5/dist-packages/decopy
-copying /build/1st/decopy-0.2/.pybuild/pythonX.Y_3.5/build/decopy/matchers.py -> /build/1st/decopy-0.2/debian/decopy/usr/lib/python3.5/dist-packages/decopy
-copying /build/1st/decopy-0.2/.pybuild/pythonX.Y_3.5/build/decopy/__init__.py -> /build/1st/decopy-0.2/debian/decopy/usr/lib/python3.5/dist-packages/decopy
-copying /build/1st/decopy-0.2/.pybuild/pythonX.Y_3.5/build/decopy/dep5.py -> /build/1st/decopy-0.2/debian/decopy/usr/lib/python3.5/dist-packages/decopy
-copying /build/1st/decopy-0.2/.pybuild/pythonX.Y_3.5/build/decopy/cmdoptions.py -> /build/1st/decopy-0.2/debian/decopy/usr/lib/python3.5/dist-packages/decopy
-copying /build/1st/decopy-0.2/.pybuild/pythonX.Y_3.5/build/decopy/parsers.py -> /build/1st/decopy-0.2/debian/decopy/usr/lib/python3.5/dist-packages/decopy
-byte-compiling /build/1st/decopy-0.2/debian/decopy/usr/lib/python3.5/dist-packages/decopy/decopy.py to decopy.cpython-35.pyc
-byte-compiling /build/1st/decopy-0.2/debian/decopy/usr/lib/python3.5/dist-packages/decopy/tree.py to tree.cpython-35.pyc
-byte-compiling /build/1st/decopy-0.2/debian/decopy/usr/lib/python3.5/dist-packages/decopy/output.py to output.cpython-35.pyc
-byte-compiling /build/1st/decopy-0.2/debian/decopy/usr/lib/python3.5/dist-packages/decopy/datatypes.py to datatypes.cpython-35.pyc
-byte-compiling /build/1st/decopy-0.2/debian/decopy/usr/lib/python3.5/dist-packages/decopy/matchers.py to matchers.cpython-35.pyc
-byte-compiling /build/1st/decopy-0.2/debian/decopy/usr/lib/python3.5/dist-packages/decopy/__init__.py to __init__.cpython-35.pyc
-byte-compiling /build/1st/decopy-0.2/debian/decopy/usr/lib/python3.5/dist-packages/decopy/dep5.py to dep5.cpython-35.pyc
-byte-compiling /build/1st/decopy-0.2/debian/decopy/usr/lib/python3.5/dist-packages/decopy/cmdoptions.py to cmdoptions.cpython-35.pyc
-byte-compiling /build/1st/decopy-0.2/debian/decopy/usr/lib/python3.5/dist-packages/decopy/parsers.py to parsers.cpython-35.pyc
+creating /build/2nd/decopy-0.2/debian/decopy/usr
+creating /build/2nd/decopy-0.2/debian/decopy/usr/lib
+creating /build/2nd/decopy-0.2/debian/decopy/usr/lib/python3.5
+creating /build/2nd/decopy-0.2/debian/decopy/usr/lib/python3.5/dist-packages
+creating /build/2nd/decopy-0.2/debian/decopy/usr/lib/python3.5/dist-packages/decopy
+copying /build/2nd/decopy-0.2/.pybuild/pythonX.Y_3.5/build/decopy/output.py -> /build/2nd/decopy-0.2/debian/decopy/usr/lib/python3.5/dist-packages/decopy
+copying /build/2nd/decopy-0.2/.pybuild/pythonX.Y_3.5/build/decopy/tree.py -> /build/2nd/decopy-0.2/debian/decopy/usr/lib/python3.5/dist-packages/decopy
+copying /build/2nd/decopy-0.2/.pybuild/pythonX.Y_3.5/build/decopy/matchers.py -> /build/2nd/decopy-0.2/debian/decopy/usr/lib/python3.5/dist-packages/decopy
+copying /build/2nd/decopy-0.2/.pybuild/pythonX.Y_3.5/build/decopy/cmdoptions.py -> /build/2nd/decopy-0.2/debian/decopy/usr/lib/python3.5/dist-packages/decopy
+copying /build/2nd/decopy-0.2/.pybuild/pythonX.Y_3.5/build/decopy/__init__.py -> /build/2nd/decopy-0.2/debian/decopy/usr/lib/python3.5/dist-packages/decopy
+copying /build/2nd/decopy-0.2/.pybuild/pythonX.Y_3.5/build/decopy/dep5.py -> /build/2nd/decopy-0.2/debian/decopy/usr/lib/python3.5/dist-packages/decopy
+copying /build/2nd/decopy-0.2/.pybuild/pythonX.Y_3.5/build/decopy/decopy.py -> /build/2nd/decopy-0.2/debian/decopy/usr/lib/python3.5/dist-packages/decopy
+copying /build/2nd/decopy-0.2/.pybuild/pythonX.Y_3.5/build/decopy/parsers.py -> /build/2nd/decopy-0.2/debian/decopy/usr/lib/python3.5/dist-packages/decopy
+copying /build/2nd/decopy-0.2/.pybuild/pythonX.Y_3.5/build/decopy/datatypes.py -> /build/2nd/decopy-0.2/debian/decopy/usr/lib/python3.5/dist-packages/decopy
+byte-compiling /build/2nd/decopy-0.2/debian/decopy/usr/lib/python3.5/dist-packages/decopy/output.py to output.cpython-35.pyc
+byte-compiling /build/2nd/decopy-0.2/debian/decopy/usr/lib/python3.5/dist-packages/decopy/tree.py to tree.cpython-35.pyc
+byte-compiling /build/2nd/decopy-0.2/debian/decopy/usr/lib/python3.5/dist-packages/decopy/matchers.py to matchers.cpython-35.pyc
+byte-compiling /build/2nd/decopy-0.2/debian/decopy/usr/lib/python3.5/dist-packages/decopy/cmdoptions.py to cmdoptions.cpython-35.pyc
+byte-compiling /build/2nd/decopy-0.2/debian/decopy/usr/lib/python3.5/dist-packages/decopy/__init__.py to __init__.cpython-35.pyc
+byte-compiling /build/2nd/decopy-0.2/debian/decopy/usr/lib/python3.5/dist-packages/decopy/dep5.py to dep5.cpython-35.pyc
+byte-compiling /build/2nd/decopy-0.2/debian/decopy/usr/lib/python3.5/dist-packages/decopy/decopy.py to decopy.cpython-35.pyc
+byte-compiling /build/2nd/decopy-0.2/debian/decopy/usr/lib/python3.5/dist-packages/decopy/parsers.py to parsers.cpython-35.pyc
+byte-compiling /build/2nd/decopy-0.2/debian/decopy/usr/lib/python3.5/dist-packages/decopy/datatypes.py to datatypes.cpython-35.pyc
 running install_egg_info
 running egg_info
+writing entry points to Decopy.egg-info/entry_points.txt
+writing top-level names to Decopy.egg-info/top_level.txt
 writing dependency_links to Decopy.egg-info/dependency_links.txt
 writing Decopy.egg-info/PKG-INFO
-writing top-level names to Decopy.egg-info/top_level.txt
-writing entry points to Decopy.egg-info/entry_points.txt
 reading manifest file 'Decopy.egg-info/SOURCES.txt'
 writing manifest file 'Decopy.egg-info/SOURCES.txt'
-Copying Decopy.egg-info to /build/1st/decopy-0.2/debian/decopy/usr/lib/python3.5/dist-packages/Decopy-0.1.egg-info
+Copying Decopy.egg-info to /build/2nd/decopy-0.2/debian/decopy/usr/lib/python3.5/dist-packages/Decopy-0.1.egg-info
 Skipping SOURCES.txt
 running install_scripts
-Installing decopy script to /build/1st/decopy-0.2/debian/decopy/usr/bin
+Installing decopy script to /build/2nd/decopy-0.2/debian/decopy/usr/bin
    dh_installdocs -O--buildsystem=pybuild
    dh_installchangelogs -O--buildsystem=pybuild
    dh_installman -O--buildsystem=pybuild
@@ -707,12 +721,14 @@
  dpkg-source --after-build decopy-0.2
 dpkg-buildpackage: info: binary-only upload (no source included)
 I: copying local configuration
+I: user script /srv/workspace/pbuilder/26989/tmp/hooks/B01_cleanup starting
+I: user script /srv/workspace/pbuilder/26989/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/27901 and its subdirectories
-I: Current time: Wed Feb 15 20:12:04 -12 2017
-I: pbuilder-time-stamp: 1487232724
+I: removing directory /srv/workspace/pbuilder/26989 and its subdirectories
+I: Current time: Thu Feb 16 22:15:08 +14 2017
+I: pbuilder-time-stamp: 1487232908

Compressing the 2nd log...
/var/lib/jenkins/userContent/reproducible/debian/logdiffs/unstable/armhf/decopy_0.2-1.diff:	 81.8% -- replaced with /var/lib/jenkins/userContent/reproducible/debian/logdiffs/unstable/armhf/decopy_0.2-1.diff.gz
b2/build.log:	 81.5%
+ echo 'Compressing the 1st log...'
Compressing the 1st log...
+ gzip -9cvn b1/build.log
b1/build.log:	 81.7%
+ chmod 644 /var/lib/jenkins/userContent/reproducible/debian/logs/unstable/armhf/decopy_0.2-1.build1.log.gz
+ update_rbuildlog
+ chmod 644 /srv/reproducible-results/rbuild-debian-KMIQ3QU5/tmp.zkisW9VnfH
+ mv /srv/reproducible-results/rbuild-debian-KMIQ3QU5/tmp.zkisW9VnfH /var/lib/jenkins/userContent/reproducible/debian/rbuild/unstable/armhf/decopy_0.2-1.rbuild.log
mv: error writing ‘/var/lib/jenkins/userContent/reproducible/debian/rbuild/unstable/armhf/decopy_0.2-1.rbuild.log’: No space left on device
mv: failed to extend ‘/var/lib/jenkins/userContent/reproducible/debian/rbuild/unstable/armhf/decopy_0.2-1.rbuild.log’: No space left on device
+ cleanup_all
+ echo 'Starting cleanup.'
Starting cleanup.
+ '[' 0 = 1 ']'
+ '[' '!' -z '' ']'
+ '[' '!' -f /srv/reproducible-results/rbuild-debian-KMIQ3QU5/tmp.zkisW9VnfH ']'
+ gzip -9fvn /srv/reproducible-results/rbuild-debian-KMIQ3QU5/tmp.zkisW9VnfH
/srv/reproducible-results/rbuild-debian-KMIQ3QU5/tmp.zkisW9VnfH:	 79.0% -- replaced with /srv/reproducible-results/rbuild-debian-KMIQ3QU5/tmp.zkisW9VnfH.gz
+ '[' master = master ']'
+ gen_package_html decopy
+ cd /srv/jenkins/bin
+ python3 -c 'import reproducible_html_packages as rep
pkg = rep.Package('\''decopy'\'', no_notes=True)
rep.gen_packages_html([pkg], no_clean=True)'
INFO: Starting at 2017-02-16 08:15:16.286685
CRITICAL: buildinfo not detected at /var/lib/jenkins/userContent/reproducible/debian/buildinfo/unstable/armhf/decopy_0.2-1_armhf.buildinfo
INFO: Finished at 2017-02-16 08:15:16.438745, took: 0:00:00.152077
+ cd -
+ cd
+ rm -r /srv/reproducible-results/rbuild-debian-KMIQ3QU5
+ echo 'All cleanup done.'
All cleanup done.
Thu 16 Feb 08:15:16 UTC 2017 - /srv/jenkins/bin/reproducible_build.sh stopped running as /tmp/jenkins-script-86YrLJ0T, which will now be removed.
Build step 'Execute shell' marked build as failure



More information about the Qa-jenkins-scm mailing list