MamManager: Fix missing unencrypted messages #2259
tests.yml
on: pull_request
Matrix: linux
Matrix: macos
Matrix: windows
Annotations
10 errors and 52 warnings
tests/IntegrationTesting.h:8:10 [clang-diagnostic-error]:
tests/IntegrationTesting.h#L8
'QXmppConfiguration.h' file not found
|
tests/TestClient.h:8:10 [clang-diagnostic-error]:
tests/TestClient.h#L8
'QXmppClient.h' file not found
|
tests/util.h:10:10 [clang-diagnostic-error]:
tests/util.h#L10
'QXmppError.h' file not found
|
tests/pubsubutil.h:8:10 [clang-diagnostic-error]:
tests/pubsubutil.h#L8
'QXmppPubSubBaseItem.h' file not found
|
examples/example_6_rpcClient/rpcClient.h:9:10 [clang-diagnostic-error]:
examples/example_6_rpcClient/rpcClient.h#L9
'QXmppClient.h' file not found
|
|
|
examples/example_9_vCard/example_9_vCard.h:8:10 [clang-diagnostic-error]:
examples/example_9_vCard/example_9_vCard.h#L8
'QXmppClient.h' file not found
|
|
examples/example_5_rpcInterface/remoteinterface.h:8:10 [clang-diagnostic-error]:
examples/example_5_rpcInterface/remoteinterface.h#L8
'QXmppRpcManager.h' file not found
|
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/
|
tests/IntegrationTesting.h:25:7 [cppcoreguidelines-avoid-non-const-global-variables]:
tests/IntegrationTesting.h#L25
variable 'IntegrationTests' is non-const and globally accessible, consider making it const
|
tests/TestClient.h:15:7 [cppcoreguidelines-avoid-non-const-global-variables]:
tests/TestClient.h#L15
variable 'TestClient' is non-const and globally accessible, consider making it const
|
tests/TestClient.h:15:27 [cppcoreguidelines-avoid-non-const-global-variables]:
tests/TestClient.h#L15
variable 'QXmppClient' is non-const and globally accessible, consider making it const
|
tests/util.h:193:7 [cppcoreguidelines-avoid-non-const-global-variables]:
tests/util.h#L193
variable 'TestPasswordChecker' is non-const and globally accessible, consider making it const
|
tests/util.h:193:36 [cppcoreguidelines-avoid-non-const-global-variables]:
tests/util.h#L193
variable 'QXmppPasswordChecker' is non-const and globally accessible, consider making it const
|
tests/pubsubutil.h:14:7 [cppcoreguidelines-avoid-non-const-global-variables]:
tests/pubsubutil.h#L14
variable 'TestItem' is non-const and globally accessible, consider making it const
|
tests/pubsubutil.h:14:25 [cppcoreguidelines-avoid-non-const-global-variables]:
tests/pubsubutil.h#L14
variable 'QXmppPubSubBaseItem' is non-const and globally accessible, consider making it const
|
tests/pubsubutil.h:47:6 [cppcoreguidelines-avoid-non-const-global-variables]:
tests/pubsubutil.h#L47
variable 'TestItem' is non-const and globally accessible, consider making it const
|
examples/example_6_rpcClient/rpcClient.h:11:7 [cppcoreguidelines-avoid-non-const-global-variables]:
examples/example_6_rpcClient/rpcClient.h#L11
variable 'QXmppRpcManager' is non-const and globally accessible, consider making it const
|
examples/example_6_rpcClient/rpcClient.h:13:7 [cppcoreguidelines-avoid-non-const-global-variables]:
examples/example_6_rpcClient/rpcClient.h#L13
variable 'rpcClient' is non-const and globally accessible, consider making it const
|
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, 5.15.*)
These files were overwritten during the `brew link` step:
|
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/
|
macos (full-debug, 6.7.*)
p7zip 17.05 is already installed and up-to-date.
To reinstall 17.05, run:
brew reinstall p7zip
|
macos (full-debug, 6.7.*)
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, 6.7.*)
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, 6.7.*)
Formula gst-plugins-base was renamed to gstreamer.
|
macos (full-debug, 6.7.*)
Formula gst-plugins-good was renamed to gstreamer.
|
macos (full-debug, 6.7.*)
Formula gst-plugins-ugly was renamed to gstreamer.
|
macos (full-debug, 6.7.*)
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.7.*)
These files were overwritten during the `brew link` step:
|
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, 5.15.*)
These files were overwritten during the `brew link` step:
|
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/
|