cpantestlogs/Catalyst::Helper::Controller::Scaffold_genfailure.log
2017-05-02 18:44:36 -07:00

140 lines
6.2 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/1492932297.17487
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 Catalyst::Helper::Controller::Scaffold () on cpanmetadb ...
Unpacking Catalyst-Helper-Controller-Scaffold-0.04.tar.gz
--> Working on Catalyst::Helper::Controller::Scaffold
Fetching http://www.cpan.org/authors/id/A/AG/AGRUNDMA/Catalyst-Helper-Controller-Scaffold-0.04.tar.gz ... OK
Catalyst-Helper-Controller-Scaffold-0.04/
Catalyst-Helper-Controller-Scaffold-0.04/t/
Catalyst-Helper-Controller-Scaffold-0.04/t/02pod.t
Catalyst-Helper-Controller-Scaffold-0.04/t/01use.t
Catalyst-Helper-Controller-Scaffold-0.04/t/03podcoverage.t
Catalyst-Helper-Controller-Scaffold-0.04/META.yml
Catalyst-Helper-Controller-Scaffold-0.04/Changes
Catalyst-Helper-Controller-Scaffold-0.04/lib/
Catalyst-Helper-Controller-Scaffold-0.04/lib/Catalyst/
Catalyst-Helper-Controller-Scaffold-0.04/lib/Catalyst/Helper/
Catalyst-Helper-Controller-Scaffold-0.04/lib/Catalyst/Helper/Controller/
Catalyst-Helper-Controller-Scaffold-0.04/lib/Catalyst/Helper/Controller/Scaffold.pm
Catalyst-Helper-Controller-Scaffold-0.04/MANIFEST
Catalyst-Helper-Controller-Scaffold-0.04/Makefile.PL
Entering Catalyst-Helper-Controller-Scaffold-0.04
Checking configure dependencies from META.yml
Running Makefile.PL
Configuring Catalyst-Helper-Controller-Scaffold-0.04 ... Warning: prerequisite Class::DBI::AsForm 0 not found.
Checking if your kit is complete...
Looks good
Generating a Unix-style Makefile
Writing Makefile for Catalyst::Helper::Controller::Scaffold
Writing MYMETA.yml and MYMETA.json
Checking dependencies from MYMETA.json ...
Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.24)
Checking if you have Catalyst 5.23 ... Yes (5.90114)
Checking if you have Class::DBI::FromForm 0 ... Yes (0.04)
Checking if you have Class::DBI 0 ... Yes (3.0.17)
Checking if you have Catalyst::View::TT 0 ... Yes (0.44)
Checking if you have Template::Plugin::Class 0 ... Yes (0.14)
Checking if you have Catalyst::Plugin::FormValidator 0 ... Yes (0.094)
Checking if you have Class::DBI::AsForm 0 ... No
Checking if you have Path::Class 0 ... Yes (0.37)
Searching Class::DBI::AsForm (0) on cpanmetadb ...
Unpacking Class-DBI-AsForm-2.42.tar.gz
OK
==> Found dependencies: Class::DBI::AsForm
--> Working on Class::DBI::AsForm
Fetching http://www.cpan.org/authors/id/T/TM/TMTM/Class-DBI-AsForm-2.42.tar.gz ... OK
Class-DBI-AsForm-2.42/
Class-DBI-AsForm-2.42/t/
Class-DBI-AsForm-2.42/t/01.t
Class-DBI-AsForm-2.42/t/pod.t
Class-DBI-AsForm-2.42/t/pod-coverage.t
Class-DBI-AsForm-2.42/lib/
Class-DBI-AsForm-2.42/lib/Class/
Class-DBI-AsForm-2.42/lib/Class/DBI/
Class-DBI-AsForm-2.42/lib/Class/DBI/AsForm.pm
Class-DBI-AsForm-2.42/README
Class-DBI-AsForm-2.42/Changes
Class-DBI-AsForm-2.42/Makefile.PL
Class-DBI-AsForm-2.42/META.yml
Class-DBI-AsForm-2.42/MANIFEST
Entering Class-DBI-AsForm-2.42
Checking configure dependencies from META.yml
Running Makefile.PL
Configuring Class-DBI-AsForm-2.42 ... Checking if your kit is complete...
Looks good
Generating a Unix-style Makefile
Writing Makefile for Class::DBI::AsForm
Writing MYMETA.yml and MYMETA.json
Checking dependencies from MYMETA.json ...
Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.24)
Checking if you have DBI 1.21 ... Yes (1.636)
Checking if you have Class::DBI 0.94 ... Yes (3.0.17)
Checking if you have Class::DBI::Plugin::Type 0 ... Yes (0.02)
Checking if you have HTML::Element 0 ... Yes (5.04)
OK
Building and testing Class-DBI-AsForm-2.42 ... cp lib/Class/DBI/AsForm.pm blib/lib/Class/DBI/AsForm.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, 'blib/lib', 'blib/arch')" t/*.t
# Failed test 'Select OK'
# at t/01.t line 43.
# got: '<select name="bar"><option value="1">Hi</option></select>'
# expected: '<select name="bar"><option value=1>Hi</option></select>
# '
# Failed test 'All correct as an object method'
# at t/01.t line 54.
# Structures begin differing at:
# $got->{baz} = '<input name="baz" type="text" value="Hello there" />'
# $expected->{baz} = '<input name="baz" type="text" value="Hello there">
# '
# Looks like you failed 2 tests of 4.
t/01.t ............
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/4 subtests
t/pod-coverage.t .. ok
t/pod.t ........... ok
Test Summary Report
-------------------
t/01.t (Wstat: 512 Tests: 4 Failed: 2)
Failed tests: 3-4
Non-zero exit status: 2
Files=3, Tests=6, 1 wallclock secs ( 0.02 usr 0.00 sys + 0.11 cusr 0.02 csys = 0.15 CPU)
Result: FAIL
Failed 1/3 test programs. 2/6 subtests failed.
Makefile:846: recipe for target 'test_dynamic' failed
make: *** [test_dynamic] Error 255
! Installing Class::DBI::AsForm failed. See /home/ryan/.cpanm/work/1492932297.17487/build.log for details. Retry with --force to force install it.
! Installing the dependencies failed: Module 'Class::DBI::AsForm' is not installed
! Bailing out the installation for Catalyst-Helper-Controller-Scaffold-0.04.
FAIL
Command [cpanm --reinstall --verbose Catalyst::Helper::Controller::Scaffold] 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