Skip to content

WIP: Parse error on handling IQ response #1075

WIP: Parse error on handling IQ response

WIP: Parse error on handling IQ response #1075

Triggered via push October 20, 2023 10:22
Status Failure
Total duration 11m 8s
Artifacts

tests.yml

on: push
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

21 errors, 22 warnings, and 3 notices
test (ubuntu-latest, full, 5.9.*)
Process completed with exit code 100.
test (ubuntu-latest, full, 5.15.*)
Process completed with exit code 100.
test (ubuntu-latest, full-debug, 5.15.*)
Process completed with exit code 100.
test (ubuntu-latest, minimal, 6.0.*)
Process completed with exit code 2.
test (ubuntu-latest, minimal, 5.15.*)
Process completed with exit code 2.
test (ubuntu-latest, minimal, 6.*.*)
Process completed with exit code 2.
test (macos-latest, minimal, 5.15.*)
Process completed with exit code 2.
test (macos-latest, full, 5.15.*)
Process completed with exit code 1.
test (macos-latest, full-debug, 5.15.*)
Process completed with exit code 1.
test (macos-latest, minimal, 6.*.*)
Process completed with exit code 2.
windows
Process completed with exit code 1.
test (ubuntu-latest, full, 5.9.*)
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/
test (ubuntu-latest, 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/
test (ubuntu-latest, 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/
test (ubuntu-latest, minimal, 6.0.*)
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/
/examples/example_9_vCard/example_9_vCard.h:10:7 [cppcoreguidelines-avoid-non-const-global-variables]: examples/example_9_vCard/example_9_vCard.h#L10
variable 'QXmppRosterManager' is non-const and globally accessible, consider making it const
/examples/example_9_vCard/example_9_vCard.h:11:7 [cppcoreguidelines-avoid-non-const-global-variables]: examples/example_9_vCard/example_9_vCard.h#L11
variable 'QXmppVCardIq' is non-const and globally accessible, consider making it const
/examples/example_9_vCard/example_9_vCard.h:12:7 [cppcoreguidelines-avoid-non-const-global-variables]: examples/example_9_vCard/example_9_vCard.h#L12
variable 'QXmppVCardManager' is non-const and globally accessible, consider making it const
/examples/example_9_vCard/example_9_vCard.h:14:7 [cppcoreguidelines-avoid-non-const-global-variables]: examples/example_9_vCard/example_9_vCard.h#L14
variable 'xmppClient' is non-const and globally accessible, consider making it const
/examples/example_9_vCard/example_9_vCard.h:14:27 [cppcoreguidelines-avoid-non-const-global-variables]: examples/example_9_vCard/example_9_vCard.h#L14
variable 'QXmppClient' is non-const and globally accessible, consider making it const
/examples/example_5_rpcInterface/remoteinterface.h:10:7 [cppcoreguidelines-avoid-non-const-global-variables]: examples/example_5_rpcInterface/remoteinterface.h#L10
variable 'RemoteInterface' 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
/examples/example_6_rpcClient/rpcClient.h:13:26 [cppcoreguidelines-avoid-non-const-global-variables]: examples/example_6_rpcClient/rpcClient.h#L13
variable 'QXmppClient' is non-const and globally accessible, consider making it const
test (ubuntu-latest, 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/
test (ubuntu-latest, minimal, 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/
test (macos-latest, 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/
test (macos-latest, 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/
test (macos-latest, 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/
test (macos-latest, minimal, 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/
windows
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, jurplel/install-qt-action@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
windows
The `set-output` 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/
Run clang-format on src/client/QXmppBlockingManager.h: src/client/QXmppBlockingManager.h#L1
File src/client/QXmppBlockingManager.h does not conform to Custom style guidelines. (lines 7)
Run clang-format on tests/qxmppversionmanager/tst_qxmppversionmanager.cpp: tests/qxmppversionmanager/tst_qxmppversionmanager.cpp#L1
File tests/qxmppversionmanager/tst_qxmppversionmanager.cpp does not conform to Custom style guidelines. (lines 5)
Run clang-format on tests/qxmppentitytimemanager/tst_qxmppentitytimemanager.cpp: tests/qxmppentitytimemanager/tst_qxmppentitytimemanager.cpp#L1
File tests/qxmppentitytimemanager/tst_qxmppentitytimemanager.cpp does not conform to Custom style guidelines. (lines 43, 61)