[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_zeta #29179

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Sun Aug 30 16:37:04 UTC 2015


See <https://jenkins.debian.net/job/reproducible_builder_zeta/29179/>

------------------------------------------
[...truncated 431 lines...]
Selecting previously unselected package libcpan-meta-perl.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 20236 files and directories currently installed.)
Preparing to unpack .../libcpan-meta-perl_2.150005-1_all.deb ...
Unpacking libcpan-meta-perl (2.150005-1) ...
Selecting previously unselected package libmodule-build-perl.
Preparing to unpack .../libmodule-build-perl_0.421400-1_all.deb ...
Adding 'diversion of /usr/bin/config_data to /usr/bin/config_data.diverted by libmodule-build-perl'
Adding 'diversion of /usr/share/man/man1/config_data.1.gz to /usr/share/man/man1/config_data.diverted.1.gz by libmodule-build-perl'
Unpacking libmodule-build-perl (0.421400-1) ...
Selecting previously unselected package libuniversal-require-perl.
Preparing to unpack .../libuniversal-require-perl_0.17-1_all.deb ...
Unpacking libuniversal-require-perl (0.17-1) ...
Processing triggers for man-db (2.7.2-1) ...
Setting up libcpan-meta-perl (2.150005-1) ...
Setting up libmodule-build-perl (0.421400-1) ...
Setting up libuniversal-require-perl (0.17-1) ...
Reading package lists...
Building dependency tree...
Reading state information...
Reading extended state information...
Initializing package states...
Writing extended state information...
Building tag database...
 -> Finished parsing the build-deps
