[Buildbot-commits] [Buildbot] #2368: Error describing step
Buildbot
nobody at buildbot.net
Wed Sep 12 13:49:27 UTC 2012
#2368: Error describing step
---------------------+-----------------------
Reporter: pepsiman | Owner:
Type: defect | Status: new
Priority: major | Milestone: undecided
Version: master | Keywords:
---------------------+-----------------------
Using WithProperties in the command of a ShellCommand:
{{{
ShellCommand(command=[WithProperties("/usr/local/%(I2E)s/bin/i2e_server_stop"),
"-force"])
}}}
results in an exception:
{{{
2012-09-12 12:44:57+0100 [-] Error describing step
Traceback (most recent call last):
File "buildbot/master/buildbot/process/build.py", line 393, in
startNextStep
d = defer.maybeDeferred(s.startStep, self.remote)
File "lib/python2.7/site-packages/twisted/internet/defer.py",
line 134, in maybeDeferred
result = f(*args, **kw)
File "buildbot/master/buildbot/process/buildstep.py", line 532,
in startStep
self.step_status.setText(self.describe(False))
File "buildbot/master/buildbot/steps/shell.py", line 156, in
describe
desc = self._describe(done)
--- <exception caught here> ---
File "buildbot/master/buildbot/steps/shell.py", line 205, in
_describe
self._flattenList(tmp, x)
File "buildbot/master/buildbot/steps/shell.py", line 149, in
_flattenList
for x in commands:
exceptions.TypeError: iteration over non-sequence
2012-09-12 12:44:57+0100 [-]
ShellCommand.startCommand(cmd=<RemoteShellCommand
'['/usr/local/i2e.64.HEAD/bin/i2e_server_stop', '-force']'>)
}}}
--
Ticket URL: <http://trac.buildbot.net/ticket/2368>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation
More information about the Commits
mailing list