PATH=/usr/bin:/bin Start 2011-04-28T20:33:34 ActivePerl-1400 CPAN-1.9402 Going to read '/home/fly1400/var/cpan/Metadata' Database was generated on Thu, 28 Apr 2011 22:27:12 GMT Running make for C/CH/CHROMATIC/Crypt-CipherSaber-1.00.tar.gz Checksum for /net/nas/data/cpan/authors/id/C/CH/CHROMATIC/Crypt-CipherSaber-1.00.tar.gz ok Crypt-CipherSaber-1.00/ Crypt-CipherSaber-1.00/t/ Crypt-CipherSaber-1.00/t/encrypt.t Crypt-CipherSaber-1.00/t/smiles.cs1 Crypt-CipherSaber-1.00/t/bigfile.t Crypt-CipherSaber-1.00/t/fh_encrypt.t Crypt-CipherSaber-1.00/t/smiles.png Crypt-CipherSaber-1.00/t/0-signature.t Crypt-CipherSaber-1.00/t/pod-coverage.t Crypt-CipherSaber-1.00/t/create.t Crypt-CipherSaber-1.00/t/pod.t Crypt-CipherSaber-1.00/t/CS2.t Crypt-CipherSaber-1.00/t/both_long.t Crypt-CipherSaber-1.00/t/base.t Crypt-CipherSaber-1.00/Changes Crypt-CipherSaber-1.00/MANIFEST Crypt-CipherSaber-1.00/META.yml Crypt-CipherSaber-1.00/lib/ Crypt-CipherSaber-1.00/lib/Crypt/ Crypt-CipherSaber-1.00/lib/Crypt/CipherSaber.pm Crypt-CipherSaber-1.00/README Crypt-CipherSaber-1.00/Makefile.PL Crypt-CipherSaber-1.00/Build.PL Crypt-CipherSaber-1.00/SIGNATURE CPAN.pm: Going to build C/CH/CHROMATIC/Crypt-CipherSaber-1.00.tar.gz >>> /home/fly1400/ap1400/bin/perl-static Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for Crypt::CipherSaber Writing MYMETA.yml >>> make cp lib/Crypt/CipherSaber.pm blib/lib/Crypt/CipherSaber.pm Manifying blib/man3/Crypt::CipherSaber.3 CHROMATIC/Crypt-CipherSaber-1.00.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 /home/fly1400/ap1400/bin/perl-static "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t Use of uninitialized value $" in join or string at /home/fly1400/var/megalib/Module/Signature.pm line 509. Use of uninitialized value $" in join or string at /home/fly1400/var/megalib/Module/Signature.pm line 509. WARNING: This key is not certified with a trusted signature! Primary key fingerprint: DF05 D93D BEA3 9DD2 4A44 CD66 05DF 169F 5C08 E9C4 --- SIGNATURE Tue Jul 12 18:40:43 2005 +++ (current) Thu Apr 28 20:33:37 2011 @@ -15,5 +15,5 @@ SHA1 526a6f5c3b05ece813b6f2bb7baf0c12966d5f08 t/fh_encrypt.t SHA1 6da39b48ce64b584e4c3274bff96fc76ff484820 t/pod-coverage.t SHA1 0190346d7072d458c8a10a45c19f86db641dcc48 t/pod.t -SHA1 6e204f97d2188ca6f1c8548fc615e9a797a6dcd5 t/smiles.cs1 +SHA1 t/smiles.cs1 -SHA1 86ccaee51907f749d46bfba4ce5aa3ce9623ea7e t/smiles.png +SHA1 t/smiles.png ==> MISMATCHED content between SIGNATURE and distribution files! <== # Failed test 'Valid signature' # at t/0-signature.t line 7. # Looks like you failed 1 test of 1. t/0-signature.t ... 1..1 not ok 1 - Valid signature Dubious, test returned 1 (wstat 256, 0x100) Failed 1/1 subtests t/base.t .......... ok 1 - use Crypt::CipherSaber; ok 2 - The object isa Crypt::CipherSaber ok 3 - new() should default to an N of 1 with none given ok 4 - ... or one given < 1 ok 5 - Crypt::CipherSaber->can('crypt') ok 6 - Crypt::CipherSaber->can('encrypt') ok 7 - Crypt::CipherSaber->can('decrypt') ok 8 - Crypt::CipherSaber->can('fh_crypt') ok 9 - fh_crypt() should warn without a valid input filehandle ok 10 - ... returning nothing ok 11 - ... and should warn without a valid output filehandle ok 12 - ... also returning nothing 1..12 ok t/bigfile.t ....... 1..2 ok 1 - use Crypt::CipherSaber; ok 2 - Encrypting a large file should not mangle it ok t/both_long.t ..... 1..2 ok 1 - use Crypt::CipherSaber; ok 2 - round-tripping should work ok t/create.t ........ 1..2 ok 1 - use Crypt::CipherSaber; ok 2 - The object isa Crypt::CipherSaber ok t/CS2.t ........... 1..2 ok 1 - use Crypt::CipherSaber; ok 2 - CS-2 should work on texts longer than IV ok t/encrypt.t ....... 1..3 ok 1 - use Crypt::CipherSaber; ok 2 - encryption of known text should produce known output ok 3 - ... and decryption should produce known output ok t/fh_encrypt.t .... 1..6 ok 1 - use Crypt::CipherSaber; ok 2 - fh_crypt() should return true if everything works ok 3 - There should be no characters in common between input and output ok 4 - fh_crypt() should return true if everything works (decrypting) ok 5 - ... with no characters in common ok 6 - autogenerating and autoreading IV should also round-trip ok t/pod-coverage.t .. 1..1 ok 1 - Pod coverage on Crypt::CipherSaber ok t/pod.t ........... 1..1 ok 1 - POD test for blib/lib/Crypt/CipherSaber.pm ok Test Summary Report ------------------- t/0-signature.t (Wstat: 256 Tests: 1 Failed: 1) Failed test: 1 Non-zero exit status: 1 Files=10, Tests=32, 1 wallclock secs ( 0.04 usr 0.02 sys + 0.29 cusr 0.07 csys = 0.42 CPU) Result: FAIL Failed 1/10 test programs. 1/32 subtests failed. make: *** [test_dynamic] Error 255 CHROMATIC/Crypt-CipherSaber-1.00.tar.gz make test TEST_VERBOSE=1 -- NOT OK //hint// to see the cpan-testers results for installing this module, try: reports CHROMATIC/Crypt-CipherSaber-1.00.tar.gz Finished 2011-04-28T20:33:38