Regression Test Crashing

All- I've been pretty busy lately so just noticed this, but as of August 18 *all* the regression runs have broken during execution. The tail of the results log shows: - cxx11_char16_t : yes [47] - cxx11_char32_t : yes [47] - windows-sdk-supports-bcrypt : no [14] - windows-sdk-supports-bcrypt : no [51] error: Unable to find file or target named error: '/mnt/fs1/teeks99-06/run/boost_root/libs/charconv/build//stage' error: referred to from project at error: '../tools/check_build/test' Similar on windows: - cxx11_char32_t : yes [62] - windows-sdk-supports-bcrypt : yes [21] error: Unable to find file or target named error: '/C:/teeks99-09/run/boost_root/libs/charconv/build//stage' error: referred to from project at error: '../tools/check_build/test' Tom

On Sun, Sep 8, 2024 at 10:05 AM Tom Kent wrote:
On develop or master? The date coincides with https://github.com/boostorg/charconv/commit/0c10bd563dd33bb127ac61b276b0ed82... which is on develop only. Glen

That was the commit to develop, sometime before 14:33 Central Time on August 18. It appears it was then merged to master on September 4, sometime around 3:45am Central Time (assuming the timestamps in my script output are good). Tom On Sun, Sep 8, 2024 at 9:19 AM Glen Fernandes <glen.fernandes@gmail.com> wrote:

On Sun, Sep 8, 2024 at 9:05 AM Tom Kent via Boost <boost@lists.boost.org> wrote:
I guess I missed that tool needing changes for the modular arrangement. For modular libs the build//stage target no longer exists. As it's now /boost/<lib>//stage. But the code needs to handle both as there's a mixture of modular and monolithic. -- -- René Ferdinand Rivera Morell -- Don't Assume Anything -- No Supone Nada -- Robot Dreams - http://robot-dreams.net

On Sun, Sep 8, 2024 at 10:21 AM Peter Dimov via Boost <boost@lists.boost.org> wrote:
Irrespective of that.. Here's a PR to resolve the problem <https://github.com/boostorg/check_build/pull/1>. -- -- René Ferdinand Rivera Morell -- Don't Assume Anything -- No Supone Nada -- Robot Dreams - http://robot-dreams.net
participants (4)
-
Glen Fernandes
-
Peter Dimov
-
René Ferdinand Rivera Morell
-
Tom Kent