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 Yves,
    
This is a computer-generated report for Data-Dump-Streamer-2.06-38
on perl-5.8.8, 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 /usr/local/bin/perl5.8.8 "-MExtUtils::Command::MM" "-e" 
"test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/as................ok
t/blessed...........ok
t/dogpound..........ok
t/dump..............
#   Failed test 'Indent'
#   at t/test_helper.pl line 249.

#   Failed test 'Indent(0)'
#   at t/test_helper.pl line 249.

#   Failed test 'IndentCols(0)'
#   at t/test_helper.pl line 249.

#   Failed test 'IndentCols(4)'
#   at t/test_helper.pl line 249.

#   Failed test 'IndentCols(2)'
#   at t/test_helper.pl line 249.
# Error:
# Unicode qr// and string subtest Expected failed to return the expected result:
#        Expected                                            Result
#    0 = $VAR1 = "This contains unicode: /\x{263a}/";      | $VAR1 = "This 
contains unicode: /\x{263a}/";
#    1 ! $Regexp1 = qr!This contains unicode: /\x{263a}/!; * $Regexp1 = bless( 
\do { my $v = undef }, 'Regexp' );
Got <<'EXPECT';
$VAR1 = "This contains unicode: /\x{263a}/";
$Regexp1 = bless( \do { my $v = undef }, 'Regexp' );

EXPECT

#   Failed test 'Unicode qr// and string'
#   at t/test_helper.pl line 471.
# Looks like you failed 6 tests of 47.
dubious
        Test returned status 6 (wstat 1536, 0x600)
DIED. FAILED tests 24-28, 37
        Failed 6/47 tests, 87.23% okay
t/filter............ok
t/globtest..........ok
t/hardrefs..........ok
t/impure_madness....Got <<'EXPECT';
$ARRAY1 = [
            bless( \undef, 'foo_bar' ),
            alias_to($ARRAY1->[0])
          ];

EXPECT

#   Failed test 'Impure Impure Madness cap( $qr,$qr )'
#   at t/test_helper.pl line 471.
Got <<'EXPECT';
$ARRAY1 = [
            \$ARRAY1->[1],
            \$ARRAY1->[0],
            alias_to($foo_bar1),
            alias_to($ARRAY1->[0]),
            alias_to($ARRAY1->[1]),
            alias_to($foo_bar1)
          ];
$ARRAY2 = [
            \$ThisIsATest1,
            $ARRAY2->[0],
            $ARRAY2->[0],
            \$foo_bar1,
            $ARRAY2->[3],
            \'foo',
            \$VAR1
          ];
$VAR1 = 'boo';
$ThisIsATest1 = bless( {
                  A     => \$ARRAY2,
                  "B-B" => [ '$array' ],
                  CCCD  => [
                             'foo',
                             'bar'
                           ],
                  E     => \\1,
                  F     => \\undef,
                  G     => $ARRAY2->[0],
                  Q     => [ make_ro( 'icky' ) ]
                }, 'ThisIsATest' );
$foo_bar1 = bless( \undef, 'foo_bar' );

EXPECT

#   Failed test 'Total Impure Madness'
#   at t/test_helper.pl line 471.
Got <<'EXPECT';
$ARRAY1 = [
            \$ARRAY1->[1],
            \$ARRAY1->[0]
          ];
$Regexp1 = bless( \undef, 'Regexp' );
$bar1 = bless( \undef, 'bar' );
$REF1 = \bless( \undef, 'baz' );
$ARRAY2 = [
            \$ARRAY5->[1],
            \$ARRAY5->[0]
          ];
$ARRAY3 = [
            \$ARRAY3->[0],
            $ARRAY2->[0],
            $ARRAY2->[1]
          ];
$VAR1 = 1;
$VAR2 = 2;
$VAR3 = 3;
alias_ref(\$VAR4,\$VAR1);
$ARRAY4 = [
            1,
            2,
            3
          ];
$HASH1 = {
           1 => 2,
           3 => 4
         };
$ARRAY5 = [
            $ARRAY2->[0],
            $ARRAY2->[1]
          ];
alias_ref(\$ARRAY6,\$ARRAY5);
alias_ref(\$VAR5,\$VAR1);
alias_ref(\$VAR6,\$VAR2);
alias_ref(\$VAR7,\$VAR3);
$HASH2 = {
           bar  => 'bar',
           foo  => 'foo',
           foo2 => alias_to($HASH2->{foo})
         };

EXPECT

#   Failed test 'More Impure Madness'
#   at t/test_helper.pl line 471.
# Looks like you failed 3 tests of 8.
dubious
        Test returned status 3 (wstat 768, 0x300)
DIED. FAILED tests 5-7
        Failed 3/8 tests, 62.50% okay
t/lexicals..........# 
# PadWalker 1.5 is installed
ok
t/locked............# Error:
# locked_ref_keys_plus subtest Expected failed to return the expected result:
#        Expected                         Result
#    0 ! $HASH1 = lock_ref_keys_plus( { * $HASH1 = lock_ref_keys( {
#    1 =            a0 => 'a1',         |            a0 => 'a1',
#    2 =            a4 => 'a5',         |            a4 => 'a5',
#    3 =            a8 => 'a9'          |            a8 => 'a9'
#    4 !          }, 'a2', 'a6' );      *          } );
Got <<'EXPECT';
$HASH1 = lock_ref_keys( {
           a0 => 'a1',
           a4 => 'a5',
           a8 => 'a9'
         } );

EXPECT

#   Failed test 'locked_ref_keys_plus'
#   at t/test_helper.pl line 471.
# Error:
# locked_keys_plus subtest Expected failed to return the expected result:
#        Expected                           Result
#    3 =        a8 => 'a9'                |        a8 => 'a9'
#    4 =      );                          |      );
#    5 ! lock_keys_plus( %h, 'a2', 'a6'); * lock_keys( %h );
Got <<'EXPECT';
%h = (
       a0 => 'a1',
       a4 => 'a5',
       a8 => 'a9'
     );
lock_keys( %h );

EXPECT

