[Buildbot-devel] Clobber failed in mode copy

bugs at almad.net bugs at almad.net
Tue May 20 10:46:01 UTC 2008


Hi,



I'm getting this error from nightly build:



starting mercurial operation

rm -rf /home/pc/buildbot/project_server/workdir/build

 in dir /home/pc/buildbot/project_server/workdir (timeout 14400 secs)

 watching logfiles {}

 argv: ['rm', '-rf', '/home/pc/buildbot/project_workdir/9/build']

 environment:

  HOME=/home/pc

  LOGNAME=pc

  MAIL=/var/mail/pc

  PATH=/home/pc/bin:/usr/local/bin:/usr/bin:/bin:/usr/games

  PWD=/home/pc

  SHELL=/bin/sh

  SHLVL=1

  TERM=xterm

  USER=pc

  _=/usr/bin/buildbot

 closing stdin

 using PTY: True

program finished with exit code -1



using mercurial backend and mode copy.



Any idea how this can occur? I thought that build just do not exist (and buildbot then tries to delete it), but I've patched buildbot and added



if not os.path.exists(d):

    return defer.succeed(0)



but still no luck.



Any idea? Running on debian unstable.



Thanks,



Almad





More information about the devel mailing list