libwww-perl / WWW-Mechanize

Handy web browsing in a Perl object
https://metacpan.org/pod/WWW::Mechanize
Other
68 stars 53 forks source link

test failure in t/local/back.t #226

Closed karenetheridge closed 7 years ago

karenetheridge commented 7 years ago

This is ubuntu 12.04 (precise), running perl 5.14.2.

Building and testing WWW-Mechanize-1.84
cp lib/WWW/Mechanize/Link.pm blib/lib/WWW/Mechanize/Link.pm
cp lib/WWW/Mechanize/Examples.pod blib/lib/WWW/Mechanize/Examples.pod
cp lib/WWW/Mechanize/Image.pm blib/lib/WWW/Mechanize/Image.pm
cp lib/WWW/Mechanize/FAQ.pod blib/lib/WWW/Mechanize/FAQ.pod
cp lib/WWW/Mechanize/Cookbook.pod blib/lib/WWW/Mechanize/Cookbook.pod
cp lib/WWW/Mechanize.pm blib/lib/WWW/Mechanize.pm
cp bin/mech-dump blib/script/mech-dump
"/usr/bin/perl" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/mech-dump
PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/author-live/*.t t/local/*.t t/mech-dump/*.t
# Testing WWW::Mechanize 1.84, with LWP 6.13, Perl 5.014002, /usr/bin/perl
# Test::Memory::Cycle is not installed.
t/00-load.t ................ ok
t/add_header.t ............. ok
t/aliases.t ................ ok
t/area_link.t .............. ok
t/author-live/encoding.t ... skipped: these tests are for testing by the author
t/author-live/wikipedia.t .. skipped: these tests are for testing by the author
t/author-pod-coverage.t .... skipped: these tests are for testing by the author
t/author-tidyall.t ......... skipped: these tests are for testing by the author
t/autocheck.t .............. ok
t/bad-request.t ............ ok
t/clone.t .................. ok
t/content.t ................ ok
# Test server http://127.0.0.1:24713 as PID 32501
t/cookies.t ................ ok
t/credentials-api.t ........ ok
t/credentials.t ............ ok
t/die.t .................... ok
t/dump.t ................... ok
t/field.t .................. ok
t/find_frame.t ............. ok
t/find_image.t ............. ok
t/find_inputs.t ............ ok
t/find_link-warnings.t ..... ok
t/find_link.t .............. ok
t/find_link_id.t ........... ok
t/form-parsing.t ........... ok
t/form_with_fields.t ....... ok
t/frames.t ................. ok
t/image-new.t .............. ok
t/image-parse.t ............ ok
t/link-base.t .............. ok
t/link-relative.t .......... ok
t/link.t ................... ok
Error GETing http://localhost:53733/: Can't connect to localhost:53733 (Connection refused) at t/local/back.t line 53.
-> FAIL Timed out (> 1800s). Use --verbose to retry.
make: *** [test_dynamic] Terminated
-> FAIL Installing WWW::Mechanize failed. See /home/jenkins/.cpanm/work/1496686642.18535/build.log for details. Retry with --force to force install it.
karenetheridge commented 7 years ago

looks to be the same as #31.

oalders commented 7 years ago

I believe this has been fixed.