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] [Fri Mar 24 09:10:32 2006] Trying to get 'file://ftp/pub/CPAN/authors/id/E/EZ/EZRA/Oracle-SQLLoader-0.8.tar.gz' [MSG] [Fri Mar 24 09:10:32 2006] Trying to get 'file://ftp/pub/CPAN/authors/id/E/EZ/EZRA/CHECKSUMS' [MSG] [Fri Mar 24 09:10:32 2006] Checksum matches for 'Oracle-SQLLoader-0.8.tar.gz' [MSG] [Fri Mar 24 09:10:37 2006] Extracted 'Oracle-SQLLoader-0.8/' [MSG] [Fri Mar 24 09:10:37 2006] Extracted 'Oracle-SQLLoader-0.8/t/' [MSG] [Fri Mar 24 09:10:37 2006] Extracted 'Oracle-SQLLoader-0.8/t/03-fixedLoadSimple.t' [MSG] [Fri Mar 24 09:10:37 2006] Extracted 'Oracle-SQLLoader-0.8/t/05-fixedLoadWhenClause.t' [MSG] [Fri Mar 24 09:10:37 2006] Extracted 'Oracle-SQLLoader-0.8/t/01-createTable.t' [MSG] [Fri Mar 24 09:10:37 2006] Extracted 'Oracle-SQLLoader-0.8/t/06-delimitedSingleRecord.t' [MSG] [Fri Mar 24 09:10:37 2006] Extracted 'Oracle-SQLLoader-0.8/t/02-delimitedLoadSimple.t' [MSG] [Fri Mar 24 09:10:37 2006] Extracted 'Oracle-SQLLoader-0.8/t/04-delimitedLoadWithOptions.t' [MSG] [Fri Mar 24 09:10:37 2006] Extracted 'Oracle-SQLLoader-0.8/lib/' [MSG] [Fri Mar 24 09:10:37 2006] Extracted 'Oracle-SQLLoader-0.8/lib/Oracle/' [MSG] [Fri Mar 24 09:10:37 2006] Extracted 'Oracle-SQLLoader-0.8/lib/Oracle/SQLLoader.pm' [MSG] [Fri Mar 24 09:10:37 2006] Extracted 'Oracle-SQLLoader-0.8/Changes' [MSG] [Fri Mar 24 09:10:37 2006] Extracted 'Oracle-SQLLoader-0.8/MANIFEST' [MSG] [Fri Mar 24 09:10:37 2006] Extracted 'Oracle-SQLLoader-0.8/TODO' [MSG] [Fri Mar 24 09:10:38 2006] Extracted 'Oracle-SQLLoader-0.8/Makefile.PL' [MSG] [Fri Mar 24 09:10:38 2006] Extracted 'Oracle-SQLLoader-0.8/README' [MSG] [Fri Mar 24 09:10:38 2006] Extracted 'Oracle-SQLLoader-0.8/META.yml' [MSG] [Fri Mar 24 09:10:38 2006] Extracted 'Oracle::SQLLoader' to '/net/sunu991/disc1/home/.cpanplus/5.8.5/build/Oracle-SQLLoader-0.8' [MSG] [Fri Mar 24 09:10:51 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] 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] [Fri Mar 24 09:10:51 2006] DEFAULT 'filter_prereqs' HANDLER RETURNING 'sub return value' [MSG] [Fri Mar 24 09:11:42 2006] cp lib/Oracle/SQLLoader.pm blib/lib/Oracle/SQLLoader.pm Manifying blib/man3/Oracle::SQLLoader.3 [ERROR] [Fri Mar 24 09:12:20 2006] MAKE TEST failed: No such file or directory PERL_DL_NONLAZY=1 /usr/local/perl-5.8.5/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t 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 255 (wstat 65280, 0xff00) 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 255 (wstat 65280, 0xff00) 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 255 (wstat 65280, 0xff00) 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 255 (wstat 65280, 0xff00) DIED. FAILED tests 2-4 Failed 3/4 tests, 25.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 255 (wstat 65280, 0xff00) DIED. FAILED tests 2-4 Failed 3/4 tests, 25.00% 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 255 65280 4 6 150.00% 2-4 t/03-fixedLoadSimple.t 255 65280 5 8 160.00% 2-5 t/04-delimitedLoadWithOptions.t 255 65280 5 8 160.00% 2-5 t/05-fixedLoadWhenClause.t 255 65280 4 6 150.00% 2-4 t/06-delimitedSingleRecord.t 255 65280 4 6 150.00% 2-4 Failed 6/6 test scripts, 0.00% okay. 19/25 subtests failed, 24.00% 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 5) configuration: Platform: osname=solaris, osvers=2.9, archname=sun4-solaris-thread-multi uname='sunos sunu991 5.9 generic_112233-12 sun4u sparc sunw,ultra-5_10 solaris ' config_args='-de -Dusethreads -Dcc=gcc' 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='gcc', ccflags ='-D_REENTRANT -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64', optimize='-O', cppflags='-D_REENTRANT -fno-strict-aliasing -pipe -I/usr/local/include' ccversion='', gccversion='3.3.2', gccosandvers='solaris2.8' intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=4321 d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16 ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8 alignbytes=8, prototype=define Linker and Libraries: ld='gcc', ldflags =' -L/usr/local/lib ' libpth=/usr/local/lib /usr/lib /usr/ccs/lib libs=-lsocket -lnsl -ldl -lm -lpthread -lc perllibs=-lsocket -lnsl -ldl -lm -lpthread -lc libc=/lib/libc.so, so=so, useshrplib=false, libperl=libperl.a gnulibc_version='' Dynamic Linking: dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags=' ' cccdlflags='-fPIC', lddlflags='-G -L/usr/local/lib'
