PATH=/usr/bin:/bin:/data/fly2400/cpanfly-5.24/var/megalib/bin Start 2019-07-10T02:01:55 ActivePerl-2400 CPAN-2.10 Reading '/data/fly2400/cpanfly-5.24/var/cpan/Metadata' Database was generated on Tue, 09 Jul 2019 04:56:02 GMT Checksum for /data/fly2400/cpanfly-5.24/var/cpan/sources/authors/id/E/EG/EGILES/Test-Compile-v2.2.1.tar.gz ok Test-Compile-v2.2.1 Test-Compile-v2.2.1/Build.PL Test-Compile-v2.2.1/Changes Test-Compile-v2.2.1/LICENSE Test-Compile-v2.2.1/MANIFEST Test-Compile-v2.2.1/META.json Test-Compile-v2.2.1/META.yml Test-Compile-v2.2.1/Makefile.PL Test-Compile-v2.2.1/README Test-Compile-v2.2.1/lib Test-Compile-v2.2.1/lib/Test Test-Compile-v2.2.1/lib/Test/Compile.pm Test-Compile-v2.2.1/lib/Test/Compile Test-Compile-v2.2.1/lib/Test/Compile/Internal.pm Test-Compile-v2.2.1/t Test-Compile-v2.2.1/t/000-compile.t Test-Compile-v2.2.1/t/100-internal--find-files.t Test-Compile-v2.2.1/t/100-internal--is-in-taint-mode.t Test-Compile-v2.2.1/t/100-internal--read-shebang.t Test-Compile-v2.2.1/t/100-internal--test-methods.t Test-Compile-v2.2.1/t/100-internal-all-pl-files.t Test-Compile-v2.2.1/t/100-internal-all-pm-files.t Test-Compile-v2.2.1/t/100-internal-basic.t Test-Compile-v2.2.1/t/100-internal-mess-with-lib.t Test-Compile-v2.2.1/t/100-internal-pl-file-compiles.t Test-Compile-v2.2.1/t/100-internal-pm-file-compiles.t Test-Compile-v2.2.1/t/100-internal-verbose.t Test-Compile-v2.2.1/t/200-import-check.t Test-Compile-v2.2.1/t/200-pl-file-ok-vms.t Test-Compile-v2.2.1/t/200-pl-file-ok.t Test-Compile-v2.2.1/t/200-taint.t Test-Compile-v2.2.1/t/999-has-version.t Test-Compile-v2.2.1/t/999-perlcritic.t Test-Compile-v2.2.1/t/999-pod-coverage.t Test-Compile-v2.2.1/t/999-pod.t Test-Compile-v2.2.1/t/999-portability.t Test-Compile-v2.2.1/t/999-synopsis.t Test-Compile-v2.2.1/t/999-version.t Test-Compile-v2.2.1/t/perlcriticrc Test-Compile-v2.2.1/t/scripts Test-Compile-v2.2.1/t/scripts/LethalImport.pm Test-Compile-v2.2.1/t/scripts/Module.pm Test-Compile-v2.2.1/t/scripts/Module2.pm Test-Compile-v2.2.1/t/scripts/datafile Test-Compile-v2.2.1/t/scripts/failure.pl Test-Compile-v2.2.1/t/scripts/lib.pl Test-Compile-v2.2.1/t/scripts/perlscript Test-Compile-v2.2.1/t/scripts/shellscript Test-Compile-v2.2.1/t/scripts/taint.pl Test-Compile-v2.2.1/t/scripts/CVS Test-Compile-v2.2.1/t/scripts/CVS/Ignore.pm Test-Compile-v2.2.1/t/scripts/CVS/taint2.pl Test-Compile-v2.2.1/t/scripts/subdir Test-Compile-v2.2.1/t/scripts/subdir/empty Test-Compile-v2.2.1/t/scripts/subdir/success.pl Configuring E/EG/EGILES/Test-Compile-v2.2.1.tar.gz with Makefile.PL >>> /data/fly2400/ap2400-300558/bin/perl-static Makefile.PL Checking if your kit is complete... Looks good Have /data/fly2400/cpanfly-5.24/var/megalib Want /home/fly2400/ap2400-300558/lib Your perl and your Config.pm seem to have different ideas about the architecture they are running on. Perl thinks: [megalib] Config says: [x86_64-linux-thread-multi] This may or may not cause problems. Please check your installation of perl if you have problems building this extension. Generating a Unix-style Makefile Writing Makefile for Test::Compile Writing MYMETA.yml and MYMETA.json EGILES/Test-Compile-v2.2.1.tar.gz /data/fly2400/ap2400-300558/bin/perl-static Makefile.PL -- OK Running make for E/EG/EGILES/Test-Compile-v2.2.1.tar.gz >>> make cp lib/Test/Compile.pm blib/lib/Test/Compile.pm cp lib/Test/Compile/Internal.pm blib/lib/Test/Compile/Internal.pm Manifying 2 pod documents EGILES/Test-Compile-v2.2.1.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 "/data/fly2400/ap2400-300558/bin/perl-static" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/000-compile.t ..................... ok 1 - blib/lib/Test/Compile.pm compiles ok 2 - blib/lib/Test/Compile/Internal.pm compiles 1..2 ok t/100-internal--find-files.t ........ ok 1 - Found no files in the empty list ok 2 - Found no files in non existant directory ok 3 - Found all the files in the scripts dir ok 4 - Found the file we specified 1..4 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--read-shebang.t ...... ok 1 - The datafile doesn't look like a perl program ok 2 - The perlscript does look like a perl program 1..2 ok # The diag method should display this message t/100-internal--test-methods.t ...... 1..1 ok 1 - ok method issues succesful TAP ok 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: perlscript ok 6 - Found script: success.pl ok 7 - Found script: taint.pl ok 8 - found the specific pl file ok 9 - didn't find the specific pm file ok 10 - only found one specific file ok 11 - Found specific file: failure.pl ok 12 - no (unexpected) warnings (via done_testing) 1..12 ok 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 ok 4 - Found correct number of modules in t/scripts ok 5 - Found module: Module2.pm ok 6 - Found module: Module.pm ok 7 - Found module: Module2.pm ok 8 - didn't find the specific pl file ok 9 - found the specific pm file ok 10 - only found one specific file ok 11 - Found specific file: failure.pl 1..11 ok t/100-internal-basic.t .............. ok 1 - require Test::Compile::Internal; ok 2 - An object of class 'Test::Compile::Internal' isa 'Test::Compile::Internal' ok 3 - t/scripts/lib.pl compiles ok 4 - lib/Test/Compile.pm compiles ok 5 - lib/Test/Compile/Internal.pm compiles 1..5 ok t/100-internal-mess-with-lib.t ...... ok 1 - lib.pl compiles 1..1 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 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 ok 4 - Does not call import() routines 1..4 ok t/100-internal-verbose.t ............ ok 1 - verbosity defaults to undef ok 2 - setting verbosity to 1 is stored in the object ok 3 - setting verbosity to 0 is stored in the object ok 4 - setting verbosity to undef is stored in the object ok 5 - verbose: default, script: success, should produce: no output ok 6 - verbose: default, script: failure, should produce: output ok 7 - verbose: silent, script: success, should produce: no output ok 8 - verbose: silent, script: failure, should produce: no output ok 9 - verbose: verbose, script: success, should produce: output ok 10 - verbose: verbose, script: failure, should produce: output 1..10 ok t/200-import-check.t ................ ok 1 - all_files_ok not auto-imported ok 2 - success.pl compiles ok 3 - pl_file_ok imported correctly ok 4 - main->can(...) 1..4 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 t/999-has-version.t ................. skipped: Set AUTHOR_TEST to run this test t/999-perlcritic.t .................. skipped: Set AUTHOR_TEST to run this test t/999-pod-coverage.t ................ skipped: Set AUTHOR_TEST to run this test t/999-pod.t ......................... skipped: Set AUTHOR_TEST to run this test t/999-portability.t ................. skipped: Set AUTHOR_TEST to run this test t/999-synopsis.t .................... skipped: Set AUTHOR_TEST to run this test t/999-version.t ..................... skipped: Set AUTHOR_TEST to run this test All tests successful. Files=23, Tests=67, 7 wallclock secs ( 0.09 usr 0.06 sys + 5.66 cusr 1.18 csys = 6.99 CPU) Result: PASS EGILES/Test-Compile-v2.2.1.tar.gz make test TEST_VERBOSE=1 -- OK Evan Giles <egiles@cpan.org> Check whether Perl files compile correctly. >>> (cd /data/fly2400/cpanfly-5.24/var/tmp/cpan_build/Test-Compile-v2.2.1-N0bL2x && tar cvf - Test-Compile-v2.2.1.ppd blib) | gzip -c >/data/fly2400/cpanfly-5.24/var/REPO/E/EG/EGILES/Test-Compile-v2.2.1.tar.gz Test-Compile-v2.2.1.ppd blib/ blib/man3/ blib/man3/Test::Compile.3 blib/man3/Test::Compile::Internal.3 blib/lib/ blib/lib/Test/ blib/lib/Test/Compile.pm blib/lib/Test/Compile/ blib/lib/Test/Compile/Internal.pm VmSize: 386108 kB Finished 2019-07-10T02:02:06