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 Ingy dot Net,
    
This is a computer-generated test report for YAML-0.65, created
automatically by CPAN::Reporter, version 0.43, 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 testing your distribution.

Sections of this report:

    * Tester comments
    * Prerequisites
    * Environment and other context
    * Test output

------------------------------
TESTER COMMENTS
------------------------------

Additional comments from tester: 

[none provided]

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

Prerequisite modules loaded:

    No requirements found

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

Environment variables:

    LANG = C
    PATH = 
/root/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11:/usr/local/perl/bin:/usr/X11/bin
    PERL5LIB = 
    PERL5_CPANPLUS_IS_RUNNING = 1
    PERL5_CPAN_IS_RUNNING = 1
    SHELL = /usr/bin/zsh
    TERM = screen

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

    Perl: $^X = /usr/local/perl-5.6.2/bin/perl
    UID:  $<  = 0
    EUID: $>  = 0
    GID:  $(  = 0 0
    EGID: $)  = 0 0

Perl module toolchain versions installed:

    Module              Have   
    ------------------- -------
    CPAN                1.9102 
    Cwd                 3.24   
    ExtUtils::CBuilder  0.18   
    ExtUtils::Command   1.09_01
    ExtUtils::Install   1.41   
    ExtUtils::MakeMaker 6.32   
    ExtUtils::Manifest  1.48   
    ExtUtils::ParseXS   n/a    
    File::Spec          3.24   
    Module::Build       0.2807 
    Module::Signature   0.55   
    Test::Harness       2.64   
    Test::More          0.64   
    version             n/a    

------------------------------
TEST OUTPUT
------------------------------

Output from '/usr/bin/make test':

PERL_DL_NONLAZY=1 /usr/local/perl-5.6.2/bin/perl "-MExtUtils::Command::MM" "-e" 
"test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/*.t
t/2-scalars..........ok
t/basic-tests........Bizarre copy of ARRAY in return at 
/usr/local/perl-5.6.2/lib/5.6.2/i686-linux-64int/Data/Dumper.pm line 483, 
<DATA> line 1.
# Looks like you planned 4 tests but only ran 2.
dubious
        Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 3-4
        Failed 2/4 tests, 50.00% okay
t/bugs-emailed.......ok
        3/25 skipped: various reasons
t/bugs-rt............ok
        10/41 skipped: various reasons
t/changes............ok
        1/1 skipped: various reasons
t/dump-basics........ok
t/dump-blessed.......ok
t/dump-code..........Use of uninitialized value in eval "string" at 
lib/YAML/Types.pm line 126, <DATA> line 1.

#   Failed test 'a code ref (n->y)'
#   at /root/.cpan/build/YAML-0.65-DB056N/blib/lib/Test/YAML.pm line 65.
#          got: '--- !!perl/code |
# {
#     'Something at least 30 chars';
# }
# '
#     expected: '--- !!perl/code |
# {
#     use warnings;
#     use strict 'refs';
#     'Something at least 30 chars';
# }
# '
Use of uninitialized value in eval "string" at lib/YAML/Types.pm line 126, 
<DATA> line 1.

#   Failed test 'an array of the same code ref (n->y)'
#   at /root/.cpan/build/YAML-0.65-DB056N/blib/lib/Test/YAML.pm line 65.
#          got: '---
# - &1 !!perl/code |
#   {
#       'Something at least 30 chars';
#   }
# - *1
# - *1
# '
#     expected: '---
# - &1 !!perl/code |
#   {
#       use warnings;
#       use strict 'refs';
#       'Something at least 30 chars';
#   }
# - *1
# - *1
# '
Use of uninitialized value in eval "string" at lib/YAML/Types.pm line 126, 
<DATA> line 1.

#   Failed test 'blessed code ref (n->y)'
#   at /root/.cpan/build/YAML-0.65-DB056N/blib/lib/Test/YAML.pm line 65.
#          got: '--- !!perl/code:Foo::Bar |
# {
#     'Something at least 30 chars';
# }
# '
#     expected: '--- !!perl/code:Foo::Bar |
# {
#     use warnings;
#     use strict 'refs';
#     'Something at least 30 chars';
# }
# '
# Looks like you failed 3 tests of 7.
dubious
        Test returned status 3 (wstat 768, 0x300)
DIED. FAILED tests 1, 3, 7
        Failed 3/7 tests, 57.14% okay
t/dump-file..........ok
t/dump-nested........ok
t/dump-opts..........ok
t/dump-perl-types....Use of uninitialized value in eval "string" at 
lib/YAML/Types.pm line 126, <DATA> line 1.

#   Failed test 'Code'
#   at t/dump-perl-types.t line 6.
#          got: '--- !!perl/code |
# {
#     print "Hello, world\n";
# }
# '
#     expected: '--- !!perl/code |
# {
#     use warnings;
#     use strict 'refs';
#     print "Hello, world\n";
# }
# '
Use of uninitialized value in eval "string" at lib/YAML/Types.pm line 126, 
<DATA> line 1.

