cpantestlogs/SQL::Interpolate::Literal_genfailure.log
2017-05-02 18:44:36 -07:00

251 lines
9.7 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/1493168100.29612
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 SQL::Interpolate::Literal () on cpanmetadb ...
Unpacking SQL-Interpolate-0.31.tar.gz
--> Working on SQL::Interpolate::Literal
Fetching http://www.cpan.org/authors/id/D/DM/DMANURA/SQL-Interpolate-0.31.tar.gz ... OK
SQL-Interpolate-0.31/
SQL-Interpolate-0.31/t/
SQL-Interpolate-0.31/t/macro.t
SQL-Interpolate-0.31/t/lib/
SQL-Interpolate-0.31/t/lib/DBD/
SQL-Interpolate-0.31/t/lib/DBD/Mock.pm
SQL-Interpolate-0.31/t/dbi_filter.t
SQL-Interpolate-0.31/t/dbi_interp.t
SQL-Interpolate-0.31/t/lib.pl
SQL-Interpolate-0.31/t/dbi.t
SQL-Interpolate-0.31/t/sql_interp.t
SQL-Interpolate-0.31/t/filter.t
SQL-Interpolate-0.31/Changes
SQL-Interpolate-0.31/MANIFEST
SQL-Interpolate-0.31/META.yml
SQL-Interpolate-0.31/ex/
SQL-Interpolate-0.31/ex/nofilter.pl
SQL-Interpolate-0.31/ex/orders.pl
SQL-Interpolate-0.31/ex/dbi.pl
SQL-Interpolate-0.31/ex/filter.pl
SQL-Interpolate-0.31/lib/
SQL-Interpolate-0.31/lib/SQL/
SQL-Interpolate-0.31/lib/SQL/Interpolate.pm
SQL-Interpolate-0.31/lib/SQL/Interpolate/
SQL-Interpolate-0.31/lib/SQL/Interpolate/Macro.pm
SQL-Interpolate-0.31/lib/SQL/Interpolate/Filter.pm
SQL-Interpolate-0.31/lib/DBIx/
SQL-Interpolate-0.31/lib/DBIx/Interpolate.pm
SQL-Interpolate-0.31/Makefile.PL
SQL-Interpolate-0.31/Build.PL
SQL-Interpolate-0.31/README
Entering SQL-Interpolate-0.31
Checking configure dependencies from META.yml
Checking if you have ExtUtils::Install 1.46 ... Yes (2.04)
Checking if you have Module::Build 0.38 ... Yes (0.4222)
Running Build.PL
Configuring SQL-Interpolate-0.31 ... Created MYMETA.yml and MYMETA.json
Creating new 'Build' script for 'SQL-Interpolate' version '0.31'
Checking dependencies from MYMETA.json ...
OK
Building and testing SQL-Interpolate-0.31 ... Building SQL-Interpolate
t/dbi.t ......... ok
t/dbi_filter.t .. ok
t/dbi_interp.t .. ok
# Failed test 'INSERT inline hashref'
# at t/filter.t line 59.
# got: '[ 'INSERT INTO mytable ', { 'two' => 2, 'one' => 1 } ]'
# expected: '[ 'INSERT INTO mytable ', { 'one' => 1, 'two' => 2 } ]'
# Looks like you failed 1 test of 17.
t/filter.t ......
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/17 subtests
t/macro.t ....... ok
# Failed test 'INSERT hashref of sql_var types, sql_literal'
# at t/lib.pl line 34.
# Structures begin differing at:
# $got->[0] = 'INSERT INTO mytable (one, three, two) VALUES(?, 3, ?)'
# $expected->[0] = 'INSERT INTO mytable (three, one, two) VALUES(3, ?, ?)'
# Failed test 'INSERT hashref of sql_var types, sql_literal OO'
# at t/lib.pl line 34.
# Structures begin differing at:
# $got->[0] = 'INSERT INTO mytable (one, three, two) VALUES(?, 3, ?)'
# $expected->[0] = 'INSERT INTO mytable (three, one, two) VALUES(3, ?, ?)'
# Failed test 'INSERT hashref of sql_var types, sql_literal closure'
# at t/lib.pl line 34.
# Structures begin differing at:
# $got->[0] = 'INSERT INTO mytable (one, three, two) VALUES(?, 3, ?)'
# $expected->[0] = 'INSERT INTO mytable (three, one, two) VALUES(3, ?, ?)'
# Failed test 'INSERT hashref of sql_var types, sql_literal closure2'
# at t/lib.pl line 34.
# Structures begin differing at:
# $got->[0] = 'INSERT INTO mytable (one, three, two) VALUES(?, 3, ?)'
# $expected->[0] = 'INSERT INTO mytable (three, one, two) VALUES(3, ?, ?)'
# Failed test 'INSERT hashref with macro'
# at t/lib.pl line 34.
# Structures begin differing at:
# $got->[0] = 'INSERT INTO mytable (two, one) VALUES( ? * ?, ?)'
# $expected->[0] = 'INSERT INTO mytable (one, two) VALUES(?, ? * ?)'
# Failed test 'INSERT hashref with macro OO'
# at t/lib.pl line 34.
# Structures begin differing at:
# $got->[0] = 'INSERT INTO mytable (two, one) VALUES( ? * ?, ?)'
# $expected->[0] = 'INSERT INTO mytable (one, two) VALUES(?, ? * ?)'
# Failed test 'INSERT hashref with macro closure'
# at t/lib.pl line 34.
# Structures begin differing at:
# $got->[0] = 'INSERT INTO mytable (two, one) VALUES( ? * ?, ?)'
# $expected->[0] = 'INSERT INTO mytable (one, two) VALUES(?, ? * ?)'
# Failed test 'INSERT hashref with macro closure2'
# at t/lib.pl line 34.
# Structures begin differing at:
# $got->[0] = 'INSERT INTO mytable (two, one) VALUES( ? * ?, ?)'
# $expected->[0] = 'INSERT INTO mytable (one, two) VALUES(?, ? * ?)'
# Failed test 'SET hashref of sql_var types, sql_literal'
# at t/lib.pl line 34.
# Structures begin differing at:
# $got->[0] = 'UPDATE mytable SET one=?, three=3, two= ?'
# $expected->[0] = 'UPDATE mytable SET three=3, one=?, two= ?'
# Failed test 'SET hashref of sql_var types, sql_literal OO'
# at t/lib.pl line 34.
# Structures begin differing at:
# $got->[0] = 'UPDATE mytable SET one=?, three=3, two= ?'
# $expected->[0] = 'UPDATE mytable SET three=3, one=?, two= ?'
# Failed test 'SET hashref of sql_var types, sql_literal closure'
# at t/lib.pl line 34.
# Structures begin differing at:
# $got->[0] = 'UPDATE mytable SET one=?, three=3, two= ?'
# $expected->[0] = 'UPDATE mytable SET three=3, one=?, two= ?'
# Failed test 'SET hashref of sql_var types, sql_literal closure2'
# at t/lib.pl line 34.
# Structures begin differing at:
# $got->[0] = 'UPDATE mytable SET one=?, three=3, two= ?'
# $expected->[0] = 'UPDATE mytable SET three=3, one=?, two= ?'
# Failed test 'WHERE hashref sql_literal'
# at t/lib.pl line 34.
# Structures begin differing at:
# $got->[0] = 'WHERE (x=? AND y=2)'
# $expected->[0] = 'WHERE (y=2 AND x=?)'
# Failed test 'WHERE hashref sql_literal OO'
# at t/lib.pl line 34.
# Structures begin differing at:
# $got->[0] = 'WHERE (x=? AND y=2)'
# $expected->[0] = 'WHERE (y=2 AND x=?)'
# Failed test 'WHERE hashref sql_literal closure'
# at t/lib.pl line 34.
# Structures begin differing at:
# $got->[0] = 'WHERE (x=? AND y=2)'
# $expected->[0] = 'WHERE (y=2 AND x=?)'
# Failed test 'WHERE hashref sql_literal closure2'
# at t/lib.pl line 34.
# Structures begin differing at:
# $got->[0] = 'WHERE (x=? AND y=2)'
# $expected->[0] = 'WHERE (y=2 AND x=?)'
# Failed test 'WHERE hashref of \$x, sql_var typed'
# at t/lib.pl line 34.
# Structures begin differing at:
# $got->[0] = 'WHERE (x=? AND y= ?) AND z= ?'
# $expected->[0] = 'WHERE (y= ? AND x=?) AND z= ?'
# Failed test 'WHERE hashref of \$x, sql_var typed OO'
# at t/lib.pl line 34.
# Structures begin differing at:
# $got->[0] = 'WHERE (x=? AND y= ?) AND z= ?'
# $expected->[0] = 'WHERE (y= ? AND x=?) AND z= ?'
# Failed test 'WHERE hashref of \$x, sql_var typed closure'
# at t/lib.pl line 34.
# Structures begin differing at:
# $got->[0] = 'WHERE (x=? AND y= ?) AND z= ?'
# $expected->[0] = 'WHERE (y= ? AND x=?) AND z= ?'
# Failed test 'WHERE hashref of \$x, sql_var typed closure2'
# at t/lib.pl line 34.
# Structures begin differing at:
# $got->[0] = 'WHERE (x=? AND y= ?) AND z= ?'
# $expected->[0] = 'WHERE (y= ? AND x=?) AND z= ?'
# Failed test 'WHERE hashref of \$x, sql_literal'
# at t/lib.pl line 34.
# Structures begin differing at:
# $got->[0] = 'WHERE (x=? AND y=z)'
# $expected->[0] = 'WHERE (y=z AND x=?)'
# Failed test 'WHERE hashref of \$x, sql_literal OO'
# at t/lib.pl line 34.
# Structures begin differing at:
# $got->[0] = 'WHERE (x=? AND y=z)'
# $expected->[0] = 'WHERE (y=z AND x=?)'
# Failed test 'WHERE hashref of \$x, sql_literal closure'
# at t/lib.pl line 34.
# Structures begin differing at:
# $got->[0] = 'WHERE (x=? AND y=z)'
# $expected->[0] = 'WHERE (y=z AND x=?)'
# Failed test 'WHERE hashref of \$x, sql_literal closure2'
# at t/lib.pl line 34.
# Structures begin differing at:
# $got->[0] = 'WHERE (x=? AND y=z)'
# $expected->[0] = 'WHERE (y=z AND x=?)'
# Looks like you failed 24 tests of 135.
t/sql_interp.t ..
Dubious, test returned 24 (wstat 6144, 0x1800)
Failed 24/135 subtests
Test Summary Report
-------------------
t/filter.t (Wstat: 256 Tests: 17 Failed: 1)
Failed test: 12
Non-zero exit status: 1
t/sql_interp.t (Wstat: 6144 Tests: 135 Failed: 24)
Failed tests: 38-45, 90-93, 102-105, 122-125, 130-133
Non-zero exit status: 24
Files=6, Tests=213, 0 wallclock secs ( 0.02 usr 0.02 sys + 0.24 cusr 0.00 csys = 0.28 CPU)
Result: FAIL
Failed 2/6 test programs. 25/213 subtests failed.
! Installing SQL::Interpolate::Literal failed. See /home/ryan/.cpanm/work/1493168100.29612/build.log for details. Retry with --force to force install it.
FAIL
Command [cpanm --reinstall --verbose SQL::Interpolate::Literal] 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