FAIL Oracle-SQLLoader-0.9 darwin-thread-multi-64int-2level 8.10.0
  Home FAQ Contact Sign in
perl.cpan.testers only
 
Advanced search
POPULAR GROUPS

more...

 Up
FAIL Oracle-SQLLoader-0.9 darwin-thread-multi-64int-2level 8.10.0         

Group: perl.cpan.testers · Group Profile
Author: chris
Date: Sep 20, 2008 02:42

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/

--

Dear EZRA,

This is a computer-generated error report created automatically by
CPANPLUS, version 0.84. 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] [Sat Sep 20 10:41:36 2008] Trying to get 'ftp://ftp.funet.fi/pub/CPAN/authors/id/E/EZ/EZRA/Oracle-SQLLoader-0.9.tar.gz'
[MSG] [Sat Sep 20 10:41:47 2008] Trying to get 'ftp://ftp.funet.fi/pub/CPAN/authors/id/E/EZ/EZRA/CHECKSUMS'
[MSG] [Sat Sep 20 10:41:49 2008] Checksum matches for 'Oracle-SQLLoader-0.9.tar.gz'
[MSG] [Sat Sep 20 10:41:50 2008] Extracted 'Oracle-SQLLoader-0.9/'
[MSG] [Sat Sep 20 10:41:50 2008] Extracted 'Oracle-SQLLoader-0.9/t/'
[MSG] [Sat Sep 20 10:41:50 2008] Extracted 'Oracle-SQLLoader-0.9/t/08-options.t'
[MSG] [Sat Sep 20 10:41:50 2008] Extracted 'Oracle-SQLLoader-0.9/t/03-fixedLoadSimple.t'
[MSG] [Sat Sep 20 10:41:50 2008] Extracted 'Oracle-SQLLoader-0.9/t/05-fixedLoadWhenClause.t'
[MSG] [Sat Sep 20 10:41:50 2008] Extracted 'Oracle-SQLLoader-0.9/t/01-createTable.t'
[MSG] [Sat Sep 20 10:41:50 2008] Extracted 'Oracle-SQLLoader-0.9/t/07-directDelimitedLoadSimple.t'
[MSG] [Sat Sep 20 10:41:50 2008] Extracted 'Oracle-SQLLoader-0.9/t/06-delimitedSingleRecord.t'
[MSG] [Sat Sep 20 10:41:50 2008] Extracted 'Oracle-SQLLoader-0.9/t/02-delimitedLoadSimple.t'
[MSG] [Sat Sep 20 10:41:50 2008] Extracted 'Oracle-SQLLoader-0.9/t/04-delimitedLoadWithOptions.t'
[MSG] [Sat Sep 20 10:41:50 2008] Extracted 'Oracle-SQLLoader-0.9/lib/'
[MSG] [Sat Sep 20 10:41:50 2008] Extracted 'Oracle-SQLLoader-0.9/lib/Oracle/'
[MSG] [Sat Sep 20 10:41:50 2008] Extracted 'Oracle-SQLLoader-0.9/lib/Oracle/SQLLoader.pm'
[MSG] [Sat Sep 20 10:41:50 2008] Extracted 'Oracle-SQLLoader-0.9/Changes'
[MSG] [Sat Sep 20 10:41:50 2008] Extracted 'Oracle-SQLLoader-0.9/MANIFEST'
[MSG] [Sat Sep 20 10:41:50 2008] Extracted 'Oracle-SQLLoader-0.9/TODO'
[MSG] [Sat Sep 20 10:41:51 2008] Extracted 'Oracle-SQLLoader-0.9/Makefile.PL'
[MSG] [Sat Sep 20 10:41:51 2008] Extracted 'Oracle-SQLLoader-0.9/README'
[MSG] [Sat Sep 20 10:41:51 2008] Extracted 'Oracle-SQLLoader-0.9/META.yml'
[MSG] [Sat Sep 20 10:41:51 2008] Extracted 'Oracle::SQLLoader' to '/Volumes/Media/smoke/dev/perl-5.8.x/.cpanplus/5.8.8/build/Oracle-SQLLoader-0.9'
[MSG] [Sat Sep 20 10:41:51 2008] Loading YACSmoke database "/Volumes/Media/smoke/dev/perl-5.8.x/.cpanplus/cpansmoke.dat"
[MSG] [Sat Sep 20 10:41:54 2008] 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] [Sat Sep 20 10:41:54 2008] DEFAULT 'filter_prereqs' HANDLER RETURNING 'sub return value'
[MSG] [Sat Sep 20 10:41:54 2008] Checking for previous PASS result for "Oracle-SQLLoader-0.9"
[MSG] [Sat Sep 20 10:42:00 2008] cp lib/Oracle/SQLLoader.pm blib/lib/Oracle/SQLLoader.pm
Manifying blib/man3/Oracle::SQLLoader.3

