[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_amd64_32 #8905

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Wed Jan 25 22:31:35 UTC 2017


https://jenkins.debian.net/job/reproducible_builder_amd64_32/8905/------------------------------------------
[...truncated 139.90 KB...]
+ dpkg-source --before-build 2nd
 dpkg-buildpackage: info: host architecture amd64
  fakeroot debian/rules clean
 dh clean
@@ -394,7 +405,7 @@
    dh_testdir
    dh_update_autotools_config
    dh_auto_configure
-	perl -I. Makefile.PL INSTALLDIRS=vendor "OPTIMIZE=-g -O2 -fdebug-prefix-map=/build/1st/libparams-validationcompiler-perl-0.23=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2" "LD=x86_64-linux-gnu-gcc -g -O2 -fdebug-prefix-map=/build/1st/libparams-validationcompiler-perl-0.23=. -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro"
+	perl -I. Makefile.PL INSTALLDIRS=vendor "OPTIMIZE=-g -O2 -fdebug-prefix-map=/build/libparams-validationcompiler-perl-0.23/2nd=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2" "LD=x86_64-linux-gnu-gcc -g -O2 -fdebug-prefix-map=/build/libparams-validationcompiler-perl-0.23/2nd=. -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro"
 Checking if your kit is complete...
 Looks good
 Generating a Unix-style Makefile
@@ -402,15 +413,15 @@
 Writing MYMETA.yml and MYMETA.json
    dh_auto_build
 	make -j1
-make[1]: Entering directory '/build/1st/libparams-validationcompiler-perl-0.23'
+make[1]: Entering directory '/build/libparams-validationcompiler-perl-0.23/2nd'
 cp lib/Params/ValidationCompiler/Exceptions.pm blib/lib/Params/ValidationCompiler/Exceptions.pm
-cp lib/Params/ValidationCompiler.pm blib/lib/Params/ValidationCompiler.pm
 cp lib/Params/ValidationCompiler/Compiler.pm blib/lib/Params/ValidationCompiler/Compiler.pm
+cp lib/Params/ValidationCompiler.pm blib/lib/Params/ValidationCompiler.pm
 Manifying 3 pod documents
-make[1]: Leaving directory '/build/1st/libparams-validationcompiler-perl-0.23'
+make[1]: Leaving directory '/build/libparams-validationcompiler-perl-0.23/2nd'
    dh_auto_test
 	make -j1 test TEST_VERBOSE=1
-make[1]: Entering directory '/build/1st/libparams-validationcompiler-perl-0.23'
+make[1]: Entering directory '/build/libparams-validationcompiler-perl-0.23/2nd'
 PERL_DL_NONLAZY=1 PERL_USE_UNSAFE_INC=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/named/*.t t/positional/*.t
 # 
 # Versions for all modules listed in MYMETA.json (including optional ones):
@@ -473,25 +484,25 @@
 ok 1
 ok
 t/default.t .............. 
-# Seeded srand with seed '20180227' from local date.
+# Seeded srand with seed '20170126' from local date.
 ok 1 - all defaults are used when no values are passed
 ok 2 - defaults are not used when when a value is passed
 1..2
 ok
 t/moose.t ................ skipped: Module 'Moose::Util::TypeConstraints' is not installed
 t/name-fails.t ........... 
-# Seeded srand with seed '20180227' from local date.
+# Seeded srand with seed '20170126' from local date.
 ok 1 - passing name when Sub::Util is not installed fails
 ok 2 - passing name and name_is_optional when Sub::Util is not installed lives
 1..2
 ok
 t/name.t ................. 
-# Seeded srand with seed '20180227' from local date.
+# Seeded srand with seed '20170126' from local date.
 ok 1 - got expected sub name in stack trace
 1..1
 ok
 t/named/args-check.t ..... 
-# Seeded srand with seed '20180227' from local date.
+# Seeded srand with seed '20170126' from local date.
 ok 1 - dies when given a single non-ref argument
 ok 2 - dies when given a single arrayref argument
 ok 3 - dies when given three arguments
@@ -503,7 +514,7 @@
 ok
 t/named/const-hash.t ..... skipped: Module 'Const::Fast' is not installed
 t/named/locked-hash.t .... 
-# Seeded srand with seed '20180227' from local date.
+# Seeded srand with seed '20170126' from local date.
 ok 1 - lives when given foo param but no bar
 ok 2 - lives when given foo and bar params
 ok 3 - can pass locked hashref as spec to validation_for
@@ -511,14 +522,14 @@
 1..4
 ok
 t/named/required.t ....... 
-# Seeded srand with seed '20180227' from local date.
+# Seeded srand with seed '20170126' from local date.
 ok 1 - lives when given foo param but no bar
 ok 2 - lives when given foo and bar params
 ok 3 - dies when not given foo param
 1..3
 ok
 t/named/slurpy.t ......... 
-# Seeded srand with seed '20180227' from local date.
+# Seeded srand with seed '20170126' from local date.
 ok 1 - dies when given one extra parameter
 ok 2 - dies when given two extra parameters
 ok 3 - foo is still required when slurpy is true
@@ -530,13 +541,13 @@
 1..8
 ok
 t/pairs-to-value-list.t .. 
-# Seeded srand with seed '20180227' from local date.
+# Seeded srand with seed '20170126' from local date.
 ok 1 - passing required param returns optional values as undef
 ok 2 - optional params are returned as expected
 1..2
 ok
 t/positional/default.t ... 
-# Seeded srand with seed '20180227' from local date.
+# Seeded srand with seed '20170126' from local date.
 ok 1 - able to set defaults on positional validator
 ok 2 - default is only set when element does not exist
 ok 3 - positional params with default are optional
@@ -547,7 +558,7 @@
 1..7
 ok
 t/positional/required.t .. 
-# Seeded srand with seed '20180227' from local date.
+# Seeded srand with seed '20170126' from local date.
 ok 1 - lives when given 1st param but no 2nd
 ok 2 - lives when given 1st and 2nd params
 ok 3 - dies when not given any params
@@ -556,7 +567,7 @@
 1..5
 ok
 t/positional/slurpy.t .... 
-# Seeded srand with seed '20180227' from local date.
+# Seeded srand with seed '20170126' from local date.
 ok 1 - dies when given one extra parameter
 ok 2 - dies when given two extra parameters
 ok 3 - foo is still required when slurpy is true
@@ -567,7 +578,7 @@
 1..7
 ok
 t/self-check.t ........... 
-# Seeded srand with seed '20180227' from local date.
+# Seeded srand with seed '20170126' from local date.
 ok 1 - got expected error message when validation_for is called without parameters
 ok 2 - got expected error message when validation_for is called with params as a scalar
 ok 3 - got expected error message when validation_for is called params as an undef
@@ -583,7 +594,7 @@
 1..12
 ok
 t/specio.t ............... 
-# Seeded srand with seed '20180227' from local date.
+# Seeded srand with seed '20170126' from local date.
 ok 1 - type can be inlined {
     ok 1 - lives when foo is an integer
     ok 2 - dies when foo is an arrayref
@@ -621,7 +632,7 @@
 1..6
 ok
 t/type-tiny.t ............ 
-# Seeded srand with seed '20180227' from local date.
+# Seeded srand with seed '20170126' from local date.
 ok 1 - type can be inlined {
     ok 1 - lives when foo is an integer
     ok 2 - dies when foo is an arrayref
@@ -659,9 +670,9 @@
 1..6
 ok
 All tests successful.
-Files=17, Tests=73, 13 wallclock secs ( 0.10 usr  0.02 sys +  3.89 cusr  0.46 csys =  4.47 CPU)
+Files=17, Tests=73,  4 wallclock secs ( 0.13 usr  0.04 sys +  3.66 cusr  0.52 csys =  4.35 CPU)
 Result: PASS
-make[1]: Leaving directory '/build/1st/libparams-validationcompiler-perl-0.23'
+make[1]: Leaving directory '/build/libparams-validationcompiler-perl-0.23/2nd'
    create-stamp debian/debhelper-build-stamp
  fakeroot debian/rules binary
 dh binary
@@ -669,16 +680,16 @@
    dh_testroot
    dh_prep
    dh_auto_install
-	make -j1 install DESTDIR=/build/1st/libparams-validationcompiler-perl-0.23/debian/libparams-validationcompiler-perl AM_UPDATE_INFO_DIR=no PREFIX=/usr
-make[1]: Entering directory '/build/1st/libparams-validationcompiler-perl-0.23'
+	make -j1 install DESTDIR=/build/libparams-validationcompiler-perl-0.23/2nd/debian/libparams-validationcompiler-perl AM_UPDATE_INFO_DIR=no PREFIX=/usr
+make[1]: Entering directory '/build/libparams-validationcompiler-perl-0.23/2nd'
 Manifying 3 pod documents
-Installing /build/1st/libparams-validationcompiler-perl-0.23/debian/libparams-validationcompiler-perl/usr/share/perl5/Params/ValidationCompiler.pm
-Installing /build/1st/libparams-validationcompiler-perl-0.23/debian/libparams-validationcompiler-perl/usr/share/perl5/Params/ValidationCompiler/Compiler.pm
-Installing /build/1st/libparams-validationcompiler-perl-0.23/debian/libparams-validationcompiler-perl/usr/share/perl5/Params/ValidationCompiler/Exceptions.pm
-Installing /build/1st/libparams-validationcompiler-perl-0.23/debian/libparams-validationcompiler-perl/usr/share/man/man3/Params::ValidationCompiler::Exceptions.3pm
-Installing /build/1st/libparams-validationcompiler-perl-0.23/debian/libparams-validationcompiler-perl/usr/share/man/man3/Params::ValidationCompiler::Compiler.3pm
-Installing /build/1st/libparams-validationcompiler-perl-0.23/debian/libparams-validationcompiler-perl/usr/share/man/man3/Params::ValidationCompiler.3pm
-make[1]: Leaving directory '/build/1st/libparams-validationcompiler-perl-0.23'
+Installing /build/libparams-validationcompiler-perl-0.23/2nd/debian/libparams-validationcompiler-perl/usr/share/perl5/Params/ValidationCompiler.pm
+Installing /build/libparams-validationcompiler-perl-0.23/2nd/debian/libparams-validationcompiler-perl/usr/share/perl5/Params/ValidationCompiler/Compiler.pm
+Installing /build/libparams-validationcompiler-perl-0.23/2nd/debian/libparams-validationcompiler-perl/usr/share/perl5/Params/ValidationCompiler/Exceptions.pm
+Installing /build/libparams-validationcompiler-perl-0.23/2nd/debian/libparams-validationcompiler-perl/usr/share/man/man3/Params::ValidationCompiler::Exceptions.3pm
+Installing /build/libparams-validationcompiler-perl-0.23/2nd/debian/libparams-validationcompiler-perl/usr/share/man/man3/Params::ValidationCompiler::Compiler.3pm
+Installing /build/libparams-validationcompiler-perl-0.23/2nd/debian/libparams-validationcompiler-perl/usr/share/man/man3/Params::ValidationCompiler.3pm
+make[1]: Leaving directory '/build/libparams-validationcompiler-perl-0.23/2nd'
    dh_installdocs
    dh_installchangelogs
    dh_installexamples
@@ -699,15 +710,17 @@
 dpkg-genbuildinfo: warning: File::FcntlLock not available; using flock which is not NFS-safe
  dpkg-genchanges --build=binary >../libparams-validationcompiler-perl_0.23-1_amd64.changes
 dpkg-genchanges: info: binary-only upload (no source code included)
- dpkg-source --after-build libparams-validationcompiler-perl-0.23
+ dpkg-source --after-build 2nd
 dpkg-buildpackage: info: binary-only upload (no source included)
 I: copying local configuration
+I: user script /srv/workspace/pbuilder/32090/tmp/hooks/B01_cleanup starting
+I: user script /srv/workspace/pbuilder/32090/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/27488 and its subdirectories
-I: Current time: Tue Feb 27 16:51:45 -12 2018
-I: pbuilder-time-stamp: 1519793505
+I: removing directory /srv/workspace/pbuilder/32090 and its subdirectories
+I: Current time: Thu Jan 26 12:31:33 +14 2017
+I: pbuilder-time-stamp: 1485383493

Compressing the 2nd log...
/var/lib/jenkins/userContent/reproducible/debian/logdiffs/unstable/amd64/libparams-validationcompiler-perl_0.23-1.diff:	 74.7% -- replaced with /var/lib/jenkins/userContent/reproducible/debian/logdiffs/unstable/amd64/libparams-validationcompiler-perl_0.23-1.diff.gz
b2/build.log:	 79.4%
+ echo 'Compressing the 1st log...'
Compressing the 1st log...
+ gzip -9cvn b1/build.log
b1/build.log:	 79.5%
+ chmod 644 /var/lib/jenkins/userContent/reproducible/debian/logs/unstable/amd64/libparams-validationcompiler-perl_0.23-1.build1.log.gz
+ update_rbuildlog
+ chmod 644 /srv/reproducible-results/rbuild-debian-CIwSSsrT/tmp.vUhutrZ5jm
+ mv /srv/reproducible-results/rbuild-debian-CIwSSsrT/tmp.vUhutrZ5jm /var/lib/jenkins/userContent/reproducible/debian/rbuild/unstable/amd64/libparams-validationcompiler-perl_0.23-1.rbuild.log
mv: error writing ‘/var/lib/jenkins/userContent/reproducible/debian/rbuild/unstable/amd64/libparams-validationcompiler-perl_0.23-1.rbuild.log’: No space left on device
mv: failed to extend ‘/var/lib/jenkins/userContent/reproducible/debian/rbuild/unstable/amd64/libparams-validationcompiler-perl_0.23-1.rbuild.log’: No space left on device
+ cleanup_all
+ echo 'Starting cleanup.'
Starting cleanup.
+ '[' 0 = 1 ']'
+ '[' '!' -z '' ']'
+ '[' '!' -f /srv/reproducible-results/rbuild-debian-CIwSSsrT/tmp.vUhutrZ5jm ']'
+ gzip -9fvn /srv/reproducible-results/rbuild-debian-CIwSSsrT/tmp.vUhutrZ5jm
/srv/reproducible-results/rbuild-debian-CIwSSsrT/tmp.vUhutrZ5jm:	 76.9% -- replaced with /srv/reproducible-results/rbuild-debian-CIwSSsrT/tmp.vUhutrZ5jm.gz
+ '[' master = master ']'
+ gen_package_html libparams-validationcompiler-perl
+ cd /srv/jenkins/bin
+ python3 -c 'import reproducible_html_packages as rep
pkg = rep.Package('\''libparams-validationcompiler-perl'\'', no_notes=True)
rep.gen_packages_html([pkg], no_clean=True)'
INFO: Starting at 2017-01-25 22:31:35.187118
CRITICAL: buildinfo not detected at /var/lib/jenkins/userContent/reproducible/debian/buildinfo/unstable/amd64/libparams-validationcompiler-perl_0.22-1_amd64.buildinfo
CRITICAL: https://tests.reproducible-builds.org/debian/unstable/amd64/libparams-validationcompiler-perl didn't produce a buildlog, even though it has been built.
INFO: Finished at 2017-01-25 22:31:35.477046, took: 0:00:00.289943
+ cd -
+ cd
+ rm -r /srv/reproducible-results/rbuild-debian-CIwSSsrT
+ echo 'All cleanup done.'
All cleanup done.
Wed 25 Jan 22:31:35 UTC 2017 - /srv/jenkins/bin/reproducible_build.sh stopped running as /tmp/jenkins-script-QRgNRyjv, which will now be removed.
Build step 'Execute shell' marked build as failure



More information about the Qa-jenkins-scm mailing list