Test output: teeks99-05-dg8-2a-32onarmv7l - contract - public_function-max_args2 / gcc-8~c++2a
Rev c8d0b32583c2fa3266edf88cd8ccb32312feae17 / Wed, 20 Nov 2024 03:42:08 +0000
Compile [2024-11-20 18:53:20 UTC]: fail


    "g++-8"   -fvisibility-inlines-hidden -std=c++2a -fPIC -pthread -O0 -fno-inline -Wall -fvisibility=hidden  -DBOOST_ALL_NO_LIB=1 -DBOOST_COBALT_USE_STD_PMR=1 -DBOOST_CONTRACT_DYN_LINK -DBOOST_CONTRACT_MAX_ARGS=2   -I".." -I"../libs/contract/test/public_function"  -c -o "/mnt/fs1/teeks99-05/run/results/boost/bin.v2/libs/contract/test/public_function-max_args2.test/gcc-8~c++2a/debug/arm_32/debug-symbols-off/threading-multi/visibility-hidden/public_function/max_args2.o" "../libs/contract/test/public_function/max_args2.cpp"

In file included from ../libs/contract/test/public_function/max_args2.cpp:12:
../libs/contract/test/public_function/max_args.hpp: In function ???int main()???:
../libs/contract/test/public_function/max_args.hpp:163:20: error: ???BOOST_CONTRACT_TEST_MAX_ARGS_N_??? was not declared in this scope
                 n, BOOST_CONTRACT_TEST_MAX_ARGS_N_, ~)); \
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../libs/contract/test/public_function/max_args.hpp:163:20: note: in definition of macro ???BOOST_CONTRACT_TEST_MAX_ARGS_TEST_???
                 n, BOOST_CONTRACT_TEST_MAX_ARGS_N_, ~)); \
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../boost/preprocessor/repetition/limits/repeat_256.hpp:19:36: note: in expansion of macro ???BOOST_PP_REPEAT_1_1???
 # define BOOST_PP_REPEAT_1_2(m, d) BOOST_PP_REPEAT_1_1(m, d) m(2, 1, d)
                                    ^~~~~~~~~~~~~~~~~~~
../boost/preprocessor/repetition/limits/repeat_256.hpp:20:36: note: in expansion of macro ???BOOST_PP_REPEAT_1_2???
 # define BOOST_PP_REPEAT_1_3(m, d) BOOST_PP_REPEAT_1_2(m, d) m(2, 2, d)
                                    ^~~~~~~~~~~~~~~~~~~
../boost/preprocessor/repetition/repeat.hpp:44:39: note: in expansion of macro ???BOOST_PP_REPEAT_1_3???
 # 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???
 # define BOOST_PP_REPEAT_1(c, m, d) BOOST_PP_REPEAT_1_I(c, m, d)
                                     ^~~~~~~~~~~~~~~~~~~
../boost/preprocessor/cat.hpp:29:34: note: in expansion of macro ???BOOST_PP_REPEAT_1???
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
../boost/preprocessor/cat.hpp:22:32: note: in expansion of macro ???BOOST_PP_CAT_I???
 #    define BOOST_PP_CAT(a, b) BOOST_PP_CAT_I(a, b)
                                ^~~~~~~~~~~~~~
../boost/preprocessor/repetition/repeat.hpp:30:26: note: in expansion of macro ???BOOST_PP_CAT???
 # define BOOST_PP_REPEAT BOOST_PP_CAT(BOOST_PP_REPEAT_, BOOST_PP_AUTO_REC(BOOST_PP_REPEAT_P, 4))
                          ^~~~~~~~~~~~
../libs/contract/test/public_function/max_args.hpp:199:5: note: in expansion of macro ???BOOST_PP_REPEAT???
     BOOST_PP_REPEAT(BOOST_PP_INC(BOOST_CONTRACT_MAX_ARGS),
     ^~~~~~~~~~~~~~~
../libs/contract/test/public_function/max_args.hpp:163:54: error: expected primary-expression before ???)??? token
                 n, BOOST_CONTRACT_TEST_MAX_ARGS_N_, ~)); \
                                                      ^
