PATH=/usr/bin:/bin Start 2016-06-27T02:00:29 ActivePerl-2200 CPAN-2.10 Reading '/data/fly2200/cpanfly-5.22/var/cpan/Metadata' Database was generated on Sun, 26 Jun 2016 04:41:02 GMT Checksum for /data/fly2200/cpanfly-5.22/var/cpan/sources/authors/id/E/ET/ETHER/Cache-Profile-0.05.tar.gz ok Cache-Profile-0.05/ Cache-Profile-0.05/Changes Cache-Profile-0.05/CONTRIBUTING Cache-Profile-0.05/dist.ini Cache-Profile-0.05/INSTALL Cache-Profile-0.05/lib/ Cache-Profile-0.05/LICENCE Cache-Profile-0.05/Makefile.PL Cache-Profile-0.05/MANIFEST Cache-Profile-0.05/META.json Cache-Profile-0.05/META.yml Cache-Profile-0.05/README Cache-Profile-0.05/t/ Cache-Profile-0.05/xt/ Cache-Profile-0.05/xt/author/ Cache-Profile-0.05/xt/release/ Cache-Profile-0.05/xt/release/changes_has_content.t Cache-Profile-0.05/xt/release/cpan-changes.t Cache-Profile-0.05/xt/release/distmeta.t Cache-Profile-0.05/xt/release/minimum-version.t Cache-Profile-0.05/xt/author/00-compile.t Cache-Profile-0.05/xt/author/clean-namespaces.t Cache-Profile-0.05/xt/author/eol.t Cache-Profile-0.05/xt/author/kwalitee.t Cache-Profile-0.05/xt/author/mojibake.t Cache-Profile-0.05/xt/author/no-tabs.t Cache-Profile-0.05/xt/author/pod-no404s.t Cache-Profile-0.05/xt/author/pod-spell.t Cache-Profile-0.05/xt/author/pod-syntax.t Cache-Profile-0.05/xt/author/portability.t Cache-Profile-0.05/t/00-report-prereqs.dd Cache-Profile-0.05/t/00-report-prereqs.t Cache-Profile-0.05/t/profile.t Cache-Profile-0.05/lib/Cache/ Cache-Profile-0.05/lib/Cache/Profile/ Cache-Profile-0.05/lib/Cache/Profile.pm Cache-Profile-0.05/lib/Cache/Profile/Compare.pm Cache-Profile-0.05/lib/Cache/Profile/CorrelateMissTiming.pm Configuring E/ET/ETHER/Cache-Profile-0.05.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 Cache::Profile Writing MYMETA.yml and MYMETA.json ETHER/Cache-Profile-0.05.tar.gz /data/fly2200/ap2200-299134/bin/perl-static Makefile.PL -- OK Running make for E/ET/ETHER/Cache-Profile-0.05.tar.gz >>> make cp lib/Cache/Profile.pm blib/lib/Cache/Profile.pm cp lib/Cache/Profile/Compare.pm blib/lib/Cache/Profile/Compare.pm cp lib/Cache/Profile/CorrelateMissTiming.pm blib/lib/Cache/Profile/CorrelateMissTiming.pm Manifying 3 pod documents ETHER/Cache-Profile-0.05.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 # # 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.002002 # 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.44 # 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.1804 # Guard any 1.023 # Moose any 2.1804 # Time::HiRes 1.84 1.9737 # Try::Tiny any 0.24 # namespace::autoclean any 0.28 # t/00-report-prereqs.t .. 1..1 ok 1 ok # Failed test 'some cpu time accrued for set' # at t/profile.t line 146. # '0' # >= # '0.001' # Looks like you failed 1 test of 97. 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 not 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 Dubious, test returned 1 (wstat 256, 0x100) Failed 1/97 subtests Test Summary Report ------------------- t/profile.t (Wstat: 256 Tests: 97 Failed: 1) Failed test: 80 Non-zero exit status: 1 Files=2, Tests=98, 7 wallclock secs ( 0.05 usr 0.01 sys + 5.46 cusr 0.58 csys = 6.10 CPU) Result: FAIL Failed 1/2 test programs. 1/98 subtests failed. make: *** [test_dynamic] Error 1 ETHER/Cache-Profile-0.05.tar.gz make test TEST_VERBOSE=1 -- NOT OK //hint// to see the cpan-testers results for installing this module, try: reports ETHER/Cache-Profile-0.05.tar.gz VmSize: 318316 kB Finished 2016-06-27T02:00:41