[Buildbot-devel] try functionality from windows?
Gregory Golberg
grisha at snaplogic.org
Tue May 8 05:01:46 UTC 2007
> By the way, a post at http://svn.haxx.se/dev/archive-2006-03/0941.shtml
> says that the author had to patch it for Windows...
>
Actually the patch is found at. I tried applying it, but it seems that
try_builder.py has changed since then.
After that, I found that the problem apparently was that it couldn't
find the ssh executable (just like
Livien suggested); so I hardcoded the path, and it now gives me an ssh
prompt and then just
sits there after I enter the password.
There's nothing in the master's twistd.log most of the time, though
occassionally the below stack trace,
which I haven't narrowed down to what exactly causes it.
2007/05/07 21:48 -0700 [-] Unhandled Error
Traceback (most recent call last):
File
"/usr/lib/python2.4/site-packages/twisted/scripts/_twistd_unix.py", line
214, in postApplication
app.runReactorWithLogging(self.config, self.oldstdout,
self.oldstderr)
File
"/usr/lib/python2.4/site-packages/twisted/application/app.py", line 113,
in runReactorWithLogging
reactor.run()
File
"/usr/lib/python2.4/site-packages/twisted/internet/posixbase.py", line
220, in run
self.mainLoop()
File
"/usr/lib/python2.4/site-packages/twisted/internet/posixbase.py", line
228, in mainLoop
self.runUntilCurrent()
--- <exception caught here> ---
File "/usr/lib/python2.4/site-packages/twisted/internet/base.py",
line 561, in runUntilCurrent
call.func(*call.args, **call.kw)
File
"/usr/lib/python2.4/site-packages/buildbot/changes/maildir.py", line 96,
in poll
self.messageReceived(n)
File
"/usr/lib/python2.4/site-packages/buildbot/changes/maildirtwisted.py",
line 60, in messageReceived
self.parent.messageReceived(filename)
File "/usr/lib/python2.4/site-packages/buildbot/scheduler.py",
line 620, in messageReceived
builderNames, ss, bsid = self.parseJob(f)
File "/usr/lib/python2.4/site-packages/buildbot/scheduler.py",
line 589, in parseJob
ver = s.pop(0)
exceptions.IndexError: pop from empty list
More information about the devel
mailing list