PATH=/usr/bin:/bin:/data/fly2200/cpanfly-5.22/var/megalib/bin Start 2016-05-06T18:01:29 ActivePerl-2200 CPAN-2.10 Reading '/data/fly2200/cpanfly-5.22/var/cpan/Metadata' Database was generated on Fri, 06 May 2016 05:41:02 GMT Fetching with LWP: http://ppm.activestate.com/CPAN/authors/id/E/ET/ETHER/Cache-Cascade-0.07.tar.gz Fetching with LWP: http://ppm.activestate.com/CPAN/authors/id/E/ET/ETHER/CHECKSUMS Checksum for /data/fly2200/cpanfly-5.22/var/cpan/sources/authors/id/E/ET/ETHER/Cache-Cascade-0.07.tar.gz ok Cache-Cascade-0.07/ Cache-Cascade-0.07/Changes Cache-Cascade-0.07/CONTRIBUTING Cache-Cascade-0.07/dist.ini Cache-Cascade-0.07/INSTALL Cache-Cascade-0.07/lib/ Cache-Cascade-0.07/LICENCE Cache-Cascade-0.07/Makefile.PL Cache-Cascade-0.07/MANIFEST Cache-Cascade-0.07/META.json Cache-Cascade-0.07/META.yml Cache-Cascade-0.07/README Cache-Cascade-0.07/t/ Cache-Cascade-0.07/xt/ Cache-Cascade-0.07/xt/author/ Cache-Cascade-0.07/xt/release/ Cache-Cascade-0.07/xt/release/changes_has_content.t Cache-Cascade-0.07/xt/release/cpan-changes.t Cache-Cascade-0.07/xt/release/distmeta.t Cache-Cascade-0.07/xt/release/minimum-version.t Cache-Cascade-0.07/xt/release/pod-no404s.t Cache-Cascade-0.07/xt/release/portability.t Cache-Cascade-0.07/xt/author/00-compile.t Cache-Cascade-0.07/xt/author/clean-namespaces.t Cache-Cascade-0.07/xt/author/eol.t Cache-Cascade-0.07/xt/author/kwalitee.t Cache-Cascade-0.07/xt/author/mojibake.t Cache-Cascade-0.07/xt/author/pod-coverage.t Cache-Cascade-0.07/xt/author/pod-spell.t Cache-Cascade-0.07/xt/author/pod-syntax.t Cache-Cascade-0.07/t/00-report-prereqs.dd Cache-Cascade-0.07/t/00-report-prereqs.t Cache-Cascade-0.07/t/basic.t Cache-Cascade-0.07/t/cache_tester.t Cache-Cascade-0.07/lib/Cache/ Cache-Cascade-0.07/lib/Cache/Cascade.pm Configuring E/ET/ETHER/Cache-Cascade-0.07.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::Cascade Writing MYMETA.yml and MYMETA.json ETHER/Cache-Cascade-0.07.tar.gz /data/fly2200/ap2200-299134/bin/perl-static Makefile.PL -- OK Running make for E/ET/ETHER/Cache-Cascade-0.07.tar.gz >>> make cp lib/Cache/Cascade.pm blib/lib/Cache/Cascade.pm Manifying 1 pod document ETHER/Cache-Cascade-0.07.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 # ---------------- ---- -------- # Cache::Memory any 2.11 # Cache::Tester any 2.11 # File::Spec any 3.62 # Module::Metadata any 1.000027 # Test::More any 1.001014 # 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 # ------------- ---- ---- # Cache::Tester any 2.11 # # === Runtime Requires === # # Module Want Have # -------------------- ---- -------- # Carp any 1.38 # Moo any 2.001001 # Types::Standard any 1.000005 # namespace::autoclean any 0.28 # strictures 2 2.000003 # # === Other Modules === # # Module Have # ------------- ---- # Pod::Coverage 0.23 # t/00-report-prereqs.t .. 1..1 ok 1 ok t/basic.t .............. 1..26 ok 1 - use Cache::Cascade; ok 2 - An object of class 'Cache::Cascade' isa 'Cache::Cascade' ok 3 - no key yet ok 4 - last cache stored ok 5 - first cache unaffected ok 6 - value gotten from lowest ok 7 - value gotten from highest ok 8 - foo is still bar in lowest ok 9 - stored in child ok 10 - stored in child ok 11 - stored in child ok 12 - set in highest ok 13 - but not in others ok 14 - removed from child ok 15 - removed from child ok 16 - removed from child ok 17 - value not yet floated ok 18 - get from bottom ok 19 - value floated ok 20 - value floated ok 21 - value floated ok 22 - value not yet floated ok 23 - get from bottom ok 24 - value floated ok 25 - value floated ok 26 - value floated ok t/cache_tester.t ....... ok 1 - use Cache::Cascade; ok 2 - Cache::Tester::test_store_scalar: entry returned ok 3 - Cache::Tester::test_store_scalar: entry key correct ok 4 - Cache::Tester::test_store_scalar: entry doesn't exist initially ok 5 - Cache::Tester::test_store_scalar: $entry->get() returns undef ok 6 - Cache::Tester::test_store_scalar: entry exists ok 7 - Cache::Tester::test_store_scalar: set/get worked ok 8 - Cache::Tester::test_store_scalar: entry removed ok 9 - Cache::Tester::test_store_scalar: key exists ok 10 - Cache::Tester::test_store_scalar: cache set/get worked ok 11 - Cache::Tester::test_store_scalar: entry removed via cache ok 12 - Cache::Tester::test_entry_size: entry created ok 13 - Cache::Tester::test_entry_size: entry size is correct ok 14 - Cache::Tester::test_store_complex: frozen entry created ok 15 - Cache::Tester::test_store_complex: entry thawed ok 16 - Cache::Tester::test_cache_size: cache is empty after clear ok 17 - Cache::Tester::test_cache_size: cache size is correct after set ok 18 - Cache::Tester::test_cache_size: cache size is correct after 2 sets ok 19 - Cache::Tester::test_cache_size: cache size is correct after replace ok 20 - Cache::Tester::test_cache_size: cache size is correct after remove ok 21 - Cache::Tester::test_cache_size: cache is empty after clear ok 22 - Cache::Tester::test_cache_size: cache size is ok after multiple sets ok 23 - Cache::Tester::test_cache_size: cache is empty after multiple removes ok 24 - Cache::Tester::test_cache_count: cache is empty after clear ok 25 - Cache::Tester::test_cache_count: cache count correct after set ok 26 - Cache::Tester::test_cache_count: cache count correct after 2 sets ok 27 - Cache::Tester::test_cache_count: cache count correct after replace ok 28 - Cache::Tester::test_cache_count: cache count correct after remove ok 29 - Cache::Tester::test_cache_count: cache is empty after clear ok 30 - Cache::Tester::test_cache_count: cache count correct after multiple sets ok 31 - Cache::Tester::test_cache_count: cache empty after multiple removes ok 32 - Cache::Tester::test_expiry: expiry set correctly ok 33 - Cache::Tester::test_expiry: expiry set correctly ok 34 - Cache::Tester::test_expiry: entry set with instant expiry not added ok 35 - Cache::Tester::test_expiry: size is unchanged ok 36 - Cache::Tester::test_expiry: entry with 3 sec timeout added ok 37 - Cache::Tester::test_expiry: entry expired ok 38 - Cache::Tester::test_expiry: size is unchanged ok 39 - Cache::Tester::test_expiry: entry with 1 min timeout added ok 40 - Cache::Tester::test_expiry: entry with 1 min timeout remains ok 41 - Cache::Tester::test_expiry: entry expired after change to instant timeout ok 42 - Cache::Tester::test_expiry: size is unchanged ok 43 - Cache::Tester::test_read_handle: read handle not available for empty entry ok 44 - Cache::Tester::test_read_handle: read handle created ok 45 - Cache::Tester::test_read_handle: read via <$handle> successful ok 46 - Cache::Tester::test_read_handle: write to read only handle failed ok 47 - Cache::Tester::test_write_handle: write handle created ok 48 - Cache::Tester::test_write_handle: write to write only handle ok ok 49 - Cache::Tester::test_write_handle: entry size is correct ok 50 - Cache::Tester::test_write_handle: cache size is correct ok 51 - Cache::Tester::test_append_handle: append handle created ok 52 - Cache::Tester::test_append_handle: write to append handle ok ok 53 - Cache::Tester::test_append_handle: entry size is correct ok 54 - Cache::Tester::test_append_handle: cache size is correct ok 55 - Cache::Tester::test_handle_async_read: entry exists after handle opened ok 56 - Cache::Tester::test_handle_async_read: handle returns correct data ok 57 - Cache::Tester::test_handle_async_read: $entry->get() returns correct data ok 58 - Cache::Tester::test_handle_async_read: entry exists after handle closed ok 59 - Cache::Tester::test_handle_async_read: $entry->get() returns correct data ok 60 - Cache::Tester::test_handle_async_remove: entry removed whilst handle active ok 61 - Cache::Tester::test_handle_async_remove: read via <$handle> successful ok 62 - Cache::Tester::test_handle_async_remove: write via <$handle> successful ok 63 - Cache::Tester::test_handle_async_remove: entry still removed after handle closed ok 64 - Cache::Tester::test_handle_async_remove: entry size is undefined ok 65 - Cache::Tester::test_handle_async_remove: cache size is correct ok 66 - Cache::Tester::test_handle_async_replace: entry replaced whilst handle active ok 67 - Cache::Tester::test_handle_async_replace: read via <$handle> successful ok 68 - Cache::Tester::test_handle_async_replace: write via <$handle> successful ok 69 - Cache::Tester::test_handle_async_replace: entry still exists after handle closed ok 70 - Cache::Tester::test_handle_async_replace: entry still correct after handle closed ok 71 - Cache::Tester::test_handle_async_replace: entry size is correct ok 72 - Cache::Tester::test_handle_async_replace: cache size is correct ok 73 - Cache::Tester::test_validity: validity retrieved ok 74 - Cache::Tester::test_validity: validity correct ok 75 - Cache::Tester::test_validity: validity retrieved ok 76 - Cache::Tester::test_validity: validity correct ok 77 - Cache::Tester::test_validity: validity retrieved ok 78 - Cache::Tester::test_validity: validity correct ok 79 - Cache::Tester::test_load_callback: result testloadcallback ok 80 - Cache::Tester::test_validate_callback: validate_callback ok 1..80 ok All tests successful. Files=3, Tests=107, 7 wallclock secs ( 0.04 usr 0.01 sys + 0.73 cusr 0.09 csys = 0.87 CPU) Result: PASS ETHER/Cache-Cascade-0.07.tar.gz make test TEST_VERBOSE=1 -- OK Karen Etheridge <ether@cpan.org> Get/set values to/from a group of caches, with some advanced semantics. >>> (cd /data/fly2200/cpanfly-5.22/var/cpan/build/Cache-Cascade-0.07-4SpbTE && tar cvf - Cache-Cascade-0.07.ppd blib) | gzip -c >/data/fly2200/cpanfly-5.22/var/REPO/E/ET/ETHER/Cache-Cascade-0.07.tar.gz Cache-Cascade-0.07.ppd blib/ blib/man3/ blib/man3/Cache::Cascade.3 blib/lib/ blib/lib/Cache/ blib/lib/Cache/Cascade.pm >>> mv /data/fly2200/cpanfly-5.22/var/cpan/build/Cache-Cascade-0.07-4SpbTE/Cache-Cascade-0.07.ppd /data/fly2200/cpanfly-5.22/var/REPO/E/ET/ETHER VmSize: 337376 kB Finished 2016-05-06T18:01:41