[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_alpha #50166

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Thu Jun 11 17:50:27 UTC 2015


See <https://jenkins.debian.net/job/reproducible_builder_alpha/50166/>

------------------------------------------
[...truncated 455 lines...]
Building tag database...
 -> Finished parsing the build-deps
Reading package lists...
Building dependency tree...
Reading state information...
fakeroot is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
I: Copying source file
I: copying [libdevel-globaldestruction-perl_0.13-1.dsc]
I: copying [./libdevel-globaldestruction-perl_0.13.orig.tar.gz]
I: copying [./libdevel-globaldestruction-perl_0.13-1.debian.tar.xz]
I: Extracting source
gpgv: keyblock resource `/tmp/buildd/.gnupg/trustedkeys.gpg': file open error
gpgv: Signature made Wed Aug 27 00:23:37 2014 GMT-14 using DSA key ID EE3BC279
gpgv: Can't check signature: public key not found
dpkg-source: warning: failed to verify signature on ./libdevel-globaldestruction-perl_0.13-1.dsc
dpkg-source: info: extracting libdevel-globaldestruction-perl in libdevel-globaldestruction-perl-0.13
dpkg-source: info: unpacking libdevel-globaldestruction-perl_0.13.orig.tar.gz
dpkg-source: info: unpacking libdevel-globaldestruction-perl_0.13-1.debian.tar.xz
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 libdevel-globaldestruction-perl
dpkg-buildpackage: source version 0.13-1
dpkg-buildpackage: source distribution unstable
dpkg-buildpackage: source changed by Angel Abad <angel at debian.org>
 dpkg-source --before-build libdevel-globaldestruction-perl-0.13
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 Makefile.PL INSTALLDIRS=vendor
Checking if your kit is complete...
Looks good
Generating a Unix-style Makefile
Writing Makefile for Devel::GlobalDestruction
Writing MYMETA.yml and MYMETA.json
   dh_auto_build
	make -j1
make[1]: Entering directory '/tmp/buildd/libdevel-globaldestruction-perl-0.13'
cp lib/Devel/GlobalDestruction.pm blib/lib/Devel/GlobalDestruction.pm
Manifying blib/man3/Devel::GlobalDestruction.3pm
make[1]: Leaving directory '/tmp/buildd/libdevel-globaldestruction-perl-0.13'
   dh_auto_test
	make -j1 test TEST_VERBOSE=1
make[1]: Entering directory '/tmp/buildd/libdevel-globaldestruction-perl-0.13'
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(1, 'blib/lib', 'blib/arch')" t/*.t
t/01_basic.t ......... 
1..9
ok - use Devel::GlobalDestruction
ok - exported
ok - defined prototype
ok - empty prototype
ok - Runtime is not GD
ok - Object destruction in END not considered GD
ok - Not yet in GD while in END block 1
ok - Not yet in GD while in END block 2
ok - Final cleanup object destruction properly in GD
ok
t/02_thread.t ........ 
1..9
ok - use Devel::GlobalDestruction
ok - exported
ok - defined prototype
ok - empty prototype
ok - Runtime is not GD
ok - Object destruction in END not considered GD
ok - Not yet in GD while in END block 1
ok - Not yet in GD while in END block 2
ok - Final cleanup object destruction properly in GD
ok
t/03_minusc.t syntax OK
t/03_minusc.t ........ 
1..3
ok - Test properly running under minus-c
ok - BEGIN is not GD with -c
ok - Final cleanup object destruction properly in GD
ok
t/04_phases.t ........ 
1..10
ok - BEGIN is not GD
ok - DESTROY in BEGIN still not GD
ok - UNITCHECK is not GD
ok - DESTROY in UNITCHECK still not GD
ok - CHECK is not GD
ok - DESTROY in CHECK still not GD
ok - INIT is not GD
ok - DESTROY in INIT still not GD
ok - END is not GD
ok - DESTROY in END still not GD
ok
t/05_thread_clone.t .. 
1..4
ok - CLONE is not GD
ok - DESTROY during CLONE is not GD
ok - Final cleanup object destruction properly in GD in thread
ok - Final cleanup object destruction properly in GD in main program
ok
t/06_load-in-gd.t .... 
1..3
ok 1 - alive during runtime
ok 2 - alive during END
ok 3 - global destruct detected when loaded during GD
ok
/tmp/buildd/libdevel-globaldestruction-perl-0.13/t/03_minusc.t syntax OK
t/10_pure-perl.t ..... 
1..6
   1..3
   ok 1 - alive during runtime
   ok 2 - alive during END
   ok 3 - global destruct detected when loaded during GD
ok - Exit 0 from: /usr/bin/perl /tmp/buildd/libdevel-globaldestruction-perl-0.13/t/06_load-in-gd.t
   1..4
   ok - CLONE is not GD
   ok - DESTROY during CLONE is not GD
   ok - Final cleanup object destruction properly in GD in thread
   ok - Final cleanup object destruction properly in GD in main program
ok - Exit 0 from: /usr/bin/perl /tmp/buildd/libdevel-globaldestruction-perl-0.13/t/05_thread_clone.t
   1..10
   ok - BEGIN is not GD
   ok - DESTROY in BEGIN still not GD
   ok - UNITCHECK is not GD
   ok - DESTROY in UNITCHECK still not GD
   ok - CHECK is not GD
   ok - DESTROY in CHECK still not GD
   ok - INIT is not GD
   ok - DESTROY in INIT still not GD
   ok - END is not GD
   ok - DESTROY in END still not GD
ok - Exit 0 from: /usr/bin/perl /tmp/buildd/libdevel-globaldestruction-perl-0.13/t/04_phases.t
   1..3
   ok - Test properly running under minus-c
   ok - BEGIN is not GD with -c
   ok - Final cleanup object destruction properly in GD
ok - Exit 0 from: /usr/bin/perl /tmp/buildd/libdevel-globaldestruction-perl-0.13/t/03_minusc.t
   1..9
   ok - use Devel::GlobalDestruction
   ok - exported
   ok - defined prototype
   ok - empty prototype
   ok - Runtime is not GD
   ok - Object destruction in END not considered GD
   ok - Not yet in GD while in END block 1
   ok - Not yet in GD while in END block 2
   ok - Final cleanup object destruction properly in GD
ok - Exit 0 from: /usr/bin/perl /tmp/buildd/libdevel-globaldestruction-perl-0.13/t/02_thread.t
   1..9
   ok - use Devel::GlobalDestruction
   ok - exported
   ok - defined prototype
   ok - empty prototype
   ok - Runtime is not GD
   ok - Object destruction in END not considered GD
   ok - Not yet in GD while in END block 1
   ok - Not yet in GD while in END block 2
   ok - Final cleanup object destruction properly in GD
ok - Exit 0 from: /usr/bin/perl /tmp/buildd/libdevel-globaldestruction-perl-0.13/t/01_basic.t
ok
All tests successful.
Files=7, Tests=44,  1 wallclock secs ( 0.08 usr  0.02 sys +  0.31 cusr  0.07 csys =  0.48 CPU)
Result: PASS
make[1]: Leaving directory '/tmp/buildd/libdevel-globaldestruction-perl-0.13'
 fakeroot debian/rules binary
dh binary
   dh_testroot
   dh_prep
   dh_auto_install
	make -j1 install DESTDIR=/tmp/buildd/libdevel-globaldestruction-perl-0.13/debian/libdevel-globaldestruction-perl AM_UPDATE_INFO_DIR=no PREFIX=/usr
make[1]: Entering directory '/tmp/buildd/libdevel-globaldestruction-perl-0.13'
Installing /tmp/buildd/libdevel-globaldestruction-perl-0.13/debian/libdevel-globaldestruction-perl/usr/share/perl5/Devel/GlobalDestruction.pm
Installing /tmp/buildd/libdevel-globaldestruction-perl-0.13/debian/libdevel-globaldestruction-perl/usr/share/man/man3/Devel::GlobalDestruction.3pm
make[1]: Leaving directory '/tmp/buildd/libdevel-globaldestruction-perl-0.13'
   dh_installdocs
   dh_installchangelogs
   dh_installman
   dh_perl
   dh_link
   dh_strip_nondeterminism
   dh_compress
   dh_fixperms
   dh_installdeb
   dh_gencontrol
dpkg-gencontrol: warning: Depends field of package libdevel-globaldestruction-perl: unknown substitution variable ${shlibs:Depends}
dpkg-gencontrol: warning: File::FcntlLock not available; using flock which is not NFS-safe
   dh_md5sums
   dh_builddeb
dpkg-deb: building package 'libdevel-globaldestruction-perl' in '../libdevel-globaldestruction-perl_0.13-1_all.deb'.
 dpkg-genbuildinfo  >../libdevel-globaldestruction-perl_0.13-1_amd64.buildinfo
 dpkg-distaddfile libdevel-globaldestruction-perl_0.13-1_amd64.buildinfo perl optional
dpkg-distaddfile: warning: File::FcntlLock not available; using flock which is not NFS-safe
 dpkg-genchanges -b >../libdevel-globaldestruction-perl_0.13-1_amd64.changes
dpkg-genchanges: binary-only upload (no source code included)
 dpkg-source --after-build libdevel-globaldestruction-perl-0.13
dpkg-buildpackage: binary-only upload (no source included)
W: no hooks of type B found -- ignoring
I: unmounting /sys 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//12668 and its subdirectories
I: Current time: Fri Jun 12 07:50:26 GMT-14 2015
I: pbuilder-time-stamp: 1434045026
+ false
+ set +x
Format: 1.8
Date: Tue, 26 Aug 2014 12:16:08 +0200
Source: libdevel-globaldestruction-perl
Binary: libdevel-globaldestruction-perl
Architecture: all amd64
Version: 0.13-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
Changed-By: Angel Abad <angel at debian.org>
Description:
 libdevel-globaldestruction-perl - module to expose the flag that marks global destruction
Changes:
 libdevel-globaldestruction-perl (0.13-1) unstable; urgency=medium
 .
   [ gregor herrmann ]
   * Strip trailing slash from metacpan URLs.
 .
   [ Salvatore Bonaccorso ]
   * Update Vcs-Browser URL to cgit web frontend
 .
   [ Angel Abad ]
   * Imported Upstream version 0.13
   * debian/control: Use Build-Depends-Indep instead of Build-Depends
   * debian/copyright: Update debian/* years
Checksums-Sha1:
 34e074bbb7b12ed9b110714c337eca8ba8c87b32 8606 libdevel-globaldestruction-perl_0.13-1_all.deb
 e47464e925540402dcdb48ac27c973acdd05c664 4661 libdevel-globaldestruction-perl_0.13-1_amd64.buildinfo
Checksums-Sha256:
 77ae321cfdb9aec6156ad61b1d3687d6e601bfd9aa28eb5a0f1fce90186ab67e 8606 libdevel-globaldestruction-perl_0.13-1_all.deb
 015553cd95402ef920c7a327bf129eed959b04d3e6b60585c3751536b9a19cdd 4661 libdevel-globaldestruction-perl_0.13-1_amd64.buildinfo
Files:
 0b020c29952b987954782cfab1f37194 8606 perl optional libdevel-globaldestruction-perl_0.13-1_all.deb
 37393f040f9d5ac51e79abfe0197457b 4661 perl optional libdevel-globaldestruction-perl_0.13-1_amd64.buildinfo
rm: cannot remove ‘/tmp/tmp.Hu9FzPzhDT’: No such file or directory
rm: cannot remove ‘/tmp/tmp.4P9BDbRLDS’: No such file or directory
Thu 11 Jun 17:50:26 UTC 2015 - /srv/jenkins/bin/reproducible_build.sh stopped running as /tmp/jenkins-script-o1PsQG2f, which will now be removed.
Build step 'Execute shell' marked build as failure



More information about the Qa-jenkins-scm mailing list