Reading package lists...
Building dependency tree...
Reading state information...
fakeroot is already the newest version.
disorderfs is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
I: Copying source file
I: copying [libtest-compile-perl_1.2.1-1.dsc]
I: copying [./libtest-compile-perl_1.2.1.orig.tar.gz]
I: copying [./libtest-compile-perl_1.2.1-1.debian.tar.xz]
I: Extracting source
gpgv: keyblock resource `/tmp/buildd/.gnupg/trustedkeys.gpg': file open error
gpgv: Signature made lun 24 aoû 2015 07:36:17 GMT-14 using RSA key ID 72DC07B5
gpgv: Can't check signature: public key not found
dpkg-source: warning: failed to verify signature on ./libtest-compile-perl_1.2.1-1.dsc
dpkg-source: info: extracting libtest-compile-perl in libtest-compile-perl-1.2.1
dpkg-source: info: unpacking libtest-compile-perl_1.2.1.orig.tar.gz
dpkg-source: info: unpacking libtest-compile-perl_1.2.1-1.debian.tar.xz
dpkg-source: info: applying clean_build.patch
I: Building the package
W: no hooks of type A found -- ignoring
I: Running cd tmp/buildd/*/ && env PATH="/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/i/capture/the/path" dpkg-buildpackage -us -uc  -b -rfakeroot
dpkg-buildpackage: source package libtest-compile-perl
dpkg-buildpackage: source version 1.2.1-1
dpkg-buildpackage: source distribution unstable
dpkg-buildpackage: source changed by Florian Schlichting <fsfs at debian.org>
 dpkg-source --before-build libtest-compile-perl-1.2.1
dpkg-buildpackage: host architecture amd64
 fakeroot debian/rules clean
dh clean
   dh_testdir
   dh_auto_clean
   dh_clean
 debian/rules build
dh build
   dh_testdir
   dh_auto_configure
	perl Build.PL --installdirs vendor
Created MYMETA.yml and MYMETA.json
Creating new 'Build' script for 'Test-Compile' version 'v1.2.1'
   dh_auto_build
	perl Build
Building Test-Compile
   dh_auto_test
	perl Build test --verbose 1
t/000-compile.t .................... 
ok 1 - blib/lib/Test/Compile.pm compiles
ok 2 - blib/lib/Test/Compile/Internal.pm compiles
1..2
ok
# Please install Test::Warnings, so I can make sure there are no warnings
t/100-internal-all-pl-files.t ...... 
ok 1 - Found correct number of scripts in default location
ok 2 - Found correct number of scripts in t/scripts
ok 3 - Found script: failure.pl
ok 4 - Found script: lib.pl
ok 5 - Found script: perlscript
ok 6 - Found script: success.pl
ok 7 - Found script: taint.pl
1..7
ok
t/100-internal-all-pm-files.t ...... 
ok 1 - Found correct number of modules in default location
ok 2 - Found module: Compile.pm
ok 3 - Found module: Internal.pm
ok 4 - Found correct number of modules in t/scripts
ok 5 - Found module: Module2.pm
ok 6 - Found module: Module.pm
ok 7 - Found module: Module2.pm
1..7
ok
t/100-internal-basic.t ............. 
ok 1 - require Test::Compile::Internal;
ok 2 - An object of class 'Test::Compile::Internal' isa 'Test::Compile::Internal'
1..2
ok
t/100-internal-is-in-taint-mode.t .. 
ok 1 - Found taint flag in taint.pl
ok 2 - Found taint warning flag in taint2.pl
ok 3 - No taint flags found in success.pl
1..3
ok
t/100-internal-mess-with-lib.t ..... 
ok 1 - lib.pl compiles
1..1
ok
t/100-internal-pl-file-compiles.t .. 
ok 1 - success.pl should compile
ok 2 - taint.pl should compile - with -T enabled
ok 3 - taint2.pl should compile - with -t enabled
ok 4 - failure.pl should not compile
ok 5 - no_file_here.pl should not compile
1..5
ok
t/100-internal-pm-file-compiles.t .. 
ok 1 - Module.pm should compile
ok 2 - Ignore.pm should not compile
ok 3 - NotFound.pm should not compile
# Does not call import
ok 4 - Does not call import() routines
1..4
ok
t/100-internal-verbose.t ........... 
ok 1 - no output when in silent mode
ok 2 - got some output when in verbose mode
1..2
ok
t/200-pl-file-ok-vms.t ............. 
1..1
ok 1 - success.pl compiles
ok
t/200-pl-file-ok.t ................. 
1..1
ok 1 - success.pl compiles
ok
t/200-taint.t ...................... 
1..1
ok 1 - taint.pl compiles
ok
All tests successful.
Files=12, Tests=36,  2 wallclock secs ( 0.09 usr  0.05 sys +  1.10 cusr  0.28 csys =  1.52 CPU)
Result: PASS
 fakeroot debian/rules binary
dh binary
   dh_testroot
   dh_prep
   dh_auto_install
	perl Build install --destdir /tmp/buildd/libtest-compile-perl-1.2.1/debian/libtest-compile-perl --create_packlist 0
Building Test-Compile
Installing /tmp/buildd/libtest-compile-perl-1.2.1/debian/libtest-compile-perl/usr/share/perl5/Test/Compile.pm
Installing /tmp/buildd/libtest-compile-perl-1.2.1/debian/libtest-compile-perl/usr/share/perl5/Test/Compile/Internal.pm
Installing /tmp/buildd/libtest-compile-perl-1.2.1/debian/libtest-compile-perl/usr/share/man/man3/Test::Compile::Internal.3pm
Installing /tmp/buildd/libtest-compile-perl-1.2.1/debian/libtest-compile-perl/usr/share/man/man3/Test::Compile.3pm
   dh_installdocs
   dh_installchangelogs
   dh_installman
   dh_perl
   dh_link
   dh_strip_nondeterminism
   dh_compress
   dh_fixperms
   dh_installdeb
   dh_gencontrol
dpkg-gencontrol: warning: File::FcntlLock not available; using flock which is not NFS-safe
   dh_md5sums
   dh_builddeb
dpkg-deb: building package 'libtest-compile-perl' in '../libtest-compile-perl_1.2.1-1_all.deb'.
 dpkg-genbuildinfo  >../libtest-compile-perl_1.2.1-1_amd64.buildinfo
 dpkg-distaddfile libtest-compile-perl_1.2.1-1_amd64.buildinfo perl optional
dpkg-distaddfile: warning: File::FcntlLock not available; using flock which is not NFS-safe
 dpkg-genchanges -b >../libtest-compile-perl_1.2.1-1_amd64.changes
dpkg-genchanges: binary-only upload (no source code included)
 dpkg-source --after-build libtest-compile-perl-1.2.1
dpkg-buildpackage: binary-only upload (no source included)
I: user script /var/cache/pbuilder/build//16731/tmp/hooks/B01_cleanup starting
I: user script /var/cache/pbuilder/build//16731/tmp/hooks/B01_cleanup finished
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//16731 and its subdirectories
I: Current time: lundi 31 août 2015, 06:37:04 (UTC+1400)
I: pbuilder-time-stamp: 1440952624
+ false
+ set +x
Format: 1.8
Date: Sun, 23 Aug 2015 19:35:10 +0200
Source: libtest-compile-perl
Binary: libtest-compile-perl
Architecture: all amd64
Version: 1.2.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
Changed-By: Florian Schlichting <fsfs at debian.org>
Description:
 libtest-compile-perl - test module for checking that scripts and modules compile
Changes:
 libtest-compile-perl (1.2.1-1) unstable; urgency=medium
 .
   * Team upload
 .
   [ Florian Schlichting ]
   * Add debian/upstream/metadata
   * Import upstream version 1.2.1
   * Declare compliance with Debian Policy 3.9.6
Checksums-Sha1:
 9232582a46f797c3294cf25bb7554be10f3224fa 19382 libtest-compile-perl_1.2.1-1_all.deb
 438aa2a317575bc3e3d35f8bb34f442b9d44f5cf 4701 libtest-compile-perl_1.2.1-1_amd64.buildinfo
Checksums-Sha256:
 c63e670be3cee6529f49e778d7995d2a9343be1a3b7eae44b1943301c285c6f6 19382 libtest-compile-perl_1.2.1-1_all.deb
 3bc9a1cb8ddffdc56287d60f93891872cebfba2bfcb7bad94effaf7ba49a02c6 4701 libtest-compile-perl_1.2.1-1_amd64.buildinfo
Files:
 04e63774b83e5701da5eb53165350dba 19382 perl optional libtest-compile-perl_1.2.1-1_all.deb
 4b4b4946bc5bc4ee934a411bb39c2775 4701 perl optional libtest-compile-perl_1.2.1-1_amd64.buildinfo
rm: missing operand
Try 'rm --help' for more information.
/srv/reproducible-results/tmp.ITmDaguFs1/tmp.GaQOo2UYjk:	 67.0% -- replaced with /srv/reproducible-results/tmp.ITmDaguFs1/tmp.GaQOo2UYjk.gz
INFO: Starting at 2015-08-30 16:37:04.273791
INFO: Finished at 2015-08-30 16:37:04.285884, took: 0:00:00.012106
Sun 30 Aug 16:37:04 UTC 2015 - /srv/jenkins/bin/reproducible_build.sh stopped running as /tmp/jenkins-script-cd5euSVy, which will now be removed.
Build step 'Execute shell' marked build as failure



More information about the Qa-jenkins-scm mailing list