Boost logo

Boost Testing :

Subject: Re: [Boost-testing] Test Running Crash
From: Vladimir Prus (vladimir_at_[hidden])
Date: 2009-09-27 11:52:50


Tom Kent wrote:

> 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

The interesting log is:

        "C:\Testing\results\bjam.log"

which is probably saying this:

error: Unable to find file or target named
error: 'algorithm/nview.cpp'
error: referred from project at
error: '../libs/fusion/test'

Due to a file somebody has forgot to commit. You should have more luck when that file is added.

- Volodya


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