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 EZRA, This is a computer-generated error report created automatically by CPANPLUS, version 0.061. Testers personal comments may appear at the end of this report. Thank you for uploading your work to CPAN. However, it appears that there were some problems testing your distribution. TEST RESULTS: Below is the error stack from stage 'make test': [MSG] [Thu Jul 13 00:01:51 2006] Trying to get 'http://www.cpan.org/authors/id/E/EZ/EZRA/Oracle-SQLLoader-0.9.tar.gz' [MSG] [Thu Jul 13 00:01:52 2006] Trying to get 'http://www.cpan.org/authors/id/E/EZ/EZRA/CHECKSUMS' [MSG] [Thu Jul 13 00:01:53 2006] Checksum matches for 'Oracle-SQLLoader-0.9.tar.gz' [MSG] [Thu Jul 13 00:01:53 2006] Extracted 'Oracle-SQLLoader-0.9/' [MSG] [Thu Jul 13 00:01:53 2006] Extracted 'Oracle-SQLLoader-0.9/t/' [MSG] [Thu Jul 13 00:01:53 2006] Extracted 'Oracle-SQLLoader-0.9/t/08-options.t' [MSG] [Thu Jul 13 00:01:53 2006] Extracted 'Oracle-SQLLoader-0.9/t/03-fixedLoadSimple.t' [MSG] [Thu Jul 13 00:01:53 2006] Extracted 'Oracle-SQLLoader-0.9/t/05-fixedLoadWhenClause.t' [MSG] [Thu Jul 13 00:01:53 2006] Extracted 'Oracle-SQLLoader-0.9/t/01-createTable.t' [MSG] [Thu Jul 13 00:01:53 2006] Extracted 'Oracle-SQLLoader-0.9/t/07-directDelimitedLoadSimple.t' [MSG] [Thu Jul 13 00:01:53 2006] Extracted 'Oracle-SQLLoader-0.9/t/06-delimitedSingleRecord.t' [MSG] [Thu Jul 13 00:01:53 2006] Extracted 'Oracle-SQLLoader-0.9/t/02-delimitedLoadSimple.t' [MSG] [Thu Jul 13 00:01:53 2006] Extracted 'Oracle-SQLLoader-0.9/t/04-delimitedLoadWithOptions.t' [MSG] [Thu Jul 13 00:01:53 2006] Extracted 'Oracle-SQLLoader-0.9/lib/' [MSG] [Thu Jul 13 00:01:53 2006] Extracted 'Oracle-SQLLoader-0.9/lib/Oracle/' [MSG] [Thu Jul 13 00:01:53 2006] Extracted 'Oracle-SQLLoader-0.9/lib/Oracle/SQLLoader.pm' [MSG] [Thu Jul 13 00:01:53 2006] Extracted 'Oracle-SQLLoader-0.9/Changes' [MSG] [Thu Jul 13 00:01:53 2006] Extracted 'Oracle-SQLLoader-0.9/MANIFEST' [MSG] [Thu Jul 13 00:01:53 2006] Extracted 'Oracle-SQLLoader-0.9/TODO' [MSG] [Thu Jul 13 00:01:53 2006] Extracted 'Oracle-SQLLoader-0.9/Makefile.PL' [MSG] [Thu Jul 13 00:01:53 2006] Extracted 'Oracle-SQLLoader-0.9/README' [MSG] [Thu Jul 13 00:01:53 2006] Extracted 'Oracle-SQLLoader-0.9/META.yml' [MSG] [Thu Jul 13 00:01:53 2006] Extracted 'Oracle::SQLLoader' to '/opt/perl/testers/.cpanplus/5.8.8/build/Oracle-SQLLoader-0.9' [MSG] [Thu Jul 13 00:01:54 2006] Searching for SQL*Loader executable (sqlldr) Searching your PATH for the sqlldr executable.... Failed to find the sqlldr executable; do you want to proceed? [Y] Y The test suite will attempt to create a small test table named SQLLOADER_TEST_TABLE and bulkload it using various settings. To run the tests, export the ORACLE_USERID environment variable to $username/$password (e.g. 'scott/tiger'), as well as the database instance name in the ORACLE_SID environment variable. Checking if your kit is complete... Looks good Writing Makefile for Oracle::SQLLoader [MSG] [Thu Jul 13 00:01:54 2006] DEFAULT 'filter_prereqs' HANDLER RETURNING 'sub return value' [MSG] [Thu Jul 13 00:01:55 2006] cp lib/Oracle/SQLLoader.pm blib/lib/Oracle/SQLLoader.pm Manifying blib/man3/Oracle::SQLLoader.3 [ERROR] [Thu Jul 13 00:01:56 2006] MAKE TEST failed: [EMAIL PROTECTED] t/01-createTable..................# Failed test 1 in t/01-createTable.t at line 26 # t/01-createTable.t line 26 is: ok(($sqlplus = Oracle::SQLLoader->findProgram($sqlplus))); # Failed test 3 in t/01-createTable.t at line 30 # t/01-createTable.t line 30 is: ok(createTable()); FAILED tests 1, 3 Failed 2/3 tests, 33.33% okay t/02-delimitedLoadSimple..........Use of uninitialized value in split at t/02-delimitedLoadSimple.t line 62. Oracle::SQLLoader::_initDefaults: no username argument supplied and ORACLE_USERID environment variable does not contain valid account info at t/02-delimitedLoadSimple.t line 63 dubious Test returned status 25 (wstat 6400, 0x1900) DIED. FAILED tests 2-4 Failed 3/4 tests, 25.00% okay t/03-fixedLoadSimple..............Use of uninitialized value in split at t/03-fixedLoadSimple.t line 60. Oracle::SQLLoader::_initDefaults: no username argument supplied and ORACLE_USERID environment variable does not contain valid account info at t/03-fixedLoadSimple.t line 62 dubious Test returned status 25 (wstat 6400, 0x1900) DIED. FAILED tests 2-5 Failed 4/5 tests, 20.00% okay t/04-delimitedLoadWithOptions.....Use of uninitialized value in split at t/04-delimitedLoadWithOptions.t line 60. Oracle::SQLLoader::_initDefaults: no username argument supplied and ORACLE_USERID environment variable does not contain valid account info at t/04-delimitedLoadWithOptions.t line 61 dubious Test returned status 25 (wstat 6400, 0x1900) DIED. FAILED tests 2-5 Failed 4/5 tests, 20.00% okay t/05-fixedLoadWhenClause..........Use of uninitialized value in split at t/05-fixedLoadWhenClause.t line 58. Oracle::SQLLoader::_initDefaults: no username argument supplied and ORACLE_USERID environment variable does not contain valid account info at t/05-fixedLoadWhenClause.t line 59 dubious Test returned status 25 (wstat 6400, 0x1900) DIED. FAILED test 2 Failed 1/2 tests, 50.00% okay t/06-delimitedSingleRecord........Use of uninitialized value in split at t/06-delimitedSingleRecord.t line 59. Oracle::SQLLoader::_initDefaults: no username argument supplied and ORACLE_USERID environment variable does not contain valid account info at t/06-delimitedSingleRecord.t line 60 dubious Test returned status 25 (wstat 6400, 0x1900) DIED. FAILED tests 2-4 Failed 3/4 tests, 25.00% okay t/07-directDelimitedLoadSimple....Use of uninitialized value in split at t/07-directDelimitedLoadSimple.t line 62. Oracle::SQLLoader::_initDefaults: no username argument supplied and ORACLE_USERID environment variable does not contain valid account info at t/07-directDelimitedLoadSimple.t line 63 # Looks like you planned 5 tests but only ran 1. # Looks like your test died just after 1. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 2-5 Failed 4/5 tests, 20.00% okay t/08-options......................Use of uninitialized value in split at t/08-options.t line 78. Oracle::SQLLoader::_initDefaults: no username argument supplied and ORACLE_USERID environment variable does not contain valid account info at t/08-options.t line 80 # Looks like you planned 16 tests but only ran 1. # Looks like your test died just after 1. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 2-16 Failed 15/16 tests, 6.25% okay Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------------- t/01-createTable.t 3 2 66.67% 1 3 t/02-delimitedLoadSimple.t 25 6400 4 6 150.00% 2-4 t/03-fixedLoadSimple.t 25 6400 5 8 160.00% 2-5 t/04-delimitedLoadWithOptions.t 25 6400 5 8 160.00% 2-5 t/05-fixedLoadWhenClause.t 25 6400 2 2 100.00% 2 t/06-delimitedSingleRecord.t 25 6400 4 6 150.00% 2-4 t/07-directDelimitedLoadSimple.t 255 65280 5 8 160.00% 2-5 t/08-options.t 255 65280 16 30 187.50% 2-16 Failed 8/8 test scripts, 0.00% okay. 36/44 subtests failed, 18.18% okay. make: *** [test_dynamic] Error 255 ******************************** NOTE ******************************** The comments above are created mechanically, possibly without manual checking by the sender. As there are many people performing automatic tests on each upload to CPAN, it is likely that you will receive identical messages about the same problem. If you believe that the message is mistaken, please reply to the first one with correction and/or additional informations, and do not take it personally. We appreciate your patience. :) ********************************************************************** Additional comments: This report was machine-generated by CPAN::YACSmoke 0.03. -- Summary of my perl5 (revision 5 version 8 subversion 8) configuration: Platform: osname=linux, osvers=2.6.16.14, archname=x86_64-linux-thread-multi-ld uname='linux rinse 2.6.16.14 #1 smp mon may 8 23:44:32 cst 2006 x86_64 gnulinux ' config_args='-s -d -Dusethreads -Dcc=gcc -Duselongdouble -Doptimize=-g -O3 -Duse64bitint -Duse64bitall -Dprefix=/opt/perl/testers -Dd_dosuid -Dinc_version_list=none -Acccdlflags=-fPIC -Duseshrplib=true [EMAIL PROTECTED]' 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='gcc', ccflags ='-D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBUGGING -fno-strict-aliasing -pipe -Wdeclaration-after-statement -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64', optimize='-g -O3', cppflags='-D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBUGGING -fno-strict-aliasing -pipe -Wdeclaration-after-statement -I/usr/local/include' ccversion='', gccversion='3.4.4 20050314 (prerelease) (Debian 3.4.3-13)', 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='gcc', ldflags =' -L/usr/local/lib' libpth=/usr/local/lib /lib /usr/lib libs=-lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lpthread -lc perllibs=-lnsl -ldl -lm -lcrypt -lutil -lpthread -lc libc=/lib/libc-2.3.2.so, so=so, useshrplib=true, libperl=libperl.so gnulibc_version='2.3.2' Dynamic Linking: dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E -Wl,-rpath,/opt/perl/testers/lib/5.8.8/x86_64-linux-thread-multi-ld/CORE' cccdlflags=' -fPIC', lddlflags='-shared -L/usr/local/lib'
