PATH=/usr/bin:/bin:/home/fly1200/var/megalib/bin Start 2014-03-19T08:21:02 ActivePerl-1200 CPAN-2.00 Reading '/home/fly1200/var/cpan/Metadata' Database was generated on Wed, 19 Mar 2014 14:29:02 GMT Running make for E/EG/EGILES/Test-Compile-v1.0.0.tar.gz Fetching with LWP: http://cpan.nas1.activestate.com/authors/id/E/EG/EGILES/Test-Compile-v1.0.0.tar.gz Fetching with LWP: http://cpan.nas1.activestate.com/authors/id/E/EG/EGILES/CHECKSUMS Checksum for /home/fly1200/var/cpan/sources/authors/id/E/EG/EGILES/Test-Compile-v1.0.0.tar.gz ok Test-Compile-v1.0.0 Test-Compile-v1.0.0/Build.PL Test-Compile-v1.0.0/MANIFEST Test-Compile-v1.0.0/META.json Test-Compile-v1.0.0/Changes Test-Compile-v1.0.0/Makefile.PL Test-Compile-v1.0.0/LICENSE Test-Compile-v1.0.0/README Test-Compile-v1.0.0/META.yml Test-Compile-v1.0.0/t Test-Compile-v1.0.0/t/200-lib.t Test-Compile-v1.0.0/t/200-basic.t Test-Compile-v1.0.0/t/100-internal-all-pl-files.t Test-Compile-v1.0.0/t/100-internal-basic.t Test-Compile-v1.0.0/t/200-taint.t Test-Compile-v1.0.0/t/100-internal-is-in-taint-mode.t Test-Compile-v1.0.0/t/100-internal-pm-file-compiles.t Test-Compile-v1.0.0/t/100-internal-verbose.t Test-Compile-v1.0.0/t/200-pl-file-ok-vms.t Test-Compile-v1.0.0/t/100-internal-pl-file-compiles.t Test-Compile-v1.0.0/t/200-pl-file-ok.t Test-Compile-v1.0.0/t/100-internal-all-pm-files.t Test-Compile-v1.0.0/t/scripts Test-Compile-v1.0.0/t/scripts/failure.pl Test-Compile-v1.0.0/t/scripts/Module2.pm Test-Compile-v1.0.0/t/scripts/taint.pl Test-Compile-v1.0.0/t/scripts/Module.pm Test-Compile-v1.0.0/t/scripts/lib.pl Test-Compile-v1.0.0/t/scripts/CVS Test-Compile-v1.0.0/t/scripts/CVS/taint2.pl Test-Compile-v1.0.0/t/scripts/CVS/Ignore.pm Test-Compile-v1.0.0/t/scripts/subdir Test-Compile-v1.0.0/t/scripts/subdir/success.pl Test-Compile-v1.0.0/lib Test-Compile-v1.0.0/lib/Test Test-Compile-v1.0.0/lib/Test/Compile.pm Test-Compile-v1.0.0/lib/Test/Compile Test-Compile-v1.0.0/lib/Test/Compile/Internal.pm Test-Compile-v1.0.0/xt Test-Compile-v1.0.0/xt/author Test-Compile-v1.0.0/xt/author/08_synopsis.t Test-Compile-v1.0.0/xt/author/00-compile.t Test-Compile-v1.0.0/xt/author/10_has_version.t Test-Compile-v1.0.0/xt/author/perlcriticrc Test-Compile-v1.0.0/xt/author/07_portability_files.t Test-Compile-v1.0.0/xt/author/99-version.t Test-Compile-v1.0.0/xt/author/02_pod.t Test-Compile-v1.0.0/xt/author/01_perl_critic.t Test-Compile-v1.0.0/xt/author/04_pod_coverage.t CPAN.pm: Building E/EG/EGILES/Test-Compile-v1.0.0.tar.gz >>> /home/fly1200/ap1200/bin/perl-static Makefile.PL Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Test::Compile Writing MYMETA.yml and MYMETA.json >>> make cp lib/Test/Compile/Internal.pm blib/lib/Test/Compile/Internal.pm cp lib/Test/Compile.pm blib/lib/Test/Compile.pm Manifying blib/man3/Test::Compile.3 Manifying blib/man3/Test::Compile::Internal.3 EGILES/Test-Compile-v1.0.0.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 /home/fly1200/ap1200/bin/perl-static "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/100-internal-all-pl-files.t ...... ok 1 - Found correct number of scripts in default location ok 2 - Found correct number of scripts in t/scripts ok 3 - Found script: failure.pl ok 4 - Found script: lib.pl ok 5 - Found script: success.pl ok 6 - Found script: taint.pl 1..6 ok # Failed test 'Found correct number of modules in t/scripts' # at t/100-internal-all-pm-files.t line 19. # got: '2' # expected: '3' # Failed test 'Found module: Module2.pm' # at t/100-internal-all-pm-files.t line 20. # 't/scripts/Module.pm' # doesn't match '(?-xism:t.scripts.LethalImport.pm)' # Failed test 'Found module: Module.pm' # at t/100-internal-all-pm-files.t line 21. # 't/scripts/Module2.pm' # doesn't match '(?-xism:t.scripts.Module.pm)' # Failed test 'Found module: Module2.pm' # at t/100-internal-all-pm-files.t line 22. # undef # doesn't match '(?-xism:t.scripts.Module2.pm)' # Looks like you failed 4 tests of 7. t/100-internal-all-pm-files.t ...... ok 1 - Found correct number of modules in default location ok 2 - Found module: Compile.pm ok 3 - Found module: Internal.pm not ok 4 - Found correct number of modules in t/scripts not ok 5 - Found module: Module2.pm not ok 6 - Found module: Module.pm not ok 7 - Found module: Module2.pm 1..7 Dubious, test returned 4 (wstat 1024, 0x400) Failed 4/7 subtests t/100-internal-basic.t ............. ok 1 - require Test::Compile::Internal; ok 2 - An object of class 'Test::Compile::Internal' isa 'Test::Compile::Internal' 1..2 ok t/100-internal-is-in-taint-mode.t .. ok 1 - Found taint flag in taint.pl ok 2 - Found taint warning flag in taint2.pl ok 3 - No taint flags found in success.pl 1..3 ok t/100-internal-pl-file-compiles.t .. ok 1 - success.pl should compile ok 2 - taint.pl should compile - with -T enabled ok 3 - taint2.pl should compile - with -t enabled ok 4 - failure.pl should not compile ok 5 - no_file_here.pl should not compile 1..5 ok # Failed test 'Does not call import() routines' # at t/100-internal-pm-file-compiles.t line 23. # Looks like you failed 1 test of 4. t/100-internal-pm-file-compiles.t .. ok 1 - Module.pm should compile ok 2 - Ignore.pm should not compile ok 3 - NotFound.pm should not compile # Does not call import not ok 4 - Does not call import() routines 1..4 Dubious, test returned 1 (wstat 256, 0x100) Failed 1/4 subtests t/100-internal-verbose.t ........... ok 1 - no output when in silent mode ok 2 - got some output when in verbose mode 1..2 ok t/200-basic.t ...................... ok 1 - require Test::Compile; 1..1 ok t/scripts/lib.pl syntax OK t/200-lib.t ........................ ok 1 - lib.pl compiles 1..1 ok t/200-pl-file-ok-vms.t ............. 1..1 ok 1 # skip Test not compatible with your OS ok t/200-pl-file-ok.t ................. 1..1 ok 1 - success.pl compiles ok t/200-taint.t ...................... 1..1 ok 1 - taint.pl compiles ok Test Summary Report ------------------- t/100-internal-all-pm-files.t (Wstat: 1024 Tests: 7 Failed: 4) Failed tests: 4-7 Non-zero exit status: 4 t/100-internal-pm-file-compiles.t (Wstat: 256 Tests: 4 Failed: 1) Failed test: 4 Non-zero exit status: 1 Files=12, Tests=34, 1 wallclock secs ( 0.05 usr 0.00 sys + 0.71 cusr 0.03 csys = 0.79 CPU) Result: FAIL Failed 2/12 test programs. 5/34 subtests failed. make: *** [test_dynamic] Error 255 EGILES/Test-Compile-v1.0.0.tar.gz make test TEST_VERBOSE=1 -- NOT OK //hint// to see the cpan-testers results for installing this module, try: reports EGILES/Test-Compile-v1.0.0.tar.gz VmSize: 124496 kB Finished 2014-03-19T08:21:08