[ERROR] [Sat Sep 20 10:42:08 2008] MAKE TEST failed: PERL_DL_NONLAZY=1 /Volumes/Media/smoke/dev/perl-5.8.x/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 2/3 subtests
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 255 (wstat 65280, 0xff00)
Failed 3/4 subtests
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 255 (wstat 65280, 0xff00)
Failed 4/5 subtests
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 255 (wstat 65280, 0xff00)
Failed 4/5 subtests
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 255 (wstat 65280, 0xff00)
Failed 1/2 subtests
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 255 (wstat 65280, 0xff00)
Failed 3/4 subtests
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 255 (wstat 65280, 0xff00)
Failed 4/5 subtests
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 255 (wstat 65280, 0xff00)
Failed 15/16 subtests

Test Summary Report
-------------------
t/01-createTable (Wstat: 0 Tests: 3 Failed: 2)
Failed tests: 1, 3
t/02-delimitedLoadSimple (Wstat: 65280 Tests: 1 Failed: 0)
Non-zero exit status: 255
Parse errors: Bad plan. You planned 4 tests but ran 1.
t/03-fixedLoadSimple (Wstat: 65280 Tests: 1 Failed: 0)
Non-zero exit status: 255
Parse errors: Bad plan. You planned 5 tests but ran 1.
t/04-delimitedLoadWithOptions (Wstat: 65280 Tests: 1 Failed: 0)
Non-zero exit status: 255
Parse errors: Bad plan. You planned 5 tests but ran 1.
t/05-fixedLoadWhenClause (Wstat: 65280 Tests: 1 Failed: 0)
Non-zero exit status: 255
Parse errors: Bad plan. You planned 2 tests but ran 1.
t/06-delimitedSingleRecord (Wstat: 65280 Tests: 1 Failed: 0)
Non-zero exit status: 255
Parse errors: Bad plan. You planned 4 tests but ran 1.
t/07-directDelimitedLoadSimple (Wstat: 65280 Tests: 1 Failed: 0)
Non-zero exit status: 255
Parse errors: Bad plan. You planned 5 tests but ran 1.
t/08-options (Wstat: 65280 Tests: 1 Failed: 0)
Non-zero exit status: 255
Parse errors: Bad plan. You planned 16 tests but ran 1.
Files=8, Tests=10, 6 wallclock secs ( 0.21 usr 0.13 sys + 2.23 cusr 0.66 csys = 3.23 CPU)
Result: FAIL
Failed 8/8 test programs. 2/10 subtests failed.
make: *** [test_dynamic] Error 255

[MSG] [Sat Sep 20 10:42:08 2008] DEFAULT 'proceed_on_test_failure' HANDLER RETURNING 'sub return value'

******************************** 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 CPANPLUS::Dist::YACSmoke 0.06.

------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------

Environment variables:

AUTOMATED_TESTING = 1
PATH = /bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin
PERL5LIB = :/Volumes/Media/smoke/dev/perl-5.8.x/.cpanplus/5.8.8/build/Oracle-SQLLoader-0.9/blib/lib...
PERL5_CPANPLUS_IS_RUNNING = 15437
PERL5_CPANPLUS_IS_VERSION = 0.84
PERL5_CPANPLUS_VERBOSE = 1
PERL_MM_USE_DEFAULT = 1
SHELL = /bin/bash
TERM = screen

Perl special variables (and OS-specific diagnostics, for MSWin32):

Perl: $^X = /Volumes/Media/smoke/dev/perl-5.8.x/bin/perl
UID: $< = 502
EUID: $> = 502
GID: $( = 502 502
EGID: $) = 502 502

-------------------------------

--

Summary of my perl5 (revision 5 version 8 subversion 8 patch 34327) configuration:
Platform:
osname=darwin, osvers=8.10.0, archname=darwin-thread-multi-64int-2level
uname='darwin afalglas.bingosnet.co.uk 8.10.0 darwin kernel version 8.10.0: wed may 23 16:50:59 pdt 2007; root:xnu-792.21.3~1release_ppc power macintosh powerpc '
config_args='-de -Dprefix=/Volumes/Media/smoke/dev/perl-5.8.x -Dusethreads -Duse64bitint'
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=undef uselongdouble=undef
usemymalloc=n, bincompat5005=undef
Compiler:
cc='cc', ccflags ='-fno-common -DPERL_DARWIN -no-cpp-precomp -fno-strict-aliasing -pipe -I/usr/local/include',
optimize='-O3',
cppflags='-no-cpp-precomp -fno-common -DPERL_DARWIN -no-cpp-precomp -fno-strict-aliasing -pipe -I/usr/local/include'
ccversion='', gccversion='4.0.1 (Apple Computer, Inc. build 5367)', gccosandvers=''
intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=87654321
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
ivtype='long long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
alignbytes=8, prototype=define
Linker and Libraries:
ld='env MACOSX_DEPLOYMENT_TARGET=10.3 cc', ldflags =' -L/usr/local/lib'
libpth=/usr/local/lib /usr/lib
libs=-ldbm -ldl -lm -lc
perllibs=-ldl -lm -lc
libc=/usr/lib/libc.dylib, so=dylib, useshrplib=false, libperl=libperl.a
gnulibc_version=''
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=bundle, d_dlsymun=undef, ccdlflags=' '
no comments
diggit! del.icio.us! reddit!