[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_beta #42161

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Thu Apr 30 14:41:22 UTC 2015


See <https://jenkins.debian.net/job/reproducible_builder_beta/42161/>

------------------------------------------
[...truncated 341 lines...]
Version: 0.invalid.0
Architecture: amd64
Maintainer: Debian Pbuilder Team <pbuilder-maint at lists.alioth.debian.org>
Description: Dummy package to satisfy dependencies with aptitude - created by pbuilder
 This package was created automatically by pbuilder to satisfy the
 build-dependencies of the package being currently built.
Depends: debhelper (>= 8), perl, liblog-message-simple-perl | perl (<< 5.17)
dpkg-deb: building package 'pbuilder-satisfydepends-dummy' in '/tmp/satisfydepends-aptitude/pbuilder-satisfydepends-dummy.deb'.
Selecting previously unselected package pbuilder-satisfydepends-dummy.
(Reading database ... 13556 files and directories currently installed.)
Preparing to unpack .../pbuilder-satisfydepends-dummy.deb ...
Unpacking pbuilder-satisfydepends-dummy (0.invalid.0) ...
dpkg: pbuilder-satisfydepends-dummy: dependency problems, but configuring anyway as you requested:
 pbuilder-satisfydepends-dummy depends on liblog-message-simple-perl | perl (<< 5.17); however:
  Package liblog-message-simple-perl is not installed.
  Version of perl on system is 5.20.2-4.

Setting up pbuilder-satisfydepends-dummy (0.invalid.0) ...
Reading package lists...
Building dependency tree...
Reading state information...
Initializing package states...
Writing extended state information...
Building tag database...
The following NEW packages will be installed:
  liblog-message-perl{a} liblog-message-simple-perl{a} 
0 packages upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
Need to get 34.1 kB of archives. After unpacking 148 kB will be used.
Writing extended state information...
Get: 1 http://ftp.de.debian.org/debian/ unstable/main liblog-message-perl all 0.8-1 [26.0 kB]
Get: 2 http://ftp.de.debian.org/debian/ unstable/main liblog-message-simple-perl all 0.10-2 [8126 B]
Fetched 34.1 kB in 0s (0 B/s)
debconf: delaying package configuration, since apt-utils is not installed
Selecting previously unselected package liblog-message-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 ... 13556 files and directories currently installed.)
Preparing to unpack .../liblog-message-perl_0.8-1_all.deb ...
Unpacking liblog-message-perl (0.8-1) ...
Selecting previously unselected package liblog-message-simple-perl.
Preparing to unpack .../liblog-message-simple-perl_0.10-2_all.deb ...
Unpacking liblog-message-simple-perl (0.10-2) ...
Processing triggers for man-db (2.7.0.2-5) ...
Setting up liblog-message-perl (0.8-1) ...
Setting up liblog-message-simple-perl (0.10-2) ...
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.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
I: Copying source file
I: copying [libterm-ui-perl_0.42-1.dsc]
I: copying [./libterm-ui-perl_0.42.orig.tar.gz]
I: copying [./libterm-ui-perl_0.42-1.debian.tar.gz]
I: Extracting source
gpgv: keyblock resource `/tmp/buildd/.gnupg/trustedkeys.gpg': file open error
gpgv: Signature made Sat Jan  4 23:18:17 2014 GMT-14 using RSA key ID 1343CF44
gpgv: Can't check signature: public key not found
dpkg-source: warning: failed to verify signature on ./libterm-ui-perl_0.42-1.dsc
dpkg-source: info: extracting libterm-ui-perl in libterm-ui-perl-0.42
dpkg-source: info: unpacking libterm-ui-perl_0.42.orig.tar.gz
dpkg-source: info: unpacking libterm-ui-perl_0.42-1.debian.tar.gz
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" dpkg-buildpackage -us -uc  -b -rfakeroot
dpkg-buildpackage: source package libterm-ui-perl
dpkg-buildpackage: source version 0.42-1
dpkg-buildpackage: source distribution unstable
dpkg-buildpackage: source changed by Salvatore Bonaccorso <carnil at debian.org>
 dpkg-source --before-build libterm-ui-perl-0.42
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 Term::UI
Writing MYMETA.yml and MYMETA.json
   dh_auto_build
	make -j1
make[1]: Entering directory '/tmp/buildd/libterm-ui-perl-0.42'
cp lib/Term/UI.pm blib/lib/Term/UI.pm
cp lib/Term/UI/History.pm blib/lib/Term/UI/History.pm
Manifying blib/man3/Term::UI.3pm
Manifying blib/man3/Term::UI::History.3pm
make[1]: Leaving directory '/tmp/buildd/libterm-ui-perl-0.42'
   dh_auto_test
	make -j1 test TEST_VERBOSE=1
make[1]: Entering directory '/tmp/buildd/libterm-ui-perl-0.42'
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
# Testing Term::UI 0.42
t/00_load.t ..... 
ok 1 - use Term::UI;
1..1
ok
t/01_history.t .. 
ok 1 - use Term::UI::History;
ok 2 - Term::UI::History->can('history')
ok 3 - main->can('history')
ok 4 - Message recorded
ok 5 -    With appropriate content
ok 6 -    Stack flushed
ok 7 - Message recorded
ok 8 -    With appropriate content
ok 9 - File 37289.tmp exists
ok 10 -    File has size
ok 11 -    File has same content
ok 12 -    File 37289.tmp removed
1..12
ok
t/02_ui.t ....... 
1..21
ok 1 - use Term::UI;
ok 2 # skip not on a terminal
ok 3 # skip not on a terminal
ok 4 # skip not on a terminal
ok 5 # skip not on a terminal
ok 6 # skip not on a terminal
ok 7 # skip not on a terminal
ok 8 # skip not on a terminal
ok 9 # skip not on a terminal
ok 10 # skip not on a terminal
ok 11 # skip not on a terminal
ok 12 # skip not on a terminal
ok 13 # skip not on a terminal
ok 14 # skip not on a terminal
ok 15 # skip not on a terminal
ok 16 # skip not on a terminal
ok 17 # skip not on a terminal
ok 18 # skip not on a terminal
ok 19 # skip not on a terminal
ok 20 # skip not on a terminal
ok 21 # skip not on a terminal
ok
All tests successful.
Files=3, Tests=34,  0 wallclock secs ( 0.02 usr  0.02 sys +  0.19 cusr  0.04 csys =  0.27 CPU)
Result: PASS
make[1]: Leaving directory '/tmp/buildd/libterm-ui-perl-0.42'
 fakeroot debian/rules binary
dh binary
   dh_testroot
   dh_prep
   dh_auto_install
	make -j1 install DESTDIR=/tmp/buildd/libterm-ui-perl-0.42/debian/libterm-ui-perl AM_UPDATE_INFO_DIR=no PREFIX=/usr
make[1]: Entering directory '/tmp/buildd/libterm-ui-perl-0.42'
Installing /tmp/buildd/libterm-ui-perl-0.42/debian/libterm-ui-perl/usr/share/perl5/Term/UI.pm
Installing /tmp/buildd/libterm-ui-perl-0.42/debian/libterm-ui-perl/usr/share/perl5/Term/UI/History.pm
Installing /tmp/buildd/libterm-ui-perl-0.42/debian/libterm-ui-perl/usr/share/man/man3/Term::UI::History.3pm
Installing /tmp/buildd/libterm-ui-perl-0.42/debian/libterm-ui-perl/usr/share/man/man3/Term::UI.3pm
make[1]: Leaving directory '/tmp/buildd/libterm-ui-perl-0.42'
   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 'libterm-ui-perl' in '../libterm-ui-perl_0.42-1_all.deb'.
 dpkg-genbuildinfo  >../libterm-ui-perl_0.42-1_amd64.buildinfo
 dpkg-distaddfile libterm-ui-perl_0.42-1_amd64.buildinfo perl optional
dpkg-distaddfile: warning: File::FcntlLock not available; using flock which is not NFS-safe
 dpkg-genchanges -b >../libterm-ui-perl_0.42-1_amd64.changes
dpkg-genchanges: binary-only upload (no source code included)
 dpkg-source --after-build libterm-ui-perl-0.42
dpkg-buildpackage: binary-only upload (no source included)
W: no hooks of type B found -- ignoring
I: unmounting /sys filesystem
I: unmounting /run/shm filesystem
I: unmounting /dev/shm filesystem
I: unmounting dev/pts filesystem
I: unmounting proc filesystem
I: cleaning the build env 
I: removing directory /var/cache/pbuilder/build//20869 and its subdirectories
I: Current time: Fri May  1 04:40:51 GMT-14 2015
I: pbuilder-time-stamp: 1430404851
+ set +x
Format: 1.8
Date: Sat, 04 Jan 2014 10:16:52 +0100
Source: libterm-ui-perl
Binary: libterm-ui-perl
Architecture: all amd64
Version: 0.42-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
Changed-By: Salvatore Bonaccorso <carnil at debian.org>
Description:
 libterm-ui-perl - Term::ReadLine UI made easy
Changes:
 libterm-ui-perl (0.42-1) unstable; urgency=medium
 .
   * Team upload.
   * Imported Upstream version 0.42
   * Declare compliance with Debian policy 3.9.5
Checksums-Sha1:
 bc2008d08dd99972a0900d1173c86564723c1c0d 19224 libterm-ui-perl_0.42-1_all.deb
 5172d0199321cf9bec84c28b4dd5a2cd5aeab3a4 4604 libterm-ui-perl_0.42-1_amd64.buildinfo
Checksums-Sha256:
 521535ddedc5553fe4af2ea1addc50c94506f4791bbdb884928f8df2cc864e9b 19224 libterm-ui-perl_0.42-1_all.deb
 7b9a24ea38d3b7ed5b024d08aef0813f1b217fa2e60f3dc622e5c3c3018b8878 4604 libterm-ui-perl_0.42-1_amd64.buildinfo
Files:
 f28346d87d08a3bb0262f04a23913489 19224 perl optional libterm-ui-perl_0.42-1_all.deb
 ef64efab06d2e86335df54464b00e9fb 4604 perl optional libterm-ui-perl_0.42-1_amd64.buildinfo
sleeping 15s, debbindiff schroot is locked.
sleeping 15s, debbindiff schroot is locked.

Thu Apr 30 14:41:22 UTC 2015 - /srv/jenkins/bin/reproducible_build.sh stopped running as /tmp/jenkins-script-m5ON5eJy, which will now be removed.
Build step 'Execute shell' marked build as failure



More information about the Qa-jenkins-scm mailing list