in reply to help debugging why module install is failing
G'day Special_K,
I have Cygwin running on Win10, so thought I'd give this a go to see if I got any different results. My Perl is 5.32.0; I used the cpan utility: cpan[1]> install IO::Async::Listener.
I got the same Failed test 'exceptional socket invokes on_read_ready' for t/10loop-poll-io.t and t/10loop-select-io.t.
I got the same six warnings for t/42function.t: Warning: unable to close filehandle ... during global destruction.
This, however, was different from your report:
t/50resolver.t ............... ok t/51loop-connect.t ........... 1/? Nothing was ready after 10 second w +ait; called at t/51loop-connect.t line 322 # Tests were run but no plan was declared and done_testing() was not s +een. # Looks like your test exited with 119 just after 31. t/51loop-connect.t ........... Dubious, test returned 119 (wstat 30464 +, 0x7700)
Here's the full summary if you want to make a comparison:
Test Summary Report ------------------- t/10loop-poll-io.t (Wstat: 256 Tests: 22 Failed: 1) Failed test: 19 Non-zero exit status: 1 t/10loop-select-io.t (Wstat: 256 Tests: 22 Failed: 1) Failed test: 19 Non-zero exit status: 1 t/51loop-connect.t (Wstat: 30464 Tests: 31 Failed: 0) Non-zero exit status: 119 Parse errors: No plan found in TAP output Files=64, Tests=1664, 127 wallclock secs ( 0.05 usr 0.08 sys + 5.89 +cusr 6.86 csys = 12.87 CPU) Result: FAIL Failed 3/64 test programs. 2/1664 subtests failed. PEVANS/IO-Async-0.77.tar.gz ./Build test -- NOT OK //hint// to see the cpan-testers results for installing this module, t +ry: reports PEVANS/IO-Async-0.77.tar.gz Failed during this command: PEVANS/IO-Async-0.77.tar.gz : make_test NO
— Ken
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: help debugging why module install is failing
by leonerd (Initiate) on Nov 18, 2020 at 19:02 UTC | |
|
Re^2: help debugging why module install is failing
by Special_K (Pilgrim) on Nov 19, 2020 at 23:05 UTC | |
by syphilis (Archbishop) on Nov 20, 2020 at 00:02 UTC | |
by kcott (Archbishop) on Nov 20, 2020 at 04:19 UTC |