Subject: | perl-5.16.0 failed |
Fail to compile :
Searching Test::Vars on cpanmetadb ...
--> Working on Test::Vars
Fetching file:///Volumes/MACBOOKAIREXT/Devel/minicpan/authors/id/G/GF/GFUJI/Test-
Vars-0.001.tar.gz ... FAIL
! Download file:///Volumes/MACBOOKAIREXT/Devel/minicpan/authors/id/G/GF/GFUJI/Test-
Vars-0.001.tar.gz failed. Retrying ...
! Download file:///Volumes/MACBOOKAIREXT/Devel/minicpan/authors/id/G/GF/GFUJI/Test-
Vars-0.001.tar.gz failed. Retrying ...
! Download file:///Volumes/MACBOOKAIREXT/Devel/minicpan/authors/id/G/GF/GFUJI/Test-
Vars-0.001.tar.gz failed. Retrying ...
! Failed to download
file:///Volumes/MACBOOKAIREXT/Devel/minicpan/authors/id/G/GF/GFUJI/Test-Vars-
0.001.tar.gz
Fetching http://cpan.celogeek.com/authors/id/G/GF/GFUJI/Test-Vars-0.001.tar.gz ... OK
Unpacking Test-Vars-0.001.tar.gz
x Test-Vars-0.001/
x Test-Vars-0.001/t/
x Test-Vars-0.001/t/lib/
x Test-Vars-0.001/t/lib/NoWarnings.pm
x Test-Vars-0.001/t/lib/Warned4.pm
x Test-Vars-0.001/t/lib/Self.pm
x Test-Vars-0.001/t/lib/NotWarned.pm
x Test-Vars-0.001/t/lib/Warned5.pm
x Test-Vars-0.001/t/lib/Warned6.pm
x Test-Vars-0.001/t/lib/Closure.pm
x Test-Vars-0.001/t/lib/OptimizedAway.pm
x Test-Vars-0.001/t/lib/CompileError.pm
x Test-Vars-0.001/t/lib/Warned7.pm
x Test-Vars-0.001/t/lib/Warned1.pm
x Test-Vars-0.001/t/lib/NoWarningsOnce.pm
x Test-Vars-0.001/t/lib/Foreach.pm
x Test-Vars-0.001/t/lib/Aelemfast.pm
x Test-Vars-0.001/t/lib/StringyEval.pm
x Test-Vars-0.001/t/lib/Warned2.pm
x Test-Vars-0.001/t/lib/Warned3.pm
x Test-Vars-0.001/t/lib/OurVars.pm
x Test-Vars-0.001/t/02_no_warnings.t
x Test-Vars-0.001/t/01_self.t
x Test-Vars-0.001/t/00_load.t
x Test-Vars-0.001/t/04_ignores.t
x Test-Vars-0.001/t/03_warned.t
x Test-Vars-0.001/inc/
x Test-Vars-0.001/inc/Module/
x Test-Vars-0.001/inc/Module/Install.pm
x Test-Vars-0.001/inc/Module/Install/
x Test-Vars-0.001/inc/Module/Install/Makefile.pm
x Test-Vars-0.001/inc/Module/Install/Metadata.pm
x Test-Vars-0.001/inc/Module/Install/WriteAll.pm
x Test-Vars-0.001/inc/Module/Install/Base.pm
x Test-Vars-0.001/Changes
x Test-Vars-0.001/lib/
x Test-Vars-0.001/lib/Test/
x Test-Vars-0.001/lib/Test/Vars.pm
x Test-Vars-0.001/MANIFEST
x Test-Vars-0.001/xt/
x Test-Vars-0.001/xt/03_pod-coverage.t
x Test-Vars-0.001/xt/04_synopsis.t
x Test-Vars-0.001/xt/02_pod.t
x Test-Vars-0.001/xt/01_podspell.t
x Test-Vars-0.001/META.yml
x Test-Vars-0.001/example/
x Test-Vars-0.001/example/test_more.t
x Test-Vars-0.001/example/math-bigint.t
x Test-Vars-0.001/example/cpan.t
x Test-Vars-0.001/MANIFEST.SKIP
x Test-Vars-0.001/README
x Test-Vars-0.001/Makefile.PL
Entering Test-Vars-0.001
Checking configure dependencies from META.yml
Checking if you have ExtUtils::MakeMaker 6.42 ... Yes (6.63_02)
Configuring Test-Vars-0.001 ... Running Makefile.PL
Checking if your kit is complete...
Looks good
Writing Makefile for Test::Vars
Writing MYMETA.yml and MYMETA.json
OK
Checking dependencies from MYMETA.json ...
Checking if you have Test::More 0.88 ... Yes (0.98)
Checking if you have ExtUtils::MakeMaker 6.42 ... Yes (6.63_02)
Checking if you have parent 0 ... Yes (0.225)
Checking if you have B 0 ... Yes (1.34)
Building and testing Test-Vars-0.001 ... cp lib/Test/Vars.pm blib/lib/Test/Vars.pm
Manifying blib/man3/Test::Vars.3
PERL_DL_NONLAZY=1 /Users/geistteufel/perl5/perlbrew/perls/perl-5.16.0/bin/perl "-
MExtUtils::Command::MM" "-e" "test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/*.t
t/00_load.t ......... 1/1 # Testing Test::Vars/0.001
t/00_load.t ......... ok
t/01_self.t ......... ok
t/02_no_warnings.t .. 1/? # @used_var is used once in &Aelemfast::foo at t/lib/Aelemfast.pm
line 6
# Failed test 't/lib/Aelemfast.pm'
# at t/02_no_warnings.t line 14.
# IGNORE CompileError.pm because: Intentinal compile error.
# Looks like you failed 1 test of 22.
t/02_no_warnings.t .. Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/22 subtests
t/03_warned.t ....... ok
t/04_ignores.t ...... ok
Test Summary Report
-------------------
t/02_no_warnings.t (Wstat: 256 Tests: 22 Failed: 1)
Failed test: 7
Non-zero exit status: 1
Files=5, Tests=34, 0 wallclock secs ( 0.05 usr 0.02 sys + 0.50 cusr 0.12 csys = 0.69 CPU)
Result: FAIL
Failed 1/5 test programs. 1/34 subtests failed.
make: *** [test_dynamic] Error 255
FAIL
Testing Test-Vars-0.001 failed.
You can s)kip, r)etry, f)orce install, e)xamine build log, or l)ook ? [s]