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:
All- I've been pretty busy lately so just noticed this, but as of August 18 *all* the regression runs have broken during execution.
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
On Sun, Sep 8, 2024 at 10:05 AM Tom Kent wrote:
All- I've been pretty busy lately so just noticed this, but as of August 18 *all* the regression runs have broken during execution.
On develop or master?
The date coincides with
https://github.com/boostorg/charconv/commit/0c10bd563dd33bb127ac61b276b0ed82... which is on develop only.
Glen
On Sun, Sep 8, 2024 at 9:05 AM Tom Kent via Boost
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'
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
René Ferdinand Rivera Morell wrote:
On Sun, Sep 8, 2024 at 9:05 AM Tom Kent via Boost
wrote: 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'
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.
We can just remove tools/check_build; it was intended to create a column in the regression matrix that showed an overview of what Boost libraries build, but I'm not sure how useful is that nowadays.
On Sun, Sep 8, 2024 at 10:21 AM Peter Dimov via Boost
René Ferdinand Rivera Morell wrote:
On Sun, Sep 8, 2024 at 9:05 AM Tom Kent via Boost
wrote: 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'
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.
We can just remove tools/check_build; it was intended to create a column in the regression matrix that showed an overview of what Boost libraries build, but I'm not sure how useful is that nowadays.
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
On Sun, Sep 8, 2024 at 10:52 AM René Ferdinand Rivera Morell via Boost < boost@lists.boost.org> wrote:
On Sun, Sep 8, 2024 at 10:21 AM Peter Dimov via Boost
wrote: René Ferdinand Rivera Morell wrote:
On Sun, Sep 8, 2024 at 9:05 AM Tom Kent via Boost <
boost@lists.boost.org>
wrote:
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'
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.
We can just remove tools/check_build; it was intended to create a column in the regression matrix that showed an overview of what Boost libraries build, but I'm not sure how useful is that nowadays.
Irrespective of that.. Here's a PR to resolve the problem https://github.com/boostorg/check_build/pull/1.
Thanks for the quick fix. Looks good on develop, hopefully will get merged to master shortly? Tom
Tom Kent wrote:
On Sun, Sep 8, 2024 at 10:52 AM René Ferdinand Rivera Morell 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.
Thanks for the quick fix. Looks good on develop, hopefully will get merged to master shortly?
Done.
I can confirm that master is also cycling again. Thanks all!
Tom
On Sun, Sep 8, 2024 at 6:37 PM Peter Dimov via Boost
Tom Kent wrote:
On Sun, Sep 8, 2024 at 10:52 AM René Ferdinand Rivera Morell 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.
Thanks for the quick fix. Looks good on develop, hopefully will get merged to master shortly?
Done.
_______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
participants (4)
-
Glen Fernandes
-
Peter Dimov
-
René Ferdinand Rivera Morell
-
Tom Kent