cpantestlogs/Catalyst::Model::DBIxResultSet_genfailure.log
2017-05-02 18:44:36 -07:00

155 lines
8.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/1493019546.19442
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::Model::DBIxResultSet () on cpanmetadb ...
Unpacking Catalyst-Model-DBIxResultSet-0.02.tar.gz
--> Working on Catalyst::Model::DBIxResultSet
Fetching http://www.cpan.org/authors/id/B/BL/BLUEFEET/Catalyst-Model-DBIxResultSet-0.02.tar.gz ... OK
Catalyst-Model-DBIxResultSet-0.02
Catalyst-Model-DBIxResultSet-0.02/README
Catalyst-Model-DBIxResultSet-0.02/Changes
Catalyst-Model-DBIxResultSet-0.02/LICENSE
Catalyst-Model-DBIxResultSet-0.02/META.yml
Catalyst-Model-DBIxResultSet-0.02/MANIFEST
Catalyst-Model-DBIxResultSet-0.02/Makefile.PL
Catalyst-Model-DBIxResultSet-0.02/t
Catalyst-Model-DBIxResultSet-0.02/t/00-compile.t
Catalyst-Model-DBIxResultSet-0.02/t/release-pod-syntax.t
Catalyst-Model-DBIxResultSet-0.02/t/release-pod-coverage.t
Catalyst-Model-DBIxResultSet-0.02/lib/Catalyst/Model
Catalyst-Model-DBIxResultSet-0.02/lib/Catalyst/Model/DBIxResultSet.pm
Entering Catalyst-Model-DBIxResultSet-0.02
Checking configure dependencies from META.yml
Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (7.24)
Running Makefile.PL
Configuring Catalyst-Model-DBIxResultSet-0.02 ... Warning: prerequisite DBIx::ResultSet 0.16 not found.
Checking if your kit is complete...
Looks good
Generating a Unix-style Makefile
Writing Makefile for Catalyst::Model::DBIxResultSet
Writing MYMETA.yml and MYMETA.json
Checking dependencies from MYMETA.json ...
Checking if you have Moose 2.0007 ... Yes (2.2004)
Checking if you have Catalyst 5.80032 ... Yes (5.90114)
Checking if you have DBIx::ResultSet 0.16 ... No
Checking if you have Test::Simple 0.98 ... Yes (1.302078)
Searching DBIx::ResultSet (0.16) on cpanmetadb ...
Unpacking DBIx-ResultSet-0.17.tar.gz
OK
==> Found dependencies: DBIx::ResultSet
--> Working on DBIx::ResultSet
Fetching http://www.cpan.org/authors/id/B/BL/BLUEFEET/DBIx-ResultSet-0.17.tar.gz ... OK
DBIx-ResultSet-0.17
DBIx-ResultSet-0.17/README
DBIx-ResultSet-0.17/Changes
DBIx-ResultSet-0.17/LICENSE
DBIx-ResultSet-0.17/META.yml
DBIx-ResultSet-0.17/MANIFEST
DBIx-ResultSet-0.17/t
DBIx-ResultSet-0.17/t/auto_pk.t
DBIx-ResultSet-0.17/Makefile.PL
DBIx-ResultSet-0.17/t/abstract.t
DBIx-ResultSet-0.17/t/connector.t
DBIx-ResultSet-0.17/t/00-compile.t
DBIx-ResultSet-0.17/t/date_time_format.t
DBIx-ResultSet-0.17/lib/DBIx
DBIx-ResultSet-0.17/lib/DBIx/ResultSet.pm
DBIx-ResultSet-0.17/t/release-pod-syntax.t
DBIx-ResultSet-0.17/t/release-pod-coverage.t
DBIx-ResultSet-0.17/lib/DBIx/ResultSet
DBIx-ResultSet-0.17/lib/DBIx/ResultSet/Connector.pm
DBIx-ResultSet-0.17/lib/DBIx/ResultSet/Cookbook.pod
Entering DBIx-ResultSet-0.17
Checking configure dependencies from META.yml
Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (7.24)
Running Makefile.PL
Configuring DBIx-ResultSet-0.17 ... Checking if your kit is complete...
Looks good
Generating a Unix-style Makefile
Writing Makefile for DBIx::ResultSet
Writing MYMETA.yml and MYMETA.json
Checking dependencies from MYMETA.json ...
Checking if you have MooseX::Types 0.21 ... Yes (0.50)
Checking if you have Test::Simple 0.94 ... Yes (1.302078)
Checking if you have List::MoreUtils 0.22 ... Yes (0.418)
Checking if you have Data::Page 2.02 ... Yes (2.02)
Checking if you have Clone 0.31 ... Yes (0.39)
Checking if you have Moose 1.01 ... Yes (2.2004)
Checking if you have Module::Load 0.18 ... Yes (0.32)
Checking if you have DBD::SQLite 1.29 ... Yes (1.54)
Checking if you have SQL::Abstract::Limit 0.141 ... Yes (0.141)
Checking if you have DateTime 0.55 ... Yes (1.42)
Checking if you have DateTime::Format::SQLite 0.11 ... Yes (0.11)
Checking if you have DBIx::Connector 0.33 ... Yes (0.56)
Checking if you have namespace::autoclean 0.09 ... Yes (0.28)
Checking if you have Test::Exception 0.29 ... Yes (0.43)
Checking if you have SQL::Abstract 1.65 ... Yes (1.84)
OK
Building and testing DBIx-ResultSet-0.17 ... cp lib/DBIx/ResultSet.pm blib/lib/DBIx/ResultSet.pm
cp lib/DBIx/ResultSet/Connector.pm blib/lib/DBIx/ResultSet/Connector.pm
cp lib/DBIx/ResultSet/Cookbook.pod blib/lib/DBIx/ResultSet/Cookbook.pod
Manifying 3 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
t/00-compile.t ............ ok
t/abstract.t .............. ok
t/auto_pk.t ............... ok
t/connector.t ............. ok
DateTime::TimeZone version 2.09 required--this is only version 2.04 at /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/DateTime/Format/Strptime.pm line 12.
BEGIN failed--compilation aborted at /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/DateTime/Format/Strptime.pm line 12.
Compilation failed in require at /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/DateTime/Format/Builder/Parser/Strptime.pm line 10.
BEGIN failed--compilation aborted at /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/DateTime/Format/Builder/Parser/Strptime.pm line 10.
Compilation failed in require at (eval 423) line 1.
BEGIN failed--compilation aborted at (eval 423) line 1.
Compilation failed in require at /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/DateTime/Format/Builder.pm line 220.
Compilation failed in require at /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/DateTime/Format/SQLite.pm line 72.
BEGIN failed--compilation aborted at /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/DateTime/Format/SQLite.pm line 72.
Compilation failed in require at /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/Module/Load.pm line 77.
Can't locate DateTime/Format/SQLite in @INC (@INC contains: /home/ryan/.cpanm/work/1493019546.19442/DBIx-ResultSet-0.17/blib/lib /home/ryan/.cpanm/work/1493019546.19442/DBIx-ResultSet-0.17/blib/arch /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0 /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0 .) at /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/Module/Load.pm line 77.
t/date_time_format.t ......
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
t/release-pod-coverage.t .. skipped: these tests are for release candidate testing
t/release-pod-syntax.t .... skipped: these tests are for release candidate testing
Test Summary Report
-------------------
t/date_time_format.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: No plan found in TAP output
Files=7, Tests=24, 5 wallclock secs ( 0.01 usr 0.01 sys + 1.02 cusr 0.06 csys = 1.10 CPU)
Result: FAIL
Failed 1/7 test programs. 0/24 subtests failed.
Makefile:878: recipe for target 'test_dynamic' failed
make: *** [test_dynamic] Error 255
! Installing DBIx::ResultSet failed. See /home/ryan/.cpanm/work/1493019546.19442/build.log for details. Retry with --force to force install it.
! Installing the dependencies failed: Module 'DBIx::ResultSet' is not installed
! Bailing out the installation for Catalyst-Model-DBIxResultSet-0.02.
FAIL
Command [cpanm --reinstall --verbose Catalyst::Model::DBIxResultSet] 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