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/7ffb9689a334b3dd9857b1592e81e0a08c0b8be7/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/7ffb9689a334b3dd9857b1592e81e0a08c0b8be7/source_subfolder/JSON/src/pd_json.c:42:15: warning: ignoring return value of ‘char* strerror_r(int, char*, size_t)’, declared with attribute warn_unused_result [-Wunused-result] 42 | strerror_r(err, errbuf, sizeof(errbuf)); | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3151/.conan/data/poco/1.8.1/_/_/build/7ffb9689a334b3dd9857b1592e81e0a08c0b8be7/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=] 32 | "error: %lu: " format, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 33 | (unsigned long) json->lineno, \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 34 | __VA_ARGS__); \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 35 | } \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 36 | | 37 | #endif // POCO_MSVS_VERSION | ~~~~~~~~~~~~~~~~~~~~~~~~~~~ 38 | | 39 | static void json_error_s(json_stream *json, int err) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 40 | { | ~ 41 | char errbuf[1024] = {0}; | ~~~~~~~~~~~~~~~~~~~~~~~~ 42 | strerror_r(err, errbuf, sizeof(errbuf)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 43 | json_error(json, "%s", errbuf); | ~~~~~~~~~~~~~~~~~~~~~ ~~~~~~ /home/conan/w/cci_PR-3151/.conan/data/poco/1.8.1/_/_/build/7ffb9689a334b3dd9857b1592e81e0a08c0b8be7/source_subfolder/JSON/src/pd_json.c:43:5: note: in expansion of macro ‘json_error’ 43 | json_error(json, "%s", errbuf); | ^~~~~~~~~~ /home/conan/w/cci_PR-3151/.conan/data/poco/1.8.1/_/_/build/7ffb9689a334b3dd9857b1592e81e0a08c0b8be7/source_subfolder/JSON/src/pd_json.c:747:23: note: format string is defined here 747 | json_error(json, "%s", "invalid parser state"); | ^~ In file included from /usr/include/stdio.h:867, from /home/conan/w/cci_PR-3151/.conan/data/poco/1.8.1/_/_/build/7ffb9689a334b3dd9857b1592e81e0a08c0b8be7/source_subfolder/JSON/src/pd_json.c:1: /usr/include/x86_64-linux-gnu/bits/stdio2.h:67:35: note: ‘__builtin___snprintf_chk’ output between 11 and 1053 bytes into a destination of size 128 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3151/.conan/data/poco/1.8.1/_/_/build/7ffb9689a334b3dd9857b1592e81e0a08c0b8be7/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/7ffb9689a334b3dd9857b1592e81e0a08c0b8be7/source_subfolder/Crypto/src/OpenSSLInitializer.cpp:65:22: warning: ‘void OPENSSL_config(const char*)’ is deprecated [-Wdeprecated-declarations] 65 | OPENSSL_config(NULL); | ^ In file included from /home/conan/w/cci_PR-3151/.conan/data/openssl/1.1.1h/_/_/package/6af9cc7cb931c5ad942174fd7838eb655717c709/include/openssl/e_os2.h:13, from /home/conan/w/cci_PR-3151/.conan/data/openssl/1.1.1h/_/_/package/6af9cc7cb931c5ad942174fd7838eb655717c709/include/openssl/crypto.h:17, from /home/conan/w/cci_PR-3151/.conan/data/poco/1.8.1/_/_/build/7ffb9689a334b3dd9857b1592e81e0a08c0b8be7/source_subfolder/Crypto/include/Poco/Crypto/OpenSSLInitializer.h:24, from /home/conan/w/cci_PR-3151/.conan/data/poco/1.8.1/_/_/build/7ffb9689a334b3dd9857b1592e81e0a08c0b8be7/source_subfolder/Crypto/src/OpenSSLInitializer.cpp:15: /home/conan/w/cci_PR-3151/.conan/data/openssl/1.1.1h/_/_/package/6af9cc7cb931c5ad942174fd7838eb655717c709/include/openssl/conf.h:91:1: note: declared here 91 | DEPRECATEDIN_1_1_0(void OPENSSL_config(const char *config_name)) | ^~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3151/.conan/data/poco/1.8.1/_/_/build/7ffb9689a334b3dd9857b1592e81e0a08c0b8be7/source_subfolder/Crypto/src/OpenSSLInitializer.cpp:65:22: warning: ‘void OPENSSL_config(const char*)’ is deprecated [-Wdeprecated-declarations] 65 | OPENSSL_config(NULL); | ^ In file included from /home/conan/w/cci_PR-3151/.conan/data/openssl/1.1.1h/_/_/package/6af9cc7cb931c5ad942174fd7838eb655717c709/include/openssl/e_os2.h:13, from /home/conan/w/cci_PR-3151/.conan/data/openssl/1.1.1h/_/_/package/6af9cc7cb931c5ad942174fd7838eb655717c709/include/openssl/crypto.h:17, from /home/conan/w/cci_PR-3151/.conan/data/poco/1.8.1/_/_/build/7ffb9689a334b3dd9857b1592e81e0a08c0b8be7/source_subfolder/Crypto/include/Poco/Crypto/OpenSSLInitializer.h:24, from /home/conan/w/cci_PR-3151/.conan/data/poco/1.8.1/_/_/build/7ffb9689a334b3dd9857b1592e81e0a08c0b8be7/source_subfolder/Crypto/src/OpenSSLInitializer.cpp:15: /home/conan/w/cci_PR-3151/.conan/data/openssl/1.1.1h/_/_/package/6af9cc7cb931c5ad942174fd7838eb655717c709/include/openssl/conf.h:91:1: note: declared here 91 | DEPRECATEDIN_1_1_0(void OPENSSL_config(const char *config_name)) | ^~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3151/.conan/data/poco/1.8.1/_/_/build/7ffb9689a334b3dd9857b1592e81e0a08c0b8be7/source_subfolder/Crypto/src/X509Certificate.cpp: In member function ‘void Poco::Crypto::X509Certificate::extractNames(std::string&, std::set >&) const’: /home/conan/w/cci_PR-3151/.conan/data/poco/1.8.1/_/_/build/7ffb9689a334b3dd9857b1592e81e0a08c0b8be7/source_subfolder/Crypto/src/X509Certificate.cpp:258:76: warning: ‘unsigned char* ASN1_STRING_data(ASN1_STRING*)’ is deprecated [-Wdeprecated-declarations] 258 | 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/6af9cc7cb931c5ad942174fd7838eb655717c709/include/openssl/e_os2.h:13, from /home/conan/w/cci_PR-3151/.conan/data/openssl/1.1.1h/_/_/package/6af9cc7cb931c5ad942174fd7838eb655717c709/include/openssl/crypto.h:17, from /home/conan/w/cci_PR-3151/.conan/data/poco/1.8.1/_/_/build/7ffb9689a334b3dd9857b1592e81e0a08c0b8be7/source_subfolder/Crypto/include/Poco/Crypto/OpenSSLInitializer.h:24, from /home/conan/w/cci_PR-3151/.conan/data/poco/1.8.1/_/_/build/7ffb9689a334b3dd9857b1592e81e0a08c0b8be7/source_subfolder/Crypto/include/Poco/Crypto/X509Certificate.h:22, from /home/conan/w/cci_PR-3151/.conan/data/poco/1.8.1/_/_/build/7ffb9689a334b3dd9857b1592e81e0a08c0b8be7/source_subfolder/Crypto/src/X509Certificate.cpp:15: /home/conan/w/cci_PR-3151/.conan/data/openssl/1.1.1h/_/_/package/6af9cc7cb931c5ad942174fd7838eb655717c709/include/openssl/asn1.h:554:1: note: declared here 554 | 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/7ffb9689a334b3dd9857b1592e81e0a08c0b8be7/source_subfolder/Crypto/src/X509Certificate.cpp:258:76: warning: ‘unsigned char* ASN1_STRING_data(ASN1_STRING*)’ is deprecated [-Wdeprecated-declarations] 258 | 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/6af9cc7cb931c5ad942174fd7838eb655717c709/include/openssl/e_os2.h:13, from /home/conan/w/cci_PR-3151/.conan/data/openssl/1.1.1h/_/_/package/6af9cc7cb931c5ad942174fd7838eb655717c709/include/openssl/crypto.h:17, from /home/conan/w/cci_PR-3151/.conan/data/poco/1.8.1/_/_/build/7ffb9689a334b3dd9857b1592e81e0a08c0b8be7/source_subfolder/Crypto/include/Poco/Crypto/OpenSSLInitializer.h:24, from /home/conan/w/cci_PR-3151/.conan/data/poco/1.8.1/_/_/build/7ffb9689a334b3dd9857b1592e81e0a08c0b8be7/source_subfolder/Crypto/include/Poco/Crypto/X509Certificate.h:22, from /home/conan/w/cci_PR-3151/.conan/data/poco/1.8.1/_/_/build/7ffb9689a334b3dd9857b1592e81e0a08c0b8be7/source_subfolder/Crypto/src/X509Certificate.cpp:15: /home/conan/w/cci_PR-3151/.conan/data/openssl/1.1.1h/_/_/package/6af9cc7cb931c5ad942174fd7838eb655717c709/include/openssl/asn1.h:554:1: note: declared here 554 | 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/7ffb9689a334b3dd9857b1592e81e0a08c0b8be7/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/7ffb9689a334b3dd9857b1592e81e0a08c0b8be7/source_subfolder/NetSSL_OpenSSL/src/Context.cpp:362:43: warning: ‘const SSL_METHOD* TLSv1_method()’ is deprecated [-Wdeprecated-declarations] 362 | _pSSLContext = SSL_CTX_new(TLSv1_method()); | ^ In file included from /home/conan/w/cci_PR-3151/.conan/data/openssl/1.1.1h/_/_/package/6af9cc7cb931c5ad942174fd7838eb655717c709/include/openssl/e_os2.h:13, from /home/conan/w/cci_PR-3151/.conan/data/openssl/1.1.1h/_/_/package/6af9cc7cb931c5ad942174fd7838eb655717c709/include/openssl/crypto.h:17, from /home/conan/w/cci_PR-3151/.conan/data/poco/1.8.1/_/_/build/7ffb9689a334b3dd9857b1592e81e0a08c0b8be7/source_subfolder/Crypto/include/Poco/Crypto/OpenSSLInitializer.h:24, from /home/conan/w/cci_PR-3151/.conan/data/poco/1.8.1/_/_/build/7ffb9689a334b3dd9857b1592e81e0a08c0b8be7/source_subfolder/Crypto/include/Poco/Crypto/X509Certificate.h:22, from /home/conan/w/cci_PR-3151/.conan/data/poco/1.8.1/_/_/build/7ffb9689a334b3dd9857b1592e81e0a08c0b8be7/source_subfolder/NetSSL_OpenSSL/include/Poco/Net/Context.h:23, from /home/conan/w/cci_PR-3151/.conan/data/poco/1.8.1/_/_/build/7ffb9689a334b3dd9857b1592e81e0a08c0b8be7/source_subfolder/NetSSL_OpenSSL/src/Context.cpp:15: /home/conan/w/cci_PR-3151/.conan/data/openssl/1.1.1h/_/_/package/6af9cc7cb931c5ad942174fd7838eb655717c709/include/openssl/ssl.h:1877:1: note: declared here 1877 | 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/7ffb9689a334b3dd9857b1592e81e0a08c0b8be7/source_subfolder/NetSSL_OpenSSL/src/Context.cpp:362:43: warning: ‘const SSL_METHOD* TLSv1_method()’ is deprecated [-Wdeprecated-declarations] 362 | _pSSLContext = SSL_CTX_new(TLSv1_method()); | ^ In file included from /home/conan/w/cci_PR-3151/.conan/data/openssl/1.1.1h/_/_/package/6af9cc7cb931c5ad942174fd7838eb655717c709/include/openssl/e_os2.h:13, from /home/conan/w/cci_PR-3151/.conan/data/openssl/1.1.1h/_/_/package/6af9cc7cb931c5ad942174fd7838eb655717c709/include/openssl/crypto.h:17, from /home/conan/w/cci_PR-3151/.conan/data/poco/1.8.1/_/_/build/7ffb9689a334b3dd9857b1592e81e0a08c0b8be7/source_subfolder/Crypto/include/Poco/Crypto/OpenSSLInitializer.h:24, from /home/conan/w/cci_PR-3151/.conan/data/poco/1.8.1/_/_/build/7ffb9689a334b3dd9857b1592e81e0a08c0b8be7/source_subfolder/Crypto/include/Poco/Crypto/X509Certificate.h:22, from /home/conan/w/cci_PR-3151/.conan/data/poco/1.8.1/_/_/build/7ffb9689a334b3dd9857b1592e81e0a08c0b8be7/source_subfolder/NetSSL_OpenSSL/include/Poco/Net/Context.h:23, from /home/conan/w/cci_PR-3151/.conan/data/poco/1.8.1/_/_/build/7ffb9689a334b3dd9857b1592e81e0a08c0b8be7/source_subfolder/NetSSL_OpenSSL/src/Context.cpp:15: /home/conan/w/cci_PR-3151/.conan/data/openssl/1.1.1h/_/_/package/6af9cc7cb931c5ad942174fd7838eb655717c709/include/openssl/ssl.h:1877:1: note: declared here 1877 | 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/7ffb9689a334b3dd9857b1592e81e0a08c0b8be7/source_subfolder/NetSSL_OpenSSL/src/Context.cpp:384:51: warning: ‘const SSL_METHOD* TLSv1_client_method()’ is deprecated [-Wdeprecated-declarations] 384 | _pSSLContext = SSL_CTX_new(TLSv1_client_method()); | ^ In file included from /home/conan/w/cci_PR-3151/.conan/data/openssl/1.1.1h/_/_/package/6af9cc7cb931c5ad942174fd7838eb655717c709/include/openssl/e_os2.h:13, from /home/conan/w/cci_PR-3151/.conan/data/openssl/1.1.1h/_/_/package/6af9cc7cb931c5ad942174fd7838eb655717c709/include/openssl/crypto.h:17, from /home/conan/w/cci_PR-3151/.conan/data/poco/1.8.1/_/_/build/7ffb9689a334b3dd9857b1592e81e0a08c0b8be7/source_subfolder/Crypto/include/Poco/Crypto/OpenSSLInitializer.h:24, from /home/conan/w/cci_PR-3151/.conan/data/poco/1.8.1/_/_/build/7ffb9689a334b3dd9857b1592e81e0a08c0b8be7/source_subfolder/Crypto/include/Poco/Crypto/X509Certificate.h:22, from /home/conan/w/cci_PR-3151/.conan/data/poco/1.8.1/_/_/build/7ffb9689a334b3dd9857b1592e81e0a08c0b8be7/source_subfolder/NetSSL_OpenSSL/include/Poco/Net/Context.h:23, from /home/conan/w/cci_PR-3151/.conan/data/poco/1.8.1/_/_/build/7ffb9689a334b3dd9857b1592e81e0a08c0b8be7/source_subfolder/NetSSL_OpenSSL/src/Context.cpp:15: /home/conan/w/cci_PR-3151/.conan/data/openssl/1.1.1h/_/_/package/6af9cc7cb931c5ad942174fd7838eb655717c709/include/openssl/ssl.h:1879:1: note: declared here 1879 | 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/7ffb9689a334b3dd9857b1592e81e0a08c0b8be7/source_subfolder/NetSSL_OpenSSL/src/Context.cpp:384:51: warning: ‘const SSL_METHOD* TLSv1_client_method()’ is deprecated [-Wdeprecated-declarations] 384 | _pSSLContext = SSL_CTX_new(TLSv1_client_method()); | ^ In file included from /home/conan/w/cci_PR-3151/.conan/data/openssl/1.1.1h/_/_/package/6af9cc7cb931c5ad942174fd7838eb655717c709/include/openssl/e_os2.h:13, from /home/conan/w/cci_PR-3151/.conan/data/openssl/1.1.1h/_/_/package/6af9cc7cb931c5ad942174fd7838eb655717c709/include/openssl/crypto.h:17, from /home/conan/w/cci_PR-3151/.conan/data/poco/1.8.1/_/_/build/7ffb9689a334b3dd9857b1592e81e0a08c0b8be7/source_subfolder/Crypto/include/Poco/Crypto/OpenSSLInitializer.h:24, from /home/conan/w/cci_PR-3151/.conan/data/poco/1.8.1/_/_/build/7ffb9689a334b3dd9857b1592e81e0a08c0b8be7/source_subfolder/Crypto/include/Poco/Crypto/X509Certificate.h:22, from /home/conan/w/cci_PR-3151/.conan/data/poco/1.8.1/_/_/build/7ffb9689a334b3dd9857b1592e81e0a08c0b8be7/source_subfolder/NetSSL_OpenSSL/include/Poco/Net/Context.h:23, from /home/conan/w/cci_PR-3151/.conan/data/poco/1.8.1/_/_/build/7ffb9689a334b3dd9857b1592e81e0a08c0b8be7/source_subfolder/NetSSL_OpenSSL/src/Context.cpp:15: /home/conan/w/cci_PR-3151/.conan/data/openssl/1.1.1h/_/_/package/6af9cc7cb931c5ad942174fd7838eb655717c709/include/openssl/ssl.h:1879:1: note: declared here 1879 | 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/7ffb9689a334b3dd9857b1592e81e0a08c0b8be7/source_subfolder/NetSSL_OpenSSL/src/Context.cpp:387:51: warning: ‘const SSL_METHOD* TLSv1_server_method()’ is deprecated [-Wdeprecated-declarations] 387 | _pSSLContext = SSL_CTX_new(TLSv1_server_method()); | ^ In file included from /home/conan/w/cci_PR-3151/.conan/data/openssl/1.1.1h/_/_/package/6af9cc7cb931c5ad942174fd7838eb655717c709/include/openssl/e_os2.h:13, from /home/conan/w/cci_PR-3151/.conan/data/openssl/1.1.1h/_/_/package/6af9cc7cb931c5ad942174fd7838eb655717c709/include/openssl/crypto.h:17, from /home/conan/w/cci_PR-3151/.conan/data/poco/1.8.1/_/_/build/7ffb9689a334b3dd9857b1592e81e0a08c0b8be7/source_subfolder/Crypto/include/Poco/Crypto/OpenSSLInitializer.h:24, from /home/conan/w/cci_PR-3151/.conan/data/poco/1.8.1/_/_/build/7ffb9689a334b3dd9857b1592e81e0a08c0b8be7/source_subfolder/Crypto/include/Poco/Crypto/X509Certificate.h:22, from /home/conan/w/cci_PR-3151/.conan/data/poco/1.8.1/_/_/build/7ffb9689a334b3dd9857b1592e81e0a08c0b8be7/source_subfolder/NetSSL_OpenSSL/include/Poco/Net/Context.h:23, from /home/conan/w/cci_PR-3151/.conan/data/poco/1.8.1/_/_/build/7ffb9689a334b3dd9857b1592e81e0a08c0b8be7/source_subfolder/NetSSL_OpenSSL/src/Context.cpp:15: /home/conan/w/cci_PR-3151/.conan/data/openssl/1.1.1h/_/_/package/6af9cc7cb931c5ad942174fd7838eb655717c709/include/openssl/ssl.h:1878:1: note: declared here 1878 | 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/7ffb9689a334b3dd9857b1592e81e0a08c0b8be7/source_subfolder/NetSSL_OpenSSL/src/Context.cpp:387:51: warning: ‘const SSL_METHOD* TLSv1_server_method()’ is deprecated [-Wdeprecated-declarations] 387 | _pSSLContext = SSL_CTX_new(TLSv1_server_method()); | ^ In file included from /home/conan/w/cci_PR-3151/.conan/data/openssl/1.1.1h/_/_/package/6af9cc7cb931c5ad942174fd7838eb655717c709/include/openssl/e_os2.h:13, from /home/conan/w/cci_PR-3151/.conan/data/openssl/1.1.1h/_/_/package/6af9cc7cb931c5ad942174fd7838eb655717c709/include/openssl/crypto.h:17, from /home/conan/w/cci_PR-3151/.conan/data/poco/1.8.1/_/_/build/7ffb9689a334b3dd9857b1592e81e0a08c0b8be7/source_subfolder/Crypto/include/Poco/Crypto/OpenSSLInitializer.h:24, from /home/conan/w/cci_PR-3151/.conan/data/poco/1.8.1/_/_/build/7ffb9689a334b3dd9857b1592e81e0a08c0b8be7/source_subfolder/Crypto/include/Poco/Crypto/X509Certificate.h:22, from /home/conan/w/cci_PR-3151/.conan/data/poco/1.8.1/_/_/build/7ffb9689a334b3dd9857b1592e81e0a08c0b8be7/source_subfolder/NetSSL_OpenSSL/include/Poco/Net/Context.h:23, from /home/conan/w/cci_PR-3151/.conan/data/poco/1.8.1/_/_/build/7ffb9689a334b3dd9857b1592e81e0a08c0b8be7/source_subfolder/NetSSL_OpenSSL/src/Context.cpp:15: /home/conan/w/cci_PR-3151/.conan/data/openssl/1.1.1h/_/_/package/6af9cc7cb931c5ad942174fd7838eb655717c709/include/openssl/ssl.h:1878:1: note: declared here 1878 | 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/7ffb9689a334b3dd9857b1592e81e0a08c0b8be7/source_subfolder/NetSSL_OpenSSL/src/Context.cpp:396:62: warning: ‘const SSL_METHOD* TLSv1_1_client_method()’ is deprecated [-Wdeprecated-declarations] 396 | _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/6af9cc7cb931c5ad942174fd7838eb655717c709/include/openssl/e_os2.h:13, from /home/conan/w/cci_PR-3151/.conan/data/openssl/1.1.1h/_/_/package/6af9cc7cb931c5ad942174fd7838eb655717c709/include/openssl/crypto.h:17, from /home/conan/w/cci_PR-3151/.conan/data/poco/1.8.1/_/_/build/7ffb9689a334b3dd9857b1592e81e0a08c0b8be7/source_subfolder/Crypto/include/Poco/Crypto/OpenSSLInitializer.h:24, from /home/conan/w/cci_PR-3151/.conan/data/poco/1.8.1/_/_/build/7ffb9689a334b3dd9857b1592e81e0a08c0b8be7/source_subfolder/Crypto/include/Poco/Crypto/X509Certificate.h:22, from /home/conan/w/cci_PR-3151/.conan/data/poco/1.8.1/_/_/build/7ffb9689a334b3dd9857b1592e81e0a08c0b8be7/source_subfolder/NetSSL_OpenSSL/include/Poco/Net/Context.h:23, from /home/conan/w/cci_PR-3151/.conan/data/poco/1.8.1/_/_/build/7ffb9689a334b3dd9857b1592e81e0a08c0b8be7/source_subfolder/NetSSL_OpenSSL/src/Context.cpp:15: /home/conan/w/cci_PR-3151/.conan/data/openssl/1.1.1h/_/_/package/6af9cc7cb931c5ad942174fd7838eb655717c709/include/openssl/ssl.h:1885:1: note: declared here 1885 | 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/7ffb9689a334b3dd9857b1592e81e0a08c0b8be7/source_subfolder/NetSSL_OpenSSL/src/Context.cpp:396:62: warning: ‘const SSL_METHOD* TLSv1_1_client_method()’ is deprecated [-Wdeprecated-declarations] 396 | _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/6af9cc7cb931c5ad942174fd7838eb655717c709/include/openssl/e_os2.h:13, from /home/conan/w/cci_PR-3151/.conan/data/openssl/1.1.1h/_/_/package/6af9cc7cb931c5ad942174fd7838eb655717c709/include/openssl/crypto.h:17, from /home/conan/w/cci_PR-3151/.conan/data/poco/1.8.1/_/_/build/7ffb9689a334b3dd9857b1592e81e0a08c0b8be7/source_subfolder/Crypto/include/Poco/Crypto/OpenSSLInitializer.h:24, from /home/conan/w/cci_PR-3151/.conan/data/poco/1.8.1/_/_/build/7ffb9689a334b3dd9857b1592e81e0a08c0b8be7/source_subfolder/Crypto/include/Poco/Crypto/X509Certificate.h:22, from /home/conan/w/cci_PR-3151/.conan/data/poco/1.8.1/_/_/build/7ffb9689a334b3dd9857b1592e81e0a08c0b8be7/source_subfolder/NetSSL_OpenSSL/include/Poco/Net/Context.h:23, from /home/conan/w/cci_PR-3151/.conan/data/poco/1.8.1/_/_/build/7ffb9689a334b3dd9857b1592e81e0a08c0b8be7/source_subfolder/NetSSL_OpenSSL/src/Context.cpp:15: /home/conan/w/cci_PR-3151/.conan/data/openssl/1.1.1h/_/_/package/6af9cc7cb931c5ad942174fd7838eb655717c709/include/openssl/ssl.h:1885:1: note: declared here 1885 | 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/7ffb9689a334b3dd9857b1592e81e0a08c0b8be7/source_subfolder/NetSSL_OpenSSL/src/Context.cpp:399:62: warning: ‘const SSL_METHOD* TLSv1_1_server_method()’ is deprecated [-Wdeprecated-declarations] 399 | _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/6af9cc7cb931c5ad942174fd7838eb655717c709/include/openssl/e_os2.h:13, from /home/conan/w/cci_PR-3151/.conan/data/openssl/1.1.1h/_/_/package/6af9cc7cb931c5ad942174fd7838eb655717c709/include/openssl/crypto.h:17, from /home/conan/w/cci_PR-3151/.conan/data/poco/1.8.1/_/_/build/7ffb9689a334b3dd9857b1592e81e0a08c0b8be7/source_subfolder/Crypto/include/Poco/Crypto/OpenSSLInitializer.h:24, from /home/conan/w/cci_PR-3151/.conan/data/poco/1.8.1/_/_/build/7ffb9689a334b3dd9857b1592e81e0a08c0b8be7/source_subfolder/Crypto/include/Poco/Crypto/X509Certificate.h:22, from /home/conan/w/cci_PR-3151/.conan/data/poco/1.8.1/_/_/build/7ffb9689a334b3dd9857b1592e81e0a08c0b8be7/source_subfolder/NetSSL_OpenSSL/include/Poco/Net/Context.h:23, from /home/conan/w/cci_PR-3151/.conan/data/poco/1.8.1/_/_/build/7ffb9689a334b3dd9857b1592e81e0a08c0b8be7/source_subfolder/NetSSL_OpenSSL/src/Context.cpp:15: /home/conan/w/cci_PR-3151/.conan/data/openssl/1.1.1h/_/_/package/6af9cc7cb931c5ad942174fd7838eb655717c709/include/openssl/ssl.h:1884:1: note: declared here 1884 | 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/7ffb9689a334b3dd9857b1592e81e0a08c0b8be7/source_subfolder/NetSSL_OpenSSL/src/Context.cpp:399:62: warning: ‘const SSL_METHOD* TLSv1_1_server_method()’ is deprecated [-Wdeprecated-declarations] 399 | _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/6af9cc7cb931c5ad942174fd7838eb655717c709/include/openssl/e_os2.h:13, from /home/conan/w/cci_PR-3151/.conan/data/openssl/1.1.1h/_/_/package/6af9cc7cb931c5ad942174fd7838eb655717c709/include/openssl/crypto.h:17, from /home/conan/w/cci_PR-3151/.conan/data/poco/1.8.1/_/_/build/7ffb9689a334b3dd9857b1592e81e0a08c0b8be7/source_subfolder/Crypto/include/Poco/Crypto/OpenSSLInitializer.h:24, from /home/conan/w/cci_PR-3151/.conan/data/poco/1.8.1/_/_/build/7ffb9689a334b3dd9857b1592e81e0a08c0b8be7/source_subfolder/Crypto/include/Poco/Crypto/X509Certificate.h:22, from /home/conan/w/cci_PR-3151/.conan/data/poco/1.8.1/_/_/build/7ffb9689a334b3dd9857b1592e81e0a08c0b8be7/source_subfolder/NetSSL_OpenSSL/include/Poco/Net/Context.h:23, from /home/conan/w/cci_PR-3151/.conan/data/poco/1.8.1/_/_/build/7ffb9689a334b3dd9857b1592e81e0a08c0b8be7/source_subfolder/NetSSL_OpenSSL/src/Context.cpp:15: /home/conan/w/cci_PR-3151/.conan/data/openssl/1.1.1h/_/_/package/6af9cc7cb931c5ad942174fd7838eb655717c709/include/openssl/ssl.h:1884:1: note: declared here 1884 | 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/7ffb9689a334b3dd9857b1592e81e0a08c0b8be7/source_subfolder/NetSSL_OpenSSL/src/Context.cpp:404:62: warning: ‘const SSL_METHOD* TLSv1_2_client_method()’ is deprecated [-Wdeprecated-declarations] 404 | _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/6af9cc7cb931c5ad942174fd7838eb655717c709/include/openssl/e_os2.h:13, from /home/conan/w/cci_PR-3151/.conan/data/openssl/1.1.1h/_/_/package/6af9cc7cb931c5ad942174fd7838eb655717c709/include/openssl/crypto.h:17, from /home/conan/w/cci_PR-3151/.conan/data/poco/1.8.1/_/_/build/7ffb9689a334b3dd9857b1592e81e0a08c0b8be7/source_subfolder/Crypto/include/Poco/Crypto/OpenSSLInitializer.h:24, from /home/conan/w/cci_PR-3151/.conan/data/poco/1.8.1/_/_/build/7ffb9689a334b3dd9857b1592e81e0a08c0b8be7/source_subfolder/Crypto/include/Poco/Crypto/X509Certificate.h:22, from /home/conan/w/cci_PR-3151/.conan/data/poco/1.8.1/_/_/build/7ffb9689a334b3dd9857b1592e81e0a08c0b8be7/source_subfolder/NetSSL_OpenSSL/include/Poco/Net/Context.h:23, from /home/conan/w/cci_PR-3151/.conan/data/poco/1.8.1/_/_/build/7ffb9689a334b3dd9857b1592e81e0a08c0b8be7/source_subfolder/NetSSL_OpenSSL/src/Context.cpp:15: /home/conan/w/cci_PR-3151/.conan/data/openssl/1.1.1h/_/_/package/6af9cc7cb931c5ad942174fd7838eb655717c709/include/openssl/ssl.h:1891:1: note: declared here 1891 | 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/7ffb9689a334b3dd9857b1592e81e0a08c0b8be7/source_subfolder/NetSSL_OpenSSL/src/Context.cpp:404:62: warning: ‘const SSL_METHOD* TLSv1_2_client_method()’ is deprecated [-Wdeprecated-declarations] 404 | _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/6af9cc7cb931c5ad942174fd7838eb655717c709/include/openssl/e_os2.h:13, from /home/conan/w/cci_PR-3151/.conan/data/openssl/1.1.1h/_/_/package/6af9cc7cb931c5ad942174fd7838eb655717c709/include/openssl/crypto.h:17, from /home/conan/w/cci_PR-3151/.conan/data/poco/1.8.1/_/_/build/7ffb9689a334b3dd9857b1592e81e0a08c0b8be7/source_subfolder/Crypto/include/Poco/Crypto/OpenSSLInitializer.h:24, from /home/conan/w/cci_PR-3151/.conan/data/poco/1.8.1/_/_/build/7ffb9689a334b3dd9857b1592e81e0a08c0b8be7/source_subfolder/Crypto/include/Poco/Crypto/X509Certificate.h:22, from /home/conan/w/cci_PR-3151/.conan/data/poco/1.8.1/_/_/build/7ffb9689a334b3dd9857b1592e81e0a08c0b8be7/source_subfolder/NetSSL_OpenSSL/include/Poco/Net/Context.h:23, from /home/conan/w/cci_PR-3151/.conan/data/poco/1.8.1/_/_/build/7ffb9689a334b3dd9857b1592e81e0a08c0b8be7/source_subfolder/NetSSL_OpenSSL/src/Context.cpp:15: /home/conan/w/cci_PR-3151/.conan/data/openssl/1.1.1h/_/_/package/6af9cc7cb931c5ad942174fd7838eb655717c709/include/openssl/ssl.h:1891:1: note: declared here 1891 | 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/7ffb9689a334b3dd9857b1592e81e0a08c0b8be7/source_subfolder/NetSSL_OpenSSL/src/Context.cpp:407:62: warning: ‘const SSL_METHOD* TLSv1_2_server_method()’ is deprecated [-Wdeprecated-declarations] 407 | _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/6af9cc7cb931c5ad942174fd7838eb655717c709/include/openssl/e_os2.h:13, from /home/conan/w/cci_PR-3151/.conan/data/openssl/1.1.1h/_/_/package/6af9cc7cb931c5ad942174fd7838eb655717c709/include/openssl/crypto.h:17, from /home/conan/w/cci_PR-3151/.conan/data/poco/1.8.1/_/_/build/7ffb9689a334b3dd9857b1592e81e0a08c0b8be7/source_subfolder/Crypto/include/Poco/Crypto/OpenSSLInitializer.h:24, from /home/conan/w/cci_PR-3151/.conan/data/poco/1.8.1/_/_/build/7ffb9689a334b3dd9857b1592e81e0a08c0b8be7/source_subfolder/Crypto/include/Poco/Crypto/X509Certificate.h:22, from /home/conan/w/cci_PR-3151/.conan/data/poco/1.8.1/_/_/build/7ffb9689a334b3dd9857b1592e81e0a08c0b8be7/source_subfolder/NetSSL_OpenSSL/include/Poco/Net/Context.h:23, from /home/conan/w/cci_PR-3151/.conan/data/poco/1.8.1/_/_/build/7ffb9689a334b3dd9857b1592e81e0a08c0b8be7/source_subfolder/NetSSL_OpenSSL/src/Context.cpp:15: /home/conan/w/cci_PR-3151/.conan/data/openssl/1.1.1h/_/_/package/6af9cc7cb931c5ad942174fd7838eb655717c709/include/openssl/ssl.h:1890:1: note: declared here 1890 | 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/7ffb9689a334b3dd9857b1592e81e0a08c0b8be7/source_subfolder/NetSSL_OpenSSL/src/Context.cpp:407:62: warning: ‘const SSL_METHOD* TLSv1_2_server_method()’ is deprecated [-Wdeprecated-declarations] 407 | _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/6af9cc7cb931c5ad942174fd7838eb655717c709/include/openssl/e_os2.h:13, from /home/conan/w/cci_PR-3151/.conan/data/openssl/1.1.1h/_/_/package/6af9cc7cb931c5ad942174fd7838eb655717c709/include/openssl/crypto.h:17, from /home/conan/w/cci_PR-3151/.conan/data/poco/1.8.1/_/_/build/7ffb9689a334b3dd9857b1592e81e0a08c0b8be7/source_subfolder/Crypto/include/Poco/Crypto/OpenSSLInitializer.h:24, from /home/conan/w/cci_PR-3151/.conan/data/poco/1.8.1/_/_/build/7ffb9689a334b3dd9857b1592e81e0a08c0b8be7/source_subfolder/Crypto/include/Poco/Crypto/X509Certificate.h:22, from /home/conan/w/cci_PR-3151/.conan/data/poco/1.8.1/_/_/build/7ffb9689a334b3dd9857b1592e81e0a08c0b8be7/source_subfolder/NetSSL_OpenSSL/include/Poco/Net/Context.h:23, from /home/conan/w/cci_PR-3151/.conan/data/poco/1.8.1/_/_/build/7ffb9689a334b3dd9857b1592e81e0a08c0b8be7/source_subfolder/NetSSL_OpenSSL/src/Context.cpp:15: /home/conan/w/cci_PR-3151/.conan/data/openssl/1.1.1h/_/_/package/6af9cc7cb931c5ad942174fd7838eb655717c709/include/openssl/ssl.h:1890:1: note: declared here 1890 | 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/7/cf57179d-07ce-4944-9f6c-e87ffc876186/recipes/poco/all/test_package/build/6650e6eb16197dc22b58361a739f36f3da5f2426/bin/ application.dir = /home/conan/w/cci_PR-3151/7/cf57179d-07ce-4944-9f6c-e87ffc876186/recipes/poco/all/test_package/build/6650e6eb16197dc22b58361a739f36f3da5f2426/bin/ application.name = util application.path = /home/conan/w/cci_PR-3151/7/cf57179d-07ce-4944-9f6c-e87ffc876186/recipes/poco/all/test_package/build/6650e6eb16197dc22b58361a739f36f3da5f2426/bin/util system.osName = Linux system.osVersion = 4.19.112+ system.osArchitecture = x86_64 system.nodeName = jnlp-linux-gcc-9-9s1gg system.nodeId = 8a7b90541854 system.currentDir = /home/conan/w/cci_PR-3151/7/cf57179d-07ce-4944-9f6c-e87ffc876186/recipes/poco/all/test_package/build/6650e6eb16197dc22b58361a739f36f3da5f2426/ system.homeDir = /home/conan/ system.tempDir = /tmp/ system.dateTime = 2020-10-20T03:09:04Z system.pid = 4497