PATH=/usr/bin:/bin:/data/fly2200/cpanfly-5.22/var/megalib/bin Start 2018-07-19T00:05:35 ActivePerl-2200 CPAN-2.10 Reading '/data/fly2200/cpanfly-5.22/var/cpan/Metadata' Database was generated on Wed, 18 Jul 2018 03:54:20 GMT Checksum for /data/fly2200/cpanfly-5.22/var/cpan/sources/authors/id/T/TO/TOBYINK/Exporter-Tiny-1.002001.tar.gz ok Exporter-Tiny-1.002001/COPYRIGHT Exporter-Tiny-1.002001/CREDITS Exporter-Tiny-1.002001/Changes Exporter-Tiny-1.002001/INSTALL Exporter-Tiny-1.002001/LICENSE Exporter-Tiny-1.002001/MANIFEST Exporter-Tiny-1.002001/META.json Exporter-Tiny-1.002001/META.yml Exporter-Tiny-1.002001/Makefile.PL Exporter-Tiny-1.002001/README Exporter-Tiny-1.002001/SIGNATURE Exporter-Tiny-1.002001/TODO Exporter-Tiny-1.002001/dist.ini Exporter-Tiny-1.002001/doap.ttl Exporter-Tiny-1.002001/t/01basic.t Exporter-Tiny-1.002001/t/02renaming.t Exporter-Tiny-1.002001/t/03generators.t Exporter-Tiny-1.002001/t/04into.t Exporter-Tiny-1.002001/t/05shiny.t Exporter-Tiny-1.002001/t/06notwant.t Exporter-Tiny-1.002001/t/07regexp.t Exporter-Tiny-1.002001/t/08tags.t Exporter-Tiny-1.002001/t/09warnings.t Exporter-Tiny-1.002001/t/10no.t Exporter-Tiny-1.002001/t/11noncode.t Exporter-Tiny-1.002001/t/12noncodegenerators.t Exporter-Tiny-1.002001/t/13doesntexist.t Exporter-Tiny-1.002001/examples/Example/Exporter.pm Exporter-Tiny-1.002001/lib/Exporter/Shiny.pm Exporter-Tiny-1.002001/lib/Exporter/Tiny.pm Exporter-Tiny-1.002001/lib/Exporter/Tiny/Manual/Etc.pod Exporter-Tiny-1.002001/lib/Exporter/Tiny/Manual/Exporting.pod Exporter-Tiny-1.002001/lib/Exporter/Tiny/Manual/Importing.pod Exporter-Tiny-1.002001/lib/Exporter/Tiny/Manual/QuickStart.pod Configuring T/TO/TOBYINK/Exporter-Tiny-1.002001.tar.gz with Makefile.PL >>> /data/fly2200/ap2200-299134/bin/perl-static Makefile.PL Checking if your kit is complete... Looks good Have /data/fly2200/cpanfly-5.22/var/megalib Want /home/fly2200/ap2200-299134/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 Exporter::Tiny Writing MYMETA.yml and MYMETA.json TOBYINK/Exporter-Tiny-1.002001.tar.gz /data/fly2200/ap2200-299134/bin/perl-static Makefile.PL -- OK Running make for T/TO/TOBYINK/Exporter-Tiny-1.002001.tar.gz >>> make cp lib/Exporter/Tiny/Manual/QuickStart.pod blib/lib/Exporter/Tiny/Manual/QuickStart.pod cp lib/Exporter/Tiny.pm blib/lib/Exporter/Tiny.pm cp lib/Exporter/Tiny/Manual/Exporting.pod blib/lib/Exporter/Tiny/Manual/Exporting.pod cp lib/Exporter/Tiny/Manual/Etc.pod blib/lib/Exporter/Tiny/Manual/Etc.pod cp lib/Exporter/Tiny/Manual/Importing.pod blib/lib/Exporter/Tiny/Manual/Importing.pod cp lib/Exporter/Shiny.pm blib/lib/Exporter/Shiny.pm Manifying 6 pod documents TOBYINK/Exporter-Tiny-1.002001.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 # Perl 5.022000 t/01basic.t .............. 1..2 ok 1 - Correctly imported "fib" from Example::Exporter ok 2 - Did not inadvertantly import "embiggen" ok t/02renaming.t ........... 1..6 # Rename functions using -as ok 1 - Correctly imported "fibonacci" from Example::Exporter ok 2 - Did not inadvertantly import "fib" # Rename functions using -prefix ok 3 - Correctly imported "myfib" from Example::Exporter ok 4 - Did not inadvertantly import "fib" # Rename functions using -suffix ok 5 - Correctly imported "fibonacci" from Example::Exporter ok 6 - Did not inadvertantly import "fib" ok t/03generators.t ......... 1..4 ok 1 - embiggen ok 2 - embiggen_by_2 ok 3 - embiggen_by_42 ok 4 - correct prototype ok t/04into.t ............... 1..2 ok 1 ok 2 ok t/05shiny.t .............. 1..3 ok 1 ok 2 ok 3 ok t/06notwant.t ............ 1..1 ok 1 ok t/07regexp.t ............. 1..2 ok 1 ok 2 ok t/08tags.t ............... 1..17 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok t/09warnings.t ........... 1..4 ok 1 - warning about overwriting sub ok 2 - ... which can be fatalized ok 3 - ... or suppressed ok 4 - but importing the exact same sub twice is OK ok t/10no.t ................. 1..9 ok 1 - fib exported ok 2 - tidied fib ok 3 - fibo exported ok 4 - tidied fibo ok 5 - fib exported ok 6 - embiggen exported ok 7 - tidied by regexp ok 8 - importing scalar works ok 9 - unimporting scalar works ok t/11noncode.t ............ 1..7 ok 1 - importing scalar ok 2 - importing array ok 3 - importing hash ok 4 - importing scalar does not copy ok 5 - importing array does not copy ok 6 - importing hash does not copy ok 7 - importing non-code symbols into hashrefs ok t/12noncodegenerators.t .. 1..7 ok 1 - importing scalar ok 2 - importing array ok 3 - importing hash ok 4 - importing scalar does not copy ok 5 - importing array does not copy ok 6 - importing hash does not copy ok 7 - importing non-code symbols into hashrefs ok t/13doesntexist.t ........ 1..4 ok 1 - sub that is not marked for export ok 2 - sub that cannot be found ok 3 - non-code symbol that is not marked for export ok 4 - unknown tags get added to globals ok All tests successful. Files=13, Tests=68, 1 wallclock secs ( 0.04 usr 0.04 sys + 0.31 cusr 0.17 csys = 0.56 CPU) Result: PASS TOBYINK/Exporter-Tiny-1.002001.tar.gz make test TEST_VERBOSE=1 -- OK Toby Inkster <tobyink@cpan.org> an exporter with the features of Sub::Exporter but only core dependencies >>> (cd /data/fly2200/cpanfly-5.22/var/tmp/cpan_build/Exporter-Tiny-1.002001-7QYiKr && tar cvf - Exporter-Tiny-1.002001.ppd blib) | gzip -c >/data/fly2200/cpanfly-5.22/var/REPO/T/TO/TOBYINK/Exporter-Tiny-1.002001.tar.gz Exporter-Tiny-1.002001.ppd blib/ blib/man3/ blib/man3/Exporter::Tiny::Manual::Exporting.3 blib/man3/Exporter::Tiny.3 blib/man3/Exporter::Tiny::Manual::Importing.3 blib/man3/Exporter::Tiny::Manual::QuickStart.3 blib/man3/Exporter::Tiny::Manual::Etc.3 blib/man3/Exporter::Shiny.3 blib/lib/ blib/lib/Exporter/ blib/lib/Exporter/Shiny.pm blib/lib/Exporter/Tiny/ blib/lib/Exporter/Tiny/Manual/ blib/lib/Exporter/Tiny/Manual/Etc.pod blib/lib/Exporter/Tiny/Manual/Importing.pod blib/lib/Exporter/Tiny/Manual/Exporting.pod blib/lib/Exporter/Tiny/Manual/QuickStart.pod blib/lib/Exporter/Tiny.pm VmSize: 370068 kB Finished 2018-07-19T00:05:39