cpantestlogs/DBIx::Sunny::Schema_genfailure.log
2017-05-02 18:44:36 -07:00

199 lines
8.3 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/1493332658.15389
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 DBIx::Sunny::Schema () on cpanmetadb ...
Unpacking DBIx-Sunny-0.21.tar.gz
--> Working on DBIx::Sunny::Schema
Fetching http://www.cpan.org/authors/id/K/KA/KAZEBURO/DBIx-Sunny-0.21.tar.gz ... OK
DBIx-Sunny-0.21
DBIx-Sunny-0.21/.travis.yml
DBIx-Sunny-0.21/Build.PL
DBIx-Sunny-0.21/Changes
DBIx-Sunny-0.21/LICENSE
DBIx-Sunny-0.21/MANIFEST
DBIx-Sunny-0.21/META.json
DBIx-Sunny-0.21/META.yml
DBIx-Sunny-0.21/README
DBIx-Sunny-0.21/lib
DBIx-Sunny-0.21/lib/DBIx
DBIx-Sunny-0.21/lib/DBIx/Sunny.pm
DBIx-Sunny-0.21/lib/DBIx/Sunny
DBIx-Sunny-0.21/lib/DBIx/Sunny/Schema.pm
DBIx-Sunny-0.21/t
DBIx-Sunny-0.21/t/00_compile.t
DBIx-Sunny-0.21/t/01_basic.t
DBIx-Sunny-0.21/t/02_rootclass.t
DBIx-Sunny-0.21/t/03_txn.t
DBIx-Sunny-0.21/t/schema_00_compile.t
DBIx-Sunny-0.21/t/schema_01_basic.t
DBIx-Sunny-0.21/t/schema_03_txn.t
DBIx-Sunny-0.21/t/scheme_02_args.t
DBIx-Sunny-0.21/t/TestSchema.pm
DBIx-Sunny-0.21/xt
DBIx-Sunny-0.21/xt/01_podspell.t
DBIx-Sunny-0.21/xt/02_perlcritic.t
DBIx-Sunny-0.21/xt/03_pod.t
DBIx-Sunny-0.21/xt/04_minimum_version.t
DBIx-Sunny-0.21/xt/05_cpan_meta.t
DBIx-Sunny-0.21/xt/06_meta_author.t
DBIx-Sunny-0.21/xt/07_mysql.t
Entering DBIx-Sunny-0.21
Checking configure dependencies from META.json
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 DBIx-Sunny-0.21 ... Created MYMETA.yml and MYMETA.json
Creating new 'Build' script for 'DBIx-Sunny' version '0.21'
Checking dependencies from MYMETA.json ...
Checking if you have DBIx::TransactionManager 0 ... Yes (1.13)
Checking if you have Capture::Tiny 0 ... Yes (0.40)
Checking if you have DBI 1.615 ... Yes (1.636)
Checking if you have Test::More 0.98 ... Yes (1.302078)
Checking if you have Class::Accessor::Lite 0.05 ... Yes (0.08)
Checking if you have Scalar::Util 0 ... Yes (1.47)
Checking if you have Test::Requires 0 ... Yes (0.10)
Checking if you have parent 0 ... Yes (0.236)
Checking if you have DBD::SQLite 1.31 ... Yes (1.54)
Checking if you have Data::Validator 0 ... Yes (1.07)
Checking if you have Test::TCP 0 ... Yes (2.17)
Checking if you have Class::Data::Inheritable 0 ... Yes (0.08)
OK
Building and testing DBIx-Sunny-0.21 ... Building DBIx-Sunny
t/00_compile.t ......... ok
# Failed test at t/01_basic.t line 40.
# 'DBD::SQLite::db prepare failed: table bar has no column named e at /home/ryan/.cpanm/work/1493332658.15389/DBIx-Sunny-0.21/blib/lib/DBIx/Sunny.pm line 94.
# '
# doesn't match '(?^:for Statement)'
# Failed test at t/01_basic.t line 41.
# 'DBD::SQLite::db prepare failed: table bar has no column named e at /home/ryan/.cpanm/work/1493332658.15389/DBIx-Sunny-0.21/blib/lib/DBIx/Sunny.pm line 94.
# '
# doesn't match '(?^:/\* .+ line \d+ \*/)'
# Failed test at t/01_basic.t line 49.
# 'DBD::SQLite::db selectall_arrayref failed: no such column: e at t/01_basic.t line 46.
# '
# doesn't match '(?^:for Statement)'
# Failed test at t/01_basic.t line 50.
# 'DBD::SQLite::db selectall_arrayref failed: no such column: e at t/01_basic.t line 46.
# '
# doesn't match '(?^:/\* .+ line \d+ \*/)'
# Failed test at t/01_basic.t line 49.
# 'DBD::SQLite::db selectrow_arrayref failed: no such column: e at t/01_basic.t line 46.
# '
# doesn't match '(?^:for Statement)'
# Failed test at t/01_basic.t line 50.
# 'DBD::SQLite::db selectrow_arrayref failed: no such column: e at t/01_basic.t line 46.
# '
# doesn't match '(?^:/\* .+ line \d+ \*/)'
# Failed test at t/01_basic.t line 49.
# 'DBD::SQLite::db selectrow_array failed: no such column: e at t/01_basic.t line 46.
# '
# doesn't match '(?^:for Statement)'
# Failed test at t/01_basic.t line 50.
# 'DBD::SQLite::db selectrow_array failed: no such column: e at t/01_basic.t line 46.
# '
# doesn't match '(?^:/\* .+ line \d+ \*/)'
# Looks like you failed 8 tests of 25.
t/01_basic.t ...........
Dubious, test returned 8 (wstat 2048, 0x800)
Failed 8/25 subtests
# Failed test at t/02_rootclass.t line 40.
# 'DBD::SQLite::db prepare failed: table bar has no column named e at /home/ryan/.cpanm/work/1493332658.15389/DBIx-Sunny-0.21/blib/lib/DBIx/Sunny.pm line 94.
# '
# doesn't match '(?^:for Statement)'
# Failed test at t/02_rootclass.t line 41.
# 'DBD::SQLite::db prepare failed: table bar has no column named e at /home/ryan/.cpanm/work/1493332658.15389/DBIx-Sunny-0.21/blib/lib/DBIx/Sunny.pm line 94.
# '
# doesn't match '(?^:/\* .+ line \d+ \*/)'
# Failed test at t/02_rootclass.t line 49.
# 'DBD::SQLite::db selectall_arrayref failed: no such column: e at t/02_rootclass.t line 46.
# '
# doesn't match '(?^:for Statement)'
# Failed test at t/02_rootclass.t line 50.
# 'DBD::SQLite::db selectall_arrayref failed: no such column: e at t/02_rootclass.t line 46.
# '
# doesn't match '(?^:/\* .+ line \d+ \*/)'
# Failed test at t/02_rootclass.t line 49.
# 'DBD::SQLite::db selectrow_arrayref failed: no such column: e at t/02_rootclass.t line 46.
# '
# doesn't match '(?^:for Statement)'
# Failed test at t/02_rootclass.t line 50.
# 'DBD::SQLite::db selectrow_arrayref failed: no such column: e at t/02_rootclass.t line 46.
# '
# doesn't match '(?^:/\* .+ line \d+ \*/)'
# Failed test at t/02_rootclass.t line 49.
# 'DBD::SQLite::db selectrow_array failed: no such column: e at t/02_rootclass.t line 46.
# '
# doesn't match '(?^:for Statement)'
# Failed test at t/02_rootclass.t line 50.
# 'DBD::SQLite::db selectrow_array failed: no such column: e at t/02_rootclass.t line 46.
# '
# doesn't match '(?^:/\* .+ line \d+ \*/)'
# Looks like you failed 8 tests of 23.
t/02_rootclass.t .......
Dubious, test returned 8 (wstat 2048, 0x800)
Failed 8/23 subtests
Transaction was aborted without calling an explicit commit or rollback. (Guard created at t/03_txn.t line 23) at /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/DBIx/TransactionManager.pm line 115.
t/03_txn.t ............. ok
t/schema_00_compile.t .. ok
t/schema_01_basic.t .... ok
Transaction was aborted without calling an explicit commit or rollback. (Guard created at t/schema_03_txn.t line 15) at /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/DBIx/TransactionManager.pm line 115.
t/schema_03_txn.t ...... ok
t/scheme_02_args.t ..... ok
Test Summary Report
-------------------
t/01_basic.t (Wstat: 2048 Tests: 25 Failed: 8)
Failed tests: 12-13, 15-16, 18-19, 21-22
Non-zero exit status: 8
t/02_rootclass.t (Wstat: 2048 Tests: 23 Failed: 8)
Failed tests: 12-13, 15-16, 18-19, 21-22
Non-zero exit status: 8
Files=8, Tests=80, 1 wallclock secs ( 0.03 usr 0.00 sys + 0.34 cusr 0.01 csys = 0.38 CPU)
Result: FAIL
Failed 2/8 test programs. 16/80 subtests failed.
! Installing DBIx::Sunny::Schema failed. See /home/ryan/.cpanm/work/1493332658.15389/build.log for details. Retry with --force to force install it.
FAIL
Command [cpanm --reinstall --verbose DBIx::Sunny::Schema] 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