[Buildbot-commits] [Buildbot] #1784: Buildmaster blocks
Buildbot
nobody at buildbot.net
Fri Jan 28 16:20:13 UTC 2011
#1784: Buildmaster blocks
---------------------+--------------------
Reporter: Schenker | Owner:
Type: defect | Status: new
Priority: major | Milestone: 0.8.4
Version: 0.8.0 | Resolution:
Keywords: |
---------------------+--------------------
Comment (by Schenker):
So, the buildbot executes a build and comes to a step on which executes a
shell script. The master stops responding not only to the slave - it stops
responding at all. Here is a log output from master/twistd.log:
{{{
2011-01-19 20:31:42+0200 [-] SVNPoller polling
2011-01-19 20:31:42+0200 [-] svnPoller: _process_changes last 37211
mostRecent 37211
2011-01-19 20:31:42+0200 [-] svnPoller: _process_changes 37211 .. 37211
2011-01-19 20:31:42+0200 [-] SVNPoller finished polling None
2011-01-19 20:33:42+0200 [-] SVNPoller polling
2011-01-19 20:33:47+0200 [-] svnPoller: _process_changes last 37211
mostRecent 37211
2011-01-19 20:33:47+0200 [-] svnPoller: _process_changes 37211 .. 37211
2011-01-19 20:33:47+0200 [-] SVNPoller finished polling None
2011-01-19 20:35:42+0200 [-] SVNPoller polling
2011-01-19 20:35:42+0200 [-] svnPoller: _process_changes last 37211
mostRecent 37211
2011-01-19 20:35:42+0200 [-] svnPoller: _process_changes 37211 .. 37211
2011-01-19 20:35:42+0200 [-] SVNPoller finished polling None
2011-01-19 20:37:42+0200 [-] SVNPoller polling
2011-01-19 20:37:42+0200 [-] svnPoller: _process_changes last 37211
mostRecent 37211
2011-01-19 20:37:42+0200 [-] svnPoller: _process_changes 37211 .. 37211
2011-01-19 20:37:42+0200 [-] SVNPoller finished polling None
2011-01-19 20:57:35+0200 [-] SVNPoller polling
2011-01-19 20:57:35+0200 [Broker,0,127.0.0.1] BuildSlave.detached(slave1)
2011-01-19 20:57:35+0200 [Broker,0,127.0.0.1] Buildslave slave1 detached
from debug-build
2011-01-19 20:57:35+0200 [Broker,0,127.0.0.1] Buildslave slave1 detached
from bootstrap-build
2011-01-19 20:57:35+0200 [Broker,0,127.0.0.1] Buildslave slave1 detached
from bootstrap-weekly-build
2011-01-19 20:57:35+0200 [Broker,0,127.0.0.1] Buildslave slave1 detached
from release-build
2011-01-19 20:57:35+0200 [Broker,0,127.0.0.1] Buildslave slave1 detached
from stable
2011-01-19 20:57:35+0200 [Broker,0,127.0.0.1] <Build bootstrap-
build>.lostRemote
2011-01-19 20:57:35+0200 [Broker,0,127.0.0.1] stopping currentStep
<buildbot.steps.shell.ShellCommand instance at 0x17332128>
}}}
As we see, till 20:37 it works (it connects to the svn as scheduled) but
in one moment it stops. 12 minutes later (as we can see in the slave log
from the previous post) the slave identifies that the master has gone away
and they break the connection.
The same build on the same server works without a problem with buildbot
0.7.12, but after I upgraded to a buildbot 0.8.* it acts like that (I
built the new buildbot, then ran a ''buildbot upgrade-master'' and
''buildbot upgrade-slave'').
--
Ticket URL: <http://trac.buildbot.net/ticket/1784#comment:2>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation
More information about the Commits
mailing list