Checking if your kit is complete... Looks good Writing Makefile for HTTP::Async cp lib/HTTP/Async.pm blib/lib/HTTP/Async.pm cp lib/HTTP/Async/Polite.pm blib/lib/HTTP/Async/Polite.pm Manifying blib/man3/HTTP::Async::Polite.3 Manifying blib/man3/HTTP::Async.3 PERL_DL_NONLAZY=1 /home/cpanrun/ia64-lp64/build/5.8.2/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/bad-connections........1..5 HTTP::Server::Simple: You can connect to your server at http://localhost:8080/ ok 1 - starting a test server ok 2 - Added request to the queue - http://localhost:8080/foo/bar?break_connection=before_headers Can't call method "clone" on unblessed reference at /home/cpanrun/ia64-lp64/build/5.8.2/lib/site_perl/5.8.2/HTTP/Message.pm line 22, line 16. HTTP::Async object destroyed but still in use at t/TestServer.pm line 0 HTTP::Async INTERNAL ERROR: 'id_opts' not empty at t/TestServer.pm line 0 # Looks like you planned 5 tests but only ran 2. # Looks like your test died just after 2. Attempt to free unreferenced scalar: SV 0x60000000009b4920 during global destruction. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 3-5 Failed 3/5 tests, 40.00% okay t/bad-headers............1..3 HTTP::Server::Simple: You can connect to your server at http://localhost:8080/ ok 1 - starting a test server ok 2 - Added request to the queue Can't call method "clone" on unblessed reference at /home/cpanrun/ia64-lp64/build/5.8.2/lib/site_perl/5.8.2/HTTP/Message.pm line 22, line 16. HTTP::Async object destroyed but still in use at t/TestServer.pm line 0 HTTP::Async INTERNAL ERROR: 'id_opts' not empty at t/TestServer.pm line 0 # Looks like you planned 3 tests but only ran 2. # Looks like your test died just after 2. Attempt to free unreferenced scalar: SV 0x60000000009b4e70 during global destruction. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED test 3 Failed 1/3 tests, 66.67% okay t/bad-hosts..............1..9 ok 1 - Added bad requests ok 2 - Got a proper response isa HTTP::Response ok 3 - Response was not a success ok 4 - Response was an error ok 5 - response has a request attached. ok 6 - Got a proper response isa HTTP::Response ok 7 - Response was not a success ok 8 - Response was an error ok 9 - response has a request attached. ok t/make-url-absolute......1..4 ok 1 - http://www.test.com:8080/foo/bar?baz=bundy -> http://www.test.com:8080/foo/bar?baz=bundy ok 2 - /foo/bar?baz=bundy -> http://www.test.com:8080/foo/bar?baz=bundy ok 3 - bar?baz=bundy -> http://www.test.com:8080/foo/bar?baz=bundy ok 4 - ?baz=bundy -> http://www.test.com:8080/foo/bar?baz=bundy ok t/not_modified...........1..4 HTTP::Server::Simple: You can connect to your server at http://localhost:8080/ ok 1 - starting a test server ok 2 - Added request to the queue Can't call method "clone" on unblessed reference at /home/cpanrun/ia64-lp64/build/5.8.2/lib/site_perl/5.8.2/HTTP/Message.pm line 22, line 16. HTTP::Async object destroyed but still in use at t/TestServer.pm line 0 HTTP::Async INTERNAL ERROR: 'id_opts' not empty at t/TestServer.pm line 0 # Looks like you planned 4 tests but only ran 2. # Looks like your test died just after 2. Attempt to free unreferenced scalar: SV 0x60000000009b4890 during global destruction. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 3-4 Failed 2/4 tests, 50.00% okay t/pod-coverage...........1..0 # Skip Test::Pod::Coverage > 1.00 required skipped all skipped: Test::Pod::Coverage > 1.00 required t/pod....................1..2 ok 1 - blib/lib/HTTP/Async.pm ok 2 - blib/lib/HTTP/Async/Polite.pm ok t/polite.................1..14 ok 1 - default interval is 5 seconds ok 2 - change interval to 3 seconds ok 3 - new interval is 3 seconds HTTP::Server::Simple: You can connect to your server at http://localhost:80800/ ok 4 - starting a test server HTTP::Server::Simple: You can connect to your server at http://localhost:80801/ ok 5 - starting a test server ok 6 - Add the requests ok 7 - Got correct to_send count ok 8 - Got correct total count Can't call method "clone" on unblessed reference at /home/cpanrun/ia64-lp64/build/5.8.2/lib/site_perl/5.8.2/HTTP/Message.pm line 22, line 16. (in cleanup) Can't call method "clone" on unblessed reference at /home/cpanrun/ia64-lp64/build/5.8.2/lib/site_perl/5.8.2/HTTP/Message.pm line 22, line 16. # Looks like you planned 14 tests but only ran 8. # Looks like your test died just after 8. Attempt to free unreferenced scalar: SV 0x60000000009d7ae0 during global destruction. Use of uninitialized value in numeric eq (==) at /home/cpanrun/ia64-lp64/build/5.8.2/lib/site_perl/5.8.2/Test/HTTP/Server/Simple.pm line 117, line 16 during global destruction. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 9-14 Failed 6/14 tests, 57.14% okay t/poll-interval..........1..24 HTTP::Server::Simple: You can connect to your server at http://localhost:8080/ ok 1 - starting a test server ok 2 - $q->poll_interval == 0.05 ok 3 - set poll_interval to 0.1 ok 4 - $q->poll_interval == 0.1 ok 5 - Added request to the queue - http://localhost:8080?delay=3 ok 6 - next_response returns at once ok 7 - Returned quickly (less than 0.4 secs) (0.03 < 0.40) ok 8 - wait_for_next_response(0) returns at once ok 9 - Returned quickly (less than 0.4 secs) (0.03 < 0.40) ok 10 - wait_for_next_response(1) returns after 1 sec without a response ok 11 - Returned after 1 sec delay (1.13 >= 1.00) ok 12 - Returned before 1.4 sec delay (1.13 < 1.40) Can't call method "clone" on unblessed reference at /home/cpanrun/ia64-lp64/build/5.8.2/lib/site_perl/5.8.2/HTTP/Message.pm line 22, line 16. HTTP::Async object destroyed but still in use at t/TestServer.pm line 0 HTTP::Async INTERNAL ERROR: 'id_opts' not empty at t/TestServer.pm line 0 # Looks like you planned 24 tests but only ran 12. # Looks like your test died just after 12. Attempt to free unreferenced scalar: SV 0x60000000009c64b0 during global destruction. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 13-24 Failed 12/24 tests, 50.00% okay t/proxy..................1..16 HTTP::Server::Simple: You can connect to your server at http://localhost:8080/ ok 1 - starting a test server HTTP::Server::Simple: You can connect to your server at http://localhost:8081/ ok 2 - starting a test server ok 3 - got http://localhost:8080 ok 4 - got http://localhost:8081 ok 5 - Added request to the queue - http://localhost:8080/foo/bar?redirect=2 Can't call method "clone" on unblessed reference at /home/cpanrun/ia64-lp64/build/5.8.2/lib/site_perl/5.8.2/HTTP/Message.pm line 22, line 16. HTTP::Async object destroyed but still in use at t/TestServer.pm line 0 HTTP::Async INTERNAL ERROR: 'id_opts' not empty at t/TestServer.pm line 0 # Looks like you planned 16 tests but only ran 5. # Looks like your test died just after 5. Attempt to free unreferenced scalar: SV 0x60000000009b7c40 during global destruction. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 6-16 Failed 11/16 tests, 31.25% okay t/real-servers...........1..0 # Skip enable these tests by setting REAL_SERVERS skipped all skipped: enable these tests by setting REAL_SERVERS t/redirects..............1..21 HTTP::Server::Simple: You can connect to your server at http://localhost:8080/ ok 1 - starting a test server ok 2 - max_redirects == 7 ok 3 - Added request to the queue Can't call method "clone" on unblessed reference at /home/cpanrun/ia64-lp64/build/5.8.2/lib/site_perl/5.8.2/HTTP/Message.pm line 22, line 16. HTTP::Async object destroyed but still in use at t/TestServer.pm line 0 HTTP::Async INTERNAL ERROR: 'id_opts' not empty at t/TestServer.pm line 0 # Looks like you planned 21 tests but only ran 3. # Looks like your test died just after 3. Attempt to free unreferenced scalar: SV 0x60000000009c5060 during global destruction. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 4-21 Failed 18/21 tests, 14.29% okay t/setup..................1..16 ok 1 - set to 0 ok 2 - got 0 ok 3 - created object ok 4 - got 0 ok 5 - set to 3 ok 6 - got 3 ok 7 - created object ok 8 - got 3 ok 9 - set to 0 ok 10 - got 0 ok 11 - created object ok 12 - got 0 ok 13 - set to 3 ok 14 - got 3 ok 15 - created object ok 16 - got 3 ok t/strip_host_from_uri....1..5 ok 1 - correctly stripped http://www.w3.org:8080/Protocols/rfc2616/rfc2616-sec5.html?foo=bar\#sec5.1.2 to /Protocols/rfc2616/rfc2616-sec5.html?foo=bar\#sec5.1.2 ok 2 - correctly stripped https://www.w3.org/Protocols/rfc2616/rfc2616-sec5.html?foo=bar\#sec5.1.2 to /Protocols/rfc2616/rfc2616-sec5.html?foo=bar\#sec5.1.2 ok 3 - correctly stripped https://www.w3.org:80/Protocols to /Protocols ok 4 - correctly stripped http://localhost:8080?delay=3 to /?delay=3 ok 5 - correctly stripped http://www.w3.org/Protocols/rfc2616/rfc2616-sec5.html?foo=bar\#sec5.1.2 to /Protocols/rfc2616/rfc2616-sec5.html?foo=bar\#sec5.1.2 ok t/template...............1..0 # Skip just a template to base other tests on skipped all skipped: just a template to base other tests on t/timeout................1..20 HTTP::Server::Simple: You can connect to your server at http://localhost:8080/ ok 1 - starting a test server ok 2 - $q->timeout == 180 ok 3 - Added request to the queue - http://localhost:8080?delay=0 Can't call method "clone" on unblessed reference at /home/cpanrun/ia64-lp64/build/5.8.2/lib/site_perl/5.8.2/HTTP/Message.pm line 22, line 16. HTTP::Async object destroyed but still in use at t/TestServer.pm line 0 HTTP::Async INTERNAL ERROR: 'id_opts' not empty at t/TestServer.pm line 0 # Looks like you planned 20 tests but only ran 3. # Looks like your test died just after 3. Attempt to free unreferenced scalar: SV 0x60000000009c67b0 during global destruction. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 4-20 Failed 17/20 tests, 15.00% okay Failed 8/16 test scripts, 50.00% okay. 70/143 subtests failed, 51.05% okay. Failed Test Stat Wstat Total Fail Failed List of Failed ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- t/bad-connections.t 255 65280 5 6 120.00% 3-5 t/bad-headers.t 255 65280 3 2 66.67% 3 t/not_modified.t 255 65280 4 4 100.00% 3-4 t/polite.t 255 65280 14 12 85.71% 9-14 t/poll-interval.t 255 65280 24 24 100.00% 13-24 t/proxy.t 255 65280 16 22 137.50% 6-16 t/redirects.t 255 65280 21 36 171.43% 4-21 t/timeout.t 255 65280 20 34 170.00% 4-20 3 tests skipped. make: *** [test_dynamic] Error 2