[Buildbot-devel] Mode clobber, svn step error

Charles Lepple clepple at gmail.com
Wed Aug 20 15:58:13 UTC 2008


It's probably a local test script, since those arguments wouldn't be
very useful for /bin/test.

I think you'll get that error if the script exists, but its script
interpreter (named after #! on the first line) does not exist on that
buildslave.

On Wed, Aug 20, 2008 at 10:39 AM, Mark Roddy <markroddy at gmail.com> wrote:
> Could it be that you're running "bin/test" and not "/bin/test"?
>
> -Mark
>
> On Wed, Aug 20, 2008 at 10:13 AM, Sebastien Douche <sdouche at gmail.com> wrote:
>> 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
>>
>> -------------------------------------------------------------------------
>> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
>> Build the coolest Linux based applications with Moblin SDK & win great prizes
>> Grand prize is a trip for two to an Open Source event anywhere in the world
>> http://moblin-contest.org/redirect.php?banner_id=100&url=/
>> _______________________________________________
>> Buildbot-devel mailing list
>> Buildbot-devel at lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/buildbot-devel
>>
>
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
> Build the coolest Linux based applications with Moblin SDK & win great prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> _______________________________________________
> Buildbot-devel mailing list
> Buildbot-devel at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/buildbot-devel
>



-- 
- Charles Lepple




More information about the devel mailing list