Skip Menu |

This queue is for tickets about the IPC-Cmd CPAN distribution.

Report information
The Basics
Id: 107228
Status: open
Priority: 0/
Queue: IPC-Cmd

People
Owner: Nobody in particular
Requestors: ether [...] cpan.org
Cc:
AdminCc:

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



Subject: test failure on 5.8.1, darwin
Here's a fun error: Building and testing IPC-Cmd-0.92 cp lib/IPC/Cmd.pm blib/lib/IPC/Cmd.pm Manifying 1 pod document PERL_DL_NONLAZY=1 "/Volumes/amaretto/Users/ether/perl5/perlbrew/perls/8.1/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/01_IPC-Cmd........# IPC::Run: 0 IPC::Open3: 1.0105 ok 140/467 skipped: No buffers available t/02_Interactive....skipped all skipped: No interactive tests from harness t/03_run-forked..... # Failed test 'reading /var/folders/4f/y458q_3n2g75w6m_k19nn8kr0000gp/T/GlBsxkxxxk: run_forked output length [278528], backticks output length [286720]' # at t/03_run-forked.t line 90. Died at t/03_run-forked.t line 92. # Looks like you failed 1 test of 15. # Looks like your test exited with 9 just after 15. dubious Test returned status 9 (wstat 2304, 0x900) DIED. FAILED test 15 Failed 1/15 tests, 93.33% okay Failed 1/3 test scripts, 66.67% okay. 1/482 subtests failed, 99.79% okay. Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------------- t/03_run-forked.t 9 2304 15 1 6.67% 15 1 test and 140 subtests skipped. make: *** [test_dynamic] Error 2 -> FAIL Installing IPC::Cmd failed. See /Volumes/amaretto/Users/ether/.cpanm/work/1442872841.15162/build.log for details. Retry with --force to force install it.
On Mon Sep 21 18:05:31 2015, ETHER wrote: Show quoted text
> Here's a fun error: > > Building and testing IPC-Cmd-0.92 > cp lib/IPC/Cmd.pm blib/lib/IPC/Cmd.pm > Manifying 1 pod document > PERL_DL_NONLAZY=1 > "/Volumes/amaretto/Users/ether/perl5/perlbrew/perls/8.1/bin/perl" "- > MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef > *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" > t/*.t > t/01_IPC-Cmd........# IPC::Run: 0 IPC::Open3: 1.0105 > ok > 140/467 skipped: No buffers available > t/02_Interactive....skipped > all skipped: No interactive tests from harness > t/03_run-forked..... > # Failed test 'reading > /var/folders/4f/y458q_3n2g75w6m_k19nn8kr0000gp/T/GlBsxkxxxk: > run_forked output length [278528], backticks output length [286720]' > # at t/03_run-forked.t line 90. > Died at t/03_run-forked.t line 92. > # Looks like you failed 1 test of 15. > # Looks like your test exited with 9 just after 15. > dubious > Test returned status 9 (wstat 2304, 0x900) > DIED. FAILED test 15 > Failed 1/15 tests, 93.33% okay > Failed 1/3 test scripts, 66.67% okay. 1/482 subtests failed, 99.79% > okay. > Failed Test Stat Wstat Total Fail Failed List of Failed > ------------------------------------------------------------------------------- > t/03_run-forked.t 9 2304 15 1 6.67% 15 > 1 test and 140 subtests skipped. > make: *** [test_dynamic] Error 2 > -> FAIL Installing IPC::Cmd failed. See > /Volumes/amaretto/Users/ether/.cpanm/work/1442872841.15162/build.log > for details. Retry with --force to force install it.
I see the same failure with 5.8.7, but not 5.8.8.
This seems to be a duplicate of #92416 and related to #90477.