Skip Menu |

This queue is for tickets about the Test-YAML-Valid CPAN distribution.

Report information
The Basics
Id: 78072
Status: open
Priority: 0/
Queue: Test-YAML-Valid

People
Owner: Nobody in particular
Requestors: xenoterracide [...] gmail.com
Cc: DOHERTY [...] cpan.org
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: test fails perl-5.8.8 - 02-test-yaml-syck-output.t
Date: Wed, 27 Jun 2012 11:16:51 -0500
To: bugs-test-yaml-valid [...] rt.cpan.org
From: Caleb Cushing <xenoterracide [...] gmail.com>
Unpacking Test-YAML-Valid-0.04.tar.gz Entering Test-YAML-Valid-0.04 Checking configure dependencies from META.yml Checking if you have ExtUtils::MakeMaker 6.42 ... Yes (6.62) Configuring Test-YAML-Valid-0.04 Running Makefile.PL *** Module::AutoInstall version 1.03 *** Checking for Perl dependencies... *** Since we're running under CPAN, I'll just let it take care of the dependency's installation later. [Core Features] - Test::More ...loaded. (0.98) - Test::Builder::Tester ...loaded. (1.22) - File::Spec ...loaded. (3.33) - YAML ...loaded. (0.81 >= 0.60) - Exporter ...loaded. (5.66) - Test::Builder ...loaded. (0.98) [YAML::Syck] - YAML::Syck ...loaded. (1.20 >= 0.60) [YAML::XS] - YAML::XS ...loaded. (0.38) [YAML::Tiny] - YAML::Tiny ...loaded. (1.51) *** Module::AutoInstall configuration finished. Checking if your kit is complete... Looks good Writing Makefile for Test::YAML::Valid Writing MYMETA.yml and MYMETA.json -> OK Checking dependencies from MYMETA.json ... Checking if you have ExtUtils::MakeMaker 0 ... Yes (6.62) Checking if you have YAML 0.60 ... Yes (0.81) Checking if you have YAML::Tiny 0 ... Yes (1.51) Checking if you have File::Spec 0 ... Yes (3.33) Checking if you have ExtUtils::MakeMaker 6.42 ... Yes (6.62) Checking if you have YAML::Syck 0.60 ... Yes (1.20) Checking if you have YAML::XS 0 ... Yes (0.38) Checking if you have Test::Builder::Tester 0 ... Yes (1.22) Checking if you have Exporter 0 ... Yes (5.66) Checking if you have Test::More 0 ... Yes (0.98) Checking if you have Exporter 0 ... Yes (5.66) Checking if you have Test::More 0 ... Yes (0.98) Checking if you have Test::Builder 0 ... Yes (0.98) Building and testing Test-YAML-Valid-0.04 cp lib/Test/YAML/Valid.pm blib/lib/Test/YAML/Valid.pm Manifying blib/man3/Test::YAML::Valid.3 PERL_DL_NONLAZY=1 /home/libdevel/perl5/perlbrew/perls/perl-5.8.8/bin/perl "-MExtUtils::Command::MM" "-e" "test_harnes s(0, 'inc', 'blib/lib', 'blib/arch')" t/00-load.t t/01-test-yaml-syck.t t/01-test-yaml-tiny.t t/01-test-yaml-xs.t t/0 1-test-yaml.t t/02-test-yaml-output.t t/02-test-yaml-syck-output.t t/02-test-yaml-tiny-output.t t/02-test-yaml-xs-out put.t t/boilerplate.t t/pod-coverage.t t/pod.t # Testing Test::YAML::Valid 0.04, Perl 5.008008, /home/libdevel/perl5/perlbrew/perls/perl-5.8.8/bin/perl # YAML version 0.81 # YAML::Syck version 1.20 # YAML::XS version 0.38 # YAML::Tiny version 1.51 t/00-load.t ................... ok t/01-test-yaml-syck.t ......... ok t/01-test-yaml-tiny.t ......... ok t/01-test-yaml-xs.t ........... ok Attempt to free unreferenced scalar: SV 0x15fd240 at t/02-test-yaml-syck-output.t line 49. Attempt to free unreferenced scalar: SV 0x1609cf0 at t/02-test-yaml-syck-output.t line 50. t/02-test-yaml-syck-output.t .. Failed 2/3 subtests t/02-test-yaml-tiny-output.t .. ok t/boilerplate.t ............... ok t/01-test-yaml.t .............. ok t/pod-coverage.t .............. skipped: Test::Pod::Coverage 1.04 required for testing POD coverage t/02-test-yaml-output.t ....... ok t/02-test-yaml-xs-output.t .... ok t/pod.t ....................... ok Test Summary Report ------------------- t/02-test-yaml-syck-output.t (Wstat: 11 Tests: 1 Failed: 0) Non-zero wait status: 11 Parse errors: Bad plan. You planned 3 tests but ran 1. Files=12, Tests=43, 0 wallclock secs ( 0.04 usr 0.02 sys + 0.48 cusr 0.10 csys = 0.64 CPU) Result: FAIL Failed 1/12 test programs. 0/43 subtests failed. make: *** [test_dynamic] Error 255 -> FAIL Installing Test::YAML::Valid failed. See /home/libdevel/.cpanm/build.log for details. Checking if you have Test::Builder 0 ... Yes (0.98) -- Caleb Cushing http://xenoterracide.com
In fact, the test segfaults: Show quoted text
cpan> look Test::YAML::Valid
Running look for module 'Test::YAML::Valid' Trying to open a subshell in the build directory... Working directory is /home/mike/.cpan/build/Test-YAML-Valid-0.04-54RtCk mike@mike-desktop:~/.cpan/build/Test-YAML-Valid-0.04-54RtCk $ perl Makefile.PL *** Module::AutoInstall version 1.03 *** Checking for Perl dependencies... *** Since we're running under CPAN, I'll just let it take care of the dependency's installation later. [Core Features] - Test::More ...loaded. (0.98) - Test::Builder::Tester ...loaded. (1.22) - File::Spec ...loaded. (3.33) - YAML ...loaded. (0.81 >= 0.60) - Exporter ...loaded. (5.58) - Test::Builder ...loaded. (0.98) [YAML::Syck] - YAML::Syck ...loaded. (1.20 >= 0.60) [YAML::XS] - YAML::XS ...loaded. (0.38) [YAML::Tiny] - YAML::Tiny ...loaded. (1.51) *** Module::AutoInstall configuration finished. Writing Makefile for Test::YAML::Valid Writing MYMETA.yml and MYMETA.json mike@mike-desktop:~/.cpan/build/Test-YAML-Valid-0.04-54RtCk $ make Skip blib/lib/Test/YAML/Valid.pm (unchanged) Manifying blib/man3/Test::YAML::Valid.3 mike@mike-desktop:~/.cpan/build/Test-YAML-Valid-0.04-54RtCk $ make test mike@mike-desktop:~/.cpan/build/Test-YAML-Valid-0.04-54RtCk $ make test PERL_DL_NONLAZY=1 /home/mike/perl5/perlbrew/perls/perl-5.8.8- threads/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/00-load.t t/01-test-yaml-syck.t t/01-test- yaml-tiny.t t/01-test-yaml-xs.t t/01-test-yaml.t t/02-test-yaml-output.t t/02-test-yaml-syck-output.t t/02-test-yaml-tiny-output.t t/02-test- yaml-xs-output.t t/boilerplate.t t/pod-coverage.t t/pod.t t/00-load.t ................... 1/1 # Testing Test::YAML::Valid 0.04, Perl 5.008008, /home/mike/perl5/perlbrew/perls/perl-5.8.8- threads/bin/perl # YAML version 0.81 # YAML::Syck version 1.20 # YAML::XS version 0.38 # YAML::Tiny version 1.51 t/00-load.t ................... ok t/01-test-yaml-syck.t ......... ok t/01-test-yaml-tiny.t ......... ok t/01-test-yaml-xs.t ........... ok t/01-test-yaml.t .............. ok t/02-test-yaml-output.t ....... ok t/02-test-yaml-syck-output.t .. Failed 3/3 subtests t/02-test-yaml-tiny-output.t .. ok t/02-test-yaml-xs-output.t .... ok t/boilerplate.t ............... ok t/pod-coverage.t .............. ok t/pod.t ....................... ok Test Summary Report ------------------- t/02-test-yaml-syck-output.t (Wstat: 139 Tests: 0 Failed: 0) Non-zero wait status: 139 Parse errors: Bad plan. You planned 3 tests but ran 0. Files=12, Tests=43, 4 wallclock secs ( 0.27 usr 0.10 sys + 3.30 cusr 0.44 csys = 4.11 CPU) Result: FAIL Failed 1/12 test programs. 0/43 subtests failed. make: *** [test_dynamic] Error 255 mike@mike-desktop:~/.cpan/build/Test-YAML-Valid-0.04-54RtCk $ prove -v t/02-test-yaml-syck-output.t t/02-test-yaml-syck-output.t .. 1..3 Failed 3/3 subtests Test Summary Report ------------------- t/02-test-yaml-syck-output.t (Wstat: 139 Tests: 0 Failed: 0) Non-zero wait status: 139 Parse errors: Bad plan. You planned 3 tests but ran 0. Files=1, Tests=0, 1 wallclock secs ( 0.13 usr 0.02 sys + 0.17 cusr 0.05 csys = 0.37 CPU) Result: FAIL mike@mike-desktop:~/.cpan/build/Test-YAML-Valid-0.04-54RtCk $ perl -Ilib t/02-test-yaml-syck-output.t 1..3 Segmentation fault (core dumped)