Boost logo

Boost Testing :

Subject: Re: [Boost-testing] [urgent] Testing help needed..
From: Tom Kent (lists_at_[hidden])
Date: 2013-12-30 11:43:52


On Sun, Dec 29, 2013 at 9:02 PM, Rene Rivera <grafikrobot_at_[hidden]> wrote:
>
> I did a tweak to the command execution.. It may be better now.

Got quite a bit further, everything seemed to clone, then this:

Cloning into 'tools/quickbook'...
remote: Reusing existing pack: 10913, done.
remote: Counting objects: 2, done.
remote: Compressing objects: 100% (2/2), done.
rRemote: Total 10915 (delta 0), reused 2 (delta 0)eceiving objects: 99% (10806/
10915), 5.90 MiB | 3.77 MiB/s
Receiving objects: 100% (10915/10915), 7.16 MiB | 3.77 MiB/s, done.
Resolving deltas: 100% (6548/6548), done.
Submodule path 'tools/quickbook': checked out '9a610f40d453f7dd90bb2b286bb86ae04
b4b6806'
# Getting boost-build.jam...
# Cleaning up "C:\local\teeks99-03\a\boost_root" directory ...
Traceback (most recent call last):
  File "run.py", line 83, in <module>
    runner(root)
  File "C:\local\teeks99-03\a\tools_regression_src\regression.py", line 253, in
__init__
    self.main()
  File "C:\local\teeks99-03\a\tools_regression_src\regression.py", line 632, in
main
    getattr(self,action_m)()
  File "C:\local\teeks99-03\a\tools_regression_src\regression.py", line 586, in
command_regression
    self.command_cleanup()
  File "C:\local\teeks99-03\a\tools_regression_src\regression.py", line 262, in
command_cleanup
    self.rmtree( self.boost_root )
  File "C:\local\teeks99-03\a\tools_regression_src\regression.py", line 654, in
rmtree
    shutil.rmtree( unicode( path ) )
  File "C:\Python27\lib\shutil.py", line 254, in rmtree
    onerror(os.rmdir, path, sys.exc_info())
  File "C:\Python27\lib\shutil.py", line 252, in rmtree
    os.rmdir(path)
WindowsError: [Error 32] The process cannot access the file because it is being
used by another process: u'C:\\local\\teeks99-03\\a\\boost_root'


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