PATH=/usr/bin:/bin Start 2017-06-21T04:00:24 ActivePerl-2400 CPAN-2.10 Reading '/Users/fly2400/cpanfly-5.24/var/cpan/Metadata' Database was generated on Tue, 20 Jun 2017 05:17:03 GMT Fetching with LWP: http://ppm.activestate.com/CPAN/authors/id/E/ES/ESAYM/Time-Piece-1.32.tar.gz Fetching with LWP: http://ppm.activestate.com/CPAN/authors/id/E/ES/ESAYM/CHECKSUMS Checksum for /Users/fly2400/cpanfly-5.24/var/cpan/sources/authors/id/E/ES/ESAYM/Time-Piece-1.32.tar.gz ok Time-Piece-1.32/ Time-Piece-1.32/META.yml Time-Piece-1.32/README Time-Piece-1.32/TODO Time-Piece-1.32/Makefile.PL Time-Piece-1.32/Changes Time-Piece-1.32/Piece.xs Time-Piece-1.32/Piece.pm Time-Piece-1.32/Seconds.pm Time-Piece-1.32/reverse_deps.txt Time-Piece-1.32/MANIFEST Time-Piece-1.32/META.json Time-Piece-1.32/LICENSE Time-Piece-1.32/t/ Time-Piece-1.32/t/03compare.t Time-Piece-1.32/t/07arith.t Time-Piece-1.32/t/01base.t Time-Piece-1.32/t/02core.t Time-Piece-1.32/t/lib/ Time-Piece-1.32/t/lib/Time/ Time-Piece-1.32/t/lib/Time/Piece/ Time-Piece-1.32/t/lib/Time/Piece/Twin.pm Time-Piece-1.32/t/05overload.t Time-Piece-1.32/t/04mjd.t Time-Piece-1.32/t/06subclass.t Time-Piece-1.32/t/02core_dst.t Configuring E/ES/ESAYM/Time-Piece-1.32.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 Time::Piece Writing MYMETA.yml and MYMETA.json ESAYM/Time-Piece-1.32.tar.gz /Users/fly2400/ap2400-300558/bin/perl-dynamic Makefile.PL -- OK Running make for E/ES/ESAYM/Time-Piece-1.32.tar.gz >>> make cp Piece.pm blib/lib/Time/Piece.pm cp Seconds.pm blib/lib/Time/Seconds.pm Running Mkbootstrap for Piece () chmod 644 "Piece.bs" "/Users/fly2400/ap2400-300558/bin/perl-dynamic" -MExtUtils::Command::MM -e 'cp_nonempty' -- Piece.bs blib/arch/auto/Time/Piece/Piece.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' Piece.xs > Piece.xsc mv Piece.xsc Piece.c gcc -c -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 -O3 -DVERSION=\"1.32\" -DXS_VERSION=\"1.32\" "-I/Users/fly2400/ap2400-300558/lib/CORE" Piece.c rm -f blib/arch/auto/Time/Piece/Piece.bundle gcc -mmacosx-version-min=10.9 -bundle -undefined dynamic_lookup -Wl,-search_paths_first -arch x86_64 -fstack-protector -o blib/arch/auto/Time/Piece/Piece.bundle Piece.o \ \ chmod 755 blib/arch/auto/Time/Piece/Piece.bundle Manifying 2 pod documents ESAYM/Time-Piece-1.32.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' -- Piece.bs blib/arch/auto/Time/Piece/Piece.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/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..100 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 - Year is 1945? ok 82 - Hour is 13? ok 83 ok 84 ok 85 ok 86 ok 87 ok 88 ok 89 ok 90 ok 91 ok 92 ok 93 ok 94 - day of the year parsing ok 95 ok 96 ok 97 ok 98 ok 99 ok 100 - Format correct ok t/02core_dst.t .. 1..56 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 - Epoch output is the same with EDT ok 53 ok 54 ok 55 ok 56 - Epoch output is the same with EST ok t/03compare.t ... 1..11 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok t/04mjd.t ....... 1..12 # Running under perl version 5.024000 for darwin # Current time local: Wed Jun 21 04:00:29 2017 # Current time GMT: Wed Jun 21 11:00:29 2017 # 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.024000 for darwin # Current time local: Wed Jun 21 04:00:29 2017 # Current time GMT: Wed Jun 21 11:00:29 2017 # 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..43 ok 1 - use Time::Piece; ok 2 - use Time::Seconds; 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 - Copy Time::Seconds object ok 35 - Add integer to Time::Seconds object ok 36 - Add exported constant to Time::Seconds object ok 37 - Add one Time::Seconds object to another ok 38 ok 39 ok 40 - Empty Time::Seconds constructor is 0s ok 41 - Add 2 Time::Seconds objects ok 42 - Subtract one Time::Seconds object from another ok 43 ok All tests successful. Files=8, Tests=247, 0 wallclock secs ( 0.04 usr 0.02 sys + 0.29 cusr 0.08 csys = 0.43 CPU) Result: PASS ESAYM/Time-Piece-1.32.tar.gz make test TEST_VERBOSE=1 -- OK Samuel Smith <leon36@gmail.com> Object Oriented time objects >>> (cd /Users/fly2400/cpanfly-5.24/var/tmp/cpan_build/Time-Piece-1.32-F6TTKj && tar cvf - Time-Piece-1.32.ppd blib) | gzip -c >/Users/fly2400/cpanfly-5.24/var/REPO/E/ES/ESAYM/Time-Piece-1.32.tar.gz Time-Piece-1.32.ppd blib/ blib/arch/ blib/arch/auto/ blib/arch/auto/Time/ blib/arch/auto/Time/Piece/ blib/arch/auto/Time/Piece/Piece.bundle blib/lib/ blib/lib/Time/ blib/lib/Time/Piece.pm blib/lib/Time/Seconds.pm blib/man3/ blib/man3/Time::Piece.3 blib/man3/Time::Seconds.3 Finished 2017-06-21T04:00:30