Boost logo

Boost Testing :

Subject: [Boost-testing] Test Running Crash
From: Tom Kent (teeks99_at_[hidden])
Date: 2009-09-25 17:13:10


About six months ago, I had several machines setup to run tests on the
trunk a couple times a day, but the configuration got messed up and I'm
just getting around to putting them back together.

Now, when I run with the same command I used to use, it crashes on what
I'm guessing is the first test:

Traceback (most recent call last):
  File "run.py", line 60, in <module>
    runner(root)
  File "C:\Testing\tools_regression_src\regression.py", line 193, in
__init__
    self.main()
  File "C:\Testing\tools_regression_src\regression.py", line 551, in main
    getattr(self,action_m)()
  File "C:\Testing\tools_regression_src\regression.py", line 516, in
command_regression
    self.command_test()
  File "C:\Testing\tools_regression_src\regression.py", line 317, in
command_test
    self.command_test_boost_build()
  File "C:\Testing\tools_regression_src\regression.py", line 354, in
command_test_boost_build
    "boost/bin.v2/libs/any/test/any_test.test"));
WindowsError: [Error 3] The system cannot find the path specified:
'C:\\Testing\\results\\boost/bin.v2/libs/any/test/any_test.test/*.*'

I start running with just run.py and comment.html in the C:\Testing
directory on Windows XP. I run the following command on it:

python run.py --runner=BoeingVM-01 --toolset=msvc-9.0 --tag=trunk
--proxy=http://www-stl-proxy.boeing.com:31060 > log.txt 2>&1

If you want to view the entire log, you can see it at:
http://boost.teeks99.com/log_crash.txt

I also have visual studio 8.0 and 7.1 installed, and have similar issues
with them as well. (Exact same error with 8.0, haven't tried 7.1 in the
last few days)

If anyone has suggestions as to how to fix this, I'm all ears :-)

Tom


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