Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 8th, 2012  |  syntax: None  |  size: 1.58 KB  |  hits: 11  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. rdegges@buildmaster:~$ sudo buildbot reconfig /home/buildmaster/pycall/
  2. sending SIGHUP to process 839
  3. 2010-08-04 17:17:27-0700 [-] loading configuration from /home/buildmaster/pycall/master.cfg
  4. 2010-08-04 17:17:27-0700 [-] error while parsing config file
  5. 2010-08-04 17:17:27-0700 [-] error during loadConfig
  6. 2010-08-04 17:17:27-0700 [-] Unhandled Error
  7.         Traceback (most recent call last):
  8.           File "/usr/lib/python2.6/dist-packages/twisted/application/app.py", line 348, in runReactorWithLogging
  9.             reactor.run()
  10.           File "/usr/lib/python2.6/dist-packages/twisted/internet/base.py", line 1170, in run
  11.             self.mainLoop()
  12.           File "/usr/lib/python2.6/dist-packages/twisted/internet/base.py", line 1179, in mainLoop
  13.             self.runUntilCurrent()
  14.           File "/usr/lib/python2.6/dist-packages/twisted/internet/base.py", line 778, in runUntilCurrent
  15.             call.func(*call.args, **call.kw)
  16.         --- <exception caught here> ---
  17.           File "/usr/lib/python2.6/dist-packages/buildbot/master.py", line 488, in loadTheConfigFile
  18.             self.loadConfig(f)
  19.           File "/usr/lib/python2.6/dist-packages/buildbot/master.py", line 506, in loadConfig
  20.             exec f in localDict
  21.           File "/home/buildmaster/pycall/master.cfg", line 80, in <module>
  22.             from buildbot.scheduler import Scheduler
  23.         exceptions.ImportError: No module named schedulers
  24.        
  25. 2010-08-04 17:17:27-0700 [-] The new config file is unusable, so I'll ignore it.
  26. 2010-08-04 17:17:27-0700 [-] I will keep using the previous config file instead.
  27.  
  28. Reconfiguration failed. Please inspect the master.cfg file for errors,
  29. correct them, then try 'buildbot reconfig' again.