Compile [2024-11-11 16:10:10 UTC]: fail
"clang++-17" -fvisibility-inlines-hidden -fno-exceptions -Wno-c99-extensions -std=c++20 -stdlib=libc++ -isystem/usr/include/libcxxabi -fPIC -pthread -O0 -fno-inline -Wall -fvisibility=hidden -m64 --target=x86_64-pc-linux -DBOOST_ALL_NO_LIB=1 -DBOOST_COBALT_USE_STD_PMR=1 -I".." -c -o "/var/boost/run/results/boost/bin.v2/libs/config/test/config_test_no_except.test/clang-linux-17~c++20~lc/debug/x86_64/debug-symbols-off/exception-handling-off/threading-multi/visibility-hidden/config_test.o" "../libs/config/test/config_test.cpp"
In file included from ../libs/config/test/config_test.cpp:76:
../libs/config/test/boost_no_constexpr.ipp:79:11: warning: no case matching constant switch condition '3628825'
switch (i)
^
In file included from ../libs/config/test/config_test.cpp:171:
../libs/config/test/boost_no_cxx11_hdr_codecvt.ipp:24:29: warning: 'codecvt_utf8<char16_t>' is deprecated [-Wdeprecated-declarations]
std::wstring_convert<std::codecvt_utf8<char16_t>, char16_t> test;
^
/usr/lib/llvm-17/bin/../include/c++/v1/codecvt:187:28: note: 'codecvt_utf8<char16_t>' has been explicitly marked deprecated here
class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 codecvt_utf8
^
/usr/lib/llvm-17/bin/../include/c++/v1/__config:811:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
# define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
^
/usr/lib/llvm-17/bin/../include/c++/v1/__config:784:49: note: expanded from macro '_LIBCPP_DEPRECATED'
# define _LIBCPP_DEPRECATED __attribute__((__deprecated__))
^
In file included from ../libs/config/test/config_test.cpp:171:
../libs/config/test/boost_no_cxx11_hdr_codecvt.ipp:24:8: warning: 'wstring_convert<std::codecvt_utf8<char16_t>, char16_t>' is deprecated [-Wdeprecated-declarations]
std::wstring_convert<std::codecvt_utf8<char16_t>, char16_t> test;
^
/usr/lib/llvm-17/bin/../include/c++/v1/locale:3605:28: note: 'wstring_convert<std::codecvt_utf8<char16_t>, char16_t>' has been explicitly marked deprecated here
class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 wstring_convert
^
/usr/lib/llvm-17/bin/../include/c++/v1/__config:811:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
# define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
^
/usr/lib/llvm-17/bin/../include/c++/v1/__config:784:49: note: expanded from macro '_LIBCPP_DEPRECATED'
# define _LIBCPP_DEPRECATED __attribute__((__deprecated__))
^
In file included from ../libs/config/test/config_test.cpp:331:
../libs/config/test/boost_no_cxx14_decltype_auto.ipp:27:28: warning: variable 'j' is uninitialized when passed as a const reference argument here [-Wuninitialized-const-reference]
decltype(auto) x = foo(j);
^
In file included from ../libs/config/test/config_test.cpp:456:
../libs/config/test/boost_no_cxx17_std_invoke.ipp:22:66: warning: unused variable 't' [-Wunused-variable]
typename std::invoke_result<int(&)(int,int), int, int>::type t = std::invoke( foo, i, j);
^
In file included from ../libs/config/test/config_test.cpp:506:
../libs/config/test/boost_no_cxx20_hdr_ranges.ipp:65:23: error: no member named 'join_view' in namespace 'std::ranges'; did you mean 'iota_view'?
using std::ranges::join_view;
~~~~~~~~~~~~~^~~~~~~~~
iota_view
/usr/lib/llvm-17/bin/../include/c++/v1/__ranges/iota_view.h:99:9: note: 'iota_view' declared here
class iota_view : public view_interface<iota_view<_Start, _BoundSentinel>> {
^
In file included from ../libs/config/test/config_test.cpp:506:
../libs/config/test/boost_no_cxx20_hdr_ranges.ipp:66:22: error: no member named 'join' in namespace 'std::ranges::views'
using std::views::join;
~~~~~~~~~~~~^
In file included from ../libs/config/test/config_test.cpp:846:
../libs/config/test/boost_no_scoped_enums.ipp:19:30: warning: self-comparison always evaluates to true [-Wtautological-compare]
bool b = (scoped_enum::yes == scoped_enum::yes)
^
In file included from ../libs/config/test/config_test.cpp:871:
../libs/config/test/boost_no_std_allocator.ipp:43:13: warning: unused variable 'a2' [-Wunused-variable]
alloc1_t a2(a1);
^
In file included from ../libs/config/test/config_test.cpp:886:
../libs/config/test/boost_no_std_iterator.ipp:21:17: warning: 'iterator<std::random_access_iterator_tag, int>' is deprecated [-Wdeprecated-declarations]
typedef std::iterator<
^
/usr/lib/llvm-17/bin/../include/c++/v1/__iterator/iterator.h:24:29: note: 'iterator<std::random_access_iterator_tag, int>' has been explicitly marked deprecated here
struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 iterator
^
/usr/lib/llvm-17/bin/../include/c++/v1/__config:811:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
# define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
^
/usr/lib/llvm-17/bin/../include/c++/v1/__config:784:49: note: expanded from macro '_LIBCPP_DEPRECATED'
# define _LIBCPP_DEPRECATED __attribute__((__deprecated__))
^
In file included from ../libs/config/test/config_test.cpp:886:
../libs/config/test/boost_no_std_iterator.ipp:29:17: warning: 'iterator_type' is deprecated [-Wdeprecated-declarations]
iterator_type::value_type v = 0;
^
/usr/lib/llvm-17/bin/../include/c++/v1/__iterator/iterator.h:24:29: note: 'iterator<std::random_access_iterator_tag, int>' has been explicitly marked deprecated here
struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 iterator
^
/usr/lib/llvm-17/bin/../include/c++/v1/__config:811:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
# define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
^
/usr/lib/llvm-17/bin/../include/c++/v1/__config:784:49: note: expanded from macro '_LIBCPP_DEPRECATED'
# define _LIBCPP_DEPRECATED __attribute__((__deprecated__))
^
In file included from ../libs/config/test/config_test.cpp:886:
../libs/config/test/boost_no_std_iterator.ipp:30:17: warning: 'iterator_type' is deprecated [-Wdeprecated-declarations]
iterator_type::difference_type d = 0;
^
/usr/lib/llvm-17/bin/../include/c++/v1/__iterator/iterator.h:24:29: note: 'iterator<std::random_access_iterator_tag, int>' has been explicitly marked deprecated here
struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 iterator
^
/usr/lib/llvm-17/bin/../include/c++/v1/__config:811:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
# define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
^
/usr/lib/llvm-17/bin/../include/c++/v1/__config:784:49: note: expanded from macro '_LIBCPP_DEPRECATED'
# define _LIBCPP_DEPRECATED __attribute__((__deprecated__))
^
In file included from ../libs/config/test/config_test.cpp:886:
../libs/config/test/boost_no_std_iterator.ipp:31:17: warning: 'iterator_type' is deprecated [-Wdeprecated-declarations]
iterator_type::pointer p = &v;
^
/usr/lib/llvm-17/bin/../include/c++/v1/__iterator/iterator.h:24:29: note: 'iterator<std::random_access_iterator_tag, int>' has been explicitly marked deprecated here
struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 iterator
^
/usr/lib/llvm-17/bin/../include/c++/v1/__config:811:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
# define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
^
/usr/lib/llvm-17/bin/../include/c++/v1/__config:784:49: note: expanded from macro '_LIBCPP_DEPRECATED'
# define _LIBCPP_DEPRECATED __attribute__((__deprecated__))
^
In file included from ../libs/config/test/config_test.cpp:886:
../libs/config/test/boost_no_std_iterator.ipp:32:17: warning: 'iterator_type' is deprecated [-Wdeprecated-declarations]
iterator_type::reference r = v;
^
/usr/lib/llvm-17/bin/../include/c++/v1/__iterator/iterator.h:24:29: note: 'iterator<std::random_access_iterator_tag, int>' has been explicitly marked deprecated here
struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 iterator
^
/usr/lib/llvm-17/bin/../include/c++/v1/__config:811:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
# define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
^
/usr/lib/llvm-17/bin/../include/c++/v1/__config:784:49: note: expanded from macro '_LIBCPP_DEPRECATED'
# define _LIBCPP_DEPRECATED __attribute__((__deprecated__))
^
In file included from ../libs/config/test/config_test.cpp:886:
../libs/config/test/boost_no_std_iterator.ipp:33:17: warning: 'iterator_type' is deprecated [-Wdeprecated-declarations]
iterator_type::iterator_category cat;
^
/usr/lib/llvm-17/bin/../include/c++/v1/__iterator/iterator.h:24:29: note: 'iterator<std::random_access_iterator_tag, int>' has been explicitly marked deprecated here
struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 iterator
^
/usr/lib/llvm-17/bin/../include/c++/v1/__config:811:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
# define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
^
/usr/lib/llvm-17/bin/../include/c++/v1/__config:784:49: note: expanded from macro '_LIBCPP_DEPRECATED'
# define _LIBCPP_DEPRECATED __attribute__((__deprecated__))
^
In file included from ../libs/config/test/config_test.cpp:886:
../libs/config/test/boost_no_std_iterator.ipp:35:17: warning: 'iterator<std::random_access_iterator_tag, int>' is deprecated [-Wdeprecated-declarations]
typedef std::iterator<
^
/usr/lib/llvm-17/bin/../include/c++/v1/__iterator/iterator.h:24:29: note: 'iterator<std::random_access_iterator_tag, int>' has been explicitly marked deprecated here
struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 iterator
^
/usr/lib/llvm-17/bin/../include/c++/v1/__config:811:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
# define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
^
/usr/lib/llvm-17/bin/../include/c++/v1/__config:784:49: note: expanded from macro '_LIBCPP_DEPRECATED'
# define _LIBCPP_DEPRECATED __attribute__((__deprecated__))
^
In file included from ../libs/config/test/config_test.cpp:886:
../libs/config/test/boost_no_std_iterator.ipp:40:19: warning: 'iterator_type_2' is deprecated [-Wdeprecated-declarations]
iterator_type_2::value_type v2 = 0;
^
/usr/lib/llvm-17/bin/../include/c++/v1/__iterator/iterator.h:24:29: note: 'iterator<std::random_access_iterator_tag, int>' has been explicitly marked deprecated here
struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 iterator
^
/usr/lib/llvm-17/bin/../include/c++/v1/__config:811:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
# define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
^
/usr/lib/llvm-17/bin/../include/c++/v1/__config:784:49: note: expanded from macro '_LIBCPP_DEPRECATED'
# define _LIBCPP_DEPRECATED __attribute__((__deprecated__))
^
In file included from ../libs/config/test/config_test.cpp:886:
../libs/config/test/boost_no_std_iterator.ipp:41:19: warning: 'iterator_type_2' is deprecated [-Wdeprecated-declarations]
iterator_type_2::difference_type d2 = 0;
^
/usr/lib/llvm-17/bin/../include/c++/v1/__iterator/iterator.h:24:29: note: 'iterator<std::random_access_iterator_tag, int>' has been explicitly marked deprecated here
struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 iterator
^
/usr/lib/llvm-17/bin/../include/c++/v1/__config:811:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
# define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
^
/usr/lib/llvm-17/bin/../include/c++/v1/__config:784:49: note: expanded from macro '_LIBCPP_DEPRECATED'
# define _LIBCPP_DEPRECATED __attribute__((__deprecated__))
^
In file included from ../libs/config/test/config_test.cpp:886:
../libs/config/test/boost_no_std_iterator.ipp:42:19: warning: 'iterator_type_2' is deprecated [-Wdeprecated-declarations]
iterator_type_2::pointer p2 = &v2;
^
/usr/lib/llvm-17/bin/../include/c++/v1/__iterator/iterator.h:24:29: note: 'iterator<std::random_access_iterator_tag, int>' has been explicitly marked deprecated here
struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 iterator
^
/usr/lib/llvm-17/bin/../include/c++/v1/__config:811:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
# define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
^
/usr/lib/llvm-17/bin/../include/c++/v1/__config:784:49: note: expanded from macro '_LIBCPP_DEPRECATED'
# define _LIBCPP_DEPRECATED __attribute__((__deprecated__))
^
In file included from ../libs/config/test/config_test.cpp:886:
../libs/config/test/boost_no_std_iterator.ipp:43:19: warning: 'iterator_type_2' is deprecated [-Wdeprecated-declarations]
iterator_type_2::reference r2 = v2;
^
/usr/lib/llvm-17/bin/../include/c++/v1/__iterator/iterator.h:24:29: note: 'iterator<std::random_access_iterator_tag, int>' has been explicitly marked deprecated here
struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 iterator
^
/usr/lib/llvm-17/bin/../include/c++/v1/__config:811:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
# define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
^
/usr/lib/llvm-17/bin/../include/c++/v1/__config:784:49: note: expanded from macro '_LIBCPP_DEPRECATED'
# define _LIBCPP_DEPRECATED __attribute__((__deprecated__))
^
In file included from ../libs/config/test/config_test.cpp:886:
../libs/config/test/boost_no_std_iterator.ipp:44:19: warning: 'iterator_type_2' is deprecated [-Wdeprecated-declarations]
iterator_type_2::iterator_category cat2;
^
/usr/lib/llvm-17/bin/../include/c++/v1/__iterator/iterator.h:24:29: note: 'iterator<std::random_access_iterator_tag, int>' has been explicitly marked deprecated here
struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 iterator
^
/usr/lib/llvm-17/bin/../include/c++/v1/__config:811:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
# define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
^
/usr/lib/llvm-17/bin/../include/c++/v1/__config:784:49: note: expanded from macro '_LIBCPP_DEPRECATED'
# define _LIBCPP_DEPRECATED __attribute__((__deprecated__))
^
In file included from ../libs/config/test/config_test.cpp:1077:
../libs/config/test/boost_has_int128.ipp:67:31: warning: variable 'kk' set but not used [-Wunused-but-set-variable]
my_uint128_t ii(2), jj(1), kk;
^
In file included from ../libs/config/test/config_test.cpp:1117:
../libs/config/test/boost_has_part_alloc.ipp:40:13: warning: unused variable 'a1' [-Wunused-variable]
alloc1_t a1;
^
In file included from ../libs/config/test/config_test.cpp:1132:
../libs/config/test/boost_has_pthread_yield.ipp:20:15: warning: 'pthread_yield' is deprecated: pthread_yield is deprecated, use sched_yield instead [-Wdeprecated-declarations]
int res = pthread_yield();
^
/usr/include/pthread.h:480:3: note: 'pthread_yield' has been explicitly marked deprecated here
__attribute_deprecated_msg__ ("\
^
/usr/include/x86_64-linux-gnu/sys/cdefs.h:350:19: note: expanded from macro '__attribute_deprecated_msg__'
__attribute__ ((__deprecated__ (msg)))
^
22 warnings and 2 errors generated.