devogon / devogon-s-cpan-prefs

prefs files for cpan testing
1 stars 0 forks source link

IO-Socket-Socks-Wrapper #113

Closed devogon closed 13 years ago

devogon commented 13 years ago
  OLEG/IO-Socket-Socks-Wrapper-0.05.tar.gz
  /usr/bin/make -- OK
Prepending /home/perl58/.cpan/build/IO-Socket-Socks-0.5-qwrJX8/blib/arch /home/perl58/.cpan/build/IO-Socket-Socks-0.5-qwrJX8/blib/lib to PERL5LIB for 'test'
Running make test
PERL_DL_NONLAZY=1 /home/perl58/testing/bin/perl5.8.9 "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
Bareword "LWP::Protocol::http::Socket::" refers to nonexistent package at t/1_in_pkg.t line 17.
Use of uninitialized value in length at t/subs.pm line 86.
syswrite() on closed filehandle GEN3 at /home/perl58/testing/lib/5.8.9/x86_64-linux-thread-multi/IO/Handle.pm line 459.
Use of uninitialized value in length at t/subs.pm line 86.
print() on closed filehandle GEN7 at /home/perl58/testing/lib/5.8.9/x86_64-linux-thread-multi/IO/Handle.pm line 403.
sysread() on closed filehandle GEN7 at /home/perl58/testing/lib/5.8.9/x86_64-linux-thread-multi/IO/Handle.pm line 446.
Subroutine Net::HTTP::connect redefined at t/1_in_pkg.t line 82
Use of uninitialized value in concatenation (.) or string at /home/perl58/.cpan/build/IO-Socket-Socks-0.5-qwrJX8/blib/lib/IO/Socket/Socks.pm line 811.
Use of uninitialized value in concatenation (.) or string at /home/perl58/.cpan/build/IO-Socket-Socks-0.5-qwrJX8/blib/lib/IO/Socket/Socks.pm line 811.
Use of uninitialized value in length at t/subs.pm line 86.
t/1_in_pkg.t ............ ok
Bareword "LWP::Protocol::http::Socket::" refers to nonexistent package at t/2_in_pkg_no_global.t line 57.
Use of uninitialized value in concatenation (.) or string at /home/perl58/.cpan/build/IO-Socket-Socks-0.5-qwrJX8/blib/lib/IO/Socket/Socks.pm line 811.
Use of uninitialized value in concatenation (.) or string at /home/perl58/.cpan/build/IO-Socket-Socks-0.5-qwrJX8/blib/lib/IO/Socket/Socks.pm line 811.
Use of uninitialized value in length at t/subs.pm line 86.
Use of uninitialized value in length at t/subs.pm line 86.
syswrite() on closed filehandle GEN9 at /home/perl58/testing/lib/5.8.9/x86_64-linux-thread-multi/IO/Handle.pm line 459.
Use of uninitialized value in length at t/subs.pm line 86.
t/2_in_pkg_no_global.t .. ok
Subroutine CORE::GLOBAL::connect redefined at t/3_global.t line 76
Use of uninitialized value in length at t/subs.pm line 86.

#   Failed test 'LWP+Global socks5'
#   at t/3_global.t line 92.
#          got: 'Can't connect to 127.0.0.1:36215 (Connection refused)
# 
# IO::Socket::Socks: connect: Connection refused at /home/perl58/testing/lib/site_perl/5.8.9/LWP/Protocol/http.pm line 51.
# '
#     expected: 'ROOT'
Use of uninitialized value in kill at t/3_global.t line 101.
devogon commented 13 years ago

twice crashed 5.8.9.

olegwtf commented 13 years ago

Can you provide information about your operating system? Have you any firewalls or proxy like a squid?

devogon commented 13 years ago

Found an error this in Fedora 15 Secure Linux setup (a new install). This module is passing all current tests in perls 5.8.9, 5.10.1, 5.12.4, 5.14.0, 5.14.1, 5.15.0, and 5.15.1.

devogon commented 13 years ago

Not entirely sure the crashes were directly related to this module as it passes testing with previous SL errors as well. More likely due to overloaded PERL5LIB var again.