Skip to content

Introduce QXmppMovedManager - XEP-0283: Moved #2182

Introduce QXmppMovedManager - XEP-0283: Moved

Introduce QXmppMovedManager - XEP-0283: Moved #2182

Triggered via pull request September 6, 2024 14:54
Status Failure
Total duration 16m 35s
Artifacts

tests.yml

on: pull_request
Matrix: linux
Matrix: macos
Matrix: windows
Fit to window
Zoom out
Zoom in

Annotations

19 errors and 52 warnings
tests/pubsubutil.h:8:10 [clang-diagnostic-error]: tests/pubsubutil.h#L8
'QXmppPubSubBaseItem.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
linux (minimal, 5.15.*)
Process completed with exit code 2.
macos (minimal, 5.15.*)
Process completed with exit code 2.
linux (full, 5.15.*)
Process completed with exit code 2.
linux (full-debug, 5.15.*)
Process completed with exit code 2.
linux (minimal, 6.1.*)
Process completed with exit code 2.
macos (full, 5.15.*)
Process completed with exit code 2.
linux (full-debug, 6.5.3)
Process completed with exit code 2.
macos (full-debug, 6.*.*)
Process completed with exit code 2.
macos (full-debug, 5.15.*)
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/
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
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/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/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
src/server/QXmppServer.h:13:7 [cppcoreguidelines-avoid-non-const-global-variables]: src/server/QXmppServer.h#L13
variable 'QDomElement' is non-const and globally accessible, consider making it const
src/server/QXmppServer.h:14:7 [cppcoreguidelines-avoid-non-const-global-variables]: src/server/QXmppServer.h#L14
variable 'QSslCertificate' 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. 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. 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. 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. 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. 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. 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. 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. 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. 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. 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. 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. 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.
macos (full, 5.15.*)
These files were overwritten during the `brew link` step:
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. 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. 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.*.*)
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.
macos (full-debug, 6.*.*)
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. 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. 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.
macos (full-debug, 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/
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/