Skip Menu |

This queue is for tickets about the Socket CPAN distribution.

Report information
The Basics
Id: 102042
Status: resolved
Priority: 0/
Queue: Socket

People
Owner: Nobody in particular
Requestors: btik-cpan4 [...] scoubidou.com
Cc:
AdminCc:

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



Subject: Socket-2.017 fails to test on Linux & FreeBSD
Date: Tue, 10 Feb 2015 16:05:39 +0100
To: bug-Socket [...] rt.cpan.org
From: Maxime Soulé <btik-cpan4 [...] scoubidou.com>
Hello, On Linux jenkins 3.0.0-32-server x86_64 x86_64 perl 5.10.1 & FreeBSD 10.0-RELEASE amd64 perl 5.16.3, Socket fails to test : PERL_DL_NONLAZY=1 "/var/lib/jenkins/perl/perl-5.10.1/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/getaddrinfo.t .. ok addr is not a string at t/getnameinfo.t line 38. # Looks like you planned 13 tests but ran 12. # Looks like your test exited with 255 just after 12. t/getnameinfo.t .. Dubious, test returned 255 (wstat 65280, 0xff00) Failed 1/13 subtests t/ip_mreq.t ...... ok t/ipv6_mreq.t .... ok t/sockaddr.t ..... ok t/Socket.t ....... ok t/socketpair.t ... ok Test Summary Report ------------------- t/getnameinfo.t (Wstat: 65280 Tests: 12 Failed: 0) Non-zero exit status: 255 Parse errors: Bad plan. You planned 13 tests but ran 12. Files=7, Tests=135, 4 wallclock secs ( 0.04 usr 0.02 sys + 0.16 cusr 0.02 csys = 0.24 CPU) Result: FAIL Failed 1/7 test programs. 0/135 subtests failed. make: *** [test_dynamic] Error 255 Best regards, Max.
On 2015-02-10 10:06:05, btik-cpan4@scoubidou.com wrote: Show quoted text
> Hello, > > On Linux jenkins 3.0.0-32-server x86_64 x86_64 perl 5.10.1 > & FreeBSD 10.0-RELEASE amd64 perl 5.16.3, Socket fails to test : > > PERL_DL_NONLAZY=1 "/var/lib/jenkins/perl/perl-5.10.1/bin/perl" "- > MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef > *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" > t/*.t > t/getaddrinfo.t .. ok > addr is not a string at t/getnameinfo.t line 38. > # Looks like you planned 13 tests but ran 12. > # Looks like your test exited with 255 just after 12. > t/getnameinfo.t .. > Dubious, test returned 255 (wstat 65280, 0xff00) > Failed 1/13 subtests > t/ip_mreq.t ...... ok > t/ipv6_mreq.t .... ok > t/sockaddr.t ..... ok > t/Socket.t ....... ok > t/socketpair.t ... ok > > Test Summary Report > ------------------- > t/getnameinfo.t (Wstat: 65280 Tests: 12 Failed: 0) > Non-zero exit status: 255 > Parse errors: Bad plan. You planned 13 tests but ran 12. > Files=7, Tests=135, 4 wallclock secs ( 0.04 usr 0.02 sys + 0.16 > cusr 0.02 csys = 0.24 CPU) > Result: FAIL > Failed 1/7 test programs. 0/135 subtests failed. > make: *** [test_dynamic] Error 255 >
Actually it fails everywhere for perl <= 5.16.3. See http://matrix.cpantesters.org/?dist=Socket+2.017
Should be fixed by newly-uploaded 2.018 -- Paul Evans
On 2015-02-12 08:46:04, PEVANS wrote: Show quoted text
> Should be fixed by newly-uploaded 2.018
Looks good so far: http://217.199.168.174/cgi-bin/cpantestersmatrix.pl?dist=Socket%202.018
2.018 seems to sort this one out. -- Paul Evans