PATH=/usr/bin:/bin:/Users/fly2200/cpanfly-5.22/var/megalib/bin Start 2017-01-18T00:04:59 ActivePerl-2200 CPAN-2.10 Reading '/Users/fly2200/cpanfly-5.22/var/cpan/Metadata' Database was generated on Mon, 16 Jan 2017 04:41:03 GMT Fetching with LWP: http://ppm.activestate.com/CPAN/authors/id/S/SC/SCHWIGON/App-DPath-0.09.tar.gz Checksum for /Users/fly2200/cpanfly-5.22/var/cpan/sources/authors/id/S/SC/SCHWIGON/App-DPath-0.09.tar.gz ok App-DPath-0.09/ App-DPath-0.09/t/ App-DPath-0.09/t/testdata.tap App-DPath-0.09/t/00-load.t App-DPath-0.09/t/release-pod-coverage.t App-DPath-0.09/t/app_dpath.t App-DPath-0.09/t/00-compile.t App-DPath-0.09/t/testdata.cfggeneral App-DPath-0.09/t/testdata.ini App-DPath-0.09/t/flatabledata.yaml App-DPath-0.09/t/testdata.yaml App-DPath-0.09/t/author-eol.t App-DPath-0.09/t/author-no-tabs.t App-DPath-0.09/t/yaml.t App-DPath-0.09/t/testdata.json App-DPath-0.09/t/example.yaml10 App-DPath-0.09/t/release-pod-syntax.t App-DPath-0.09/t/testdata.dumper App-DPath-0.09/t/testdata.xml App-DPath-0.09/lib/ App-DPath-0.09/lib/App/ App-DPath-0.09/lib/App/DPath.pm App-DPath-0.09/MANIFEST.SKIP App-DPath-0.09/Makefile.PL App-DPath-0.09/LICENSE App-DPath-0.09/META.yml App-DPath-0.09/bin/ App-DPath-0.09/bin/dpath App-DPath-0.09/Changes App-DPath-0.09/MANIFEST App-DPath-0.09/dist.ini App-DPath-0.09/README App-DPath-0.09/META.json Configuring S/SC/SCHWIGON/App-DPath-0.09.tar.gz with Makefile.PL >>> /Users/fly2200/ap2200-299195/bin/perl-dynamic Makefile.PL Checking if your kit is complete... Looks good Have /Users/fly2200/cpanfly-5.22/var/megalib Want /Users/fly2200/ap2200-299195/lib Your perl and your Config.pm seem to have different ideas about the architecture they are running on. Perl thinks: [megalib] Config says: [darwin-thread-multi-2level] 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 App::DPath Writing MYMETA.yml and MYMETA.json SCHWIGON/App-DPath-0.09.tar.gz /Users/fly2200/ap2200-299195/bin/perl-dynamic Makefile.PL -- OK Running make for S/SC/SCHWIGON/App-DPath-0.09.tar.gz >>> make cp lib/App/DPath.pm blib/lib/App/DPath.pm cp bin/dpath blib/script/dpath "/Users/fly2200/ap2200-299195/bin/perl-dynamic" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/dpath Manifying 1 pod document Manifying 1 pod document SCHWIGON/App-DPath-0.09.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 "/Users/fly2200/ap2200-299195/bin/perl-dynamic" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/00-compile.t ............ 1..2 ok 1 - App/DPath.pm loaded ok ok 2 - bin/dpath compiled ok ok t/00-load.t ............... ok 1 - use App::DPath; 1..1 ok # Ignore "unsupported innermost nesting" errors, that is what we test... dpath: unsupported innermost nesting (HASH) for 'flat' output. dpath: unsupported innermost nesting (ARRAY) for 'flat' output. t/app_dpath.t ............. ok 1 - tap - dpath - json ok 2 - yaml - dpath - json ok 3 - yaml - dpath - dumper ok 4 - json - dpath - dumper ok 5 - xml - dpath - dumper ok 6 - ini - dpath - dumper ok 7 - ini - dpath - json ok 8 - ini - dpath - yaml ok 9 - ini - dpath - ini ok 10 - xml - dpath - ini ok 11 - ini - dpath - ini ok 12 - cfggeneral - dpath - json ok 13 - cfggeneral - dpath - json ok 14 - cfggeneral - dpath - json ok 15 - cfggeneral - dpath - json ok 16 - cfggeneral - dpath - yaml ok 17 - cfggeneral - dpath - yaml ok 18 - cfggeneral - dpath - yaml ok 19 - cfggeneral - dpath - yaml ok 20 - deny unsupported innermost HASH ok 21 - deny unsupported innermost ARRAY 1..21 ok t/author-eol.t ............ skipped: these tests are for testing by the author t/author-no-tabs.t ........ skipped: these tests are for testing by the author t/release-pod-coverage.t .. skipped: these tests are for release candidate testing t/release-pod-syntax.t .... skipped: these tests are for release candidate testing # # # ----------------------------------------------------------------- # DON'T PANIC! # Ignore the following YAML parsing errors - that's what we test... # ----------------------------------------------------------------- # YAML::XS::Load Error: The problem: mapping values are not allowed in this context was found at document: 1, line: 2, column: 10 YAML::XS::Load Error: The problem: mapping values are not allowed in this context was found at document: 1, line: 2, column: 10 YAML Error: Expected separator '---' Code: YAML_PARSE_ERR_NO_SEPARATOR Line: 1 Document: 2 at /Users/fly2200/cpanfly-5.22/var/megalib/YAML/Loader.pm line 79. YAML::XS::Load Error: The problem: mapping values are not allowed in this context was found at document: 1, line: 2, column: 10 YAML::Tiny failed to classify line 'YAML:1.0' at /Users/fly2200/cpanfly-5.22/var/megalib/YAML/Any.pm line 84. t/yaml.t .................. ok 1 - yaml default parsing expectedly fails ok 2 - -i yaml with '' expectedly fails ok 3 - -i yaml with 'YAML' expectedly fails ok 4 - -i yaml with 'YAML::XS' expectedly fails ok 5 - -i yaml with 'YAML::Tiny' expectedly fails ok 6 - -i yaml with 'YAML::Syck' works 1..6 ok All tests successful. Files=8, Tests=30, 9 wallclock secs ( 0.03 usr 0.02 sys + 3.60 cusr 0.54 csys = 4.19 CPU) Result: PASS SCHWIGON/App-DPath-0.09.tar.gz make test TEST_VERBOSE=1 -- OK Fetching with LWP: http://ppm.activestate.com/CPAN/authors/id/S/SC/SCHWIGON/CHECKSUMS Steffen Schwigon <schwigon@cpan.org> Cmdline tool around Data::DPath >>> (cd /Users/fly2200/cpanfly-5.22/var/tmp/cpan_build/App-DPath-0.09-P9Vipu && tar cvf - App-DPath-0.09.ppd blib) | gzip -c >/Users/fly2200/cpanfly-5.22/var/REPO/S/SC/SCHWIGON/App-DPath-0.09.tar.gz App-DPath-0.09.ppd blib/ blib/lib/ blib/lib/App/ blib/lib/App/DPath.pm blib/man1/ blib/man1/dpath.1 blib/man3/ blib/man3/App::DPath.3 blib/script/ blib/script/dpath Finished 2017-01-18T00:05:13