Package: libdbix-class-perl Version: 0.08010-2 Severity: serious User: [EMAIL PROTECTED] Usertags: qa-ftbfs-20080710 qa-ftbfs Justification: FTBFS on i386
Hi, During a rebuild of all packages in sid, your package failed to build on i386. Relevant part: > make[1]: Entering directory > `/build/user-libdbix-class-perl_0.08010-2-amd64-Xx8onm/libdbix-class-perl-0.08010-2' > PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" > "test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/*.t t/*/*.t > t/02pod....................................ok > t/03podcoverage............................skipped > all skipped: set TEST_POD to enable this test > t/04dont_break_c3..........................ok > t/05components.............................ok > t/100populate..............................ok > t/101populate_rs...........................ok > t/18inserterror............................Name "DBD::SQLite::sqlite_version" > used only once: possible typo at /usr/lib/perl/5.10/DynaLoader.pm line 219. > ok > t/19quotes.................................Name "DBD::SQLite::sqlite_version" > used only once: possible typo at /usr/lib/perl/5.10/DynaLoader.pm line 219. > # Testing against SQLite 3.5.9 > > # Failed test 'got correct SQL for count query with quoting' > # at t/19quotes.t line 38. > # 'SELECT COUNT( * ) FROM cd me JOIN artist artist ON ( > artist.artistid = me.artist ) WHERE ( artist.name = ? AND me.year = ? ): > 'Caterwauler McCrae', '2001' > # ' > # doesn't match '(?-xism:SELECT\ COUNT\(\ \*\ \)\ FROM\ \`cd\`\ \`me\`\ \ > JOIN\ \`artist\`\ \`artist\`\ ON\ \(\ \`artist\`\.\`artistid\`\ \=\ > \`me\`\.\`artist\`\ \)\ WHERE\ \(\ \`artist\`\.\`name\`\ \=\ \?\ AND\ > \`me\`\.\`year\`\ \=\ \?\ \))' > > # Failed test 'quoted ORDER BY with DESC (should use a scalarref anyway)' > # at t/19quotes.t line 44. > # 'SELECT me.cdid, me.artist, me.title, me.year FROM cd me > ORDER BY year DESC: > # ' > # doesn't match '(?-xism:ORDER BY `year\ DESC`)' > > # Failed test 'quoted table names for UPDATE' > # at t/19quotes.t line 68. > # got: 'UPDATE group SET name = ?, order = ?' > # expected: 'UPDATE `group` SET `name` = ?, `order` = ?' > # Looks like you failed 3 tests of 6. > dubious > Test returned status 3 (wstat 768, 0x300) > DIED. FAILED tests 2-3, 6 > Failed 3/6 tests, 50.00% okay > t/19quotes_newstyle........................Name "DBD::SQLite::sqlite_version" > used only once: possible typo at /usr/lib/perl/5.10/DynaLoader.pm line 219. > # Testing against SQLite 3.5.9 > > # Failed test 'quoted ORDER BY with DESC (should use a scalarref anyway)' > # at t/19quotes_newstyle.t line 49. > # 'SELECT `me`.`cdid`, `me`.`artist`, `me`.`title`, > `me`.`year` FROM `cd` `me` ORDER BY `year` DESC: > # ' > # doesn't match '(?-xism:ORDER BY `year\ DESC`)' > # Looks like you failed 1 test of 6. > dubious > Test returned status 1 (wstat 256, 0x100) > DIED. FAILED test 3 > Failed 1/6 tests, 83.33% okay > t/20setuperrors............................ok > t/26dumper.................................skipped > all skipped: Set $ENV{DATA_DUMPER_TEST} to run this test > t/30dbicplain..............................ok > t/31stats..................................Name "DBD::SQLite::sqlite_version" > used only once: possible typo at /usr/lib/perl/5.10/DynaLoader.pm line 219. > ok > t/32connect_code_ref.......................DBI::db=HASH(0x885e138)->disconnect > invalidates 22 active statement handles (either destroy statement handles or > call finish on them before disconnecting) at > /build/user-libdbix-class-perl_0.08010-2-amd64-Xx8onm/libdbix-class-perl-0.08010-2/blib/lib/DBIx/Class/Storage/DBI.pm > line 691. > closing dbh with active statement handles at > /build/user-libdbix-class-perl_0.08010-2-amd64-Xx8onm/libdbix-class-perl-0.08010-2/blib/lib/DBIx/Class/Storage/DBI.pm > line 691. > ok > t/33storage_reconnect......................DBI::db=HASH(0x8869378)->disconnect > invalidates 22 active statement handles (either destroy statement handles or > call finish on them before disconnecting) at t/33storage_reconnect.t line 23. > closing dbh with active statement handles at t/33storage_reconnect.t line 23. > DBI connect('t/var/DBIxClass.db','',...) failed: unable to open database > file(1) at dbdimp.c line 94 at > /build/user-libdbix-class-perl_0.08010-2-amd64-Xx8onm/libdbix-class-perl-0.08010-2/blib/lib/DBIx/Class/Storage/DBI.pm > line 839 > ok > t/34exception_action.......................ok > t/35disable_sth_caching....................ok > t/36datetime...............................ok > t/39load_namespaces_1......................ok > t/39load_namespaces_2......................ok > t/39load_namespaces_3......................ok > t/39load_namespaces_4......................ok > t/40resultsetmanager.......................ok > t/41orrible................................Use of uninitialized value $_ in > substitution (s///) at /usr/share/perl5/SQL/Abstract.pm line 805. > Use of uninitialized value $_ in substitution (s///) at > /usr/share/perl5/SQL/Abstract.pm line 806. > Use of uninitialized value $_ in substitution (s///) at > /usr/share/perl5/SQL/Abstract.pm line 805. > Use of uninitialized value $_ in substitution (s///) at > /usr/share/perl5/SQL/Abstract.pm line 806. > Use of uninitialized value $_ in substitution (s///) at > /usr/share/perl5/SQL/Abstract.pm line 805. > Use of uninitialized value $_ in substitution (s///) at > /usr/share/perl5/SQL/Abstract.pm line 806. > Use of uninitialized value $_ in substitution (s///) at > /usr/share/perl5/SQL/Abstract.pm line 805. > Use of uninitialized value $_ in substitution (s///) at > /usr/share/perl5/SQL/Abstract.pm line 806. > ok > t/42toplimit...............................ok > t/46where_attribute........................ok > t/47bind_attribute.........................Name "DBD::SQLite::sqlite_version" > used only once: possible typo at /usr/lib/perl/5.10/DynaLoader.pm line 219. > Use of uninitialized value in subroutine entry at > /build/user-libdbix-class-perl_0.08010-2-amd64-Xx8onm/libdbix-class-perl-0.08010-2/blib/lib/DBIx/Class/Storage/DBI.pm > line 1003. > 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/52cycle..................................skipped > all skipped: leak test needs Test::Memory::Cycle > t/53delete_related.........................ok > t/54taint..................................ok > t/55storage_stress.........................skipped > all skipped: Set $ENV{DBICTEST_STORAGE_STRESS} to run this test (it > is very resource intensive!) > t/60core...................................Use of uninitialized value $_ in > substitution (s///) at /usr/share/perl5/SQL/Abstract.pm line 805. > Use of uninitialized value $_ in substitution (s///) at > /usr/share/perl5/SQL/Abstract.pm line 806. > # DBICTest::Event > ok > t/61findnot................................ok > t/63register_class.........................ok > t/64db.....................................Use of uninitialized value $_ in > substitution (s///) at /usr/share/perl5/SQL/Abstract.pm line 805. > Use of uninitialized value $_ in substitution (s///) at > /usr/share/perl5/SQL/Abstract.pm line 806. > ok > t/65multipk................................ok > t/66relationship...........................ok > 1/62 skipped: various reasons > t/67pager..................................ok > t/68inflate................................ok > t/68inflate_has_a..........................ok > t/68inflate_resultclass_hashrefinflator....ok > t/68inflate_serialize......................ok > t/69update.................................Name "DBD::SQLite::sqlite_version" > used only once: possible typo at /usr/lib/perl/5.10/DynaLoader.pm line 219. > ok > t/70auto...................................ok > t/71mysql..................................skipped > all skipped: Set $ENV{DBICTEST_MYSQL_DSN}, _USER and _PASS to run > this test > t/72pg.....................................skipped > all skipped: Set $ENV{DBICTEST_PG_DSN}, _USER and _PASS to run this > test (note: creates and drops tables named artist and casecheck!) > t/73oracle.................................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/73oracle_inflate.........................skipped > all skipped: needs DateTime and DateTime::Format::Oracle for testing > t/745db2...................................skipped > all skipped: Set $ENV{DBICTEST_DB2_DSN}, _USER and _PASS to run this > test > t/746db2_400...............................skipped > all skipped: Set $ENV{DBICTEST_DB2_400_DSN}, _USER and _PASS to run > this test > t/746mssql.................................skipped > all skipped: Set $ENV{DBICTEST_MSSQL_ODBC_DSN}, _USER and _PASS to > run this test > t/74mssql..................................skipped > all skipped: Set $ENV{DBICTEST_MSSQL_DSN}, _USER and _PASS to run > this test > t/75limit..................................Name "DBD::SQLite::sqlite_version" > used only once: possible typo at /usr/lib/perl/5.10/DynaLoader.pm line 219. > ok > t/76joins..................................Name "DBD::SQLite::sqlite_version" > used only once: possible typo at /usr/lib/perl/5.10/DynaLoader.pm line 219. > ok > t/77join_count.............................ok > t/78self_referencial.......................ok > t/79aliasing...............................ok > t/80unique.................................ok > t/81transactions...........................Issuing rollback() for database > handle being DESTROY'd without explicit disconnect() at t/81transactions.t > line 232. > Issuing rollback() for database handle being DESTROY'd without explicit > disconnect() at t/81transactions.t line 264. > ok > 7/67 unexpectedly succeeded > TODO PASSED tests 55, 59, 61-65 > > t/82cascade_copy...........................ok > t/83cache..................................ok > t/84serialize..............................ok > t/85utf8...................................ok > t/86might_have.............................ok > t/86sqlt...................................ok > t/87ordered................................ok > t/88result_set_column......................ok > t/89dbicadmin..............................ok > t/89inflate_datetime.......................ok > t/90ensure_class_loaded....................ok > t/90join_torture...........................ok > t/91debug..................................ok > t/91merge_attr.............................ok > t/92storage................................ok > t/92storage_on_connect_do..................ok > t/93nobindvars.............................skipped > all skipped: Set $ENV{DBICTEST_MYSQL_DSN}, _USER and _PASS to run > this test > t/93single_accessor_object.................ok > t/94pk_mutation............................ok > t/94versioning.............................Name "DBD::SQLite::sqlite_version" > used only once: possible typo at /usr/lib/perl/5.10/DynaLoader.pm line 219. > No previous version found, calling deploy to install this version. > Upgrade not possible, no upgrade file found > (t/var/DBICVersion-Schema-1.0-2.0-SQLite.sql) > Use of uninitialized value in subtraction (-) at > /usr/share/perl5/Parse/RecDescent.pm line 1873. > Use of uninitialized value in subtraction (-) at > /usr/share/perl5/Parse/RecDescent.pm line 1873. > Use of uninitialized value in subtraction (-) at > /usr/share/perl5/Parse/RecDescent.pm line 1873. > Use of uninitialized value in subtraction (-) at > /usr/share/perl5/Parse/RecDescent.pm line 1873. > Use of uninitialized value in subtraction (-) at > /usr/share/perl5/Parse/RecDescent.pm line 1873. > Use of uninitialized value in subtraction (-) at > /usr/share/perl5/Parse/RecDescent.pm line 1873. > Use of uninitialized value in subtraction (-) at > /usr/share/perl5/Parse/RecDescent.pm line 1873. > Use of uninitialized value in subtraction (-) at > /usr/share/perl5/Parse/RecDescent.pm line 1873. > Use of uninitialized value in subtraction (-) at > /usr/share/perl5/Parse/RecDescent.pm line 1873. > Use of uninitialized value in subtraction (-) at > /usr/share/perl5/Parse/RecDescent.pm line 1873. > Use of uninitialized value in subtraction (-) at > /usr/share/perl5/Parse/RecDescent.pm line 1873. > Use of uninitialized value in subtraction (-) at > /usr/share/perl5/Parse/RecDescent.pm line 1873. > Use of uninitialized value in subtraction (-) at > /usr/share/perl5/Parse/RecDescent.pm line 1873. > Use of uninitialized value in subtraction (-) at > /usr/share/perl5/Parse/RecDescent.pm line 1873. > Use of uninitialized value in subtraction (-) at > /usr/share/perl5/Parse/RecDescent.pm line 1873. > Use of uninitialized value in subtraction (-) at > /usr/share/perl5/Parse/RecDescent.pm line 1873. > Use of uninitialized value in subtraction (-) at > /usr/share/perl5/Parse/RecDescent.pm line 1873. > Use of uninitialized value in subtraction (-) at > /usr/share/perl5/Parse/RecDescent.pm line 1873. > Use of uninitialized value in subtraction (-) at > /usr/share/perl5/Parse/RecDescent.pm line 1873. > Use of uninitialized value in subtraction (-) at > /usr/share/perl5/Parse/RecDescent.pm line 1873. > Use of uninitialized value in subtraction (-) at > /usr/share/perl5/Parse/RecDescent.pm line 1873. > Use of uninitialized value in subtraction (-) at > /usr/share/perl5/Parse/RecDescent.pm line 1873. > Use of uninitialized value in subtraction (-) at > /usr/share/perl5/Parse/RecDescent.pm line 1873. > Use of uninitialized value in subtraction (-) at > /usr/share/perl5/Parse/RecDescent.pm line 1873. > Use of uninitialized value in subtraction (-) at > /usr/share/perl5/Parse/RecDescent.pm line 1873. > Use of uninitialized value in subtraction (-) at > /usr/share/perl5/Parse/RecDescent.pm line 1873. > Use of uninitialized value in subtraction (-) at > /usr/share/perl5/Parse/RecDescent.pm line 1873. > Use of uninitialized value in subtraction (-) at > /usr/share/perl5/Parse/RecDescent.pm line 1873. > Use of uninitialized value in subtraction (-) at > /usr/share/perl5/Parse/RecDescent.pm line 1873. > Use of uninitialized value in subtraction (-) at > /usr/share/perl5/Parse/RecDescent.pm line 1873. > Use of uninitialized value in subtraction (-) at > /usr/share/perl5/Parse/RecDescent.pm line 1873. > Use of uninitialized value in subtraction (-) at > /usr/share/perl5/Parse/RecDescent.pm line 1873. > Use of uninitialized value in subtraction (-) at > /usr/share/perl5/Parse/RecDescent.pm line 1873. > Use of uninitialized value in subtraction (-) at > /usr/share/perl5/Parse/RecDescent.pm line 1873. > Use of uninitialized value in subtraction (-) at > /usr/share/perl5/Parse/RecDescent.pm line 1873. > Use of uninitialized value in subtraction (-) at > /usr/share/perl5/Parse/RecDescent.pm line 1873. > Use of uninitialized value in subtraction (-) at > /usr/share/perl5/Parse/RecDescent.pm line 1873. > Use of uninitialized value in subtraction (-) at > /usr/share/perl5/Parse/RecDescent.pm line 1873. > Use of uninitialized value in subtraction (-) at > /usr/share/perl5/Parse/RecDescent.pm line 1873. > Use of uninitialized value in subtraction (-) at > /usr/share/perl5/Parse/RecDescent.pm line 1873. > Use of uninitialized value in subtraction (-) at > /usr/share/perl5/Parse/RecDescent.pm line 1873. > Use of uninitialized value in subtraction (-) at > /usr/share/perl5/Parse/RecDescent.pm line 1873. > Use of uninitialized value in subtraction (-) at > /usr/share/perl5/Parse/RecDescent.pm line 1873. > Use of uninitialized value in subtraction (-) at > /usr/share/perl5/Parse/RecDescent.pm line 1873. > Use of uninitialized value in subtraction (-) at > /usr/share/perl5/Parse/RecDescent.pm line 1873. > Use of uninitialized value in subtraction (-) at > /usr/share/perl5/Parse/RecDescent.pm line 1873. > Use of uninitialized value in subtraction (-) at > /usr/share/perl5/Parse/RecDescent.pm line 1873. > Use of uninitialized value in subtraction (-) at > /usr/share/perl5/Parse/RecDescent.pm line 1873. > Use of uninitialized value in subtraction (-) at > /usr/share/perl5/Parse/RecDescent.pm line 1873. > Use of uninitialized value in subtraction (-) at > /usr/share/perl5/Parse/RecDescent.pm line 1873. > Use of uninitialized value in subtraction (-) at > /usr/share/perl5/Parse/RecDescent.pm line 1873. > Use of uninitialized value in subtraction (-) at > /usr/share/perl5/Parse/RecDescent.pm line 1873. > Use of uninitialized value in subtraction (-) at > /usr/share/perl5/Parse/RecDescent.pm line 1873. > Use of uninitialized value in subtraction (-) at > /usr/share/perl5/Parse/RecDescent.pm line 1873. > Use of uninitialized value in subtraction (-) at > /usr/share/perl5/Parse/RecDescent.pm line 1873. > Use of uninitialized value in subtraction (-) at > /usr/share/perl5/Parse/RecDescent.pm line 1873. > Use of uninitialized value in subtraction (-) at > /usr/share/perl5/Parse/RecDescent.pm line 1873. > Use of uninitialized value in subtraction (-) at > /usr/share/perl5/Parse/RecDescent.pm line 1873. > Use of uninitialized value in subtraction (-) at > /usr/share/perl5/Parse/RecDescent.pm line 1873. > Use of uninitialized value in subtraction (-) at > /usr/share/perl5/Parse/RecDescent.pm line 1873. > Use of uninitialized value in subtraction (-) at > /usr/share/perl5/Parse/RecDescent.pm line 1873. > Use of uninitialized value in subtraction (-) at > /usr/share/perl5/Parse/RecDescent.pm line 1873. > Use of uninitialized value in subtraction (-) at > /usr/share/perl5/Parse/RecDescent.pm line 1873. > Use of uninitialized value in subtraction (-) at > /usr/share/perl5/Parse/RecDescent.pm line 1873. > Use of uninitialized value in subtraction (-) at > /usr/share/perl5/Parse/RecDescent.pm line 1873. > Use of uninitialized value in subtraction (-) at > /usr/share/perl5/Parse/RecDescent.pm line 1873. > Use of uninitialized value in subtraction (-) at > /usr/share/perl5/Parse/RecDescent.pm line 1873. > Use of uninitialized value in subtraction (-) at > /usr/share/perl5/Parse/RecDescent.pm line 1873. > Use of uninitialized value in subtraction (-) at > /usr/share/perl5/Parse/RecDescent.pm line 1873. > Use of uninitialized value in subtraction (-) at > /usr/share/perl5/Parse/RecDescent.pm line 1873. > Use of uninitialized value in subtraction (-) at > /usr/share/perl5/Parse/RecDescent.pm line 1873. > Use of uninitialized value in subtraction (-) at > /usr/share/perl5/Parse/RecDescent.pm line 1873. > Use of uninitialized value in subtraction (-) at > /usr/share/perl5/Parse/RecDescent.pm line 1873. > Use of uninitialized value in subtraction (-) at > /usr/share/perl5/Parse/RecDescent.pm line 1873. > Use of uninitialized value in subtraction (-) at > /usr/share/perl5/Parse/RecDescent.pm line 1873. > Use of uninitialized value in subtraction (-) at > /usr/share/perl5/Parse/RecDescent.pm line 1873. > Use of uninitialized value in subtraction (-) at > /usr/share/perl5/Parse/RecDescent.pm line 1873. > Use of uninitialized value in subtraction (-) at > /usr/share/perl5/Parse/RecDescent.pm line 1873. > Use of uninitialized value in subtraction (-) at > /usr/share/perl5/Parse/RecDescent.pm line 1873. > Use of uninitialized value in subtraction (-) at > /usr/share/perl5/Parse/RecDescent.pm line 1873. > Use of uninitialized value in subtraction (-) at > /usr/share/perl5/Parse/RecDescent.pm line 1873. > Use of uninitialized value in subtraction (-) at > /usr/share/perl5/Parse/RecDescent.pm line 1873. > Use of uninitialized value in subtraction (-) at > /usr/share/perl5/Parse/RecDescent.pm line 1873. > Use of uninitialized value in subtraction (-) at > /usr/share/perl5/Parse/RecDescent.pm line 1873. > Use of uninitialized value in subtraction (-) at > /usr/share/perl5/Parse/RecDescent.pm line 1873. > Use of uninitialized value in subtraction (-) at > /usr/share/perl5/Parse/RecDescent.pm line 1873. > Use of uninitialized value in subtraction (-) at > /usr/share/perl5/Parse/RecDescent.pm line 1873. > Diff: t/var/DBICVersion-Schema-1.0-2.0-SQLite.sql: SQLite, t/var, 2.0, 1.0 > Versions out of sync. This is 2.0, your database contains version 1.0, please > call upgrade on your Schema. > ok > t/95sql_maker_quote........................Name "DBD::SQLite::sqlite_version" > used only once: possible typo at /usr/lib/perl/5.10/DynaLoader.pm line 219. > > # Failed test 'got correct SQL for count query with quoting' > # at t/95sql_maker_quote.t line 54. > # got: 'SELECT COUNT( * ) FROM cd me JOIN artist artist ON ( > artist.artistid = me.artist ) WHERE ( artist.name = ? AND me.year = ? )' > # expected: 'SELECT COUNT( * ) FROM `cd` `me` JOIN `artist` `artist` ON > ( `artist`.`artistid` = `me`.`artist` ) WHERE ( `artist`.`name` = ? AND > `me`.`year` = ? )' > > # Failed test 'did not quote ORDER BY with scalarref' > # at t/95sql_maker_quote.t line 127. > # got: 'SELECT me.cdid, me.artist, me.title, me.year FROM cd me > ORDER BY year DESC' > # expected: 'SELECT `me`.`cdid`, `me`.`artist`, `me`.`title`, `me`.`year` > FROM `cd` `me` ORDER BY year DESC' > > # Failed test 'quoted table names for UPDATE' > # at t/95sql_maker_quote.t line 146. > # got: 'UPDATE group SET name = ?, order = ?' > # expected: 'UPDATE `group` SET `name` = ?, `order` = ?' > # Looks like you failed 3 tests of 8. > dubious > Test returned status 3 (wstat 768, 0x300) > DIED. FAILED tests 2, 5-6 > Failed 3/8 tests, 62.50% okay > t/96file_column............................ok > t/96multi_create...........................ok > t/97result_class...........................ok > t/bindtype_columns.........................skipped > all skipped: Set $ENV{DBICTEST_PG_DSN}, _USER and _PASS to run this > test > t/cdbi-sweet-t/08pager.....................Name "DBD::SQLite::sqlite_version" > used only once: possible typo at /usr/lib/perl/5.10/DynaLoader.pm line 219. > ok > t/cdbi-t/01-columns........................Name "DBD::SQLite::sqlite_version" > used only once: possible typo at /usr/lib/perl/5.10/DynaLoader.pm line 219. > ok > 1/24 skipped: various reasons > t/cdbi-t/02-Film...........................Name "DBD::SQLite::sqlite_version" > used only once: possible typo at /usr/lib/perl/5.10/DynaLoader.pm line 219. > Use of uninitialized value $_ in substitution (s///) at > /usr/share/perl5/SQL/Abstract.pm line 805. > Use of uninitialized value $_ in substitution (s///) at > /usr/share/perl5/SQL/Abstract.pm line 806. > Use of uninitialized value $_ in substitution (s///) at > /usr/share/perl5/SQL/Abstract.pm line 805. > Use of uninitialized value $_ in substitution (s///) at > /usr/share/perl5/SQL/Abstract.pm line 806. > Use of uninitialized value $_ in substitution (s///) at > /usr/share/perl5/SQL/Abstract.pm line 805. > Use of uninitialized value $_ in substitution (s///) at > /usr/share/perl5/SQL/Abstract.pm line 806. > Use of uninitialized value $_ in substitution (s///) at > /usr/share/perl5/SQL/Abstract.pm line 805. > Use of uninitialized value $_ in substitution (s///) at > /usr/share/perl5/SQL/Abstract.pm line 806. > DBIx::ContextualFetch::db=HASH(0x87db428)->disconnect invalidates 8 active > statement handles (either destroy statement handles or call finish on them > before disconnecting) at t/cdbi-t/02-Film.t line 224. > closing dbh with active statement handles at t/cdbi-t/02-Film.t line 224. > DBD::SQLite::db prepare_cached warning: attempt to prepare on inactive > database handle(0) at dbdimp.c line 249 [for Statement "SELECT me.title, > me.director, me.codirector, me.rating, me.numexplodingsheep, me.hasvomit FROM > Movies me WHERE ( ( me.title = ? ) )"] at > /build/user-libdbix-class-perl_0.08010-2-amd64-Xx8onm/libdbix-class-perl-0.08010-2/blib/lib/DBIx/Class/Storage/DBI.pm > line 1188. > > # Failed test 'No warnings so far' > # at t/cdbi-t/02-Film.t line 251. > # got: '2' > # expected: '0' > > # Failed test 'DESTROY without update warns' > # at t/cdbi-t/02-Film.t line 254. > # got: '3' > # expected: '1' > Use of uninitialized value $_ in substitution (s///) at > /usr/share/perl5/SQL/Abstract.pm line 805. > Use of uninitialized value $_ in substitution (s///) at > /usr/share/perl5/SQL/Abstract.pm line 806. > Use of uninitialized value $_ in substitution (s///) at > /usr/share/perl5/SQL/Abstract.pm line 805. > Use of uninitialized value $_ in substitution (s///) at > /usr/share/perl5/SQL/Abstract.pm line 806. > Use of uninitialized value $_ in substitution (s///) at > /usr/share/perl5/SQL/Abstract.pm line 805. > Use of uninitialized value $_ in substitution (s///) at > /usr/share/perl5/SQL/Abstract.pm line 806. > # Looks like you failed 2 tests of 96. > dubious > Test returned status 2 (wstat 512, 0x200) > DIED. FAILED tests 67-68 > Failed 2/96 tests, 97.92% okay (less 5 skipped tests: 89 okay, 92.71%) > t/cdbi-t/03-subclassing....................Name "DBD::SQLite::sqlite_version" > used only once: possible typo at /usr/lib/perl/5.10/DynaLoader.pm line 219. > ok > t/cdbi-t/04-lazy...........................Name "DBD::SQLite::sqlite_version" > used only once: possible typo at /usr/lib/perl/5.10/DynaLoader.pm line 219. > Use of uninitialized value $_ in substitution (s///) at > /usr/share/perl5/SQL/Abstract.pm line 805. > Use of uninitialized value $_ in substitution (s///) at > /usr/share/perl5/SQL/Abstract.pm line 806. > ok > t/cdbi-t/06-hasa...........................Name "DBD::SQLite::sqlite_version" > used only once: possible typo at /usr/lib/perl/5.10/DynaLoader.pm line 219. > Use of uninitialized value $_ in substitution (s///) at > /usr/share/perl5/SQL/Abstract.pm line 805. > Use of uninitialized value $_ in substitution (s///) at > /usr/share/perl5/SQL/Abstract.pm line 806. > Use of uninitialized value $_ in substitution (s///) at > /usr/share/perl5/SQL/Abstract.pm line 805. > Use of uninitialized value $_ in substitution (s///) at > /usr/share/perl5/SQL/Abstract.pm line 806. > ok > t/cdbi-t/09-has_many.......................Name "DBD::SQLite::sqlite_version" > used only once: possible typo at /usr/lib/perl/5.10/DynaLoader.pm line 219. > ok > t/cdbi-t/11-triggers.......................Name "DBD::SQLite::sqlite_version" > used only once: possible typo at /usr/lib/perl/5.10/DynaLoader.pm line 219. > ok > t/cdbi-t/12-filter.........................Name "DBD::SQLite::sqlite_version" > used only once: possible typo at /usr/lib/perl/5.10/DynaLoader.pm line 219. > ok > t/cdbi-t/13-constraint.....................Name "DBD::SQLite::sqlite_version" > used only once: possible typo at /usr/lib/perl/5.10/DynaLoader.pm line 219. > ok > 2/23 skipped: various reasons > t/cdbi-t/14-might_have.....................Name "DBD::SQLite::sqlite_version" > used only once: possible typo at /usr/lib/perl/5.10/DynaLoader.pm line 219. > Use of uninitialized value $_ in substitution (s///) at > /usr/share/perl5/SQL/Abstract.pm line 805. > Use of uninitialized value $_ in substitution (s///) at > /usr/share/perl5/SQL/Abstract.pm line 806. > Use of uninitialized value $_ in substitution (s///) at > /usr/share/perl5/SQL/Abstract.pm line 805. > Use of uninitialized value $_ in substitution (s///) at > /usr/share/perl5/SQL/Abstract.pm line 806. > ok > t/cdbi-t/15-accessor.......................Name "DBD::SQLite::sqlite_version" > used only once: possible typo at /usr/lib/perl/5.10/DynaLoader.pm line 219. > Use of uninitialized value $_ in substitution (s///) at > /usr/share/perl5/SQL/Abstract.pm line 805. > Use of uninitialized value $_ in substitution (s///) at > /usr/share/perl5/SQL/Abstract.pm line 806. > Use of uninitialized value $_ in substitution (s///) at > /usr/share/perl5/SQL/Abstract.pm line 805. > Use of uninitialized value $_ in substitution (s///) at > /usr/share/perl5/SQL/Abstract.pm line 806. > ok > t/cdbi-t/16-reserved.......................Name "DBD::SQLite::sqlite_version" > used only once: possible typo at /usr/lib/perl/5.10/DynaLoader.pm line 219. > Use of uninitialized value $_ in substitution (s///) at > /usr/share/perl5/SQL/Abstract.pm line 805. > Use of uninitialized value $_ in substitution (s///) at > /usr/share/perl5/SQL/Abstract.pm line 806. > ok > t/cdbi-t/18-has_a..........................Name "DBD::SQLite::sqlite_version" > used only once: possible typo at /usr/lib/perl/5.10/DynaLoader.pm line 219. > Use of uninitialized value $_ in substitution (s///) at > /usr/share/perl5/SQL/Abstract.pm line 805. > Use of uninitialized value $_ in substitution (s///) at > /usr/share/perl5/SQL/Abstract.pm line 806. > Use of uninitialized value $_ in substitution (s///) at > /usr/share/perl5/SQL/Abstract.pm line 805. > Use of uninitialized value $_ in substitution (s///) at > /usr/share/perl5/SQL/Abstract.pm line 806. > Use of uninitialized value $_ in substitution (s///) at > /usr/share/perl5/SQL/Abstract.pm line 805. > Use of uninitialized value $_ in substitution (s///) at > /usr/share/perl5/SQL/Abstract.pm line 806. > Use of uninitialized value $_ in substitution (s///) at > /usr/share/perl5/SQL/Abstract.pm line 805. > Use of uninitialized value $_ in substitution (s///) at > /usr/share/perl5/SQL/Abstract.pm line 806. > ok > 9/41 skipped: various reasons > t/cdbi-t/19-set_sql........................Name "DBD::SQLite::sqlite_version" > used only once: possible typo at /usr/lib/perl/5.10/DynaLoader.pm line 219. > ok > t/cdbi-t/21-iterator.......................Name "DBD::SQLite::sqlite_version" > used only once: possible typo at /usr/lib/perl/5.10/DynaLoader.pm line 219. > ok > t/cdbi-t/22-self_referential...............Name "DBD::SQLite::sqlite_version" > used only once: possible typo at /usr/lib/perl/5.10/DynaLoader.pm line 219. > ok > t/cdbi-t/30-pager..........................Name "DBD::SQLite::sqlite_version" > used only once: possible typo at /usr/lib/perl/5.10/DynaLoader.pm line 219. > ok > t/cdbi-t/98-failure........................Name "DBD::SQLite::sqlite_version" > used only once: possible typo at /usr/lib/perl/5.10/DynaLoader.pm line 219. > Use of uninitialized value $_ in substitution (s///) at > /usr/share/perl5/SQL/Abstract.pm line 805. > Use of uninitialized value $_ in substitution (s///) at > /usr/share/perl5/SQL/Abstract.pm line 806. > ok > t/resultset_class..........................ok > Failed Test Stat Wstat Total Fail List of Failed > ------------------------------------------------------------------------------- > t/19quotes.t 3 768 6 3 2-3 6 > t/19quotes_newstyle.t 1 256 6 1 3 > t/95sql_maker_quote.t 3 768 8 3 2 5-6 > t/cdbi-t/02-Film.t 2 512 96 2 67-68 > (7 subtests UNEXPECTEDLY SUCCEEDED), 16 tests and 18 subtests skipped. > Failed 4/106 test scripts. 9/2567 subtests failed. > Files=106, Tests=2567, 66 wallclock secs (27.20 cusr + 3.06 csys = 30.26 CPU) > Failed 4/106 test programs. 9/2567 subtests failed. > make[1]: *** [test_dynamic] Error 255 The full build log is available from: http://people.debian.org/~lucas/logs/2008/07/10 A list of current common problems and possible solutions is available at http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute! About the archive rebuild: The rebuild was done on about 50 AMD64 nodes of the Grid'5000 platform, using a clean chroot containing a sid i386 environment. Internet was not accessible from the build systems. -- | Lucas Nussbaum | [EMAIL PROTECTED] http://www.lucas-nussbaum.net/ | | jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F | -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]