buildbot / buildbot-docker-example-config

example configuration for running buildbot in docker
35 stars 184 forks source link

Unknown endpoint type: '8010' while starting simple config #11

Closed matelakat closed 6 years ago

matelakat commented 6 years ago

After cloning the repository and starting with docker-compose up I ran into this:

buildbot_1  |   Traceback (most recent call last):
buildbot_1  |     File "/usr/lib/python2.7/site-packages/twisted/internet/defer.py", line 653, in _runCallbacks
buildbot_1  |       current.result = callback(current.result, *args, **kw)
buildbot_1  |     File "/usr/lib/python2.7/site-packages/twisted/internet/defer.py", line 1442, in gotResult
buildbot_1  |       _inlineCallbacks(r, g, deferred)
buildbot_1  |     File "/usr/lib/python2.7/site-packages/twisted/internet/defer.py", line 1384, in _inlineCallbacks
buildbot_1  |       result = result.throwExceptionIntoGenerator(g)
buildbot_1  |     File "/usr/lib/python2.7/site-packages/twisted/python/failure.py", line 408, in throwExceptionIntoGenerator
buildbot_1  |       return g.throw(self.type, self.value, self.tb)
buildbot_1  |   --- <exception caught here> ---
buildbot_1  |     File "/usr/lib/python2.7/site-packages/buildbot/master.py", line 304, in startService
buildbot_1  |       yield self.reconfigServiceWithBuildbotConfig(self.config)
buildbot_1  |     File "/usr/lib/python2.7/site-packages/twisted/internet/defer.py", line 1384, in _inlineCallbacks
buildbot_1  |       result = result.throwExceptionIntoGenerator(g)
buildbot_1  |     File "/usr/lib/python2.7/site-packages/twisted/python/failure.py", line 408, in throwExceptionIntoGenerator
buildbot_1  |       return g.throw(self.type, self.value, self.tb)
buildbot_1  |     File "/usr/lib/python2.7/site-packages/buildbot/util/service.py", line 54, in reconfigServiceWithBuildbotConfig
buildbot_1  |       yield svc.reconfigServiceWithBuildbotConfig(new_config)
buildbot_1  |     File "/usr/lib/python2.7/site-packages/twisted/internet/defer.py", line 1386, in _inlineCallbacks
buildbot_1  |       result = g.send(result)
buildbot_1  |     File "/usr/lib/python2.7/site-packages/buildbot/www/service.py", line 228, in reconfigServiceWithBuildbotConfig
buildbot_1  |       self.port_service = strports.service(port, self.site)
buildbot_1  |     File "/usr/lib/python2.7/site-packages/twisted/application/strports.py", line 40, in service
buildbot_1  |       endpoints.serverFromString(reactor, description), factory)
buildbot_1  |     File "/usr/lib/python2.7/site-packages/twisted/internet/endpoints.py", line 1703, in serverFromString
buildbot_1  |       nameOrPlugin, args, kw = _parseServer(description, None)
buildbot_1  |     File "/usr/lib/python2.7/site-packages/twisted/internet/endpoints.py", line 1621, in _parseServer
buildbot_1  |       getPlugins(IStreamServerEndpointStringParser), endpointType
buildbot_1  |     File "/usr/lib/python2.7/site-packages/twisted/internet/endpoints.py", line 1637, in _matchPluginToPrefix
buildbot_1  |       raise ValueError("Unknown endpoint type: '%s'" % (endpointType,))
buildbot_1  |   exceptions.ValueError: Unknown endpoint type: '8010'