Skip to content

Instantly share code, notes, and snippets.

@whiteley
Created November 6, 2010 20:36
Show Gist options
  • Save whiteley/665699 to your computer and use it in GitHub Desktop.
Save whiteley/665699 to your computer and use it in GitHub Desktop.
buildbot FileUpload chmod error
Traceback (most recent call last):
File "/usr/lib/python2.5/site-packages/buildbot-0.8.2-py2.5.egg/buildbot/process/buildstep.py", line 728, in startStep
d.addCallback(self._startStep_2)
File "/usr/lib/python2.5/site-packages/Twisted-10.1.0-py2.5-linux-x86_64.egg/twisted/internet/defer.py", line 260, in addCallback
callbackKeywords=kw)
File "/usr/lib/python2.5/site-packages/Twisted-10.1.0-py2.5-linux-x86_64.egg/twisted/internet/defer.py", line 249, in addCallbacks
self._runCallbacks()
File "/usr/lib/python2.5/site-packages/Twisted-10.1.0-py2.5-linux-x86_64.egg/twisted/internet/defer.py", line 441, in _runCallbacks
self.result = callback(self.result, *args, **kw)
--- <exception caught here> ---
File "/usr/lib/python2.5/site-packages/buildbot-0.8.2-py2.5.egg/buildbot/process/buildstep.py", line 769, in _startStep_2
skip = self.start()
File "/usr/lib/python2.5/site-packages/buildbot-0.8.2-py2.5.egg/buildbot/steps/transfer.py", line 256, in start
fileWriter = _FileWriter(masterdest, self.maxsize, self.mode)
File "/usr/lib/python2.5/site-packages/buildbot-0.8.2-py2.5.egg/buildbot/steps/transfer.py", line 33, in __init__
os.chmod(destfile, mode)
exceptions.OSError: [Errno 2] No such file or directory: '/home/buildbot/upload/8726.tgz'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment