PATH=/usr/bin:/bin:/data/fly2200/cpanfly-5.22/var/megalib/bin Start 2017-10-04T00:06:21 ActivePerl-2200 CPAN-2.10 Reading '/data/fly2200/cpanfly-5.22/var/cpan/Metadata' Database was generated on Tue, 03 Oct 2017 05:29:03 GMT Checksum for /data/fly2200/cpanfly-5.22/var/cpan/sources/authors/id/P/PE/PEVANS/String-Tagged-0.15.tar.gz ok String-Tagged-0.15 String-Tagged-0.15/Build.PL String-Tagged-0.15/Changes String-Tagged-0.15/LICENSE String-Tagged-0.15/MANIFEST String-Tagged-0.15/META.json String-Tagged-0.15/META.yml String-Tagged-0.15/Makefile.PL String-Tagged-0.15/README String-Tagged-0.15/examples String-Tagged-0.15/examples/demo-show.pl String-Tagged-0.15/lib String-Tagged-0.15/lib/String String-Tagged-0.15/lib/String/Tagged.pm String-Tagged-0.15/lib/String/Tagged String-Tagged-0.15/lib/String/Tagged/Formatting.pod String-Tagged-0.15/t String-Tagged-0.15/t/00use.t String-Tagged-0.15/t/01plain.t String-Tagged-0.15/t/02tags-conststr.t String-Tagged-0.15/t/03tags-iter-limit.t String-Tagged-0.15/t/04tags-appendstr.t String-Tagged-0.15/t/05tags-delete.t String-Tagged-0.15/t/06tags-substr.t String-Tagged-0.15/t/07tags-range.t String-Tagged-0.15/t/10debugprint.t String-Tagged-0.15/t/11clone.t String-Tagged-0.15/t/20merge-tags.t String-Tagged-0.15/t/21merge-tags-anchors.t String-Tagged-0.15/t/30appendinsert.t String-Tagged-0.15/t/31matches.t String-Tagged-0.15/t/32split.t String-Tagged-0.15/t/33sprintf.t String-Tagged-0.15/t/40operators.t String-Tagged-0.15/t/50subclass.t String-Tagged-0.15/t/99pod.t Configuring P/PE/PEVANS/String-Tagged-0.15.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 String::Tagged Writing MYMETA.yml and MYMETA.json PEVANS/String-Tagged-0.15.tar.gz /data/fly2200/ap2200-299134/bin/perl-static Makefile.PL -- OK Running make for P/PE/PEVANS/String-Tagged-0.15.tar.gz >>> make cp lib/String/Tagged.pm blib/lib/String/Tagged.pm cp lib/String/Tagged/Formatting.pod blib/lib/String/Tagged/Formatting.pod Manifying 2 pod documents PEVANS/String-Tagged-0.15.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 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/00use.t ................. ok 1 - use String::Tagged; 1..1 ok t/01plain.t ............... ok 1 - Plain string accessor ok 2 - Plain string length ok 3 - length() str also works ok 4 - Plain substring accessor ok 5 - 'Tagged substring accessor' isa 'String::Tagged' ok 6 - After set_substr ok 7 - String length after set_substr ok 8 - After insert ok 9 - After append 1..9 ok t/02tags-conststr.t ....... ok 1 - No tags defined initially ok 2 - ->apply_tag returns $str ok 3 - message tag now defined ok 4 - tags list after apply message ok 5 - one extent from iter_extents ok 6 - String::Tagged::Extent->can(...) ok 7 - $e->string ok 8 - $e->start ok 9 - $e->length ok 10 - $e->end ok 11 - $e->plain_substr ok 12 - '$e->substr' isa 'String::Tagged' ok 13 - $e->substr->iter_tags ok 14 - tags at pos 0 ok 15 - message tag is 1 at pos 0 ok 16 - space tag now also defined ok 17 - tags list after apply space ok 18 - two extent from iter_extents ok 19 - $e[0]->substr ok 20 - $e[1]->substr ok 21 - tags list non-overlapping after apply space ok 22 - substrs non-overlapping after apply space ok 23 - tags list non-overlapping after apply space ok 24 - substrs non-overlapping after apply space ok 25 - tags list with overridden tag ok 26 - tags list with overridden tag at BOS ok 27 - extent objects contain start/end/anchor_before/anchor_after ok 28 - tags at pos 0 of edge-anchored ok 29 - everywhere tag is 1 at pos 0 of edge-anchored ok 30 - tags list with edge-anchored tags ok 31 - ->get_tags_at( 1 ) ok 32 - ->get_tags_at( 4 ) ok 33 - constructor clones string ok 34 - constructor clones tags ok 35 - ->str from ->new_tagged ok 36 - tags at pos 0 from ->new_tagged ok 37 - tags list from ->new_tagged ok 38 - get_tag_at retrieved value 1..38 ok t/03tags-iter-limit.t ..... ok 1 - tags list with start offset ok 2 - tags list with end limit ok 3 - tags list with only (message) ok 4 - tags list with except (message) ok 5 - tags list non-overlapping with start offset ok 6 - tags list non-overlapping with end limit ok 7 - tags list non-overlapping with only limit ok 8 - tags list non-overlapping with except limit ok 9 - substrs non-overlapping with start offset ok 10 - substrs non-overlapping with start offset 1..10 ok t/04tags-appendstr.t ...... ok 1 - No tags defined initially ok 2 - ->apply_tag returns $str ok 3 - ->append_tagged returns $str ok 4 - str after first append ok 5 - tagnames after first append ok 6 - tags at pos 0 ok 7 - word tag at pos 0 ok 8 - tags list after first append ok 9 - str after second append ok 10 - tags list after second append ok 11 - str after third append ok 12 - tags list after third append 1..12 ok t/05tags-delete.t ......... ok 1 - tags list initially ok 2 - ->delete_tag returns $str ok 3 - tags list after delete ok 4 - ->unapply_tag returns $str ok 5 - tags list after unapply ok 6 - tags list after second unapply ok 7 - tags list after third unapply 1..7 ok t/06tags-substr.t ......... ok 1 - tags list initially ok 2 - tags list after first substr ok 3 - tags list after second substr ok 4 - tags list after collapsing substr ok 5 - tags list after straddling substr ok 6 - tags list after prepend substr ok 7 - $sub->str ok 8 - two tag starts at 1 ok 9 - two tag length is 3 1..9 ok t/07tags-range.t .......... ok 1 - Got an extent ok 2 - $e->str ok 3 - $e->start ok 4 - $e->end ok 5 - $e->length ok 6 - $e->substr ok 7 - $e->anchor_before ok 8 - $e->anchor_after ok 9 - $e->start ok 10 - $e->end ok 11 - $e->substr of 7/big ok 12 - $e->anchor_before ok 13 - $e->anchor_after ok 14 - $e not defined for 3/big ok 15 - $e missing defined for 3/big ok 16 - $e->start ok 17 - $e->end ok 18 - $e missing not defined for 7/big ok 19 - $e missing defined for 10/big ok 20 - $e->start ok 21 - $e->end ok 22 - second tag defined ok 23 - second tag start ok 24 - second tag length 1..24 ok t/10debugprint.t .......... ok 1 - untagged ok 2 - one tag ok 3 - single-char tag ok 4 - everywhere tag 1..4 ok t/11clone.t ............... ok 1 - ->str of clone ok 2 - ->tagnames of clone ok 3 - ->str of clone ok 4 - ->tagnames of partial clone ok 5 - ->tagnames of converted clone ok 6 - value of sub-converted tag 1..6 ok t/20merge-tags.t .......... ok 1 - tags list before merge ok 2 - tags list after merge ok 3 - tags list after merge differing values ok 4 - tags list after merge differing names ok 5 - tags list after merge 3 ok 6 - tags list after merge non-overlap ok 7 - tags list after merge with overlap ok 8 - tags list after merge with overlap 1..8 ok t/21merge-tags-anchors.t .. ok 1 - tags list after merge ok 2 - tags list after prepend ok 3 - tags list after append 1..3 ok t/30appendinsert.t ........ ok 1 - str after first append ok 2 - tags list after first append ok 3 - str after second append ok 4 - tags list after secondappend ok 5 - str after first prepend ok 6 - tags list after first prepend ok 7 - str after second prepend ok 8 - tags list after second prepend 1..8 ok t/31matches.t ............. ok 1 - Result of ->matches 1..1 ok t/32split.t ............... ok 1 - ->split returns 2 elements ok 2 - '->split returns String::Tagged instances' isa 'String::Tagged' ok 3 - ->split returns correct strings ok 4 - $e->start of copied tag ok 5 - $e->length of copied tag ok 6 - ->split with limit returns only that limit ok 7 - ->split with limit returns correct strings ok 8 - ->split with capture returns captures too ok 9 - ->split with capture returns correct strings 1..9 ok t/33sprintf.t ............. ok 1 - base case ok 2 - literal % ok 3 - base case preserves order ok 4 - tagged argument value ok 5 - tagged argument has tag in result ok 6 - %s padding right-aligned ok 7 - %s padding left-aligned ok 8 - %s padding excess ok 9 - %s padding dynamic size ok 10 - %s truncation ok 11 - %s truncation dynamic size ok 12 - tagged format value ok 13 - tagged format has tag in result ok 14 - tagged format with conversion ok 15 - tagged format with conversion has tag in result ok 16 - tag from format covers the entire result 1..16 ok t/40operators.t ........... ok 1 - STRINGify operator ok 2 - concat after ok 3 - concat before ok 4 - str after .= operator 1..4 ok t/50subclass.t ............ ok 1 - '$foo' isa 'STSubclass' ok 2 - '$foo' isa 'String::Tagged' ok 3 - 'concat plain after' isa 'STSubclass' ok 4 - 'concat plain before' isa 'STSubclass' ok 5 - 'concat plain after' isa 'STSubclass' ok 6 - 'concat plain before' isa 'STSubclass' 1..6 ok t/99pod.t ................. 1..2 ok 1 - POD test for blib/lib/String/Tagged.pm ok 2 - POD test for blib/lib/String/Tagged/Formatting.pod ok All tests successful. Files=19, Tests=177, 1 wallclock secs ( 0.07 usr 0.05 sys + 0.70 cusr 0.17 csys = 0.99 CPU) Result: PASS PEVANS/String-Tagged-0.15.tar.gz make test TEST_VERBOSE=1 -- OK Paul Evans <leonerd@leonerd.org.uk> string buffers with value tags on extents >>> (cd /data/fly2200/cpanfly-5.22/var/tmp/cpan_build/String-Tagged-0.15-gtICjt && tar cvf - String-Tagged-0.15.ppd blib) | gzip -c >/data/fly2200/cpanfly-5.22/var/REPO/P/PE/PEVANS/String-Tagged-0.15.tar.gz String-Tagged-0.15.ppd blib/ blib/man3/ blib/man3/String::Tagged.3 blib/man3/String::Tagged::Formatting.3 blib/lib/ blib/lib/String/ blib/lib/String/Tagged/ blib/lib/String/Tagged/Formatting.pod blib/lib/String/Tagged.pm VmSize: 365440 kB Finished 2017-10-04T00:06:25