[Buildbot-devel] SVN mode copy failed

claude vittoria vittoric at wanadoo.fr
Fri Jul 11 13:11:41 UTC 2008


Hi,

I use Buildbot 0.77 (package debian-sid).

I try to use this command
f.addStep(SVN(svnurl=svnrep, mode="update"))

But I get "program finished with exit code -1" in the waterfall. (I don't provide the whole report, nothing else is revelant)
in twisted log

2008-07-11 11:37:33+0200 [Broker,0,127.0.0.1] ping finished: success
2008-07-11 11:37:33+0200 [Broker,0,127.0.0.1] <Build AIS007>.startBuild
2008-07-11 11:37:33+0200 [Broker,0,127.0.0.1] acquireLocks(step <Build AIS007>, locks [])
2008-07-11 11:37:33+0200 [Broker,0,127.0.0.1] acquireLocks(step <buildbot.steps.source.SVN instance at 0x8\
cea74c>, locks [])
2008-07-11 11:37:33+0200 [Broker,0,127.0.0.1] ShellCommand.startCommand(cmd=%s) (<RemoteCommand 'svn' at 1\
52391180>,)
2008-07-11 11:37:33+0200 [Broker,0,127.0.0.1] <RemoteCommand 'svn' at 152391180>: RemoteCommand.run [5]
2008-07-11 11:37:33+0200 [Broker,0,127.0.0.1] LoggedRemoteCommand.start
2008-07-11 11:37:34+0200 [Broker,0,127.0.0.1] <RemoteCommand 'svn' at 152391180> rc=-1
2008-07-11 11:37:34+0200 [-] closing log <buildbot.status.builder.LogFile instance at 0x9154a0c>
2008-07-11 11:37:34+0200 [-] releaseLocks(<buildbot.steps.source.SVN instance at 0x8cea74c>): []
2008-07-11 11:37:34+0200 [-]  step 'svn' complete: failure


In mode=update that works, and the build is completed
evidence :

2008-07-11 11:40:30+0200 [Broker,0,127.0.0.1] ping finished: success
2008-07-11 11:40:30+0200 [Broker,0,127.0.0.1] <Build AIS007>.startBuild
2008-07-11 11:40:30+0200 [Broker,0,127.0.0.1] acquireLocks(step <Build AIS007>, locks [])
2008-07-11 11:40:30+0200 [Broker,0,127.0.0.1] acquireLocks(step <buildbot.steps.source.SVN instance at 0x9\
1541ac>, locks [])
2008-07-11 11:40:30+0200 [Broker,0,127.0.0.1] ShellCommand.startCommand(cmd=%s) (<RemoteCommand 'svn' at 1\
52653388>,)
2008-07-11 11:40:30+0200 [Broker,0,127.0.0.1] <RemoteCommand 'svn' at 152653388>: RemoteCommand.run [6]
2008-07-11 11:40:30+0200 [Broker,0,127.0.0.1] LoggedRemoteCommand.start
2008-07-11 11:40:32+0200 [Broker,0,127.0.0.1] <RemoteCommand 'svn' at 152653388> rc=0
2008-07-11 11:40:32+0200 [-] closing log <buildbot.status.builder.LogFile instance at 0x919486c>
2008-07-11 11:40:32+0200 [-] releaseLocks(<buildbot.steps.source.SVN instance at 0x91541ac>): []
2008-07-11 11:40:32+0200 [-]  step 'svn' complete: success

I m looking for in archive this issue but I don't find.
What do I miss in my master.cfg ?

Thanks for the help.

B.R.






More information about the devel mailing list