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 Author, This is a computer-generated report for DBIx-PgLink-0.01 on perl-5.9.5, created automatically by CPAN-Reporter-1.0601 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 with your distribution. If these results are not what you expect or if you would like to learn how to avoid FAIL reports for missing dependencies, unsupported operating systems, etc., please consult "Notes for CPAN Authors" on the CPAN Testers Wiki: http://cpantest.grango.org Sections of this report: * Tester comments * Program output * Prerequisites * Environment and other context ------------------------------ TESTER COMMENTS ------------------------------ Additional comments from tester: [none provided] ------------------------------ PROGRAM OUTPUT ------------------------------ Output from '/usr/bin/make test': PERL_DL_NONLAZY=1 /home/src/perl/repoperls/installed-perls/perl/pNaGaP6/[EMAIL PROTECTED]/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/01basics.t t/02pod.t t/03setup.t t/04param.t t/05local.t t/06test.t t/07util.t t/08cred.t t/09routine.t t/10adapter-pg.t t/10adapter-xbase.t t/10adapter.t t/11encoding-xbase.t t/11encoding.t t/12connect.t t/13adhoc-mssql.t t/13adhoc-sqlite.t t/13adhoc-sybase.t t/13adhoc.t t/14build-mssql.t t/14build-sqlite.t t/14build-sybase.t t/14build-xbase.t t/14build.t t/15build-routine-mssql.t t/15build-routine-sybase.t t/16acc-mssql.t t/16acc-sqlite.t t/16acc-sybase.t t/16acc-xbase.t t/16acc.t t/17reconnect.t t/18env.t t/19profile.t t/20safe.t t/21bench.t t/01basics....................ok t/02pod.......................ok t/03setup.....................DBI connect('host=127.0.0.1;port=5432;database=postgres','postgres',...) failed: fe_sendauth: no password supplied at t/PgLinkTestUtil.pm line 56 # Looks like you planned 12 tests but only ran 2. # Looks like your test died just after 2. Dubious, test returned 255 (wstat 65280, 0xff00) Failed 10/12 subtests t/04param.....................ok t/05local.....................DBI connect('host=127.0.0.1;port=5432;database=test_pglink','postgres',...) failed: fe_sendauth: no password supplied at t/PgLinkTestUtil.pm line 56 # Looks like you planned 112 tests but only ran 1. # Looks like your test died just after 1. Dubious, test returned 255 (wstat 65280, 0xff00) Failed 111/112 subtests t/06test......................DBI connect('host=127.0.0.1;port=5432;database=test_pglink','postgres',...) failed: fe_sendauth: no password supplied at t/PgLinkTestUtil.pm line 56 # Looks like you planned 14 tests but only ran 1. # Looks like your test died just after 1. Dubious, test returned 255 (wstat 65280, 0xff00) Failed 13/14 subtests t/07util....................../usr/lib/postgresql/7.4/bin/psql: Unbekannte Option »--single-transaction« Versuchen Sie »psql --help« für weitere Informationen. # Failed test 'utility functions' # at t/07util.t line 10. # Looks like you failed 1 test of 2. Dubious, test returned 1 (wstat 256, 0x100) Failed 1/2 subtests t/08cred......................DBI connect('host=127.0.0.1;port=5432;database=test_pglink','postgres',...) failed: fe_sendauth: no password supplied at t/PgLinkTestUtil.pm line 56 # Looks like your test died before it could output anything. Dubious, test returned 255 (wstat 65280, 0xff00) Failed 15/15 subtests t/09routine...................DBI connect('host=127.0.0.1;port=5432;database=test_pglink','postgres',...) failed: fe_sendauth: no password supplied at /home/src/perl/repoperls/installed-perls/perl/pNaGaP6/[EMAIL PROTECTED]/lib/site_perl/5.9.5/i686-linux-64int/DBI.pm line 650 DBI::__ANON__('undef', 'undef') called at /home/src/perl/repoperls/installed-perls/perl/pNaGaP6/[EMAIL PROTECTED]/lib/site_perl/5.9.5/i686-linux-64int/DBI.pm line 706 DBI::connect('DBI', 'dbi:Pg:host=127.0.0.1;port=5432;database=test_pglink', 'postgres', 'undef', 'HASH(0x82ec400)') called at /home/sand/.cpan/build/DBIx-PgLink-0.01-LIhAdK/blib/lib/DBIx/PgLink/Adapter.pm line 91 DBIx::PgLink::Adapter::connect('DBIx::PgLink::Adapter=HASH(0x8c08dec)', 'dbi:Pg:host=127.0.0.1;port=5432;database=test_pglink', 'postgres', 'undef', 'HASH(0x82ec400)') called at t/09routine.t line 16 at /home/sand/.cpan/build/DBIx-PgLink-0.01-LIhAdK/blib/lib/DBIx/PgLink/Adapter.pm line 91 # Looks like your test died before it could output anything. Dubious, test returned 255 (wstat 65280, 0xff00) Failed 11/11 subtests t/10adapter-pg................DBI connect('host=127.0.0.1;port=5432;database=test_pglink','postgres',...) failed: fe_sendauth: no password supplied at /home/src/perl/repoperls/installed-perls/perl/pNaGaP6/[EMAIL PROTECTED]/lib/site_perl/5.9.5/i686-linux-64int/DBI.pm line 650 DBI::__ANON__() called at /home/src/perl/repoperls/installed-perls/perl/pNaGaP6/[EMAIL PROTECTED]/lib/site_perl/5.9.5/i686-linux-64int/DBI.pm line 706 DBI::connect() called at /home/sand/.cpan/build/DBIx-PgLink-0.01-LIhAdK/blib/lib/DBIx/PgLink/Adapter.pm line 91 DBIx::PgLink::Adapter::connect() called at t/10adapter-pg.t line 20 at /home/sand/.cpan/build/DBIx-PgLink-0.01-LIhAdK/blib/lib/DBIx/PgLink/Adapter.pm line 91 # Looks like you planned 24 tests but only ran 6. # Looks like your test died just after 6. Dubious, test returned 255 (wstat 65280, 0xff00) Failed 18/24 subtests t/10adapter-xbase.............skipped: TEST_XBASE not configured t/10adapter...................DBI connect('host=127.0.0.1;port=5432;database=test_pglink','postgres',...) failed: fe_sendauth: no password supplied at /home/src/perl/repoperls/installed-perls/perl/pNaGaP6/[EMAIL PROTECTED]/lib/site_perl/5.9.5/i686-linux-64int/DBI.pm line 650 DBI::__ANON__() called at /home/src/perl/repoperls/installed-perls/perl/pNaGaP6/[EMAIL PROTECTED]/lib/site_perl/5.9.5/i686-linux-64int/DBI.pm line 706 DBI::connect() called at /home/sand/.cpan/build/DBIx-PgLink-0.01-LIhAdK/blib/lib/DBIx/PgLink/Adapter.pm line 91 DBIx::PgLink::Adapter::connect() called at t/10adapter.t line 21 at /home/sand/.cpan/build/DBIx-PgLink-0.01-LIhAdK/blib/lib/DBIx/PgLink/Adapter.pm line 91 # Looks like you planned 24 tests but only ran 5. # Looks like your test died just after 5. Dubious, test returned 255 (wstat 65280, 0xff00) Failed 19/24 subtests t/11encoding-xbase............skipped: TEST_XBASE not configured t/11encoding..................DBI connect('host=127.0.0.1;port=5432;database=test_pglink','postgres',...) failed: fe_sendauth: no password supplied at /home/src/perl/repoperls/installed-perls/perl/pNaGaP6/[EMAIL PROTECTED]/lib/site_perl/5.9.5/i686-linux-64int/DBI.pm line 650 DBI::__ANON__() called at /home/src/perl/repoperls/installed-perls/perl/pNaGaP6/[EMAIL PROTECTED]/lib/site_perl/5.9.5/i686-linux-64int/DBI.pm line 706 DBI::connect() called at /home/sand/.cpan/build/DBIx-PgLink-0.01-LIhAdK/blib/lib/DBIx/PgLink/Adapter.pm line 91 DBIx::PgLink::Adapter::connect() called at /home/src/perl/repoperls/installed-perls/perl/pNaGaP6/[EMAIL PROTECTED]/lib/site_perl/5.9.5/i686-linux-64int/Class/MOP/Method/Wrapped.pm line 54 Class::MOP::Method::Wrapped::__ANON__() called at /home/src/perl/repoperls/installed-perls/perl/pNaGaP6/[EMAIL PROTECTED]/lib/site_perl/5.9.5/i686-linux-64int/Class/MOP/Method/Wrapped.pm line 87 Moose::Meta::Role::__RUNTIME_ROLE_ANON_CLASS__::0::connect() called at t/11encoding.t line 31 at /home/sand/.cpan/build/DBIx-PgLink-0.01-LIhAdK/blib/lib/DBIx/PgLink/Adapter.pm line 91 # Looks like you planned 16 tests but only ran 6. # Looks like your test died just after 6. Dubious, test returned 255 (wstat 65280, 0xff00) Failed 10/16 subtests t/12connect...................DBI connect('host=127.0.0.1;port=5432;database=test_pglink','postgres',...) failed: fe_sendauth: no password supplied at t/PgLinkTestUtil.pm line 56 # Looks like you planned 4 tests but only ran 1. # Looks like your test died just after 1. Dubious, test returned 255 (wstat 65280, 0xff00) Failed 3/4 subtests t/13adhoc-mssql...............skipped: TEST_MSSQL not configured t/13adhoc-sqlite..............skipped: TEST_SQLITE not configured t/13adhoc-sybase..............skipped: TEST_SYBASE not configured t/13adhoc.....................DBI connect('host=127.0.0.1;port=5432;database=test_pglink','postgres',...) failed: fe_sendauth: no password supplied at t/PgLinkTestUtil.pm line 56 Can't call method "do" on an undefined value at t/13adhoc.t line 24. END failed--call queue aborted at t/13adhoc.t line 44. # Looks like you planned 13 tests but only ran 1. # Looks like your test died just after 1. Dubious, test returned 255 (wstat 65280, 0xff00) Failed 12/13 subtests t/14build-mssql...............skipped: TEST_MSSQL not configured t/14build-sqlite..............skipped: TEST_SQLITE not configured t/14build-sybase..............skipped: TEST_SYBASE not configured t/14build-xbase...............skipped: TEST_XBASE not configured t/14build.....................DBI connect('host=127.0.0.1;port=5432;database=test_pglink','postgres',...) failed: fe_sendauth: no password supplied at t/PgLinkTestUtil.pm line 56 # Looks like you planned 2 tests but only ran 1. # Looks like your test died just after 1. Dubious, test returned 255 (wstat 65280, 0xff00) Failed 1/2 subtests t/15build-routine-mssql.......skipped: TEST_MSSQL not configured t/15build-routine-sybase......skipped: TEST_SYBASE not configured t/16acc-mssql.................skipped: TEST_MSSQL not configured t/16acc-sqlite................skipped: TEST_SQLITE not configured t/16acc-sybase................skipped: TEST_SYBASE not configured t/16acc-xbase.................skipped: TEST_XBASE not configured t/16acc.......................DBI connect('host=127.0.0.1;port=5432;database=test_pglink','postgres',...) failed: fe_sendauth: no password supplied at t/PgLinkTestUtil.pm line 56 # Looks like you planned 30 tests but only ran 1. # Looks like your test died just after 1. Dubious, test returned 255 (wstat 65280, 0xff00) Failed 29/30 subtests t/17reconnect.................DBI connect('host=127.0.0.1;port=5432;database=test_pglink','postgres',...) failed: fe_sendauth: no password supplied at /home/src/perl/repoperls/installed-perls/perl/pNaGaP6/[EMAIL PROTECTED]/lib/site_perl/5.9.5/i686-linux-64int/DBI.pm line 650 DBI::__ANON__() called at /home/src/perl/repoperls/installed-perls/perl/pNaGaP6/[EMAIL PROTECTED]/lib/site_perl/5.9.5/i686-linux-64int/DBI.pm line 706 DBI::connect() called at /home/sand/.cpan/build/DBIx-PgLink-0.01-LIhAdK/blib/lib/DBIx/PgLink/Adapter.pm line 91 DBIx::PgLink::Adapter::connect() called at t/17reconnect.t line 15 at /home/sand/.cpan/build/DBIx-PgLink-0.01-LIhAdK/blib/lib/DBIx/PgLink/Adapter.pm line 91 # Looks like you planned 15 tests but only ran 1. # Looks like your test died just after 1. Dubious, test returned 255 (wstat 65280, 0xff00) Failed 14/15 subtests t/18env.......................DBI connect('host=127.0.0.1;port=5432;database=test_pglink','postgres',...) failed: fe_sendauth: no password supplied at t/PgLinkTestUtil.pm line 56 Can't call method "do" on an undefined value at t/18env.t line 28. END failed--call queue aborted at t/18env.t line 44. # Looks like your test died before it could output anything. Dubious, test returned 255 (wstat 65280, 0xff00) Failed 3/3 subtests t/19profile...................DBI connect('host=127.0.0.1;port=5432;database=test_pglink','postgres',...) failed: fe_sendauth: no password supplied at t/PgLinkTestUtil.pm line 56 Can't call method "do" on an undefined value at t/19profile.t line 28. END failed--call queue aborted at t/19profile.t line 44. # Looks like your test died before it could output anything. Dubious, test returned 255 (wstat 65280, 0xff00) Failed 3/3 subtests t/20safe......................skipped: no DBIx::Safe installed t/21bench.....................DBI connect('host=127.0.0.1;port=5432;database=test_pglink','postgres',...) failed: fe_sendauth: no password supplied at t/PgLinkTestUtil.pm line 56 # Looks like you planned 3 tests but only ran 1. # Looks like your test died just after 1. Dubious, test returned 255 (wstat 65280, 0xff00) Failed 2/3 subtests Test Summary Report ------------------- t/03setup.t (Wstat: 65280 Tests: 2 Failed: 0) Non-zero exit status: 255 Parse errors: Bad plan. You planned 12 tests but ran 2. t/05local.t (Wstat: 65280 Tests: 1 Failed: 0) Non-zero exit status: 255 Parse errors: Bad plan. You planned 112 tests but ran 1. t/06test.t (Wstat: 65280 Tests: 1 Failed: 0) Non-zero exit status: 255 Parse errors: Bad plan. You planned 14 tests but ran 1. t/07util.t (Wstat: 256 Tests: 2 Failed: 1) Failed test number(s): 2 Non-zero exit status: 1 t/08cred.t (Wstat: 65280 Tests: 0 Failed: 0) Non-zero exit status: 255 Parse errors: Bad plan. You planned 15 tests but ran 0. t/09routine.t (Wstat: 65280 Tests: 0 Failed: 0) Non-zero exit status: 255 Parse errors: Bad plan. You planned 11 tests but ran 0. t/10adapter-pg.t (Wstat: 65280 Tests: 6 Failed: 0) Non-zero exit status: 255 Parse errors: Bad plan. You planned 24 tests but ran 6. t/10adapter.t (Wstat: 65280 Tests: 5 Failed: 0) Non-zero exit status: 255 Parse errors: Bad plan. You planned 24 tests but ran 5. t/11encoding.t (Wstat: 65280 Tests: 6 Failed: 0) Non-zero exit status: 255 Parse errors: Bad plan. You planned 16 tests but ran 6. t/12connect.t (Wstat: 65280 Tests: 1 Failed: 0) Non-zero exit status: 255 Parse errors: Bad plan. You planned 4 tests but ran 1. t/13adhoc.t (Wstat: 65280 Tests: 1 Failed: 0) Non-zero exit status: 255 Parse errors: Bad plan. You planned 13 tests but ran 1. t/14build.t (Wstat: 65280 Tests: 1 Failed: 0) Non-zero exit status: 255 Parse errors: Bad plan. You planned 2 tests but ran 1. t/16acc.t (Wstat: 65280 Tests: 1 Failed: 0) Non-zero exit status: 255 Parse errors: Bad plan. You planned 30 tests but ran 1. t/17reconnect.t (Wstat: 65280 Tests: 1 Failed: 0) Non-zero exit status: 255 Parse errors: Bad plan. You planned 15 tests but ran 1. t/18env.t (Wstat: 65280 Tests: 0 Failed: 0) Non-zero exit status: 255 Parse errors: Bad plan. You planned 3 tests but ran 0. t/19profile.t (Wstat: 65280 Tests: 0 Failed: 0) Non-zero exit status: 255 Parse errors: Bad plan. You planned 3 tests but ran 0. t/21bench.t (Wstat: 65280 Tests: 1 Failed: 0) Non-zero exit status: 255 Parse errors: Bad plan. You planned 3 tests but ran 1. Files=36, Tests=97, 73 wallclock secs ( 0.34 usr 0.05 sys + 44.58 cusr 1.23 csys = 46.20 CPU) Result: FAIL Failed 17/36 test programs. 1/97 subtests failed. make: *** [test_dynamic] Fehler 255 ------------------------------ PREREQUISITES ------------------------------ Prerequisite modules loaded: requires: Module Need Have --------------- ----- -------- Carp 0 1.07 Cwd 0 3.2501 Data::Dumper 0 2.121_14 DBD::Pg 1.47 1.49 DBI 1.47 1.59 Hash::Util 0 0.07 Memoize 1.01 1.01_02 Moose 0.33 0.33 MooseX::Method 0.39 0.39 Scalar::Util 0 1.19 Test::Deep 0.096 0.097 Test::Exception 0.25 0.26 Test::More 0.7 0.74 Tie::Cache::LRU 0.21 0.21 YAML 0 0.65 ------------------------------ ENVIRONMENT AND OTHER CONTEXT ------------------------------ Environment variables: LANG = de_DE.UTF-8 PATH = /usr/lib/ccache:/home/sand/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games:/usr/local/perl/bin:/usr/X11/bin:/sbin:/usr/sbin PERL5LIB = PERL5_CPANPLUS_IS_RUNNING = 27521 PERL5_CPAN_IS_RUNNING = 27521 PERL_MM_USE_DEFAULT = 1 SHELL = /usr/bin/zsh TERM = screen Perl special variables (and OS-specific diagnostics, for MSWin32): $^X = /home/src/perl/repoperls/installed-perls/perl/pNaGaP6/[EMAIL PROTECTED]/bin/perl $UID/$EUID = 1005 / 1005 $GID = 1005 1005 $EGID = 1005 1005 Perl module toolchain versions installed: Module Have ------------------- ------- CPAN 1.92_54 Cwd 3.2501 ExtUtils::CBuilder 0.19 ExtUtils::Command 1.13 ExtUtils::Install 1.44 ExtUtils::MakeMaker 6.42 ExtUtils::Manifest 1.51_01 ExtUtils::ParseXS 2.18 File::Spec 3.2501 Module::Build 0.2808 Module::Signature 0.55 Test::Harness 3.05 Test::More 0.74 YAML 0.65 YAML::Syck 0.97 version 0.7203 -- Summary of my perl5 (revision 5 version 9 subversion 5) configuration: Platform: osname=linux, osvers=2.6.22-1-k7, archname=i686-linux-64int uname='linux k75 2.6.22-1-k7 #1 smp sun jul 29 15:15:55 utc 2007 i686 gnulinux ' config_args='-Dprefix=/home/src/perl/repoperls/installed-perls/perl/pNaGaP6/[EMAIL PROTECTED] -Dinstallusrbinperl=n -Uversiononly -Doptimize=-g -des -Duse64bitint -Dusedevel' hint=recommended, useposix=true, d_sigaction=define useithreads=undef, usemultiplicity=undef useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef use64bitint=define, use64bitall=undef, uselongdouble=undef usemymalloc=n, bincompat5005=undef Compiler: cc='cc', ccflags ='-DDEBUGGING -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64', optimize='-g', cppflags='-DDEBUGGING -fno-strict-aliasing -pipe -I/usr/local/include' ccversion='', gccversion='4.1.2 20061115 (prerelease) (Debian 4.1.1-21)', gccosandvers='' intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=12345678 d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12 ivtype='long long', ivsize=8, 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 /usr/lib64 libs=-lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lc perllibs=-lnsl -ldl -lm -lcrypt -lutil -lc libc=/lib/libc-2.6.1.so, so=so, useshrplib=false, libperl=libperl.a gnulibc_version='2.6.1' Dynamic Linking: dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E' cccdlflags='-fPIC', lddlflags='-shared -g -L/usr/local/lib'
