Advertisement
Guest User

Untitled

a guest
Jan 19th, 2017
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.32 KB | None | 0 0
  1. builder@builder-desktop:~$ buildslave start slave
  2. Following twistd.log until startup finished..
  3. Unhandled Error
  4. Traceback (most recent call last):
  5. File "/usr/lib/python2.7/dist-packages/twisted/application/app.py", line 642, in run
  6. runApp(config)
  7. File "/usr/lib/python2.7/dist-packages/twisted/scripts/twistd.py", line 23, in runApp
  8. _SomeApplicationRunner(config).run()
  9. File "/usr/lib/python2.7/dist-packages/twisted/application/app.py", line 376, in run
  10. self.application = self.createOrGetApplication()
  11. File "/usr/lib/python2.7/dist-packages/twisted/application/app.py", line 441, in createOrGetApplication
  12. application = getApplication(self.config, passphrase)
  13. --- <exception caught here> ---
  14. File "/usr/lib/python2.7/dist-packages/twisted/application/app.py", line 452, in getApplication
  15. application = service.loadApplication(filename, style, passphrase)
  16. File "/usr/lib/python2.7/dist-packages/twisted/application/service.py", line 405, in loadApplication
  17. application = sob.loadValueFromFile(filename, 'application', passphrase)
  18. File "/usr/lib/python2.7/dist-packages/twisted/persisted/sob.py", line 210, in loadValueFromFile
  19. exec fileObj in d, d
  20. File "buildbot.tac", line 24, in <module>
  21. maxRotatedFiles=maxRotatedFiles)
  22. File "/usr/lib/python2.7/dist-packages/twisted/python/logfile.py", line 48, in fromFullPath
  23. os.path.dirname(logPath), *args, **kwargs)
  24. File "/usr/lib/python2.7/dist-packages/twisted/python/logfile.py", line 161, in __init__
  25. BaseLogFile.__init__(self, name, directory, defaultMode)
  26. File "/usr/lib/python2.7/dist-packages/twisted/python/logfile.py", line 40, in __init__
  27. self._openFile()
  28. File "/usr/lib/python2.7/dist-packages/twisted/python/logfile.py", line 166, in _openFile
  29. BaseLogFile._openFile(self)
  30. File "/usr/lib/python2.7/dist-packages/twisted/python/logfile.py", line 75, in _openFile
  31. self._file = file(self.path, "w+", 1)
  32. exceptions.IOError: [Errno 2] No such file or directory: '/u/owrt3/rel/twistd.log'
  33.  
  34. Failed to load application: [Errno 2] No such file or directory: '/u/owrt3/rel/twistd.log'
  35.  
  36.  
  37.  
  38. The buildslave took more than 10 seconds to start, so we were unable to
  39. confirm that it started correctly. Please 'tail twistd.log' and look for a
  40. line that says 'configuration update complete' to verify correct startup.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement