|
Boost Testing : |
Subject: [Boost-testing] Nightly trunk builds broken?
From: Belcourt, Kenneth (kbelco_at_[hidden])
Date: 2010-05-12 12:30:27
Hi,
Many trunk testers failed last night with one of these error messages.
(1)
# Running regressions in /scratch/boost...
# Creating regression scripts at /scratch/boost/tools_regression_src...
# Dowloading regression scripts from http://svn.boost.org/svn/boost/trunk/tools/regression/src
...
--- http://wwwproxy.sandia.gov:80
Traceback (most recent call last):
File "run.py", line 59, in ?
from regression import runner
File "/scratch/boost/tools_regression_src/regression.py", line 1
<HTML><HEAD>
^
SyntaxError: invalid syntax
(2)
# Running regressions in /Volumes/Scratch/kbelco/boost...
# Creating regression scripts at /Volumes/Scratch/kbelco/boost/
tools_regression_src...
# Dowloading regression scripts from http://svn.boost.org/svn/boost/trunk/tools/regression/src
...
--- http://wwwproxy.sandia.gov:80
# Getting Boost.Build v2...
# Executing SVN command "svn --non-interactive co http://svn.boost.org/svn/boost/trunk/tools/build/v2
tools_bb"
svn: Server sent unexpected return value (503 Service Unavailable) in
response to OPTIONS request for 'http://svn.boost.org/svn/boost/trunk/tools/build/
v2'
Traceback (most recent call last):
File "run.py", line 51, in <module>
runner(root)
File "/Volumes/Scratch/kbelco/boost/tools_regression_src/
regression.py", line 193, in __init__
self.main()
File "/Volumes/Scratch/kbelco/boost/tools_regression_src/
regression.py", line 551, in main
getattr(self,action_m)()
File "/Volumes/Scratch/kbelco/boost/tools_regression_src/
regression.py", line 489, in command_regression
self.command_get_tools()
File "/Volumes/Scratch/kbelco/boost/tools_regression_src/
regression.py", line 223, in command_get_tools
os.path.basename(self.tools_bb_root) ) )
File "/Volumes/Scratch/kbelco/boost/tools_regression_src/
regression.py", line 783, 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/tools/build/v2
tools_bb" failed with code 256
Does these look familiar to anyone?
-- Noel