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


In reply to Re: help debugging why module install is failing by kcott
in thread help debugging why module install is failing by Special_K

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.