[Python-Dev] funky buildbot

Bill Janssen janssen at parc.com
Fri Mar 11 00:46:11 CET 2011


David Bolen <db3l.net at gmail.com> wrote:

> Bill Janssen <janssen at parc.com> writes:
> 
> > I'm trying to get a new buildbot in the swim of things, and it keeps
> > getting into this state where the buildslave process seems caught in an
> > endless loop.  Perhaps someone here knows why?
> 
> Do you have any information as to what it is doing while in the loop?

Not much.  The twistd log shows that it is, in fact, trying to reconnect
to the build master.  It's just chewing up 100% CPU.  Could just be
updates to the master that are doing this, but my other (PPC) buildbots
seem OK with it.

Bill

> I think the only obvious "looping" I've seen with any of my buildbots
> is a loop while trying to attach to the master, either because the
> master was down/unreachable, rejecting connections (bad
> user/password), not yet configured for my buildbot, or occasionally
> because it thought the buildbot was still attached.  In that latter
> case I just had to wait long enough for the status page to switch from
> idle to disconnected and then try again.
> 
> -- David
> 
> _______________________________________________
> Python-Dev mailing list
> Python-Dev at python.org
> http://mail.python.org/mailman/listinfo/python-dev
> Unsubscribe: http://mail.python.org/mailman/options/python-dev/bill%40janssen.org


More information about the Python-Dev mailing list