Test output: teeks99-01-mg13-20-64onriscv64 - parameter_python - python_test / gcc-13~c++20
Rev 9dae34c66db664e04b92ce65f33d238cb5fb1c44 / Wed, 20 Nov 2024 03:57:33 +0000
Compile [2024-11-21 22:44:08 UTC]: fail


    "g++-13"   -fvisibility-inlines-hidden -std=c++20 -fPIC -pthread -O0 -fno-inline -Wall -fvisibility=hidden  -DBOOST_ALL_NO_LIB=1 -DBOOST_COBALT_USE_STD_PMR=1 -DBOOST_CONTAINER_DYN_LINK=1 -DBOOST_CONTAINER_NO_LIB=1 -DBOOST_PYTHON_NO_LIB   -I".." -I"/mnt/fs1/run/teeks99-01/run/boost_root/libs/assert/include" -I"/mnt/fs1/run/teeks99-01/run/boost_root/libs/bind/include" -I"/mnt/fs1/run/teeks99-01/run/boost_root/libs/container/include" -I"/mnt/fs1/run/teeks99-01/run/boost_root/libs/conversion/include" -I"/mnt/fs1/run/teeks99-01/run/boost_root/libs/core/include" -I"/mnt/fs1/run/teeks99-01/run/boost_root/libs/detail/include" -I"/mnt/fs1/run/teeks99-01/run/boost_root/libs/function/include" -I"/mnt/fs1/run/teeks99-01/run/boost_root/libs/function_types/include" -I"/mnt/fs1/run/teeks99-01/run/boost_root/libs/integer/include" -I"/mnt/fs1/run/teeks99-01/run/boost_root/libs/intrusive/include" -I"/mnt/fs1/run/teeks99-01/run/boost_root/libs/iterator/include" -I"/mnt/fs1/run/teeks99-01/run/boost_root/libs/lexical_cast/include" -I"/mnt/fs1/run/teeks99-01/run/boost_root/libs/move/include" -I"/mnt/fs1/run/teeks99-01/run/boost_root/libs/optional/include" -I"/mnt/fs1/run/teeks99-01/run/boost_root/libs/python/include" -I"/mnt/fs1/run/teeks99-01/run/boost_root/libs/smart_ptr/include" -I"/mnt/fs1/run/teeks99-01/run/boost_root/libs/throw_exception/include" -I"/mnt/fs1/run/teeks99-01/run/boost_root/libs/tuple/include" -I"/usr/include/python3.11"  -c -o "/mnt/fs1/run/teeks99-01/run/results/boost/bin.v2/libs/parameter_python/test/python_test.test/gcc-13~c++20/debug/riscv_64/debug-symbols-off/python-3.11/threading-multi/visibility-hidden/python_test.o" "../libs/parameter_python/test/python_test.cpp"

In file included from ../boost/python/detail/is_xxx.hpp:8,
                 from ../boost/python/detail/is_auto_ptr.hpp:9,
                 from ../boost/python/detail/copy_ctor_mutates_rhs.hpp:8,
                 from ../boost/python/detail/value_arg.hpp:7,
                 from ../boost/python/object/forward.hpp:10,
                 from ../boost/python/object/pointer_holder.hpp:16,
                 from ../boost/python/to_python_indirect.hpp:10,
                 from ../boost/python/converter/arg_to_python.hpp:10,
                 from ../boost/python/call.hpp:15,
                 from ../boost/python/object_core.hpp:14,
                 from ../boost/python/args.hpp:22,
                 from ../boost/python.hpp:11,
                 from ../libs/parameter_python/test/python_test.cpp:6:
../boost/python/detail/is_auto_ptr.hpp:17:40: warning: ???template<class> class std::auto_ptr??? is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
   17 | BOOST_PYTHON_IS_XXX_DEF(auto_ptr, std::auto_ptr, 1)
      |                                        ^~~~~~~~
../boost/detail/is_xxx.hpp:20:4: note: in definition of macro ???BOOST_DETAIL_IS_XXX_DEF???
   20 |    qualified_name< BOOST_PP_ENUM_PARAMS_Z(1, nargs, T) >        \
      |    ^~~~~~~~~~~~~~
