Subject: | make test fails in t/57_hang_interrupt.t |
Hi David,
the newly updated CPAN::Reporter fails in t/57_hang_interrupt.t:
perl -Iblib/lib -Iblib/auto t/57_hang_interrupt.t
1..29
ok 1 - require CPAN::Reporter;
ok 2 - home directory mocked
ok 3 - config directory created
ok 4 - created temp config file
ok 5 - Copying t-Pass to temp directory /tmp/qfb5G1UVsS
ok 6 - generate report for t-Pass
ok 7 - report was sent for t-Pass
ok 8 - saw report sent message for t-Pass
ok 9 - home directory mocked
ok 10 - config directory created
ok 11 - created temp config file
ok 12 - Copying t-Fail to temp directory /tmp/bhhxP0ByZr
ok 13 - generate report for t-Fail
not ok 14 - report was sent for t-Fail
# Failed test 'report was sent for t-Fail'
# at t/57_hang_interrupt.t line 105.
not ok 15 - saw report sent message for t-Fail
# Failed test 'saw report sent message for t-Fail'
# at t/57_hang_interrupt.t line 105.
# 'Writing Makefile for Bogus::Module
# cp lib/Bogus/Module.pm blib/lib/Bogus/Module.pm
# PERL_DL_NONLAZY=1 /usr/pkg/bin/perl "-MExtUtils::Command::MM" "-e"
"test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
#
# # Failed test 'Failed this test'
# # at t/01_Bogus.t line 8.
# # Looks like you failed 1 test of 1.
# t/01_Bogus.t ..
# Dubious, test returned 1 (wstat 256, 0x100)
# Failed 1/1 subtests
#
# Test Summary Report
# -------------------
# t/01_Bogus.t (Wstat: 256 Tests: 1 Failed: 1)
# Failed test: 1
# Non-zero exit status: 1
# Files=1, Tests=1, 0 wallclock secs ( 0.02 usr 0.01 sys + 0.02 cusr
0.00 csys = 0.05 CPU)
# Result: FAIL
# Failed 1/1 test programs. 1/1 subtests failed.
# *** Error code 1
#
# Stop.
# make: stopped in /tmp/bhhxP0ByZr
# (make test exited with 256)
#
# CPAN::Reporter: test results were not valid, Prerequisite version too low:
# requires:
#
# Module Need Have
# ---------- ---- ----
# ! File::Spec 0
#
# .
#
# requires:
#
# Module Need Have
# ---------- ---- ----
# ! File::Spec 0
#
#
# Test report will not be sent'
# doesn't match '/sending test report with/'
ok 16 - home directory mocked
ok 17 - config directory created
ok 18 - created temp config file
ok 19 - Copying PL-Hang to temp directory /tmp/Zopq4u5HnM
ok 20 - generate report for PL-Hang
ok 21 - report not sent for PL-Hang
ok 22 - saw report not sent message for PL-Hang
ok 23 - home directory mocked
ok 24 - config directory created
ok 25 - created temp config file
ok 26 - Copying t-Hang to temp directory /tmp/6J46x0PXkh
ok 27 - generate report for t-Hang
ok 28 - report not sent for t-Hang
not ok 29 - saw report not sent message for t-Hang
# Failed test 'saw report not sent message for t-Hang'
# at t/57_hang_interrupt.t line 105.
# 'Writing Makefile for Bogus::Module
# cp lib/Bogus/Module.pm blib/lib/Bogus/Module.pm
# PERL_DL_NONLAZY=1 /usr/pkg/bin/perl "-MExtUtils::Command::MM" "-e"
"test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
# (make test exited with 9)
# !!! TIMER DIDNT TIMEOUT -- SHOULDNT BE HERE !!! at t/01_Bogus.t line 13.
# # Looks like you planned 2 tests but ran 1.
# # Looks like your test exited with 255 just after 1.
# t/01_Bogus.t ..
# Dubious, test returned 255 (wstat 65280, 0xff00)
# Failed 1/2 subtests
#
# Test Summary Report
# -------------------
# t/01_Bogus.t (Wstat: 65280 Tests: 1 Failed: 0)
# Non-zero exit status: 255
# Parse errors: Bad plan. You planned 2 tests but ran 1.
# Files=1, Tests=1, 40 wallclock secs ( 0.02 usr 0.00 sys + 20.03 cusr
19.04 csys = 39.09 CPU)
# Result: FAIL
# Failed 1/1 test programs. 0/1 subtests failed.
# CPAN::Reporter: couldn't determine exit value for 'make test'
# CPAN::Reporter: had errors capturing exit value and output. Tests
abandoned'
# doesn't match '/report will not be sent/'
# Looks like you failed 3 tests of 29.