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.62, created automatically by CPAN::Reporter, version 0.39, 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 = en_GB LANGUAGE = en_GB:en_US:en_GB:en PATH = /usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games PERL5LIB = SHELL = /bin/bash TERM = vt100 Perl special variables (and OS-specific diagnostics, for MSWin32): Perl: $^X = /home/david/cpantesting/perl-5.6.2/bin/perl UID: $< = 1000 EUID: $> = 1000 GID: $( = 1000 46 44 29 25 24 20 1000 EGID: $) = 1000 46 44 29 25 24 20 1000 Perl module toolchain versions installed: Module Have ------------------- ------- CPAN 1.8802 Cwd 2.04 ExtUtils::CBuilder n/a ExtUtils::Command 1.09_01 ExtUtils::Install 1.41 ExtUtils::MakeMaker 6.31 ExtUtils::Manifest 1.48 ExtUtils::ParseXS n/a File::Spec 0.86 Module::Build 0.2806 Module::Signature n/a Test::Harness 2.30 Test::More 0.67 version 0.70 ------------------------------ TEST OUTPUT ------------------------------ Output from '/usr/bin/make test': PERL_DL_NONLAZY=1 /home/david/cpantesting/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 /home/david/cpantesting/perl-5.6.2/lib/5.6.2/i686-linux/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: Ticket t/changes............ok 1/1 skipped: Can't parse Changes file yet :( 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)' # in /home/david/_/_/perl-5.6.2/.cpan/build/YAML-0.62/blib/lib/Test/YAML.pm at 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)' # in /home/david/_/_/perl-5.6.2/.cpan/build/YAML-0.62/blib/lib/Test/YAML.pm at 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)' # in /home/david/_/_/perl-5.6.2/.cpan/build/YAML-0.62/blib/lib/Test/YAML.pm at 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' # in t/dump-perl-types.t at 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' # in t/dump-perl-types.t at 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 15. dubious Test returned status 2 (wstat 512, 0x200) DIED. FAILED tests 4, 9 Failed 2/15 tests, 86.67% 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: fix this next release 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' # in /home/david/_/_/perl-5.6.2/.cpan/build/YAML-0.62/inc/Test/Base.pm at line 346. # 'undef;SCALAR;0x84f80f8' # doesn't match '(?-xism:^undef;REF;0x[0-9a-fA-F]+$)' # Failed test 'Code Ref Ref' # in /home/david/_/_/perl-5.6.2/.cpan/build/YAML-0.62/inc/Test/Base.pm at line 346. # 'undef;SCALAR;0x84f8350' # 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)' # in /home/david/_/_/perl-5.6.2/.cpan/build/YAML-0.62/blib/lib/Test/YAML.pm at 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/svk................ok t/test...............ok Failed 5/33 test scripts, 84.85% okay. 10/425 subtests failed, 97.65% okay. Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------------- t/basic-tests.t 255 65280 4 4 100.00% 3-4 t/dump-code.t 3 768 7 3 42.86% 1 3 7 t/dump-perl-types.t 2 512 15 2 13.33% 4 9 t/node-info.t 2 512 16 2 12.50% 5 7 t/references.t 1 256 10 1 10.00% 7 17 subtests skipped. make: *** [test_dynamic] Error 11 -- Summary of my perl5 (revision 5.0 version 6 subversion 2) configuration: Platform: osname=linux, osvers=2.4.27-3-686, archname=i686-linux uname='linux pigsty 2.4.27-3-686 #1 tue dec 5 21:03:54 utc 2006 i686 gnulinux ' config_args='-Dprefix=/home/david/cpantesting/perl-5.6.2 -de' 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=undef use64bitall=undef uselongdouble=undef Compiler: cc='cc', ccflags ='-fno-strict-aliasing -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64', optimize='-O3', cppflags='-fno-strict-aliasing' ccversion='', gccversion='3.3.5 (Debian 1:3.3.5-13)', gccosandvers='' intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234 d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12 ivtype='long', ivsize=4, 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 -ldl -lm -lc -lcrypt -lutil perllibs=-lnsl -ldl -lm -lc -lcrypt -lutil libc=/lib/libc-2.3.2.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'
