[Buildbot-devel] Calling Stale Broker
o.rusterholz at bluewin.ch
o.rusterholz at bluewin.ch
Thu Oct 11 06:54:21 UTC 2007
Hi everybody,
My Buildbot master and slaves are running on the same windows
machine. Can't change this at the moment. If this computer is under
heavy load (from the builds) sometimes some slaves are disconnecting
and the ones which are running throw a shell exception:
Traceback (most recent call last):
File "C:\Buildbot_Sandbox\site-packages\buildbot\steps\shell.py",
line 228, in start
self.startCommand(cmd)
File "C:\Buildbot_Sandbox\site-
packages\buildbot\process\buildstep.py", line 954, in startCommand
d = self.runCommand(cmd) # might raise ConnectionLost
File "C:\Buildbot_Sandbox\site-
packages\buildbot\process\buildstep.py", line 896, in runCommand
d = c.run(self, self.remote)
File "C:\Buildbot_Sandbox\site-
packages\buildbot\process\buildstep.py", line 84, in run
d = defer.maybeDeferred(self.start)
--- <exception caught here> ---
File "C:\Buildbot_Sandbox\site-packages\twisted\internet\defer.
py", line 117, in maybeDeferred
result = f(*args, **kw)
File "C:\Buildbot_Sandbox\site-
packages\buildbot\process\buildstep.py", line 493, in start
return LoggedRemoteCommand.start(self)
File "C:\Buildbot_Sandbox\site-
packages\buildbot\process\buildstep.py", line 303, in start
return RemoteCommand.start(self)
File "C:\Buildbot_Sandbox\site-
packages\buildbot\process\buildstep.py", line 111, in start
self.remote_command, self.args)
File "C:\Buildbot_Sandbox\site-packages\twisted\spread\pb.py",
line 381, in callRemote
_name, args, kw)
File "C:\Buildbot_Sandbox\site-packages\twisted\spread\pb.py",
line 853, in _sendMessage
raise DeadReferenceError("Calling Stale Broker")
twisted.spread.pb.DeadReferenceError: Calling Stale Broker
Does anybody know what this means and how I can avoid it? The
version I'm running is about half way between 0.7.5 and 0.7.6.
Thanks,
Oliver
More information about the devel
mailing list