[Buildbot-commits] [Buildbot] #2250: Upload step fails

Buildbot nobody at buildbot.net
Mon Mar 19 17:04:10 UTC 2012


#2250: Upload step fails
-------------------+-----------------------
Reporter:  fribes  |      Owner:
    Type:  defect  |     Status:  new
Priority:  major   |  Milestone:  undecided
 Version:  0.8.6   |   Keywords:
-------------------+-----------------------
 Hi,

 After upgrading from 0.8.5 to version 0.8.6, the following error occurred
 :


 {{{
 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'

 }}}

 Any idea ?
 Thx

-- 
Ticket URL: <http://trac.buildbot.net/ticket/2250>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation


More information about the Commits mailing list