Test output: teeks99-dkr-dg12 - hana - test~ext~std~integral_constant~interop / gcc-12~c++17
Rev 8a1a5f3a64b5f11de2ff03a1d6fb9372a5c51e66 / Fri, 15 Nov 2024 15:30:25 +0000
Compile [2024-11-15 18:22:19 UTC]: fail


    "g++-12"   -fvisibility-inlines-hidden -std=c++17 -fPIC -m64 -pthread -O0 -fno-inline -Wall -fvisibility=hidden  -DBOOST_ALL_NO_LIB=1 -DBOOST_COBALT_USE_STD_PMR=1   -I".." -I"../libs/hana/include" -I"../libs/hana/test/_include"  -c -o "/var/boost/run/results/boost/bin.v2/libs/hana/test/test~ext~std~integral_constant~interop.test/gcc-12~c++17/debug/x86_64/debug-symbols-off/threading-multi/visibility-hidden/ext/std/integral_constant/interop.o" "../libs/hana/test/ext/std/integral_constant/interop.cpp"

In file included from ../boost/hana/concept/integral_constant.hpp:16,
                 from ../boost/hana/ext/std/integral_constant.hpp:13,
                 from ../libs/hana/test/ext/std/integral_constant/interop.cpp:5:
../boost/hana/core/tag_of.hpp: In instantiation of 'struct boost::hana::tag_of<std::integral_constant<int, 1>, void>':
../boost/hana/core/tag_of.hpp:52:16:   required from 'struct boost::hana::detail::has_idempotent_tag<std::integral_constant<int, 1> >'
../boost/hana/detail/operators/comparable.hpp:29:45:   required by substitution of 'template<class X, class Y, class> constexpr auto boost::hana::detail::operators::operator==(X&&, Y&&) [with X = std::integral_constant<int, 1>; Y = const boost::hana::integral_constant<int, 1>&; <template-parameter-1-3> = <missing>]'
../libs/hana/test/ext/std/integral_constant/interop.cpp:18:5:   required from here
../boost/hana/core/tag_of.hpp:24:12: error: ambiguous template instantiation for 'struct boost::hana::tag_of<std::integral_constant<int, 1>, boost::hana::when<true> >'
   24 |     struct tag_of : tag_of<T, when<true>> { };
      |            ^~~~~~
