Boost logo

Boost Testing :

From: Martin Slater (mslater_at_[hidden])
Date: 2005-07-16 19:18:12


I've been having a lot of trouble with the script recently, first with
non accessability as I just posted about which cannot be helped and also
with bad zip files (error at end of post). In this case would it be
possible to make the script wait a few a minutes then retry rather than
just exit as the next scheduled run maybe hours away. As it is I find
myself constantly watching for this and kicking it by hand if I see it.

cheers

Martin

E:\testing\boost>python regression.py --runner=mslater
--toolsets=MinGW-3.2.0-WinXP-686-debug,msvc-6-WinXP-686-debug,vc-7_1-WinXP-68
6-debug
# Cleaning up "E:\testing\boost\boost" directory ...
# Cleaning up "E:\testing\boost\boost\bin" directory ...
# Cleaning up "E:\testing\boost\results" directory ...
# Getting sources (2005-07-17T00:11:12Z)...
# Downloading
"http://www.meta-comm.com/engineering/boost/snapshot/boost-CVS-HEAD.tar.bz2"
to "E:\testing\boost"...
# Looking for old unpacked archives...
# Unpacking boost tarball ("E:\testing\boost\boost-CVS-HEAD.tar.bz2")...
Traceback (most recent call last):
   File "regression.py", line 854, in ?
     commands[ command ]( **accept_args( args ) )
   File "regression.py", line 676, in regression
     get_source( user, tag, proxy, [] )
   File "regression.py", line 293, in get_source
     unpack_tarball( tarball_path, regression_root )
   File "regression.py", line 185, in unpack_tarball
     tar.extract( tarinfo, destination )
   File "c:\python24\lib\tarfile.py", line 1331, in extract
     self._extract_member(tarinfo, os.path.join(path, tarinfo.name))
   File "c:\python24\lib\tarfile.py", line 1419, in _extract_member
     self.makefile(tarinfo, targetpath)
   File "c:\python24\lib\tarfile.py", line 1457, in makefile
     copyfileobj(source, target)
   File "c:\python24\lib\tarfile.py", line 158, in copyfileobj
     shutil.copyfileobj(src, dst)
   File "c:\python24\lib\shutil.py", line 22, in copyfileobj
     buf = fsrc.read(length)
   File "c:\python24\lib\tarfile.py", line 558, in _readnormal
     return self.__read(bytestoread)
   File "c:\python24\lib\tarfile.py", line 504, in __read
     return self.fileobj.read(size)
EOFError: compressed file ended before the logical end-of-stream was
detected

E:\testing\boost>rem python regression.py --runner=mslater
--toolsets=mingw,msvc

-- 
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.323 / Virus Database: 267.8.16/50 - Release Date: 15/07/2005

Boost-testing list run by mbergal at meta-comm.com