Advertisement
Guest User

Untitled

a guest
Aug 19th, 2015
233
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.87 KB | None | 0 0
  1. 2015-08-19 19:47:34+0200 [-] Log opened.
  2. 2015-08-19 19:47:34+0200 [-] twistd 14.0.2 (/usr/bin/python 2.7.9) starting up.
  3. 2015-08-19 19:47:34+0200 [-] reactor class: twisted.internet.epollreactor.EPollReactor.
  4. 2015-08-19 19:47:34+0200 [-] Starting BuildMaster -- buildbot.version: 0.9.0b2
  5. 2015-08-19 19:47:34+0200 [-] Loading configuration from '/home/slave/test/master.cfg'
  6. 2015-08-19 19:47:34+0200 [-] error while parsing config file:
  7. Traceback (most recent call last):
  8. File "/usr/lib/python2.7/threading.py", line 763, in run
  9. self.__target(*self.__args, **self.__kwargs)
  10. File "/usr/lib/python2.7/dist-packages/twisted/python/threadpool.py", line 196, in _worker
  11. result = context.call(ctx, function, *args, **kwargs)
  12. File "/usr/lib/python2.7/dist-packages/twisted/python/context.py", line 118, in callWithContext
  13. return self.currentContext().callWithContext(ctx, func, *args, **kw)
  14. File "/usr/lib/python2.7/dist-packages/twisted/python/context.py", line 81, in callWithContext
  15. return func(*args,**kw)
  16. --- <exception caught here> ---
  17. File "/usr/local/lib/python2.7/dist-packages/buildbot/config.py", line 194, in loadConfig
  18. exec f in localDict
  19. File "/home/slave/trolo/master.cfg", line 18, in <module>
  20. c['slaves'] = [buildslave.BuildSlave("example-slave", "pass")]
  21. File "/usr/local/lib/python2.7/dist-packages/buildbot/plugins/db.py", line 238, in __getattr__
  22. raise AttributeError(str(err))
  23. exceptions.AttributeError: Unknown component name: BuildSlave
  24.  
  25. 2015-08-19 19:47:34+0200 [-] Configuration Errors:
  26. 2015-08-19 19:47:34+0200 [-] error while parsing config file: Unknown component name: BuildSlave (traceback in logfile)
  27. 2015-08-19 19:47:34+0200 [-] Halting master.
  28. 2015-08-19 19:47:34+0200 [-] BuildMaster is stopped
  29. 2015-08-19 19:47:34+0200 [-] Main loop terminated.
  30. 2015-08-19 19:47:34+0200 [-] Server Shut Down.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement