[users at bb.net] Web interface not starting

Paulo Matos pmatos at linki.tools
Mon Aug 8 16:24:24 UTC 2016


Hello,

I am configuring buildbot 0.8.12 and the first time I created and
started buildbot master the web interface showed up in localhost:8010,
however since I modified the default project, whenever the master starts
(correctly) the web interface is not there anymore.

Has anyone experience this before or understand how to debug what
happened to the web interface? I would have expected the twisd log to
show relevant information if something fails at this level but all I get
in the log is:

2016-08-08 18:18:58+0200 [-] Loading buildbot.tac...
2016-08-08 18:18:58+0200 [-] Loaded.
2016-08-08 18:18:58+0200 [-] twistd 16.3.0
(/home/pmatos/Projects/gcc-buildbot/bbenv/bin/python2 2.7.12) starting up.
2016-08-08 18:18:58+0200 [-] reactor class:
twisted.internet.epollreactor.EPollReactor.
2016-08-08 18:18:58+0200 [-] Starting BuildMaster -- buildbot.version:
0.8.12
2016-08-08 18:18:58+0200 [-] Loading configuration from
'/home/pmatos/Projects/gcc-buildbot/master/master.cfg'
2016-08-08 18:18:58+0200 [-] Setting up database with URL
'sqlite:///state.sqlite'
2016-08-08 18:18:58+0200 [-] setting database journal mode to 'wal'
2016-08-08 18:18:58+0200 [-] adding 1 new changesources, removing 0
2016-08-08 18:18:58+0200 [-] SVNPoller: polling
2016-08-08 18:18:58+0200 [-] adding 1 new slaves, removing 0
2016-08-08 18:18:58+0200 [-] adding 1 new builders, removing 0
2016-08-08 18:18:58+0200 [-] trying to load status pickle from
/home/pmatos/Projects/gcc-buildbot/master/gcc-fullbuild/builder
2016-08-08 18:18:58+0200 [-] added builder gcc-fullbuild with tags None
2016-08-08 18:18:58+0200 [-] PBServerFactory starting on 9989
2016-08-08 18:18:58+0200 [-] Starting factory
<twisted.spread.pb.PBServerFactory instance at 0x7f41bebd50e0>
2016-08-08 18:18:58+0200 [-] adding scheduler 'trunkfull'
2016-08-08 18:18:58+0200 [-] BuildMaster is running
2016-08-08 18:19:02+0200 [-] SVNPoller:
svnurl=svn://gcc.gnu.org/svn/gcc, root=svn://gcc.gnu.org/svn/gcc, so prefix=
2016-08-08 18:19:04+0200 [-] SVNPoller: starting at change 239242
2016-08-08 18:19:04+0200 [-] SVNPoller: _process_changes None .. 239242
2016-08-08 18:19:04+0200 [-] SVNPoller: finished polling None


The last entry on the http.log is from a few days ago:
"127.0.0.1" - - [05/Aug/2016:16:07:18 +0000] "GET / HTTP/1.1" 200 2886
"-" "Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:47.0) Gecko/20100101
Firefox/47.0"
"127.0.0.1" - - [05/Aug/2016:16:07:18 +0000] "GET /default.css HTTP/1.1"
200 10137 "http://localhost:8010/" "Mozilla/5.0 (X11; Fedora; Linux
x86_64; rv:47.0) Gecko/20100101 Firefox/47.0"
"127.0.0.1" - - [05/Aug/2016:16:07:18 +0000] "GET /bg_gradient.jpg
HTTP/1.1" 200 1822 "http://localhost:8010/default.css" "Mozilla/5.0
(X11; Fedora; Linux x86_64; rv:47.0) Gecko/20100101 Firefox/47.0"


-- 
Paulo Matos


More information about the users mailing list