../boost/python/detail/is_auto_ptr.hpp:17:1: note: in expansion of macro ???BOOST_PYTHON_IS_XXX_DEF???
   17 | BOOST_PYTHON_IS_XXX_DEF(auto_ptr, std::auto_ptr, 1)
      | ^~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/13/memory:78,
                 from ../boost/function/function_base.hpp:23,
                 from ../boost/function/function_template.hpp:14,
                 from ../boost/function/function0.hpp:10,
                 from ../boost/python/errors.hpp:13,
                 from ../boost/python/handle.hpp:11,
                 from ../boost/python/args_fwd.hpp:10,
                 from ../boost/python/args.hpp:10:
/usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here
   65 |   template<typename> class auto_ptr;
      |                            ^~~~~~~~
In file included from /usr/include/python3.11/Python.h:44,
                 from ../boost/python/detail/wrap_python.hpp:178,
                 from ../boost/python/detail/prefix.hpp:13,
                 from ../boost/python/args.hpp:8:
../boost/parameter/python.hpp: In function ???PyObject* boost::parameter::python::aux::unspecified_type()???:
/usr/include/python3.11/object.h:136:30: error: lvalue required as left operand of assignment
  136 | #  define Py_TYPE(ob) Py_TYPE(_PyObject_CAST(ob))
      |                       ~~~~~~~^~~~~~~~~~~~~~~~~~~~
../boost/parameter/python.hpp:69:11: note: in expansion of macro ???Py_TYPE???
   69 |           Py_TYPE(&unspecified) = &PyType_Type;
      |           ^~~~~~~
In file included from ../boost/parameter/preprocessor.hpp:133,
                 from ../libs/parameter_python/test/python_test.cpp:7:
../libs/parameter_python/test/python_test.cpp: In instantiation of ???ResultType test::X::boost_param_dispatch_0boost_66h(ResultType (*)(), const Args&, long int, boost::parameter::aux::use_default_tag) [with ResultType = test::X&; Args = boost::parameter::aux::empty_arg_list]???:
../libs/parameter_python/test/python_test.cpp:66:5:   required from ???ResultType test::X::boost_param_dispatch_0boost_66h(ResultType (*)(), const Args&, long int) [with ResultType = test::X&; Args = boost::parameter::aux::empty_arg_list]???
../libs/parameter_python/test/python_test.cpp:66:5:   required from ???typename test::X::boost_param_result_66h<Args>::type test::X::boost_param_impl66h(const Args&) [with Args = boost::parameter::aux::empty_arg_list; typename boost_param_result_66h<Args>::type = test::X&; boost_param_result_66h<Args> = boost::mp11::mp_identity<test::X&>]???
../libs/parameter_python/test/python_test.cpp:66:5:   required from here
../boost/parameter/aux_/preprocessor/impl/function_dispatch_layer.hpp:364:15: warning: left operand of comma operator has no effect [-Wunused-value]
  363 |           , (args                                                            \
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  364 |               , BOOST_PARAMETER_FUNCTION_DISPATCH_DEFAULT(                   \
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  365 |                     n                                                        \
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  366 |                   , BOOST_PARAMETER_FUNCTION_DISPATCH_SPLIT_ARGS(x)          \
      |                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                   , BOOST_PARAMETER_FUNCTION_DISPATCH_TAG_NAMESPACE(x)       \
      |                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  368 |                 )                                                            \
      |                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  369 |             )                                                                \
      |             ~  
../boost/preprocessor/repetition/repeat_from_to.hpp:110:54: note: in expansion of macro ???BOOST_PARAMETER_FUNCTION_DISPATCH_OVERLOAD_Z???
  110 | # define BOOST_PP_REPEAT_FROM_TO_M_1_II(z, n, m, dt) m(z, n, dt)
      |                                                      ^
