[Buildbot-devel] buildbot-0.8.5rc1

Jean-Michel Beuken jean-michel.beuken at uclouvain.be
Sun Sep 4 15:06:57 UTC 2011


Hello,

upgrade from 0.8.4p2 :

pip install http://buildbot.googlecode.com/files/buildbot-0.8.5rc1.tar.gz
buildbot upgrade-master .

ok

but when I started the buildmaster, problem with starting web server...

jmb
---------------------------------------------------------------------------------------------------

[buildbot at buildbot Buildmaster]$ buildbot start .
Following twistd.log until startup finished..
2011-09-04 16:33:09+0200 [-] Log opened.
2011-09-04 16:33:09+0200 [-] twistd 11.0.0 (/usr/bin/python 2.6.6) starting up.
2011-09-04 16:33:09+0200 [-] reactor class: twisted.internet.selectreactor.SelectReactor.
2011-09-04 16:33:09+0200 [-] Applying patch for http://twistedmatrix.com/trac/ticket/5079
2011-09-04 16:33:09+0200 [-] Creating BuildMaster -- buildbot.version: 0.8.5rc1
2011-09-04 16:33:09+0200 [-] loading configuration from /home/buildbot/Buildmaster/master.cfg
2011-09-04 16:33:09+0200 [-] configuration update started
2011-09-04 16:33:09+0200 [-] setting database journal mode to 'wal'
2011-09-04 16:33:09+0200 [-] Using SQLite Version (3, 6, 20)
2011-09-04 16:33:09+0200 [-] twisted.spread.pb.PBServerFactory starting on 9989
2011-09-04 16:33:09+0200 [-] Starting factory <twisted.spread.pb.PBServerFactory instance at 0x3dad758>
2011-09-04 16:33:09+0200 [-] adding new builder toum for category None
2011-09-04 16:33:09+0200 [-] trying to load status pickle from /home/buildbot/Buildmaster/toum/builder
2011-09-04 16:33:09+0200 [-] /usr/lib64/python2.6/site-packages/twisted/persisted/styles.py:160: exceptions.DeprecationWarning: twisted.python.reflect.allYourBase was deprecated in Twisted 11.0.0; please use inspect.getmro instead
2011-09-04 16:33:09+0200 [-] added builder toum in category None
2011-09-04 16:33:09+0200 [-] setBuilders._add: [<buildbot.process.botmaster.BuildRequestDistributor instance at 0x32da0e0>, <BuildSlave 'toum', current builders: >] ['toum']
2011-09-04 16:33:09+0200 [-] adding IStatusReceiver <WebStatus on port tcp:8010 at 0x3aaae60>
2011-09-04 16:33:09+0200 [-] Unhandled Error
     Traceback (most recent call last):
       File "/usr/lib/python2.6/site-packages/buildbot/master.py", line 565, in <lambda>
         d.addCallback(lambda res: self.loadConfig_Status(status))
       File "/usr/lib/python2.6/site-packages/buildbot/master.py", line 831, in loadConfig_Status
         d.addCallback(addNewOnes)
       File "/usr/lib64/python2.6/site-packages/twisted/internet/defer.py", line 297, in addCallback
         callbackKeywords=kw)
       File "/usr/lib64/python2.6/site-packages/twisted/internet/defer.py", line 286, in addCallbacks
         self._runCallbacks()
     --- <exception caught here> ---
       File "/usr/lib64/python2.6/site-packages/twisted/internet/defer.py", line 542, in _runCallbacks
         current.result = callback(current.result, *args, **kw)
       File "/usr/lib/python2.6/site-packages/buildbot/master.py", line 828, in addNewOnes
         s.setServiceParent(self)
       File "/usr/lib/python2.6/site-packages/buildbot/status/web/baseweb.py", line 381, in setServiceParent
         self.authz.auth.master = self.master
     exceptions.AttributeError: 'NoneType' object has no attribute 'master'


The buildmaster took more than 10 seconds to start, so we were unable to
confirm that it started correctly. Please 'tail twistd.log' and look for a
line that says 'configuration update complete' to verify correct startup.

[buildbot at buildbot Buildmaster]$

---------------------------------------------------------------------------------------------------






More information about the devel mailing list