CI #378
Annotations
2 errors and 6 warnings
build (ubuntu-latest)
Command failed: cmake --build /home/runner/work/socket.io-client-cpp/socket.io-client-cpp/build --config Release --parallel 4
In file included from /home/runner/work/socket.io-client-cpp/socket.io-client-cpp/lib/asio/asio/include/asio/ssl/context.hpp:755,
from /home/runner/work/socket.io-client-cpp/socket.io-client-cpp/lib/asio/asio/include/asio/ssl.hpp:18,
from /home/runner/work/socket.io-client-cpp/socket.io-client-cpp/lib/websocketpp/websocketpp/common/asio_ssl.hpp:34,
from /home/runner/work/socket.io-client-cpp/socket.io-client-cpp/lib/websocketpp/websocketpp/transport/asio/security/tls.hpp:35,
from /home/runner/work/socket.io-client-cpp/socket.io-client-cpp/lib/websocketpp/websocketpp/config/asio_client.hpp:33,
from /home/runner/work/socket.io-client-cpp/socket.io-client-cpp/src/internal/sio_client_impl.h:25,
from /home/runner/work/socket.io-client-cpp/socket.io-client-cpp/src/sio_client.cpp:8:
/home/runner/work/socket.io-client-cpp/socket.io-client-cpp/lib/asio/asio/include/asio/ssl/impl/context.ipp: In destructor ‘asio::ssl::context::rsa_cleanup::~rsa_cleanup()’:
/home/runner/work/socket.io-client-cpp/socket.io-client-cpp/lib/asio/asio/include/asio/ssl/impl/context.ipp:53:37: warning: ‘void RSA_free(RSA*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
53 | ~rsa_cleanup() { if (p) ::RSA_free(p); }
| ~~~~~~~~~~^~~
In file included from /usr/include/openssl/x509.h:36,
from /usr/include/openssl/ssl.h:31,
from /home/runner/work/socket.io-client-cpp/socket.io-client-cpp/lib/asio/asio/include/asio/ssl/detail/openssl_types.hpp:21,
from /home/runner/work/socket.io-client-cpp/socket.io-client-cpp/lib/asio/asio/include/asio/ssl/context_base.hpp:19,
from /home/runner/work/socket.io-client-cpp/socket.io-client-cpp/lib/asio/asio/include/asio/ssl/context.hpp:23:
/usr/include/openssl/rsa.h:298:28: note: declared here
298 | OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r);
| ^~~~~~~~
/home/runner/work/socket.io-client-cpp/socket.io-client-cpp/lib/asio/asio/include/asio/ssl/impl/context.ipp: In destructor ‘asio::ssl::context::dh_cleanup::~dh_cleanup()’:
/home/runner/work/socket.io-client-cpp/socket.io-client-cpp/lib/asio/asio/include/asio/ssl/impl/context.ipp:59:35: warning: ‘void DH_free(DH*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
59 | ~dh_cleanup() { if (p) ::DH_free(p); }
| ~~~~~~~~~^~~
In file included from /usr/include/openssl/dsa.h:51,
from /usr/include/openssl/x509.h:37:
/usr/include/openssl/dh.h:204:28: note: declared here
204 | OSSL_DEPRECATEDIN_3_0 void DH_free(DH *dh);
| ^~~~~~~
/home/runner/work/socket.io-client-cpp/socket.io-client-cpp/lib/asio/asio/include/asio/ssl/impl/context.ipp: In member function ‘asio::error_code asio::ssl::context::use_rsa_private_key(const asio::const_buffer&, asio::ssl::context_base::file_format, asio::error_code&)’:
/home/runner/work/socket.io-client-cpp/socket.io-client-cpp/lib/asio/asio/include/asio/ssl/impl/context.ipp:875:50: warning: ‘RSA* d2i_RSAPrivateKey_bio(BIO*, RSA**)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
875 | rsa_private_key.p = ::d2i_RSAPrivateKey_bio(bio.p, 0);
| ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
/usr/include/openssl/x509.h:616:28: note: declared here
616 | OSSL_DEPRECATEDIN_3_0 RSA *d2i_RSAPrivateKey_bio(BIO *bp, RSA **rsa);
| ^~~~~~~~~~~~~~~~~~~~~
/home/runner/work/socket.io-client-cpp/socket.io-client-cpp/lib/asio/asio/include/asio/ssl/impl/context.ipp:878:55: warning: ‘RSA* PEM_read_bio_RSAPrivateKey(BIO*, RSA**, int (*)(char*, int, int, void*), void*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
878 | rsa_private_key.p = ::PEM_read_bio_RSAPrivateKey(
| ~~~~~~~~~~
|
build (windows-latest)
Command failed: cmake --build D:\a\socket.io-client-cpp\socket.io-client-cpp\build --config Release --parallel 4
|
build (ubuntu-latest)
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build (ubuntu-latest)
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build (macos-latest)
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build (macos-latest)
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build (windows-latest)
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build (windows-latest)
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|