cpantestlogs/Parse::Apache::ServerStatus::Extended_genfailure.log
2017-05-02 18:44:36 -07:00

156 lines
12 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/1493485724.26872
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 Parse::Apache::ServerStatus::Extended () on cpanmetadb ...
Unpacking Parse-Apache-ServerStatus-Extended-0.02.tar.gz
--> Working on Parse::Apache::ServerStatus::Extended
Fetching http://www.cpan.org/authors/id/M/MI/MIZZY/Parse-Apache-ServerStatus-Extended-0.02.tar.gz ... OK
Parse-Apache-ServerStatus-Extended-0.02/
Parse-Apache-ServerStatus-Extended-0.02/inc/
Parse-Apache-ServerStatus-Extended-0.02/inc/Module/
Parse-Apache-ServerStatus-Extended-0.02/inc/Module/Install.pm
Parse-Apache-ServerStatus-Extended-0.02/inc/Module/Install/
Parse-Apache-ServerStatus-Extended-0.02/inc/Module/Install/AutoInstall.pm
Parse-Apache-ServerStatus-Extended-0.02/inc/Module/Install/Fetch.pm
Parse-Apache-ServerStatus-Extended-0.02/inc/Module/Install/Makefile.pm
Parse-Apache-ServerStatus-Extended-0.02/inc/Module/Install/Include.pm
Parse-Apache-ServerStatus-Extended-0.02/inc/Module/Install/Base.pm
Parse-Apache-ServerStatus-Extended-0.02/inc/Module/Install/Metadata.pm
Parse-Apache-ServerStatus-Extended-0.02/inc/Module/Install/Can.pm
Parse-Apache-ServerStatus-Extended-0.02/inc/Module/Install/WriteAll.pm
Parse-Apache-ServerStatus-Extended-0.02/inc/Module/Install/Win32.pm
Parse-Apache-ServerStatus-Extended-0.02/inc/Module/AutoInstall.pm
Parse-Apache-ServerStatus-Extended-0.02/Changes
Parse-Apache-ServerStatus-Extended-0.02/MANIFEST
Parse-Apache-ServerStatus-Extended-0.02/t/
Parse-Apache-ServerStatus-Extended-0.02/t/00.load.t
Parse-Apache-ServerStatus-Extended-0.02/t/perlcritic.t
Parse-Apache-ServerStatus-Extended-0.02/t/pod-coverage.t
Parse-Apache-ServerStatus-Extended-0.02/t/pod.t
Parse-Apache-ServerStatus-Extended-0.02/META.yml
Parse-Apache-ServerStatus-Extended-0.02/README
Parse-Apache-ServerStatus-Extended-0.02/lib/
Parse-Apache-ServerStatus-Extended-0.02/lib/Parse/
Parse-Apache-ServerStatus-Extended-0.02/lib/Parse/Apache/
Parse-Apache-ServerStatus-Extended-0.02/lib/Parse/Apache/ServerStatus/
Parse-Apache-ServerStatus-Extended-0.02/lib/Parse/Apache/ServerStatus/Extended.pm
Parse-Apache-ServerStatus-Extended-0.02/Makefile.PL
Entering Parse-Apache-ServerStatus-Extended-0.02
Checking configure dependencies from META.yml
Running Makefile.PL
Configuring Parse-Apache-ServerStatus-Extended-0.02 ... *** Module::AutoInstall version 1.02
*** Checking for Perl dependencies...
Subroutine _xml_escape_text redefined at /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/HTML/TreeBuilder/XPath.pm line 375.
[Core Features]
- Parse::Apache::ServerStatus ...loaded. (0.10)
- Web::Scraper ...loaded. (0.38)
*** Module::AutoInstall configuration finished.
Checking if your kit is complete...
Looks good
Generating a Unix-style Makefile
Writing Makefile for Parse::Apache::ServerStatus::Extended
Writing MYMETA.yml and MYMETA.json
Checking dependencies from MYMETA.json ...
Checking if you have Parse::Apache::ServerStatus 0 ... Yes (0.10)
Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.24)
Checking if you have Web::Scraper 0 ... Yes (0.38)
OK
Building and testing Parse-Apache-ServerStatus-Extended-0.02 ... cp lib/Parse/Apache/ServerStatus/Extended.pm blib/lib/Parse/Apache/ServerStatus/Extended.pm
Manifying 1 pod document
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, 'inc', 'blib/lib', 'blib/arch')" t/00.load.t t/perlcritic.t t/pod-coverage.t t/pod.t
Subroutine _xml_escape_text redefined at /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/HTML/TreeBuilder/XPath.pm line 375.
# Testing Parse::Apache::ServerStatus::Extended 0.02
t/00.load.t ....... ok
# Failed test 'Test::Perl::Critic for "blib/lib/Parse/Apache/ServerStatus/Extended.pm"'
# at /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/Test/Perl/Critic.pm line 104.
#
# Variable, subroutine, and package names have to be in CamelCase at line 11, column 1. (no explanation). (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 12, column 8. (no explanation). (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 13, column 8. (no explanation). (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 13, column 35. (no explanation). (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 14, column 12. (no explanation). (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 14, column 62. (no explanation). (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 16, column 8. (no explanation). (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 24, column 8. (no explanation). (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 25, column 14. (no explanation). (Severity: 5)
# Private Member Data shouldn't be accessed directly at line 25, column 14. Accessing an objects data directly breaks encapsulation and should be avoided. Example: $object->{ some_key }. (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 25, column 29. (no explanation). (Severity: 5)
# Private Member Data shouldn't be accessed directly at line 26, column 21. Accessing an objects data directly breaks encapsulation and should be avoided. Example: $object->{ some_key }. (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 27, column 12. (no explanation). (Severity: 5)
# Private Member Data shouldn't be accessed directly at line 27, column 20. Accessing an objects data directly breaks encapsulation and should be avoided. Example: $object->{ some_key }. (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 28, column 14. (no explanation). (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 29, column 24. (no explanation). (Severity: 5)
# Private Member Data shouldn't be accessed directly at line 29, column 24. Accessing an objects data directly breaks encapsulation and should be avoided. Example: $object->{ some_key }. (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 30, column 24. (no explanation). (Severity: 5)
# Private Member Data shouldn't be accessed directly at line 30, column 24. Accessing an objects data directly breaks encapsulation and should be avoided. Example: $object->{ some_key }. (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 31, column 24. (no explanation). (Severity: 5)
# Private Member Data shouldn't be accessed directly at line 31, column 24. Accessing an objects data directly breaks encapsulation and should be avoided. Example: $object->{ some_key }. (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 32, column 24. (no explanation). (Severity: 5)
# Private Member Data shouldn't be accessed directly at line 32, column 24. Accessing an objects data directly breaks encapsulation and should be avoided. Example: $object->{ some_key }. (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 33, column 24. (no explanation). (Severity: 5)
# Private Member Data shouldn't be accessed directly at line 33, column 24. Accessing an objects data directly breaks encapsulation and should be avoided. Example: $object->{ some_key }. (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 34, column 24. (no explanation). (Severity: 5)
# Private Member Data shouldn't be accessed directly at line 34, column 24. Accessing an objects data directly breaks encapsulation and should be avoided. Example: $object->{ some_key }. (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 35, column 24. (no explanation). (Severity: 5)
# Private Member Data shouldn't be accessed directly at line 35, column 24. Accessing an objects data directly breaks encapsulation and should be avoided. Example: $object->{ some_key }. (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 36, column 24. (no explanation). (Severity: 5)
# Private Member Data shouldn't be accessed directly at line 36, column 24. Accessing an objects data directly breaks encapsulation and should be avoided. Example: $object->{ some_key }. (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 37, column 24. (no explanation). (Severity: 5)
# Private Member Data shouldn't be accessed directly at line 37, column 24. Accessing an objects data directly breaks encapsulation and should be avoided. Example: $object->{ some_key }. (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 38, column 24. (no explanation). (Severity: 5)
# Private Member Data shouldn't be accessed directly at line 38, column 24. Accessing an objects data directly breaks encapsulation and should be avoided. Example: $object->{ some_key }. (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 39, column 24. (no explanation). (Severity: 5)
# Private Member Data shouldn't be accessed directly at line 39, column 24. Accessing an objects data directly breaks encapsulation and should be avoided. Example: $object->{ some_key }. (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 40, column 24. (no explanation). (Severity: 5)
# Private Member Data shouldn't be accessed directly at line 40, column 24. Accessing an objects data directly breaks encapsulation and should be avoided. Example: $object->{ some_key }. (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 41, column 24. (no explanation). (Severity: 5)
# Private Member Data shouldn't be accessed directly at line 41, column 24. Accessing an objects data directly breaks encapsulation and should be avoided. Example: $object->{ some_key }. (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 45, column 13. (no explanation). (Severity: 5)
t/perlcritic.t ....
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/1 subtests
Subroutine _xml_escape_text redefined at /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/HTML/TreeBuilder/XPath.pm line 375.
t/pod-coverage.t .. ok
t/pod.t ........... ok
Test Summary Report
-------------------
t/perlcritic.t (Wstat: 256 Tests: 1 Failed: 1)
Failed test: 1
Non-zero exit status: 1
Files=4, Tests=4, 1 wallclock secs ( 0.01 usr 0.00 sys + 0.70 cusr 0.05 csys = 0.76 CPU)
Result: FAIL
Failed 1/4 test programs. 1/4 subtests failed.
Makefile:777: recipe for target 'test_dynamic' failed
make: *** [test_dynamic] Error 255
! Installing Parse::Apache::ServerStatus::Extended failed. See /home/ryan/.cpanm/work/1493485724.26872/build.log for details. Retry with --force to force install it.
FAIL
Command [cpanm --reinstall --verbose Parse::Apache::ServerStatus::Extended] 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