This distribution has been tested as part of the cpan-testers effort to test as many new uploads to CPAN as possible. See http://testers.cpan.org/
Please cc any replies to [email protected] to keep other test volunteers informed and to prevent any duplicate effort. -- Dear Jesse Vincent, This is a computer-generated test report for Jifty-DBI-0.41, created automatically by CPAN::Reporter, version 0.44, and sent to the CPAN Testers mailing list. If you have received this email directly, it is because the person testing your distribution chose to send a copy to your CPAN email address; there may be a delay before the official report is received and processed by CPAN Testers. Thank you for uploading your work to CPAN. However, it appears that there were some problems testing your distribution. Sections of this report: * Tester comments * Prerequisites * Environment and other context * Test output ------------------------------ TESTER COMMENTS ------------------------------ Additional comments from tester: [none provided] ------------------------------ PREREQUISITES ------------------------------ Prerequisite modules loaded: requires: Module Need Have -------------------------- ---- ------ Cache::Memcached 0 1.23 Cache::Simple::TimedExpiry 0.21 0.27 Class::Accessor::Fast 0 0.30 Class::Data::Inheritable 0 0.04 Class::ReturnValue 0.4 0.53 Clone 0 0.23 Data::Page 0 2.00 DateTime 0.34 0.35 DateTime::Format::ISO8601 0 0.06 DateTime::Format::Strptime 0 1.0700 DBD::SQLite 0 1.12 DBI 0 1.53 DBIx::DBSchema 0.29 0.33 Encode 2.1 2.12 Exporter::Lite 0 0.02 Hash::Merge 0 0.10 Lingua::EN::Inflect 0 1.89 Object::Declare 0.22 0.22 Scalar::Defer 0.1 0.10 Test::More 0.52 0.62 UNIVERSAL::require 0 0.10 version 0 0.7203 YAML::Syck 0 0.91 ------------------------------ ENVIRONMENT AND OTHER CONTEXT ------------------------------ Environment variables: LANG = en_US.UTF-8 PATH = /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11 PERL5LIB = PERL5_CPANPLUS_IS_RUNNING = 1 PERL5_CPAN_IS_RUNNING = 1 PERLDB_OPTS = RemotePort=todd:9000 SHELL = /usr/bin/zsh TERM = xterm Perl special variables (and OS-specific diagnostics, for MSWin32): Perl: $^X = /usr/bin/perl UID: $< = 0 EUID: $> = 0 GID: $( = 0 0 EGID: $) = 0 0 Perl module toolchain versions installed: Module Have ------------------- ------- CPAN 1.76_02 Cwd 3.12 ExtUtils::CBuilder 0.18 ExtUtils::Command 1.09 ExtUtils::Install 1.33 ExtUtils::MakeMaker 6.30_01 ExtUtils::Manifest 1.46 ExtUtils::ParseXS 2.18 File::Spec 3.12 Module::Build 0.26 Module::Signature 0.55 Test::Harness 2.56 Test::More 0.62 version 0.7203 ------------------------------ TEST OUTPUT ------------------------------ Output from '/usr/bin/make test': /usr/bin/perl "-Iinc" Makefile.PL --config= --installdeps=Cache::Simple::TimedExpiry,0.21,Class::ReturnValue,0.4,DateTime::Format::ISO8601,0,Exporter::Lite,0,Hash::Merge,0,Object::Declare,0.22,Scalar::Defer,0.1 PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/00.load.t t/01-version_checks.t t/01basics.t t/01records.t t/01searches.t t/02-column_constraints.t t/02records_cachable.t t/02records_object.t t/03rebless.t t/04memcached.t t/06filter.t t/06filter_datetime.t t/06filter_storable.t t/06filter_truncate.t t/06filter_utf8.t t/06filter_yaml.t t/10schema.t t/11schema_records.t t/12prefetch.t t/13collection.t t/14handle-pg.t t/15types.t t/16inheritance.t t/pod-coverage.t t/pod.t t/00.load..................ok 1/13 skipped: various reasons t/01-version_checks........ok t/01basics.................ok t/01records................ok 142/213 skipped: various reasons t/01searches...............ok 142/213 skipped: various reasons t/02-column_constraints....Did not supply value for mandatory column name at t/02-column_constraints.t line 40 TestApp::Employee=HASH(0x82e7284) failed a 'is_distinct' check for employee_num on 123 at /root/.cpan/build/Jifty-DBI-0.41-yR7Yxa/blib/lib/Jifty/DBI/Record.pm line 1121 Jifty::DBI::Record::__create('TestApp::Employee=HASH(0x82e7284)', 'name', 'Bar', 'employee_num', 123) called at /root/.cpan/build/Jifty-DBI-0.41-yR7Yxa/blib/lib/Jifty/DBI/Record.pm line 1077 Jifty::DBI::Record::create('TestApp::Employee=HASH(0x82e7284)', 'name', 'Bar', 'employee_num', 123) called at t/02-column_constraints.t line 46 ok 14/21 skipped: various reasons t/02records_cachable.......ok 70/105 skipped: various reasons t/02records_object.........ok 18/27 skipped: various reasons t/03rebless................ok 8/12 skipped: various reasons t/04memcached..............skipped all skipped: Memcached apparently not running t/06filter.................ok t/06filter_datetime........ok 36/54 skipped: various reasons t/06filter_storable........ok 18/27 skipped: various reasons t/06filter_truncate........ok 30/45 skipped: various reasons t/06filter_utf8............ok 48/72 skipped: various reasons t/06filter_yaml............ok 18/27 skipped: various reasons t/10schema.................DBIx::DBSchema::Table->unique method is deprecated; see ->indices at /usr/local/share/perl/5.8.8/DBIx/DBSchema.pm line 237 DBIx::DBSchema::Table->index method is deprecated; see ->indices at /usr/local/share/perl/5.8.8/DBIx/DBSchema.pm line 237 # Failed test 'got the right Address schema for SQLite' # at t/10schema.t line 73. # got: 'CREATE TABLE addresses ( id INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL , employee_id integer , name varchar DEFAULT 'Frank' , phone varchar ) ;' # expected: 'CREATE TABLE addresses ( id INTEGER PRIMARY KEY NOT NULL , employee_id integer , name varchar DEFAULT 'Frank' , phone varchar ) ;' WARNING: DBIx::DBSchema::ColGroup is deprecated; switch to DBIx::DBSchema::Index at /root/.cpan/build/Jifty-DBI-0.41-yR7Yxa/blib/lib/Jifty/DBI/SchemaGenerator.pm line 295 DBIx::DBSchema::Table->unique method is deprecated; see ->indices at /usr/local/share/perl/5.8.8/DBIx/DBSchema.pm line 237 DBIx::DBSchema::Table->index method is deprecated; see ->indices at /usr/local/share/perl/5.8.8/DBIx/DBSchema.pm line 237 DBIx::DBSchema::Table->unique method is deprecated; see ->indices at /usr/local/share/perl/5.8.8/DBIx/DBSchema.pm line 237 DBIx::DBSchema::Table->index method is deprecated; see ->indices at /usr/local/share/perl/5.8.8/DBIx/DBSchema.pm line 237 WARNING: DBIx::DBSchema::Table object for employees table has deprecated (non-named) indices DBIx::DBSchema::Table->index method is deprecated; see ->indices at /usr/local/share/perl/5.8.8/DBIx/DBSchema.pm line 237 # Failed test 'got the right Address+Employee schema for SQLite' # at t/10schema.t line 86. # got: 'CREATE TABLE addresses ( id INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL , employee_id integer , name varchar DEFAULT 'Frank' , phone varchar ) ; CREATE TABLE employees ( id INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL , dexterity integer , name varchar , label varchar , type varchar ) ; CREATE INDEX employees1 ON employees (name) ;' # expected: 'CREATE TABLE addresses ( id INTEGER PRIMARY KEY NOT NULL , employee_id integer , name varchar DEFAULT 'Frank' , phone varchar ) ; CREATE TABLE employees ( id INTEGER PRIMARY KEY NOT NULL , dexterity integer , name varchar , label varchar , type varchar ) ; CREATE INDEX employees1 ON employees (name) ;' DBIx::DBSchema::Table->unique method is deprecated; see ->indices at /usr/local/share/perl/5.8.8/DBIx/DBSchema.pm line 237 DBIx::DBSchema::Table->index method is deprecated; see ->indices at /usr/local/share/perl/5.8.8/DBIx/DBSchema.pm line 237 DBIx::DBSchema::Table->unique method is deprecated; see ->indices at /usr/local/share/perl/5.8.8/DBIx/DBSchema.pm line 237 DBIx::DBSchema::Table->index method is deprecated; see ->indices at /usr/local/share/perl/5.8.8/DBIx/DBSchema.pm line 237 WARNING: DBIx::DBSchema::Table object for employees table has deprecated (non-named) indices DBIx::DBSchema::Table->index method is deprecated; see ->indices at /usr/local/share/perl/5.8.8/DBIx/DBSchema.pm line 237 DBIx::DBSchema::Table->unique method is deprecated; see ->indices at /usr/local/share/perl/5.8.8/DBIx/DBSchema.pm line 237 DBIx::DBSchema::Table->index method is deprecated; see ->indices at /usr/local/share/perl/5.8.8/DBIx/DBSchema.pm line 237 DBIx::DBSchema::Table->unique method is deprecated; see ->indices at /usr/local/share/perl/5.8.8/DBIx/DBSchema.pm line 237 DBIx::DBSchema::Table->index method is deprecated; see ->indices at /usr/local/share/perl/5.8.8/DBIx/DBSchema.pm line 237 WARNING: DBIx::DBSchema::Table object for employees table has deprecated (non-named) indices DBIx::DBSchema::Table->index method is deprecated; see ->indices at /usr/local/share/perl/5.8.8/DBIx/DBSchema.pm line 237 DBIx::DBSchema::Table->unique method is deprecated; see ->indices at /usr/local/share/perl/5.8.8/DBIx/DBSchema.pm line 237 DBIx::DBSchema::Table->index method is deprecated; see ->indices at /usr/local/share/perl/5.8.8/DBIx/DBSchema.pm line 237 # Failed test 'got the right Address schema for SQLite version 0.2.0' # at t/10schema.t line 124. # got: 'CREATE TABLE addresses ( id INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL , employee_id integer , name varchar DEFAULT 'Frank' , phone varchar ) ;' # expected: 'CREATE TABLE addresses ( id INTEGER PRIMARY KEY NOT NULL , employee_id integer , name varchar DEFAULT 'Frank' , phone varchar ) ;' DBIx::DBSchema::Table->unique method is deprecated; see ->indices at /usr/local/share/perl/5.8.8/DBIx/DBSchema.pm line 237 DBIx::DBSchema::Table->index method is deprecated; see ->indices at /usr/local/share/perl/5.8.8/DBIx/DBSchema.pm line 237 # Failed test 'got the right Address schema for SQLite version 0.2.4' # at t/10schema.t line 124. # got: 'CREATE TABLE addresses ( id INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL , employee_id integer , name varchar DEFAULT 'Frank' , phone varchar , street varchar ) ;' # expected: 'CREATE TABLE addresses ( id INTEGER PRIMARY KEY NOT NULL , employee_id integer , name varchar DEFAULT 'Frank' , phone varchar , street varchar ) ;' DBIx::DBSchema::Table->unique method is deprecated; see ->indices at /usr/local/share/perl/5.8.8/DBIx/DBSchema.pm line 237 DBIx::DBSchema::Table->index method is deprecated; see ->indices at /usr/local/share/perl/5.8.8/DBIx/DBSchema.pm line 237 # Failed test 'got the right Address schema for SQLite version 0.2.6' # at t/10schema.t line 124. # got: 'CREATE TABLE addresses ( id INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL , employee_id integer , name varchar DEFAULT 'Frank' , phone varchar , street varchar ) ;' # expected: 'CREATE TABLE addresses ( id INTEGER PRIMARY KEY NOT NULL , employee_id integer , name varchar DEFAULT 'Frank' , phone varchar , street varchar ) ;' DBIx::DBSchema::Table->unique method is deprecated; see ->indices at /usr/local/share/perl/5.8.8/DBIx/DBSchema.pm line 237 DBIx::DBSchema::Table->index method is deprecated; see ->indices at /usr/local/share/perl/5.8.8/DBIx/DBSchema.pm line 237 # Failed test 'got the right Address schema for SQLite version 0.2.8' # at t/10schema.t line 124. # got: 'CREATE TABLE addresses ( id INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL , employee_id integer , name varchar DEFAULT 'Frank' , phone varchar ) ;' # expected: 'CREATE TABLE addresses ( id INTEGER PRIMARY KEY NOT NULL , employee_id integer , name varchar DEFAULT 'Frank' , phone varchar ) ;' DBIx::DBSchema::Table->unique method is deprecated; see ->indices at /usr/local/share/perl/5.8.8/DBIx/DBSchema.pm line 237 DBIx::DBSchema::Table->index method is deprecated; see ->indices at /usr/local/share/perl/5.8.8/DBIx/DBSchema.pm line 237 # Failed test 'got the right Address schema for SQLite version 0.2.9' # at t/10schema.t line 124. # got: 'CREATE TABLE addresses ( id INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL , employee_id integer , name varchar DEFAULT 'Frank' , phone varchar ) ;' # expected: 'CREATE TABLE addresses ( id INTEGER PRIMARY KEY NOT NULL , employee_id integer , name varchar DEFAULT 'Frank' , phone varchar ) ;' # Looks like you failed 7 tests of 147. dubious Test returned status 7 (wstat 1792, 0x700) DIED. FAILED tests 16, 20, 27, 33, 39, 45, 51 Failed 7/147 tests, 95.24% okay (less 96 skipped tests: 44 okay, 29.93%) t/11schema_records.........ok 134/201 skipped: various reasons t/12prefetch...............# loading phone 3 # loading phone 4 # loading phone 5 # loading phone 6 ok t/13collection.............ok t/14handle-pg..............ok t/15types..................ok 32/48 skipped: various reasons t/16inheritance............ok 34/51 skipped: various reasons t/pod-coverage.............ok t/pod......................ok Failed Test Stat Wstat Total Fail List of Failed ------------------------------------------------------------------------------- t/10schema.t 7 1792 147 7 16 20 27 33 39 45 51 1 test and 841 subtests skipped. Failed 1/25 test scripts. 7/1440 subtests failed. Files=25, Tests=1440, 14 wallclock secs ( 6.37 cusr + 0.79 csys = 7.16 CPU) Failed 1/25 test programs. 7/1440 subtests failed. make: *** [test_dynamic] Error 255 -- Summary of my perl5 (revision 5 version 8 subversion 8) configuration: Platform: osname=linux, osvers=2.6.15.7, archname=i486-linux-gnu-thread-multi uname='linux rothera 2.6.15.7 #1 smp sat sep 30 10:21:42 utc 2006 i686 gnulinux ' config_args='-Dusethreads -Duselargefiles -Dccflags=-DDEBIAN -Dcccdlflags=-fPIC -Darchname=i486-linux-gnu -Dprefix=/usr -Dprivlib=/usr/share/perl/5.8 -Darchlib=/usr/lib/perl/5.8 -Dvendorprefix=/usr -Dvendorlib=/usr/share/perl5 -Dvendorarch=/usr/lib/perl5 -Dsiteprefix=/usr/local -Dsitelib=/usr/local/share/perl/5.8.8 -Dsitearch=/usr/local/lib/perl/5.8.8 -Dman1dir=/usr/share/man/man1 -Dman3dir=/usr/share/man/man3 -Dsiteman1dir=/usr/local/man/man1 -Dsiteman3dir=/usr/local/man/man3 -Dman1ext=1 -Dman3ext=3perl -Dpager=/usr/bin/sensible-pager -Uafs -Ud_csh -Uusesfio -Uusenm -Duseshrplib -Dlibperl=libperl.so.5.8.8 -Dd_dosuid -des' 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=undef use64bitall=undef uselongdouble=undef usemymalloc=n, bincompat5005=undef Compiler: cc='cc', ccflags ='-D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBIAN -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64', optimize='-O2', cppflags='-D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBIAN -fno-strict-aliasing -pipe -I/usr/local/include' ccversion='', gccversion='4.1.2 (Ubuntu 4.1.2-0ubuntu4)', gccosandvers='' intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234 d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12 ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8 alignbytes=4, prototype=define Linker and Libraries: ld='cc', ldflags =' -L/usr/local/lib' libpth=/usr/local/lib /lib /usr/lib libs=-lgdbm -lgdbm_compat -ldb -ldl -lm -lpthread -lc -lcrypt perllibs=-ldl -lm -lpthread -lc -lcrypt libc=/lib/libc-2.5.so, so=so, useshrplib=true, libperl=libperl.so.5.8.8 gnulibc_version='2.5' Dynamic Linking: dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E' cccdlflags='-fPIC', lddlflags='-shared -L/usr/local/lib'
