[Buildbot-devel] Authorization for forced builds ...

Andrew Chew andrew at okashistudios.com
Mon Jun 13 13:53:06 UTC 2011


Dustin J. Mitchell <dustin at ...> writes:

> 
> On Sun, Mar 21, 2010 at 7:05 AM, Kiffin Gish <kiffin.gish at ...> wrote:
> > 0.7.12
> 
> Can you give the full error message?
> 
> Dustin
> 

I'm seeing this as well, on Ubuntu Lucid (10.04 LTS).

Here's the entire error message:

 * Restarting buildbot BuildBot Linux
buildbot process 9153 is dead
Following twistd.log until startup finished..
/usr/lib/python2.6/dist-packages/twisted/mail/smtp.py:10: DeprecationWarning:
the MimeWriter module is deprecated; use the email package instead
  import MimeWriter, tempfile, rfc822
2011-06-13 06:51:03-0700 [-] Log opened.
2011-06-13 06:51:03-0700 [-] twistd 10.0.0 (/usr/bin/python 2.6.5) starting up.
2011-06-13 06:51:03-0700 [-] reactor class:
twisted.internet.selectreactor.SelectReactor.
2011-06-13 06:51:03-0700 [-] Creating BuildMaster -- buildbot.version: 0.7.12
2011-06-13 06:51:03-0700 [-] loading configuration from /data/buildbot/master.cfg
2011-06-13 06:51:03-0700 [-] error while parsing config file
2011-06-13 06:51:03-0700 [-] error during loadConfig
2011-06-13 06:51:03-0700 [-] Unhandled Error
	Traceback (most recent call last):
	  File "/usr/lib/python2.6/dist-packages/twisted/scripts/_twistd_unix.py", line
317, in startApplication
	    app.startApplication(application, not self.config['no_save'])
	  File "/usr/lib/python2.6/dist-packages/twisted/application/app.py", line 713,
in startApplication
	    service.IService(application).startService()
	  File "/usr/lib/python2.6/dist-packages/twisted/application/service.py", line
278, in startService
	    service.startService()
	  File "/usr/lib/python2.6/dist-packages/buildbot/master.py", line 432, in
startService
	    self.loadTheConfigFile()
	--- <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 "/data/buildbot/master.cfg", line 149, in <module>
	    from buildbot.status.web.authz import Authz
	exceptions.ImportError: No module named authz
	
2011-06-13 06:51:03-0700 [-] The new config file is unusable, so I'll ignore it.
2011-06-13 06:51:03-0700 [-] I will keep using the previous config file instead.

The buildmaster appears to have encountered an error in the master.cfg config
file during startup. It is probably running with an empty configuration right
now. Please inspect and fix master.cfg, then restart the buildmaster.

   ...fail!






More information about the devel mailing list