Debug event name #382
Annotations
1 error and 7 warnings
Building on macOS-latest
[notice] A new release of pip is available: 21.1.1 -> 24.3.1
[notice] To update, run: python3.8 -m pip install --upgrade pip
|
Building on ubuntu-latest
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Building on ubuntu-latest:
src/r_exasol/ssl/certificate.cpp#L97
‘RSA* RSA_new()’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
|
Building on ubuntu-latest:
src/r_exasol/ssl/certificate.cpp#L102
‘int RSA_generate_key_ex(RSA*, int, BIGNUM*, BN_GENCB*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
|
Building on macOS-latest
openssl@3 3.4.0 is already installed and up-to-date.
To reinstall 3.4.0, run:
brew reinstall openssl@3
|
Building on windows-latest:
src/r_exasol/ssl/certificate.cpp#L97
'RSA* RSA_new()' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
|
Building on windows-latest:
src/r_exasol/ssl/certificate.cpp#L102
'int RSA_generate_key_ex(RSA*, int, BIGNUM*, BN_GENCB*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
|
Building on windows-latest:
tests/cpp/main.cpp#L38
'void _sleep(long unsigned int)' is deprecated [-Wdeprecated-declarations]
|