Boost logo

Boost Testing :

From: Aleksey Gurtovoy (agurtovoy_at_[hidden])
Date: 2005-07-15 01:00:28


Felipe Magno de Almeida <felipe.m.almeida_at_[hidden]> writes:
> Im trying to run the testing
> I have runned this command:
> regression.py --runner=Almeida --toolsets=vc-7_1
>
> The environment is correct(it compiles boost from cvs okay in another
> directory with bjam).
>
> I've got this error:
>
> # Cleaning up "G:\boost-testing\boost" directory ...
> # Cleaning up "G:\boost-testing\boost\bin" directory ...
> # Cleaning up "G:\boost-testing\results" directory ...
> # Getting sources (2005-07-15T05:05:58Z)...
> # Downloading "http://www.meta-comm.com/engineering/boost/snapshot/boost-CVS-HEAD.tar.bz2"
> to "G:\boost-testing"...
> # Looking for old unpacked archives...
> # Unpacking boost tarball ("G:\boost-testing\boost-CVS-HEAD.tar.bz2")...
> Traceback (most recent call last):
> File "G:\boost-testing\regression.py", line 854, in ?
> commands[ command ]( **accept_args( args ) )
> File "G:\boost-testing\regression.py", line 676, in regression
> get_source( user, tag, proxy, [] )
> File "G:\boost-testing\regression.py", line 293, in get_source
> unpack_tarball( tarball_path, regression_root )
> File "G:\boost-testing\regression.py", line 183, in unpack_tarball
> tar = tarfile.open( tarball_path, 'r:%s' % mode )
> File "C:\Python23\lib\tarfile.py", line 880, in open
> return func(name, filemode, fileobj)
> File "C:\Python23\lib\tarfile.py", line 985, in bz2open
> raise ReadError, "not a bzip2 file"
> tarfile.ReadError: not a bzip2 file

Most likely you've happen to come across the issue of tarball
publishing being a non-atomic operation
(http://thread.gmane.org/gmane.comp.lib.boost.testing/1123). We'll
move this up in our TODO list, but meanwhile, please just give it
another try.

Sorry for the inconvenience,

--
Aleksey Gurtovoy
MetaCommunications Engineering

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