Subject: | t/forked3.t: test failures on perl-5.27.11 on FreeBSD-11.1 |
Today I attempted to install this module against perl-5.27.11 on FreeBSD-11.1 using cpanm as the installer. Installation failed due to test failures. Here is an excerpt from the build.log.
#####
t/callbacks1.t .. ok
t/callbacks2.t .. ok
t/callbacks3.t .. ok
Warning: unable to close filehandle GEN5 properly: Broken pipe during global destruction.
t/forked1.t ..... ok
Warning: unable to close filehandle GEN1 properly: Broken pipe during global destruction.
t/forked2.t ..... ok
Timeout
# Looks like your test exited with 1 just after 50.
t/forked3.t .....
Dubious, test returned 1 (wstat 256, 0x100)
Failed 65/115 subtests
t/getline1.t .... ok
t/getline2.t .... ok
t/getline3.t .... ok
t/multifork1.t .. ok
t/multifork2.t .. ok
t/multifork3.t .. ok
Test Summary Report
-------------------
t/forked3.t (Wstat: 256 Tests: 50 Failed: 0)
Non-zero exit status: 1
Parse errors: Bad plan. You planned 115 tests but ran 50.
Files=12, Tests=859, 126 wallclock secs ( 0.10 usr 0.08 sys + 1.29 cusr 2.73 csys = 4.20 CPU)
Result: FAIL
#####
#####
$ this_prove -vb t/forked3.t
t/forked3.t ..
1..115
# elsapsed: 0.21351
# PARENT looping
# test lines end in \n
ok 1
# CHILD closing
# test lines end in \n
ok 2
ok 3
ok 4
# CHILD closing
# test lines end in \n
ok 5
ok 6
ok 7
# CHILD closing
# test lines end in \n
ok 8
ok 9
ok 10
# CHILD closing
# test lines end in \n
ok 11
ok 12
ok 13
# CHILD closing
# test paragraph mode
ok 14
ok 15
ok 16
ok 17
ok 18
ok 19
# CHILD closing
# test paragraph mode
ok 20
ok 21
ok 22
ok 23
ok 24
ok 25
# CHILD closing
# test paragraph mode
ok 26
ok 27
ok 28
ok 29
ok 30
ok 31
# CHILD closing
# test paragraph mode
ok 32
ok 33
ok 34
ok 35
ok 36
ok 37
# CHILD closing
# test paragraph mode
ok 38
ok 39
ok 40
ok 41
ok 42
ok 43
# CHILD closing
# test paragraph mode, getlines
ok 44
ok 45
ok 46
ok 47
# CHILD closing
# test paragraph mode, getlines
ok 48
ok 49
ok 50
ok 51
Timeout
# Looks like your test exited with 1 just after 51.
Dubious, test returned 1 (wstat 256, 0x100)
Failed 64/115 subtests
Test Summary Report
-------------------
t/forked3.t (Wstat: 256 Tests: 51 Failed: 0)
Non-zero exit status: 1
Parse errors: Bad plan. You planned 115 tests but ran 51.
Files=1, Tests=51, 5 wallclock secs ( 0.04 usr 0.02 sys + 0.10 cusr 0.04 csys = 0.20 CPU)
Result: FAIL
#####
These failures will prevent other CPAN modules which depend on IO::Event from being installed by automatic processes like 'cpan' or from being reached in CPAN testing.
Thank you very much.
Jim Keenan