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

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Sun Aug 30 22:04:51 UTC 2015


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

------------------------------------------
[...truncated 933 lines...]
ok 13 - isEncrypted ref
ok 14 - sign
ok 15 - signed
ok 16 - setPublicKey (one key)
ok 17 - check
ok 18 - $verify eq check(sign($plain))
ok 19 - setPublicKey (two keys)
ok 20 - encrypt
ok 21 - isEncrypted
ok 22 - decrypt (by sender's key)
ok 23 - $plain eq decrypt(encrypt($plain))
ok 24 - decrypt (by recipient's key)
ok
# Using `/usr/bin/openssl' to generate a keypair
t/02-smime.more.t ..... 
1..13
ok 1 - use Crypt::SMIME;
ok 2 - new instance of Crypt::SMIME
ok 3 - got anything from $smime->sign
ok 4 - all \n in signed are part of \r\n
ok 5 - prepared mime message
ok 6 - outer headers of prepared mime message
ok 7 - prepared message is apprers in signed message too
ok 8 - outer headers of prepared message is apprers in signed message too
ok 9 - got anything from $smime->signonly
ok 10 - all \n in signed_only are part of \r\n
ok 11 - got anything from $smime->encrypt
ok 12 - got anything from $smime->decrypt
ok 13 - verify result of decrypt.
ok
# Using `/usr/bin/openssl' to generate a keypair
t/03-chained-certs.t .. 
1..8
ok 1 - use Crypt::SMIME;
ok 2 - new
ok 3 - setPrivateKey(USER)
ok 4 - setPublicKey(INTERMED-1 & INTERMED-2)
ok 5 - sign($plain)
ok 6 - setPublicKey(ROOT)
ok 7 - check
ok 8 - $verified eq check(sign($plain))
ok
# Using `/usr/bin/openssl' to generate a keypair
t/04-taint.t .......... 
1..6
ok 1 - use Crypt::SMIME;
ok 2 - Taint checking is on
    # Subtest: Untainted
    1..18
    ok 1 - Set an untainted keypair
    ok 2 - Set un untainted public key
    ok 3 - Set un untainted public key
    ok 4 - Sign an untainted message
    ok 5 - The signed message shall be untainted
    ok 6 - isSigned() on an untainted signed message shall succeed
    ok 7 - Verify an untainted message
    ok 8 - The verified message shall be untainted
    ok 9 - Encrypt an untainted message
    ok 10 - The encrypted message shall be untainted
    ok 11 - isEncrypted() on an untainted encrypted message shall succeed
    ok 12 - Decrypt an untainted message
    ok 13 - The decrypted message shall be untainted
    ok 14 - The decrypted message matches to the original
    ok 15 - Extract certificates from an untainted message
    ok 16 - The extracted certificates shall be untainted
    ok 17 - Extract signer certificates from an untainted message
    ok 18 - The extracted certificates shall be untainted
ok 3 - Untainted
    # Subtest: Tainted keypair
    1..18
    ok 1 - Set a tainted keypair
    ok 2 - Set un untainted public key
    ok 3 - Set un untainted public key
    ok 4 - The context itself is not tainted
    ok 5 - Sign an untainted message
    ok 6 - The signed message shall be tainted
    ok 7 - Verify an untainted message
    ok 8 - The verified message shall be untainted
    ok 9 - Encrypt an untainted message
    ok 10 - The encrypted message shall be untainted
    ok 11 - isEncrypted() on an untainted encrypted message shall succeed
    ok 12 - Decrypt an untainted message
    ok 13 - The decrypted message shall be tainted
    ok 14 - The decrypted message matches to the original
    ok 15 - Extract certificates from a tainted message
    ok 16 - The extracted certificates shall be tainted
    ok 17 - Extract signer certificates from an tainted message
    ok 18 - The extracted certificates shall be tainted
ok 4 - Tainted keypair
    # Subtest: Tainted plain text
    1..13
    ok 1 - Set an untainted keypair
    ok 2 - Set an untainted public key
    ok 3 - Set an untainted public key
    ok 4 - Sign a tainted message
    ok 5 - The signed message shall be tainted
    ok 6 - Verify a tainted message
    ok 7 - The verified message shall be tainted (because we haven't verified the cleanliness of message itself)
    ok 8 - Encrypt a tainted message
    ok 9 - The encrypted message shall be tainted
    ok 10 - isEncrypted() on a tainted encrypted message shall succeed
    ok 11 - Decrypt a tainted message
    ok 12 - The decrypted message shall be tainted
    ok 13 - The decrypted message matches to the original
ok 5 - Tainted plain text
    # Subtest: Tainted public keys
    1..20
    ok 1 - Set an untainted keypair
    ok 2 - Set a tainted public key
    ok 3 - Set a tainted public key
    ok 4 - Sign an untainted message
    ok 5 - The signed message shall be tainted (because we signed it with a tainted key)
    ok 6 - Verify an untainted message
    ok 7 - The verified message shall be tainted (because we verified it with a tainted key)
    ok 8 - Encrypt an untainted message
    ok 9 - The encrypted message shall be tainted (because we encrypted it with a tainted key)
    ok 10 - isEncrypted() on a tainted encrypted message shall succeed
    ok 11 - Decrypt a tainted message
    ok 12 - The decrypted message shall be tainted
    ok 13 - The decrypted message matches to the original
    ok 14 - Load the default public key store
    ok 15 - Sign an untainted message
    ok 16 - The signed message shall be tainted (because we haven't removed our tainted key)
    ok 17 - Clear the public key store
    ok 18 - Load the default public key store
    ok 19 - Sign an untainted message
    ok 20 - The signed message shall be untainted now
ok 6 - Tainted public keys
ok
t/boilerplate.t ....... 
1..3
ok 1 - README contains no boilerplate text
ok 2 - Changes contains no boilerplate text
ok 3 - SMIME.pl contains no boilerplate text
ok
t/dependencies.t ...... 
ok 1 - META.yml is present and readable
ok 2 - run-time dependency 'XSLoader' has been in core since before 5.8.3
ok 3 - build-time dependency 'Config' has been in core since before 5.8.3
ok 4 - build_requires('ExtUtils::PkgConfig') in Makefile.PL
ok 5 - build-time dependency 'File::Spec' has been in core since before 5.8.3
ok 6 - build-time dependency 'File::Temp' has been in core since before 5.8.3
ok 7 - build_requires('Test::Exception') in Makefile.PL
ok 8 - build-time dependency 'Test::More' has been in core since before 5.8.3
1..8
ok
t/pod-coverage.t ...... 
1..1
ok 1 - Pod coverage on Crypt::SMIME
ok
t/pod.t ............... 
1..2
ok 1 - POD test for blib/lib/Crypt/SMIME.pm
ok 2 - POD test for blib/lib/Crypt/SMIME/JA.pod
ok
All tests successful.
Files=9, Tests=66,  5 wallclock secs ( 0.10 usr  0.03 sys +  4.70 cusr  0.44 csys =  5.27 CPU)
Result: PASS
make[1]: Leaving directory '/tmp/buildd/libcrypt-smime-perl-0.15'
 fakeroot debian/rules binary
dh binary
   dh_testroot
   dh_prep
   dh_auto_install
	make -j1 install DESTDIR=/tmp/buildd/libcrypt-smime-perl-0.15/debian/libcrypt-smime-perl AM_UPDATE_INFO_DIR=no PREFIX=/usr
make[1]: Entering directory '/tmp/buildd/libcrypt-smime-perl-0.15'
Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
Installing /tmp/buildd/libcrypt-smime-perl-0.15/debian/libcrypt-smime-perl/usr/lib/x86_64-linux-gnu/perl5/5.20/auto/Crypt/SMIME/SMIME.so
Installing /tmp/buildd/libcrypt-smime-perl-0.15/debian/libcrypt-smime-perl/usr/lib/x86_64-linux-gnu/perl5/5.20/Crypt/SMIME.pm
Installing /tmp/buildd/libcrypt-smime-perl-0.15/debian/libcrypt-smime-perl/usr/lib/x86_64-linux-gnu/perl5/5.20/Crypt/SMIME/JA.pod
Installing /tmp/buildd/libcrypt-smime-perl-0.15/debian/libcrypt-smime-perl/usr/share/man/man3/SMIME::JA.3pm
Installing /tmp/buildd/libcrypt-smime-perl-0.15/debian/libcrypt-smime-perl/usr/share/man/man3/SMIME.3pm
make[1]: Leaving directory '/tmp/buildd/libcrypt-smime-perl-0.15'
   dh_installdocs
   dh_installchangelogs
   dh_installman
   dh_perl
   dh_link
   dh_strip_nondeterminism
   dh_compress
   dh_fixperms
   dh_strip
   dh_makeshlibs
   dh_shlibdeps
   dh_installdeb
   dh_gencontrol
dpkg-gencontrol: warning: File::FcntlLock not available; using flock which is not NFS-safe
dpkg-gencontrol: warning: File::FcntlLock not available; using flock which is not NFS-safe
   dh_md5sums
   dh_builddeb
dpkg-deb: building package 'libcrypt-smime-perl-dbgsym' in '../libcrypt-smime-perl-dbgsym_0.15-1_amd64.deb'.
dpkg-deb: building package 'libcrypt-smime-perl' in '../libcrypt-smime-perl_0.15-1_amd64.deb'.
 dpkg-genbuildinfo  >../libcrypt-smime-perl_0.15-1_amd64.buildinfo
 dpkg-distaddfile libcrypt-smime-perl_0.15-1_amd64.buildinfo perl optional
dpkg-distaddfile: warning: File::FcntlLock not available; using flock which is not NFS-safe
 dpkg-genchanges -b >../libcrypt-smime-perl_0.15-1_amd64.changes
dpkg-genchanges: warning: package libcrypt-smime-perl-dbgsym listed in files list but not in control info
dpkg-genchanges: binary-only upload (no source code included)
 dpkg-source --after-build libcrypt-smime-perl-0.15
dpkg-buildpackage: binary-only upload (no source included)
I: user script /var/cache/pbuilder/build//35086/tmp/hooks/B01_cleanup starting
I: user script /var/cache/pbuilder/build//35086/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//35086 and its subdirectories
I: Current time: lundi 31 août 2015, 12:04:51 (UTC+1400)
I: pbuilder-time-stamp: 1440972291
+ false
+ set +x
Format: 1.8
Date: Thu, 14 Aug 2014 22:27:17 +0200
Source: libcrypt-smime-perl
Binary: libcrypt-smime-perl
Architecture: amd64
Version: 0.15-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:
 libcrypt-smime-perl - S/MIME message signing, verification, encryption and decryption m
Changes:
 libcrypt-smime-perl (0.15-1) unstable; urgency=medium
 .
   * Team upload.
   * Imported Upstream version 0.15
Checksums-Sha1:
 60415c2e5c2fd9a4f1126a2a4168886dc9ecac39 48246 libcrypt-smime-perl-dbgsym_0.15-1_amd64.deb
 e250809481f6f878aaa862ca5525aeb561060343 5618 libcrypt-smime-perl_0.15-1_amd64.buildinfo
 6a414978edc621576c13de8860b17782cba9f6c8 26182 libcrypt-smime-perl_0.15-1_amd64.deb
Checksums-Sha256:
 99e2f36a1c8a5b931e50202f380910d31b7e74238f9de2d24093f28ad04d9e40 48246 libcrypt-smime-perl-dbgsym_0.15-1_amd64.deb
 7a53f8fdfe0a7622aa2d4c4f6efd7a4e76d6673a343bd6919e90b0cdfd28c5ba 5618 libcrypt-smime-perl_0.15-1_amd64.buildinfo
 597a081b64a917681869fe315816751fd5fd696e7555e55b51497b2f132a8424 26182 libcrypt-smime-perl_0.15-1_amd64.deb
Files:
 d5fe612da2afe621f9fafebabbb41872 48246 debugsym extra libcrypt-smime-perl-dbgsym_0.15-1_amd64.deb
 a1c79c7b37758ab84f15846d70c6fd12 5618 perl optional libcrypt-smime-perl_0.15-1_amd64.buildinfo
 5b4377d8a1c11d68f8ad87c664b99167 26182 perl optional libcrypt-smime-perl_0.15-1_amd64.deb
rm: missing operand
Try 'rm --help' for more information.
/srv/reproducible-results/tmp.dDJJnT6GXA/tmp.PPSGGMlyIx:	 73.3% -- replaced with /srv/reproducible-results/tmp.dDJJnT6GXA/tmp.PPSGGMlyIx.gz
INFO: Starting at 2015-08-30 22:04:51.251483
INFO: Finished at 2015-08-30 22:04:51.258341, took: 0:00:00.006867
Sun 30 Aug 22:04:51 UTC 2015 - /srv/jenkins/bin/reproducible_build.sh stopped running as /tmp/jenkins-script-MQ3b7SDk, which will now be removed.
Build step 'Execute shell' marked build as failure



More information about the Qa-jenkins-scm mailing list