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 CONAN_CMAKE_POSITION_INDEPENDENT_CODE CONAN_COMPILER CONAN_COMPILER_VERSION CONAN_CXX_FLAGS CONAN_C_FLAGS CONAN_EXPORTED CONAN_IN_LOCAL_CACHE CONAN_LIBCXX CONAN_SHARED_LINKER_FLAGS ** SOCI shared: True ** Conan SOCI libs: soci_empty;soci_core;soci_sqlite3;sqlite3;pthread;dl CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY /home/conan/w/cci_PR-3924/8/fa539f81-785c-44da-b01f-05a7ef0a9d18/recipes/soci/all/test_package/shared.test.cpp: In function 'int main()': /home/conan/w/cci_PR-3924/8/fa539f81-785c-44da-b01f-05a7ef0a9d18/recipes/soci/all/test_package/shared.test.cpp:10:43: error: no matching function for call to 'soci::session::session(const soci::backend_factory&, const std::initializer_list&)' soci::session sql(backEnd, connectString); ^ /home/conan/w/cci_PR-3924/8/fa539f81-785c-44da-b01f-05a7ef0a9d18/recipes/soci/all/test_package/shared.test.cpp:10:43: note: candidates are: In file included from /home/conan/w/cci_PR-3924/.conan/data/soci/4.0.1/_/_/package/e28530baf654af63dfae9f60b2aa4f52881a16f3/include/soci/soci.h:32:0, from /home/conan/w/cci_PR-3924/8/fa539f81-785c-44da-b01f-05a7ef0a9d18/recipes/soci/all/test_package/shared.test.cpp:1: /home/conan/w/cci_PR-3924/.conan/data/soci/4.0.1/_/_/package/e28530baf654af63dfae9f60b2aa4f52881a16f3/include/soci/session.h:56:14: note: soci::session::session(soci::connection_pool&) explicit session(connection_pool & pool); ^ /home/conan/w/cci_PR-3924/.conan/data/soci/4.0.1/_/_/package/e28530baf654af63dfae9f60b2aa4f52881a16f3/include/soci/session.h:56:14: note: candidate expects 1 argument, 2 provided /home/conan/w/cci_PR-3924/.conan/data/soci/4.0.1/_/_/package/e28530baf654af63dfae9f60b2aa4f52881a16f3/include/soci/session.h:55:14: note: soci::session::session(const string&) explicit session(std::string const & connectString); ^ /home/conan/w/cci_PR-3924/.conan/data/soci/4.0.1/_/_/package/e28530baf654af63dfae9f60b2aa4f52881a16f3/include/soci/session.h:55:14: note: candidate expects 1 argument, 2 provided /home/conan/w/cci_PR-3924/.conan/data/soci/4.0.1/_/_/package/e28530baf654af63dfae9f60b2aa4f52881a16f3/include/soci/session.h:54:5: note: soci::session::session(const string&, const string&) session(std::string const & backendName, std::string const & connectString); ^ /home/conan/w/cci_PR-3924/.conan/data/soci/4.0.1/_/_/package/e28530baf654af63dfae9f60b2aa4f52881a16f3/include/soci/session.h:54:5: note: no known conversion for argument 1 from 'const soci::backend_factory' to 'const string& {aka const std::basic_string&}' /home/conan/w/cci_PR-3924/.conan/data/soci/4.0.1/_/_/package/e28530baf654af63dfae9f60b2aa4f52881a16f3/include/soci/session.h:53:5: note: soci::session::session(const soci::backend_factory&, const string&) session(backend_factory const & factory, std::string const & connectString); ^ /home/conan/w/cci_PR-3924/.conan/data/soci/4.0.1/_/_/package/e28530baf654af63dfae9f60b2aa4f52881a16f3/include/soci/session.h:53:5: note: no known conversion for argument 2 from 'const std::initializer_list' to 'const string& {aka const std::basic_string&}' /home/conan/w/cci_PR-3924/.conan/data/soci/4.0.1/_/_/package/e28530baf654af63dfae9f60b2aa4f52881a16f3/include/soci/session.h:52:14: note: soci::session::session(const soci::connection_parameters&) explicit session(connection_parameters const & parameters); ^ /home/conan/w/cci_PR-3924/.conan/data/soci/4.0.1/_/_/package/e28530baf654af63dfae9f60b2aa4f52881a16f3/include/soci/session.h:52:14: note: candidate expects 1 argument, 2 provided /home/conan/w/cci_PR-3924/.conan/data/soci/4.0.1/_/_/package/e28530baf654af63dfae9f60b2aa4f52881a16f3/include/soci/session.h:51:5: note: soci::session::session() session(); ^ /home/conan/w/cci_PR-3924/.conan/data/soci/4.0.1/_/_/package/e28530baf654af63dfae9f60b2aa4f52881a16f3/include/soci/session.h:51:5: note: candidate expects 0 arguments, 2 provided make[2]: *** [CMakeFiles/soci.tests.dir/shared.test.cpp.o] Error 1 make[1]: *** [CMakeFiles/soci.tests.dir/all] Error 2 make: *** [all] Error 2 ERROR: soci/4.0.1 (test package): Error in build() method, line 19 cmake.build() ConanException: Error 2 while executing cmake --build '/home/conan/w/cci_PR-3924/8/fa539f81-785c-44da-b01f-05a7ef0a9d18/recipes/soci/all/test_package/build/00a8e3d222afede4c3abeab755db45113f79aa5b' '--' '-j3'