Skip Menu |

This queue is for tickets about the Lock-Server CPAN distribution.

Report information
The Basics
Id: 111380
Status: open
Priority: 0/
Queue: Lock-Server

People
Owner: CANID [...] cpan.org
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

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



Subject: Unable to open socket on port '8004'
There is quite a number of fail reports at cpantesters --- see http://matrix.cpantesters.org/?dist=Lock-Server%201.1 for an overview. Some (most? all?) of these look like this: Bailout called. Further testing stopped: Unable to start server 'Unable to open socket on port '8004' : Address already in use IO::Socket::INET: Address already in use FAILED--Further testing stopped: Unable to start server 'Unable to open socket on port '8004' : Address already in use IO::Socket::INET: Address already in use Probably this happens if a smoker machine executes the test suite for many perl versions in a sequence, and the server port of the previous run is still active (in netstat I see this as TIME_WAIT socket). Just an idea: maybe the server had an unclean shutdown? Or maybe it would help if you set something like ReusePort when creating the server socket?
Subject: Re: [rt.cpan.org #111380] Unable to open socket on port '8004'
Date: Sat, 23 Jan 2016 06:48:35 +0000
To: bug-Lock-Server [...] rt.cpan.org
From: Eric Wolf <coyocanid [...] gmail.com>
Oh, that's not good. Thanks for the report. I will look into it. Could mean it's unstable. I'm considering pulling it. On Fri, Jan 22, 2016 at 1:16 PM Slaven_Rezic via RT < bug-Lock-Server@rt.cpan.org> wrote: Show quoted text
> Fri Jan 22 16:16:54 2016: Request 111380 was acted upon. > Transaction: Ticket created by SREZIC > Queue: Lock-Server > Subject: Unable to open socket on port '8004' > Broken in: 1.1 > Severity: (no value) > Owner: Nobody > Requestors: SREZIC@cpan.org > Status: new > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=111380 > > > > There is quite a number of fail reports at cpantesters --- see > http://matrix.cpantesters.org/?dist=Lock-Server%201.1 for an overview. > Some (most? all?) of these look like this: > > Bailout called. Further testing stopped: Unable to start server 'Unable > to open socket on port '8004' : Address already in use IO::Socket::INET: > Address already in use > FAILED--Further testing stopped: Unable to start server 'Unable to open > socket on port '8004' : Address already in use IO::Socket::INET: Address > already in use > > Probably this happens if a smoker machine executes the test suite for many > perl versions in a sequence, and the server port of the previous run is > still active (in netstat I see this as TIME_WAIT socket). Just an idea: > maybe the server had an unclean shutdown? Or maybe it would help if you set > something like ReusePort when creating the server socket? > >