CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY /home/conan/w/cci_PR-4582/.conan/data/libcheck/0.15.2/_/_/build/bb1008705e1bfae5e58f08ec82140355fd5d8b73/source_subfolder/tests/check_check_sub.c: In function 'test_fail_unless_fn': /home/conan/w/cci_PR-4582/.conan/data/libcheck/0.15.2/_/_/build/bb1008705e1bfae5e58f08ec82140355fd5d8b73/source_subfolder/tests/check_check_sub.c:65:3: warning: too many arguments for format [-Wformat-extra-args] fail_unless(1 == 2, "This test should fail"); ^ /home/conan/w/cci_PR-4582/.conan/data/libcheck/0.15.2/_/_/build/bb1008705e1bfae5e58f08ec82140355fd5d8b73/source_subfolder/tests/check_check_sub.c: In function 'test_fail_if_pass_fn': /home/conan/w/cci_PR-4582/.conan/data/libcheck/0.15.2/_/_/build/bb1008705e1bfae5e58f08ec82140355fd5d8b73/source_subfolder/tests/check_check_sub.c:73:3: warning: too many arguments for format [-Wformat-extra-args] fail_if(1 == 2, "This test should pass"); ^ /home/conan/w/cci_PR-4582/.conan/data/libcheck/0.15.2/_/_/build/bb1008705e1bfae5e58f08ec82140355fd5d8b73/source_subfolder/tests/check_check_sub.c:74:3: warning: too many arguments for format [-Wformat-extra-args] fail_if(0, "This test should pass"); ^ /home/conan/w/cci_PR-4582/.conan/data/libcheck/0.15.2/_/_/build/bb1008705e1bfae5e58f08ec82140355fd5d8b73/source_subfolder/tests/check_check_sub.c: In function 'test_fail_if_fail_fn': /home/conan/w/cci_PR-4582/.conan/data/libcheck/0.15.2/_/_/build/bb1008705e1bfae5e58f08ec82140355fd5d8b73/source_subfolder/tests/check_check_sub.c:83:3: warning: too many arguments for format [-Wformat-extra-args] fail_if(1 == 1, "This test should fail"); ^ /home/conan/w/cci_PR-4582/.conan/data/libcheck/0.15.2/_/_/build/bb1008705e1bfae5e58f08ec82140355fd5d8b73/source_subfolder/tests/check_check_sub.c: In function 'test_fail_null_msg_fn': /home/conan/w/cci_PR-4582/.conan/data/libcheck/0.15.2/_/_/build/bb1008705e1bfae5e58f08ec82140355fd5d8b73/source_subfolder/tests/check_check_sub.c:92:3: warning: too many arguments for format [-Wformat-extra-args] fail_unless(2 == 3, NULL); ^ /home/conan/w/cci_PR-4582/.conan/data/libcheck/0.15.2/_/_/build/bb1008705e1bfae5e58f08ec82140355fd5d8b73/source_subfolder/tests/check_check_sub.c: In function 'test_fail_no_msg_fn': /home/conan/w/cci_PR-4582/.conan/data/libcheck/0.15.2/_/_/build/bb1008705e1bfae5e58f08ec82140355fd5d8b73/source_subfolder/tests/check_check_sub.c:103:3: warning: too many arguments for format [-Wformat-extra-args] fail_unless(4 == 5, NULL); ^ /home/conan/w/cci_PR-4582/.conan/data/libcheck/0.15.2/_/_/build/bb1008705e1bfae5e58f08ec82140355fd5d8b73/source_subfolder/tests/check_check_sub.c: In function 'test_fail_if_null_msg_fn': /home/conan/w/cci_PR-4582/.conan/data/libcheck/0.15.2/_/_/build/bb1008705e1bfae5e58f08ec82140355fd5d8b73/source_subfolder/tests/check_check_sub.c:112:3: warning: too many arguments for format [-Wformat-extra-args] fail_if(2 != 3, NULL); ^ /home/conan/w/cci_PR-4582/.conan/data/libcheck/0.15.2/_/_/build/bb1008705e1bfae5e58f08ec82140355fd5d8b73/source_subfolder/tests/check_check_sub.c: In function 'test_fail_if_no_msg_fn': /home/conan/w/cci_PR-4582/.conan/data/libcheck/0.15.2/_/_/build/bb1008705e1bfae5e58f08ec82140355fd5d8b73/source_subfolder/tests/check_check_sub.c:123:3: warning: too many arguments for format [-Wformat-extra-args] fail_if(4 != 5, NULL); ^ /home/conan/w/cci_PR-4582/.conan/data/libcheck/0.15.2/_/_/build/bb1008705e1bfae5e58f08ec82140355fd5d8b73/source_subfolder/tests/check_check_sub.c: In function 'test_fail_vararg_msg_1_fn': /home/conan/w/cci_PR-4582/.conan/data/libcheck/0.15.2/_/_/build/bb1008705e1bfae5e58f08ec82140355fd5d8b73/source_subfolder/tests/check_check_sub.c:135:3: warning: too many arguments for format [-Wformat-extra-args] fail_unless(x == y, "%d != %d", x, y); ^ /home/conan/w/cci_PR-4582/.conan/data/libcheck/0.15.2/_/_/build/bb1008705e1bfae5e58f08ec82140355fd5d8b73/source_subfolder/tests/check_check_sub.c: In function 'test_fail_vararg_msg_2_fn': /home/conan/w/cci_PR-4582/.conan/data/libcheck/0.15.2/_/_/build/bb1008705e1bfae5e58f08ec82140355fd5d8b73/source_subfolder/tests/check_check_sub.c:147:3: warning: too many arguments for format [-Wformat-extra-args] fail_if(x != y, "%d != %d", x, y); ^ /home/conan/w/cci_PR-4582/.conan/data/libcheck/0.15.2/_/_/build/bb1008705e1bfae5e58f08ec82140355fd5d8b73/source_subfolder/tests/check_check_sub.c: In function 'test_fail_vararg_msg_3_fn': /home/conan/w/cci_PR-4582/.conan/data/libcheck/0.15.2/_/_/build/bb1008705e1bfae5e58f08ec82140355fd5d8b73/source_subfolder/tests/check_check_sub.c:159:3: warning: too many arguments for format [-Wformat-extra-args] fail("%d == %d", x, y); ^ /home/conan/w/cci_PR-4582/.conan/data/libcheck/0.15.2/_/_/build/bb1008705e1bfae5e58f08ec82140355fd5d8b73/source_subfolder/tests/check_check_sub.c: In function 'test_fail_empty_fn': /home/conan/w/cci_PR-4582/.conan/data/libcheck/0.15.2/_/_/build/bb1008705e1bfae5e58f08ec82140355fd5d8b73/source_subfolder/tests/check_check_sub.c:171:3: warning: too many arguments for format [-Wformat-extra-args] fail(NULL); ^ /home/conan/w/cci_PR-4582/.conan/data/libcheck/0.15.2/_/_/build/bb1008705e1bfae5e58f08ec82140355fd5d8b73/source_subfolder/tests/check_check_pack.c: In function 'test_pack_fmsg_fn': /home/conan/w/cci_PR-4582/.conan/data/libcheck/0.15.2/_/_/build/bb1008705e1bfae5e58f08ec82140355fd5d8b73/source_subfolder/tests/check_check_pack.c:60:5: warning: too many arguments for format [-Wformat-extra-args] fail("%s", errm); ^ /home/conan/w/cci_PR-4582/.conan/data/libcheck/0.15.2/_/_/build/bb1008705e1bfae5e58f08ec82140355fd5d8b73/source_subfolder/tests/check_check_pack.c: In function 'test_pack_loc_fn': /home/conan/w/cci_PR-4582/.conan/data/libcheck/0.15.2/_/_/build/bb1008705e1bfae5e58f08ec82140355fd5d8b73/source_subfolder/tests/check_check_pack.c:91:5: warning: too many arguments for format [-Wformat-extra-args] fail("%s", errm); ^ /home/conan/w/cci_PR-4582/.conan/data/libcheck/0.15.2/_/_/build/bb1008705e1bfae5e58f08ec82140355fd5d8b73/source_subfolder/tests/check_check_pack.c:98:5: warning: too many arguments for format [-Wformat-extra-args] fail("%s", errm); ^ /home/conan/w/cci_PR-4582/.conan/data/libcheck/0.15.2/_/_/build/bb1008705e1bfae5e58f08ec82140355fd5d8b73/source_subfolder/tests/check_check_pack.c: In function 'test_pack_ctx_fn': /home/conan/w/cci_PR-4582/.conan/data/libcheck/0.15.2/_/_/build/bb1008705e1bfae5e58f08ec82140355fd5d8b73/source_subfolder/tests/check_check_pack.c:126:5: warning: too many arguments for format [-Wformat-extra-args] fail("%s", errm); ^ /home/conan/w/cci_PR-4582/.conan/data/libcheck/0.15.2/_/_/build/bb1008705e1bfae5e58f08ec82140355fd5d8b73/source_subfolder/tests/check_check_pack.c: In function 'test_pack_len_fn': /home/conan/w/cci_PR-4582/.conan/data/libcheck/0.15.2/_/_/build/bb1008705e1bfae5e58f08ec82140355fd5d8b73/source_subfolder/tests/check_check_pack.c:150:5: warning: too many arguments for format [-Wformat-extra-args] fail("%s", errm); ^ /home/conan/w/cci_PR-4582/.conan/data/libcheck/0.15.2/_/_/build/bb1008705e1bfae5e58f08ec82140355fd5d8b73/source_subfolder/tests/check_check_sub.c: In function 'test_fail_unless_fn': /home/conan/w/cci_PR-4582/.conan/data/libcheck/0.15.2/_/_/build/bb1008705e1bfae5e58f08ec82140355fd5d8b73/source_subfolder/tests/check_check_sub.c:65:3: warning: too many arguments for format [-Wformat-extra-args] fail_unless(1 == 2, "This test should fail"); ^ /home/conan/w/cci_PR-4582/.conan/data/libcheck/0.15.2/_/_/build/bb1008705e1bfae5e58f08ec82140355fd5d8b73/source_subfolder/tests/check_check_sub.c: In function 'test_fail_if_pass_fn': /home/conan/w/cci_PR-4582/.conan/data/libcheck/0.15.2/_/_/build/bb1008705e1bfae5e58f08ec82140355fd5d8b73/source_subfolder/tests/check_check_sub.c:73:3: warning: too many arguments for format [-Wformat-extra-args] fail_if(1 == 2, "This test should pass"); ^ /home/conan/w/cci_PR-4582/.conan/data/libcheck/0.15.2/_/_/build/bb1008705e1bfae5e58f08ec82140355fd5d8b73/source_subfolder/tests/check_check_sub.c:74:3: warning: too many arguments for format [-Wformat-extra-args] fail_if(0, "This test should pass"); ^ /home/conan/w/cci_PR-4582/.conan/data/libcheck/0.15.2/_/_/build/bb1008705e1bfae5e58f08ec82140355fd5d8b73/source_subfolder/tests/check_check_sub.c: In function 'test_fail_if_fail_fn': /home/conan/w/cci_PR-4582/.conan/data/libcheck/0.15.2/_/_/build/bb1008705e1bfae5e58f08ec82140355fd5d8b73/source_subfolder/tests/check_check_sub.c:83:3: warning: too many arguments for format [-Wformat-extra-args] fail_if(1 == 1, "This test should fail"); ^ /home/conan/w/cci_PR-4582/.conan/data/libcheck/0.15.2/_/_/build/bb1008705e1bfae5e58f08ec82140355fd5d8b73/source_subfolder/tests/check_check_sub.c: In function 'test_fail_null_msg_fn': /home/conan/w/cci_PR-4582/.conan/data/libcheck/0.15.2/_/_/build/bb1008705e1bfae5e58f08ec82140355fd5d8b73/source_subfolder/tests/check_check_sub.c:92:3: warning: too many arguments for format [-Wformat-extra-args] fail_unless(2 == 3, NULL); ^ /home/conan/w/cci_PR-4582/.conan/data/libcheck/0.15.2/_/_/build/bb1008705e1bfae5e58f08ec82140355fd5d8b73/source_subfolder/tests/check_check_sub.c: In function 'test_fail_no_msg_fn': /home/conan/w/cci_PR-4582/.conan/data/libcheck/0.15.2/_/_/build/bb1008705e1bfae5e58f08ec82140355fd5d8b73/source_subfolder/tests/check_check_sub.c:103:3: warning: too many arguments for format [-Wformat-extra-args] fail_unless(4 == 5, NULL); ^ /home/conan/w/cci_PR-4582/.conan/data/libcheck/0.15.2/_/_/build/bb1008705e1bfae5e58f08ec82140355fd5d8b73/source_subfolder/tests/check_check_sub.c: In function 'test_fail_if_null_msg_fn': /home/conan/w/cci_PR-4582/.conan/data/libcheck/0.15.2/_/_/build/bb1008705e1bfae5e58f08ec82140355fd5d8b73/source_subfolder/tests/check_check_sub.c:112:3: warning: too many arguments for format [-Wformat-extra-args] fail_if(2 != 3, NULL); ^ /home/conan/w/cci_PR-4582/.conan/data/libcheck/0.15.2/_/_/build/bb1008705e1bfae5e58f08ec82140355fd5d8b73/source_subfolder/tests/check_check_sub.c: In function 'test_fail_if_no_msg_fn': /home/conan/w/cci_PR-4582/.conan/data/libcheck/0.15.2/_/_/build/bb1008705e1bfae5e58f08ec82140355fd5d8b73/source_subfolder/tests/check_check_sub.c:123:3: warning: too many arguments for format [-Wformat-extra-args] fail_if(4 != 5, NULL); ^ /home/conan/w/cci_PR-4582/.conan/data/libcheck/0.15.2/_/_/build/bb1008705e1bfae5e58f08ec82140355fd5d8b73/source_subfolder/tests/check_check_sub.c: In function 'test_fail_vararg_msg_1_fn': /home/conan/w/cci_PR-4582/.conan/data/libcheck/0.15.2/_/_/build/bb1008705e1bfae5e58f08ec82140355fd5d8b73/source_subfolder/tests/check_check_sub.c:135:3: warning: too many arguments for format [-Wformat-extra-args] fail_unless(x == y, "%d != %d", x, y); ^ /home/conan/w/cci_PR-4582/.conan/data/libcheck/0.15.2/_/_/build/bb1008705e1bfae5e58f08ec82140355fd5d8b73/source_subfolder/tests/check_check_sub.c: In function 'test_fail_vararg_msg_2_fn': /home/conan/w/cci_PR-4582/.conan/data/libcheck/0.15.2/_/_/build/bb1008705e1bfae5e58f08ec82140355fd5d8b73/source_subfolder/tests/check_check_sub.c:147:3: warning: too many arguments for format [-Wformat-extra-args] fail_if(x != y, "%d != %d", x, y); ^ /home/conan/w/cci_PR-4582/.conan/data/libcheck/0.15.2/_/_/build/bb1008705e1bfae5e58f08ec82140355fd5d8b73/source_subfolder/tests/check_check_sub.c: In function 'test_fail_vararg_msg_3_fn': /home/conan/w/cci_PR-4582/.conan/data/libcheck/0.15.2/_/_/build/bb1008705e1bfae5e58f08ec82140355fd5d8b73/source_subfolder/tests/check_check_sub.c:159:3: warning: too many arguments for format [-Wformat-extra-args] fail("%d == %d", x, y); ^ /home/conan/w/cci_PR-4582/.conan/data/libcheck/0.15.2/_/_/build/bb1008705e1bfae5e58f08ec82140355fd5d8b73/source_subfolder/tests/check_check_sub.c: In function 'test_fail_empty_fn': /home/conan/w/cci_PR-4582/.conan/data/libcheck/0.15.2/_/_/build/bb1008705e1bfae5e58f08ec82140355fd5d8b73/source_subfolder/tests/check_check_sub.c:171:3: warning: too many arguments for format [-Wformat-extra-args] fail(NULL); ^ CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY CMAKE_INSTALL_BINDIR CMAKE_INSTALL_DATAROOTDIR CMAKE_INSTALL_INCLUDEDIR CMAKE_INSTALL_LIBDIR CMAKE_INSTALL_LIBEXECDIR CMAKE_INSTALL_OLDINCLUDEDIR CMAKE_INSTALL_SBINDIR [HOOK - conan-center.py] post_package_info(): WARN: [LIBRARY DOES NOT EXIST (KB-H054)] Component subunit::subunit libdir "lib" does not contain any declared library [HOOK - conan-center.py] post_package_info(): WARN: [LIBRARY DOES NOT EXIST (KB-H054)] Component libcheck::libcheck libdir "lib" does not contain any declared library