cpantestlogs/Cache::CacheBenchmark_genfailure.log
2017-05-02 18:44:36 -07:00

180 lines
9 KiB
Text

perl-blead
==========
cpanm (App::cpanminus) 1.7043 on perl 5.026000 built for x86_64-linux
Work directory is /home/ryan/.cpanm/work/1493141718.6429
You have make /usr/bin/make
You have LWP 6.26
You have /bin/tar: tar (GNU tar) 1.29
Copyright (C) 2015 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Written by John Gilmore and Jay Fenlason.
You have /usr/bin/unzip
Searching Cache::CacheBenchmark () on cpanmetadb ...
Unpacking Cache-Cache-0.09.tar.gz
--> Working on Cache::CacheBenchmark
Fetching http://www.cpan.org/authors/id/D/DC/DCLINTON/Cache-Cache-0.09.tar.gz ... OK
Cache-Cache-0.09/
Cache-Cache-0.09/t/
Cache-Cache-0.09/t/3_test_file_cache.t
Cache-Cache-0.09/t/7_test_size_aware_shared_memory_cache.t
Cache-Cache-0.09/t/4_test_shared_memory_cache.t
Cache-Cache-0.09/t/2_test_memory_cache.t
Cache-Cache-0.09/t/5_test_size_aware_file_cache.t
Cache-Cache-0.09/t/6_test_size_aware_memory_cache.t
Cache-Cache-0.09/t/1_test_cache_interface.t
Cache-Cache-0.09/STYLE
Cache-Cache-0.09/MANIFEST
Cache-Cache-0.09/lib/
Cache-Cache-0.09/lib/Cache/
Cache-Cache-0.09/lib/Cache/CacheUtils.pm
Cache-Cache-0.09/lib/Cache/SizeAwareCacheTester.pm
Cache-Cache-0.09/lib/Cache/Object.pm
Cache-Cache-0.09/lib/Cache/CacheTester.pm
Cache-Cache-0.09/lib/Cache/BaseCacheTester.pm
Cache-Cache-0.09/lib/Cache/BaseCache.pm
Cache-Cache-0.09/lib/Cache/Cache.pm
Cache-Cache-0.09/lib/Cache/SizeAwareSharedMemoryCache.pm
Cache-Cache-0.09/lib/Cache/NullCache.pm
Cache-Cache-0.09/lib/Cache/SharedCacheUtils.pm
Cache-Cache-0.09/lib/Cache/SizeAwareMemoryCache.pm
Cache-Cache-0.09/lib/Cache/MemoryCache.pm
Cache-Cache-0.09/lib/Cache/SizeAwareCache.pm
Cache-Cache-0.09/lib/Cache/CacheBenchmark.pm
Cache-Cache-0.09/lib/Cache/FileCache.pm
Cache-Cache-0.09/lib/Cache/SharedMemoryCache.pm
Cache-Cache-0.09/lib/Cache/SizeAwareFileCache.pm
Cache-Cache-0.09/lib/Cache/CacheMetaData.pm
Cache-Cache-0.09/CREDITS
Cache-Cache-0.09/DISCLAIMER
Cache-Cache-0.09/COPYING
Cache-Cache-0.09/README
Cache-Cache-0.09/CHANGES
Cache-Cache-0.09/Makefile.PL
Cache-Cache-0.09/TODO
Entering Cache-Cache-0.09
META.yml/json not found. Creating skeleton for it.
Running Makefile.PL
Configuring Cache-Cache-0.09 ... Checking for IPC::ShareLite... found
Checking if your kit is complete...
Looks good
Generating a Unix-style Makefile
Writing Makefile for Cache::Cache
Writing MYMETA.yml and MYMETA.json
Checking dependencies from MYMETA.json ...
Checking if you have File::Spec 0.82 ... Yes (3.62)
Checking if you have Storable 1.011 ... Yes (2.51)
Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.24)
Checking if you have IPC::ShareLite 0.08 ... Yes (0.17)
Checking if you have Digest::MD5 2.09 ... Yes (2.55)
OK
Building and testing Cache-Cache-0.09 ... cp lib/Cache/SizeAwareCacheTester.pm blib/lib/Cache/SizeAwareCacheTester.pm
cp lib/Cache/SizeAwareCache.pm blib/lib/Cache/SizeAwareCache.pm
cp lib/Cache/FileCache.pm blib/lib/Cache/FileCache.pm
cp lib/Cache/Object.pm blib/lib/Cache/Object.pm
cp lib/Cache/SharedCacheUtils.pm blib/lib/Cache/SharedCacheUtils.pm
cp lib/Cache/Cache.pm blib/lib/Cache/Cache.pm
cp lib/Cache/MemoryCache.pm blib/lib/Cache/MemoryCache.pm
cp lib/Cache/NullCache.pm blib/lib/Cache/NullCache.pm
cp lib/Cache/CacheBenchmark.pm blib/lib/Cache/CacheBenchmark.pm
cp lib/Cache/CacheTester.pm blib/lib/Cache/CacheTester.pm
cp lib/Cache/SharedMemoryCache.pm blib/lib/Cache/SharedMemoryCache.pm
cp lib/Cache/SizeAwareMemoryCache.pm blib/lib/Cache/SizeAwareMemoryCache.pm
cp lib/Cache/BaseCache.pm blib/lib/Cache/BaseCache.pm
cp lib/Cache/SizeAwareFileCache.pm blib/lib/Cache/SizeAwareFileCache.pm
cp lib/Cache/SizeAwareSharedMemoryCache.pm blib/lib/Cache/SizeAwareSharedMemoryCache.pm
cp lib/Cache/CacheUtils.pm blib/lib/Cache/CacheUtils.pm
cp lib/Cache/CacheMetaData.pm blib/lib/Cache/CacheMetaData.pm
cp lib/Cache/BaseCacheTester.pm blib/lib/Cache/BaseCacheTester.pm
Manifying 12 pod documents
PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perl-blead/bin/perl5.26.0" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/1_test_cache_interface.t ................. ok
Can't use 'defined(@array)' (Maybe you should just omit the defined()?) at /home/ryan/.cpanm/work/1493141718.6429/Cache-Cache-0.09/blib/lib/Cache/CacheTester.pm line 653.
Compilation failed in require at t/2_test_memory_cache.t line 22.
BEGIN failed--compilation aborted at t/2_test_memory_cache.t line 22.
t/2_test_memory_cache.t ....................
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 68/68 subtests
Can't use 'defined(@array)' (Maybe you should just omit the defined()?) at /home/ryan/.cpanm/work/1493141718.6429/Cache-Cache-0.09/blib/lib/Cache/CacheTester.pm line 653.
Compilation failed in require at t/3_test_file_cache.t line 22.
BEGIN failed--compilation aborted at t/3_test_file_cache.t line 22.
t/3_test_file_cache.t ......................
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 68/68 subtests
Can't use 'defined(@array)' (Maybe you should just omit the defined()?) at /home/ryan/.cpanm/work/1493141718.6429/Cache-Cache-0.09/blib/lib/Cache/CacheTester.pm line 653.
Compilation failed in require at t/4_test_shared_memory_cache.t line 22.
BEGIN failed--compilation aborted at t/4_test_shared_memory_cache.t line 22.
t/4_test_shared_memory_cache.t .............
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 68/68 subtests
Can't use 'defined(@array)' (Maybe you should just omit the defined()?) at /home/ryan/.cpanm/work/1493141718.6429/Cache-Cache-0.09/blib/lib/Cache/CacheTester.pm line 653.
Compilation failed in require at t/5_test_size_aware_file_cache.t line 22.
BEGIN failed--compilation aborted at t/5_test_size_aware_file_cache.t line 22.
t/5_test_size_aware_file_cache.t ...........
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 94/94 subtests
Can't use 'defined(@array)' (Maybe you should just omit the defined()?) at /home/ryan/.cpanm/work/1493141718.6429/Cache-Cache-0.09/blib/lib/Cache/CacheTester.pm line 653.
Compilation failed in require at t/6_test_size_aware_memory_cache.t line 22.
BEGIN failed--compilation aborted at t/6_test_size_aware_memory_cache.t line 22.
t/6_test_size_aware_memory_cache.t .........
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 94/94 subtests
Can't use 'defined(@array)' (Maybe you should just omit the defined()?) at /home/ryan/.cpanm/work/1493141718.6429/Cache-Cache-0.09/blib/lib/Cache/CacheTester.pm line 653.
Compilation failed in require at t/7_test_size_aware_shared_memory_cache.t line 22.
BEGIN failed--compilation aborted at t/7_test_size_aware_shared_memory_cache.t line 22.
t/7_test_size_aware_shared_memory_cache.t ..
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 94/94 subtests
Test Summary Report
-------------------
t/2_test_memory_cache.t (Wstat: 65280 Tests: 1 Failed: 1)
Failed test: 1
Non-zero exit status: 255
Parse errors: Bad plan. You planned 68 tests but ran 1.
t/3_test_file_cache.t (Wstat: 65280 Tests: 1 Failed: 1)
Failed test: 1
Non-zero exit status: 255
Parse errors: Bad plan. You planned 68 tests but ran 1.
t/4_test_shared_memory_cache.t (Wstat: 65280 Tests: 1 Failed: 1)
Failed test: 1
Non-zero exit status: 255
Parse errors: Bad plan. You planned 68 tests but ran 1.
t/5_test_size_aware_file_cache.t (Wstat: 65280 Tests: 1 Failed: 1)
Failed test: 1
Non-zero exit status: 255
Parse errors: Bad plan. You planned 94 tests but ran 1.
t/6_test_size_aware_memory_cache.t (Wstat: 65280 Tests: 1 Failed: 1)
Failed test: 1
Non-zero exit status: 255
Parse errors: Bad plan. You planned 94 tests but ran 1.
t/7_test_size_aware_shared_memory_cache.t (Wstat: 65280 Tests: 1 Failed: 1)
Failed test: 1
Non-zero exit status: 255
Parse errors: Bad plan. You planned 94 tests but ran 1.
Files=7, Tests=7, 0 wallclock secs ( 0.02 usr 0.00 sys + 0.02 cusr 0.00 csys = 0.04 CPU)
Result: FAIL
Failed 6/7 test programs. 6/7 subtests failed.
Makefile:895: recipe for target 'test_dynamic' failed
make: *** [test_dynamic] Error 255
! Installing Cache::CacheBenchmark failed. See /home/ryan/.cpanm/work/1493141718.6429/build.log for details. Retry with --force to force install it.
FAIL
Command [cpanm --reinstall --verbose Cache::CacheBenchmark] terminated with exit code 1 ($? = 256) under the following perl environment:
Command terminated with non-zero status.
Current perl:
Name: perl-blead
Path: /home/ryan/perl5/perlbrew/perls/perl-blead/bin/perl
Config: -de -Dprefix=/home/ryan/perl5/perlbrew/perls/perl-blead -Dusedevel -Aeval:scriptdir=/home/ryan/perl5/perlbrew/perls/perl-blead/bin
Compiled at: Mar 30 2017 03:10:09
perlbrew:
version: 0.78
ENV:
PERLBREW_ROOT: /home/ryan/perl5/perlbrew
PERLBREW_HOME: /home/ryan/.perlbrew
PERLBREW_PATH: /home/ryan/perl5/perlbrew/bin:/home/ryan/perl5/perlbrew/perls/perl-blead/bin
PERLBREW_MANPATH: /home/ryan/perl5/perlbrew/perls/perl-blead/man