RegistrationManager: Handle failing registration form request #1222
Annotations
11 errors and 49 warnings
src/base/compat/removed_api.cpp:6:10 [clang-diagnostic-error]:
src/base/compat/removed_api.cpp#L6
'QXmppConstants_p.h' file not found
|
src/client/compat/removed_api.cpp:5:10 [clang-diagnostic-error]:
src/client/compat/removed_api.cpp#L5
'QXmppClient.h' file not found
|
src/omemo/QXmppOmemoManager.cpp:6:10 [clang-diagnostic-error]:
src/omemo/QXmppOmemoManager.cpp#L6
'QXmppClient.h' file not found
|
src/omemo/QXmppOmemoData.cpp:6:10 [clang-diagnostic-error]:
src/omemo/QXmppOmemoData.cpp#L6
'QXmppConstants_p.h' file not found
|
|
tests/qxmppdiscoveryiq/tst_qxmppdiscoveryiq.cpp:6:10 [clang-diagnostic-error]:
tests/qxmppdiscoveryiq/tst_qxmppdiscoveryiq.cpp#L6
'QXmppDiscoveryIq.h' file not found
|
tests/qxmppvcardiq/tst_qxmppvcardiq.cpp:5:10 [clang-diagnostic-error]:
tests/qxmppvcardiq/tst_qxmppvcardiq.cpp#L5
'QXmppVCardIq.h' file not found
|
tests/qxmpphttpuploadiq/tst_qxmpphttpuploadiq.cpp:5:10 [clang-diagnostic-error]:
tests/qxmpphttpuploadiq/tst_qxmpphttpuploadiq.cpp#L5
'QXmppHttpUploadIq.h' file not found
|
tests/qxmppbitsofbinaryiq/tst_qxmppbitsofbinaryiq.cpp:5:10 [clang-diagnostic-error]:
tests/qxmppbitsofbinaryiq/tst_qxmppbitsofbinaryiq.cpp#L5
'QXmppBitsOfBinaryContentId.h' file not found
|
tests/qxmppusertunemanager/tst_qxmppusertunemanager.cpp:6:10 [clang-diagnostic-error]:
tests/qxmppusertunemanager/tst_qxmppusertunemanager.cpp#L6
'QXmppPubSubManager.h' file not found
|
macos (full-debug, 6.*.*)
Process completed with exit code 2.
|
reuse
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
xmllint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
doxygen
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
src/base/QXmppDataForm.cpp:26:8 [cppcoreguidelines-pro-type-member-init]:
src/base/QXmppDataForm.cpp#L26
constructor does not initialize these fields: type, str
|
src/base/QXmppDataForm.cpp:31:19 [cppcoreguidelines-avoid-non-const-global-variables]:
src/base/QXmppDataForm.cpp#L31
variable 'field_types' is non-const and globally accessible, consider making it const
|
src/base/QXmppDataForm.cpp:45:43 [modernize-use-trailing-return-type]:
src/base/QXmppDataForm.cpp#L45
use a trailing return type for this function
|
src/base/QXmppDataForm.cpp:48:24 [cppcoreguidelines-init-variables]:
src/base/QXmppDataForm.cpp#L48
variable 'ptr' is not initialized
|
src/base/QXmppDataForm.cpp:49:16 [cppcoreguidelines-pro-bounds-array-to-pointer-decay]:
src/base/QXmppDataForm.cpp#L49
do not implicitly decay an array into a pointer; consider using gsl::array_view or an explicit cast instead
|
src/base/QXmppDataForm.cpp:49:29 [readability-implicit-bool-conversion]:
src/base/QXmppDataForm.cpp#L49
implicit conversion 'const char *' -> bool
|
src/base/QXmppDataForm.cpp:49:42 [cppcoreguidelines-pro-bounds-pointer-arithmetic]:
src/base/QXmppDataForm.cpp#L49
do not use pointer arithmetic
|
src/base/QXmppDataForm.cpp:57:9 [modernize-use-trailing-return-type]:
src/base/QXmppDataForm.cpp#L57
use a trailing return type for this function
|
src/base/QXmppDataForm.cpp:59:24 [cppcoreguidelines-init-variables]:
src/base/QXmppDataForm.cpp#L59
variable 'ptr' is not initialized
|
src/base/QXmppDataForm.cpp:60:16 [cppcoreguidelines-pro-bounds-array-to-pointer-decay]:
src/base/QXmppDataForm.cpp#L60
do not implicitly decay an array into a pointer; consider using gsl::array_view or an explicit cast instead
|
linux (minimal, 5.15.*)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, codecov/codecov-action@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
linux (minimal, 5.15.*)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, codecov/codecov-action@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
linux (minimal, 6.1.*)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, codecov/codecov-action@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
linux (minimal, 6.1.*)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, codecov/codecov-action@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
linux (full, 5.15.*)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, codecov/codecov-action@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
linux (full, 5.15.*)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, codecov/codecov-action@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
linux (full-debug, 5.15.*)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, codecov/codecov-action@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
linux (full-debug, 5.15.*)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, codecov/codecov-action@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
macos (minimal, 5.15.*)
p7zip 17.05 is already installed and up-to-date.
To reinstall 17.05, run:
brew reinstall p7zip
|
macos (minimal, 5.15.*)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, codecov/codecov-action@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
macos (minimal, 5.15.*)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, codecov/codecov-action@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
linux (full-debug, 6.5.3)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, codecov/codecov-action@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
linux (full-debug, 6.5.3)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, codecov/codecov-action@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
macos (full, 5.15.*)
p7zip 17.05 is already installed and up-to-date.
To reinstall 17.05, run:
brew reinstall p7zip
|
macos (full, 5.15.*)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, codecov/codecov-action@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
macos (full, 5.15.*)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, codecov/codecov-action@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
macos (full, 5.15.*)
Formula gst-plugins-base was renamed to gstreamer.
|
macos (full, 5.15.*)
Formula gst-plugins-good was renamed to gstreamer.
|
macos (full, 5.15.*)
Formula gst-plugins-ugly was renamed to gstreamer.
|
macos (full, 5.15.*)
Treating doxygen as a formula. For the cask, use homebrew/cask/doxygen or specify the `--cask` flag. To silence this message, use the `--formula` flag.
|
macos (full-debug, 5.15.*)
p7zip 17.05 is already installed and up-to-date.
To reinstall 17.05, run:
brew reinstall p7zip
|
macos (full-debug, 5.15.*)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, codecov/codecov-action@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
macos (full-debug, 5.15.*)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, codecov/codecov-action@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
macos (full-debug, 5.15.*)
Formula gst-plugins-base was renamed to gstreamer.
|
macos (full-debug, 5.15.*)
Formula gst-plugins-good was renamed to gstreamer.
|
macos (full-debug, 5.15.*)
Formula gst-plugins-ugly was renamed to gstreamer.
|
macos (full-debug, 5.15.*)
Treating doxygen as a formula. For the cask, use homebrew/cask/doxygen or specify the `--cask` flag. To silence this message, use the `--formula` flag.
|
macos (full-debug, 6.*.*)
p7zip 17.05 is already installed and up-to-date.
To reinstall 17.05, run:
brew reinstall p7zip
|
macos (full-debug, 6.*.*)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
macos (full-debug, 6.*.*)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
macos (full-debug, 6.*.*)
Formula gst-plugins-base was renamed to gstreamer.
|
macos (full-debug, 6.*.*)
Formula gst-plugins-good was renamed to gstreamer.
|
macos (full-debug, 6.*.*)
Formula gst-plugins-ugly was renamed to gstreamer.
|
macos (full-debug, 6.*.*)
Treating doxygen as a formula. For the cask, use homebrew/cask/doxygen or specify the `--cask` flag. To silence this message, use the `--formula` flag.
|
windows (5.15.*)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
windows (6.7.*)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|