|
Boost Testing : |
Subject: Re: [Boost-testing] [urgent] Testing help needed..
From: Beman Dawes (bdawes_at_[hidden])
Date: 2013-12-30 16:49:23
On Mon, Dec 30, 2013 at 1:31 PM, Beman Dawes <bdawes_at_[hidden]> wrote:
>
> On Mon, Dec 30, 2013 at 1:22 PM, Rene Rivera <grafikrobot_at_[hidden]>wrote:
>
>>
>> It's not trying to delete boost_root.. It;s trying to delete the "bin"
>> and "bin.v2" directories bewlow boost_root. This requires making changes to
>> the boost_root directory index information. Hence it needs to lock it. But
>> it might not be boost_root that it's having problems with, it could be some
>> other file inside that is being used for some reason.
>>
>
> boost_root is empty!
>
> I've wiped out everything and started a fresh run with Windows Explorer
> and TGitCache not running.
>
>
Still failing.
# Cleaning up "D:\boost-regr\boost_root" directory ...
Traceback (most recent call last):
File "run.py", line 83, in <module>
runner(root)
File "D:\boost-regr\tools_regression_src\regression.py", line 253, in
__init__
self.main()
File "D:\boost-regr\tools_regression_src\regression.py", line 632, in main
getattr(self,action_m)()
File "D:\boost-regr\tools_regression_src\regression.py", line 586, in
command_regression
self.command_cleanup()
File "D:\boost-regr\tools_regression_src\regression.py", line 262, in
command_cleanup
self.rmtree( self.boost_root )
File "D:\boost-regr\tools_regression_src\regression.py", line 654, in
rmtree
shutil.rmtree( unicode( path ) )
File "C:\Python27\lib\shutil.py", line 256, in rmtree
onerror(os.rmdir, path, sys.exc_info())
File "C:\Python27\lib\shutil.py", line 254, in rmtree
os.rmdir(path)
WindowsError: [Error 32] The process cannot access the file because it is
being used by an
other process: u'D:\\boost-regr\\boost_root'
self.command_cleanup() is being called at line 586 without arguments, and
that defaults to deleting boost_root at line 262.
--Beman