|
View:
New views
6 Messages
—
Rating Filter:
Alert me
|
|
|
Test Running CrashAbout 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 mailing list Boost-Testing@... http://lists.boost.org/mailman/listinfo.cgi/boost-testing |
|
|
Re: Test Running CrashTom 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@... http://lists.boost.org/mailman/listinfo.cgi/boost-testing |
|
|
Re: Test Running CrashAparently 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@... > http://lists.boost.org/mailman/listinfo.cgi/boost-testing > Boost-Testing mailing list Boost-Testing@... http://lists.boost.org/mailman/listinfo.cgi/boost-testing |
|
|
Re: Test Running CrashSo, now I seem to be having the same problem, except with msvc-8.0.
I run my command: python run.py --runner=BoeingVM-01 --toolset=msvc-8.0 --tag=trunk --proxy=http://www-stl-proxy.boeing.com:31060 > log.txt 2>&1 and get the output: http://boost.teeks99.com/log_vs8.txt and the reuslts/bjam.log: http://boost.teeks99.com/bjam.log Any thoughts on this one? Tom Tom Kent wrote: > 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@... >> http://lists.boost.org/mailman/listinfo.cgi/boost-testing >> > _______________________________________________ > Boost-Testing mailing list > Boost-Testing@... > http://lists.boost.org/mailman/listinfo.cgi/boost-testing > Boost-Testing mailing list Boost-Testing@... http://lists.boost.org/mailman/listinfo.cgi/boost-testing |
|
|
Re: Test Running CrashTom Kent wrote:
> So, now I seem to be having the same problem, except with msvc-8.0. > > I run my command: > python run.py --runner=BoeingVM-01 --toolset=msvc-8.0 --tag=trunk > --proxy=http://www-stl-proxy.boeing.com:31060 > log.txt 2>&1 > > and get the output: > http://boost.teeks99.com/log_vs8.txt > > and the reuslts/bjam.log: > http://boost.teeks99.com/bjam.log > > Any thoughts on this one? Tom, this is a completely different problem; it even have a different error message ;-) The relevant output is: warning: No toolsets are configured. warning: Configuring default toolset "msvc". warning: If the default is wrong, your build may not work correctly. warning: Use the "toolset=xxxxx" option to override our guess. warning: For more configuration options, please consult ... error: "8.0" is not a known subfeature value of <toolset>msvc You had 9.0 configured by default, not 8.0. You can fix this by putting: using msvc : all ; in your user-config.jam. See http://www.boost.org/boost-build2/doc/html/bbv2/advanced/configuration.html for documentation about where user-config.jam should be placed. - Volodya _______________________________________________ Boost-Testing mailing list Boost-Testing@... http://lists.boost.org/mailman/listinfo.cgi/boost-testing |
|
|
Re: Test Running CrashEverything seems to be running well now, thanks!
I may be back when I try to get it going on a 64bit machine :-) Vladimir Prus wrote: > Tom Kent wrote: > >> So, now I seem to be having the same problem, except with msvc-8.0. >> >> I run my command: >> python run.py --runner=BoeingVM-01 --toolset=msvc-8.0 --tag=trunk >> --proxy=http://www-stl-proxy.boeing.com:31060 > log.txt 2>&1 >> >> and get the output: >> http://boost.teeks99.com/log_vs8.txt >> >> and the reuslts/bjam.log: >> http://boost.teeks99.com/bjam.log >> >> Any thoughts on this one? > > Tom, > > this is a completely different problem; it even have a different error message ;-) > The relevant output is: > > warning: No toolsets are configured. > warning: Configuring default toolset "msvc". > warning: If the default is wrong, your build may not work correctly. > warning: Use the "toolset=xxxxx" option to override our guess. > warning: For more configuration options, please consult > ... > error: "8.0" is not a known subfeature value of <toolset>msvc > > You had 9.0 configured by default, not 8.0. You can fix this by putting: > > using msvc : all ; > > in your user-config.jam. See > > http://www.boost.org/boost-build2/doc/html/bbv2/advanced/configuration.html > > for documentation about where user-config.jam should be placed. > > - Volodya > > > _______________________________________________ > Boost-Testing mailing list > Boost-Testing@... > http://lists.boost.org/mailman/listinfo.cgi/boost-testing > Boost-Testing mailing list Boost-Testing@... http://lists.boost.org/mailman/listinfo.cgi/boost-testing |
| Free embeddable forum powered by Nabble | Forum Help |