PATH=/Users/fly2200/cpanfly-5.22/bin:/Users/fly2200/ap2200-299195/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin:/Users/fly2200/cpanfly-5.22/var/megalib/bin Start 2017-01-05T17:07:21 ActivePerl-2200 CPAN-2.10 Reading '/Users/fly2200/cpanfly-5.22/var/cpan/Metadata' Database was generated on Thu, 05 Jan 2017 06:29:02 GMT Fetching with LWP: http://ppm.activestate.com/CPAN/authors/id/E/ET/ETHER/B-Hooks-Parser-0.17.tar.gz Can't chown '/Users/fly2200/cpanfly-5.22/var/cpan/FTPstats.yml.70525' to fly2400/cpanflies: Operation not permitted Checksum for /Users/fly2200/cpanfly-5.22/var/cpan/sources/authors/id/E/ET/ETHER/B-Hooks-Parser-0.17.tar.gz ok B-Hooks-Parser-0.17/ B-Hooks-Parser-0.17/Changes B-Hooks-Parser-0.17/CONTRIBUTING B-Hooks-Parser-0.17/dist.ini B-Hooks-Parser-0.17/hook_parser.h B-Hooks-Parser-0.17/INSTALL B-Hooks-Parser-0.17/lib/ B-Hooks-Parser-0.17/LICENCE B-Hooks-Parser-0.17/Makefile.PL B-Hooks-Parser-0.17/MANIFEST B-Hooks-Parser-0.17/META.json B-Hooks-Parser-0.17/META.yml B-Hooks-Parser-0.17/Parser.xs B-Hooks-Parser-0.17/ppport.h B-Hooks-Parser-0.17/README B-Hooks-Parser-0.17/stolen_chunk_of_toke.c B-Hooks-Parser-0.17/t/ B-Hooks-Parser-0.17/xt/ B-Hooks-Parser-0.17/xt/author/ B-Hooks-Parser-0.17/xt/release/ B-Hooks-Parser-0.17/xt/release/changes_has_content.t B-Hooks-Parser-0.17/xt/release/cpan-changes.t B-Hooks-Parser-0.17/xt/release/distmeta.t B-Hooks-Parser-0.17/xt/release/minimum-version.t B-Hooks-Parser-0.17/xt/author/00-compile.t B-Hooks-Parser-0.17/xt/author/clean-namespaces.t B-Hooks-Parser-0.17/xt/author/eol.t B-Hooks-Parser-0.17/xt/author/kwalitee.t B-Hooks-Parser-0.17/xt/author/mojibake.t B-Hooks-Parser-0.17/xt/author/no-tabs.t B-Hooks-Parser-0.17/xt/author/pod-no404s.t B-Hooks-Parser-0.17/xt/author/pod-spell.t B-Hooks-Parser-0.17/xt/author/pod-syntax.t B-Hooks-Parser-0.17/xt/author/portability.t B-Hooks-Parser-0.17/t/00-report-prereqs.dd B-Hooks-Parser-0.17/t/00-report-prereqs.t B-Hooks-Parser-0.17/t/basic.t B-Hooks-Parser-0.17/t/set_linestr.t B-Hooks-Parser-0.17/t/toke.t B-Hooks-Parser-0.17/lib/B/ B-Hooks-Parser-0.17/lib/B/Hooks/ B-Hooks-Parser-0.17/lib/B/Hooks/Parser.pm Configuring E/ET/ETHER/B-Hooks-Parser-0.17.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 B::Hooks::Parser Writing MYMETA.yml and MYMETA.json ETHER/B-Hooks-Parser-0.17.tar.gz /Users/fly2200/ap2200-299195/bin/perl-dynamic Makefile.PL -- OK Running make for E/ET/ETHER/B-Hooks-Parser-0.17.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 B::Hooks::Parser () chmod 644 "Parser.bs" "/Users/fly2200/ap2200-299195/bin/perl-dynamic" "/Users/fly2200/cpanfly-5.22/var/megalib/ExtUtils/xsubpp" -typemap "/Users/fly2200/ap2200-299195/lib/ExtUtils/typemap" Parser.xs > Parser.xsc && mv Parser.xsc Parser.c gcc -c -I/Users/fly2200/cpanfly-5.22/var/megalib/B/Hooks/OP/Check/Install -fno-common -DPERL_DARWIN -no-cpp-precomp -arch x86_64 -DUSE_SITECUSTOMIZE -DPERL_RELOCATABLE_INCPUSH -fno-strict-aliasing -pipe -fstack-protector -O3 -DVERSION=\"0.17\" -DXS_VERSION=\"0.17\" "-I/Users/fly2200/ap2200-299195/lib/CORE" Parser.c In file included from Parser.xs:12: ./stolen_chunk_of_toke.c:350:38: warning: 'Perl_is_utf8_mark' is deprecated [-Wdeprecated-declarations] while (UTF8_IS_CONTINUED(*t) && is_utf8_mark((U8*)t)) ^ /Users/fly2200/ap2200-299195/lib/CORE/embed.h:292:26: note: expanded from macro 'is_utf8_mark' #define is_utf8_mark(a) Perl_is_utf8_mark(aTHX_ a) ^ /Users/fly2200/ap2200-299195/lib/CORE/proto.h:2131: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:546:13: warning: 'Perl_utf8_to_uvchr' is deprecated [-Wdeprecated-declarations] termcode = utf8_to_uvchr((U8*)s, &termlen); ^ /Users/fly2200/ap2200-299195/lib/CORE/embed.h:722:28: note: expanded from macro 'utf8_to_uvchr' #define utf8_to_uvchr(a,b) Perl_utf8_to_uvchr(aTHX_ a,b) ^ /Users/fly2200/ap2200-299195/lib/CORE/proto.h:5027: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 Parser.o -o blib/arch/auto/B/Hooks/Parser/Parser.bundle \ \ chmod 755 blib/arch/auto/B/Hooks/Parser/Parser.bundle "/Users/fly2200/ap2200-299195/bin/perl-dynamic" -MExtUtils::Command::MM -e 'cp_nonempty' -- Parser.bs blib/arch/auto/B/Hooks/Parser/Parser.bs 644 Manifying 1 pod document ETHER/B-Hooks-Parser-0.17.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 Running Mkbootstrap for B::Hooks::Parser () chmod 644 "Parser.bs" 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 # # 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.04 # # === Build Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.04 # # === Test Requires === # # Module Want Have # -------------------- ---- -------- # B::Hooks::EndOfScope any 0.21 # File::Spec any 3.62 # Module::Metadata any 1.000027 # Test::Exception any 0.43 # Test::More any 1.001014 # # === Test Recommends === # # Module Want Have # ---------- -------- -------- # CPAN::Meta 2.120900 2.150005 # # === Runtime Requires === # # Module Want Have # ------------------- ---- ----- # B::Hooks::OP::Check any 0.19 # DynaLoader any 1.32 # parent any 0.236 # strict any 1.09 # warnings any 1.32 # 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.22 cusr 0.03 csys = 0.28 CPU) Result: PASS ETHER/B-Hooks-Parser-0.17.tar.gz make test TEST_VERBOSE=1 -- OK Karen Etheridge <ether@cpan.org> Interface to perl's parser variables >>> (cd /Users/fly2200/cpanfly-5.22/var/tmp/cpan_build/B-Hooks-Parser-0.17-EIplEn && tar cvf - B-Hooks-Parser-0.17.ppd blib) | gzip -c >/Users/fly2200/cpanfly-5.22/var/REPO/E/ET/ETHER/B-Hooks-Parser-0.17.tar.gz B-Hooks-Parser-0.17.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-01-05T17:07:30