PATH=/usr/bin:/bin:/Users/fly2200/cpanfly-5.22/var/megalib/bin Start 2016-05-30T06:00:54 ActivePerl-2200 CPAN-2.10 Reading '/Users/fly2200/cpanfly-5.22/var/cpan/Metadata' Database was generated on Sun, 29 May 2016 05:53:45 GMT Fetching with LWP: http://ppm.activestate.com/CPAN/authors/id/E/ET/ETHER/Cache-Profile-0.04.tar.gz Checksum for /Users/fly2200/cpanfly-5.22/var/cpan/sources/authors/id/E/ET/ETHER/Cache-Profile-0.04.tar.gz ok Cache-Profile-0.04/ Cache-Profile-0.04/Changes Cache-Profile-0.04/CONTRIBUTING Cache-Profile-0.04/dist.ini Cache-Profile-0.04/INSTALL Cache-Profile-0.04/lib/ Cache-Profile-0.04/LICENCE Cache-Profile-0.04/Makefile.PL Cache-Profile-0.04/MANIFEST Cache-Profile-0.04/META.json Cache-Profile-0.04/META.yml Cache-Profile-0.04/README Cache-Profile-0.04/t/ Cache-Profile-0.04/xt/ Cache-Profile-0.04/xt/author/ Cache-Profile-0.04/xt/release/ Cache-Profile-0.04/xt/release/changes_has_content.t Cache-Profile-0.04/xt/release/cpan-changes.t Cache-Profile-0.04/xt/release/distmeta.t Cache-Profile-0.04/xt/release/minimum-version.t Cache-Profile-0.04/xt/release/portability.t Cache-Profile-0.04/xt/author/00-compile.t Cache-Profile-0.04/xt/author/clean-namespaces.t Cache-Profile-0.04/xt/author/eol.t Cache-Profile-0.04/xt/author/kwalitee.t Cache-Profile-0.04/xt/author/mojibake.t Cache-Profile-0.04/xt/author/no-tabs.t Cache-Profile-0.04/xt/author/pod-no404s.t Cache-Profile-0.04/xt/author/pod-spell.t Cache-Profile-0.04/xt/author/pod-syntax.t Cache-Profile-0.04/t/00-report-prereqs.dd Cache-Profile-0.04/t/00-report-prereqs.t Cache-Profile-0.04/t/profile.t Cache-Profile-0.04/lib/Cache/ Cache-Profile-0.04/lib/Cache/Profile/ Cache-Profile-0.04/lib/Cache/Profile.pm Cache-Profile-0.04/lib/Cache/Profile/Compare.pm Cache-Profile-0.04/lib/Cache/Profile/CorrelateMissTiming.pm Configuring E/ET/ETHER/Cache-Profile-0.04.tar.gz with Makefile.PL >>> /Users/fly2200/ap2200-299195/bin/perl-dynamic Makefile.PL Checking if your kit is complete... Looks good Have /Users/fly2200/cpanfly-5.22/var/megalib Want /Users/fly2200/ap2200-299195/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 Cache::Profile Writing MYMETA.yml and MYMETA.json ETHER/Cache-Profile-0.04.tar.gz /Users/fly2200/ap2200-299195/bin/perl-dynamic Makefile.PL -- OK Running make for E/ET/ETHER/Cache-Profile-0.04.tar.gz >>> make cp lib/Cache/Profile/CorrelateMissTiming.pm blib/lib/Cache/Profile/CorrelateMissTiming.pm cp lib/Cache/Profile.pm blib/lib/Cache/Profile.pm cp lib/Cache/Profile/Compare.pm blib/lib/Cache/Profile/Compare.pm Manifying 3 pod documents ETHER/Cache-Profile-0.04.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 "/Users/fly2200/ap2200-299195/bin/perl-dynamic" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(1, 'blib/lib', 'blib/arch')" t/*.t # # Versions for all modules listed in MYMETA.json (including optional ones): # # === Configure Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.04 # # === Build Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.04 # # === Test Requires === # # Module Want Have # ---------------- ---- -------- # File::Spec any 3.62 # List::Util any 1.45 # Module::Metadata any 1.000027 # Test::More any 1.001014 # Test::Needs any 0.002000 # ok any 0.16 # strict any 1.09 # warnings any 1.32 # # === Test Recommends === # # Module Want Have # ---------- -------- -------- # CPAN::Meta 2.120900 2.150005 # # === Test Suggests === # # Module Want Have # ------------------ ---- ------- # CHI any missing # Cache::Bounded any 1.09 # Cache::FastMmap any 1.43 # Cache::MemoryCache any undef # Cache::Ref::CART any 0.04 # Cache::Ref::CLOCK any 0.04 # Cache::Ref::LRU any 0.04 # # === Runtime Requires === # # Module Want Have # -------------------- ---- ------ # Carp any 1.38 # Class::MOP any 2.1802 # Guard any 1.023 # Moose any 2.1802 # Time::HiRes 1.84 1.9733 # Try::Tiny any 0.24 # namespace::autoclean any 0.28 # t/00-report-prereqs.t .. 1..1 ok 1 ok t/profile.t ............ ok 1 - use Cache::Profile; ok 2 - use Cache::Profile::CorrelateMissTiming; ok 3 - use Cache::Profile::Compare; ok 4 - simple set/get ok 5 - hit count ok 6 - miss count ok 7 - cache miss ok 8 - hit count ok 9 - miss count ok 10 - making progress ok 11 - making progress ok 12 - making progress ok 13 - making progress ok 14 - making progress ok 15 - making progress ok 16 - making progress ok 17 - making progress ok 18 - making progress ok 19 - making progress ok 20 - making progress ok 21 - making progress ok 22 - making progress ok 23 - get count ok 24 - set count ok 25 - no multi key queries ok 26 - report contains 'hit rate' ok 27 - contains hit count ok 28 - contains query count ok 29 - at least one key in cache (Cache::Ref::CART) ok 30 - hit rate bigger than minimum ok 31 - get called enough times ok 32 - some real time accrued for get ok 33 - some cpu time accrued for get ok 34 - set called enough times ok 35 - some real time accrued for set ok 36 - some cpu time accrued for set ok 37 - miss called enough times ok 38 - some real time accrued for miss ok 39 - some cpu time accrued for miss ok 40 - at least one key in cache (Cache::Ref::LRU) ok 41 - hit rate bigger than minimum ok 42 - get called enough times ok 43 - some real time accrued for get ok 44 - some cpu time accrued for get ok 45 - set called enough times ok 46 - some real time accrued for set ok 47 - some cpu time accrued for set ok 48 - miss called enough times ok 49 - some real time accrued for miss ok 50 - some cpu time accrued for miss ok 51 - at least one key in cache (Cache::Ref::CLOCK) ok 52 - hit rate bigger than minimum ok 53 - get called enough times ok 54 - some real time accrued for get ok 55 - some cpu time accrued for get ok 56 - set called enough times ok 57 - some real time accrued for set ok 58 - some cpu time accrued for set ok 59 - miss called enough times ok 60 - some real time accrued for miss ok 61 - some cpu time accrued for miss ok 62 - at least one key in cache (Cache::FastMmap) ok 63 - hit rate bigger than minimum ok 64 - get called enough times ok 65 - some real time accrued for get ok 66 - some cpu time accrued for get ok 67 - set called enough times ok 68 - some real time accrued for set ok 69 - some cpu time accrued for set ok 70 - miss called enough times ok 71 - some real time accrued for miss ok 72 - some cpu time accrued for miss ok 73 - at least one key in cache (Cache::Bounded) ok 74 - hit rate bigger than minimum ok 75 - get called enough times ok 76 - some real time accrued for get ok 77 - some cpu time accrued for get ok 78 - set called enough times ok 79 - some real time accrued for set ok 80 - some cpu time accrued for set ok 81 - miss called enough times ok 82 - some real time accrued for miss ok 83 - some cpu time accrued for miss ok 84 - at least one key in cache (Cache::MemoryCache) ok 85 - hit rate bigger than minimum ok 86 - get called enough times ok 87 - some real time accrued for get ok 88 - some cpu time accrued for get ok 89 - set called enough times ok 90 - some real time accrued for set ok 91 - some cpu time accrued for set ok 92 - miss called enough times ok 93 - some real time accrued for miss ok 94 - some cpu time accrued for miss ok 95 - CART beats LRU ok 96 - LRU beats FIFO ok 97 1..97 ok All tests successful. Files=2, Tests=98, 3 wallclock secs ( 0.03 usr 0.00 sys + 2.85 cusr 0.15 csys = 3.03 CPU) Result: PASS ETHER/Cache-Profile-0.04.tar.gz make test TEST_VERBOSE=1 -- OK Fetching with LWP: http://ppm.activestate.com/CPAN/authors/id/E/ET/ETHER/CHECKSUMS Karen Etheridge <ether@cpan.org> Measure the performance of a cache >>> (cd /Users/fly2200/cpanfly-5.22/var/cpan/build/Cache-Profile-0.04-oHW9Bq && tar cvf - Cache-Profile-0.04.ppd blib) | gzip -c >/Users/fly2200/cpanfly-5.22/var/REPO/E/ET/ETHER/Cache-Profile-0.04.tar.gz Cache-Profile-0.04.ppd blib/ blib/lib/ blib/lib/Cache/ blib/lib/Cache/Profile/ blib/lib/Cache/Profile/Compare.pm blib/lib/Cache/Profile/CorrelateMissTiming.pm blib/lib/Cache/Profile.pm blib/man3/ blib/man3/Cache::Profile.3 blib/man3/Cache::Profile::Compare.3 blib/man3/Cache::Profile::CorrelateMissTiming.3 >>> mv /Users/fly2200/cpanfly-5.22/var/cpan/build/Cache-Profile-0.04-oHW9Bq/Cache-Profile-0.04.ppd /Users/fly2200/cpanfly-5.22/var/REPO/E/ET/ETHER Finished 2016-05-30T06:01:01