|
Boost Testing : |
From: K. Noel Belcourt (kbelco_at_[hidden])
Date: 2007-10-29 17:24:27
On Oct 29, 2007, at 1:31 PM, Rene Rivera wrote:
> I just checked in changes to the new regression (run.py +
> regression.py)
> scripts that have the testing from tarballs working. If you missed the
> first announcement of the new scripts please read that
> <http://article.gmane.org/gmane.comp.lib.boost.testing/5020>. And the
> important point of this email:
>
> ** We need all testers to switch to the run.py script. **
Hi Rene,
I get this error when I invoke run.py like this:
python run.py --proxy="http://wwwproxy.sandia.gov:80" --
runner="Sandia-gcc" --bjam-toolset=gcc --pjl-toolset=gcc --
toolsets="gcc-3.4.3 gcc-4.0.1" --bjam-options="-j4 -l300"
Any idea what I'm doing wrong?
-- Noel
# Running regressions in /var/scratch2/boost...
# Creating regression scripts at /var/scratch2/boost/
tools_regression_src...
# Dowloading regression scripts from http://svn.boost.org/svn/boost/
trunk/tools/regression/src...
Traceback (most recent call last):
File "run.py", line 38, in ?
urllib.urlretrieve( '%s/%s' % (script_remote,src), os.path.join
(script_dir,src) )
File "/usr/local/python/2.4.4/lib/python2.4/urllib.py", line 89,
in urlretrieve
return _urlopener.retrieve(url, filename, reporthook, data)
File "/usr/local/python/2.4.4/lib/python2.4/urllib.py", line 222,
in retrieve
fp = self.open(url, data)
File "/usr/local/python/2.4.4/lib/python2.4/urllib.py", line 190,
in open
return getattr(self, name)(url)
File "/usr/local/python/2.4.4/lib/python2.4/urllib.py", line 313,
in open_http
h.endheaders()
File "/usr/local/python/2.4.4/lib/python2.4/httplib.py", line 798,
in endheaders
self._send_output()
File "/usr/local/python/2.4.4/lib/python2.4/httplib.py", line 679,
in _send_output
self.send(msg)
File "/usr/local/python/2.4.4/lib/python2.4/httplib.py", line 646,
in send
self.connect()
File "/usr/local/python/2.4.4/lib/python2.4/httplib.py", line 630,
in connect
raise socket.error, msg
IOError: [Errno socket error] (110, 'Connection timed out')