PATH=/usr/bin:/bin:/Users/fly2400/cpanfly-5.24/var/megalib/bin Start 2017-04-05T06:07:43 ActivePerl-2400 CPAN-2.10 Reading '/Users/fly2400/cpanfly-5.24/var/cpan/Metadata' Database was generated on Wed, 05 Apr 2017 03:29:02 GMT Fetching with LWP: http://ppm.activestate.com/CPAN/authors/id/E/ET/ETHER/B-Hooks-Parser-0.19.tar.gz Fetching with LWP: http://ppm.activestate.com/CPAN/authors/id/E/ET/ETHER/CHECKSUMS Checksum for /Users/fly2400/cpanfly-5.24/var/cpan/sources/authors/id/E/ET/ETHER/B-Hooks-Parser-0.19.tar.gz ok B-Hooks-Parser-0.19/ B-Hooks-Parser-0.19/Changes B-Hooks-Parser-0.19/CONTRIBUTING B-Hooks-Parser-0.19/dist.ini B-Hooks-Parser-0.19/hook_parser.h B-Hooks-Parser-0.19/INSTALL B-Hooks-Parser-0.19/lib/ B-Hooks-Parser-0.19/LICENCE B-Hooks-Parser-0.19/Makefile.PL B-Hooks-Parser-0.19/MANIFEST B-Hooks-Parser-0.19/META.json B-Hooks-Parser-0.19/META.yml B-Hooks-Parser-0.19/Parser.xs B-Hooks-Parser-0.19/ppport.h B-Hooks-Parser-0.19/README B-Hooks-Parser-0.19/stolen_chunk_of_toke.c B-Hooks-Parser-0.19/t/ B-Hooks-Parser-0.19/xt/ B-Hooks-Parser-0.19/xt/author/ B-Hooks-Parser-0.19/xt/release/ B-Hooks-Parser-0.19/xt/release/changes_has_content.t B-Hooks-Parser-0.19/xt/release/cpan-changes.t B-Hooks-Parser-0.19/xt/release/distmeta.t B-Hooks-Parser-0.19/xt/release/minimum-version.t B-Hooks-Parser-0.19/xt/author/00-compile.t B-Hooks-Parser-0.19/xt/author/clean-namespaces.t B-Hooks-Parser-0.19/xt/author/eol.t B-Hooks-Parser-0.19/xt/author/kwalitee.t B-Hooks-Parser-0.19/xt/author/mojibake.t B-Hooks-Parser-0.19/xt/author/no-tabs.t B-Hooks-Parser-0.19/xt/author/pod-no404s.t B-Hooks-Parser-0.19/xt/author/pod-spell.t B-Hooks-Parser-0.19/xt/author/pod-syntax.t B-Hooks-Parser-0.19/xt/author/portability.t B-Hooks-Parser-0.19/t/00-report-prereqs.dd B-Hooks-Parser-0.19/t/00-report-prereqs.t B-Hooks-Parser-0.19/t/basic.t B-Hooks-Parser-0.19/t/set_linestr.t B-Hooks-Parser-0.19/t/toke.t B-Hooks-Parser-0.19/lib/B/ B-Hooks-Parser-0.19/lib/B/Hooks/ B-Hooks-Parser-0.19/lib/B/Hooks/Parser.pm Configuring E/ET/ETHER/B-Hooks-Parser-0.19.tar.gz with Makefile.PL >>> /Users/fly2400/ap2400-300558/bin/perl-dynamic Makefile.PL Checking if your kit is complete... Looks good Have /Users/fly2400/cpanfly-5.24/var/megalib Want /Users/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: [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 B::Hooks::Parser Writing MYMETA.yml and MYMETA.json ETHER/B-Hooks-Parser-0.19.tar.gz /Users/fly2400/ap2400-300558/bin/perl-dynamic Makefile.PL -- OK Running make for E/ET/ETHER/B-Hooks-Parser-0.19.tar.gz >>> make cp build/IFiles.pm blib/arch/B/Hooks/Parser/Install/Files.pm cp lib/B/Hooks/Parser.pm blib/lib/B/Hooks/Parser.pm cp hook_parser.h blib/arch/B/Hooks/Parser/Install/hook_parser.h Running Mkbootstrap for Parser () chmod 644 "Parser.bs" "/Users/fly2400/ap2400-300558/bin/perl-dynamic" -MExtUtils::Command::MM -e 'cp_nonempty' -- Parser.bs blib/arch/auto/B/Hooks/Parser/Parser.bs 644 "/Users/fly2400/ap2400-300558/bin/perl-dynamic" "/Users/fly2400/cpanfly-5.24/var/megalib/ExtUtils/xsubpp" -typemap '/Users/fly2400/ap2400-300558/lib/ExtUtils/typemap' Parser.xs > Parser.xsc mv Parser.xsc Parser.c gcc -c -I/Users/fly2400/cpanfly-5.24/var/megalib/B/Hooks/OP/Check/Install -fno-common -DPERL_DARWIN -no-cpp-precomp -mmacosx-version-min=10.9 -arch x86_64 -DUSE_SITECUSTOMIZE -DPERL_RELOCATABLE_INCPUSH -fno-strict-aliasing -pipe -fstack-protector -DPERL_USE_SAFE_PUTENV -O3 -DVERSION=\"0.19\" -DXS_VERSION=\"0.19\" "-I/Users/fly2400/ap2400-300558/lib/CORE" Parser.c In file included from Parser.xs:12: ./stolen_chunk_of_toke.c:351:38: warning: 'Perl_is_utf8_mark' is deprecated [-Wdeprecated-declarations] while (UTF8_IS_CONTINUED(*t) && is_utf8_mark((U8*)t)) ^ /Users/fly2400/ap2400-300558/lib/CORE/embed.h:289:26: note: expanded from macro 'is_utf8_mark' #define is_utf8_mark(a) Perl_is_utf8_mark(aTHX_ a) ^ /Users/fly2400/ap2400-300558/lib/CORE/proto.h:1510:20: note: 'Perl_is_utf8_mark' declared here PERL_CALLCONV bool Perl_is_utf8_mark(pTHX_ const U8 *p) ^ In file included from Parser.xs:12: ./stolen_chunk_of_toke.c:547:13: warning: 'Perl_utf8_to_uvchr' is deprecated [-Wdeprecated-declarations] termcode = utf8_to_uvchr((U8*)s, &termlen); ^ /Users/fly2400/ap2400-300558/lib/CORE/embed.h:721:28: note: expanded from macro 'utf8_to_uvchr' #define utf8_to_uvchr(a,b) Perl_utf8_to_uvchr(aTHX_ a,b) ^ /Users/fly2400/ap2400-300558/lib/CORE/proto.h:3395:18: note: 'Perl_utf8_to_uvchr' declared here PERL_CALLCONV UV Perl_utf8_to_uvchr(pTHX_ const U8 *s, STRLEN *retlen) ^ 2 warnings generated. rm -f blib/arch/auto/B/Hooks/Parser/Parser.bundle gcc -mmacosx-version-min=10.9 -bundle -undefined dynamic_lookup -Wl,-search_paths_first -arch x86_64 -fstack-protector -o blib/arch/auto/B/Hooks/Parser/Parser.bundle Parser.o \ \ chmod 755 blib/arch/auto/B/Hooks/Parser/Parser.bundle Manifying 1 pod document ETHER/B-Hooks-Parser-0.19.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 "/Users/fly2400/ap2400-300558/bin/perl-dynamic" -MExtUtils::Command::MM -e 'cp_nonempty' -- Parser.bs blib/arch/auto/B/Hooks/Parser/Parser.bs 644 PERL_DL_NONLAZY=1 "/Users/fly2400/ap2400-300558/bin/perl-dynamic" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(1, 'blib/lib', 'blib/arch')" t/*.t # # Versions for all modules listed in MYMETA.json (including optional ones): # # === Configure Requires === # # Module Want Have # ------------------- ----- ----- # B::Hooks::OP::Check 0.18 0.19 # ExtUtils::Depends 0.302 0.405 # ExtUtils::MakeMaker any 7.16 # # === Build Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.16 # # === Test Requires === # # Module Want Have # -------------------- ---- -------- # B::Hooks::EndOfScope any 0.21 # ExtUtils::MakeMaker any 7.16 # File::Spec any 3.62 # Test::Fatal any 0.014 # Test::More any 1.302067 # # === Test Recommends === # # Module Want Have # ---------- -------- -------- # CPAN::Meta 2.120900 2.150010 # # === Runtime Requires === # # Module Want Have # ------------------- ---- ----- # B::Hooks::OP::Check any 0.19 # DynaLoader any 1.38 # parent any 0.236 # strict any 1.11 # warnings any 1.36 # # === Other Modules === # # Module Have # --------- ------- # JSON::PP 2.27400 # Sub::Name 0.21 # YAML 1.23 # autodie 2.29 # t/00-report-prereqs.t .. 1..1 ok 1 ok t/basic.t .............. 1..9 ok 1 - use B::Hooks::Parser; ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 - get_linestr returns undef at runtime ok 8 - get_linestr_offset returns something negative at runtime ok 9 - set_linestr fails at runtime ok t/set_linestr.t ........ 1..2 ok 1 ok 2 ok t/toke.t ............... 1..3 ok 1 - use B::Hooks::Parser; ok 2 ok 3 ok All tests successful. Files=4, Tests=15, 1 wallclock secs ( 0.02 usr 0.01 sys + 0.31 cusr 0.06 csys = 0.40 CPU) Result: PASS ETHER/B-Hooks-Parser-0.19.tar.gz make test TEST_VERBOSE=1 -- OK Karen Etheridge <ether@cpan.org> Interface to perl's parser variables >>> (cd /Users/fly2400/cpanfly-5.24/var/tmp/cpan_build/B-Hooks-Parser-0.19-LXVF7u && tar cvf - B-Hooks-Parser-0.19.ppd blib) | gzip -c >/Users/fly2400/cpanfly-5.24/var/REPO/E/ET/ETHER/B-Hooks-Parser-0.19.tar.gz B-Hooks-Parser-0.19.ppd blib/ blib/arch/ blib/arch/auto/ blib/arch/auto/B/ blib/arch/auto/B/Hooks/ blib/arch/auto/B/Hooks/Parser/ blib/arch/auto/B/Hooks/Parser/Parser.bundle blib/arch/B/ blib/arch/B/Hooks/ blib/arch/B/Hooks/Parser/ blib/arch/B/Hooks/Parser/Install/ blib/arch/B/Hooks/Parser/Install/Files.pm blib/arch/B/Hooks/Parser/Install/hook_parser.h blib/lib/ blib/lib/B/ blib/lib/B/Hooks/ blib/lib/B/Hooks/Parser.pm blib/man3/ blib/man3/B::Hooks::Parser.3 Finished 2017-04-05T06:07:56