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.
--
This is an error report generated automatically by CPANPLUS.
Below is the error stack during 'make test':
PERL_DL_NONLAZY=1 /usr/local/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0,
'blib/lib', 'blib/arch')" t/*.t
t/00_base..................ok
t/01_tie...................ok
t/02_tie_strict............ok
t/03_uuid_key..............skipped
all skipped: no reason given
t/04_random_key............ok
t/05_exception.............ok
t/06_ruleset...............ok
t/07_utility...............ok
1/17 skipped: Weird timezone interaction
t/10_hash_file.............ok
t/20_gdbm..................ok
t/30_dbi...................skipped
all skipped: no reason given
t/31_dbi_multifield........skipped
all skipped: no reason given
t/32_dbi_inline_config.....skipped
all skipped: no reason given
t/33_dbi_discover_field....skipped
all skipped: no reason given
t/34_dbi_find_defaults.....skipped
all skipped: no reason given
t/40_ldap..................skipped
all skipped: no reason given
t/41_ldap_inline_config....skipped
all skipped: no reason given
t/50_rule_create_only......ok
t/51_rule_read_only........ok
t/52_rule_date_convert.....Can't load
'/usr/local/perl/lib/site_perl/5.6.1/sun4-solaris/auto/Time/Piece/Piece.so' for module
Time::Piece: ld.so.1: /usr/local/bin/perl: fatal: relocation error: file
/usr/local/perl/lib/site_perl/5.6.1/sun4-solaris/auto/Time/Piece/Piece.so: symbol
Perl_sv_2pv: referenced symbol not found at
/usr/local/perl/lib/5.8.0/sun4-solaris/DynaLoader.pm line 229.
at t/52_rule_date_convert.t line 9
Compilation failed in require at t/52_rule_date_convert.t line 9.
BEGIN failed--compilation aborted at t/52_rule_date_convert.t line 9.
dubious
Test returned status 255 (wstat 65280, 0xff00)
# Looks like your test died before it could output anything.
DIED. FAILED tests 1-15
Failed 15/15 tests, 0.00% okay
t/60_export_object.........# Failed test (t/60_export_object.t at line 81)
# got: '$item = [
# { spops_class => 'ExportObjectTest',
# field_order => [ qw/ myname / ] },
# [q{bar}],
# [q{foo}],
# [q{baz}],
# ];
# '
# expected: '$item = [
# { spops_class => 'ExportObjectTest',
# field_order => [ qw/ myname / ] },
# [q{foo}],
# [q{bar}],
# [q{baz}],
# ];
# '
# Failed test (t/60_export_object.t at line 96)
# got: '$item = [
# { spops_class => 'ExportObjectTest',
# field_order => [ qw/ myid myname / ] },
# [q{2}, q{bar}],
# [q{1}, q{foo}],
# [q{3}, q{baz}],
# ];
# '
# expected: '$item = [
# { spops_class => 'ExportObjectTest',
# field_order => [ qw/ myid myname / ] },
# [q{1}, q{foo}],
# [q{2}, q{bar}],
# [q{3}, q{baz}],
# ];
# '
# Looks like you failed 2 tests of 15.
dubious
Test returned status 2 (wstat 512, 0x200)
DIED. FAILED tests 8, 13
Failed 2/15 tests, 86.67% okay
t/61_export_xml............# Failed test (t/61_export_xml.t at line 93)
# got: '<spops>
# <spops-object>
# <myname>bar</myname>
# </spops-object>
# <spops-object>
# <myname>foo</myname>
# </spops-object>
# <spops-object>
# <myname>baz</myname>
# </spops-object>
# </spops>
# '
# expected: '<spops>
# <spops-object>
# <myname>foo</myname>
# </spops-object>
# <spops-object>
# <myname>bar</myname>
# </spops-object>
# <spops-object>
# <myname>baz</myname>
# </spops-object>
# </spops>
# '
# Failed test (t/61_export_xml.t at line 108)
# got: '<spops>
# <spops-object>
# <myid>2</myid>
# <myname>bar</myname>
# </spops-object>
# <spops-object>
# <myid>1</myid>
# <myname>foo</myname>
# </spops-object>
# <spops-object>
# <myid>3</myid>
# <myname>baz</myname>
# </spops-object>
# </spops>
# '
# expected: '<spops>
# <spops-object>
# <myid>1</myid>
# <myname>foo</myname>
# </spops-object>
# <spops-object>
# <myid>2</myid>
# <myname>bar</myname>
# </spops-object>
# <spops-object>
# <myid>3</myid>
# <myname>baz</myname>
# </spops-object>
# </spops>
# '
# Looks like you failed 2 tests of 15.
dubious
Test returned status 2 (wstat 512, 0x200)
DIED. FAILED tests 8, 13
Failed 2/15 tests, 86.67% okay
t/62_export_perl...........# Failed test (t/62_export_perl.t at line 71)
# got: '$VAR1 = [
# bless( {
# 'myname' => 'bar',
# 'myid' => 2
# }, 'ExportObjectTest' ),
# bless( {
# 'myname' => 'foo',
# 'myid' => 1
# }, 'ExportObjectTest' ),
# bless( {
# 'myname' => 'baz',
# 'myid' => 3
# }, 'ExportObjectTest' )
# ];
# '
# expected: '$VAR1 = [
# bless( {
# 'myname' => 'foo',
# 'myid' => 1
# }, 'ExportObjectTest' ),
# bless( {
# 'myname' => 'bar',
# 'myid' => 2
# }, 'ExportObjectTest' ),
# bless( {
# 'myname' => 'baz',
# 'myid' => 3
# }, 'ExportObjectTest' )
# ];
# '
# Looks like you failed 1 tests of 10.
dubious
Test returned status 1 (wstat 256, 0x100)
DIED. FAILED test 8
Failed 1/10 tests, 90.00% okay
t/63_export_sql............# Failed test (t/63_export_sql.t at line 74)
# got: 'INSERT INTO foo ( myname )
# VALUES ( 'bar' ) ;
# INSERT INTO foo ( myname )
# VALUES ( 'foo' ) ;
# INSERT INTO foo ( myname )
# VALUES ( 'baz' ) ;
# '
# expected: 'INSERT INTO foo ( myname )
# VALUES ( 'foo' ) ;
# INSERT INTO foo ( myname )
# VALUES ( 'bar' ) ;
# INSERT INTO foo ( myname )
# VALUES ( 'baz' ) ;
# '
# Failed test (t/63_export_sql.t at line 89)
# got: 'INSERT INTO foo ( myid, myname )
# VALUES ( '2', 'bar' ) ;
# INSERT INTO foo ( myid, myname )
# VALUES ( '1', 'foo' ) ;
# INSERT INTO foo ( myid, myname )
# VALUES ( '3', 'baz' ) ;
# '
# expected: 'INSERT INTO foo ( myid, myname )
# VALUES ( '1', 'foo' ) ;
# INSERT INTO foo ( myid, myname )
# VALUES ( '2', 'bar' ) ;
# INSERT INTO foo ( myid, myname )
# VALUES ( '3', 'baz' ) ;
# '
# Looks like you failed 2 tests of 15.
dubious
Test returned status 2 (wstat 512, 0x200)
DIED. FAILED tests 8, 13
Failed 2/15 tests, 86.67% okay
t/64_export_dbdata.........# Failed test (t/64_export_dbdata.t at line 82)
# got: '$item = [
# { table => 'foo',
# field_order => [ qw/ myname / ] },
# [q{bar}],
# [q{foo}],
# [q{baz}],
# ];
# '
# expected: '$item = [
# { table => 'foo',
# field_order => [ qw/ myname / ] },
# [q{foo}],
# [q{bar}],
# [q{baz}],
# ];
# '
# Failed test (t/64_export_dbdata.t at line 97)
# got: '$item = [
# { table => 'foo',
# field_order => [ qw/ myid myname / ] },
# [q{2}, q{bar}],
# [q{1}, q{foo}],
# [q{3}, q{baz}],
# ];
# '
# expected: '$item = [
# { table => 'foo',
# field_order => [ qw/ myid myname / ] },
# [q{1}, q{foo}],
# [q{2}, q{bar}],
# [q{3}, q{baz}],
# ];
# '
# Looks like you failed 2 tests of 15.
dubious
Test returned status 2 (wstat 512, 0x200)
DIED. FAILED tests 8, 13
Failed 2/15 tests, 86.67% okay
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t/52_rule_date_convert.t 255 65280 15 15 100.00% 1-15
t/60_export_object.t 2 512 15 2 13.33% 8 13
t/61_export_xml.t 2 512 15 2 13.33% 8 13
t/62_export_perl.t 1 256 10 1 10.00% 8
t/63_export_sql.t 2 512 15 2 13.33% 8 13
t/64_export_dbdata.t 2 512 15 2 13.33% 8 13
8 tests and 1 subtest skipped.
Failed 6/25 test scripts, 76.00% okay. 24/290 subtests failed, 91.72% okay.
make: *** [test_dynamic] Error 2
Additional comments:
--
Summary of my perl5 (revision 5.0 version 8 subversion 0) configuration:
Platform:
osname=solaris, osvers=2.8, archname=sun4-solaris
uname='sunos sunu991 5.8 generic_108528-14 sun4u sparc '
config_args='-de'
hint=recommended, useposix=true, d_sigaction=define
usethreads=undef use5005threads=undef useithreads=undef usemultiplicity=undef
useperlio=define d_sfio=undef uselargefiles=define usesocks=undef
use64bitint=undef use64bitall=undef uselongdouble=undef
usemymalloc=n, bincompat5005=undef
Compiler:
cc='gcc', ccflags ='-fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64',
optimize='-O',
cppflags='-fno-strict-aliasing -I/usr/local/include'
ccversion='', gccversion='3.0', 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 -lgdbm -ldb -ldl -lm -lc
perllibs=-lsocket -lnsl -ldl -lm -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'