Created
March 15, 2012 00:53
-
-
Save philk/2040817 to your computer and use it in GitHub Desktop.
buildbot error
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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