#   Failed test 'Code Glob'
#   at t/dump-perl-types.t line 6.
#          got: '--- !!perl/glob:
# PACKAGE: main
# NAME: var3
# CODE: !!perl/code |
#   {
#       print "Hello, world\n";
#   }
# '
#     expected: '--- !!perl/glob:
# PACKAGE: main
# NAME: var3
# CODE: !!perl/code |
#   {
#       use warnings;
#       use strict 'refs';
#       print "Hello, world\n";
#   }
# '
# Looks like you failed 2 tests of 16.
dubious
        Test returned status 2 (wstat 512, 0x200)
DIED. FAILED tests 4, 10
        Failed 2/16 tests, 87.50% okay
t/dump-stringify.....ok
t/dump-tests.........ok
t/dump-works.........ok
t/errors.............ok
t/export.............ok
t/freeze-thaw........ok
t/global-api.........ok
t/inbox..............ok
        3/3 skipped: various reasons
t/load-fails.........ok
t/load-passes........ok
t/load-slides........ok
t/load-spec..........ok
t/load-tests.........ok
t/load-works.........ok
t/marshall...........ok
t/meta-yml...........ok
t/node-info..........
#   Failed test 'Scalar Ref Ref'
#   at /root/.cpan/build/YAML-0.65-DB056N/inc/Test/Base.pm line 352.
#                   'undef;SCALAR;0x8551720'
#     doesn't match '(?-xism:^undef;REF;0x[0-9a-fA-F]+$)'

#   Failed test 'Code Ref Ref'
#   at /root/.cpan/build/YAML-0.65-DB056N/inc/Test/Base.pm line 352.
#                   'undef;SCALAR;0x8551894'
#     doesn't match '(?-xism:^undef;REF;0x[0-9a-fA-F]+$)'
# Looks like you failed 2 tests of 16.
dubious
        Test returned status 2 (wstat 512, 0x200)
DIED. FAILED tests 5, 7
        Failed 2/16 tests, 87.50% okay
t/pugs-objects.......ok
t/references.........
#   Failed test 'A blessed container reference (n->y)'
#   at /root/.cpan/build/YAML-0.65-DB056N/blib/lib/Test/YAML.pm line 65.
#          got: '---
# - 1
# - 3
# - 5
# '
#     expected: '--- !!perl/ref:Wax
# =:
#   - 1
#   - 3
#   - 5
# '
# Looks like you failed 1 test of 10.
dubious
        Test returned status 1 (wstat 256, 0x100)
DIED. FAILED test 7
        Failed 1/10 tests, 90.00% okay
t/regexp.............
#   Failed test 'The regexp is a Classy :('
#   at t/regexp.t line 39.
#          got: 'Regexp'
#     expected: 'Classy'
# Looks like you failed 1 test of 11.
dubious
        Test returned status 1 (wstat 256, 0x100)
DIED. FAILED test 6
        Failed 1/11 tests, 90.91% okay
t/svk................ok
t/test...............ok
Failed Test         Stat Wstat Total Fail  List of Failed
-------------------------------------------------------------------------------
t/basic-tests.t      255 65280     4    4  3-4
t/dump-code.t          3   768     7    3  1 3 7
t/dump-perl-types.t    2   512    16    2  4 10
t/node-info.t          2   512    16    2  5 7
t/references.t         1   256    10    1  7
t/regexp.t             1   256    11    1  6
17 subtests skipped.
Failed 6/34 test scripts. 11/447 subtests failed.
Files=34, Tests=447, 16 wallclock secs (11.78 cusr +  0.65 csys = 12.43 CPU)
Failed 6/34 test programs. 11/447 subtests failed.
make: *** [test_dynamic] Error 11


--

Summary of my perl5 (revision 5.0 version 6 subversion 2) configuration:
  Platform:
    osname=linux, osvers=2.6.16-2-k7, archname=i686-linux-64int
    uname='linux k75 2.6.16-2-k7 #2 mon may 22 23:23:54 utc 2006 i686 gnulinux '
    config_args='-Dprefix=/usr/local/perl-5.6.2 -Dinstallusrbinperl=n 
-Uversiononly -Doptimize=-g -es -Duse64bitint -Dusedevel -des'
    hint=recommended, useposix=true, d_sigaction=define
    usethreads=undef use5005threads=undef useithreads=undef 
usemultiplicity=undef
    useperlio=undef d_sfio=undef uselargefiles=define usesocks=undef
    use64bitint=define use64bitall=undef uselongdouble=undef
  Compiler:
    cc='cc', ccflags ='-DDEBUGGING -fno-strict-aliasing -I/usr/local/include 
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
    optimize='-g',
    cppflags='-DDEBUGGING -fno-strict-aliasing -I/usr/local/include'
    ccversion='', gccversion='4.0.4 20060507 (prerelease) (Debian 4.0.3-3)', 
gccosandvers=''
    intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=12345678
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12
    ivtype='long long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t', 
lseeksize=8
    alignbytes=4, usemymalloc=n, prototype=define
  Linker and Libraries:
    ld='cc', ldflags =' -L/usr/local/lib'
    libpth=/usr/local/lib /lib /usr/lib
    libs=-lnsl -lgdbm -ldb -ldl -lm -lc -lcrypt -lutil
    perllibs=-lnsl -ldl -lm -lc -lcrypt -lutil
    libc=/lib/libc-2.3.6.so, so=so, useshrplib=false, libperl=libperl.a
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-rdynamic'
    cccdlflags='-fpic', lddlflags='-shared -L/usr/local/lib'

Reply via email to