[Buildbot-devel] Mode clobber, svn step error

Jean-Paul Calderone exarkun at divmod.com
Tue Aug 19 10:54:16 UTC 2008


On Tue, 19 Aug 2008 10:09:33 +0200, Sebastien Douche <sdouche at gmail.com> wrote:
>Hi,
>for nightly build, I use the mode clobber (for a clean instance). Half
>time, I have a error on svn step :
>
>starting svn operation
>rm -rf /srv/buildbot/slave/i386_lenny_py25_nevrax-nightly-trunk/build
> in dir /srv/buildbot/slave/i386_lenny_py25_nevrax-nightly-trunk
>(timeout 1200 secs)
> watching logfiles {}
> argv: ['rm', '-rf',
>'/srv/buildbot/slave/i386_lenny_py25_nevrax-nightly-trunk/build']
> environment:
>  HOME=/root
>  LANG=fr_FR.UTF-8
>  LOGNAME=root
>  MAIL=/var/mail/root
>  OLDPWD=/srv/buildbot/slave
>  PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
>  PS1=\h:\w\$
>  PWD=/srv/buildbot/slave/i386_lenny_py25_nevrax-test-trunk
>  SHELL=/bin/bash
>  SHLVL=1
>  SSH_TTY=/dev/pts/0
>  TERM=xterm
>  USER=root
>  _=/usr/bin/buildbot
> closing stdin
> using PTY: True
>program finished with exit code -1
>

I mentioned a problem like this on the list a while back.  Brian suggested
that the problem is due to the use of a PTY and the stdin being closed.  I
haven't had a chance to test this hypothesis yet.  You can pretty easily,
though.  Reconfigure the slave with usePTY=False and see if the problem
goes away.

Jean-Paul




More information about the devel mailing list