[Buildbot-devel] problem "want to start build, but we don't have a remote"

Cavanagh, Sean (Sean) scavanagh at avaya.com
Thu Jun 14 19:39:05 UTC 2007


What do you see in the twistd.log (client and server) when you hit the
button?

Much good debugging can be done with 'tail -f twistd.log' running on
both client and server.

If you're not getting good information, I had luck with a somewhat
similar problem by parking some extra logging messages into
process/builder.py

Like this:

At line 20:
state_lookup = {0: 'ATTACHING', 
                1: 'IDLE',      
                2: 'PINGING',   
                3: 'BUILDING',  
                }
At line 50:
def isAvailable(self):
    log.msg("%s currently: %s"%
            (self.slave.slavename,state_lookup[self.state])
            )

Good luck!

Sean C.
-----Original Message-----
From: buildbot-devel-bounces at lists.sourceforge.net
[mailto:buildbot-devel-bounces at lists.sourceforge.net] On Behalf Of
Timothee Besset
Sent: Thursday, June 14, 2007 11:13 AM
To: buildbot-devel at lists.sourceforge.net
Subject: [Buildbot-devel] problem "want to start build,but we don't have
a remote"

buildbot 0.7.5, master is a Linux x86 Debian Etch python 2.3, slave is
win XP 64

I'm getting a weird situation where one of the builders accumulates the
build pending but never starts them. We always use the http interface to
force the build to start, and now it just says 'n pending', 'n+1
pending'.

In the logs I see:
"want to start build, but we don't have a remote"

but I can ping the builder just fine ( "sending ping" / "ping finished:
success" )

I restarted the builder and when it came back up it proceeded with the
build just fine. Any suggestion on what went wrong / what I should
investigate next time there's a problem?

TTimo

PS: Thought I'd give you a little update on buildbot usage at id for
your web page. What you have there on us is quite outdated. We now have
3 seperate installations, with 14 builders total. Our build process
slaves include Windows machines, Linux, MacOS X, building for XBox 360
and PS3 consoles.


------------------------------------------------------------------------
-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Buildbot-devel mailing list
Buildbot-devel at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/buildbot-devel




More information about the devel mailing list