cpantestlogs/Module::PluginFinder_incfailure.log
2017-05-02 18:44:36 -07:00

181 lines
6.4 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/1492935036.21530
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 Module::PluginFinder () on cpanmetadb ...
Unpacking Module-PluginFinder-0.04.tar.gz
--> Working on Module::PluginFinder
Fetching http://www.cpan.org/authors/id/P/PE/PEVANS/Module-PluginFinder-0.04.tar.gz ... OK
Module-PluginFinder-0.04
Module-PluginFinder-0.04/Changes
Module-PluginFinder-0.04/MANIFEST
Module-PluginFinder-0.04/META.yml
Module-PluginFinder-0.04/README
Module-PluginFinder-0.04/Makefile.PL
Module-PluginFinder-0.04/LICENSE
Module-PluginFinder-0.04/Build.PL
Module-PluginFinder-0.04/t
Module-PluginFinder-0.04/t/01modules.t
Module-PluginFinder-0.04/t/00use.t
Module-PluginFinder-0.04/t/04typefunc.t
Module-PluginFinder-0.04/t/02filter.t
Module-PluginFinder-0.04/t/99pod.t
Module-PluginFinder-0.04/t/03typevar.t
Module-PluginFinder-0.04/t/10rescan.t
Module-PluginFinder-0.04/t/lib
Module-PluginFinder-0.04/t/lib/Yellow.pm
Module-PluginFinder-0.04/t/lib/Blue.pm
Module-PluginFinder-0.04/t/lib/Red.pm
Module-PluginFinder-0.04/t/lib/Green.pm
Module-PluginFinder-0.04/t/lib/Black.pm
Module-PluginFinder-0.04/lib
Module-PluginFinder-0.04/lib/Module
Module-PluginFinder-0.04/lib/Module/PluginFinder.pm
Entering Module-PluginFinder-0.04
Checking configure dependencies from META.yml
Checking if you have Module::Build 0.38 ... Yes (0.4222)
Checking if you have ExtUtils::Install 1.46 ... Yes (2.04)
Running Build.PL
Configuring Module-PluginFinder-0.04 ... Created MYMETA.yml and MYMETA.json
Creating new 'Build' script for 'Module-PluginFinder' version '0.04'
Checking dependencies from MYMETA.json ...
Checking if you have Test::More 0 ... Yes (1.302078)
Checking if you have File::Spec 0 ... Yes (3.62)
Checking if you have Test::Exception 0 ... Yes (0.43)
Checking if you have Test::Warn 0 ... Yes (0.32)
Checking if you have Module::Pluggable::Object 0 ... Yes (5.2)
OK
Building and testing Module-PluginFinder-0.04 ... Building Module-PluginFinder
t/00use.t ....... ok
# Failed test '$f->modules'
# at t/01modules.t line 21.
# Structures begin differing at:
# $got->[0] = Does not exist
# $expected->[0] = 't::lib::Black'
# Looks like you failed 1 test of 4.
t/01modules.t ...
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/4 subtests
# Failed test '$f->find_module()'
# at t/02filter.t line 24.
# got: undef
# expected: 't::lib::Red'
# Failed test '$f->find_module( qr/::Blue$/ )'
# at t/02filter.t line 34.
# got: undef
# expected: 't::lib::Blue'
Unable to find a suitable class at t/02filter.t line 38.
# Looks like your test exited with 2 just after 4.
t/02filter.t ....
Dubious, test returned 2 (wstat 512, 0x200)
Failed 5/7 subtests
# Failed test '$f->find_module( "square" )'
# at t/03typevar.t line 20.
# got: undef
# expected: 't::lib::Green'
Unable to find a suitable class at t/03typevar.t line 24.
# Looks like your test exited with 2 just after 3.
t/03typevar.t ...
Dubious, test returned 2 (wstat 512, 0x200)
Failed 5/7 subtests
# Failed test '$f->find_module( "small" )'
# at t/04typefunc.t line 20.
# got: undef
# expected: 't::lib::Yellow'
Unable to find a suitable class at t/04typefunc.t line 24.
# Looks like your test exited with 2 just after 3.
t/04typefunc.t ..
Dubious, test returned 2 (wstat 512, 0x200)
Failed 5/7 subtests
# Failed test '$f->modules'
# at t/10rescan.t line 26.
# Structures begin differing at:
# $got->[0] = Does not exist
# $expected->[0] = 't::lib::Black'
# Failed test '$f->modules after write file'
# at t/10rescan.t line 45.
# Structures begin differing at:
# $got->[0] = Does not exist
# $expected->[0] = 't::lib::Black'
# Failed test '$f->modules after rescan'
# at t/10rescan.t line 55.
# Structures begin differing at:
# $got->[0] = Does not exist
# $expected->[0] = 't::lib::Black'
# Failed test '$f->find_module after rescan'
# at t/10rescan.t line 59.
# got: undef
# expected: 't::lib::Purple'
# Failed test '$f->modules after unlink'
# at t/10rescan.t line 67.
# Structures begin differing at:
# $got->[0] = Does not exist
# $expected->[0] = 't::lib::Black'
# Looks like you failed 5 tests of 7.
t/10rescan.t ....
Dubious, test returned 5 (wstat 1280, 0x500)
Failed 5/7 subtests
t/99pod.t ....... ok
Test Summary Report
-------------------
t/01modules.t (Wstat: 256 Tests: 4 Failed: 1)
Failed test: 4
Non-zero exit status: 1
t/02filter.t (Wstat: 512 Tests: 4 Failed: 2)
Failed tests: 2-3
Non-zero exit status: 2
Parse errors: Bad plan. You planned 7 tests but ran 4.
t/03typevar.t (Wstat: 512 Tests: 3 Failed: 1)
Failed test: 2
Non-zero exit status: 2
Parse errors: Bad plan. You planned 7 tests but ran 3.
t/04typefunc.t (Wstat: 512 Tests: 3 Failed: 1)
Failed test: 2
Non-zero exit status: 2
Parse errors: Bad plan. You planned 7 tests but ran 3.
t/10rescan.t (Wstat: 1280 Tests: 7 Failed: 5)
Failed tests: 1-2, 4-6
Non-zero exit status: 5
Files=7, Tests=23, 1 wallclock secs ( 0.04 usr 0.01 sys + 0.28 cusr 0.02 csys = 0.35 CPU)
Result: FAIL
Failed 5/7 test programs. 10/23 subtests failed.
! Installing Module::PluginFinder failed. See /home/ryan/.cpanm/work/1492935036.21530/build.log for details. Retry with --force to force install it.
FAIL
Command [cpanm --reinstall --verbose Module::PluginFinder] 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