../boost/preprocessor/repetition/repeat_from_to.hpp:106:59: note: in expansion of macro ???BOOST_PP_REPEAT_FROM_TO_M_1_II???
  106 | # define BOOST_PP_REPEAT_FROM_TO_M_1_I(z, n, d, f, m, dt) BOOST_PP_REPEAT_FROM_TO_M_1_II(z, BOOST_PP_ADD_D(d, n, f), m, dt)
      |                                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../boost/preprocessor/repetition/repeat_from_to.hpp:97:54: note: in expansion of macro ???BOOST_PP_REPEAT_FROM_TO_M_1_I???
   97 | #    define BOOST_PP_REPEAT_FROM_TO_M_1_IM(z, n, im) BOOST_PP_REPEAT_FROM_TO_M_1_I(z, n, im)
      |                                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../boost/preprocessor/repetition/repeat_from_to.hpp:94:53: note: in expansion of macro ???BOOST_PP_REPEAT_FROM_TO_M_1_IM???
   94 | #    define BOOST_PP_REPEAT_FROM_TO_M_1(z, n, dfmd) BOOST_PP_REPEAT_FROM_TO_M_1_IM(z, n, BOOST_PP_TUPLE_REM_4 dfmd)
      |                                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../boost/preprocessor/repetition/repeat_from_to.hpp:94:90: note: in expansion of macro ???BOOST_PP_TUPLE_REM_4???
   94 | #    define BOOST_PP_REPEAT_FROM_TO_M_1(z, n, dfmd) BOOST_PP_REPEAT_FROM_TO_M_1_IM(z, n, BOOST_PP_TUPLE_REM_4 dfmd)
      |                                                                                          ^~~~~~~~~~~~~~~~~~~~
../boost/preprocessor/repetition/limits/repeat_256.hpp:18:36: note: in expansion of macro ???BOOST_PP_REPEAT_FROM_TO_M_1???
   18 | # define BOOST_PP_REPEAT_1_1(m, d) m(2, 0, d)
      |                                    ^
../boost/preprocessor/repetition/limits/repeat_256.hpp:19:36: note: in expansion of macro ???BOOST_PP_REPEAT_1_1???
   19 | # define BOOST_PP_REPEAT_1_2(m, d) BOOST_PP_REPEAT_1_1(m, d) m(2, 1, d)
      |                                    ^~~~~~~~~~~~~~~~~~~
../boost/preprocessor/repetition/repeat.hpp:44:39: note: in expansion of macro ???BOOST_PP_REPEAT_1_2???
   44 | # define BOOST_PP_REPEAT_1_I(c, m, d) BOOST_PP_REPEAT_1_ ## c(m, d)
      |                                       ^~~~~~~~~~~~~~~~~~
../boost/preprocessor/repetition/repeat.hpp:39:37: note: in expansion of macro ???BOOST_PP_REPEAT_1_I???
   39 | # define BOOST_PP_REPEAT_1(c, m, d) BOOST_PP_REPEAT_1_I(c, m, d)
      |                                     ^~~~~~~~~~~~~~~~~~~
../boost/preprocessor/repetition/repeat_from_to.hpp:81:57: note: in expansion of macro ???BOOST_PP_REPEAT_1???
   81 | #    define BOOST_PP_REPEAT_FROM_TO_D_1(d, f, l, m, dt) BOOST_PP_REPEAT_1(BOOST_PP_SUB_D(d, l, f), BOOST_PP_REPEAT_FROM_TO_M_1, (d, f, m, dt))
      |                                                         ^~~~~~~~~~~~~~~~~
../boost/preprocessor/repetition/repeat_from_to.hpp:49:49: note: in expansion of macro ???BOOST_PP_REPEAT_FROM_TO_D_1???
   49 | # define BOOST_PP_REPEAT_FROM_TO_1(f, l, m, dt) BOOST_PP_REPEAT_FROM_TO_D_1(BOOST_PP_DEC(BOOST_PP_AUTO_REC(BOOST_PP_WHILE_P, 256)), f, l, m, dt)
      |                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
../boost/preprocessor/cat.hpp:29:34: note: in expansion of macro ???BOOST_PP_REPEAT_FROM_TO_1???
   29 | #    define BOOST_PP_CAT_I(a, b) a ## b
      |                                  ^
../boost/parameter/preprocessor.hpp:163:5: note: in expansion of macro ???BOOST_PARAMETER_FUNCTION_DISPATCH_LAYER???
  163 |     BOOST_PARAMETER_FUNCTION_DISPATCH_LAYER(                                 \
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../boost/parameter/preprocessor.hpp:181:5: note: in expansion of macro ???BOOST_PARAMETER_MEMBER_FUNCTION_AUX???
  181 |     BOOST_PARAMETER_MEMBER_FUNCTION_AUX(                                     \
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../libs/parameter_python/test/python_test.cpp:66:5: note: in expansion of macro ???BOOST_PARAMETER_MEMBER_FUNCTION???
   66 |     BOOST_PARAMETER_MEMBER_FUNCTION((X&), h, tags,
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~