Skip Menu |

This queue is for tickets about the LWP-UserAgent-Determined CPAN distribution.

Report information
The Basics
Id: 76469
Status: new
Priority: 0/
Queue: LWP-UserAgent-Determined

People
Owner: Nobody in particular
Requestors: chadd [...] fidelissys.com
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: (no value)
Fixed in: (no value)



Subject: Current 404 response test failing: host not responding with 404
Installation halts with the following output: Running make test PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/01_about_verbose.t .... ok t/10_determined_test.t .. 10/13 # Test 11 got: "4" (t/10_determined_test.t at line 83) # Expected: "1" # t/10_determined_test.t line 83 is: ok $before_count, 1; # Test 12 got: "4" (t/10_determined_test.t at line 85) # Expected: "1" # t/10_determined_test.t line 85 is: ok $after_count, 1; t/10_determined_test.t .. Failed 2/13 subtests Test Summary Report ------------------- t/10_determined_test.t (Wstat: 0 Tests: 13 Failed: 2) Failed tests: 11-12 Files=2, Tests=15, 112 wallclock secs ( 0.03 usr 0.02 sys + 0.19 cusr 0.07 csys = 0.31 CPU) Result: FAIL Failed 1/2 test programs. 2/15 subtests failed. make: *** [test_dynamic] Error 255 In firefox, www.interglacial.com times out after 20 seconds instead of 404'ing. When I edit /etc/hosts to redirect the request to a different (responsive) IP, then the install proceeds without error. This issue interrupts installation of dependent modules, including Amazon::S3 and Net::Amazon::S3.