Boost logo

Boost Testing :

Subject: Re: [Boost-testing] Test Running Crash
From: Tom Kent (lists_at_[hidden])
Date: 2009-09-28 16:50:57


Aparently it was just something out of wack. I didn't change anything
and tried again this morning and it all worked.

I'm going to try one with msvc-9.0, msvc-8.0, and msvc-7.1 overnight and
see how that goes.

Tom

Vladimir Prus wrote:
> 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 mailing list
> Boost-Testing_at_[hidden]
> http://lists.boost.org/mailman/listinfo.cgi/boost-testing
>


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