[Buildbot-devel] Buildbot 0.8.9 - SVN update stopped working
Sergio Borghese
s.borghese at netresults.it
Mon Oct 20 22:24:58 UTC 2014
Hi All,
- today I upgraded our buildbot buildmaster from 0.8.8 to 0.8.9
- I updated the database on the master using the command suggest in the startup error
- Once the master restarted, I begun testing my configured builds, but ALL my builds are failing with an SVN auth error:
svn: Authentication error from server: SASL(-13): authentication failure: checkpass failed
- This is quite weird as no config has been changed, expecially on the svn side
- I manually tested the checkout on the slave side (using the same credetials I use for buildbot) and it works fine
- my configuration is using the master side steps for the svn steps
Any Idea of what could have gone wrong?
The logs does not seems to give me any useful hint
As an exemple, please find below one of my svn steps:
svn_update_src = SVN (
repourl = kphone_repo,
mode = 'full',
method = 'clean',
haltOnFailure = True,
username = nr.user,
password = nr.pwd,
workdir = nr.kphone_build_root,
name = 'svn update' )
nr.user and nr.pwd are variables that are set the svn credentials.
Best Regards
Sergio
--
Sergio Borghese
Senior Software Engineer
NetResults S.r.l.
Via Agostino Bassi 5, 56121 Ospedaletto (Pi), Italy
Tel.: +39.050.316.3658
web: www.netresults.it
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://buildbot.net/pipermail/devel/attachments/20141021/b32b650d/attachment.html>
More information about the devel
mailing list