[Buildbot-devel] Slave working as buildslave but failing as latentbuildslave
Julia S.S.
hithwen at gmail.com
Fri Aug 23 15:14:26 UTC 2013
Hi, I have a master, with a local linux64 slave, a windows latent slave and
a linux32 latent slave.
* Windows latent slave works just fine
* there's a build that runs both in local linux64 and latent linux32
** If linux32 is set as regular slave instead of latent the build works ok
** If linux32 is set as latent slave, second step (nosetests -v -x mytest)fails
with
Upon execvpe nosetests ['nosetests', '-v', '-x', 'mytest'] in
environment id 3066845764
:Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/twisted/internet/process.py",
line 403, in _fork
path, uid, gid, executable, args, environment)
File "/usr/local/lib/python2.7/dist-packages/twisted/internet/process.py",
line 453, in _execChild
os.execvpe(executable, args, environment)
File "/usr/lib/python2.7/os.py", line 353, in execvpe
_execvpe(file, args, env)
File "/usr/lib/python2.7/os.py", line 380, in _execvpe
func(fullname, *argrest)
OSError: [Errno 2] No such file or directory
Both master and linux32 slave run 0.8.8How can I debug what's happening?
Thanks,Julia
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://buildbot.net/pipermail/devel/attachments/20130823/dcfc14b2/attachment.html>
More information about the devel
mailing list