Subject: | Hangs during make test |
On a fresh install of Ubuntu, make test hangs when running findbin.t:
t/findbin.t .............. 2012/09/26-14:55:06 Starman::Server (type
Net::Server::PreFork) starting! pid(4613)
Resolved [*]:50546 to [::]:50546, IPv6
Not including resolved host [0.0.0.0] IPv4 because it will be handled by
[::] IPv6
Binding to TCP port 50546 on host :: with IPv6
Setting gid to "0 0 0"
t/findbin.t .............. 1/?
I have verified that the worker process is running and returns data:
root@dev-vm244:~/.cpanm/work/1348654272.3674/Starman-0.3002# telnet
localhost 50304
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
GET / HTTP/1.1
Host: localhost
HTTP/1.1 200 OK
Content-Type: text/plain
Transfer-Encoding: chunked
Date: Wed, 26 Sep 2012 10:46:29 GMT
Connection: keep-alive
32
/root/.cpanm/work/1348654272.3674/Starman-0.3002/t
0
Connection closed by foreign host.
(Note different port # due to being an earlier run.)
Test fails consistently on 3 different Ubuntu servers, running both
Lucid and Precise (perl v5.10.1 and v5.14.2 resp). If I try commenting
out findbin.t, a similar problem occurs with rand.t. No difference if
using cpan or cpanm.