
Untitled
By: a guest on
May 8th, 2012 | syntax:
None | size: 1.58 KB | hits: 11 | expires: Never
rdegges@buildmaster:~$ sudo buildbot reconfig /home/buildmaster/pycall/
sending SIGHUP to process 839
2010-08-04 17:17:27-0700 [-] loading configuration from /home/buildmaster/pycall/master.cfg
2010-08-04 17:17:27-0700 [-] error while parsing config file
2010-08-04 17:17:27-0700 [-] error during loadConfig
2010-08-04 17:17:27-0700 [-] Unhandled Error
Traceback (most recent call last):
File "/usr/lib/python2.6/dist-packages/twisted/application/app.py", line 348, in runReactorWithLogging
reactor.run()
File "/usr/lib/python2.6/dist-packages/twisted/internet/base.py", line 1170, in run
self.mainLoop()
File "/usr/lib/python2.6/dist-packages/twisted/internet/base.py", line 1179, in mainLoop
self.runUntilCurrent()
File "/usr/lib/python2.6/dist-packages/twisted/internet/base.py", line 778, in runUntilCurrent
call.func(*call.args, **call.kw)
--- <exception caught here> ---
File "/usr/lib/python2.6/dist-packages/buildbot/master.py", line 488, in loadTheConfigFile
self.loadConfig(f)
File "/usr/lib/python2.6/dist-packages/buildbot/master.py", line 506, in loadConfig
exec f in localDict
File "/home/buildmaster/pycall/master.cfg", line 80, in <module>
from buildbot.scheduler import Scheduler
exceptions.ImportError: No module named schedulers
2010-08-04 17:17:27-0700 [-] The new config file is unusable, so I'll ignore it.
2010-08-04 17:17:27-0700 [-] I will keep using the previous config file instead.
Reconfiguration failed. Please inspect the master.cfg file for errors,
correct them, then try 'buildbot reconfig' again.