[users at bb.net] Buildbot 0.8.12: Problem during installation

Evgeny Morozov mail.tyz at gmail.com
Sun Feb 7 11:55:21 UTC 2016


Hello,

I was following this installation guide:
http://docs.buildbot.net/current/tutorial/firstrun.html
And I have an issue on the step "Creating a master".
After I run 'buildbot start master' I get the following in the
master/twistd.log:

2016-02-07 14:32:16+0300 [-] while starting BuildMaster
        Traceback (most recent call last):
          File
"/pkg/tmp/buildbot/sandbox/lib/python2.7/site-packages/Twisted-15.5.0-py2.7-linux-i686.egg/twisted/internet/defer.py",
line 1184, in gotResult
            _inlineCallbacks(r, g, deferred)
          File
"/pkg/tmp/buildbot/sandbox/lib/python2.7/site-packages/Twisted-15.5.0-py2.7-linux-i686.egg/twisted/internet/defer.py",
line 1128, in _inlineCallbacks
            result = g.send(result)
          File
"/pkg/tmp/buildbot/sandbox/lib/python2.7/site-packages/buildbot-0.9.0b6-py2.7.egg/buildbot/util/service.py",
line 46, in reconfigServiceWithBuildbotConfig
            yield svc.reconfigServiceWithBuildbotConfig(new_config)
          File
"/pkg/tmp/buildbot/sandbox/lib/python2.7/site-packages/Twisted-15.5.0-py2.7-linux-i686.egg/twisted/internet/defer.py",
line 1274, in unwindGenerator
            return _inlineCallbacks(None, gen, Deferred())
        --- <exception caught here> ---
          File
"/pkg/tmp/buildbot/sandbox/lib/python2.7/site-packages/Twisted-15.5.0-py2.7-linux-i686.egg/twisted/internet/defer.py",
line 1128, in _inlineCallbacks
            result = g.send(result)
          File
"/pkg/tmp/buildbot/sandbox/lib/python2.7/site-packages/buildbot-0.9.0b6-py2.7.egg/buildbot/www/service.py",
line 81, in reconfigServiceWithBuildbotConfig
            self.setupSite(new_config)
          File
"/pkg/tmp/buildbot/sandbox/lib/python2.7/site-packages/buildbot-0.9.0b6-py2.7.egg/buildbot/www/service.py",
line 138, in setupSite
            raise RuntimeError("could not find buildbot-www; is it
installed?")
        exceptions.RuntimeError: could not find buildbot-www; is it
installed?

2016-02-07 14:32:16+0300 [-] BuildMaster is running
2016-02-07 14:32:16+0300 [-] BuildMaster is stopped
2016-02-07 14:32:16+0300 [-] Main loop terminated.
2016-02-07 14:32:16+0300 [-] Server Shut Down.

I was able to install buildbot-www, which partially resolved the issue,
but now I have this, which I cannot resolve:

          File
"/pkg/tmp/buildbot/sandbox/lib/python2.7/site-packages/buildbot-0.9.0b6-py2.7.egg/buildbot/www/service.py",
line 144, in setupSite
            raise RuntimeError("could not find plugin %s; is it
installed?" % (key,))
        exceptions.RuntimeError: could not find plugin waterfall_view;
is it installed?

I run a bit customized build of LFS 7.8 with Python 2.7.10.

Thank you,
Evgeny



More information about the users mailing list