|
Boost Testing : |
Subject: [Boost-testing] SVN Checkouts failing, blocking regressions
From: Jim Bell (Jim_at_[hidden])
Date: 2010-11-15 09:40:04
My regressions failed all day yesterday with the SVN checkout failing:
svn: REPORT of '/svn/boost/!svn/vcc/default': Could not read response
body: connection timed out (http://svn.boost.org)
# svn_checkout failed with message "SVN command "svn --non-interactive
co http://svn.boost.org/svn/boost/trunk boost" failed with code 256"
# Giving up.
Traceback (most recent call last):
File "run.py", line 60, in <module>
runner(root)
File "/home/jim/boost_rt/trunk/tools_regression_src/regression.py",
line 205, in __init__
self.main()
File "/home/jim/boost_rt/trunk/tools_regression_src/regression.py",
line 566, in main
getattr(self,action_m)()
File "/home/jim/boost_rt/trunk/tools_regression_src/regression.py",
line 521, in command_regression
self.command_get_source()
File "/home/jim/boost_rt/trunk/tools_regression_src/regression.py",
line 284, in command_get_source
self.retry( self.svn_checkout )
File "/home/jim/boost_rt/trunk/tools_regression_src/regression.py",
line 605, in retry
return f()
File "/home/jim/boost_rt/trunk/tools_regression_src/regression.py",
line 780, in svn_checkout
self.svn_command( 'co %s %s' %
(self.svn_repository_url(self.tag),'boost') )
File "/home/jim/boost_rt/trunk/tools_regression_src/regression.py",
line 798, in svn_command
raise Exception( 'SVN command "%s" failed with code %d' % ( cmd, rc ) )
Exception: SVN command "svn --non-interactive co
http://svn.boost.org/svn/boost/trunk boost" failed with code 256