Run Clang-Tidy on taskcluster #9244
Merged
firefoxci-taskcluster / source-test-clang-tidy-macos
succeeded
Mar 20, 2024 in 7m 49s
FirefoxCI (pull_request)
Clang-tidy (Treeherder push)
Details
View task in Taskcluster
View logs in Taskcluster
[task 2024-03-20T19:22:50.264Z] /*args*/
[task 2024-03-20T19:22:50.264Z] /opt/worker/tasks/task_169452284941297/checkouts/vcs/src/inspector/inspectorhandler.cpp:201:69: warning: parameter 'args' is unused [misc-unused-parameters]
[task 2024-03-20T19:22:50.264Z] [](InspectorHandler*, const QList<QByteArray>& args) {
[task 2024-03-20T19:22:50.264Z] ^~~~
[task 2024-03-20T19:22:50.264Z] /*args*/
[task 2024-03-20T19:22:50.264Z] /opt/worker/tasks/task_169452284941297/checkouts/vcs/src/inspector/inspectorhandler.cpp:302:11: warning: use auto when initializing with a template cast to avoid duplicating the type name [modernize-use-auto]
[task 2024-03-20T19:22:50.264Z] QQmlApplicationEngine* engine = qobject_cast<QQmlApplicationEngine*>(
[task 2024-03-20T19:22:50.264Z] ^~~~~~~~~~~~~~~~~~~~~
[task 2024-03-20T19:22:50.264Z] auto
[task 2024-03-20T19:22:50.264Z] /opt/worker/tasks/task_169452284941297/checkouts/vcs/src/inspector/inspectorhandler.cpp:304:11: warning: use auto when initializing with a template cast to avoid duplicating the type name [modernize-use-auto]
[task 2024-03-20T19:22:50.264Z] QObject* item = engine->singletonInstance<QObject*>(id);
[task 2024-03-20T19:22:50.264Z] ^~~~~~~
[task 2024-03-20T19:22:50.264Z] auto
[task 2024-03-20T19:22:50.264Z] /opt/worker/tasks/task_169452284941297/checkouts/vcs/src/inspector/inspectorhandler.cpp:328:11: warning: use auto when initializing with a template cast to avoid duplicating the type name [modernize-use-auto]
[task 2024-03-20T19:22:50.264Z] QQmlApplicationEngine* engine = qobject_cast<QQmlApplicationEngine*>(
[task 2024-03-20T19:22:50.264Z] ^~~~~~~~~~~~~~~~~~~~~
[task 2024-03-20T19:22:50.264Z] auto
[task 2024-03-20T19:22:50.264Z] /opt/worker/tasks/task_169452284941297/checkouts/vcs/src/inspector/inspectorhandler.cpp:330:11: warning: use auto when initializing with a template cast to avoid duplicating the type name [modernize-use-auto]
[task 2024-03-20T19:22:50.264Z] QObject* item = engine->singletonInstance<QObject*>(id);
[task 2024-03-20T19:22:50.264Z] ^~~~~~~
[task 2024-03-20T19:22:50.264Z] auto
[task 2024-03-20T19:22:50.264Z] /opt/worker/tasks/task_169452284941297/checkouts/vcs/src/inspector/inspectorhandler.cpp:694:5: warning: use auto when initializing with new to avoid duplicating the type name [modernize-use-auto]
[task 2024-03-20T19:22:50.264Z] InspectorWebSocketServer* inspectWebSocketServer =
[task 2024-03-20T19:22:50.264Z] ^~~~~~~~~~~~~~~~~~~~~~~~
[task 2024-03-20T19:22:50.264Z] auto
[task 2024-03-20T19:22:50.264Z] /opt/worker/tasks/task_169452284941297/checkouts/vcs/src/inspector/inspectorhandler.cpp:828:3: warning: use auto when initializing with a template cast to avoid duplicating the type name [modernize-use-auto]
[task 2024-03-20T19:22:50.264Z] QQmlApplicationEngine* engine = qobject_cast<QQmlApplicationEngine*>(
[task 2024-03-20T19:22:50.264Z] ^~~~~~~~~~~~~~~~~~~~~
[task 2024-03-20T19:22:50.264Z] auto
[task 2024-03-20T19:22:50.264Z] /opt/worker/tasks/task_169452284941297/checkouts/vcs/src/inspector/inspectorhandler.cpp:836:5: warning: use auto when initializing with a template cast to avoid duplicating the type name [modernize-use-auto]
[task 2024-03-20T19:22:50.264Z] QQuickWindow* window = qobject_cast<QQuickWindow*>(root);
[task 2024-03-20T19:22:50.264Z] ^~~~~~~~~~~~
[task 2024-03-20T19:22:50.264Z] auto
[task 2024-03-20T19:22:50.264Z] 15509 warnings generated.
[task 2024-03-20T19:22:50.264Z] Suppressed 15475 warnings (15475 in non-user code).
[task 2024-03-20T19:22:50.264Z] Use -header-filter=.* to display errors from all non-system headers. Use -system-headers to display errors from system headers as well.
[task 2024-03-20T19:22:50.264Z] /opt/worker/tasks/task_169452284941297/fetches/bin/clang-tidy -export-fixes /tmp/tmplkae5gmq/tmp1zsz_syw.yaml -p=/opt/worker/tasks/task_169452284941297/build /opt/worker/tasks/task_169452284941297/checkouts/vcs/src/temporarydir.cpp
[task 2024-03-20T19:22:50.264Z] /opt/worker/tasks/task_169452284941297/checkouts/vcs/src/temporarydir.cpp:45:12: warning: avoid repeating the return type from the declaration; use a braced initializer list instead [modernize-return-braced-init-list]
[task 2024-03-20T19:22:50.264Z] return QString();
[task 2024-03-20T19:22:50.264Z] ^~~~~~~~~
[task 2024-03-20T19:22:50.264Z] {}
[task 2024-03-20T19:22:50.264Z] /opt/worker/tasks/task_169452284941297/checkouts/vcs/src/temporarydir.cpp:57:12: warning: avoid repeating the return type from the declaration; use a braced initializer list instead [modernize-return-braced-init-list]
[task 2024-03-20T19:22:50.264Z] return QString();
[task 2024-03-20T19:22:50.264Z] ^~~~~~~~~
[task 2024-03-20T19:22:50.264Z] {}
[task 2024-03-20T19:22:50.264Z] /opt/worker/tasks/task_169452284941297/checkouts/vcs/src/temporarydir.cpp:132:12: warning: avoid repeating the return type from the declaration; use a braced initializer list instead [modernize-return-braced-init-list]
[task 2024-03-20T19:22:50.264Z] return QString();
[task 2024-03-20T19:22:50.264Z] ^~~~~~~~~
[task 2024-03-20T19:22:50.264Z] {}
[task 2024-03-20T19:22:50.264Z] 6739 warnings generated.
[task 2024-03-20T19:22:50.264Z] Suppressed 6736 warnings (6736 in non-user code).
[task 2024-03-20T19:22:50.264Z] Use -header-filter=.* to display errors from all non-system headers. Use -system-headers to display errors from system headers as well.
[task 2024-03-20T19:22:50.264Z] /opt/worker/tasks/task_169452284941297/fetches/bin/clang-tidy -export-fixes /tmp/tmplkae5gmq/tmp3jz6of_c.yaml -p=/opt/worker/tasks/task_169452284941297/build /opt/worker/tasks/task_169452284941297/checkouts/vcs/src/tasks/authenticate/taskauthenticate.cpp
[task 2024-03-20T19:22:50.264Z] /opt/worker/tasks/task_169452284941297/checkouts/vcs/src/tasks/authenticate/taskauthenticate.cpp:55:13: warning: use auto when initializing with new to avoid duplicating the type name [modernize-use-auto]
[task 2024-03-20T19:22:50.264Z] NetworkRequest* request = new NetworkRequest(this, 200);
[task 2024-03-20T19:22:50.264Z] ^~~~~~~~~~~~~~
[task 2024-03-20T19:22:50.264Z] auto
[task 2024-03-20T19:22:50.264Z] 9036 warnings generated.
[task 2024-03-20T19:22:50.264Z] Suppressed 9035 warnings (9035 in non-user code).
[task 2024-03-20T19:22:50.264Z] Use -header-filter=.* to display errors from all non-system headers. Use -system-headers to display errors from system headers as well.
[task 2024-03-20T19:22:50.264Z] /opt/worker/tasks/task_169452284941297/fetches/bin/clang-tidy -export-fixes /tmp/tmplkae5gmq/tmpar0r8rdh.yaml -p=/opt/worker/tasks/task_169452284941297/build /opt/worker/tasks/task_169452284941297/checkouts/vcs/src/tasks/addonindex/taskaddonindex.cpp
[task 2024-03-20T19:22:50.264Z] /opt/worker/tasks/task_169452284941297/checkouts/vcs/src/tasks/addonindex/taskaddonindex.cpp:29:5: warning: use auto when initializing with new to avoid duplicating the type name [modernize-use-auto]
[task 2024-03-20T19:22:50.264Z] NetworkRequest* request = new NetworkRequest(this, 200);
[task 2024-03-20T19:22:50.264Z] ^~~~~~~~~~~~~~
[task 2024-03-20T19:22:50.264Z] auto
[task 2024-03-20T19:22:50.264Z] /opt/worker/tasks/task_169452284941297/checkouts/vcs/src/tasks/addonindex/taskaddonindex.cpp:54:5: warning: use auto when initializing with new to avoid duplicating the type name [modernize-use-auto]
[task 2024-03-20T19:22:50.264Z] NetworkRequest* request = new NetworkRequest(this, 200);
[task 2024-03-20T19:22:50.264Z] ^~~~~~~~~~~~~~
[task 2024-03-20T19:22:50.264Z] auto
[task 2024-03-20T19:22:50.265Z] 6774 warnings generated.
[task 2024-03-20T19:22:50.265Z] Suppressed 6772 warnings (6772 in non-user code).
[task 2024-03-20T19:22:50.265Z] Use -header-filter=.* to display errors from all non-system headers. Use -system-headers to display errors from system headers as well.
[task 2024-03-20T19:22:50.265Z] /opt/worker/tasks/task_169452284941297/fetches/bin/clang-tidy -export-fixes /tmp/tmplkae5gmq/tmp4ig47uek.yaml -p=/opt/worker/tasks/task_169452284941297/build /opt/worker/tasks/task_169452284941297/checkouts/vcs/src/rfc/rfc1918.cpp
[task 2024-03-20T19:22:50.265Z] 4989 warnings generated.
[task 2024-03-20T19:22:50.265Z] Suppressed 4989 warnings (4989 in non-user code).
[task 2024-03-20T19:22:50.265Z] Use -header-filter=.* to display errors from all non-system headers. Use -system-headers to display errors from system headers as well.
[task 2024-03-20T19:22:50.265Z] /opt/worker/tasks/task_169452284941297/fetches/bin/clang-tidy -export-fixes /tmp/tmplkae5gmq/tmp3oiqo__x.yaml -p=/opt/worker/tasks/task_169452284941297/build /opt/worker/tasks/task_169452284941297/checkouts/vcs/src/addons/state/addonsessionstate.cpp
[task 2024-03-20T19:22:50.265Z] 5668 warnings generated.
[task 2024-03-20T19:22:50.265Z] Suppressed 5668 warnings (5668 in non-user code).
[task 2024-03-20T19:22:50.265Z] Use -header-filter=.* to display errors from all non-system headers. Use -system-headers to display errors from system headers as well.
[task 2024-03-20T19:22:50.265Z] /opt/worker/tasks/task_169452284941297/fetches/bin/clang-tidy -export-fixes /tmp/tmplkae5gmq/tmpozqr7d1q.yaml -p=/opt/worker/tasks/task_169452284941297/build /opt/worker/tasks/task_169452284941297/checkouts/vcs/src/addons/conditionwatchers/addonconditionwatchergroup.cpp
[task 2024-03-20T19:22:50.265Z] 4482 warnings generated.
[task 2024-03-20T19:22:50.265Z] Suppressed 4482 warnings (4482 in non-user code).
[task 2024-03-20T19:22:50.265Z] Use -header-filter=.* to display errors from all non-system headers. Use -system-headers to display errors from system headers as well.
[task 2024-03-20T19:22:50.265Z] /opt/worker/tasks/task_169452284941297/fetches/bin/clang-tidy -export-fixes /tmp/tmplkae5gmq/tmpkxu1wxhe.yaml -p=/opt/worker/tasks/task_169452284941297/build /opt/worker/tasks/task_169452284941297/checkouts/vcs/src/versionutils.cpp
[task 2024-03-20T19:22:50.265Z] 5069 warnings generated.
[task 2024-03-20T19:22:50.265Z] Suppressed 5069 warnings (5069 in non-user code).
[task 2024-03-20T19:22:50.265Z] Use -header-filter=.* to display errors from all non-system headers. Use -system-headers to display errors from system headers as well.
[task 2024-03-20T19:22:50.265Z] /opt/worker/tasks/task_169452284941297/fetches/bin/clang-tidy -export-fixes /tmp/tmplkae5gmq/tmpyyri_20x.yaml -p=/opt/worker/tasks/task_169452284941297/build /opt/worker/tasks/task_169452284941297/checkouts/vcs/src/hawkauth.cpp
[task 2024-03-20T19:22:50.265Z] /opt/worker/tasks/task_169452284941297/checkouts/vcs/src/hawkauth.cpp:55:10: warning: avoid repeating the return type from the declaration; use a braced initializer list instead [modernize-return-braced-init-list]
[task 2024-03-20T19:22:50.265Z] return QString(digest.toBase64());
[task 2024-03-20T19:22:50.265Z] ^
[task 2024-03-20T19:22:50.265Z] 5619 warnings generated.
[task 2024-03-20T19:22:50.265Z] Suppressed 5618 warnings (5618 in non-user code).
[task 2024-03-20T19:22:50.265Z] Use -header-filter=.* to display errors from all non-system headers. Use -system-headers to display errors from system headers as well.
[task 2024-03-20T19:22:50.265Z] /opt/worker/tasks/task_169452284941297/fetches/bin/clang-tidy -export-fixes /tmp/tmplkae5gmq/tmp586ib47o.yaml -p=/opt/worker/tasks/task_169452284941297/build /opt/worker/tasks/task_169452284941297/checkouts/vcs/src/frontend/navigationbarbutton.cpp
[task 2024-03-20T19:22:50.265Z] /opt/worker/tasks/task_169452284941297/checkouts/vcs/src/frontend/navigationbarbutton.cpp:18:22: warning: pass by value and use std::move [modernize-pass-by-value]
[task 2024-03-20T19:22:50.265Z] QObject* parent, const QString& objectName,
[task 2024-03-20T19:22:50.265Z] ^~~~~~~~~~~~~~
[task 2024-03-20T19:22:50.265Z] QString
[task 2024-03-20T19:22:50.265Z] /opt/worker/tasks/task_169452284941297/checkouts/vcs/src/frontend/navigationbarbutton.cpp:19:5: warning: pass by value and use std::move [modernize-pass-by-value]
[task 2024-03-20T19:22:50.265Z] const QString& navAccessibleName, int screen,
[task 2024-03-20T19:22:50.265Z] ^~~~~~~~~~~~~~
[task 2024-03-20T19:22:50.265Z] QString
[task 2024-03-20T19:22:50.265Z] /opt/worker/tasks/task_169452284941297/checkouts/vcs/src/frontend/navigationbarbutton.cpp:20:5: warning: pass by value and use std::move [modernize-pass-by-value]
[task 2024-03-20T19:22:50.265Z] const QString& sourceUnchecked, const QString& sourceChecked,
[task 2024-03-20T19:22:50.265Z] ^~~~~~~~~~~~~~
[task 2024-03-20T19:22:50.265Z] QString
[task 2024-03-20T19:22:50.265Z] /opt/worker/tasks/task_169452284941297/checkouts/vcs/src/frontend/navigationbarbutton.cpp:20:37: warning: pass by value and use std::move [modernize-pass-by-value]
[task 2024-03-20T19:22:50.265Z] const QString& sourceUnchecked, const QString& sourceChecked,
[task 2024-03-20T19:22:50.265Z] ^~~~~~~~~~~~~~
[task 2024-03-20T19:22:50.265Z] QString
[task 2024-03-20T19:22:50.265Z] /opt/worker/tasks/task_169452284941297/checkouts/vcs/src/frontend/navigationbarbutton.cpp:21:5: warning: pass by value and use std::move [modernize-pass-by-value]
[task 2024-03-20T19:22:50.265Z] const QString& sourceUncheckedNotification,
[task 2024-03-20T19:22:50.265Z] ^~~~~~~~~~~~~~
[task 2024-03-20T19:22:50.265Z] QString
[task 2024-03-20T19:22:50.265Z] /opt/worker/tasks/task_169452284941297/checkouts/vcs/src/frontend/navigationbarbutton.cpp:22:5: warning: pass by value and use std::move [modernize-pass-by-value]
[task 2024-03-20T19:22:50.265Z] const QString& sourceCheckedNotification)
[task 2024-03-20T19:22:50.265Z] ^~~~~~~~~~~~~~
[task 2024-03-20T19:22:50.265Z] QString
[task 2024-03-20T19:22:50.265Z] 6156 warnings generated.
[task 2024-03-20T19:22:50.265Z] Suppressed 6150 warnings (6150 in non-user code).
[task 2024-03-20T19:22:50.265Z] Use -header-filter=.* to display errors from all non-system headers. Use -system-headers to display errors from system headers as well.
[task 2024-03-20T19:22:50.265Z] /opt/worker/tasks/task_169452284941297/fetches/bin/clang-tidy -export-fixes /tmp/tmplkae5gmq/tmp51yeke2i.yaml -p=/opt/worker/tasks/task_169452284941297/build /opt/worker/tasks/task_169452284941297/checkouts/vcs/src/addons/conditionwatchers/addonconditionwatcherjavascript.cpp
[task 2024-03-20T19:22:50.265Z] 7929 warnings generated.
[task 2024-03-20T19:22:50.265Z] Suppressed 7929 warnings (7929 in non-user code).
[task 2024-03-20T19:22:50.265Z] Use -header-filter=.* to display errors from all non-system headers. Use -system-headers to display errors from system headers as well.
[task 2024-03-20T19:22:50.265Z] /opt/worker/tasks/task_169452284941297/fetches/bin/clang-tidy -export-fixes /tmp/tmplkae5gmq/tmpaopgnay3.yaml -p=/opt/worker/tasks/task_169452284941297/build /opt/worker/tasks/task_169452284941297/checkouts/vcs/src/addons/addoni18n.cpp
[task 2024-03-20T19:22:50.265Z] 8604 warnings generated.
[task 2024-03-20T19:22:50.265Z] Suppressed 8604 warnings (8604 in non-user code).
[task 2024-03-20T19:22:50.265Z] Use -header-filter=.* to display errors from all non-system headers. Use -system-headers to display errors from system headers as well.
[task 2024-03-20T19:22:50.265Z] /opt/worker/tasks/task_169452284941297/fetches/bin/clang-tidy -export-fixes /tmp/tmplkae5gmq/tmpepm55fet.yaml -p=/opt/worker/tasks/task_169452284941297/build /opt/worker/tasks/task_169452284941297/checkouts/vcs/src/frontend/navigator.cpp
[task 2024-03-20T19:22:50.265Z] /opt/worker/tasks/task_169452284941297/checkouts/vcs/src/frontend/navigator.cpp:32:15: warning: member variable 'm_layer' has public visibility [misc-non-private-member-variables-in-classes]
[task 2024-03-20T19:22:50.265Z] QQuickItem* m_layer;
[task 2024-03-20T19:22:50.265Z] ^
[task 2024-03-20T19:22:50.265Z] /opt/worker/tasks/task_169452284941297/checkouts/vcs/src/frontend/navigator.cpp:33:8: warning: member variable 'm_type' has public visibility [misc-non-private-member-variables-in-classes]
[task 2024-03-20T19:22:50.265Z] Type m_type;
[task 2024-03-20T19:22:50.265Z] ^
[task 2024-03-20T19:22:50.265Z] /opt/worker/tasks/task_169452284941297/checkouts/vcs/src/frontend/navigator.cpp:39:7: warning: member variable 'm_screen' has public visibility [misc-non-private-member-variables-in-classes]
[task 2024-03-20T19:22:50.265Z] int m_screen;
[task 2024-03-20T19:22:50.265Z] ^
[task 2024-03-20T19:22:50.265Z] /opt/worker/tasks/task_169452284941297/checkouts/vcs/src/frontend/navigator.cpp:42:25: warning: member variable 'm_loadPolicy' has public visibility [misc-non-private-member-variables-in-classes]
[task 2024-03-20T19:22:50.265Z] Navigator::LoadPolicy m_loadPolicy;
[task 2024-03-20T19:22:50.265Z] ^
[task 2024-03-20T19:22:50.265Z] /opt/worker/tasks/task_169452284941297/checkouts/vcs/src/frontend/navigator.cpp:45:11: warning: member variable 'm_qmlComponentUrl' has public visibility [misc-non-private-member-variables-in-classes]
[task 2024-03-20T19:22:50.265Z] QString m_qmlComponentUrl;
[task 2024-03-20T19:22:50.265Z] ^
[task 2024-03-20T19:22:50.265Z] /opt/worker/tasks/task_169452284941297/checkouts/vcs/src/frontend/navigator.cpp:48:16: warning: member variable 'm_requiredState' has public visibility [misc-non-private-member-variables-in-classes]
[task 2024-03-20T19:22:50.265Z] QVector<int> m_requiredState;
[task 2024-03-20T19:22:50.265Z] ^
[task 2024-03-20T19:22:50.265Z] /opt/worker/tasks/task_169452284941297/checkouts/vcs/src/frontend/navigator.cpp:54:12: warning: member variable 'm_priorityGetter' has public visibility [misc-non-private-member-variables-in-classes]
[task 2024-03-20T19:22:50.265Z] int8_t (*m_priorityGetter)(int* requestedScreen) = nullptr;
[task 2024-03-20T19:22:50.265Z] ^
[task 2024-03-20T19:22:50.265Z] /opt/worker/tasks/task_169452284941297/checkouts/vcs/src/frontend/navigator.cpp:59:10: warning: member variable 'm_quitBlocked' has public visibility [misc-non-private-member-variables-in-classes]
[task 2024-03-20T19:22:50.265Z] bool (*m_quitBlocked)() = nullptr;
[task 2024-03-20T19:22:50.265Z] ^
[task 2024-03-20T19:22:50.265Z] /opt/worker/tasks/task_169452284941297/checkouts/vcs/src/frontend/navigator.cpp:62:18: warning: member variable 'm_qmlComponent' has public visibility [misc-non-private-member-variables-in-classes]
[task 2024-03-20T19:22:50.265Z] QQmlComponent* m_qmlComponent = nullptr;
[task 2024-03-20T19:22:50.266Z] ^
[task 2024-03-20T19:22:50.266Z] /opt/worker/tasks/task_169452284941297/checkouts/vcs/src/frontend/navigator.cpp:65:16: warning: member variable 'm_layers' has public visibility [misc-non-private-member-variables-in-classes]
[task 2024-03-20T19:22:50.266Z] QList<Layer> m_layers;
[task 2024-03-20T19:22:50.266Z] ^
[task 2024-03-20T19:22:50.266Z] /opt/worker/tasks/task_169452284941297/checkouts/vcs/src/frontend/navigator.cpp:68:14: warning: pass by value and use std::move [modernize-pass-by-value]
[task 2024-03-20T19:22:50.266Z] const QString& qmlComponentUrl, const QVector<int>& requiredState,
[task 2024-03-20T19:22:50.266Z] ^~~~~~~~~~~~~~
[task 2024-03-20T19:22:50.266Z] QString
[task 2024-03-20T19:22:50.266Z] /opt/worker/tasks/task_169452284941297/checkouts/vcs/src/frontend/navigator.cpp:110:5: warning: use auto when initializing with new to avoid duplicating the type name [modernize-use-auto]
[task 2024-03-20T19:22:50.266Z] QQmlComponent* qmlComponent = new QQmlComponent(
[task 2024-03-20T19:22:50.266Z] ^~~~~~~~~~~~~
[task 2024-03-20T19:22:50.266Z] auto
[task 2024-03-20T19:22:50.266Z] 9982 warnings generated.
[task 2024-03-20T19:22:50.266Z] Suppressed 9970 warnings (9970 in non-user code).
[task 2024-03-20T19:22:50.266Z] Use -header-filter=.* to display errors from all non-system headers. Use -system-headers to display errors from system headers as well.
[task 2024-03-20T19:22:50.266Z] /opt/worker/tasks/task_169452284941297/fetches/bin/clang-tidy -export-fixes /tmp/tmplkae5gmq/tmpex7z0mp_.yaml -p=/opt/worker/tasks/task_169452284941297/build /opt/worker/tasks/task_169452284941297/checkouts/vcs/src/languagei18n.cpp
[task 2024-03-20T19:22:50.266Z] 10342 warnings generated.
[task 2024-03-20T19:22:50.266Z] Suppressed 10342 warnings (10342 in non-user code).
[task 2024-03-20T19:22:50.266Z] Use -header-filter=.* to display errors from all non-system headers. Use -system-headers to display errors from system headers as well.
[task 2024-03-20T19:22:50.266Z] /opt/worker/tasks/task_169452284941297/fetches/bin/clang-tidy -export-fixes /tmp/tmplkae5gmq/tmpi7i4z9sn.yaml -p=/opt/worker/tasks/task_169452284941297/build /opt/worker/tasks/task_169452284941297/checkouts/vcs/src/addons/addonapi.cpp
[task 2024-03-20T19:22:50.266Z] /opt/worker/tasks/task_169452284941297/checkouts/vcs/src/addons/addonapi.cpp:149:3: warning: use auto when initializing with new to avoid duplicating the type name [modernize-use-auto]
[task 2024-03-20T19:22:50.266Z] AddonApiCallbackWrapper* cw = new AddonApiCallbackWrapper(this, callback);
[task 2024-03-20T19:22:50.266Z] ^~~~~~~~~~~~~~~~~~~~~~~
[task 2024-03-20T19:22:50.266Z] auto
[task 2024-03-20T19:22:50.266Z] /opt/worker/tasks/task_169452284941297/checkouts/vcs/src/addons/addonapi.cpp:165:50: warning: pass by value and use std::move [modernize-pass-by-value]
[task 2024-03-20T19:22:50.266Z] const QJSValue& callback)
[task 2024-03-20T19:22:50.266Z] ^~~~~~~~~~~~~~~
[task 2024-03-20T19:22:50.266Z] QJSValue
[task 2024-03-20T19:22:50.266Z] 9574 warnings generated.
[task 2024-03-20T19:22:50.266Z] Suppressed 9572 warnings (9572 in non-user code).
[task 2024-03-20T19:22:50.266Z] Use -header-filter=.* to display errors from all non-system headers. Use -system-headers to display errors from system headers as well.
[task 2024-03-20T19:22:50.266Z] /opt/worker/tasks/task_169452284941297/fetches/bin/clang-tidy -export-fixes /tmp/tmplkae5gmq/tmpqmz5trl8.yaml -p=/opt/worker/tasks/task_169452284941297/build /opt/worker/tasks/task_169452284941297/checkouts/vcs/src/addons/addon.cpp
[task 2024-03-20T19:22:50.266Z] /opt/worker/tasks/task_169452284941297/checkouts/vcs/src/addons/addon.cpp:436:33: warning: pass by value and use std::move [modernize-pass-by-value]
[task 2024-03-20T19:22:50.266Z] const QString& id, const QString& name, const QString& type)
[task 2024-03-20T19:22:50.266Z] ^~~~~~~~~~~~~~
[task 2024-03-20T19:22:50.266Z] QString
[task 2024-03-20T19:22:50.266Z] /opt/worker/tasks/task_169452284941297/checkouts/vcs/src/addons/addon.cpp:436:54: warning: pass by value and use std::move [modernize-pass-by-value]
[task 2024-03-20T19:22:50.266Z] const QString& id, const QString& name, const QString& type)
[task 2024-03-20T19:22:50.266Z] ^~~~~~~~~~~~~~
[task 2024-03-20T19:22:50.266Z] QString
[task 2024-03-20T19:22:50.266Z] /opt/worker/tasks/task_169452284941297/checkouts/vcs/src/addons/addon.cpp:700:3: warning: use auto when initializing with new to avoid duplicating the type name [modernize-use-auto]
[task 2024-03-20T19:22:50.266Z] QTranslator* translator = new QTranslator(this);
[task 2024-03-20T19:22:50.266Z] ^~~~~~~~~~~
[task 2024-03-20T19:22:50.266Z] auto
[task 2024-03-20T19:22:50.266Z] 12323 warnings generated.
[task 2024-03-20T19:22:50.266Z] Suppressed 12320 warnings (12320 in non-user code).
[task 2024-03-20T19:22:50.266Z] Use -header-filter=.* to display errors from all non-system headers. Use -system-headers to display errors from system headers as well.
[task 2024-03-20T19:22:50.266Z] /opt/worker/tasks/task_169452284941297/fetches/bin/clang-tidy -export-fixes /tmp/tmplkae5gmq/tmpa_ir3nxq.yaml -p=/opt/worker/tasks/task_169452284941297/build /opt/worker/tasks/task_169452284941297/checkouts/vcs/src/localizer.cpp
[task 2024-03-20T19:22:50.266Z] /opt/worker/tasks/task_169452284941297/checkouts/vcs/src/localizer.cpp:363:3: warning: use auto when initializing with new to avoid duplicating the type name [modernize-use-auto]
[task 2024-03-20T19:22:50.266Z] QTranslator* translator = new QTranslator(this);
[task 2024-03-20T19:22:50.266Z] ^~~~~~~~~~~
[task 2024-03-20T19:22:50.266Z] auto
[task 2024-03-20T19:22:50.266Z] /opt/worker/tasks/task_169452284941297/checkouts/vcs/src/localizer.cpp:501:12: warning: avoid repeating the return type from the declaration; use a braced initializer list instead [modernize-return-braced-init-list]
[task 2024-03-20T19:22:50.266Z] return QVariant();
[task 2024-03-20T19:22:50.266Z] ^~~~~~~~~~
[task 2024-03-20T19:22:50.266Z] {}
[task 2024-03-20T19:22:50.266Z] /opt/worker/tasks/task_169452284941297/checkouts/vcs/src/localizer.cpp:508:14: warning: avoid repeating the return type from the declaration; use a braced initializer list instead [modernize-return-braced-init-list]
[task 2024-03-20T19:22:50.266Z] return QVariant(localizedLanguageName(language));
[task 2024-03-20T19:22:50.266Z] ^
[task 2024-03-20T19:22:50.266Z] /opt/worker/tasks/task_169452284941297/checkouts/vcs/src/localizer.cpp:511:14: warning: avoid repeating the return type from the declaration; use a braced initializer list instead [modernize-return-braced-init-list]
[task 2024-03-20T19:22:50.266Z] return QVariant(language.m_nativeLanguageName);
[task 2024-03-20T19:22:50.266Z] ^
[task 2024-03-20T19:22:50.266Z] /opt/worker/tasks/task_169452284941297/checkouts/vcs/src/localizer.cpp:514:14: warning: avoid repeating the return type from the declaration; use a braced initializer list instead [modernize-return-braced-init-list]
[task 2024-03-20T19:22:50.266Z] return QVariant(language.m_code);
[task 2024-03-20T19:22:50.266Z] ^
[task 2024-03-20T19:22:50.266Z] /opt/worker/tasks/task_169452284941297/checkouts/vcs/src/localizer.cpp:517:14: warning: avoid repeating the return type from the declaration; use a braced initializer list instead [modernize-return-braced-init-list]
[task 2024-03-20T19:22:50.266Z] return QVariant(language.m_rtl);
[task 2024-03-20T19:22:50.266Z] ^~~~~~~~~ ~
[task 2024-03-20T19:22:50.266Z] { }
[task 2024-03-20T19:22:50.266Z] /opt/worker/tasks/task_169452284941297/checkouts/vcs/src/localizer.cpp:520:14: warning: avoid repeating the return type from the declaration; use a braced initializer list instead [modernize-return-braced-init-list]
[task 2024-03-20T19:22:50.266Z] return QVariant();
[task 2024-03-20T19:22:50.266Z] ^~~~~~~~~~
[task 2024-03-20T19:22:50.266Z] {}
[task 2024-03-20T19:22:50.266Z] 11274 warnings generated.
[task 2024-03-20T19:22:50.266Z] Suppressed 11267 warnings (11267 in non-user code).
[task 2024-03-20T19:22:50.266Z] Use -header-filter=.* to display errors from all non-system headers. Use -system-headers to display errors from system headers as well.
[task 2024-03-20T19:22:50.266Z] Writing fixes to /opt/worker/tasks/task_169452284941297/build/clang-tidy/shared-sources-report.yaml ...
[task 2024-03-20T19:22:50.266Z] + rm -rf /opt/worker/tasks/task_169452284941297/build
[fetches 2024-03-20T19:22:52.203Z] removing /opt/worker/tasks/task_169452284941297/fetches
[fetches 2024-03-20T19:23:02.882Z] finished
[taskcluster 2024-03-20T19:23:02.896Z] Exit Code: 0
[taskcluster 2024-03-20T19:23:02.896Z] User Time: 56m49.25136s
[taskcluster 2024-03-20T19:23:02.896Z] Kernel Time: 3m1.861498s
[taskcluster 2024-03-20T19:23:02.896Z] Wall Time: 7m42.817478s
[taskcluster 2024-03-20T19:23:02.896Z] Result: SUCCEEDED
[taskcluster 2024-03-20T19:23:02.896Z] === Task Finished ===
[taskcluster 2024-03-20T19:23:02.896Z] Task Duration: 7m42.821015s
[taskcluster 2024-03-20T19:23:03.044Z] Uploading artifact public/logs/certified.log from file /opt/worker/tasks/task_169452284941297/generic-worker/certified.log with content encoding "gzip", mime type "text/plain; charset=utf-8" and expiry 2024-04-17T19:15:13.603Z
[taskcluster 2024-03-20T19:23:03.360Z] Uploading artifact public/chain-of-trust.json from file /opt/worker/tasks/task_169452284941297/generic-worker/chain-of-trust.json with content encoding "gzip", mime type "text/plain; charset=utf-8" and expiry 2024-04-17T19:15:13.603Z
[taskcluster 2024-03-20T19:23:03.611Z] Uploading artifact public/chain-of-trust.json.sig from file /opt/worker/tasks/task_169452284941297/generic-worker/chain-of-trust.json.sig with content encoding "gzip", mime type "application/octet-stream" and expiry 2024-04-17T19:15:13.603Z
[taskcluster 2024-03-20T19:23:03.876Z] Uploading link artifact public/logs/live.log to artifact public/logs/live_backing.log with expiry 2024-04-17T19:15:13.603Z
Loading