[Buildbot-devel] FW: testlog unparseable error

Lee Jones LJones at securetrading.com
Thu Aug 19 14:55:47 UTC 2010


Hi Guys,

I'm now having another problem, I have a python script called MyScript.py which in turn calls various other python scripts using python subprocess.Popen command.  I have the following line in my master.cfg

f1.addStep(ShellCommand(workdir="/usr/local/mydir",description="running MyScript.py",command=["/usr/local/mydir/MyScript.py"]))

The problem is that I can see in web output if stdio log for running this command the output of this script and the fact that it has finished executing. But the build slave is just sitting there waiting for the script to end.

To take it one step further I added a deliberate sys.exit(0) at the end of MyScript.py and the buildbot still does not exit.

Do I need anymore additional arguments for running scripts using the ShellCommand?

Cheers
Lee


From: Lee Jones
Sent: 19 August 2010 10:24
To: 'buildbot-devel at lists.sourceforge.net'
Subject: testlog unparseable error

Hi guys,

I've just set up buildbot on our test system for the first time and every time a build runs on a slave it executes the tests correctly but then the overall status is failed because of this error:  "testlog unparseable"
Anyone got any suggestions as to what is wrong?

Its running on ubuntu 10 installed using apt-get.

Cheers
Lee
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://buildbot.net/pipermail/devel/attachments/20100819/0e2625a8/attachment.html>


More information about the devel mailing list