Skip to content

Add rendering for graphics used externally (e.g., support chat avatar) #1714

Add rendering for graphics used externally (e.g., support chat avatar)

Add rendering for graphics used externally (e.g., support chat avatar) #1714

Triggered via pull request August 8, 2023 15:13
Status Failure
Total duration 15m 56s
Artifacts

tests.yml

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

Annotations

19 errors, 22 warnings, and 2 notices
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, full, 5.9.*)
Process completed with exit code 100.
test (ubuntu-latest, minimal, 6.0.*)
Process completed with exit code 2.
windows
The process 'python' failed with exit code 1
test (macos-latest, full-debug, 5.15.*)
Process completed with exit code 1.
test (macos-latest, full, 5.15.*)
Process completed with exit code 1.
test (ubuntu-latest, minimal, 6.*.*)
Process completed with exit code 2.
test (macos-latest, minimal, 6.*.*)
Process completed with exit code 2.
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, 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/
/src/server/QXmppServerPlugin.h:12:7 [cppcoreguidelines-avoid-non-const-global-variables]: src/server/QXmppServerPlugin.h#L12
variable 'QXmppServer' is non-const and globally accessible, consider making it const
/src/server/QXmppServerPlugin.h:13:7 [cppcoreguidelines-avoid-non-const-global-variables]: src/server/QXmppServerPlugin.h#L13
variable 'QXmppServerExtension' is non-const and globally accessible, consider making it const
/src/server/QXmppServerPlugin.h:15:7 [cppcoreguidelines-avoid-non-const-global-variables]: src/server/QXmppServerPlugin.h#L15
variable 'QXMPP_EXPORT' is non-const and globally accessible, consider making it const
/src/server/QXmppPasswordChecker.h:14:7 [cppcoreguidelines-avoid-non-const-global-variables]: src/server/QXmppPasswordChecker.h#L14
variable 'QXMPP_EXPORT' is non-const and globally accessible, consider making it const
/src/server/QXmppPasswordChecker.h:39:7 [cppcoreguidelines-avoid-non-const-global-variables]: src/server/QXmppPasswordChecker.h#L39
variable 'QXMPP_EXPORT' is non-const and globally accessible, consider making it const
/src/server/QXmppPasswordChecker.h:82:7 [cppcoreguidelines-avoid-non-const-global-variables]: src/server/QXmppPasswordChecker.h#L82
variable 'QXMPP_EXPORT' 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
/src/server/QXmppServer.h:15:7 [cppcoreguidelines-avoid-non-const-global-variables]: src/server/QXmppServer.h#L15
variable 'QSslKey' is non-const and globally accessible, consider making it const
/src/server/QXmppServer.h:16:7 [cppcoreguidelines-avoid-non-const-global-variables]: src/server/QXmppServer.h#L16
variable 'QSslSocket' is non-const and globally accessible, consider making it const
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/
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/
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, 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/
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, 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, 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, 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/
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/
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)
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)