PATH=/usr/bin:/bin:/data/fly2200/cpanfly-5.22/var/megalib/bin Start 2017-06-28T02:06:20 ActivePerl-2200 CPAN-2.10 Reading '/data/fly2200/cpanfly-5.22/var/cpan/Metadata' Database was generated on Tue, 27 Jun 2017 02:29:02 GMT Checksum for /data/fly2200/cpanfly-5.22/var/cpan/sources/authors/id/M/MO/MONS/XML-Fast-0.16.tar.gz ok XML-Fast-0.16/ XML-Fast-0.16/Changes XML-Fast-0.16/entities.h XML-Fast-0.16/Fast.xs XML-Fast-0.16/lib/ XML-Fast-0.16/LICENSE XML-Fast-0.16/Makefile.PL XML-Fast-0.16/MANIFEST XML-Fast-0.16/MANIFEST.SKIP XML-Fast-0.16/META.json XML-Fast-0.16/META.yml XML-Fast-0.16/ppport.h XML-Fast-0.16/README XML-Fast-0.16/t/ XML-Fast-0.16/xmlfast.c XML-Fast-0.16/xmlfast.h XML-Fast-0.16/t/00-load.t XML-Fast-0.16/t/01-conv.t XML-Fast-0.16/t/02-doctype.t XML-Fast-0.16/t/03-reports.t XML-Fast-0.16/t/04-badxml.t XML-Fast-0.16/t/05-wrongs.t XML-Fast-0.16/t/badxml/ XML-Fast-0.16/t/reports/ XML-Fast-0.16/t/reports/01.xml XML-Fast-0.16/t/reports/02.xml XML-Fast-0.16/t/reports/03.xml XML-Fast-0.16/t/reports/04.xml XML-Fast-0.16/t/reports/05.xml XML-Fast-0.16/t/badxml/01.xml XML-Fast-0.16/t/badxml/02.xml XML-Fast-0.16/lib/XML/ XML-Fast-0.16/lib/XML/Fast.pm Configuring M/MO/MONS/XML-Fast-0.16.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 XML::Fast Writing MYMETA.yml and MYMETA.json MONS/XML-Fast-0.16.tar.gz /data/fly2200/ap2200-299134/bin/perl-static Makefile.PL -- OK Running make for M/MO/MONS/XML-Fast-0.16.tar.gz >>> make cp lib/XML/Fast.pm blib/lib/XML/Fast.pm Running Mkbootstrap for XML::Fast () chmod 644 "Fast.bs" "/data/fly2200/ap2200-299134/bin/perl-static" "/data/fly2200/cpanfly-5.22/var/megalib/ExtUtils/xsubpp" -typemap "/home/fly2200/ap2200-299134/lib/ExtUtils/typemap" Fast.xs > Fast.xsc && mv Fast.xsc Fast.c gcc -c -I. -Wno-parentheses -Wno-pointer-sign -O2 -funroll-loops -DVERSION=\"0.16\" -DXS_VERSION=\"0.16\" -fPIC "-I/home/fly2200/ap2200-299134/lib/CORE" Fast.c Fast.xs:861:0: warning: "strcmp" redefined [enabled by default] /usr/include/x86_64-linux-gnu/bits/string2.h:800:0: note: this is the location of the previous definition gcc -c -I. -Wno-parentheses -Wno-pointer-sign -O2 -funroll-loops -DVERSION=\"0.16\" -DXS_VERSION=\"0.16\" -fPIC "-I/home/fly2200/ap2200-299134/lib/CORE" xmlfast.c rm -f blib/arch/auto/XML/Fast/Fast.so gcc -shared -O2 -fstack-protector Fast.o xmlfast.o -o blib/arch/auto/XML/Fast/Fast.so \ \ chmod 755 blib/arch/auto/XML/Fast/Fast.so "/data/fly2200/ap2200-299134/bin/perl-static" -MExtUtils::Command::MM -e 'cp_nonempty' -- Fast.bs blib/arch/auto/XML/Fast/Fast.bs 644 Manifying 1 pod document MONS/XML-Fast-0.16.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 Running Mkbootstrap for XML::Fast () chmod 644 "Fast.bs" 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 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 /data/fly2200/cpanfly-5.22/var/tmp/cpan_build/XML-Fast-0.16-75a88K && tar cvf - XML-Fast-0.16.ppd blib) | gzip -c >/data/fly2200/cpanfly-5.22/var/REPO/M/MO/MONS/XML-Fast-0.16.tar.gz XML-Fast-0.16.ppd blib/ blib/man3/ blib/man3/XML::Fast.3 blib/arch/ blib/arch/auto/ blib/arch/auto/XML/ blib/arch/auto/XML/Fast/ blib/arch/auto/XML/Fast/Fast.so blib/lib/ blib/lib/XML/ blib/lib/XML/Fast.pm VmSize: 358736 kB Finished 2017-06-28T02:06:26