[Buildbot-devel] exceptions in 0.7.5?

Robert Mecklenburg rmecklenburg at s5w.com
Tue Jan 2 18:37:35 UTC 2007


I just upgraded to 0.7.5 and I'm now getting stacktraces in the log
file.  It doesn't appear to prevent builds, however.

2007/01/02 11:20 MST [-] svnPoller: _process_changes 2593 .. 2593
2007/01/02 11:20 MST [-] SVNPoller finished polling
2007/01/02 11:20 MST [-] _finished : None
2007/01/02 11:20 MST [HTTPChannel,1,127.0.0.1] 127.0.0.1 - - [02/Jan/2007:18:20:35 +0000] "GET / HTTP/1.1" 200 101719 "-" "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1) Gecko/20060601 Firefox/2.0 (Ubuntu-edgy)"
2007/01/02 11:20 MST [HTTPChannel,1,127.0.0.1] 127.0.0.1 - - [02/Jan/2007:18:20:36 +0000] "GET /buildbot.css HTTP/1.1" 304 - "http://localhost:8010/" "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1) Gecko/20060601 Firefox/2.0 (Ubuntu-edgy)"
2007/01/02 11:22 MST [-] SVNPoller polling
2007/01/02 11:22 MST [-] svnPoller: _process_changes last 2593 mostRecent 2593
2007/01/02 11:22 MST [-] svnPoller: _process_changes 2593 .. 2593
2007/01/02 11:22 MST [-] SVNPoller finished polling
2007/01/02 11:22 MST [-] _finished : None
2007/01/02 11:23 MST [HTTPChannel,1,127.0.0.1] 127.0.0.1 - - [02/Jan/2007:18:23:35 +0000] "GET / HTTP/1.1" 200 101719 "-" "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1) Gecko/20060601 Firefox/2.0 (Ubuntu-edgy)"
2007/01/02 11:23 MST [HTTPChannel,1,127.0.0.1] 127.0.0.1 - - [02/Jan/2007:18:23:35 +0000] "GET /buildbot.css HTTP/1.1" 304 - "http://localhost:8010/" "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1) Gecko/20060601 Firefox/2.0 (Ubuntu-edgy)"
2007/01/02 11:24 MST [Broker,1,127.0.0.1] Peer will receive following PB traceback:
2007/01/02 11:24 MST [Broker,1,127.0.0.1] Traceback (most recent call last):
	  File "/usr/lib/python2.4/site-packages/twisted/spread/pb.py", line 1740, in remote_respond
	    d = self.portalWrapper.portal.login(self, mind, IPerspective)
	  File "/usr/lib/python2.4/site-packages/twisted/cred/portal.py", line 109, in login
	    return maybeDeferred(c.requestAvatarId, credentials
	  File "/usr/lib/python2.4/site-packages/twisted/internet/defer.py", line 191, in addCallback
	    callbackKeywords=kw)
	  File "/usr/lib/python2.4/site-packages/twisted/internet/defer.py", line 182, in addCallbacks
	    self._runCallbacks()
	--- <exception caught here> ---
	  File "/usr/lib/python2.4/site-packages/twisted/internet/defer.py", line 307, in _runCallbacks
	    self.result = callback(self.result, *args, **kw)
	  File "/home/s5master/lib/python/buildbot/master.py", line 468, in requestAvatar
	    p = self.botmaster.getPerspective(avatarID)
	  File "/home/s5master/lib/python/buildbot/master.py", line 352, in getPerspective
	    return self.slaves[slavename]
	exceptions.KeyError: 'change'
	

Any ideas?

Thanks,
Robert




More information about the devel mailing list