[Buildbot-devel] twisted.internet.tcp.Connector Uninitialized problems

Jean-Paul Calderone exarkun at divmod.com
Sat Jun 23 02:04:05 UTC 2007


On Fri, 22 Jun 2007 17:36:51 -0600, Bob Proulx <bob at proulx.com> wrote:
>I am trying to set up a new buildbot slave.  I have done this several
>times before but this time things are not happy and I am stuck.  The
>buildbot slave is refusing to start with the following errors to the
>twistd.log.
>
>  2007/06/22 17:17 MDT [-] Starting factory <buildbot.slave.bot.BotFactory instance at 0x405b87ac>
>  2007/06/22 17:17 MDT [Uninitialized] <twisted.internet.tcp.Connector instance at 0x405bf0ac> will retry in 71 seconds
>  2007/06/22 17:17 MDT [Uninitialized] Stopping factory <buildbot.slave.bot.BotFactory instance at 0x405b87ac>
>
>I am not familiar with python nor twisted.  I have compared as much as
>I know how this installation with another one that is working.  The
>buildmaster is running.  Other buildslaves are starting and
>connecting.  I have not found any obvious differences and yet there
>must be some difference to account for this problem.  Does the above
>error message mean anything to anyone?  Does anyone have any clues as
>to how to proceed to debug this problem?

The underlying TCP connection attempt is failing for some reason (not a
reason that is getting logged, unfortunately).  I'd try debugging things
at that level first - make sure you can reach the master address/port with
another program (eg, telnet) and/or do a traffic dump (ethereal, tcpdump)
on the machine when the slave makes its connection attempt.  You might
find the connection is being blocked or failing for some simple reason.

Jean-Paul




More information about the devel mailing list