Skip to content

Instantly share code, notes, and snippets.

@philk
Created March 15, 2012 00:53
Show Gist options
  • Select an option

  • Save philk/2040817 to your computer and use it in GitHub Desktop.

Select an option

Save philk/2040817 to your computer and use it in GitHub Desktop.
buildbot error
Traceback (most recent call last):
File "/usr/lib/python2.6/dist-packages/twisted/internet/defer.py", line 213, in addCallbacks
self._runCallbacks()
File "/usr/lib/python2.6/dist-packages/twisted/internet/defer.py", line 371, in _runCallbacks
self.result = callback(self.result, *args, **kw)
File "/usr/lib/python2.6/dist-packages/twisted/internet/defer.py", line 280, in callback
self._startRunCallbacks(result)
File "/usr/lib/python2.6/dist-packages/twisted/internet/defer.py", line 354, in _startRunCallbacks
self._runCallbacks()
--- <exception caught here> ---
File "/usr/lib/python2.6/dist-packages/twisted/internet/defer.py", line 371, in _runCallbacks
self.result = callback(self.result, *args, **kw)
File "/usr/local/lib/python2.6/dist-packages/buildbot-0.8.6-py2.6.egg/buildbot/steps/transfer.py", line 377, in finished
if self.cmd.stderr != '':
exceptions.AttributeError: StatusRemoteCommand instance has no attribute 'stderr'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment