Back
From: metabase:user:9820532a-708b-1014-9a05-b18a96298da1
Subject: FAIL DBIx-Class-0.06002 v5.8.9 GNU/Linux
Date: 2011-10-20T23:15:15Z
This distribution has been tested as part of the CPAN Testers
project, supporting the Perl programming language. See
http://wiki.cpantesters.org/ for more information or email
questions to cpan-testers-discuss@perl.org
--
Dear Simon Elliott,
This is a computer-generated report for DBIx-Class-0.06002
on perl 5.8.9, created by CPAN-Reporter-1.2002.
Thank you for uploading your work to CPAN. However, there was a problem
testing your distribution.
If you think this report is invalid, please consult the CPAN Testers Wiki
for suggestions on how to avoid getting FAIL reports for missing library
or binary dependencies, unsupported operating systems, and so on:
http://wiki.cpantesters.org/wiki/CPANAuthorNotes
Sections of this report:
* Tester comments
* Program output
* Prerequisites
* Environment and other context
------------------------------
TESTER COMMENTS
------------------------------
Additional comments from tester:
this report is from an automated smoke testing program
and was not reviewed by a human for accuracy
------------------------------
PROGRAM OUTPUT
------------------------------
Output from './Build test':
t/02pod.............................ok
t/04dont_break_c3...................ok
t/05components......................ok
t/18inserterror.....................ok
t/19quotes..........................
# Failed test 'Problem with ORDER BY quotes'
# at t/19quotes.t line 33.
# Looks like you failed 1 test of 7.
dubious
Test returned status 1 (wstat 256, 0x100)
DIED. FAILED test 4
Failed 1/7 tests, 85.71% okay
t/20setuperrors.....................ok
t/26dumper..........................skipped
all skipped: Set $ENV{DATA_DUMPER_TEST} to run this test
t/30dbicplain.......................ok
t/40resultsetmanager................ok
t/41orrible.........................ok
t/42toplimit........................ok
t/50fork............................skipped
all skipped: Set $ENV{DBICTEST_FORK_STRESS} to run this test
t/51threads.........................skipped
all skipped: Set $ENV{DBICTEST_THREAD_STRESS} to run this test
t/basicrels/01core..................ok
t/basicrels/04db....................
# Failed test 'columns_info_for - column data types'
# at t/run/04db.tl line 49.
# Structures begin differing at:
# $got->{artistid}{default_value} = undef
# $expected->{artistid}{default_value} = Does not exist
# Looks like you failed 1 test of 3.
dubious
Test returned status 1 (wstat 256, 0x100)
DIED. FAILED test 3
Failed 1/3 tests, 66.67% okay
t/basicrels/05multipk...............ok
t/basicrels/06relationship..........ok
1/26 skipped: various reasons
t/basicrels/07pager.................ok
t/basicrels/08inflate...............ok
t/basicrels/08inflate_has_a.........ok
t/basicrels/08inflate_serialize.....ok
t/basicrels/09update................ok
t/basicrels/10auto..................ok
t/basicrels/11mysql.................skipped
all skipped: Set $ENV{DBICTEST_MYSQL_DSN}, _USER and _PASS to run this test
t/basicrels/12pg....................skipped
all skipped: Set $ENV{DBICTEST_PG_DSN}, _USER and _PASS to run this test (note: creates and drops a table named artist!)
t/basicrels/13oracle................skipped
all skipped: Set $ENV{DBICTEST_ORA_DSN}, _USER and _PASS to run this test. Warning: This test drops and creates tables called 'artist', 'cd' and 'track'
t/basicrels/145db2..................skipped
all skipped: Set $ENV{DBICTEST_DB2_DSN}, _USER and _PASS to run this test
t/basicrels/14mssql.................skipped
all skipped: Set $ENV{DBICTEST_MSSQL_DSN}, _USER and _PASS to run this test
t/basicrels/15limit.................ok
t/basicrels/16joins.................
# Failed test 'join 1 ok'
# at t/run/16joins.tl line 37.
# got: 'person child JOIN person father ON father.person_id = child.father_id JOIN person mother ON mother.person_id = child.mother_id'
# expected: 'person child JOIN person father ON ( father.person_id = child.father_id ) JOIN person mother ON ( mother.person_id = child.mother_id )'
# Failed test 'join 2 ok'
# at t/run/16joins.tl line 53.
# got: 'person mother JOIN (person child JOIN person father ON father.person_id = child.father_id) ON mother.person_id = child.mother_id'
# expected: 'person mother JOIN (person child JOIN person father ON ( father.person_id = child.father_id )) ON ( mother.person_id = child.mother_id )'
# Failed test 'join 3 (inner join) ok'
# at t/run/16joins.tl line 65.
# got: 'person child INNER JOIN person father ON father.person_id = child.father_id INNER JOIN person mother ON mother.person_id = child.mother_id'
# expected: 'person child INNER JOIN person father ON ( father.person_id = child.father_id ) INNER JOIN person mother ON ( mother.person_id = child.mother_id )'
# Looks like you failed 3 tests of 42.
dubious
Test returned status 3 (wstat 768, 0x300)
DIED. FAILED tests 1-3
Failed 3/42 tests, 92.86% okay
t/basicrels/17join_count............ok
t/basicrels/18self_referencial......ok
t/basicrels/19uuid..................ok
t/basicrels/20unique................ok
t/basicrels/21transactions..........ok
t/basicrels/22cascade_copy..........ok
t/basicrels/23cache.................ok
t/basicrels/24serialize.............ok
t/basicrels/25utf8..................ok
t/cdbi-sweet-t/08pager..............ok
t/cdbi-t/01-columns.................ok
1/24 skipped: various reasons
t/cdbi-t/02-Film....................ok
5/96 skipped: various reasons
t/cdbi-t/03-subclassing.............ok
t/cdbi-t/04-lazy....................ok
t/cdbi-t/06-hasa....................ok
t/cdbi-t/09-has_many................ok
t/cdbi-t/11-triggers................mutiple trigger registration in one add_trigger() call is deprecated. at t/cdbi-t/11-triggers.t line 28
# Looks like your test exited with 2 before it could output anything.
dubious
Test returned status 2 (wstat 512, 0x200)
DIED. FAILED tests 1-13
Failed 13/13 tests, 0.00% okay
t/cdbi-t/12-filter..................ok
t/cdbi-t/13-constraint..............ok
2/23 skipped: various reasons
t/cdbi-t/14-might_have..............ok
t/cdbi-t/15-accessor................DBD::SQLite::db prepare_cached failed: no such column: sheep at /home/test/.cpan/build/DBIx-Class-0.06002-7Uvxug/blib/lib/DBIx/Class/Storage/DBI.pm line 587.
ok
t/cdbi-t/16-reserved................ok
t/cdbi-t/18-has_a...................Name "Ima::DBI::st::execute" used only once: possible typo at t/cdbi-t/18-has_a.t line 42.
ok
9/41 skipped: various reasons
t/cdbi-t/19-set_sql.................ok
t/cdbi-t/21-iterator................ok
t/cdbi-t/22-self_referential........ok
t/cdbi-t/30-pager...................ok
t/cdbi-t/98-failure.................ok
t/helperrels/01core.................ok
t/helperrels/04db...................
# Failed test 'columns_info_for - column data types'
# at t/run/04db.tl line 49.
# Structures begin differing at:
# $got->{artistid}{default_value} = undef
# $expected->{artistid}{default_value} = Does not exist
# Looks like you failed 1 test of 3.
dubious
Test returned status 1 (wstat 256, 0x100)
DIED. FAILED test 3
Failed 1/3 tests, 66.67% okay
t/helperrels/05multipk..............ok
t/helperrels/06relationship.........ok
1/26 skipped: various reasons
t/helperrels/07pager................ok
t/helperrels/08inflate..............ok
t/helperrels/08inflate_has_a........ok
t/helperrels/08inflate_serialize....ok
t/helperrels/09update...............ok
t/helperrels/10auto.................ok
t/helperrels/11mysql................skipped
all skipped: Set $ENV{DBICTEST_MYSQL_DSN}, _USER and _PASS to run this test
t/helperrels/12pg...................skipped
all skipped: Set $ENV{DBICTEST_PG_DSN}, _USER and _PASS to run this test (note: creates and drops a table named artist!)
t/helperrels/13oracle...............skipped
all skipped: Set $ENV{DBICTEST_ORA_DSN}, _USER and _PASS to run this test. Warning: This test drops and creates tables called 'artist', 'cd' and 'track'
t/helperrels/145db2.................skipped
all skipped: Set $ENV{DBICTEST_DB2_DSN}, _USER and _PASS to run this test
t/helperrels/14mssql................skipped
all skipped: Set $ENV{DBICTEST_MSSQL_DSN}, _USER and _PASS to run this test
t/helperrels/15limit................ok
t/helperrels/16joins................
# Failed test 'join 1 ok'
# at t/run/16joins.tl line 37.
# got: 'person child JOIN person father ON father.person_id = child.father_id JOIN person mother ON mother.person_id = child.mother_id'
# expected: 'person child JOIN person father ON ( father.person_id = child.father_id ) JOIN person mother ON ( mother.person_id = child.mother_id )'
# Failed test 'join 2 ok'
# at t/run/16joins.tl line 53.
# got: 'person mother JOIN (person child JOIN person father ON father.person_id = child.father_id) ON mother.person_id = child.mother_id'
# expected: 'person mother JOIN (person child JOIN person father ON ( father.person_id = child.father_id )) ON ( mother.person_id = child.mother_id )'
# Failed test 'join 3 (inner join) ok'
# at t/run/16joins.tl line 65.
# got: 'person child INNER JOIN person father ON father.person_id = child.father_id INNER JOIN person mother ON mother.person_id = child.mother_id'
# expected: 'person child INNER JOIN person father ON ( father.person_id = child.father_id ) INNER JOIN person mother ON ( mother.person_id = child.mother_id )'
# Looks like you failed 3 tests of 42.
dubious
Test returned status 3 (wstat 768, 0x300)
DIED. FAILED tests 1-3
Failed 3/42 tests, 92.86% okay
t/helperrels/17join_count...........ok
t/helperrels/18self_referencial.....ok
t/helperrels/19uuid.................ok
t/helperrels/20unique...............ok
t/helperrels/21transactions.........ok
t/helperrels/22cascade_copy.........ok
t/helperrels/23cache................ok
t/helperrels/24serialize............ok
t/helperrels/25utf8.................ok
t/helperrels/26sqlt.................ok
Failed Test Stat Wstat Total Fail List of Failed
-------------------------------------------------------------------------------
t/19quotes.t 1 256 7 1 4
t/basicrels/04db.t 1 256 3 1 3
t/basicrels/16joins.t 3 768 42 3 1-3
t/cdbi-t/11-triggers.t 2 512 13 26 1-13
t/helperrels/04db.t 1 256 3 1 3
t/helperrels/16joins.t 3 768 42 3 1-3
13 tests and 19 subtests skipped.
Failed 6/85 test scripts. 22/1138 subtests failed.
Files=85, Tests=1138, 36 wallclock secs (22.67 cusr + 3.29 csys = 25.96 CPU)
Failed 6/85 test programs. 22/1138 subtests failed.
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
requires:
Module Need Have
--------------------- ----- -------
Carp::Clan 0 6.04
Class::C3 0.11 0.23
Class::Data::Accessor 0.01 0.04004
Data::Page 2 2.02
DBI 1.4 1.616
Scalar::Util 0 1.23_03
SQL::Abstract 1.2 1.72
SQL::Abstract::Limit 0.101 0.141
Storable 0 2.30
build_requires:
Module Need Have
--------------------- ----- -------
DBD::SQLite 1.11 1.33
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
AUTOMATED_TESTING = 1
LANG = C
LC_ALL = C
PATH = /home/test/perl5/perlbrew/bin:/home/test/perl5/perlbrew/perls/perl-5.8.9-th-ld/bin:/home/test/bin:~/bin:/usr/bin:/bin
PATH_WITHOUT_PERLBREW = /home/test/bin:~/bin:/usr/bin:/bin
PERL5LIB =
PERL5OPT =
PERL5_CPANPLUS_IS_RUNNING = 28513
PERL5_CPAN_IS_RUNNING = 28513
PERL5_CPAN_IS_RUNNING_IN_RECURSION = 27336,28513
PERLBREW_BASHRC_VERSION = 0.30
PERLBREW_HOME = /home/test/.perlbrew
PERLBREW_PATH = /home/test/perl5/perlbrew/bin:/home/test/perl5/perlbrew/perls/perl-5.8.9-th-ld/bin
PERLBREW_PERL = perl-5.8.9-th-ld
PERLBREW_ROOT = /home/test/perl5/perlbrew
PERLBREW_VERSION = 0.30
PERL_CPANM_OPT = --prompt --mirror file:///mirrors/cpan/
PERL_CR_SMOKER_CURRENT = DBIx-Class-0.06002
PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
PERL_MM_USE_DEFAULT = 1
SHELL = /bin/bash
TERM = linux
Perl special variables (and OS-specific diagnostics, for MSWin32):
$^X = /home/test/perl5/perlbrew/perls/perl-5.8.9-th-ld/bin/perl
$UID/$EUID = 1001 / 1001
$GID = 1001 1001
$EGID = 1001 1001
Perl module toolchain versions installed:
Module Have
------------------- --------
CPAN 1.9800
CPAN::Meta 2.112621
Cwd 3.33
ExtUtils::CBuilder 0.280202
ExtUtils::Command 1.16
ExtUtils::Install 1.52
ExtUtils::MakeMaker 6.59
ExtUtils::Manifest 1.58
ExtUtils::ParseXS 3.05
File::Spec 3.33
JSON 2.53
JSON::PP 2.27104
Module::Build 0.3800
Module::Signature n/a
Parse::CPAN::Meta 1.4401
Test::Harness 2.64
Test::More 0.98
YAML 0.73
YAML::Syck 1.17
version 0.94
--
Summary of my perl5 (revision 5 version 8 subversion 9) configuration:
Platform:
osname=linux, osvers=2.6.35-28-generic, archname=x86_64-linux-thread-multi-ld
uname='linux zippy 2.6.35-28-generic #50-ubuntu smp fri mar 18 18:42:20 utc 2011 x86_64 gnulinux '
config_args='-de -Dprefix=/home/test/perl5/perlbrew/perls/perl-5.8.9-th-ld -Dusethreads -Duselongdouble'
hint=recommended, useposix=true, d_sigaction=define
usethreads=define use5005threads=undef useithreads=define usemultiplicity=define
useperlio=define d_sfio=undef uselargefiles=define usesocks=undef
use64bitint=define use64bitall=define uselongdouble=define
usemymalloc=n, bincompat5005=undef
Compiler:
cc='cc', ccflags ='-D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
optimize='-O2',
cppflags='-D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -I/usr/local/include'
ccversion='', gccversion='4.4.5', gccosandvers=''
intsize=4, longsize=8, ptrsize=8, doublesize=8, byteorder=12345678
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
ivtype='long', ivsize=8, nvtype='long double', nvsize=16, Off_t='off_t', lseeksize=8
alignbytes=16, prototype=define
Linker and Libraries:
ld='cc', ldflags =' -L/usr/local/lib'
libpth=/usr/local/lib /lib/../lib /usr/lib/../lib /lib /usr/lib /usr/lib/x86_64-linux-gnu /lib64 /usr/lib64
libs=-lnsl -ldl -lm -lcrypt -lutil -lpthread -lc
perllibs=-lnsl -ldl -lm -lcrypt -lutil -lpthread -lc
libc=/lib/libc-2.12.1.so, so=so, useshrplib=false, libperl=libperl.a
gnulibc_version='2.12.1'
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E'
cccdlflags='-fPIC', lddlflags='-shared -O2 -L/usr/local/lib'
Characteristics of this binary (from libperl):
Compile-time options: MULTIPLICITY PERL_IMPLICIT_CONTEXT PERL_MALLOC_WRAP
USE_64_BIT_ALL USE_64_BIT_INT USE_FAST_STDIO
USE_ITHREADS USE_LARGE_FILES USE_LONG_DOUBLE
USE_PERLIO USE_REENTRANT_API
Built under linux
Compiled at Oct 17 2011 10:24:42
%ENV:
PERL5LIB=""
PERL5OPT=""
PERL5_CPANPLUS_IS_RUNNING="28513"
PERL5_CPAN_IS_RUNNING="28513"
PERL5_CPAN_IS_RUNNING_IN_RECURSION="27336,28513"
PERLBREW_BASHRC_VERSION="0.30"
PERLBREW_HOME="/home/test/.perlbrew"
PERLBREW_PATH="/home/test/perl5/perlbrew/bin:/home/test/perl5/perlbrew/perls/perl-5.8.9-th-ld/bin"
PERLBREW_PERL="perl-5.8.9-th-ld"
PERLBREW_ROOT="/home/test/perl5/perlbrew"
PERLBREW_VERSION="0.30"
PERL_CPANM_OPT="--prompt --mirror file:///mirrors/cpan/"
PERL_CR_SMOKER_CURRENT="DBIx-Class-0.06002"
PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
PERL_MM_USE_DEFAULT="1"
@INC:
/home/test/perl5/perlbrew/perls/perl-5.8.9-th-ld/lib/5.8.9/x86_64-linux-thread-multi-ld
/home/test/perl5/perlbrew/perls/perl-5.8.9-th-ld/lib/5.8.9
/home/test/perl5/perlbrew/perls/perl-5.8.9-th-ld/lib/site_perl/5.8.9/x86_64-linux-thread-multi-ld
/home/test/perl5/perlbrew/perls/perl-5.8.9-th-ld/lib/site_perl/5.8.9
.