[Buildbot-devel] Mode clobber, svn step error
Sebastien Douche
sdouche at gmail.com
Wed Aug 20 14:13:24 UTC 2008
On Tue, Aug 19, 2008 at 10:28, claude vittoria <vittoric at wanadoo.fr> wrote:
> I got a close problem, but with svn copy mode.
> Try that, maybe that solves it
> https://sourceforge.net/mailarchive/message.php?msg_id=20080715115418.4c947aaf%40luther
Hi,
it's OK now for SVN checkout but it's not ideal, my functional testing
step is broken :(. The goal of Nightly build is to get all sources
files, download dependencies applications, launch application server
and run all functional tests. If final step is broken, nightly build
is useless.
bin/test -v -1 --exit-with-status
in dir /srv/buildbot/slave/i386_lenny_py25_nevrax-nightly-trunk/build
(timeout 1200 secs)
watching logfiles {}
argv: ['bin/test', '-v', '-1', '--exit-with-status']
environment:
HOME=/root
LANG=fr_FR.UTF-8
LOGNAME=root
MAIL=/var/mail/root
OLDPWD=/srv/buildbot
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PS1=\h:\w\$
PWD=/srv/buildbot/slave
SHELL=/bin/bash
SHLVL=1
SSH_TTY=/dev/pts/0
TERM=xterm
USER=root
_=/usr/bin/buildbot
closing stdin
using PTY: False
Upon execvpe bin/test ['bin/test', '-v', '-1', '--exit-with-status']
in environment id 158902444
:Traceback (most recent call last):
File "/usr/lib/python2.5/site-packages/twisted/internet/process.py",
line 394, in _fork
executable, args, environment)
File "/usr/lib/python2.5/site-packages/twisted/internet/process.py",
line 440, in _execChild
os.execvpe(executable, args, environment)
File "/usr/lib/python2.5/os.py", line 363, in execvpe
_execvpe(file, args, env)
File "/usr/lib/python2.5/os.py", line 378, in _execvpe
func(file, *argrest)
OSError: [Errno 2] No such file or directory
program finished with exit code 1
--
Seb
More information about the devel
mailing list