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 CMAKE_INSTALL_SYSTEM_RUNTIME_LIBS_SKIP ENABLE_DATA_POSTGRESQL ENABLE_ENCODINGS ENABLE_JWT /home/conan/w/cci_PR-3151/.conan/data/poco/1.8.1/_/_/build/f76397ebd702a4b522e7b83436cc6eb3dc2f654e/source_subfolder/JSON/src/pd_json.c: In function ‘void json_error_s(json_stream*, int)’: /home/conan/w/cci_PR-3151/.conan/data/poco/1.8.1/_/_/build/f76397ebd702a4b522e7b83436cc6eb3dc2f654e/source_subfolder/JSON/src/pd_json.c:32:18: warning: ‘%s’ directive output may be truncated writing up to 1023 bytes into a region of size between 99 and 118 [-Wformat-truncation=] "error: %lu: " format, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ (unsigned long) json->lineno, \ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __VA_ARGS__); \ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ } \ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #endif // POCO_MSVS_VERSION ~~~~~~~~~~~~~~~~~~~~~~~~~~~ static void json_error_s(json_stream *json, int err) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ { ~ char errbuf[1024] = {0}; ~~~~~~~~~~~~~~~~~~~~~~~~ strerror_r(err, errbuf, sizeof(errbuf)); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ json_error(json, "%s", errbuf); ~~~~~~~~~~~~~~~~~~~~~ ~~~~~~ /home/conan/w/cci_PR-3151/.conan/data/poco/1.8.1/_/_/build/f76397ebd702a4b522e7b83436cc6eb3dc2f654e/source_subfolder/JSON/src/pd_json.c:43:5: note: in expansion of macro ‘json_error’ json_error(json, "%s", errbuf); ^~~~~~~~~~ /home/conan/w/cci_PR-3151/.conan/data/poco/1.8.1/_/_/build/f76397ebd702a4b522e7b83436cc6eb3dc2f654e/source_subfolder/JSON/src/pd_json.c:31:17: note: ‘snprintf’ output between 11 and 1053 bytes into a destination of size 128 snprintf(json->errmsg, sizeof(json->errmsg), \ ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ "error: %lu: " format, \ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ (unsigned long) json->lineno, \ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __VA_ARGS__); \ ~~~~~~~~~~~~ /home/conan/w/cci_PR-3151/.conan/data/poco/1.8.1/_/_/build/f76397ebd702a4b522e7b83436cc6eb3dc2f654e/source_subfolder/JSON/src/pd_json.c:43:5: note: in expansion of macro ‘json_error’ json_error(json, "%s", errbuf); ^~~~~~~~~~ /home/conan/w/cci_PR-3151/.conan/data/poco/1.8.1/_/_/build/f76397ebd702a4b522e7b83436cc6eb3dc2f654e/source_subfolder/Crypto/src/OpenSSLInitializer.cpp: In static member function ‘static void Poco::Crypto::OpenSSLInitializer::initialize()’: /home/conan/w/cci_PR-3151/.conan/data/poco/1.8.1/_/_/build/f76397ebd702a4b522e7b83436cc6eb3dc2f654e/source_subfolder/Crypto/src/OpenSSLInitializer.cpp:65:22: warning: ‘void OPENSSL_config(const char*)’ is deprecated [-Wdeprecated-declarations] OPENSSL_config(NULL); ^ In file included from /home/conan/w/cci_PR-3151/.conan/data/openssl/1.1.1h/_/_/package/761432f3453a17c960259b5b2605153e3bcffd7d/include/openssl/e_os2.h:13, from /home/conan/w/cci_PR-3151/.conan/data/openssl/1.1.1h/_/_/package/761432f3453a17c960259b5b2605153e3bcffd7d/include/openssl/crypto.h:17, from /home/conan/w/cci_PR-3151/.conan/data/poco/1.8.1/_/_/build/f76397ebd702a4b522e7b83436cc6eb3dc2f654e/source_subfolder/Crypto/include/Poco/Crypto/OpenSSLInitializer.h:24, from /home/conan/w/cci_PR-3151/.conan/data/poco/1.8.1/_/_/build/f76397ebd702a4b522e7b83436cc6eb3dc2f654e/source_subfolder/Crypto/src/OpenSSLInitializer.cpp:15: /home/conan/w/cci_PR-3151/.conan/data/openssl/1.1.1h/_/_/package/761432f3453a17c960259b5b2605153e3bcffd7d/include/openssl/conf.h:91:1: note: declared here DEPRECATEDIN_1_1_0(void OPENSSL_config(const char *config_name)) ^~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3151/.conan/data/poco/1.8.1/_/_/build/f76397ebd702a4b522e7b83436cc6eb3dc2f654e/source_subfolder/Crypto/src/OpenSSLInitializer.cpp:65:22: warning: ‘void OPENSSL_config(const char*)’ is deprecated [-Wdeprecated-declarations] OPENSSL_config(NULL); ^ In file included from /home/conan/w/cci_PR-3151/.conan/data/openssl/1.1.1h/_/_/package/761432f3453a17c960259b5b2605153e3bcffd7d/include/openssl/e_os2.h:13, from /home/conan/w/cci_PR-3151/.conan/data/openssl/1.1.1h/_/_/package/761432f3453a17c960259b5b2605153e3bcffd7d/include/openssl/crypto.h:17, from /home/conan/w/cci_PR-3151/.conan/data/poco/1.8.1/_/_/build/f76397ebd702a4b522e7b83436cc6eb3dc2f654e/source_subfolder/Crypto/include/Poco/Crypto/OpenSSLInitializer.h:24, from /home/conan/w/cci_PR-3151/.conan/data/poco/1.8.1/_/_/build/f76397ebd702a4b522e7b83436cc6eb3dc2f654e/source_subfolder/Crypto/src/OpenSSLInitializer.cpp:15: /home/conan/w/cci_PR-3151/.conan/data/openssl/1.1.1h/_/_/package/761432f3453a17c960259b5b2605153e3bcffd7d/include/openssl/conf.h:91:1: note: declared here DEPRECATEDIN_1_1_0(void OPENSSL_config(const char *config_name)) ^~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3151/.conan/data/poco/1.8.1/_/_/build/f76397ebd702a4b522e7b83436cc6eb3dc2f654e/source_subfolder/Crypto/src/X509Certificate.cpp: In member function ‘void Poco::Crypto::X509Certificate::extractNames(std::__cxx11::string&, std::set >&) const’: /home/conan/w/cci_PR-3151/.conan/data/poco/1.8.1/_/_/build/f76397ebd702a4b522e7b83436cc6eb3dc2f654e/source_subfolder/Crypto/src/X509Certificate.cpp:258:76: warning: ‘unsigned char* ASN1_STRING_data(ASN1_STRING*)’ is deprecated [-Wdeprecated-declarations] const char* data = reinterpret_cast(ASN1_STRING_data(name->d.ia5)); ^ In file included from /home/conan/w/cci_PR-3151/.conan/data/openssl/1.1.1h/_/_/package/761432f3453a17c960259b5b2605153e3bcffd7d/include/openssl/e_os2.h:13, from /home/conan/w/cci_PR-3151/.conan/data/openssl/1.1.1h/_/_/package/761432f3453a17c960259b5b2605153e3bcffd7d/include/openssl/crypto.h:17, from /home/conan/w/cci_PR-3151/.conan/data/poco/1.8.1/_/_/build/f76397ebd702a4b522e7b83436cc6eb3dc2f654e/source_subfolder/Crypto/include/Poco/Crypto/OpenSSLInitializer.h:24, from /home/conan/w/cci_PR-3151/.conan/data/poco/1.8.1/_/_/build/f76397ebd702a4b522e7b83436cc6eb3dc2f654e/source_subfolder/Crypto/include/Poco/Crypto/X509Certificate.h:22, from /home/conan/w/cci_PR-3151/.conan/data/poco/1.8.1/_/_/build/f76397ebd702a4b522e7b83436cc6eb3dc2f654e/source_subfolder/Crypto/src/X509Certificate.cpp:15: /home/conan/w/cci_PR-3151/.conan/data/openssl/1.1.1h/_/_/package/761432f3453a17c960259b5b2605153e3bcffd7d/include/openssl/asn1.h:554:1: note: declared here DEPRECATEDIN_1_1_0(unsigned char *ASN1_STRING_data(ASN1_STRING *x)) ^~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3151/.conan/data/poco/1.8.1/_/_/build/f76397ebd702a4b522e7b83436cc6eb3dc2f654e/source_subfolder/Crypto/src/X509Certificate.cpp:258:76: warning: ‘unsigned char* ASN1_STRING_data(ASN1_STRING*)’ is deprecated [-Wdeprecated-declarations] const char* data = reinterpret_cast(ASN1_STRING_data(name->d.ia5)); ^ In file included from /home/conan/w/cci_PR-3151/.conan/data/openssl/1.1.1h/_/_/package/761432f3453a17c960259b5b2605153e3bcffd7d/include/openssl/e_os2.h:13, from /home/conan/w/cci_PR-3151/.conan/data/openssl/1.1.1h/_/_/package/761432f3453a17c960259b5b2605153e3bcffd7d/include/openssl/crypto.h:17, from /home/conan/w/cci_PR-3151/.conan/data/poco/1.8.1/_/_/build/f76397ebd702a4b522e7b83436cc6eb3dc2f654e/source_subfolder/Crypto/include/Poco/Crypto/OpenSSLInitializer.h:24, from /home/conan/w/cci_PR-3151/.conan/data/poco/1.8.1/_/_/build/f76397ebd702a4b522e7b83436cc6eb3dc2f654e/source_subfolder/Crypto/include/Poco/Crypto/X509Certificate.h:22, from /home/conan/w/cci_PR-3151/.conan/data/poco/1.8.1/_/_/build/f76397ebd702a4b522e7b83436cc6eb3dc2f654e/source_subfolder/Crypto/src/X509Certificate.cpp:15: /home/conan/w/cci_PR-3151/.conan/data/openssl/1.1.1h/_/_/package/761432f3453a17c960259b5b2605153e3bcffd7d/include/openssl/asn1.h:554:1: note: declared here DEPRECATEDIN_1_1_0(unsigned char *ASN1_STRING_data(ASN1_STRING *x)) ^~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3151/.conan/data/poco/1.8.1/_/_/build/f76397ebd702a4b522e7b83436cc6eb3dc2f654e/source_subfolder/NetSSL_OpenSSL/src/Context.cpp: In member function ‘void Poco::Net::Context::createSSLContext()’: /home/conan/w/cci_PR-3151/.conan/data/poco/1.8.1/_/_/build/f76397ebd702a4b522e7b83436cc6eb3dc2f654e/source_subfolder/NetSSL_OpenSSL/src/Context.cpp:362:43: warning: ‘const SSL_METHOD* TLSv1_method()’ is deprecated [-Wdeprecated-declarations] _pSSLContext = SSL_CTX_new(TLSv1_method()); ^ In file included from /home/conan/w/cci_PR-3151/.conan/data/openssl/1.1.1h/_/_/package/761432f3453a17c960259b5b2605153e3bcffd7d/include/openssl/e_os2.h:13, from /home/conan/w/cci_PR-3151/.conan/data/openssl/1.1.1h/_/_/package/761432f3453a17c960259b5b2605153e3bcffd7d/include/openssl/crypto.h:17, from /home/conan/w/cci_PR-3151/.conan/data/poco/1.8.1/_/_/build/f76397ebd702a4b522e7b83436cc6eb3dc2f654e/source_subfolder/Crypto/include/Poco/Crypto/OpenSSLInitializer.h:24, from /home/conan/w/cci_PR-3151/.conan/data/poco/1.8.1/_/_/build/f76397ebd702a4b522e7b83436cc6eb3dc2f654e/source_subfolder/Crypto/include/Poco/Crypto/X509Certificate.h:22, from /home/conan/w/cci_PR-3151/.conan/data/poco/1.8.1/_/_/build/f76397ebd702a4b522e7b83436cc6eb3dc2f654e/source_subfolder/NetSSL_OpenSSL/include/Poco/Net/Context.h:23, from /home/conan/w/cci_PR-3151/.conan/data/poco/1.8.1/_/_/build/f76397ebd702a4b522e7b83436cc6eb3dc2f654e/source_subfolder/NetSSL_OpenSSL/src/Context.cpp:15: /home/conan/w/cci_PR-3151/.conan/data/openssl/1.1.1h/_/_/package/761432f3453a17c960259b5b2605153e3bcffd7d/include/openssl/ssl.h:1877:1: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_method(void)) /* TLSv1.0 */ ^~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3151/.conan/data/poco/1.8.1/_/_/build/f76397ebd702a4b522e7b83436cc6eb3dc2f654e/source_subfolder/NetSSL_OpenSSL/src/Context.cpp:362:43: warning: ‘const SSL_METHOD* TLSv1_method()’ is deprecated [-Wdeprecated-declarations] _pSSLContext = SSL_CTX_new(TLSv1_method()); ^ In file included from /home/conan/w/cci_PR-3151/.conan/data/openssl/1.1.1h/_/_/package/761432f3453a17c960259b5b2605153e3bcffd7d/include/openssl/e_os2.h:13, from /home/conan/w/cci_PR-3151/.conan/data/openssl/1.1.1h/_/_/package/761432f3453a17c960259b5b2605153e3bcffd7d/include/openssl/crypto.h:17, from /home/conan/w/cci_PR-3151/.conan/data/poco/1.8.1/_/_/build/f76397ebd702a4b522e7b83436cc6eb3dc2f654e/source_subfolder/Crypto/include/Poco/Crypto/OpenSSLInitializer.h:24, from /home/conan/w/cci_PR-3151/.conan/data/poco/1.8.1/_/_/build/f76397ebd702a4b522e7b83436cc6eb3dc2f654e/source_subfolder/Crypto/include/Poco/Crypto/X509Certificate.h:22, from /home/conan/w/cci_PR-3151/.conan/data/poco/1.8.1/_/_/build/f76397ebd702a4b522e7b83436cc6eb3dc2f654e/source_subfolder/NetSSL_OpenSSL/include/Poco/Net/Context.h:23, from /home/conan/w/cci_PR-3151/.conan/data/poco/1.8.1/_/_/build/f76397ebd702a4b522e7b83436cc6eb3dc2f654e/source_subfolder/NetSSL_OpenSSL/src/Context.cpp:15: /home/conan/w/cci_PR-3151/.conan/data/openssl/1.1.1h/_/_/package/761432f3453a17c960259b5b2605153e3bcffd7d/include/openssl/ssl.h:1877:1: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_method(void)) /* TLSv1.0 */ ^~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3151/.conan/data/poco/1.8.1/_/_/build/f76397ebd702a4b522e7b83436cc6eb3dc2f654e/source_subfolder/NetSSL_OpenSSL/src/Context.cpp:384:51: warning: ‘const SSL_METHOD* TLSv1_client_method()’ is deprecated [-Wdeprecated-declarations] _pSSLContext = SSL_CTX_new(TLSv1_client_method()); ^ In file included from /home/conan/w/cci_PR-3151/.conan/data/openssl/1.1.1h/_/_/package/761432f3453a17c960259b5b2605153e3bcffd7d/include/openssl/e_os2.h:13, from /home/conan/w/cci_PR-3151/.conan/data/openssl/1.1.1h/_/_/package/761432f3453a17c960259b5b2605153e3bcffd7d/include/openssl/crypto.h:17, from /home/conan/w/cci_PR-3151/.conan/data/poco/1.8.1/_/_/build/f76397ebd702a4b522e7b83436cc6eb3dc2f654e/source_subfolder/Crypto/include/Poco/Crypto/OpenSSLInitializer.h:24, from /home/conan/w/cci_PR-3151/.conan/data/poco/1.8.1/_/_/build/f76397ebd702a4b522e7b83436cc6eb3dc2f654e/source_subfolder/Crypto/include/Poco/Crypto/X509Certificate.h:22, from /home/conan/w/cci_PR-3151/.conan/data/poco/1.8.1/_/_/build/f76397ebd702a4b522e7b83436cc6eb3dc2f654e/source_subfolder/NetSSL_OpenSSL/include/Poco/Net/Context.h:23, from /home/conan/w/cci_PR-3151/.conan/data/poco/1.8.1/_/_/build/f76397ebd702a4b522e7b83436cc6eb3dc2f654e/source_subfolder/NetSSL_OpenSSL/src/Context.cpp:15: /home/conan/w/cci_PR-3151/.conan/data/openssl/1.1.1h/_/_/package/761432f3453a17c960259b5b2605153e3bcffd7d/include/openssl/ssl.h:1879:1: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_client_method(void)) ^~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3151/.conan/data/poco/1.8.1/_/_/build/f76397ebd702a4b522e7b83436cc6eb3dc2f654e/source_subfolder/NetSSL_OpenSSL/src/Context.cpp:384:51: warning: ‘const SSL_METHOD* TLSv1_client_method()’ is deprecated [-Wdeprecated-declarations] _pSSLContext = SSL_CTX_new(TLSv1_client_method()); ^ In file included from /home/conan/w/cci_PR-3151/.conan/data/openssl/1.1.1h/_/_/package/761432f3453a17c960259b5b2605153e3bcffd7d/include/openssl/e_os2.h:13, from /home/conan/w/cci_PR-3151/.conan/data/openssl/1.1.1h/_/_/package/761432f3453a17c960259b5b2605153e3bcffd7d/include/openssl/crypto.h:17, from /home/conan/w/cci_PR-3151/.conan/data/poco/1.8.1/_/_/build/f76397ebd702a4b522e7b83436cc6eb3dc2f654e/source_subfolder/Crypto/include/Poco/Crypto/OpenSSLInitializer.h:24, from /home/conan/w/cci_PR-3151/.conan/data/poco/1.8.1/_/_/build/f76397ebd702a4b522e7b83436cc6eb3dc2f654e/source_subfolder/Crypto/include/Poco/Crypto/X509Certificate.h:22, from /home/conan/w/cci_PR-3151/.conan/data/poco/1.8.1/_/_/build/f76397ebd702a4b522e7b83436cc6eb3dc2f654e/source_subfolder/NetSSL_OpenSSL/include/Poco/Net/Context.h:23, from /home/conan/w/cci_PR-3151/.conan/data/poco/1.8.1/_/_/build/f76397ebd702a4b522e7b83436cc6eb3dc2f654e/source_subfolder/NetSSL_OpenSSL/src/Context.cpp:15: /home/conan/w/cci_PR-3151/.conan/data/openssl/1.1.1h/_/_/package/761432f3453a17c960259b5b2605153e3bcffd7d/include/openssl/ssl.h:1879:1: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_client_method(void)) ^~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3151/.conan/data/poco/1.8.1/_/_/build/f76397ebd702a4b522e7b83436cc6eb3dc2f654e/source_subfolder/NetSSL_OpenSSL/src/Context.cpp:387:51: warning: ‘const SSL_METHOD* TLSv1_server_method()’ is deprecated [-Wdeprecated-declarations] _pSSLContext = SSL_CTX_new(TLSv1_server_method()); ^ In file included from /home/conan/w/cci_PR-3151/.conan/data/openssl/1.1.1h/_/_/package/761432f3453a17c960259b5b2605153e3bcffd7d/include/openssl/e_os2.h:13, from /home/conan/w/cci_PR-3151/.conan/data/openssl/1.1.1h/_/_/package/761432f3453a17c960259b5b2605153e3bcffd7d/include/openssl/crypto.h:17, from /home/conan/w/cci_PR-3151/.conan/data/poco/1.8.1/_/_/build/f76397ebd702a4b522e7b83436cc6eb3dc2f654e/source_subfolder/Crypto/include/Poco/Crypto/OpenSSLInitializer.h:24, from /home/conan/w/cci_PR-3151/.conan/data/poco/1.8.1/_/_/build/f76397ebd702a4b522e7b83436cc6eb3dc2f654e/source_subfolder/Crypto/include/Poco/Crypto/X509Certificate.h:22, from /home/conan/w/cci_PR-3151/.conan/data/poco/1.8.1/_/_/build/f76397ebd702a4b522e7b83436cc6eb3dc2f654e/source_subfolder/NetSSL_OpenSSL/include/Poco/Net/Context.h:23, from /home/conan/w/cci_PR-3151/.conan/data/poco/1.8.1/_/_/build/f76397ebd702a4b522e7b83436cc6eb3dc2f654e/source_subfolder/NetSSL_OpenSSL/src/Context.cpp:15: /home/conan/w/cci_PR-3151/.conan/data/openssl/1.1.1h/_/_/package/761432f3453a17c960259b5b2605153e3bcffd7d/include/openssl/ssl.h:1878:1: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_server_method(void)) ^~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3151/.conan/data/poco/1.8.1/_/_/build/f76397ebd702a4b522e7b83436cc6eb3dc2f654e/source_subfolder/NetSSL_OpenSSL/src/Context.cpp:387:51: warning: ‘const SSL_METHOD* TLSv1_server_method()’ is deprecated [-Wdeprecated-declarations] _pSSLContext = SSL_CTX_new(TLSv1_server_method()); ^ In file included from /home/conan/w/cci_PR-3151/.conan/data/openssl/1.1.1h/_/_/package/761432f3453a17c960259b5b2605153e3bcffd7d/include/openssl/e_os2.h:13, from /home/conan/w/cci_PR-3151/.conan/data/openssl/1.1.1h/_/_/package/761432f3453a17c960259b5b2605153e3bcffd7d/include/openssl/crypto.h:17, from /home/conan/w/cci_PR-3151/.conan/data/poco/1.8.1/_/_/build/f76397ebd702a4b522e7b83436cc6eb3dc2f654e/source_subfolder/Crypto/include/Poco/Crypto/OpenSSLInitializer.h:24, from /home/conan/w/cci_PR-3151/.conan/data/poco/1.8.1/_/_/build/f76397ebd702a4b522e7b83436cc6eb3dc2f654e/source_subfolder/Crypto/include/Poco/Crypto/X509Certificate.h:22, from /home/conan/w/cci_PR-3151/.conan/data/poco/1.8.1/_/_/build/f76397ebd702a4b522e7b83436cc6eb3dc2f654e/source_subfolder/NetSSL_OpenSSL/include/Poco/Net/Context.h:23, from /home/conan/w/cci_PR-3151/.conan/data/poco/1.8.1/_/_/build/f76397ebd702a4b522e7b83436cc6eb3dc2f654e/source_subfolder/NetSSL_OpenSSL/src/Context.cpp:15: /home/conan/w/cci_PR-3151/.conan/data/openssl/1.1.1h/_/_/package/761432f3453a17c960259b5b2605153e3bcffd7d/include/openssl/ssl.h:1878:1: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_server_method(void)) ^~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3151/.conan/data/poco/1.8.1/_/_/build/f76397ebd702a4b522e7b83436cc6eb3dc2f654e/source_subfolder/NetSSL_OpenSSL/src/Context.cpp:396:62: warning: ‘const SSL_METHOD* TLSv1_1_client_method()’ is deprecated [-Wdeprecated-declarations] _pSSLContext = SSL_CTX_new(TLSv1_1_client_method()); ^ In file included from /home/conan/w/cci_PR-3151/.conan/data/openssl/1.1.1h/_/_/package/761432f3453a17c960259b5b2605153e3bcffd7d/include/openssl/e_os2.h:13, from /home/conan/w/cci_PR-3151/.conan/data/openssl/1.1.1h/_/_/package/761432f3453a17c960259b5b2605153e3bcffd7d/include/openssl/crypto.h:17, from /home/conan/w/cci_PR-3151/.conan/data/poco/1.8.1/_/_/build/f76397ebd702a4b522e7b83436cc6eb3dc2f654e/source_subfolder/Crypto/include/Poco/Crypto/OpenSSLInitializer.h:24, from /home/conan/w/cci_PR-3151/.conan/data/poco/1.8.1/_/_/build/f76397ebd702a4b522e7b83436cc6eb3dc2f654e/source_subfolder/Crypto/include/Poco/Crypto/X509Certificate.h:22, from /home/conan/w/cci_PR-3151/.conan/data/poco/1.8.1/_/_/build/f76397ebd702a4b522e7b83436cc6eb3dc2f654e/source_subfolder/NetSSL_OpenSSL/include/Poco/Net/Context.h:23, from /home/conan/w/cci_PR-3151/.conan/data/poco/1.8.1/_/_/build/f76397ebd702a4b522e7b83436cc6eb3dc2f654e/source_subfolder/NetSSL_OpenSSL/src/Context.cpp:15: /home/conan/w/cci_PR-3151/.conan/data/openssl/1.1.1h/_/_/package/761432f3453a17c960259b5b2605153e3bcffd7d/include/openssl/ssl.h:1885:1: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_1_client_method(void)) ^~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3151/.conan/data/poco/1.8.1/_/_/build/f76397ebd702a4b522e7b83436cc6eb3dc2f654e/source_subfolder/NetSSL_OpenSSL/src/Context.cpp:396:62: warning: ‘const SSL_METHOD* TLSv1_1_client_method()’ is deprecated [-Wdeprecated-declarations] _pSSLContext = SSL_CTX_new(TLSv1_1_client_method()); ^ In file included from /home/conan/w/cci_PR-3151/.conan/data/openssl/1.1.1h/_/_/package/761432f3453a17c960259b5b2605153e3bcffd7d/include/openssl/e_os2.h:13, from /home/conan/w/cci_PR-3151/.conan/data/openssl/1.1.1h/_/_/package/761432f3453a17c960259b5b2605153e3bcffd7d/include/openssl/crypto.h:17, from /home/conan/w/cci_PR-3151/.conan/data/poco/1.8.1/_/_/build/f76397ebd702a4b522e7b83436cc6eb3dc2f654e/source_subfolder/Crypto/include/Poco/Crypto/OpenSSLInitializer.h:24, from /home/conan/w/cci_PR-3151/.conan/data/poco/1.8.1/_/_/build/f76397ebd702a4b522e7b83436cc6eb3dc2f654e/source_subfolder/Crypto/include/Poco/Crypto/X509Certificate.h:22, from /home/conan/w/cci_PR-3151/.conan/data/poco/1.8.1/_/_/build/f76397ebd702a4b522e7b83436cc6eb3dc2f654e/source_subfolder/NetSSL_OpenSSL/include/Poco/Net/Context.h:23, from /home/conan/w/cci_PR-3151/.conan/data/poco/1.8.1/_/_/build/f76397ebd702a4b522e7b83436cc6eb3dc2f654e/source_subfolder/NetSSL_OpenSSL/src/Context.cpp:15: /home/conan/w/cci_PR-3151/.conan/data/openssl/1.1.1h/_/_/package/761432f3453a17c960259b5b2605153e3bcffd7d/include/openssl/ssl.h:1885:1: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_1_client_method(void)) ^~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3151/.conan/data/poco/1.8.1/_/_/build/f76397ebd702a4b522e7b83436cc6eb3dc2f654e/source_subfolder/NetSSL_OpenSSL/src/Context.cpp:399:62: warning: ‘const SSL_METHOD* TLSv1_1_server_method()’ is deprecated [-Wdeprecated-declarations] _pSSLContext = SSL_CTX_new(TLSv1_1_server_method()); ^ In file included from /home/conan/w/cci_PR-3151/.conan/data/openssl/1.1.1h/_/_/package/761432f3453a17c960259b5b2605153e3bcffd7d/include/openssl/e_os2.h:13, from /home/conan/w/cci_PR-3151/.conan/data/openssl/1.1.1h/_/_/package/761432f3453a17c960259b5b2605153e3bcffd7d/include/openssl/crypto.h:17, from /home/conan/w/cci_PR-3151/.conan/data/poco/1.8.1/_/_/build/f76397ebd702a4b522e7b83436cc6eb3dc2f654e/source_subfolder/Crypto/include/Poco/Crypto/OpenSSLInitializer.h:24, from /home/conan/w/cci_PR-3151/.conan/data/poco/1.8.1/_/_/build/f76397ebd702a4b522e7b83436cc6eb3dc2f654e/source_subfolder/Crypto/include/Poco/Crypto/X509Certificate.h:22, from /home/conan/w/cci_PR-3151/.conan/data/poco/1.8.1/_/_/build/f76397ebd702a4b522e7b83436cc6eb3dc2f654e/source_subfolder/NetSSL_OpenSSL/include/Poco/Net/Context.h:23, from /home/conan/w/cci_PR-3151/.conan/data/poco/1.8.1/_/_/build/f76397ebd702a4b522e7b83436cc6eb3dc2f654e/source_subfolder/NetSSL_OpenSSL/src/Context.cpp:15: /home/conan/w/cci_PR-3151/.conan/data/openssl/1.1.1h/_/_/package/761432f3453a17c960259b5b2605153e3bcffd7d/include/openssl/ssl.h:1884:1: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_1_server_method(void)) ^~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3151/.conan/data/poco/1.8.1/_/_/build/f76397ebd702a4b522e7b83436cc6eb3dc2f654e/source_subfolder/NetSSL_OpenSSL/src/Context.cpp:399:62: warning: ‘const SSL_METHOD* TLSv1_1_server_method()’ is deprecated [-Wdeprecated-declarations] _pSSLContext = SSL_CTX_new(TLSv1_1_server_method()); ^ In file included from /home/conan/w/cci_PR-3151/.conan/data/openssl/1.1.1h/_/_/package/761432f3453a17c960259b5b2605153e3bcffd7d/include/openssl/e_os2.h:13, from /home/conan/w/cci_PR-3151/.conan/data/openssl/1.1.1h/_/_/package/761432f3453a17c960259b5b2605153e3bcffd7d/include/openssl/crypto.h:17, from /home/conan/w/cci_PR-3151/.conan/data/poco/1.8.1/_/_/build/f76397ebd702a4b522e7b83436cc6eb3dc2f654e/source_subfolder/Crypto/include/Poco/Crypto/OpenSSLInitializer.h:24, from /home/conan/w/cci_PR-3151/.conan/data/poco/1.8.1/_/_/build/f76397ebd702a4b522e7b83436cc6eb3dc2f654e/source_subfolder/Crypto/include/Poco/Crypto/X509Certificate.h:22, from /home/conan/w/cci_PR-3151/.conan/data/poco/1.8.1/_/_/build/f76397ebd702a4b522e7b83436cc6eb3dc2f654e/source_subfolder/NetSSL_OpenSSL/include/Poco/Net/Context.h:23, from /home/conan/w/cci_PR-3151/.conan/data/poco/1.8.1/_/_/build/f76397ebd702a4b522e7b83436cc6eb3dc2f654e/source_subfolder/NetSSL_OpenSSL/src/Context.cpp:15: /home/conan/w/cci_PR-3151/.conan/data/openssl/1.1.1h/_/_/package/761432f3453a17c960259b5b2605153e3bcffd7d/include/openssl/ssl.h:1884:1: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_1_server_method(void)) ^~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3151/.conan/data/poco/1.8.1/_/_/build/f76397ebd702a4b522e7b83436cc6eb3dc2f654e/source_subfolder/NetSSL_OpenSSL/src/Context.cpp:404:62: warning: ‘const SSL_METHOD* TLSv1_2_client_method()’ is deprecated [-Wdeprecated-declarations] _pSSLContext = SSL_CTX_new(TLSv1_2_client_method()); ^ In file included from /home/conan/w/cci_PR-3151/.conan/data/openssl/1.1.1h/_/_/package/761432f3453a17c960259b5b2605153e3bcffd7d/include/openssl/e_os2.h:13, from /home/conan/w/cci_PR-3151/.conan/data/openssl/1.1.1h/_/_/package/761432f3453a17c960259b5b2605153e3bcffd7d/include/openssl/crypto.h:17, from /home/conan/w/cci_PR-3151/.conan/data/poco/1.8.1/_/_/build/f76397ebd702a4b522e7b83436cc6eb3dc2f654e/source_subfolder/Crypto/include/Poco/Crypto/OpenSSLInitializer.h:24, from /home/conan/w/cci_PR-3151/.conan/data/poco/1.8.1/_/_/build/f76397ebd702a4b522e7b83436cc6eb3dc2f654e/source_subfolder/Crypto/include/Poco/Crypto/X509Certificate.h:22, from /home/conan/w/cci_PR-3151/.conan/data/poco/1.8.1/_/_/build/f76397ebd702a4b522e7b83436cc6eb3dc2f654e/source_subfolder/NetSSL_OpenSSL/include/Poco/Net/Context.h:23, from /home/conan/w/cci_PR-3151/.conan/data/poco/1.8.1/_/_/build/f76397ebd702a4b522e7b83436cc6eb3dc2f654e/source_subfolder/NetSSL_OpenSSL/src/Context.cpp:15: /home/conan/w/cci_PR-3151/.conan/data/openssl/1.1.1h/_/_/package/761432f3453a17c960259b5b2605153e3bcffd7d/include/openssl/ssl.h:1891:1: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_2_client_method(void)) ^~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3151/.conan/data/poco/1.8.1/_/_/build/f76397ebd702a4b522e7b83436cc6eb3dc2f654e/source_subfolder/NetSSL_OpenSSL/src/Context.cpp:404:62: warning: ‘const SSL_METHOD* TLSv1_2_client_method()’ is deprecated [-Wdeprecated-declarations] _pSSLContext = SSL_CTX_new(TLSv1_2_client_method()); ^ In file included from /home/conan/w/cci_PR-3151/.conan/data/openssl/1.1.1h/_/_/package/761432f3453a17c960259b5b2605153e3bcffd7d/include/openssl/e_os2.h:13, from /home/conan/w/cci_PR-3151/.conan/data/openssl/1.1.1h/_/_/package/761432f3453a17c960259b5b2605153e3bcffd7d/include/openssl/crypto.h:17, from /home/conan/w/cci_PR-3151/.conan/data/poco/1.8.1/_/_/build/f76397ebd702a4b522e7b83436cc6eb3dc2f654e/source_subfolder/Crypto/include/Poco/Crypto/OpenSSLInitializer.h:24, from /home/conan/w/cci_PR-3151/.conan/data/poco/1.8.1/_/_/build/f76397ebd702a4b522e7b83436cc6eb3dc2f654e/source_subfolder/Crypto/include/Poco/Crypto/X509Certificate.h:22, from /home/conan/w/cci_PR-3151/.conan/data/poco/1.8.1/_/_/build/f76397ebd702a4b522e7b83436cc6eb3dc2f654e/source_subfolder/NetSSL_OpenSSL/include/Poco/Net/Context.h:23, from /home/conan/w/cci_PR-3151/.conan/data/poco/1.8.1/_/_/build/f76397ebd702a4b522e7b83436cc6eb3dc2f654e/source_subfolder/NetSSL_OpenSSL/src/Context.cpp:15: /home/conan/w/cci_PR-3151/.conan/data/openssl/1.1.1h/_/_/package/761432f3453a17c960259b5b2605153e3bcffd7d/include/openssl/ssl.h:1891:1: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_2_client_method(void)) ^~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3151/.conan/data/poco/1.8.1/_/_/build/f76397ebd702a4b522e7b83436cc6eb3dc2f654e/source_subfolder/NetSSL_OpenSSL/src/Context.cpp:407:62: warning: ‘const SSL_METHOD* TLSv1_2_server_method()’ is deprecated [-Wdeprecated-declarations] _pSSLContext = SSL_CTX_new(TLSv1_2_server_method()); ^ In file included from /home/conan/w/cci_PR-3151/.conan/data/openssl/1.1.1h/_/_/package/761432f3453a17c960259b5b2605153e3bcffd7d/include/openssl/e_os2.h:13, from /home/conan/w/cci_PR-3151/.conan/data/openssl/1.1.1h/_/_/package/761432f3453a17c960259b5b2605153e3bcffd7d/include/openssl/crypto.h:17, from /home/conan/w/cci_PR-3151/.conan/data/poco/1.8.1/_/_/build/f76397ebd702a4b522e7b83436cc6eb3dc2f654e/source_subfolder/Crypto/include/Poco/Crypto/OpenSSLInitializer.h:24, from /home/conan/w/cci_PR-3151/.conan/data/poco/1.8.1/_/_/build/f76397ebd702a4b522e7b83436cc6eb3dc2f654e/source_subfolder/Crypto/include/Poco/Crypto/X509Certificate.h:22, from /home/conan/w/cci_PR-3151/.conan/data/poco/1.8.1/_/_/build/f76397ebd702a4b522e7b83436cc6eb3dc2f654e/source_subfolder/NetSSL_OpenSSL/include/Poco/Net/Context.h:23, from /home/conan/w/cci_PR-3151/.conan/data/poco/1.8.1/_/_/build/f76397ebd702a4b522e7b83436cc6eb3dc2f654e/source_subfolder/NetSSL_OpenSSL/src/Context.cpp:15: /home/conan/w/cci_PR-3151/.conan/data/openssl/1.1.1h/_/_/package/761432f3453a17c960259b5b2605153e3bcffd7d/include/openssl/ssl.h:1890:1: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_2_server_method(void)) ^~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3151/.conan/data/poco/1.8.1/_/_/build/f76397ebd702a4b522e7b83436cc6eb3dc2f654e/source_subfolder/NetSSL_OpenSSL/src/Context.cpp:407:62: warning: ‘const SSL_METHOD* TLSv1_2_server_method()’ is deprecated [-Wdeprecated-declarations] _pSSLContext = SSL_CTX_new(TLSv1_2_server_method()); ^ In file included from /home/conan/w/cci_PR-3151/.conan/data/openssl/1.1.1h/_/_/package/761432f3453a17c960259b5b2605153e3bcffd7d/include/openssl/e_os2.h:13, from /home/conan/w/cci_PR-3151/.conan/data/openssl/1.1.1h/_/_/package/761432f3453a17c960259b5b2605153e3bcffd7d/include/openssl/crypto.h:17, from /home/conan/w/cci_PR-3151/.conan/data/poco/1.8.1/_/_/build/f76397ebd702a4b522e7b83436cc6eb3dc2f654e/source_subfolder/Crypto/include/Poco/Crypto/OpenSSLInitializer.h:24, from /home/conan/w/cci_PR-3151/.conan/data/poco/1.8.1/_/_/build/f76397ebd702a4b522e7b83436cc6eb3dc2f654e/source_subfolder/Crypto/include/Poco/Crypto/X509Certificate.h:22, from /home/conan/w/cci_PR-3151/.conan/data/poco/1.8.1/_/_/build/f76397ebd702a4b522e7b83436cc6eb3dc2f654e/source_subfolder/NetSSL_OpenSSL/include/Poco/Net/Context.h:23, from /home/conan/w/cci_PR-3151/.conan/data/poco/1.8.1/_/_/build/f76397ebd702a4b522e7b83436cc6eb3dc2f654e/source_subfolder/NetSSL_OpenSSL/src/Context.cpp:15: /home/conan/w/cci_PR-3151/.conan/data/openssl/1.1.1h/_/_/package/761432f3453a17c960259b5b2605153e3bcffd7d/include/openssl/ssl.h:1890:1: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_2_server_method(void)) ^~~~~~~~~~~~~~~~~~ CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY Command line: bin/util Arguments to main(): Application properties: application.argc = 1 application.argv[0] = bin/util application.baseName = util application.configDir = /home/conan/w/cci_PR-3151/8/f2f03b7d-fe88-4687-bf2c-67e087eee8d8/recipes/poco/all/test_package/build/5f1acbc469891d75e9c6d6d8dd2abe5ef8094da3/bin/ application.dir = /home/conan/w/cci_PR-3151/8/f2f03b7d-fe88-4687-bf2c-67e087eee8d8/recipes/poco/all/test_package/build/5f1acbc469891d75e9c6d6d8dd2abe5ef8094da3/bin/ application.name = util application.path = /home/conan/w/cci_PR-3151/8/f2f03b7d-fe88-4687-bf2c-67e087eee8d8/recipes/poco/all/test_package/build/5f1acbc469891d75e9c6d6d8dd2abe5ef8094da3/bin/util system.osName = Linux system.osVersion = 4.19.112+ system.osArchitecture = x86_64 system.nodeName = jnlp-linux-gcc-8-v2zzn system.nodeId = 4e51982a0c3a system.currentDir = /home/conan/w/cci_PR-3151/8/f2f03b7d-fe88-4687-bf2c-67e087eee8d8/recipes/poco/all/test_package/build/5f1acbc469891d75e9c6d6d8dd2abe5ef8094da3/ system.homeDir = /home/conan/ system.tempDir = /tmp/ system.dateTime = 2020-10-20T20:14:45Z system.pid = 4494 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% NULL pointer: _pInstance [in file "/home/conan/w/cci_PR-3151/.conan/data/poco/1.8.1/_/_/build/f76397ebd702a4b522e7b83436cc6eb3dc2f654e/source_subfolder/Util/include/Poco/Util/Application.h", line 453] %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%