PATH=/usr/bin:/bin:/data/fly2200/cpanfly-5.22/var/megalib/bin Start 2019-01-10T00:08:58 ActivePerl-2200 CPAN-2.10 Reading '/data/fly2200/cpanfly-5.22/var/cpan/Metadata' Database was generated on Wed, 09 Jan 2019 06:17:04 GMT Checksum for /data/fly2200/cpanfly-5.22/var/cpan/sources/authors/id/L/LN/LNATION/Config-LNPath-0.02.tar.gz ok Config-LNPath-0.02/ Config-LNPath-0.02/Changes Config-LNPath-0.02/MANIFEST Config-LNPath-0.02/ignore.txt Config-LNPath-0.02/t/ Config-LNPath-0.02/xt/ Config-LNPath-0.02/README Config-LNPath-0.02/META.yml Config-LNPath-0.02/lib/ Config-LNPath-0.02/Makefile.PL Config-LNPath-0.02/META.json Config-LNPath-0.02/lib/Config/ Config-LNPath-0.02/lib/Config/LNPath.pm Config-LNPath-0.02/xt/boilerplate.t Config-LNPath-0.02/t/pod.t Config-LNPath-0.02/t/manifest.t Config-LNPath-0.02/t/conf.yml Config-LNPath-0.02/t/00-load.t Config-LNPath-0.02/t/01-basic.t Config-LNPath-0.02/t/conf2.yml Config-LNPath-0.02/t/pod-coverage.t Configuring L/LN/LNATION/Config-LNPath-0.02.tar.gz with Makefile.PL >>> /data/fly2200/ap2200-299134/bin/perl-static Makefile.PL Warning: prerequisite Data::LNPath 0.08 not found. We have 0.07. 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 Config::LNPath Writing MYMETA.yml and MYMETA.json LNATION/Config-LNPath-0.02.tar.gz /data/fly2200/ap2200-299134/bin/perl-static Makefile.PL -- OK Running make for L/LN/LNATION/Config-LNPath-0.02.tar.gz ---- Unsatisfied dependencies detected during ---- ---- LNATION/Config-LNPath-0.02.tar.gz ---- Data::LNPath [requires] Running test for module 'Data::LNPath' Checksum for /data/fly2200/cpanfly-5.22/var/cpan/sources/authors/id/L/LN/LNATION/Data-LNPath-0.08.tar.gz ok Data-LNPath-0.08/ Data-LNPath-0.08/Changes Data-LNPath-0.08/MANIFEST Data-LNPath-0.08/ignore.txt Data-LNPath-0.08/t/ Data-LNPath-0.08/README Data-LNPath-0.08/META.yml Data-LNPath-0.08/lib/ Data-LNPath-0.08/Makefile.PL Data-LNPath-0.08/META.json Data-LNPath-0.08/lib/Data/ Data-LNPath-0.08/lib/Data/LNPath.pm Data-LNPath-0.08/t/pod.t Data-LNPath-0.08/t/manifest.t Data-LNPath-0.08/t/06-import2.t Data-LNPath-0.08/t/05-import.t Data-LNPath-0.08/t/04-return_undef.t Data-LNPath-0.08/t/02-escape.t Data-LNPath-0.08/t/01-path.t Data-LNPath-0.08/t/03-alias.t Data-LNPath-0.08/t/07-no-meth-keys.t Data-LNPath-0.08/t/00-load.t Data-LNPath-0.08/t/pod-coverage.t Configuring L/LN/LNATION/Data-LNPath-0.08.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 Data::LNPath Writing MYMETA.yml and MYMETA.json LNATION/Data-LNPath-0.08.tar.gz /data/fly2200/ap2200-299134/bin/perl-static Makefile.PL -- OK Running make for L/LN/LNATION/Data-LNPath-0.08.tar.gz >>> make cp lib/Data/LNPath.pm blib/lib/Data/LNPath.pm Manifying 1 pod document LNATION/Data-LNPath-0.08.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 # Testing Data::LNPath 0.08, Perl 5.022000, /data/fly2200/ap2200-299134/bin/perl-static t/00-load.t .......... ok 1 - use Data::LNPath; 1..1 ok t/01-path.t .......... ok 1 - three ok 2 - one->a->1 ok 3 - one->b->a ok 4 - one->b->c ok 5 - two->2 ok 6 - two->2->3->4 ok 7 - four->plus(10, 2) ok 8 - four->plus(200, crazy_world) ok 9 - four->plus(200, crazy_world(50)) ok 10 - four->plus(200, &thing) ok 11 - four->plus(200, &thing(50)) ok 12 - hash ok 13 - hash ok 14 - array ok 15 - array ok 16 - array ok 17 - five 1..17 ok t/02-escape.t ........ ok 1 ok 2 ok 3 ok 4 ok 5 1..5 ok t/03-alias.t ......... ok 1 - three ok 2 - one->a->1 ok 3 - one->b->a ok 4 - one->b->c ok 5 - two->2 ok 6 - four->plus(10, 2) ok 7 - four->plus(200, crazy_world) ok 8 - four->plus(200, crazy_world(50)) ok 9 - four->plus(200, &thing) ok 10 - four->plus(200, &thing(50)) ok 11 - hash ok 12 - hash ok 13 - array ok 14 - array ok 15 - array 1..15 ok t/04-return_undef.t .. ok 1 - three ok 2 - ten ok 3 - code reference ok 4 - code reference 1..4 ok t/05-import.t ........ ok 1 ok 2 ok 3 ok 4 1..4 ok t/06-import2.t ....... ok 1 ok 2 ok 3 ok 4 1..4 ok t/07-no-meth-keys.t .. ok 1 - ehhh 1..1 ok t/manifest.t ......... skipped: Author tests not required for installation t/pod-coverage.t ..... skipped: Author tests not required for installation t/pod.t .............. skipped: Author tests not required for installation All tests successful. Files=11, Tests=51, 1 wallclock secs ( 0.06 usr 0.02 sys + 0.24 cusr 0.09 csys = 0.41 CPU) Result: PASS LNATION/Data-LNPath-0.08.tar.gz make test TEST_VERBOSE=1 -- OK Robert Acock <lnation@cpan.org> lookup on nested data via path >>> (cd /data/fly2200/cpanfly-5.22/var/tmp/cpan_build/Data-LNPath-0.08-MmdZrg && tar cvf - Data-LNPath-0.08.ppd blib) | gzip -c >/data/fly2200/cpanfly-5.22/var/REPO/L/LN/LNATION/Data-LNPath-0.08.tar.gz Data-LNPath-0.08.ppd blib/ blib/man3/ blib/man3/Data::LNPath.3 blib/lib/ blib/lib/Data/ blib/lib/Data/LNPath.pm LNATION/Config-LNPath-0.02.tar.gz Has already been unwrapped into directory /data/fly2200/cpanfly-5.22/var/tmp/cpan_build/Config-LNPath-0.02-nwFiod LNATION/Config-LNPath-0.02.tar.gz Has already been prepared Running make for L/LN/LNATION/Config-LNPath-0.02.tar.gz Prepending /data/fly2200/cpanfly-5.22/var/tmp/cpan_build/Data-LNPath-0.08-MmdZrg/blib/arch /data/fly2200/cpanfly-5.22/var/tmp/cpan_build/Data-LNPath-0.08-MmdZrg/blib/lib to PERL5LIB for 'make' >>> make cp lib/Config/LNPath.pm blib/lib/Config/LNPath.pm Manifying 1 pod document LNATION/Config-LNPath-0.02.tar.gz make -- OK Prepending /data/fly2200/cpanfly-5.22/var/tmp/cpan_build/Data-LNPath-0.08-MmdZrg/blib/arch /data/fly2200/cpanfly-5.22/var/tmp/cpan_build/Data-LNPath-0.08-MmdZrg/blib/lib to PERL5LIB for 'test' 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 # Testing Config::LNPath 0.02, Perl 5.022000, /data/fly2200/ap2200-299134/bin/perl-static t/00-load.t ....... ok 1 - use Config::LNPath; 1..1 ok t/01-basic.t ...... ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 - catch the error ok 10 ok 11 ok 12 - Could not find path ok 13 - Couls not find section 1..13 ok t/manifest.t ...... skipped: Author tests not required for installation t/pod-coverage.t .. skipped: Author tests not required for installation t/pod.t ........... skipped: Author tests not required for installation All tests successful. Files=5, Tests=14, 0 wallclock secs ( 0.03 usr 0.02 sys + 0.14 cusr 0.06 csys = 0.25 CPU) Result: PASS LNATION/Config-LNPath-0.02.tar.gz make test TEST_VERBOSE=1 -- OK Robert Acock <lnation@cpan.org> Currently just a Simple YAML Config Reader. >>> (cd /data/fly2200/cpanfly-5.22/var/tmp/cpan_build/Config-LNPath-0.02-nwFiod && tar cvf - Config-LNPath-0.02.ppd blib) | gzip -c >/data/fly2200/cpanfly-5.22/var/REPO/L/LN/LNATION/Config-LNPath-0.02.tar.gz Config-LNPath-0.02.ppd blib/ blib/man3/ blib/man3/Config::LNPath.3 blib/lib/ blib/lib/Config/ blib/lib/Config/LNPath.pm VmSize: 377704 kB Finished 2019-01-10T00:09:03