../boost/preprocessor/repetition/limits/repeat_256.hpp:18:36: note: in expansion of macro ???BOOST_CONTRACT_TEST_MAX_ARGS_TEST_???
 # 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???
 # define BOOST_PP_REPEAT_1_2(m, d) BOOST_PP_REPEAT_1_1(m, d) m(2, 1, d)
                                    ^~~~~~~~~~~~~~~~~~~
../boost/preprocessor/repetition/limits/repeat_256.hpp:20:36: note: in expansion of macro ???BOOST_PP_REPEAT_1_2???
 # define BOOST_PP_REPEAT_1_3(m, d) BOOST_PP_REPEAT_1_2(m, d) m(2, 2, d)
                                    ^~~~~~~~~~~~~~~~~~~
../boost/preprocessor/repetition/repeat.hpp:44:39: note: in expansion of macro ???BOOST_PP_REPEAT_1_3???
 # 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???
 # define BOOST_PP_REPEAT_1(c, m, d) BOOST_PP_REPEAT_1_I(c, m, d)
                                     ^~~~~~~~~~~~~~~~~~~
../boost/preprocessor/cat.hpp:29:34: note: in expansion of macro ???BOOST_PP_REPEAT_1???
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
../boost/preprocessor/cat.hpp:22:32: note: in expansion of macro ???BOOST_PP_CAT_I???
 #    define BOOST_PP_CAT(a, b) BOOST_PP_CAT_I(a, b)
                                ^~~~~~~~~~~~~~
../boost/preprocessor/repetition/repeat.hpp:30:26: note: in expansion of macro ???BOOST_PP_CAT???
 # define BOOST_PP_REPEAT BOOST_PP_CAT(BOOST_PP_REPEAT_, BOOST_PP_AUTO_REC(BOOST_PP_REPEAT_P, 4))
                          ^~~~~~~~~~~~
