PATH=/usr/bin:/bin Start 2017-06-30T04:00:26 ActivePerl-2400 CPAN-2.10 Reading '/Users/fly2400/cpanfly-5.24/var/cpan/Metadata' Database was generated on Thu, 29 Jun 2017 23:17:02 GMT Fetching with LWP: http://ppm.activestate.com/CPAN/authors/id/M/MO/MONS/XML-Fast-0.17.tar.gz Fetching with LWP: http://ppm.activestate.com/CPAN/authors/id/M/MO/MONS/CHECKSUMS Checksum for /Users/fly2400/cpanfly-5.24/var/cpan/sources/authors/id/M/MO/MONS/XML-Fast-0.17.tar.gz ok XML-Fast-0.17/ XML-Fast-0.17/Changes XML-Fast-0.17/entities.h XML-Fast-0.17/Fast.xs XML-Fast-0.17/lib/ XML-Fast-0.17/LICENSE XML-Fast-0.17/Makefile.PL XML-Fast-0.17/MANIFEST XML-Fast-0.17/MANIFEST.SKIP XML-Fast-0.17/META.json XML-Fast-0.17/META.yml XML-Fast-0.17/ppport.h XML-Fast-0.17/README XML-Fast-0.17/t/ XML-Fast-0.17/xmlfast.c XML-Fast-0.17/xmlfast.h XML-Fast-0.17/t/00-load.t XML-Fast-0.17/t/01-conv.t XML-Fast-0.17/t/02-doctype.t XML-Fast-0.17/t/03-reports.t XML-Fast-0.17/t/04-badxml.t XML-Fast-0.17/t/05-wrongs.t XML-Fast-0.17/t/badxml/ XML-Fast-0.17/t/reports/ XML-Fast-0.17/t/reports/01.xml XML-Fast-0.17/t/reports/02.xml XML-Fast-0.17/t/reports/03.xml XML-Fast-0.17/t/reports/04.xml XML-Fast-0.17/t/reports/05.xml XML-Fast-0.17/t/badxml/01.xml XML-Fast-0.17/t/badxml/02.xml XML-Fast-0.17/lib/XML/ XML-Fast-0.17/lib/XML/Fast.pm Configuring M/MO/MONS/XML-Fast-0.17.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 XML::Fast Writing MYMETA.yml and MYMETA.json MONS/XML-Fast-0.17.tar.gz /Users/fly2400/ap2400-300558/bin/perl-dynamic Makefile.PL -- OK Running make for M/MO/MONS/XML-Fast-0.17.tar.gz >>> make cp lib/XML/Fast.pm blib/lib/XML/Fast.pm Running Mkbootstrap for Fast () chmod 644 "Fast.bs" "/Users/fly2400/ap2400-300558/bin/perl-dynamic" -MExtUtils::Command::MM -e 'cp_nonempty' -- Fast.bs blib/arch/auto/XML/Fast/Fast.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' Fast.xs > Fast.xsc mv Fast.xsc Fast.c gcc -c -I. -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 -std=c99 -Wno-parentheses -Wno-pointer-sign -O2 -DVERSION=\"0.17\" -DXS_VERSION=\"0.17\" "-I/Users/fly2400/ap2400-300558/lib/CORE" Fast.c gcc -c -I. -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 -std=c99 -Wno-parentheses -Wno-pointer-sign -O2 -DVERSION=\"0.17\" -DXS_VERSION=\"0.17\" "-I/Users/fly2400/ap2400-300558/lib/CORE" xmlfast.c rm -f blib/arch/auto/XML/Fast/Fast.bundle gcc -mmacosx-version-min=10.9 -bundle -undefined dynamic_lookup -Wl,-search_paths_first -arch x86_64 -fstack-protector -o blib/arch/auto/XML/Fast/Fast.bundle Fast.o xmlfast.o \ \ chmod 755 blib/arch/auto/XML/Fast/Fast.bundle Manifying 1 pod document MONS/XML-Fast-0.17.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' -- Fast.bs blib/arch/auto/XML/Fast/Fast.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 t/00-load.t ..... 1..1 ok 1 - use XML::Fast; ok t/01-conv.t ..... 1..28 ok 1 - default (1) ok 2 - default (1) ok 3 - default (2) ok 4 - default (3) ok 5 - join => + (2) ok 6 - join => + (3) ok 7 - array => root (1) ok 8 - array => nest (1) ok 9 - array => 1 (1) ok 10 - utf8.1 ok 11 - utf flag ok ok 12 - utf8.2 ok 13 - utf flag not set ok 14 - utf8.3 ok 15 - utf flag not set ok 16 - utf8.4 ok 17 - utf flag set ok 18 - 1251 + low entity ok 19 - utf flag set ok 20 - 1251 + high entity (char mode) ok 21 - utf flag set ok 22 - 1251 + high entity (bytes mode) ok 23 - utf flag not set ok 24 - 1251 + high entity (bytes mode), fits to charset ok 25 - utf flag not set ok 26 - array => 1 (1) ok 27 - empty root ok 28 - no warnings ok t/02-doctype.t .. 1..4 ok 1 - doctype 0 ok 2 - doctype 1 ok 3 - doctype 2 ok 4 - no warnings ok # testing file t/reports/01.xml # testing file t/reports/02.xml # testing file t/reports/03.xml # testing file t/reports/04.xml # testing file t/reports/05.xml t/03-reports.t .. 1..6 ok 1 - success t/reports/01.xml ok 2 - success t/reports/02.xml ok 3 - success t/reports/03.xml ok 4 - success t/reports/04.xml ok 5 - success t/reports/05.xml ok 6 - no warnings ok # testing file t/badxml/01.xml # testing file t/badxml/02.xml t/04-badxml.t ... 1..2 ok 1 - success t/badxml/01.xml ok 2 - success t/badxml/02.xml ok t/05-wrongs.t ... ok 1 - open tag - match ok ok 2 - open tag ok 3 - open ! - match ok ok 4 - open ! ok 5 - unbalanced comment - match ok ok 6 - unbalanced comment ok 7 - unbalanced cdata - match ok ok 8 - unbalanced cdata ok 9 - unbalanced doctype - match ok ok 10 - unbalanced doctype ok 11 - unbalanced doctype - match ok ok 12 - unbalanced doctype ok 13 - unbalanced doctype - match ok ok 14 - unbalanced doctype ok 15 - bad Mons Anderson <mons@cpan.org> Simple and very fast XML - hash conversion >>> (cd /Users/fly2400/cpanfly-5.24/var/tmp/cpan_build/XML-Fast-0.17-288yTB && tar cvf - XML-Fast-0.17.ppd blib) | gzip -c >/Users/fly2400/cpanfly-5.24/var/REPO/M/MO/MONS/XML-Fast-0.17.tar.gz XML-Fast-0.17.ppd blib/ blib/arch/ blib/arch/auto/ blib/arch/auto/XML/ blib/arch/auto/XML/Fast/ blib/arch/auto/XML/Fast/Fast.bundle blib/lib/ blib/lib/XML/ blib/lib/XML/Fast.pm blib/man3/ blib/man3/XML::Fast.3 Finished 2017-06-30T04:00:32