|
Boost Testing : |
From: Bronek Kozicki (brok_at_[hidden])
Date: 2004-10-30 11:47:38
I'm unable to get fresh boost snapshot. Here's log from regression.py .
It looks like
http://www.meta-comm.com/engineering/boost/snapshot/boost-RC_1_32_0.tar.bz2
is refusing HTTP connections.
B.
# Cleaning up "F:\boost" directory ...
# Cleaning up "F:\results" directory ...
# Getting sources (Sat, 30 Oct 2004 16:40:00 +0000)...
# Downloading
"http://www.meta-comm.com/engineering/boost/snapshot/boost-RC_1_32_0.tar.bz2"
to "F:\"...
Traceback (most recent call last):
File "regression.py", line 715, in ?
commands[ command ]( **accept_args( args ) )
File "regression.py", line 562, in regression
get_source( user, tag, proxy, [] )
File "regression.py", line 240, in get_source
tarball_path = download_boost_tarball( regression_root, tag, proxy )
File "regression.py", line 140, in download_boost_tarball
, proxy
File "regression.py", line 116, in http_get
src = urllib.urlopen( source_url, proxies = proxies )
File "c:\python23\lib\urllib.py", line 76, in urlopen
return opener.open(url)
File "c:\python23\lib\urllib.py", line 181, in open
return getattr(self, name)(url)
File "c:\python23\lib\urllib.py", line 297, in open_http
h.endheaders()
File "c:\python23\lib\httplib.py", line 712, in endheaders
self._send_output()
File "c:\python23\lib\httplib.py", line 597, in _send_output
self.send(msg)
File "c:\python23\lib\httplib.py", line 564, in send
self.connect()
File "c:\python23\lib\httplib.py", line 548, in connect
raise socket.error, msg
IOError: [Errno socket error] (10061, 'Connection refused')