../libs/contract/test/public_function/max_args.hpp:199:5: note: in expansion of macro ???BOOST_PP_REPEAT???
     BOOST_PP_REPEAT(BOOST_PP_INC(BOOST_CONTRACT_MAX_ARGS),
     ^~~~~~~~~~~~~~~
../libs/contract/test/public_function/max_args.hpp:162:31: error: ???BOOST_PP_ENUM_2??? was not declared in this scope
         aa.BOOST_PP_CAT(f, n)(BOOST_PP_ENUM_ ## z( \
                               ^~~~~~~~~~~~~~
../libs/contract/test/public_function/max_args.hpp:162:31: note: in definition of macro ???BOOST_CONTRACT_TEST_MAX_ARGS_TEST_???
         aa.BOOST_PP_CAT(f, n)(BOOST_PP_ENUM_ ## z( \
                               ^~~~~~~~~~~~~~
../boost/preprocessor/repetition/limits/repeat_256.hpp:19:36: note: in expansion of macro ???BOOST_PP_REPEAT_1_1???
 # define BOOST_PP_REPEAT_1_2(m, d) BOOST_PP_REPEAT_1_1(m, d) m(2, 1, d)
                                    ^~~~~~~~~~~~~~~~~~~
../boost/preprocessor/repetition/limits/repeat_256.hpp:20:36: note: in expansion of macro ???BOOST_PP_REPEAT_1_2???
 # define BOOST_PP_REPEAT_1_3(m, d) BOOST_PP_REPEAT_1_2(m, d) m(2, 2, d)
                                    ^~~~~~~~~~~~~~~~~~~
../boost/preprocessor/repetition/repeat.hpp:44:39: note: in expansion of macro ???BOOST_PP_REPEAT_1_3???
 # 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???
 # define BOOST_PP_REPEAT_1(c, m, d) BOOST_PP_REPEAT_1_I(c, m, d)
                                     ^~~~~~~~~~~~~~~~~~~
../boost/preprocessor/cat.hpp:29:34: note: in expansion of macro ???BOOST_PP_REPEAT_1???
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
../boost/preprocessor/cat.hpp:22:32: note: in expansion of macro ???BOOST_PP_CAT_I???
 #    define BOOST_PP_CAT(a, b) BOOST_PP_CAT_I(a, b)
                                ^~~~~~~~~~~~~~
../boost/preprocessor/repetition/repeat.hpp:30:26: note: in expansion of macro ???BOOST_PP_CAT???
 # define BOOST_PP_REPEAT BOOST_PP_CAT(BOOST_PP_REPEAT_, BOOST_PP_AUTO_REC(BOOST_PP_REPEAT_P, 4))
                          ^~~~~~~~~~~~
../libs/contract/test/public_function/max_args.hpp:199:5: note: in expansion of macro ???BOOST_PP_REPEAT???
     BOOST_PP_REPEAT(BOOST_PP_INC(BOOST_CONTRACT_MAX_ARGS),
     ^~~~~~~~~~~~~~~
../libs/contract/test/public_function/max_args.hpp:162:31: note: suggested alternative: ???BOOST_PP_INC_2???
         aa.BOOST_PP_CAT(f, n)(BOOST_PP_ENUM_ ## z( \
                               ^~~~~~~~~~~~~~
../libs/contract/test/public_function/max_args.hpp:162:31: note: in definition of macro ???BOOST_CONTRACT_TEST_MAX_ARGS_TEST_???
         aa.BOOST_PP_CAT(f, n)(BOOST_PP_ENUM_ ## z( \
                               ^~~~~~~~~~~~~~
../boost/preprocessor/repetition/limits/repeat_256.hpp:19:36: note: in expansion of macro ???BOOST_PP_REPEAT_1_1???
 # define BOOST_PP_REPEAT_1_2(m, d) BOOST_PP_REPEAT_1_1(m, d) m(2, 1, d)
                                    ^~~~~~~~~~~~~~~~~~~
../boost/preprocessor/repetition/limits/repeat_256.hpp:20:36: note: in expansion of macro ???BOOST_PP_REPEAT_1_2???
 # define BOOST_PP_REPEAT_1_3(m, d) BOOST_PP_REPEAT_1_2(m, d) m(2, 2, d)
                                    ^~~~~~~~~~~~~~~~~~~
../boost/preprocessor/repetition/repeat.hpp:44:39: note: in expansion of macro ???BOOST_PP_REPEAT_1_3???
 # 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???
 # define BOOST_PP_REPEAT_1(c, m, d) BOOST_PP_REPEAT_1_I(c, m, d)
                                     ^~~~~~~~~~~~~~~~~~~
../boost/preprocessor/cat.hpp:29:34: note: in expansion of macro ???BOOST_PP_REPEAT_1???
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
../boost/preprocessor/cat.hpp:22:32: note: in expansion of macro ???BOOST_PP_CAT_I???
 #    define BOOST_PP_CAT(a, b) BOOST_PP_CAT_I(a, b)
                                ^~~~~~~~~~~~~~
../boost/preprocessor/repetition/repeat.hpp:30:26: note: in expansion of macro ???BOOST_PP_CAT???
 # define BOOST_PP_REPEAT BOOST_PP_CAT(BOOST_PP_REPEAT_, BOOST_PP_AUTO_REC(BOOST_PP_REPEAT_P, 4))
                          ^~~~~~~~~~~~
../libs/contract/test/public_function/max_args.hpp:199:5: note: in expansion of macro ???BOOST_PP_REPEAT???
     BOOST_PP_REPEAT(BOOST_PP_INC(BOOST_CONTRACT_MAX_ARGS),
     ^~~~~~~~~~~~~~~
../libs/contract/test/public_function/max_args.hpp:163:54: error: expected primary-expression before ???)??? token
                 n, BOOST_CONTRACT_TEST_MAX_ARGS_N_, ~)); \
                                                      ^
../boost/preprocessor/repetition/limits/repeat_256.hpp:19:62: note: in expansion of macro ???BOOST_CONTRACT_TEST_MAX_ARGS_TEST_???
 # define BOOST_PP_REPEAT_1_2(m, d) BOOST_PP_REPEAT_1_1(m, d) m(2, 1, d)
                                                              ^
../boost/preprocessor/repetition/limits/repeat_256.hpp:20:36: note: in expansion of macro ???BOOST_PP_REPEAT_1_2???
 # define BOOST_PP_REPEAT_1_3(m, d) BOOST_PP_REPEAT_1_2(m, d) m(2, 2, d)
                                    ^~~~~~~~~~~~~~~~~~~
../boost/preprocessor/repetition/repeat.hpp:44:39: note: in expansion of macro ???BOOST_PP_REPEAT_1_3???
 # 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???
 # define BOOST_PP_REPEAT_1(c, m, d) BOOST_PP_REPEAT_1_I(c, m, d)
                                     ^~~~~~~~~~~~~~~~~~~
../boost/preprocessor/cat.hpp:29:34: note: in expansion of macro ???BOOST_PP_REPEAT_1???
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
../boost/preprocessor/cat.hpp:22:32: note: in expansion of macro ???BOOST_PP_CAT_I???
 #    define BOOST_PP_CAT(a, b) BOOST_PP_CAT_I(a, b)
                                ^~~~~~~~~~~~~~
../boost/preprocessor/repetition/repeat.hpp:30:26: note: in expansion of macro ???BOOST_PP_CAT???
 # define BOOST_PP_REPEAT BOOST_PP_CAT(BOOST_PP_REPEAT_, BOOST_PP_AUTO_REC(BOOST_PP_REPEAT_P, 4))
                          ^~~~~~~~~~~~
../libs/contract/test/public_function/max_args.hpp:199:5: note: in expansion of macro ???BOOST_PP_REPEAT???
     BOOST_PP_REPEAT(BOOST_PP_INC(BOOST_CONTRACT_MAX_ARGS),
     ^~~~~~~~~~~~~~~
../libs/contract/test/public_function/max_args.hpp:163:54: error: expected primary-expression before ???)??? token
                 n, BOOST_CONTRACT_TEST_MAX_ARGS_N_, ~)); \
                                                      ^
../boost/preprocessor/repetition/limits/repeat_256.hpp:20:62: note: in expansion of macro ???BOOST_CONTRACT_TEST_MAX_ARGS_TEST_???
 # define BOOST_PP_REPEAT_1_3(m, d) BOOST_PP_REPEAT_1_2(m, d) m(2, 2, d)
                                                              ^
../boost/preprocessor/repetition/repeat.hpp:44:39: note: in expansion of macro ???BOOST_PP_REPEAT_1_3???
 # 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???
 # define BOOST_PP_REPEAT_1(c, m, d) BOOST_PP_REPEAT_1_I(c, m, d)
                                     ^~~~~~~~~~~~~~~~~~~
../boost/preprocessor/cat.hpp:29:34: note: in expansion of macro ???BOOST_PP_REPEAT_1???
 #    define BOOST_PP_CAT_I(a, b) a ## b
                                  ^
../boost/preprocessor/cat.hpp:22:32: note: in expansion of macro ???BOOST_PP_CAT_I???
 #    define BOOST_PP_CAT(a, b) BOOST_PP_CAT_I(a, b)
                                ^~~~~~~~~~~~~~
../boost/preprocessor/repetition/repeat.hpp:30:26: note: in expansion of macro ???BOOST_PP_CAT???
 # define BOOST_PP_REPEAT BOOST_PP_CAT(BOOST_PP_REPEAT_, BOOST_PP_AUTO_REC(BOOST_PP_REPEAT_P, 4))
                          ^~~~~~~~~~~~
../libs/contract/test/public_function/max_args.hpp:199:5: note: in expansion of macro ???BOOST_PP_REPEAT???
     BOOST_PP_REPEAT(BOOST_PP_INC(BOOST_CONTRACT_MAX_ARGS),
     ^~~~~~~~~~~~~~~