[Buildbot-devel] Log file assertion
Nick Trout
nick at rockstarvancouver.com
Tue May 24 23:51:12 UTC 2005
Hi, I keep getting the following when a build starts. This happens after
I have killed the master and restarted it. It seems to happen when I
just close the master shell, or when I use keyboard interrupt (Ctrl-c).
Is the file still open, not there, ?
Nick
Traceback (most recent call last):
File "z:\tools\pythonlibs\buildbot\process\builder.py", line 364, in
startBuild
d = build.startBuild(bs, self.expectations, self.remote)
File "z:\tools\pythonlibs\buildbot\process\base.py", line 312, in
startBuild
self.startNextStep()
File "z:\tools\pythonlibs\buildbot\process\base.py", line 393, in
startNextStep
d = defer.maybeDeferred(s.startStep, self.remote)
File "C:\Python23\lib\site-packages\twisted\internet\defer.py", line
117, in maybeDeferred
result = f(*args, **kw)
--- <exception caught here> ---
File "z:\tools\pythonlibs\buildbot\process\step.py", line 475, in
startStep
skip = self.start()
File "z:\tools\pythonlibs\buildbot\process\step.py", line 683, in
start
loog = self.addLog("log")
File "z:\tools\pythonlibs\buildbot\process\step.py", line 577, in
addLog
loog = self.step_status.addLog(name)
File "z:\tools\pythonlibs\buildbot\status\builder.py", line 703, in
addLog
log = LogFile(self, name, logfilename)
File "z:\tools\pythonlibs\buildbot\status\builder.py", line 218, in
__init__
assert not os.path.exists(self.getFilename())
exceptions.AssertionError:
More information about the devel
mailing list