#   Failed test 'locked_keys_plus'
#   at t/test_helper.pl line 471.
# Error:
# blessed locked_ref_keys_plus subtest Expected failed to return the expected 
result:
#        Expected                                  Result
#    0 ! $locked1 = lock_ref_keys_plus( bless( { * $locked1 = lock_ref_keys( 
bless( {
#    1 =              a0 => 'a1',                |              a0 => 'a1',
#    2 =              a4 => 'a5',                |              a4 => 'a5',
#    3 =              a8 => 'a9'                 |              a8 => 'a9'
#    4 !            }, 'locked' ), 'a2', 'a6' ); *            }, 'locked' ) );
Got <<'EXPECT';
$locked1 = lock_ref_keys( bless( {
             a0 => 'a1',
             a4 => 'a5',
             a8 => 'a9'
           }, 'locked' ) );

EXPECT

#   Failed test 'blessed locked_ref_keys_plus'
#   at t/test_helper.pl line 471.
# Error:
# blessed locked_keys_plus subtest Expected failed to return the expected 
result:
#        Expected                             Result
#    4 =      );                            |      );
#    5 = $locked1 = bless( \%h, 'locked' ); | $locked1 = bless( \%h, 'locked' );
#    6 ! lock_keys_plus( %h, 'a2', 'a6');   * lock_keys( %h );
Got <<'EXPECT';
%h = (
       a0 => 'a1',
       a4 => 'a5',
       a8 => 'a9'
     );
$locked1 = bless( \%h, 'locked' );
lock_keys( %h );

EXPECT

#   Failed test 'blessed locked_keys_plus'
#   at t/test_helper.pl line 471.
# Error:
# blessed locked_keys_plus subtest Expected failed to return the expected 
result:
#        Expected                                                  Result
#    0 ! $HASH1 = lock_ref_keys_plus( {                          * $HASH1 = 
lock_ref_keys( {
#    1 !            1  => lock_ref_keys_plus( { foo => 1 }, 0 ), *            1 
 => lock_ref_keys( { foo => 1 } ),
#    2 !            2  => lock_ref_keys_plus( { foo => 2 }, 1 ), *            2 
 => lock_ref_keys( { foo => 2 } ),
#    3 !            3  => lock_ref_keys_plus( { foo => 3 }, 2 ), *            3 
 => lock_ref_keys( { foo => 3 } ),
#    4 !            4  => lock_ref_keys_plus( { foo => 4 }, 3 ), *            4 
 => lock_ref_keys( { foo => 4 } ),
#    5 !            5  => lock_ref_keys_plus( { foo => 5 }, 4 ), *            5 
 => lock_ref_keys( { foo => 5 } ),
#    6 !            6  => lock_ref_keys_plus( { foo => 6 }, 5 ), *            6 
 => lock_ref_keys( { foo => 6 } ),
#    7 !            7  => lock_ref_keys_plus( { foo => 7 }, 6 ), *            7 
 => lock_ref_keys( { foo => 7 } ),
#    8 !            8  => lock_ref_keys_plus( { foo => 8 }, 7 ), *            8 
 => lock_ref_keys( { foo => 8 } ),
#    9 !            9  => lock_ref_keys_plus( { foo => 9 }, 8 ), *            9 
 => lock_ref_keys( { foo => 9 } ),
#   10 !            10 => lock_ref_keys_plus( { foo => 10 }, 9 ) *            
10 => lock_ref_keys( { foo => 10 } )
#   11 !          }, 11, 12, 13, 14, 15, 16, 17, 18, 19 );       *          } );
Got <<'EXPECT';
$HASH1 = lock_ref_keys( {
           1  => lock_ref_keys( { foo => 1 } ),
           2  => lock_ref_keys( { foo => 2 } ),
           3  => lock_ref_keys( { foo => 3 } ),
           4  => lock_ref_keys( { foo => 4 } ),
           5  => lock_ref_keys( { foo => 5 } ),
           6  => lock_ref_keys( { foo => 6 } ),
           7  => lock_ref_keys( { foo => 7 } ),
           8  => lock_ref_keys( { foo => 8 } ),
           9  => lock_ref_keys( { foo => 9 } ),
           10 => lock_ref_keys( { foo => 10 } )
         } );

EXPECT

#   Failed test 'blessed locked_keys_plus'
#   at t/test_helper.pl line 471.
# Looks like you failed 5 tests of 11.
dubious
        Test returned status 5 (wstat 1280, 0x500)
DIED. FAILED tests 4, 6, 8, 10-11
        Failed 5/11 tests, 54.55% okay
t/madness...........
#   Failed test 'Madness cap( $qr,$qr )'
#   at t/test_helper.pl line 253.

#   Failed test 'Total Madness'
#   at t/test_helper.pl line 253.

#   Failed test 'More Madness'
#   at t/test_helper.pl line 249.
# Looks like you failed 3 tests of 6.
dubious
        Test returned status 3 (wstat 768, 0x300)
DIED. FAILED tests 3-5
        Failed 3/6 tests, 50.00% okay
t/madness_w.........
#   Failed test 'Madness cap( $qr,$qr )'
#   at t/test_helper.pl line 253.

#   Failed test 'Total Madness'
#   at t/test_helper.pl line 253.

#   Failed test 'More Madness'
#   at t/test_helper.pl line 249.
# Looks like you failed 3 tests of 6.
dubious
        Test returned status 3 (wstat 768, 0x300)
DIED. FAILED tests 3-5
        Failed 3/6 tests, 50.00% okay
t/names.............ok
t/overload..........ok
t/readonly..........ok
t/refaddr...........ok
t/refcount..........ok
t/refelem...........ok
t/reftype...........ok
t/sortkeys..........ok
t/tree..............ok
t/usage.............ok
t/xs_subs...........
#   Failed test 'lock_keys @hidden'
#   at t/xs_subs.t line 54.
#          got: ''
#     expected: 'b e'

#   Failed test 'lock_keys() @hidden'
#   at t/xs_subs.t line 72.
#          got: ''
#     expected: 'a b c d e f'

#   Failed test 'lock_ref_keys @hidden'
#   at t/xs_subs.t line 86.
#          got: ''
#     expected: 'b e'

#   Failed test 'lock_ref_keys() @hidden'
#   at t/xs_subs.t line 97.
#          got: ''
#     expected: 'a b c d e f'

#   Failed test 'lock_ref_keys_plus() @hidden'
#   at t/xs_subs.t line 108.
#          got: ''
#     expected: 'a b c d e f'

#   Failed test 'lock_keys_plus() @hidden'
#   at t/xs_subs.t line 119.
#          got: ''
#     expected: 'a b c d e f'
# Looks like you failed 6 tests of 36.
dubious
        Test returned status 6 (wstat 1536, 0x600)
DIED. FAILED tests 12, 18, 22, 26, 30, 34
        Failed 6/36 tests, 83.33% okay
Failed Test        Stat Wstat Total Fail  List of Failed
-------------------------------------------------------------------------------
t/dump.t              6  1536    47    6  24-28 37
t/impure_madness.t    3   768     8    3  5-7
t/locked.t            5  1280    11    5  4 6 8 10-11
t/madness.t           3   768     6    3  3-5
t/madness_w.t         3   768     6    3  3-5
t/xs_subs.t           6  1536    36    6  12 18 22 26 30 34
Failed 6/23 test scripts. 26/359 subtests failed.
Files=23, Tests=359,  9 wallclock secs ( 3.23 cusr +  0.89 csys =  4.12 CPU)
Failed 6/23 test programs. 26/359 subtests failed.
*** Error code 6

Stop in /mnt/i386/usr/local/src/CPAN/build/Data-Dump-Streamer-2.06-38-eIVwQM.

------------------------------
PREREQUISITES
------------------------------

Prerequisite modules loaded:

requires:

    Module         Need Have 
    -------------- ---- -----
    B::Deparse     0    0.71 
    B::Utils       0.05 0.05 
    Test::More     0    0.70 
    Text::Abbrev   0    1.01 
    Text::Balanced 0    2.0.0

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

Environment variables:

    PATH = 
/usr/local/bin:/usr/X11R6/bin:/usr/X11/bin:/usr/perl5.8.0/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/usr/local/pilot/bin:/home/cpansand/bin/freebsd6.2:/home/cpansand/bin/sh:/home/cpansand/bin:/usr/X386/bin:/usr/games:/home/cpansand/devel:/mnt/i386/usr/home/e/eserte/work/srezic-misc/scripts
    PERL5LIB = 
/usr/local/src/CPAN/build/Text-MicroMason-1.993_01-DaQXs4/blib/arch:/usr/local/src/CPAN/build/Text-MicroMason-1.993_01-DaQXs4/blib/lib:/usr/local/src/CPAN/build/Class-MixinFactory-0.92-tIuRDa/blib/arch:/usr/local/src/CPAN/build/Class-MixinFactory-0.92-tIuRDa/blib/lib:/usr/local/src/CPAN/build/Acme-MetaSyntactic-daleks-1.00-Qad28b/blib/arch:/usr/local/src/CPAN/build/Acme-MetaSyntactic-daleks-1.00-Qad28b/blib/lib:/usr/local/src/CPAN/build/Acme-MetaSyntactic-0.99-MyZhkF/blib/arch:/usr/local/src/CPAN/build/Acme-MetaSyntactic-0.99-MyZhkF/blib/lib:/usr/local/src/CPAN/build/SQL-Tokenizer-0.09-YIrAF6/blib/arch:/usr/local/src/CPAN/build/SQL-Tokenizer-0.09-YIrAF6/blib/lib
    PERL5_CPANPLUS_IS_RUNNING = 37137
    PERL5_CPAN_IS_RUNNING = 37137
    PERL_HTML_DISPLAY_CLASS = HTML::Display::Mozilla
    SHELL = /usr/local/bin/zsh
    TERM = xterm

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

    $^X = perl5.8.8
    $UID/$EUID = 1023 / 1023
    $GID = 1023 1023 1023
    $EGID = 1023 1023 1023

Perl module toolchain versions installed:

    Module              Have  
    ------------------- ------
    CPAN                1.9205
    Cwd                 3.25  
    ExtUtils::CBuilder  0.18  
    ExtUtils::Command   1.13  
    ExtUtils::Install   1.44  
    ExtUtils::MakeMaker 0     
    ExtUtils::Manifest  1.51  
    ExtUtils::ParseXS   2.15  
    File::Spec          3.25  
    Module::Build       0.2806
    Module::Signature   0.55  
    Test::Harness       2.64  
    Test::More          0.70  
    YAML                0.66  
    YAML::Syck          0.98  
    version             0.7203


--

Summary of my perl5 (revision 5 version 8 subversion 8) configuration:
  Platform:
    osname=freebsd, osvers=6.2-prerelease, archname=amd64-freebsd
    uname='freebsd freebsd.org 6.2-prerelease freebsd 6.2-prerelease #0: mon 
oct 16 03:27:17 utc 2006 [EMAIL PROTECTED]:usrsrcsysmagickernelpath amd64 '
    config_args='-sde -Dprefix=/usr/local 
-Darchlib=/usr/local/lib/perl5/5.8.8/mach -Dprivlib=/usr/local/lib/perl5/5.8.8 
-Dman3dir=/usr/local/lib/perl5/5.8.8/perl/man/man3 
-Dman1dir=/usr/local/man/man1 
-Dsitearch=/usr/local/lib/perl5/site_perl/5.8.8/mach 
-Dsitelib=/usr/local/lib/perl5/site_perl/5.8.8 -Dscriptdir=/usr/local/bin 
-Dsiteman3dir=/usr/local/lib/perl5/5.8.8/man/man3 
-Dsiteman1dir=/usr/local/man/man1 -Ui_malloc -Ui_iconv -Uinstallusrbinperl 
-Dcc=cc -Duseshrplib 
-Dccflags=-DAPPLLIB_EXP="/usr/local/lib/perl5/5.8.8/BSDPAN" -Doptimize=-O2 
-fno-strict-aliasing -pipe  -Ud_dosuid -Ui_gdbm -Dusethreads=n -Dusemymalloc=y 
-Duse64bitint'
    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=define use64bitall=define uselongdouble=undef
    usemymalloc=y, bincompat5005=undef
  Compiler:
    cc='cc', ccflags ='-DAPPLLIB_EXP="/usr/local/lib/perl5/5.8.8/BSDPAN" 
-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe 
-Wdeclaration-after-statement -I/usr/local/include',
    optimize='-O2 -fno-strict-aliasing -pipe ',
    cppflags='-DAPPLLIB_EXP="/usr/local/lib/perl5/5.8.8/BSDPAN" -DHAS_FPSETMASK 
-DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -Wdeclaration-after-statement 
-I/usr/local/include'
    ccversion='', gccversion='3.4.6 [FreeBSD] 20060305', 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='double', nvsize=8, Off_t='off_t', 
lseeksize=8
    alignbytes=8, prototype=define
  Linker and Libraries:
    ld='cc', ldflags =' -Wl,-E -L/usr/local/lib'
    libpth=/usr/lib /usr/local/lib
    libs=-lm -lcrypt -lutil
    perllibs=-lm -lcrypt -lutil
    libc=, so=so, useshrplib=true, libperl=libperl.so
    gnulibc_version=''
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='  
-Wl,-R/usr/local/lib/perl5/5.8.8/mach/CORE'
    cccdlflags='-DPIC -fPIC', lddlflags='-shared  -L/usr/local/lib'

Reply via email to