Boost logo

Boost :

From: Tom Kent (lists_at_[hidden])
Date: 2022-09-05 14:12:44


I just noticed that all regression tests have been failing for develop
since somewhere around Aug 24.
https://www.boost.org/development/tests/develop/developer/summary.html

I'm not sure if this is it or not, but I see an error in my
../libs/multiprecision/test/Jamfile.v2:1020: Unescaped special character in
argument <toolset>msvc:<cxxflags>-constexpr:
steps10000000
../libs/multiprecision/test/Jamfile.v2:1021: Unescaped special character in
argument <toolset>msvc:<cxxflags>-constexpr:
steps10000000
/var/boost/run/boost_bb/src/build/project.jam:259: in find-jamfile from
module project
error: Unable to load Jamfile.
error: Could not find a Jamfile in directory '../libs/python/build'.
error: Attempted to find it with pattern '[Bb]uild.jam [Jj]amfile.v2
[Jj]amfile [Jj]amfile. [Jj]amfile.jam'.
error: Please consult the documentation at 'https://www.bfgroup.xyz/b2/'.

Then the output shows:
# Starting tests ("/var/boost/run/boost_bb/src/engine/b2"
"-sBOOST_BUILD_PATH=/var/boost/run:/var/boost/run/boost_bb/src
" "-sBOOST_ROOT=/var/boost/run/boost_root"
"--boost=/var/boost/run/boost_root"
"--boost-root=/var/boost/run/boost_root"
"--boost-build=/var/boost/run/boost_bb/src" "--debug-configuration" -l300
toolset=clang-13~c++20 -d2 preserve-test-targ
ets=off --dump-tests -j8 address-model=64 debug-symbols=off
--remove-test-targets -m64 "--build-dir=/var/boost/run/resul
ts" >>"/var/boost/run/results/bjam.log" 2>&1)...
# Running Boost.Build tests
Traceback (most recent call last):
 File "run.py", line 71, in <module>
   runner(root)
 File "/var/boost/run/boost_regression_src/regression.py", line 286, in
__init__
   self.main()
 File "/var/boost/run/boost_regression_src/regression.py", line 623, in
main
   getattr(self,action_m)()
 File "/var/boost/run/boost_regression_src/regression.py", line 588, in
command_regression
   self.command_test()
 File "/var/boost/run/boost_regression_src/regression.py", line 367, in
command_test
   self.command_test_boost_build()
 File "/var/boost/run/boost_regression_src/regression.py", line 409, in
command_test_boost_build
   "boost/bin.v2/libs/any/test/any_test.test"));
OSError: [Errno 2] No such file or directory:
'/var/boost/run/results/boost/bin.v2/libs/any/test/any_test.test'
But I think that's just a generic failure.

Thanks,
Tom


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk