cpantestlogs/W3C::LogValidator_genfailure.log
2017-05-02 18:44:36 -07:00

127 lines
5.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/1493537984.27474
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 W3C::LogValidator () on cpanmetadb ...
Unpacking W3C-LogValidator-1.4.tar.gz
--> Working on W3C::LogValidator
Fetching http://www.cpan.org/authors/id/O/OL/OLIVIERT/LogValidator/W3C-LogValidator-1.4.tar.gz ... OK
W3C-LogValidator-1.4/
W3C-LogValidator-1.4/Changes
W3C-LogValidator-1.4/Makefile.PL
W3C-LogValidator-1.4/META.yml
W3C-LogValidator-1.4/lib/
W3C-LogValidator-1.4/lib/W3C/
W3C-LogValidator-1.4/lib/W3C/LogValidator.pm
W3C-LogValidator-1.4/lib/W3C/LogValidator/
W3C-LogValidator-1.4/lib/W3C/LogValidator/SurveyEngine.pm
W3C-LogValidator-1.4/lib/W3C/LogValidator/Output/
W3C-LogValidator-1.4/lib/W3C/LogValidator/Output/Raw.pm
W3C-LogValidator-1.4/lib/W3C/LogValidator/Output/Mail.pm
W3C-LogValidator-1.4/lib/W3C/LogValidator/Output/HTML.pm
W3C-LogValidator-1.4/lib/W3C/LogValidator/HTMLValidator.pm
W3C-LogValidator-1.4/lib/W3C/LogValidator/LinkChecker.pm
W3C-LogValidator-1.4/lib/W3C/LogValidator/Config.pm
W3C-LogValidator-1.4/lib/W3C/LogValidator/LinkReferer.pm
W3C-LogValidator-1.4/lib/W3C/LogValidator/Basic.pm
W3C-LogValidator-1.4/lib/W3C/LogValidator/CSSValidator.pm
W3C-LogValidator-1.4/MANIFEST
W3C-LogValidator-1.4/samples/
W3C-LogValidator-1.4/samples/NewModule.pm
W3C-LogValidator-1.4/samples/NewOutputModule.pm
W3C-LogValidator-1.4/samples/logprocess.conf
W3C-LogValidator-1.4/README
W3C-LogValidator-1.4/t/
W3C-LogValidator-1.4/t/module-css.t
W3C-LogValidator-1.4/t/module-basic.t
W3C-LogValidator-1.4/t/module-survey.t
W3C-LogValidator-1.4/t/base.t
W3C-LogValidator-1.4/t/module-htmlval.t
W3C-LogValidator-1.4/t/module-linkcheck.t
W3C-LogValidator-1.4/bin/
W3C-LogValidator-1.4/bin/logprocess.pl
Entering W3C-LogValidator-1.4
Checking configure dependencies from META.yml
Running Makefile.PL
Configuring W3C-LogValidator-1.4 ... Checking if your kit is complete...
Looks good
Generating a Unix-style Makefile
Writing Makefile for W3C::LogValidator
Writing MYMETA.yml and MYMETA.json
Checking dependencies from MYMETA.json ...
Checking if you have File::Temp 0 ... Yes (0.2304)
Checking if you have DB_File 0 ... Yes (1.840)
Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.24)
Checking if you have LWP::UserAgent 0 ... Yes (6.26)
Checking if you have Mail::Sendmail 0 ... Yes (0.79)
Checking if you have Sys::Hostname 0 ... Yes (1.20)
Checking if you have Exporter 0 ... Yes (5.72)
Checking if you have Config::General 0 ... Yes (2.63)
Checking if you have URI::Escape 0 ... Yes (3.31)
OK
Building and testing W3C-LogValidator-1.4 ... cp lib/W3C/LogValidator/Output/HTML.pm blib/lib/W3C/LogValidator/Output/HTML.pm
cp lib/W3C/LogValidator.pm blib/lib/W3C/LogValidator.pm
cp lib/W3C/LogValidator/Config.pm blib/lib/W3C/LogValidator/Config.pm
cp lib/W3C/LogValidator/Basic.pm blib/lib/W3C/LogValidator/Basic.pm
cp lib/W3C/LogValidator/Output/Mail.pm blib/lib/W3C/LogValidator/Output/Mail.pm
cp lib/W3C/LogValidator/LinkReferer.pm blib/lib/W3C/LogValidator/LinkReferer.pm
cp lib/W3C/LogValidator/HTMLValidator.pm blib/lib/W3C/LogValidator/HTMLValidator.pm
cp lib/W3C/LogValidator/SurveyEngine.pm blib/lib/W3C/LogValidator/SurveyEngine.pm
cp lib/W3C/LogValidator/LinkChecker.pm blib/lib/W3C/LogValidator/LinkChecker.pm
cp lib/W3C/LogValidator/CSSValidator.pm blib/lib/W3C/LogValidator/CSSValidator.pm
cp lib/W3C/LogValidator/Output/Raw.pm blib/lib/W3C/LogValidator/Output/Raw.pm
cp bin/logprocess.pl blib/script/logprocess.pl
"/home/ryan/perl5/perlbrew/perls/perl-blead/bin/perl5.26.0" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/logprocess.pl
Manifying 10 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
Can't use 'defined(@array)' (Maybe you should just omit the defined()?) at /home/ryan/.cpanm/work/1493537984.27474/W3C-LogValidator-1.4/blib/lib/W3C/LogValidator.pm line 563.
Compilation failed in require at t/base.t line 5.
BEGIN failed--compilation aborted at t/base.t line 5.
t/base.t ..............
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
t/module-basic.t ...... ok
t/module-css.t ........ ok
t/module-htmlval.t .... ok
t/module-linkcheck.t .. ok
t/module-survey.t ..... ok
Test Summary Report
-------------------
t/base.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: No plan found in TAP output
Files=6, Tests=19, 10 wallclock secs ( 0.04 usr 0.00 sys + 0.26 cusr 0.03 csys = 0.33 CPU)
Result: FAIL
Failed 1/6 test programs. 0/19 subtests failed.
Makefile:910: recipe for target 'test_dynamic' failed
make: *** [test_dynamic] Error 255
! Installing W3C::LogValidator failed. See /home/ryan/.cpanm/work/1493537984.27474/build.log for details. Retry with --force to force install it.
FAIL
Command [cpanm --reinstall --verbose W3C::LogValidator] 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