[Buildbot-commits] [Buildbot] #2241: invalid getSourceStamp call in oldsource.py
Buildbot
nobody at buildbot.net
Mon Mar 12 05:48:26 UTC 2012
#2241: invalid getSourceStamp call in oldsource.py
-------------------+-------------------
Reporter: dustin | Owner:
Type: defect | Status: new
Priority: major | Milestone: 0.8.7
Version: master | Keywords:
-------------------+-------------------
{{{
Traceback (most recent call last):
File "/home/dustin/code/buildbot/t/buildbot/sand27/lib/python2.7/site-
packages/twisted/internet/defer.py", line 134, in maybeDeferred
result = f(*args, **kw)
File
"/home/dustin/code/buildbot/t/buildbot/master/buildbot/process/buildstep.py",
line 505, in startStep
d.addCallback(self._startStep_2)
File "/home/dustin/code/buildbot/t/buildbot/sand27/lib/python2.7/site-
packages/twisted/internet/defer.py", line 301, in addCallback
callbackKeywords=kw)
File "/home/dustin/code/buildbot/t/buildbot/sand27/lib/python2.7/site-
packages/twisted/internet/defer.py", line 290, in addCallbacks
self._runCallbacks()
--- <exception caught here> ---
File "/home/dustin/code/buildbot/t/buildbot/sand27/lib/python2.7/site-
packages/twisted/internet/defer.py", line 551, in _runCallbacks
current.result = callback(current.result, *args, **kw)
File
"/home/dustin/code/buildbot/t/buildbot/master/buildbot/process/buildstep.py",
line 547, in _startStep_2
setattr(self, renderable, self.build.render(getattr(self,
renderable)))
File
"/home/dustin/code/buildbot/t/buildbot/master/buildbot/process/properties.py",
line 177, in render
return props.render(value)
File
"/home/dustin/code/buildbot/t/buildbot/master/buildbot/process/properties.py",
line 137, in render
return renderable.getRenderingFor(self)
File
"/home/dustin/code/buildbot/t/buildbot/master/buildbot/steps/source/oldsource.py",
line 40, in getRenderingFor
s = build.getSourceStamp()
exceptions.TypeError: getSourceStamp() takes exactly 2 arguments (1 given)
}}}
--
Ticket URL: <http://trac.buildbot.net/ticket/2241>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation
More information about the Commits
mailing list