Advertisement
mindrunner

Untitled

Oct 28th, 2014
239
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.54 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "/lu/buildbot/yocto-autobuilder/lib/python2.7/site-packages/Twisted-12.2.0-py2.7-linux-x86_64.egg/twisted/internet/defer.py", line 368, in callback
  3. self._startRunCallbacks(result)
  4. File "/lu/buildbot/yocto-autobuilder/lib/python2.7/site-packages/Twisted-12.2.0-py2.7-linux-x86_64.egg/twisted/internet/defer.py", line 464, in _startRunCallbacks
  5. self._runCallbacks()
  6. File "/lu/buildbot/yocto-autobuilder/lib/python2.7/site-packages/Twisted-12.2.0-py2.7-linux-x86_64.egg/twisted/internet/defer.py", line 551, in _runCallbacks
  7. current.result = callback(current.result, *args, **kw)
  8. File "/lu/buildbot/yocto-autobuilder/lib/python2.7/site-packages/Twisted-12.2.0-py2.7-linux-x86_64.egg/twisted/internet/defer.py", line 1101, in gotResult
  9. _inlineCallbacks(r, g, deferred)
  10. --- <exception caught here> ---
  11. File "/lu/buildbot/yocto-autobuilder/lib/python2.7/site-packages/Twisted-12.2.0-py2.7-linux-x86_64.egg/twisted/internet/defer.py", line 1045, in _inlineCallbacks
  12. result = g.send(result)
  13. File "/lu/buildbot/yocto-autobuilder/lib/python2.7/site-packages/buildbot-0.8.8-py2.7.egg/buildbot/steps/source/yoctogit.py", line 196, in full
  14. self.mirrorexists = yield self._mirrorExists()
  15. File "/lu/buildbot/yocto-autobuilder/lib/python2.7/site-packages/buildbot-0.8.8-py2.7.egg/buildbot/steps/source/yoctogit.py", line 565, in _mirrorExists
  16. mirror = self.mirrordir + "/" + self.repourl.replace("git://", "") + "/"
  17. exceptions.TypeError: unsupported operand type(s) for +: 'NoneType' and 'str'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement