[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_gamma #64263

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Sun Aug 30 22:03:26 UTC 2015


See <https://jenkins.debian.net/job/reproducible_builder_gamma/64263/>

------------------------------------------
[...truncated 633 lines...]
dpkg-source: info: unpacking libcrypt-dsa-perl_1.17-3.debian.tar.gz
dpkg-source: info: applying remove-fallback
dpkg-source: info: applying 00_use_digest_sha.diff
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 libcrypt-dsa-perl
dpkg-buildpackage: source version 1.17-3
dpkg-buildpackage: source distribution unstable
dpkg-buildpackage: source changed by Harlan Lieberman-Berg <H.LiebermanBerg at gmail.com>
 dpkg-source --before-build libcrypt-dsa-perl-1.17
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
Warning: prerequisite Digest::SHA1 0 not found.
Checking if your kit is complete...
Looks good
Generating a Unix-style Makefile
Writing Makefile for Crypt::DSA
Writing MYMETA.yml and MYMETA.json
   dh_auto_build
	make -j1
make[1]: Entering directory '/tmp/buildd/libcrypt-dsa-perl-1.17'
cp lib/Crypt/DSA/Signature.pm blib/lib/Crypt/DSA/Signature.pm
cp lib/Crypt/DSA/Key.pm blib/lib/Crypt/DSA/Key.pm
cp lib/Crypt/DSA/Key/SSH2.pm blib/lib/Crypt/DSA/Key/SSH2.pm
cp lib/Crypt/DSA/KeyChain.pm blib/lib/Crypt/DSA/KeyChain.pm
cp lib/Crypt/DSA/Key/PEM.pm blib/lib/Crypt/DSA/Key/PEM.pm
cp lib/Crypt/DSA/Util.pm blib/lib/Crypt/DSA/Util.pm
cp lib/Crypt/DSA.pm blib/lib/Crypt/DSA.pm
Manifying blib/man3/Crypt::DSA.3pm
Manifying blib/man3/Crypt::DSA::Key.3pm
Manifying blib/man3/Crypt::DSA::Key::PEM.3pm
Manifying blib/man3/Crypt::DSA::Key::SSH2.3pm
Manifying blib/man3/Crypt::DSA::KeyChain.3pm
Manifying blib/man3/Crypt::DSA::Signature.3pm
Manifying blib/man3/Crypt::DSA::Util.3pm
make[1]: Leaving directory '/tmp/buildd/libcrypt-dsa-perl-1.17'
   dh_auto_test
	make -j1 test TEST_VERBOSE=1
make[1]: Entering directory '/tmp/buildd/libcrypt-dsa-perl-1.17'
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(1, 'inc', 'blib/lib', 'blib/arch')" t/*.t
# Testing Crypt::DSA 1.17
t/00-compile.t .. 
1..1
ok 1 - use Crypt::DSA;
ok
t/01-util.t ..... 
1..13
ok 1 - bin2mp is correct for long string
ok 2 - bitsize is correct for large number
ok 3 - bitsize is correct for large mp
ok 4 - mp2bin is correct for large number
ok 5 - bin2mp is correct for short string
ok 6 - bitsize is correct for small number
ok 7 - bitsize is correct for small mp
ok 8 - mp2bin is correct for small number
ok 9 - bin2mp is correct for empty string
ok 10 - mp2bin is correct for empty string
ok 11 - mod_exp is correct
ok 12 - mod_inverse is correct
ok 13 - mod_inverse reverses correctly
ok
t/02-sign.t ..... 
1..4
ok 1 - Crypt::DSA->new ok
ok 2 - Generated key correctly
ok 3 - generated signature correctly
ok 4 - verified signature correctly
ok
t/03-keygen.t ... 
1..18
ok 1 - Key generated of size 512 bits
ok 2 - Key is 512 bits
ok 3 - p of appropriate size (512 bits)
ok 4 - q of appropriate size (512 bits)
ok 5 - Consistency check 1 (512 bits)
ok 6 - Consistency check 2 (512 bits)
ok 7 - Key generated of size 768 bits
ok 8 - Key is 768 bits
ok 9 - p of appropriate size (768 bits)
ok 10 - q of appropriate size (768 bits)
ok 11 - Consistency check 1 (768 bits)
ok 12 - Consistency check 2 (768 bits)
ok 13 - Key generated of size 1024 bits
ok 14 - Key is 1024 bits
ok 15 - p of appropriate size (1024 bits)
ok 16 - q of appropriate size (1024 bits)
ok 17 - Consistency check 1 (1024 bits)
ok 18 - Consistency check 2 (1024 bits)
ok
t/04-pem.t ...... 
1..26
ok 1 - Signature created correctly using Crypt::DSA->sign
ok 2 - Signature serialized correctly
ok 3 - Signature created correctly using Crypt::DSA::Signature
ok 4 - ->r of both signatures is identical
ok 5 - ->s of both signatures is identical
ok 6 - Writing key works.
ok 7 - Load key using Crypt::DSA::key
ok 8 - ->p of both keys is identical
ok 9 - ->q of both keys is identical
ok 10 - ->g of both keys is identical
ok 11 - ->pub_key of both keys is identical
ok 12 - ->priv_key of both keys is identical
ok 13 - Writing keyfile with password works
ok 14 - Reading keyfile with password works
ok 15 - ->p of both keys is identical
ok 16 - ->q of both keys is identical
ok 17 - ->g of both keys is identical
ok 18 - ->pub_key of both keys is identical
ok 19 - ->priv_key of both keys is identical
ok 20 - Writing keyfile without private key works
ok 21 - Reading keyfile without private key works
ok 22 - ->p of both keys is identical
ok 23 - ->q of both keys is identical
ok 24 - ->g of both keys is identical
ok 25 - ->pub_key of both keys is identical
ok 26 - No private key
ok
# This takes a couple of minutes on slower machines.
t/06-fips.t ..... 
1..9
ok 1 - Crypt::DSA->new worked
ok 2 - Crypt::DSA::KeyChain->new worked
ok 3 - ->p returns expected value
ok 4 - ->q returns expected value
ok 5 - ->g returns expected value
ok 6 - Consistency check 1
ok 7 - Consistency check 2
ok 8 - Consistency check 3
ok 9 - Signing and verifying ok
ok
t/07-openid.t ... 
1..11
ok 1 - Created Crypt::DSA object
ok 2 - Parsed key
ok 3 - key->p is correct
ok 4 - key->q is correct
ok 5 - key->g is correct
ok 6 - key->pub_key is correct
ok 7 - Parsed raw ASN.1 signature
ok 8 - Parsed base64-encoded signature
ok 9 - sig->r is correct
ok 10 - sig->s is correct
ok 11 - Signature is verified
ok
All tests successful.
Files=7, Tests=82, 256 wallclock secs ( 0.07 usr  0.02 sys + 252.89 cusr  0.18 csys = 253.16 CPU)
Result: PASS
make[1]: Leaving directory '/tmp/buildd/libcrypt-dsa-perl-1.17'
 fakeroot debian/rules binary
dh binary
   dh_testroot
   dh_prep
   dh_auto_install
	make -j1 install DESTDIR=/tmp/buildd/libcrypt-dsa-perl-1.17/debian/libcrypt-dsa-perl AM_UPDATE_INFO_DIR=no PREFIX=/usr
make[1]: Entering directory '/tmp/buildd/libcrypt-dsa-perl-1.17'
Installing /tmp/buildd/libcrypt-dsa-perl-1.17/debian/libcrypt-dsa-perl/usr/share/perl5/Crypt/DSA.pm
Installing /tmp/buildd/libcrypt-dsa-perl-1.17/debian/libcrypt-dsa-perl/usr/share/perl5/Crypt/DSA/Util.pm
Installing /tmp/buildd/libcrypt-dsa-perl-1.17/debian/libcrypt-dsa-perl/usr/share/perl5/Crypt/DSA/KeyChain.pm
Installing /tmp/buildd/libcrypt-dsa-perl-1.17/debian/libcrypt-dsa-perl/usr/share/perl5/Crypt/DSA/Key.pm
Installing /tmp/buildd/libcrypt-dsa-perl-1.17/debian/libcrypt-dsa-perl/usr/share/perl5/Crypt/DSA/Signature.pm
Installing /tmp/buildd/libcrypt-dsa-perl-1.17/debian/libcrypt-dsa-perl/usr/share/perl5/Crypt/DSA/Key/PEM.pm
Installing /tmp/buildd/libcrypt-dsa-perl-1.17/debian/libcrypt-dsa-perl/usr/share/perl5/Crypt/DSA/Key/SSH2.pm
Installing /tmp/buildd/libcrypt-dsa-perl-1.17/debian/libcrypt-dsa-perl/usr/share/man/man3/Crypt::DSA::Util.3pm
Installing /tmp/buildd/libcrypt-dsa-perl-1.17/debian/libcrypt-dsa-perl/usr/share/man/man3/Crypt::DSA::Signature.3pm
Installing /tmp/buildd/libcrypt-dsa-perl-1.17/debian/libcrypt-dsa-perl/usr/share/man/man3/Crypt::DSA::KeyChain.3pm
Installing /tmp/buildd/libcrypt-dsa-perl-1.17/debian/libcrypt-dsa-perl/usr/share/man/man3/Crypt::DSA::Key::SSH2.3pm
Installing /tmp/buildd/libcrypt-dsa-perl-1.17/debian/libcrypt-dsa-perl/usr/share/man/man3/Crypt::DSA::Key::PEM.3pm
Installing /tmp/buildd/libcrypt-dsa-perl-1.17/debian/libcrypt-dsa-perl/usr/share/man/man3/Crypt::DSA::Key.3pm
Installing /tmp/buildd/libcrypt-dsa-perl-1.17/debian/libcrypt-dsa-perl/usr/share/man/man3/Crypt::DSA.3pm
make[1]: Leaving directory '/tmp/buildd/libcrypt-dsa-perl-1.17'
   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 'libcrypt-dsa-perl' in '../libcrypt-dsa-perl_1.17-3_all.deb'.
 dpkg-genbuildinfo  >../libcrypt-dsa-perl_1.17-3_amd64.buildinfo
 dpkg-distaddfile libcrypt-dsa-perl_1.17-3_amd64.buildinfo perl optional
dpkg-distaddfile: warning: File::FcntlLock not available; using flock which is not NFS-safe
 dpkg-genchanges -b >../libcrypt-dsa-perl_1.17-3_amd64.changes
dpkg-genchanges: binary-only upload (no source code included)
 dpkg-source --after-build libcrypt-dsa-perl-1.17
dpkg-buildpackage: binary-only upload (no source included)
I: user script /var/cache/pbuilder/build//7376/tmp/hooks/B01_cleanup starting
I: user script /var/cache/pbuilder/build//7376/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//7376 and its subdirectories
I: Current time: lundi 31 août 2015, 12:03:25 (UTC+1400)
+ false
+ set +x
I: pbuilder-time-stamp: 1440972205
Format: 1.8
Date: Mon, 03 Oct 2011 14:39:15 -0400
Source: libcrypt-dsa-perl
Binary: libcrypt-dsa-perl
Architecture: all amd64
Version: 1.17-3
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
Changed-By: Harlan Lieberman-Berg <H.LiebermanBerg at gmail.com>
Description:
 libcrypt-dsa-perl - Perl module for DSA Signatures and Key Generation
Closes: 644189
Changes:
 libcrypt-dsa-perl (1.17-3) unstable; urgency=low
 .
   * Team upload.
   * Add patch to remove fallback to Data::Random (Closes: #644189).
Checksums-Sha1:
 01eb3523a485771a96263ba15e56968b7ec1310f 33464 libcrypt-dsa-perl_1.17-3_all.deb
 5881f7ddac2c3338b66a360173f0db96a83ccd24 4895 libcrypt-dsa-perl_1.17-3_amd64.buildinfo
Checksums-Sha256:
 54107fa419abfe603f4c333e2fa47153b4a5ed65066be19b62bb1994f3cd861c 33464 libcrypt-dsa-perl_1.17-3_all.deb
 9604b594f8407e1a914a01a91d69da212f24122b0a7bcadb708a4013dab0ce0c 4895 libcrypt-dsa-perl_1.17-3_amd64.buildinfo
Files:
 4210a79765ff6c8a3474dae9de25e142 33464 perl optional libcrypt-dsa-perl_1.17-3_all.deb
 0af7576c3e0029269a2761fcbdfeacb5 4895 perl optional libcrypt-dsa-perl_1.17-3_amd64.buildinfo
rm: missing operand
Try 'rm --help' for more information.
/srv/reproducible-results/tmp.IELAAw1dBR/tmp.Nf5qjwSWRZ:	 70.9% -- replaced with /srv/reproducible-results/tmp.IELAAw1dBR/tmp.Nf5qjwSWRZ.gz
INFO: Starting at 2015-08-30 22:03:26.026655
INFO: Finished at 2015-08-30 22:03:26.039829, took: 0:00:00.013190
Sun 30 Aug 22:03:26 UTC 2015 - /srv/jenkins/bin/reproducible_build.sh stopped running as /tmp/jenkins-script-wc6K9Q4w, which will now be removed.
Build step 'Execute shell' marked build as failure



More information about the Qa-jenkins-scm mailing list