PATH=/usr/bin:/bin:/data/fly2200/var/megalib/bin Start 2015-10-22T06:21:50 ActivePerl-2200 CPAN-2.00 Reading '/data/fly2200/var/cpan/Metadata' Database was generated on Thu, 22 Oct 2015 05:53:29 GMT Running make for X/XE/XENU/autobox-Core-1.30.tar.gz Fetching with LWP: http://cpan.nas1.activestate.com/authors/id/X/XE/XENU/autobox-Core-1.30.tar.gz Fetching with LWP: http://cpan.nas1.activestate.com/authors/id/X/XE/XENU/CHECKSUMS Checksum for /data/fly2200/var/cpan/sources/authors/id/X/XE/XENU/autobox-Core-1.30.tar.gz ok autobox-Core-1.30/ autobox-Core-1.30/Changes autobox-Core-1.30/lib/ autobox-Core-1.30/lib/autobox/ autobox-Core-1.30/lib/autobox/Core.pm autobox-Core-1.30/Makefile.PL autobox-Core-1.30/MANIFEST autobox-Core-1.30/MANIFEST.SKIP autobox-Core-1.30/META.json autobox-Core-1.30/META.yml autobox-Core-1.30/README autobox-Core-1.30/t/ autobox-Core-1.30/t/added.t autobox-Core-1.30/t/array-slice.t autobox-Core-1.30/t/bless.t autobox-Core-1.30/t/center.t autobox-Core-1.30/t/chomp.t autobox-Core-1.30/t/chop.t autobox-Core-1.30/t/chr.t autobox-Core-1.30/t/concat.t autobox-Core-1.30/t/crypt.t autobox-Core-1.30/t/curry.t autobox-Core-1.30/t/each.t autobox-Core-1.30/t/elements.t autobox-Core-1.30/t/elems.t autobox-Core-1.30/t/first_index.t autobox-Core-1.30/t/flatten.t autobox-Core-1.30/t/flip.t autobox-Core-1.30/t/for.t autobox-Core-1.30/t/foreach.t autobox-Core-1.30/t/grep.t autobox-Core-1.30/t/head.t autobox-Core-1.30/t/index.t autobox-Core-1.30/t/join.t autobox-Core-1.30/t/keys.t autobox-Core-1.30/t/last_index.t autobox-Core-1.30/t/lc.t autobox-Core-1.30/t/lcfirst.t autobox-Core-1.30/t/length.t autobox-Core-1.30/t/m.t autobox-Core-1.30/t/map.t autobox-Core-1.30/t/nm.t autobox-Core-1.30/t/number.t autobox-Core-1.30/t/numeric.t autobox-Core-1.30/t/ord.t autobox-Core-1.30/t/pack.t autobox-Core-1.30/t/pop.t autobox-Core-1.30/t/print.t autobox-Core-1.30/t/push.t autobox-Core-1.30/t/quotemeta.t autobox-Core-1.30/t/range.t autobox-Core-1.30/t/ref.t autobox-Core-1.30/t/reverse.t autobox-Core-1.30/t/rindex.t autobox-Core-1.30/t/s.t autobox-Core-1.30/t/say.t autobox-Core-1.30/t/scalar.t autobox-Core-1.30/t/shift.t autobox-Core-1.30/t/size.t autobox-Core-1.30/t/slice.t autobox-Core-1.30/t/sort.t autobox-Core-1.30/t/split.t autobox-Core-1.30/t/sprintf.t autobox-Core-1.30/t/strip.t autobox-Core-1.30/t/substr.t autobox-Core-1.30/t/synopsis.t autobox-Core-1.30/t/system.t autobox-Core-1.30/t/tail.t autobox-Core-1.30/t/uc.t autobox-Core-1.30/t/ucfirst.t autobox-Core-1.30/t/undef.t autobox-Core-1.30/t/unpack.t autobox-Core-1.30/t/unshift.t autobox-Core-1.30/t/values.t autobox-Core-1.30/t/vec.t CPAN.pm: Building X/XE/XENU/autobox-Core-1.30.tar.gz >>> /data/fly2200/ap2200-299134/bin/perl-static Makefile.PL Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for autobox::Core Writing MYMETA.yml and MYMETA.json >>> make cp lib/autobox/Core.pm blib/lib/autobox/Core.pm Manifying 1 pod document XENU/autobox-Core-1.30.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/added.t ........ ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 ok 19 ok 20 ok 21 ok 22 ok 23 ok 24 ok 25 ok 26 ok 27 ok 28 ok 29 - flattening gets us all the contents ok 30 ok 31 ok 32 ok 33 ok 34 ok 35 ok 36 ok 37 ok 38 ok 39 ok 40 ok 41 ok 42 ok 43 ok 44 ok 45 ok 46 ok 47 1..47 ok t/array-slice.t .. 1..5 ok 1 ok 2 ok 3 ok 4 - Returns an array in list context ok 5 - Returns an arrayref in scalar context ok t/bless.t ........ ok 1 ok 2 ok 3 not ok 4 # TODO & SKIP Make it work for Regexp, Scalar and Glob not ok 5 # TODO & SKIP Make it work for Regexp, Scalar and Glob not ok 6 # TODO & SKIP Make it work for Regexp, Scalar and Glob 1..6 ok t/center.t ....... 1..25 ok 1 - ->center() with even length has equal whitespace on both sides ok 2 - ->center() with even length has equal whitespace on both sides ok 3 - ->center() with odd length pads left ok 4 - ->center() with too-short length returns the string unmodified ok 5 - ->center(0) ok 6 - ->center(-1) ok 7 - ->center(6, "-") ok 8 - ->center(7, "-") ok 9 - ->center(0, "-") ok 10 - center(5) returns that size ok 11 - center(6) returns that size ok 12 - center(7) returns that size ok 13 - center(8) returns that size ok 14 - center(9) returns that size ok 15 - center(10) returns that size ok 16 - center(11) returns that size ok 17 - center(12) returns that size ok 18 - center(13) returns that size ok 19 - center(14) returns that size ok 20 - center(15) returns that size ok 21 - center(16) returns that size ok 22 - center(17) returns that size ok 23 - center(18) returns that size ok 24 - center(19) returns that size ok 25 - center(20) returns that size ok t/chomp.t ........ ok 1 1..1 ok t/chop.t ......... ok 1 - Chop modifies the string ok 2 - ... and returns the last character not ok 3 # TODO & SKIP Chop should work on lists too not ok 4 # TODO & SKIP Chop should work on lists too 1..4 ok t/chr.t .......... ok 1 1..1 ok t/concat.t ....... ok 1 1..1 ok t/crypt.t ........ ok 1 1..1 ok t/curry.t ........ ok 1 ok 2 1..2 ok t/each.t ......... ok 1 ok 2 ok 3 1..3 ok t/elements.t ..... ok 1 ok 2 1..2 ok t/elems.t ........ ok 1 1..1 ok t/first_index.t .. 1..3 ok 1 ok 2 ok 3 ok t/flatten.t ...... ok 1 ok 2 1..2 ok t/flip.t ......... 1..2 ok 1 ok 2 - Returns hash in list context ok t/for.t .......... ok 1 1..1 ok t/foreach.t ...... ok 1 1..1 ok t/grep.t ......... ok 1 - Expected coderef grep results ok 2 - Returns arrayref in scalar context ok 3 - Should accept code refs ok 4 - Should accept Regexps ok 5 - Works with SCALAR ok 6 - Works with SCALAR ok 7 - Works with Regexp ok 8 - ... as with Code refs ok 9 - Returns an array in list context 1..9 ok t/head.t ......... 1..2 ok 1 ok 2 ok t/index.t ........ ok 1 ok 2 1..2 ok t/join.t ......... ok 1 ok 2 1..2 ok t/keys.t ......... ok 1 ok 2 - Returns arrayref in scalar context 1..2 ok t/last_index.t ... 1..3 ok 1 ok 2 ok 3 ok t/lc.t ........... ok 1 1..1 ok t/lcfirst.t ...... ok 1 1..1 ok t/length.t ....... ok 1 ok 2 1..2 ok t/m.t ............ ok 1 1..1 ok t/map.t .......... ok 1 ok 2 - Returns arrayref in scalar context 1..2 ok t/nm.t ........... ok 1 1..1 ok t/number.t ....... 1..49 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 - zero is not negative ok 15 - zero is not positive ok 16 ok 17 ok 18 ok 19 ok 20 ok 21 ok 22 ok 23 ok 24 ok 25 ok 26 not ok 27 # TODO hex is weird # Failed (TODO) test at t/number.t line 54. # got: '597' # expected: 'FF' not ok 28 # TODO hex is weird # Failed (TODO) test at t/number.t line 55. # got: '-1' # expected: '255' not ok 29 # TODO hex is weird # Failed (TODO) test at t/number.t line 56. # got: '254' # expected: '255' not ok 30 # TODO & SKIP Make number methods work on non-scalar refs not ok 31 # TODO & SKIP Make number methods work on non-scalar refs not ok 32 # TODO & SKIP Make number methods work on non-scalar refs not ok 33 # TODO & SKIP Make number methods work on non-scalar refs not ok 34 # TODO & SKIP Make number methods work on non-scalar refs not ok 35 # TODO & SKIP Make number methods work on non-scalar refs not ok 36 # TODO & SKIP Make number methods work on non-scalar refs not ok 37 # TODO & SKIP Make number methods work on non-scalar refs not ok 38 # TODO & SKIP Make number methods work on non-scalar refs not ok 39 # TODO & SKIP Make number methods work on non-scalar refs not ok 40 # TODO & SKIP Make number methods work on non-scalar refs not ok 41 # TODO & SKIP Make number methods work on non-scalar refs not ok 42 # TODO & SKIP Make number methods work on non-scalar refs not ok 43 # TODO & SKIP Make number methods work on non-scalar refs not ok 44 # TODO & SKIP Make number methods work on non-scalar refs not ok 45 # TODO & SKIP Make number methods work on non-scalar refs not ok 46 # TODO & SKIP Make number methods work on non-scalar refs not ok 47 # TODO & SKIP Make number methods work on non-scalar refs not ok 48 # TODO & SKIP Make number methods work on non-scalar refs not ok 49 # TODO & SKIP Make number methods work on non-scalar refs ok t/numeric.t ...... ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 1..10 ok t/ord.t .......... ok 1 1..1 ok t/pack.t ......... ok 1 ok 2 ok 3 1..3 ok t/pop.t .......... ok 1 ok 2 1..2 ok t/print.t ........ ok 1 ok 2 ok 3 1..3 ok t/push.t ......... ok 1 ok 2 ok 3 - Returns arrayref in scalar context ok 4 1..4 ok t/quotemeta.t .... ok 1 1..1 ok t/range.t ........ 1..4 ok 1 ok 2 ok 3 - Returns an array in list context ok 4 - Returns an arrayref in scalar context ok t/ref.t .......... ok 1 ok 2 ok 3 not ok 4 # TODO & SKIP Make it work for Regexp, Scalar and Glob not ok 5 # TODO & SKIP Make it work for Regexp, Scalar and Glob not ok 6 # TODO & SKIP Make it work for Regexp, Scalar and Glob 1..6 ok t/reverse.t ...... ok 1 - reverse in list context reverses the scalar ok 2 - reverse in scalar context reverses the scalar ok 3 ok 4 ok 5 - returns an arrayref in scalar context 1..5 ok t/rindex.t ....... ok 1 ok 2 1..2 ok t/s.t ............ ok 1 1..1 ok t/say.t .......... ok 1 ok 2 ok 3 1..3 ok t/scalar.t ....... ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 1..17 ok t/shift.t ........ ok 1 ok 2 1..2 ok t/size.t ......... ok 1 1..1 ok t/slice.t ........ ok 1 ok 2 ok 3 ok 4 1..4 ok t/sort.t ......... ok 1 ok 2 ok 3 - Returns an arrayref in scalar context 1..3 ok t/split.t ........ ok 1 ok 2 - Returns arrayref in scalar context 1..2 ok t/sprintf.t ...... ok 1 1..1 ok t/strip.t ........ ok 1 1..1 ok t/substr.t ....... ok 1 ok 2 ok 3 ok 4 ok 5 1..5 ok t/synopsis.t ..... 1..7 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok t/system.t ....... ok 1 1..1 ok t/tail.t ......... 1..7 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 - Returns a list in list context ok 7 - Returns an arrayref in scalar context ok t/uc.t ........... ok 1 1..1 ok t/ucfirst.t ...... ok 1 1..1 ok t/undef.t ........ ok 1 ok 2 ok 3 1..3 ok t/unpack.t ....... ok 1 1..1 ok t/unshift.t ...... ok 1 ok 2 ok 3 - Returns arrayref in scalar context ok 4 1..4 ok t/values.t ....... ok 1 ok 2 - Returns arrayref in scalar context 1..2 ok t/vec.t .......... ok 1 ok 2 ok 3 1..3 ok All tests successful. Files=63, Tests=296, 6 wallclock secs ( 0.27 usr 0.09 sys + 4.67 cusr 0.70 csys = 5.73 CPU) Result: PASS XENU/autobox-Core-1.30.tar.gz make test TEST_VERBOSE=1 -- OK Tomasz Konojacki <me@xenu.tk> Provide core functions to autoboxed scalars, arrays and hashes. >>> (cd /data/fly2200/var/cpan/build/autobox-Core-1.30-Lb1oQ3 && tar cvf - autobox-Core-1.30.ppd blib) | gzip -c >/data/fly2200/var/REPO/X/XE/XENU/autobox-Core-1.30.tar.gz autobox-Core-1.30.ppd blib/ blib/man3/ blib/man3/autobox::Core.3 blib/lib/ blib/lib/autobox/ blib/lib/autobox/Core.pm >>> mv /data/fly2200/var/cpan/build/autobox-Core-1.30-Lb1oQ3/autobox-Core-1.30.ppd /data/fly2200/var/REPO/X/XE/XENU VmSize: 324312 kB Finished 2015-10-22T06:22:00