You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Weirdly, on one of the machines I use, the localhost ip assigned to lo isn't being assigned to 127.0.0.1. When running make test, the install will fail if 127.0.0.1 ip address is not available. Specifically, the t/local/referrer test will cause the machine to hang, after a can't connect to 127.0.0.1:(port) (Connection timed out) at t/local/referrer.t line 39. You may be able to use IO::Interface::Simple to check to see if the interface exists.
The text was updated successfully, but these errors were encountered:
Thanks for catching this. I know there have been issues with hanging tests in the past. It looks like IO::Interface::Simple has a lot of test failures, though. Not sure what else might do the job.
Actually, it looks like HTTP::Daemon is dieing with an error (HTTP::Daemon Cannot assign requested address ... propagated at /root/.cpan/build/WWW-Mechanize-1.88-8/t/local/log-server line 14)... Guessing you could catch when that error is thrown and then if that fails just skip the test.
Weirdly, on one of the machines I use, the localhost ip assigned to lo isn't being assigned to 127.0.0.1. When running make test, the install will fail if 127.0.0.1 ip address is not available. Specifically, the t/local/referrer test will cause the machine to hang, after a can't connect to 127.0.0.1:(port) (Connection timed out) at t/local/referrer.t line 39. You may be able to use IO::Interface::Simple to check to see if the interface exists.
Can you tell us whether this problem has cleared up now that there have been new CPAN releases of WWW-Mechanize and HTTP-Daemon?
Weirdly, on one of the machines I use, the localhost ip assigned to lo isn't being assigned to 127.0.0.1. When running make test, the install will fail if 127.0.0.1 ip address is not available. Specifically, the t/local/referrer test will cause the machine to hang, after a can't connect to 127.0.0.1:(port) (Connection timed out) at t/local/referrer.t line 39. You may be able to use IO::Interface::Simple to check to see if the interface exists.
The text was updated successfully, but these errors were encountered: