Checking if your kit is complete... Warning: prerequisite POE 0.31 not found at /home/cpanrun/build/5.6.1/lib/5.6.1/ExtUtils/MakeMaker.pm line 343. Looks good 'LICENSE' is not a known MakeMaker parameter name. Writing Makefile for POE::Component::Client::Keepalive cp Conn-Keepalive.pm blib/lib/POE/Component/Client/../Connection/Keepalive.pm cp Client-Keepalive.pm blib/lib/POE/Component/Client/Keepalive.pm Manifying blib/man3/POE::Component::Client::Conn-Keepalive.3 Manifying blib/man3/POE::Component::Client::Client-Keepalive.3 PERL_DL_NONLAZY=1 /home/cpanrun/build/5.6.1/bin/perl -Iblib/arch -Iblib/lib -I/home/cpanrun/build/5.6.1/lib/5.6.1/i686-linux-thread-multi -I/home/cpanrun/build/5.6.1/lib/5.6.1 -e 'use Test::Harness qw(&runtests $verbose); $verbose=1; runtests @ARGV;' t/*.t t/01_socket_reuse...1..4 ok 1 - first request honored asynchronously ok 2 - first request not from cache ok 3 - second request honored asynchronously ok 4 - second request from cache ok t/02_socket_queue...1..9 ok 1 - first connection honored asynchronously ok 2 - first not from cache ok 3 - second connection honored asynchronously ok 4 - second from cache ok 5 - third connection request honored from pool Client session 6 got read error 0 (Normal disconnection) ok 6 - fourth connection failed (as it should) ok 7 - connection failed in connect ok 8 - connection error ECONNREFUSED ok 9 - error string: wanted(connection refused) got(connection refused) ok t/03_each_queue.....1..8 ok 1 - first connection established asynchronously ok 2 - first not from cache ok 3 - second connection established asynchronously ok 4 - second deferred from cache ok 5 - third connection established asynchronously ok 6 - third connection request honored from pool immediately ok 7 - fourth connection established asynchronously ok 8 - connection from pool ok t/04_free_each......1..6 ok 1 - second connection created successfully ok 2 - second not from cache ok 3 - first connection created successfully ok 4 - first not from cache Can't locate object method "shutdown_input" via package "POE::Wheel::ReadWrite" (perhaps you forgot to load "POE::Wheel::ReadWrite"?) at t/04_free_each.t line 80. # Looks like you planned 6 tests but only ran 4. # Looks like your test died just after 4. Use of uninitialized value in numeric eq (==) at /home/cpanrun/build/5.6.1/lib/site_perl/5.6.1/POE/Kernel.pm line 1249 during global destruction. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 5-6 Failed 2/6 tests, 66.67% okay t/05_errors.........1..12 ok 1 - new() needs an even number of parameters ok 2 - new() doesn't accept: moo ok 3 - allocate() needs an even number of parameters ok 4 - allocate() needs a 'scheme' ok 5 - allocate() needs an 'addr' ok 6 - allocate() needs a 'port' ok 7 - allocate() needs an 'event' ok 8 - allocate() needs a 'context' ok 9 - allocate() doesn't accept: doodle ok 10 - can't free() undefined socket ok 11 - can't free() unallocated socket ok 12 - Must call start() with an even number of parameters ok t/06_activity.......1..5 ok 1 - first connection established asynchronously ok 2 - first connection request deferred ok 3 - second connection established synchronously ok 4 - connection contains a wheel ok 5 - didn't receive any input ok t/07_keep_alive.....1..6 ok 1 - first connection request deferred ok 2 - first request honored asynchronously Client session 6 got read error 0 (Normal disconnection) ok 3 - third request honored asynchronously ok 4 - third uses a new connection ok 5 - second request honored asynchronously ok 6 - second uses a new connection Client session 8 got read error 0 (Normal disconnection) Client session 7 got read error 0 (Normal disconnection) ok t/08_quick_reuse....1..7 ok 1 - first connection established asynchronously ok 2 - first connection request deferred ok 3 - second connection established asynchronously ok 4 - second connection request deferred ok 5 - third connection request honored from pool Client session 8 got read error 0 (Normal disconnection) ok 6 - fourth connection request honored from pool ok 7 - fourth connection established asynchronously ok t/09_timeout........1..6 ok 1 - first didn't come from cache ok 2 - first connection failed ok 3 - first connection request timed out ok 4 - second didn't come from cache ok 5 - second connection failed ok 6 - second connection request timed out ok t/10_resolver.......1..6 ok 1 - second request honored asynchronously ok 2 - second request not from cache ok 3 - second request from external resolver ok 4 - first request honored asynchronously ok 5 - first request not from cache ok 6 - first request from internal resolver Client session 10 got read error 0 (Normal disconnection) ok t/11_dead_socket....1..7 ok 1 - first connection established asynchronously ok 2 - first not from cache ok 3 - input for correct wheel ok 4 - second connection established asynchronously not ok 5 - second not from cache # Failed test (t/11_dead_socket.t at line 88) # Looks like you planned 7 tests but only ran 5. dubious Test returned status 3 (wstat 768, 0x300) DIED. FAILED tests 5-7 Failed 3/7 tests, 57.14% okay t/12_extref.........1..1 ok 1 - got the connection ok t/13_close..........1..4 ok 1 - first uses a new connection ok 2 - first request honored asynchronously Can't locate object method "shutdown_input" via package "POE::Wheel::ReadWrite" (perhaps you forgot to load "POE::Wheel::ReadWrite"?) at blib/lib/POE/Component/Connection/Keepalive.pm line 75. # Looks like you planned 4 tests but only ran 2. # Looks like your test died just after 2. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 3-4 Failed 2/4 tests, 50.00% okay t/50_bisbee_timeout.1..2 ok 1 - should have received one response (actual=1) ok 2 - the one response was a connect error ok t/51_reiss_reuse....1..5 ok 1 - first/1 connection established asynchronously ok 2 - first/2 connection established asynchronously ok 3 - first/3 connection established asynchronously ok 4 - second-a connection established asynchronously Client session 7 got read error 0 (Normal disconnection) ok 5 - second-b connection established asynchronously ok Failed Test Status Wstat Total Fail Failed List of Failed -------------------------------------------------------------------------------- t/04_free_each.t 255 65280 6 2 33.33% 5-6 t/11_dead_socket.t 3 768 7 3 42.86% 5-7 t/13_close.t 255 65280 4 2 50.00% 3-4 Failed 3/15 test scripts, 80.00% okay. 7/88 subtests failed, 92.05% okay. make: *** [test_dynamic] Error 29