Start 2008-07-29T16:24:48 Going to read /home/fly818/var/cpan/Metadata Database was generated on Tue, 29 Jul 2008 10:02:50 GMT Running make for S/ST/STEFFENW/DBD-PO-0.04.tar.gz Checksum for /net/nas/data/cpan/authors/id/S/ST/STEFFENW/DBD-PO-0.04.tar.gz ok DBD-PO-0.04 DBD-PO-0.04/Changes DBD-PO-0.04/MANIFEST DBD-PO-0.04/META.yml DBD-PO-0.04/Makefile.PL DBD-PO-0.04/Build.PL DBD-PO-0.04/README DBD-PO-0.04/lib DBD-PO-0.04/lib/DBD DBD-PO-0.04/lib/DBD/PO.pm DBD-PO-0.04/lib/DBD/PO DBD-PO-0.04/lib/DBD/PO/db.pm DBD-PO-0.04/lib/DBD/PO/Statement.pm DBD-PO-0.04/lib/DBD/PO/st.pm DBD-PO-0.04/lib/DBD/PO/dr.pm DBD-PO-0.04/lib/DBD/PO/Table.pm DBD-PO-0.04/lib/DBD/PO/Locale DBD-PO-0.04/lib/DBD/PO/Locale/PO.pm DBD-PO-0.04/lib/DBD/PO/Text DBD-PO-0.04/lib/DBD/PO/Text/PO.pm DBD-PO-0.04/t DBD-PO-0.04/t/11_crash.t DBD-PO-0.04/t/06_obsolete.t DBD-PO-0.04/t/02_fill_table.t DBD-PO-0.04/t/07_split_header_msgstr.t DBD-PO-0.04/t/12_more_tables.t DBD-PO-0.04/t/01_build_table.t DBD-PO-0.04/t/98_pod.t DBD-PO-0.04/t/03_check_table.t DBD-PO-0.04/t/99_pod_coverage.t DBD-PO-0.04/t/13_charsets.t DBD-PO-0.04/t/04_change_table.t DBD-PO-0.04/t/05_change_flags.t DBD-PO-0.04/t/08_destroy_table.t DBD-PO-0.04/t/lib DBD-PO-0.04/t/lib/DBD_PO_Test_Defaults.pm CPAN.pm: Going to build S/ST/STEFFENW/DBD-PO-0.04.tar.gz >>> /home/fly818/ap818/bin/perl-static Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for DBD::PO >>> make cp lib/DBD/PO/db.pm blib/lib/DBD/PO/db.pm cp lib/DBD/PO/Text/PO.pm blib/lib/DBD/PO/Text/PO.pm cp lib/DBD/PO/Locale/PO.pm blib/lib/DBD/PO/Locale/PO.pm cp lib/DBD/PO/dr.pm blib/lib/DBD/PO/dr.pm cp lib/DBD/PO.pm blib/lib/DBD/PO.pm cp lib/DBD/PO/Statement.pm blib/lib/DBD/PO/Statement.pm cp lib/DBD/PO/st.pm blib/lib/DBD/PO/st.pm cp lib/DBD/PO/Table.pm blib/lib/DBD/PO/Table.pm Manifying blib/man3/DBD::PO::Locale::PO.3 Manifying blib/man3/DBD::PO::Text::PO.3 Manifying blib/man3/DBD::PO::db.3 Manifying blib/man3/DBD::PO::dr.3 Manifying blib/man3/DBD::PO.3 Manifying blib/man3/DBD::PO::Statement.3 Manifying blib/man3/DBD::PO::st.3 Manifying blib/man3/DBD::PO::Table.3 STEFFENW/DBD-PO-0.04.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 /home/fly818/ap818/bin/perl-static "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/01_build_table............ 1..6 ok 1 - use DBI; ok 2 - connect isa DBI::db ok 3 - create table ok 4 - table file found ok 5 - insert header ok 6 - check po file ok t/02_fill_table............. 1..10 ok 1 - use DBI; ok 2 - connect isa DBI::db ok 3 - prepare insert isa DBI::st ok 4 - insert full row ok 5 - insert full row, all are arrays ok 6 - insert minimized row ok 7 - prepare insert isa DBI::st ok 8 - insert row 1 ok 9 - insert row 2 ok 10 - check po file ok t/03_check_table............ 1..8 ok 1 - use DBI; ok 2 - connect isa DBI::db ok 3 - The object isa DBI::st ok 4 - execute: id_2 ok 5 - fetch result: id_2 ok 6 - execute: id_value1${separator}id_value2 ok 7 - fetch result: id_value1${separator}id_value2 ok 8 - check po file ok t/04_change_table........... 1..7 ok 1 - use DBI; ok 2 - connect isa DBI::db ok 3 - update row 1 ok 4 - prepare isa DBI::st ok 5 - execute ok 6 - fetch result ok 7 - check po file ok t/05_change_flags........... 1..42 ok 1 - use DBI; ok 2 - connect isa DBI::db ok 3 - prepare update header isa DBI::st ok 4 - prepare select header isa DBI::st ok 5 - update: header fuzzy=1 ok 6 - select: header fuzzy=1 ok 7 - fetch result: header fuzzy=1 ok 8 - check po file: header fuzzy=1 ok 9 - update: header fuzzy=0 ok 10 - select: header fuzzy=0 ok 11 - fetch result: header fuzzy=0 ok 12 - check po file: header fuzzy=0 ok 13 - The object isa DBI::st ok 14 - The object isa DBI::st ok 15 - update: fuzzy=1 ok 16 - select: fuzzy=1 ok 17 - fetch result: fuzzy=1 ok 18 - check po file: fuzzy=1 ok 19 - update: c-format=1 ok 20 - select: c-format=1 ok 21 - fetch result: c-format=1 ok 22 - check po file: c-format=1 ok 23 - update: php-format=1 ok 24 - select: php-format=1 ok 25 - fetch result: php-format=1 ok 26 - check po file: php-format=1 ok 27 - update: c-format=-1 ok 28 - select: c-format=-1 ok 29 - fetch result: c-format=-1 ok 30 - check po file: c-format=-1 ok 31 - update: php-format=-1 ok 32 - select: php-format=-1 ok 33 - fetch result: php-format=-1 ok 34 - check po file: php-format=-1 ok 35 - update: all=1 ok 36 - select: all=1 ok 37 - fetch result: all=1 ok 38 - check po file: all=1 ok 39 - update: all=0 ok 40 - select: all=0 ok 41 - fetch result: all=0 ok 42 - check po file: all=0 ok t/06_obsolete............... 1..12 ok 1 - use DBI; ok 2 - connect isa DBI::db ok 3 - prepare update isa DBI::st ok 4 - prepare select isa DBI::st ok 5 - update: obsolete=1 ok 6 - select: obsolete=1 ok 7 - fetch result: obsolete=1 ok 8 - check po file ok 9 - update: obsolete=0 ok 10 - select: obsolete=0 ok 11 - fetch result: obsolete=0 ok 12 - check po file ok t/07_split_header_msgstr.... 1..5 ok 1 - use DBI; ok 2 - connect isa DBI::db ok 3 - prepare isa DBI::st ok 4 - execute ok 5 - split header msgstr ok t/08_destroy_table.......... 1..4 ok 1 - use DBI; ok 2 - connect isa DBI::db ok 3 - drop table ok 4 - table file deleted ok t/11_crash.................. 1..15 ok 1 - use DBI; ok 2 - connect isa DBI::db ok 3 - create table ok 4 - table file found ok 5 - write a line and not the header at first ok 6 - write an empty header ok 7 - write a false header ok 8 - write a true header ok 9 - write a true line ok 10 - a line looks like a header ok 11 - change a header to an empty header ok 12 - change a header to a false header ok 13 - change a line to a false line ok 14 - drop table ok 15 - table file deleted ok t/12_more_tables............ 1..22 ok 1 - use DBI; ok 2 - connect isa DBI::db ok 3 - connect 1 isa DBI::db ok 4 - create table (po_more_tables_1.po) ok 5 - table file found (/home/fly818/var/cpan/build/DBD-PO-0.04-9XPUap/po_more_tables_1.po) ok 6 - connect 2 isa DBI::db ok 7 - create table (po_more_tables_2.po) ok 8 - table file found (/home/fly818/var/cpan/build/DBD-PO-0.04-9XPUap/po_more_tables_2.po) ok 9 - insert header into table po_more_tables_1.po ok 10 - insert header into table po_more_tables_2.po ok 11 - insert line into table po_more_tables_1.po ok 12 - insert line into table po_more_tables_2.po ok 13 - prepare po_more_tables_1.po isa DBI::st ok 14 - prepare po_more_tables_2.po isa DBI::st ok 15 - insert po_more_tables_1.po ok 16 - insert po_more_tables_2.po ok 17 - fetch po_more_tables_1.po ok 18 - fetch po_more_tables_2.po ok 19 - drop table po_more_tables_1.po ok 20 - table file /home/fly818/var/cpan/build/DBD-PO-0.04-9XPUap/po_more_tables_1.po deleted ok 21 - drop table po_more_tables_2.po ok 22 - table file /home/fly818/var/cpan/build/DBD-PO-0.04-9XPUap/po_more_tables_2.po deleted ok t/13_charsets............... 1..17 ok 1 - use DBI; ok 2 - connect (utf-8) isa DBI::db ok 3 - create table (utf-8) ok 4 - table file found (utf-8) ok 5 - connect (ISO-8859-1) isa DBI::db ok 6 - create table (ISO-8859-1) ok 7 - table file found (ISO-8859-1) ok 8 - add header (utf-8) ok 9 - add header (ISO-8859-1) ok 10 - add line (utf-8) ok 11 - add line (ISO-8859-1) not ok 12 - check po file (utf-8) # Failed test 'check po file (utf-8)' # at t/13_charsets.t line 121. # +---+-------------------------------------------------+-----------------------------------------------+ # | Ln|Got |Expected | # +---+-------------------------------------------------+-----------------------------------------------+ # * 1|msgid ""\r\n |msgid ""\n * # * 2|msgstr ""\r\n |msgstr ""\n * # * 3|"MIME-Version: 1.0\n"\r\n |"MIME-Version: 1.0\n"\n * # * 4|"Content-Type: text/plain; charset=utf-8\n"\r\n |"Content-Type: text/plain; charset=utf-8\n"\n * # * 5|"Content-Transfer-Encoding: 8bit"\r\n |"Content-Transfer-Encoding: 8bit"\n * # * 6|\r\n |\n * # * 7|msgid "id_\xa7"\r\n |msgid "id_\xa7"\n * # * 8|msgstr "str_\xa7"\r\n |msgstr "str_\xa7"\n * # * 9|\r\n |\n * # +---+-------------------------------------------------+-----------------------------------------------+ # not ok 13 - check po file (ISO-8859-1) # Failed test 'check po file (ISO-8859-1)' # at t/13_charsets.t line 121. # +---+------------------------------------------------------+----------------------------------------------------+ # | Ln|Got |Expected | # +---+------------------------------------------------------+----------------------------------------------------+ # * 1|msgid ""\r\n |msgid ""\n * # * 2|msgstr ""\r\n |msgstr ""\n * # * 3|"MIME-Version: 1.0\n"\r\n |"MIME-Version: 1.0\n"\n * # * 4|"Content-Type: text/plain; charset=ISO-8859-1\n"\r\n |"Content-Type: text/plain; charset=ISO-8859-1\n"\n * # * 5|"Content-Transfer-Encoding: 8bit"\r\n |"Content-Transfer-Encoding: 8bit"\n * # * 6|\r\n |\n * # * 7|msgid "id_\xc2\xa7"\r\n |msgid "id_\xc2\xa7"\n * # * 8|msgstr "str_\xc2\xa7"\r\n |msgstr "str_\xc2\xa7"\n * # * 9|\r\n |\n * # +---+------------------------------------------------------+----------------------------------------------------+ # ok 14 - drop table ok 15 - drop table (utf-8) ok 16 - drop table ok 17 - drop table (ISO-8859-1) # Looks like you failed 2 tests of 17. Dubious, test returned 2 (wstat 512, 0x200) Failed 2/17 subtests t/98_pod.................... 1..8 ok 1 - blib/lib/DBD/PO.pm ok 2 - blib/lib/DBD/PO/db.pm ok 3 - blib/lib/DBD/PO/dr.pm ok 4 - blib/lib/DBD/PO/st.pm ok 5 - blib/lib/DBD/PO/Table.pm ok 6 - blib/lib/DBD/PO/Statement.pm ok 7 - blib/lib/DBD/PO/Text/PO.pm ok 8 - blib/lib/DBD/PO/Locale/PO.pm ok t/99_pod_coverage........... 1..8 ok 1 - Pod coverage on DBD::PO ok 2 - Pod coverage on DBD::PO::db ok 3 - Pod coverage on DBD::PO::dr ok 4 - Pod coverage on DBD::PO::st ok 5 - Pod coverage on DBD::PO::Table ok 6 - Pod coverage on DBD::PO::Statement ok 7 - Pod coverage on DBD::PO::Text::PO ok 8 - Pod coverage on DBD::PO::Locale::PO ok Test Summary Report ------------------- t/13_charsets (Wstat: 512 Tests: 17 Failed: 2) Failed tests: 12-13 Non-zero exit status: 2 Files=13, Tests=164, 2 wallclock secs ( 0.00 usr 0.11 sys + 1.15 cusr 1.18 csys = 2.44 CPU) Result: FAIL Failed 1/13 test programs. 2/164 subtests failed. make: *** [test_dynamic] Error 255 STEFFENW/DBD-PO-0.04.tar.gz make test TEST_VERBOSE=1 -- NOT OK //hint// to see the cpan-testers results for installing this module, try: reports STEFFENW/DBD-PO-0.04.tar.gz Finished 2008-07-29T16:24:53