../boost/hana/core/tag_of.hpp:33:12: note: candidates are: 'template<class T, bool condition> struct boost::hana::tag_of<T, boost::hana::when<condition> > [with T = std::integral_constant<int, 1>; bool condition = true]'
   33 |     struct tag_of<T, when<condition>> {
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~
../boost/hana/ext/std/integral_constant.hpp:68:12: note:                 'template<class T> struct boost::hana::tag_of<T, boost::hana::when<(boost::hana::detail::is_std_integral_constant((T*)(0)) && (! boost::hana::detail::is_hana_integral_constant((T*)(0))))> > [with T = std::integral_constant<int, 1>]'
   68 |     struct tag_of<T, when<
      |            ^~~~~~~~~~~~~~~
   69 |         detail::is_std_integral_constant((T*)0) &&
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   70 |         !detail::is_hana_integral_constant((T*)0)
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   71 |     >> {
      |     ~~      
../boost/hana/core/tag_of.hpp:24:12: error: invalid use of incomplete type 'struct boost::hana::tag_of<std::integral_constant<int, 1>, boost::hana::when<true> >'
   24 |     struct tag_of : tag_of<T, when<true>> { };
      |            ^~~~~~
../boost/hana/core/tag_of.hpp:24:12: note: declaration of 'struct boost::hana::tag_of<std::integral_constant<int, 1>, boost::hana::when<true> >'
../boost/hana/core/tag_of.hpp: In instantiation of 'struct boost::hana::detail::has_idempotent_tag<std::integral_constant<int, 1> >':
../boost/hana/detail/operators/comparable.hpp:29:45:   required by substitution of 'template<class X, class Y, class> constexpr auto boost::hana::detail::operators::operator==(X&&, Y&&) [with X = std::integral_constant<int, 1>; Y = const boost::hana::integral_constant<int, 1>&; <template-parameter-1-3> = <missing>]'
../libs/hana/test/ext/std/integral_constant/interop.cpp:18:5:   required from here
../boost/hana/core/tag_of.hpp:52:16: error: no type named 'type' in 'struct boost::hana::tag_of<std::integral_constant<int, 1>, void>'
   52 |         struct has_idempotent_tag
      |                ^~~~~~~~~~~~~~~~~~
In file included from ../libs/hana/test/ext/std/integral_constant/interop.cpp:7:
../libs/hana/test/ext/std/integral_constant/interop.cpp: In function 'int main()':
../boost/hana/assert.hpp:227:12: error: static assertion failed: the expression (std::integral_constant<int, 1>{} == hana::int_c<1>) does not yield a Constant; use BOOST_HANA_RUNTIME_ASSERT instead
  225 |         static_assert(::boost::hana::Constant<                              \
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  226 |             decltype(BOOST_HANA_PP_CONCAT(__hana_tmp_, __LINE__))           \
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  227 |         >::value,                                                           \
      |         ~~~^~~~~
../boost/hana/assert.hpp:240:9: note: in expansion of macro 'BOOST_HANA_CONSTANT_CHECK_MSG'
  240 |         BOOST_HANA_CONSTANT_CHECK_MSG(                                      \
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../libs/hana/test/ext/std/integral_constant/interop.cpp:18:5: note: in expansion of macro 'BOOST_HANA_CONSTANT_CHECK'
   18 |     BOOST_HANA_CONSTANT_CHECK(std::integral_constant<int, 1>{} == hana::int_c<1>);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../boost/hana/concept/constant.hpp:19,
                 from ../boost/hana/assert.hpp:13:
../boost/hana/value.hpp: In instantiation of 'constexpr decltype(auto) boost::hana::value() [with T = bool]':
../libs/hana/test/ext/std/integral_constant/interop.cpp:18:5:   required from here
../boost/hana/value.hpp:41:42: error: static assertion failed: hana::value<T>() requires 'T' to be a Constant
   41 |         static_assert(hana::Constant<C>::value,
      |                                          ^~~~~
../boost/hana/value.hpp:41:42: note: 'std::integral_constant<bool, false>::value' evaluates to false
../boost/hana/value.hpp:45:43: error: no matching function for call to 'boost::hana::deleted_implementation::apply<RawT>()'
   45 |         return Value::template apply<RawT>();
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
In file included from ../boost/hana/core/dispatch.hpp:14,
                 from ../boost/hana/value.hpp:18:
../boost/hana/detail/dispatch_if.hpp:21:31: note: candidate: 'static constexpr auto boost::hana::deleted_implementation::apply(T&& ...) [with T = {bool}]' (deleted)
   21 |         static constexpr auto apply(T&& ...) = delete;
      |                               ^~~~~
../boost/hana/detail/dispatch_if.hpp:21:31: note:   candidate expects 1 argument, 0 provided
../boost/hana/assert.hpp:227:12: error: static assertion failed: the expression (std::integral_constant<int, 1>{} == hana::long_c<1>) does not yield a Constant; use BOOST_HANA_RUNTIME_ASSERT instead
  225 |         static_assert(::boost::hana::Constant<                              \
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  226 |             decltype(BOOST_HANA_PP_CONCAT(__hana_tmp_, __LINE__))           \
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  227 |         >::value,                                                           \
      |         ~~~^~~~~
../boost/hana/assert.hpp:240:9: note: in expansion of macro 'BOOST_HANA_CONSTANT_CHECK_MSG'
  240 |         BOOST_HANA_CONSTANT_CHECK_MSG(                                      \
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../libs/hana/test/ext/std/integral_constant/interop.cpp:19:5: note: in expansion of macro 'BOOST_HANA_CONSTANT_CHECK'
   19 |     BOOST_HANA_CONSTANT_CHECK(std::integral_constant<int, 1>{} == hana::long_c<1>);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~
../boost/hana/core/tag_of.hpp: In instantiation of 'struct boost::hana::tag_of<std::integral_constant<int, 2>, void>':
../boost/hana/core/tag_of.hpp:52:16:   required from 'struct boost::hana::detail::has_idempotent_tag<std::integral_constant<int, 2> >'
../boost/hana/detail/operators/comparable.hpp:29:45:   required by substitution of 'template<class X, class Y, class> constexpr auto boost::hana::detail::operators::operator!=(X&&, Y&&) [with X = std::integral_constant<int, 2>; Y = const boost::hana::integral_constant<int, 3>&; <template-parameter-1-3> = <missing>]'
../libs/hana/test/ext/std/integral_constant/interop.cpp:21:5:   required from here
../boost/hana/core/tag_of.hpp:24:12: error: ambiguous template instantiation for 'struct boost::hana::tag_of<std::integral_constant<int, 2>, boost::hana::when<true> >'
   24 |     struct tag_of : tag_of<T, when<true>> { };
      |            ^~~~~~
../boost/hana/core/tag_of.hpp:33:12: note: candidates are: 'template<class T, bool condition> struct boost::hana::tag_of<T, boost::hana::when<condition> > [with T = std::integral_constant<int, 2>; bool condition = true]'
   33 |     struct tag_of<T, when<condition>> {
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~
../boost/hana/ext/std/integral_constant.hpp:68:12: note:                 'template<class T> struct boost::hana::tag_of<T, boost::hana::when<(boost::hana::detail::is_std_integral_constant((T*)(0)) && (! boost::hana::detail::is_hana_integral_constant((T*)(0))))> > [with T = std::integral_constant<int, 2>]'
   68 |     struct tag_of<T, when<
      |            ^~~~~~~~~~~~~~~
   69 |         detail::is_std_integral_constant((T*)0) &&
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   70 |         !detail::is_hana_integral_constant((T*)0)
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   71 |     >> {
      |     ~~      
../boost/hana/core/tag_of.hpp:24:12: error: invalid use of incomplete type 'struct boost::hana::tag_of<std::integral_constant<int, 2>, boost::hana::when<true> >'
   24 |     struct tag_of : tag_of<T, when<true>> { };
      |            ^~~~~~
../boost/hana/core/tag_of.hpp:24:12: note: declaration of 'struct boost::hana::tag_of<std::integral_constant<int, 2>, boost::hana::when<true> >'
../boost/hana/core/tag_of.hpp: In instantiation of 'struct boost::hana::detail::has_idempotent_tag<std::integral_constant<int, 2> >':
../boost/hana/detail/operators/comparable.hpp:29:45:   required by substitution of 'template<class X, class Y, class> constexpr auto boost::hana::detail::operators::operator!=(X&&, Y&&) [with X = std::integral_constant<int, 2>; Y = const boost::hana::integral_constant<int, 3>&; <template-parameter-1-3> = <missing>]'
../libs/hana/test/ext/std/integral_constant/interop.cpp:21:5:   required from here
../boost/hana/core/tag_of.hpp:52:16: error: no type named 'type' in 'struct boost::hana::tag_of<std::integral_constant<int, 2>, void>'
   52 |         struct has_idempotent_tag
      |                ^~~~~~~~~~~~~~~~~~
../boost/hana/assert.hpp:227:12: error: static assertion failed: the expression (std::integral_constant<int, 2>{} != hana::int_c<3>) does not yield a Constant; use BOOST_HANA_RUNTIME_ASSERT instead
  225 |         static_assert(::boost::hana::Constant<                              \
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  226 |             decltype(BOOST_HANA_PP_CONCAT(__hana_tmp_, __LINE__))           \
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  227 |         >::value,                                                           \
      |         ~~~^~~~~
../boost/hana/assert.hpp:240:9: note: in expansion of macro 'BOOST_HANA_CONSTANT_CHECK_MSG'
  240 |         BOOST_HANA_CONSTANT_CHECK_MSG(                                      \
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../libs/hana/test/ext/std/integral_constant/interop.cpp:21:5: note: in expansion of macro 'BOOST_HANA_CONSTANT_CHECK'
   21 |     BOOST_HANA_CONSTANT_CHECK(std::integral_constant<int, 2>{} != hana::int_c<3>);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~