140 lines
6 KiB
Text
140 lines
6 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/1493265565.566
|
|
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 Class::AutoGenerate () on cpanmetadb ...
|
|
Unpacking Class-AutoGenerate-0.05.tar.gz
|
|
--> Working on Class::AutoGenerate
|
|
Fetching http://www.cpan.org/authors/id/H/HA/HANENKAMP/Class-AutoGenerate-0.05.tar.gz ... OK
|
|
Class-AutoGenerate-0.05/
|
|
Class-AutoGenerate-0.05/Changes
|
|
Class-AutoGenerate-0.05/inc/
|
|
Class-AutoGenerate-0.05/inc/Module/
|
|
Class-AutoGenerate-0.05/inc/Module/Install/
|
|
Class-AutoGenerate-0.05/inc/Module/Install/Base.pm
|
|
Class-AutoGenerate-0.05/inc/Module/Install/Can.pm
|
|
Class-AutoGenerate-0.05/inc/Module/Install/Fetch.pm
|
|
Class-AutoGenerate-0.05/inc/Module/Install/Makefile.pm
|
|
Class-AutoGenerate-0.05/inc/Module/Install/Metadata.pm
|
|
Class-AutoGenerate-0.05/inc/Module/Install/Win32.pm
|
|
Class-AutoGenerate-0.05/inc/Module/Install/WriteAll.pm
|
|
Class-AutoGenerate-0.05/inc/Module/Install.pm
|
|
Class-AutoGenerate-0.05/lib/
|
|
Class-AutoGenerate-0.05/lib/Class/
|
|
Class-AutoGenerate-0.05/lib/Class/AutoGenerate/
|
|
Class-AutoGenerate-0.05/lib/Class/AutoGenerate/Declare.pm
|
|
Class-AutoGenerate-0.05/lib/Class/AutoGenerate.pm
|
|
Class-AutoGenerate-0.05/Makefile.PL
|
|
Class-AutoGenerate-0.05/MANIFEST
|
|
Class-AutoGenerate-0.05/META.yml
|
|
Class-AutoGenerate-0.05/README
|
|
Class-AutoGenerate-0.05/t/
|
|
Class-AutoGenerate-0.05/t/01-declare.t
|
|
Class-AutoGenerate-0.05/t/01-requiring-array.t
|
|
Class-AutoGenerate-0.05/t/01-requiring-double-asterisk.t
|
|
Class-AutoGenerate-0.05/t/01-requiring-exact.t
|
|
Class-AutoGenerate-0.05/t/01-requiring-question.t
|
|
Class-AutoGenerate-0.05/t/01-requiring-regex.t
|
|
Class-AutoGenerate-0.05/t/01-requiring-single-asterisk.t
|
|
Class-AutoGenerate-0.05/t/02-conclude_with.t
|
|
Class-AutoGenerate-0.05/t/02-defines.t
|
|
Class-AutoGenerate-0.05/t/02-extends.t
|
|
Class-AutoGenerate-0.05/t/02-generate_from-file.t
|
|
Class-AutoGenerate-0.05/t/02-generate_from-source.t
|
|
Class-AutoGenerate-0.05/t/02-next_last_rule.t
|
|
Class-AutoGenerate-0.05/t/02-requires.t
|
|
Class-AutoGenerate-0.05/t/02-uses.t
|
|
Class-AutoGenerate-0.05/t/03-match-only.t
|
|
Class-AutoGenerate-0.05/t/04-autogenerated.t
|
|
Class-AutoGenerate-0.05/t/05-jifty-classloader.t
|
|
Class-AutoGenerate-0.05/t/test-source.pl
|
|
Class-AutoGenerate-0.05/t/TestApp/
|
|
Class-AutoGenerate-0.05/t/TestApp/AnotherOther.pm
|
|
Class-AutoGenerate-0.05/t/TestApp/Other.pm
|
|
Class-AutoGenerate-0.05/t/TestApp/YetAnotherOther.pm
|
|
Class-AutoGenerate-0.05/t/util.pl
|
|
Entering Class-AutoGenerate-0.05
|
|
Checking configure dependencies from META.yml
|
|
Running Makefile.PL
|
|
Configuring Class-AutoGenerate-0.05 ... Cannot determine perl version info from lib/Class/AutoGenerate.pm
|
|
Checking if your kit is complete...
|
|
Looks good
|
|
Generating a Unix-style Makefile
|
|
Writing Makefile for Class::AutoGenerate
|
|
Writing MYMETA.yml and MYMETA.json
|
|
Checking dependencies from MYMETA.json ...
|
|
Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.24)
|
|
OK
|
|
Building and testing Class-AutoGenerate-0.05 ... cp lib/Class/AutoGenerate.pm blib/lib/Class/AutoGenerate.pm
|
|
cp lib/Class/AutoGenerate/Declare.pm blib/lib/Class/AutoGenerate/Declare.pm
|
|
Manifying 2 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, 'inc', 'blib/lib', 'blib/arch')" t/*.t
|
|
t/01-declare.t .................... ok
|
|
t/01-requiring-array.t ............ ok
|
|
t/01-requiring-double-asterisk.t .. ok
|
|
t/01-requiring-exact.t ............ ok
|
|
t/01-requiring-question.t ......... ok
|
|
t/01-requiring-regex.t ............ ok
|
|
t/01-requiring-single-asterisk.t .. ok
|
|
t/02-conclude_with.t .............. ok
|
|
t/02-defines.t .................... ok
|
|
t/02-extends.t .................... ok
|
|
t/02-generate_from-file.t ......... ok
|
|
t/02-generate_from-source.t ....... ok
|
|
t/02-next_last_rule.t ............. ok
|
|
t/02-requires.t ................... ok
|
|
t/02-uses.t ....................... ok
|
|
t/03-match-only.t ................. ok
|
|
t/04-autogenerated.t .............. ok
|
|
|
|
# Failed test at t/05-jifty-classloader.t line 82.
|
|
# got: '/home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/App/Bootstrap.pm'
|
|
# expected: 'Jifty::ClassLoader=HASH(0x562b41569ca0)'
|
|
|
|
# Failed test 'An object of class 'App::Bootstrap' isa 'Jifty::Bootstrap''
|
|
# at t/05-jifty-classloader.t line 83.
|
|
# The object of class 'App::Bootstrap' isn't a 'Jifty::Bootstrap'
|
|
# Looks like you failed 2 tests of 63.
|
|
t/05-jifty-classloader.t ..........
|
|
Dubious, test returned 2 (wstat 512, 0x200)
|
|
Failed 2/63 subtests
|
|
|
|
Test Summary Report
|
|
-------------------
|
|
t/05-jifty-classloader.t (Wstat: 512 Tests: 63 Failed: 2)
|
|
Failed tests: 17-18
|
|
Non-zero exit status: 2
|
|
Files=18, Tests=236, 1 wallclock secs ( 0.05 usr 0.00 sys + 0.44 cusr 0.01 csys = 0.50 CPU)
|
|
Result: FAIL
|
|
Failed 1/18 test programs. 2/236 subtests failed.
|
|
Makefile:781: recipe for target 'test_dynamic' failed
|
|
make: *** [test_dynamic] Error 2
|
|
! Installing Class::AutoGenerate failed. See /home/ryan/.cpanm/work/1493265565.566/build.log for details. Retry with --force to force install it.
|
|
FAIL
|
|
Command [cpanm --reinstall --verbose Class::AutoGenerate] 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
|