PATH=/opt/SUNWspro/bin:/usr/local/bin:/opt/csw/bin:/usr/ccs/bin:/usr/bin:/usr/sbin Start 2015-05-17T02:23:22 ActivePerl-1200 CPAN-2.00 Reading '/export/home/fly1264/var/cpan/Metadata' Database was generated on Sun, 17 May 2015 05:41:02 GMT Running make for R/RJ/RJBS/Time-Piece-1.30.tar.gz Fetching with LWP: http://cpan.nas1.activestate.com/authors/id/R/RJ/RJBS/Time-Piece-1.30.tar.gz Fetching with LWP: http://cpan.nas1.activestate.com/authors/id/R/RJ/RJBS/CHECKSUMS Checksum for /export/home/fly1264/var/cpan/sources/authors/id/R/RJ/RJBS/Time-Piece-1.30.tar.gz ok Time-Piece-1.30/ Time-Piece-1.30/Changes Time-Piece-1.30/LICENSE Time-Piece-1.30/Makefile.PL Time-Piece-1.30/MANIFEST Time-Piece-1.30/META.json Time-Piece-1.30/META.yml Time-Piece-1.30/Piece.pm Time-Piece-1.30/Piece.xs Time-Piece-1.30/README Time-Piece-1.30/Seconds.pm Time-Piece-1.30/t/ Time-Piece-1.30/TODO Time-Piece-1.30/t/01base.t Time-Piece-1.30/t/02core.t Time-Piece-1.30/t/02core_dst.t Time-Piece-1.30/t/03compare.t Time-Piece-1.30/t/04mjd.t Time-Piece-1.30/t/05overload.t Time-Piece-1.30/t/06subclass.t Time-Piece-1.30/t/07arith.t Time-Piece-1.30/t/lib/ Time-Piece-1.30/t/lib/Time/ Time-Piece-1.30/t/lib/Time/Piece/ Time-Piece-1.30/t/lib/Time/Piece/Twin.pm CPAN.pm: Building R/RJ/RJBS/Time-Piece-1.30.tar.gz >>> /export/home/fly1264/bin/perl Makefile.PL Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Time::Piece Writing MYMETA.yml and MYMETA.json >>> make cp Seconds.pm blib/lib/Time/Seconds.pm cp Piece.pm blib/lib/Time/Piece.pm Running Mkbootstrap for Time::Piece () chmod 644 "Piece.bs" "/export/home/fly1264/bin/perl" "/export/home/fly1264/var/megalib/ExtUtils/xsubpp" -typemap "/export/home/fly1264/ap1200/lib/ExtUtils/typemap" Piece.xs > Piece.xsc && mv Piece.xsc Piece.c cc -c -D_REENTRANT -xarch=v9 -DUSE_SITECUSTOMIZE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O -DVERSION=\"1.30\" -DXS_VERSION=\"1.30\" -KPIC "-I/export/home/fly1264/ap1200/lib/CORE" Piece.c "Piece.c", line 1251: warning: statement not reached "Piece.c", line 1293: warning: statement not reached "Piece.c", line 1338: warning: statement not reached "Piece.c", line 1379: warning: statement not reached rm -f blib/arch/auto/Time/Piece/Piece.so cc -G -xarch=v9 -L/opt/SUNWspro/prod/lib/v9 -L/lib/sparcv9 -L/usr/lib/sparcv9 -L/usr/ccs/lib/sparcv9 Piece.o -o blib/arch/auto/Time/Piece/Piece.so \ \ chmod 755 blib/arch/auto/Time/Piece/Piece.so "/export/home/fly1264/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Piece.bs blib/arch/auto/Time/Piece/Piece.bs 644 Manifying 2 pod documents RJBS/Time-Piece-1.30.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 Running Mkbootstrap for Time::Piece () chmod 644 "Piece.bs" PERL_DL_NONLAZY=1 "/export/home/fly1264/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/01base.t ...... 1..13 ok 1 - use Time::Piece; ok 2 - 'specific gmtime' isa 'Time::Piece' ok 3 - correct year ok 4 - correct hour ok 5 - correct mon ok 6 - 'current gmtime' isa 'Time::Piece' ok 7 - 'current localtime' isa 'Time::Piece' ok 8 - 'fully qualified gmtime' isa 'Time::Piece' ok 9 - 'full qualified localtime' isa 'Time::Piece' ok 10 - 'custom localtime via new' isa 'Time::Piece' ok 11 - 'custom localtime via new again' isa 'Time::Piece' ok 12 - 'custom localtime via clone' isa 'Time::Piece' ok 13 - Clones match ok t/02core.t ...... 1..102 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 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 ok 48 ok 49 ok 50 ok 51 ok 52 ok 53 ok 54 ok 55 ok 56 ok 57 ok 58 ok 59 ok 60 ok 61 ok 62 ok 63 ok 64 ok 65 ok 66 ok 67 ok 68 ok 69 ok 70 ok 71 ok 72 ok 73 ok 74 ok 75 ok 76 ok 77 ok 78 ok 79 ok 80 ok 81 ok 82 ok 83 ok 84 - Year is 1945? ok 85 - Hour is 13? ok 86 ok 87 ok 88 ok 89 ok 90 ok 91 ok 92 ok 93 ok 94 ok 95 ok 96 ok 97 - day of the year parsing ok 98 ok 99 ok 100 ok 101 ok 102 ok # Failed test at t/02core_dst.t line 128. # '%z' # doesn't match '(?-xism:-0400|EDT)' # Failed test at t/02core_dst.t line 133. # '%z' # doesn't match '(?-xism:-0500|EST)' # Looks like you failed 2 tests of 60. t/02core_dst.t .. 1..60 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 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 ok 48 ok 49 ok 50 ok 51 ok 52 ok 53 ok 54 ok 55 ok 56 not ok 57 ok 58 ok 59 not ok 60 Dubious, test returned 2 (wstat 512, 0x200) Failed 2/60 subtests t/03compare.t ... 1..5 # Running under perl version 5.012000 for solaris # Current time local: Sun May 17 02:23:41 2015 # Current time GMT: Sun May 17 09:23:41 2015 # Using Test.pm version 1.26 ok 1 ok 2 ok 3 ok 4 ok 5 ok t/04mjd.t ....... 1..12 # Running under perl version 5.012000 for solaris # Current time local: Sun May 17 02:23:41 2015 # Current time GMT: Sun May 17 09:23:41 2015 # Using Test.pm version 1.26 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 t/05overload.t .. 1..1 # Running under perl version 5.012000 for solaris # Current time local: Sun May 17 02:23:41 2015 # Current time GMT: Sun May 17 09:23:41 2015 # Using Test.pm version 1.26 ok 1 ok t/06subclass.t .. ok 1 - use Time::Piece; ok 2 - 'timepiece made via new' isa 'Time::Piece::Twin' ok 3 - 'timepiece made via localtime' isa 'Time::Piece::Twin' ok 4 - 'timepiece made via gmtime' isa 'Time::Piece::Twin' ok 5 - 'timepiece made via strptime' isa 'Time::Piece::Twin' ok 6 - 'timepiece made via new (again)' isa 'Time::Piece::Twin' ok 7 - 'tomorrow via addition operator' isa 'Time::Piece::Twin' ok 8 - 'yesterday via subtraction operator' isa 'Time::Piece::Twin' ok 9 - 'object created via full-qualified gmtime' isa 'Time::Piece' ok 10 - it's not a Twin ok 11 - subtract attempts stringify for unrecognized objects. 1..11 ok t/07arith.t ..... 1..25 ok 1 - use Time::Piece; 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 Test Summary Report ------------------- t/02core_dst.t (Wstat: 512 Tests: 60 Failed: 2) Failed tests: 57, 60 Non-zero exit status: 2 Files=8, Tests=229, 2 wallclock secs ( 0.27 usr 0.07 sys + 1.47 cusr 0.26 csys = 2.07 CPU) Result: FAIL Failed 1/8 test programs. 2/229 subtests failed. make: *** [test_dynamic] Error 255 RJBS/Time-Piece-1.30.tar.gz make test TEST_VERBOSE=1 -- NOT OK //hint// to see the cpan-testers results for installing this module, try: reports RJBS/Time-Piece-1.30.tar.gz Finished 2015-05-17T02:23:42