PATH=/usr/bin:/bin:/data/fly2200/var/megalib/bin Start 2015-06-20T19:43:11 ActivePerl-2200 CPAN-2.00 Reading '/data/fly2200/var/cpan/Metadata' Database was generated on Sat, 20 Jun 2015 04:17:02 GMT Running make for R/RO/ROODE/Enumeration-0.03.tar.gz Fetching with LWP: http://cpan.nas1.activestate.com/authors/id/R/RO/ROODE/Enumeration-0.03.tar.gz Checksum for /data/fly2200/var/cpan/sources/authors/id/R/RO/ROODE/Enumeration-0.03.tar.gz ok Enumeration-0.03/ Enumeration-0.03/Build.PL Enumeration-0.03/Changes Enumeration-0.03/lib/ Enumeration-0.03/lib/Enumeration.pm Enumeration-0.03/Makefile.PL Enumeration-0.03/MANIFEST Enumeration-0.03/MANIFEST.SKIP Enumeration-0.03/META.yml Enumeration-0.03/README Enumeration-0.03/SIGNATURE Enumeration-0.03/t/ Enumeration-0.03/t/0-signature.t Enumeration-0.03/t/Color.pm Enumeration-0.03/t/doc.t Enumeration-0.03/t/Enumeration.t Enumeration-0.03/t/equality.t Enumeration-0.03/t/free.t Enumeration-0.03/t/import.t Enumeration-0.03/t/no_import.t Enumeration-0.03/t/sub.t Enumeration-0.03/t/SubClass.pm Enumeration-0.03/t/WeirdChars.pm CPAN.pm: Building R/RO/ROODE/Enumeration-0.03.tar.gz >>> /data/fly2200/ap2200-299134/bin/perl-static Makefile.PL Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Enumeration Writing MYMETA.yml and MYMETA.json >>> make cp lib/Enumeration.pm blib/lib/Enumeration.pm Manifying 1 pod document ROODE/Enumeration-0.03.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 "/data/fly2200/ap2200-299134/bin/perl-static" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(1, 'blib/lib', 'blib/arch')" t/*.t WARNING: This key is not certified with a trusted signature! Primary key fingerprint: D29A 3C62 417F D07E 3B02 5492 C284 9873 9A90 56AA Not in MANIFEST: blib/arch/.exists Not in MANIFEST: blib/arch/auto/Enumeration/.exists Not in MANIFEST: blib/bin/.exists Not in MANIFEST: blib/lib/.exists Not in MANIFEST: blib/lib/auto/Enumeration/.exists Not in MANIFEST: blib/lib/Enumeration.pm Not in MANIFEST: blib/man1/.exists Not in MANIFEST: blib/man3/.exists Not in MANIFEST: blib/man3/Enumeration.3 Not in MANIFEST: blib/script/.exists Not in MANIFEST: Makefile Not in MANIFEST: MYMETA.json Not in MANIFEST: MYMETA.yml Not in MANIFEST: pm_to_blib ==> MISMATCHED content between MANIFEST and distribution files! <== # Failed test 'Valid signature' # at t/0-signature.t line 16. # 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/doc.t .......... 1..8 ok 1 - doc example 1 ok 2 - doc example 2 ok 3 - doc example 3 ok 4 - doc example 4 ok 5 - weird value 0 ok 6 - weird value %^^&$ ok 7 - weird value --- ok 8 - weird value (empty) ok t/Enumeration.t .. 1..1 ok 1 - use Enumeration; ok t/equality.t ..... 1..21 ok 1 - is, equal: subclass instance equals constant ok 2 - is, equal: subclass instance equals subclass instance ok 3 - is, equal: free instance equals constant ok 4 - is, not equal: same class, different value ok 5 - is, not equal: different class, same value ok 6 - eq, equal: subclass instance equals constant ok 7 - eq, equal: subclass instance equals subclass instance ok 8 - eq, equal: free instance equals constant ok 9 - eq, not equal: same class, different value ok 10 - eq, not equal: different class, same value ok 11 - ne, equal: subclass instance equals constant ok 12 - ne, equal: subclass instance equals subclass instance ok 13 - ne, equal: free instance equals constant ok 14 - ne, not equal: same class, different value ok 15 - ne, not equal: different class, same value ok 16 - eq, equal: constant equals subclass instance ok 17 - eq, equal: constant equals free instance ok 18 - ne, equal: constant equals subclass instance ok 19 - ne, equal: constant equals free instance ok 20 - is_any with various object arguments ok 21 - is_none with various object arguments ok t/free.t ......... 1..13 ok 1 - is query ok 2 - is query mismatch ok 3 - is_any query ok 4 - is_any query mismatch ok 5 - is_none query ok 6 - is_none query mismatch ok 7 - is (unallowed value) ok 8 - is_any (unallowed value) ok 9 - is_none (unallowed value) ok 10 - bare_value ok 11 - value ok 12 - set ok 13 - set (unallowed value) ok t/import.t ....... 1..8 ok 1 - "this" imported ok 2 - "IS" imported ok 3 - "a" imported ok 4 - "test" imported ok 5 - "SubClass::this" exists ok 6 - "SubClass::IS" exists ok 7 - "SubClass::a" exists ok 8 - "SubClass::test" exists ok t/no_import.t .... 1..8 ok 1 - "this" not imported ok 2 - "IS" not imported ok 3 - "a" not imported ok 4 - "test" not imported ok 5 - "SubClass::this" exists ok 6 - "SubClass::IS" exists ok 7 - "SubClass::a" exists ok 8 - "SubClass::test" exists ok t/sub.t .......... 1..14 ok 1 - is query ok 2 - is query mismatch ok 3 - is_any query ok 4 - is_any query mismatch ok 5 - is_none query ok 6 - is_none query mismatch ok 7 - is (unallowed value) ok 8 - is_any (unallowed value) ok 9 - is_none (unallowed value) ok 10 - bare_value ok 11 - value ok 12 - set ok 13 - set (unallowed value) ok 14 - initialized ok ok Test Summary Report ------------------- t/0-signature.t (Wstat: 256 Tests: 1 Failed: 1) Failed test: 1 Non-zero exit status: 1 Files=8, Tests=74, 1 wallclock secs ( 0.08 usr 0.02 sys + 0.56 cusr 0.11 csys = 0.77 CPU) Result: FAIL Failed 1/8 test programs. 1/74 subtests failed. make: *** [test_dynamic] Error 255 ROODE/Enumeration-0.03.tar.gz make test TEST_VERBOSE=1 -- NOT OK //hint// to see the cpan-testers results for installing this module, try: reports ROODE/Enumeration-0.03.tar.gz VmSize: 313164 kB Finished 2015-06-20T19:43:16