[Bot] Update i18n on 2.25.0 #10219
Merged
[Bot] Update i18n on 2.25.0 #10219
firefoxci-taskcluster / source-test-clang-tidy-macos
succeeded
Jan 27, 2025 in 11m 46s
FirefoxCI (pull_request)
Clang-tidy (Treeherder push)
Details
View task in Taskcluster | View logs in Taskcluster | View task group in Taskcluster
Task Status
Started: 2025-01-27T08:20:35.337Z
Resolved: 2025-01-27T08:32:12.445Z
Task Execution Time: 11 minutes, 37 seconds, 108 milliseconds
Task Status: completed
Reason Resolved: completed
RunId: 0
Artifacts
- public/chain-of-trust.json
- public/chain-of-trust.json.sig
- public/logs/certified.log
- public/logs/live_backing.log
- public/logs/live.log
[taskcluster 2025-01-27T08:20:35.226Z] Worker Type (releng-hardware/mozillavpn-b-1-osx) settings:
[taskcluster 2025-01-27T08:20:35.226Z] {
[taskcluster 2025-01-27T08:20:35.226Z] "arch": "x86_64",
[taskcluster 2025-01-27T08:20:35.226Z] "config": {
[taskcluster 2025-01-27T08:20:35.226Z] "deploymentId": ""
[taskcluster 2025-01-27T08:20:35.226Z] },
[taskcluster 2025-01-27T08:20:35.226Z] "disk_size": "233.47 GiB",
[taskcluster 2025-01-27T08:20:35.226Z] "generic-worker": {
[taskcluster 2025-01-27T08:20:35.226Z] "engine": "multiuser",
[taskcluster 2025-01-27T08:20:35.226Z] "go-arch": "amd64",
[taskcluster 2025-01-27T08:20:35.226Z] "go-os": "darwin",
[taskcluster 2025-01-27T08:20:35.226Z] "go-version": "go1.22.0",
[taskcluster 2025-01-27T08:20:35.226Z] "release": "https://github.com/taskcluster/taskcluster/releases/tag/v60.3.4",
[taskcluster 2025-01-27T08:20:35.226Z] "revision": "943a6f2b0d14fa0270280bc6f23acc2945d0fe45",
[taskcluster 2025-01-27T08:20:35.226Z] "source": "https://github.com/taskcluster/taskcluster/commits/943a6f2b0d14fa0270280bc6f23acc2945d0fe45",
[taskcluster 2025-01-27T08:20:35.226Z] "version": "60.3.4"
[taskcluster 2025-01-27T08:20:35.226Z] },
[taskcluster 2025-01-27T08:20:35.226Z] "ip": "10.49.59.29",
[taskcluster 2025-01-27T08:20:35.226Z] "machine-setup": {
[taskcluster 2025-01-27T08:20:35.226Z] "config": "https://github.com/mozilla-platform-ops/ronin_puppet"
...(7508 lines hidden)...
[task 2025-01-27T08:31:58.047Z] ^~~~~~~~~~~~~~
[task 2025-01-27T08:31:58.047Z] QString
[task 2025-01-27T08:31:58.047Z] /opt/worker/tasks/task_171346633440806/checkouts/vcs/src/command.cpp:59:18: warning: pass by value and use std::move [modernize-pass-by-value]
[task 2025-01-27T08:31:58.047Z] const QString& description)
[task 2025-01-27T08:31:58.047Z] ^~~~~~~~~~~~~~
[task 2025-01-27T08:31:58.047Z] QString
[task 2025-01-27T08:31:58.047Z] /opt/worker/tasks/task_171346633440806/checkouts/vcs/src/command.cpp:105:3: warning: variable 'callback' of type 'std::function<int ()>' can be declared 'const' [misc-const-correctness]
[task 2025-01-27T08:31:58.047Z] std::function<int()> callback = std::move(a_callback);
[task 2025-01-27T08:31:58.047Z] ^
[task 2025-01-27T08:31:58.047Z] const
[task 2025-01-27T08:31:58.047Z] /opt/worker/tasks/task_171346633440806/checkouts/vcs/src/command.cpp:111:3: warning: variable 'settingsHolder' of type 'SettingsHolder' can be declared 'const' [misc-const-correctness]
[task 2025-01-27T08:31:58.047Z] SettingsHolder settingsHolder;
[task 2025-01-27T08:31:58.047Z] ^
[task 2025-01-27T08:31:58.047Z] const
[task 2025-01-27T08:31:58.047Z] /opt/worker/tasks/task_171346633440806/checkouts/vcs/src/command.cpp:124:3: warning: variable 'app' of type 'QCoreApplication' can be declared 'const' [misc-const-correctness]
[task 2025-01-27T08:31:58.047Z] QCoreApplication app(CommandLineParser::argc(), CommandLineParser::argv());
[task 2025-01-27T08:31:58.047Z] ^
[task 2025-01-27T08:31:58.047Z] const
[task 2025-01-27T08:31:58.047Z] /opt/worker/tasks/task_171346633440806/checkouts/vcs/src/command.cpp:126:3: warning: variable 'localizer' of type 'Localizer' can be declared 'const' [misc-const-correctness]
[task 2025-01-27T08:31:58.047Z] Localizer localizer;
[task 2025-01-27T08:31:58.047Z] ^
[task 2025-01-27T08:31:58.047Z] const
[task 2025-01-27T08:31:58.047Z] /opt/worker/tasks/task_171346633440806/checkouts/vcs/src/command.cpp:127:3: warning: variable 'snm' of type 'SimpleNetworkManager' can be declared 'const' [misc-const-correctness]
[task 2025-01-27T08:31:58.047Z] SimpleNetworkManager snm;
[task 2025-01-27T08:31:58.047Z] ^
[task 2025-01-27T08:31:58.047Z] const
[task 2025-01-27T08:31:58.047Z] /opt/worker/tasks/task_171346633440806/checkouts/vcs/src/command.cpp:133:3: warning: variable 'callback' of type 'std::function<int ()>' can be declared 'const' [misc-const-correctness]
[task 2025-01-27T08:31:58.047Z] std::function<int()> callback = std::move(a_callback);
[task 2025-01-27T08:31:58.047Z] ^
[task 2025-01-27T08:31:58.047Z] const
[task 2025-01-27T08:31:58.047Z] /opt/worker/tasks/task_171346633440806/checkouts/vcs/src/command.cpp:139:3: warning: variable 'settingsHolder' of type 'SettingsHolder' can be declared 'const' [misc-const-correctness]
[task 2025-01-27T08:31:58.047Z] SettingsHolder settingsHolder;
[task 2025-01-27T08:31:58.047Z] ^
[task 2025-01-27T08:31:58.047Z] const
[task 2025-01-27T08:31:58.047Z] /opt/worker/tasks/task_171346633440806/checkouts/vcs/src/command.cpp:152:3: warning: variable 'app' of type 'QApplication' can be declared 'const' [misc-const-correctness]
[task 2025-01-27T08:31:58.047Z] QApplication app(CommandLineParser::argc(), CommandLineParser::argv());
[task 2025-01-27T08:31:58.047Z] ^
[task 2025-01-27T08:31:58.047Z] const
[task 2025-01-27T08:31:58.047Z] /opt/worker/tasks/task_171346633440806/checkouts/vcs/src/command.cpp:154:3: warning: variable 'localizer' of type 'Localizer' can be declared 'const' [misc-const-correctness]
[task 2025-01-27T08:31:58.047Z] Localizer localizer;
[task 2025-01-27T08:31:58.047Z] ^
[task 2025-01-27T08:31:58.047Z] const
[task 2025-01-27T08:31:58.047Z] /opt/worker/tasks/task_171346633440806/checkouts/vcs/src/command.cpp:155:3: warning: variable 'snm' of type 'SimpleNetworkManager' can be declared 'const' [misc-const-correctness]
[task 2025-01-27T08:31:58.047Z] SimpleNetworkManager snm;
[task 2025-01-27T08:31:58.047Z] ^
[task 2025-01-27T08:31:58.047Z] const
[task 2025-01-27T08:31:58.047Z] /opt/worker/tasks/task_171346633440806/checkouts/vcs/src/command.cpp:161:3: warning: variable 'icon' of type 'QIcon' can be declared 'const' [misc-const-correctness]
[task 2025-01-27T08:31:58.047Z] QIcon icon(Constants::LOGO_URL);
[task 2025-01-27T08:31:58.047Z] ^
[task 2025-01-27T08:31:58.047Z] const
[task 2025-01-27T08:31:58.047Z] /opt/worker/tasks/task_171346633440806/checkouts/vcs/src/command.cpp:168:3: warning: variable 'callback' of type 'std::function<int ()>' can be declared 'const' [misc-const-correctness]
[task 2025-01-27T08:31:58.047Z] std::function<int()> callback = std::move(a_callback);
[task 2025-01-27T08:31:58.047Z] ^
[task 2025-01-27T08:31:58.047Z] const
[task 2025-01-27T08:31:58.047Z] /opt/worker/tasks/task_171346633440806/checkouts/vcs/src/command.cpp:174:3: warning: variable 'settingsHolder' of type 'SettingsHolder' can be declared 'const' [misc-const-correctness]
[task 2025-01-27T08:31:58.047Z] SettingsHolder settingsHolder;
[task 2025-01-27T08:31:58.047Z] ^
[task 2025-01-27T08:31:58.047Z] const
[task 2025-01-27T08:31:58.047Z] /opt/worker/tasks/task_171346633440806/checkouts/vcs/src/command.cpp:208:3: warning: variable 'app' of type 'QApplication' can be declared 'const' [misc-const-correctness]
[task 2025-01-27T08:31:58.047Z] QApplication app(CommandLineParser::argc(), CommandLineParser::argv());
[task 2025-01-27T08:31:58.047Z] ^
[task 2025-01-27T08:31:58.047Z] const
[task 2025-01-27T08:31:58.047Z] /opt/worker/tasks/task_171346633440806/checkouts/vcs/src/command.cpp:210:3: warning: variable 'localizer' of type 'Localizer' can be declared 'const' [misc-const-correctness]
[task 2025-01-27T08:31:58.047Z] Localizer localizer;
[task 2025-01-27T08:31:58.047Z] ^
[task 2025-01-27T08:31:58.047Z] const
[task 2025-01-27T08:31:58.047Z] /opt/worker/tasks/task_171346633440806/checkouts/vcs/src/command.cpp:216:3: warning: variable 'icon' of type 'QIcon' can be declared 'const' [misc-const-correctness]
[task 2025-01-27T08:31:58.047Z] QIcon icon(Constants::LOGO_URL);
[task 2025-01-27T08:31:58.047Z] ^
[task 2025-01-27T08:31:58.047Z] const
[task 2025-01-27T08:31:58.047Z] /opt/worker/tasks/task_171346633440806/checkouts/vcs/src/command.cpp:225:3: warning: use range-based for loop instead [modernize-loop-convert]
[task 2025-01-27T08:31:58.047Z] for (auto i = s_commandCreators.begin(); i != s_commandCreators.end(); ++i) {
[task 2025-01-27T08:31:58.047Z] ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[task 2025-01-27T08:31:58.047Z] (auto & s_commandCreator : s_commandCreators)
[task 2025-01-27T08:31:58.047Z] 8470 warnings generated.
[task 2025-01-27T08:31:58.047Z] Suppressed 8451 warnings (8451 in non-user code).
[task 2025-01-27T08:31:58.047Z] Use -header-filter=.* to display errors from all non-system headers. Use -system-headers to display errors from system headers as well.
[task 2025-01-27T08:31:58.047Z] /opt/worker/tasks/task_171346633440806/fetches/bin/clang-tidy -export-fixes /tmp/tmpba2nduc8/tmpuz2ebajs.yaml -p=/opt/worker/tasks/task_171346633440806/build /opt/worker/tasks/task_171346633440806/checkouts/vcs/src/tasks/ipfinder/taskipfinder.cpp
[task 2025-01-27T08:31:58.047Z] /opt/worker/tasks/task_171346633440806/checkouts/vcs/src/tasks/ipfinder/taskipfinder.cpp:50:3: warning: variable 'url' of type 'QUrl' can be declared 'const' [misc-const-correctness]
[task 2025-01-27T08:31:58.047Z] QUrl url(Constants::apiBaseUrl());
[task 2025-01-27T08:31:58.047Z] ^
[task 2025-01-27T08:31:58.047Z] const
[task 2025-01-27T08:31:58.047Z] /opt/worker/tasks/task_171346633440806/checkouts/vcs/src/tasks/ipfinder/taskipfinder.cpp:90:3: warning: variable 'host' of type 'QString' can be declared 'const' [misc-const-correctness]
[task 2025-01-27T08:31:58.047Z] QString host = url.host();
[task 2025-01-27T08:31:58.047Z] ^
[task 2025-01-27T08:31:58.047Z] const
[task 2025-01-27T08:31:58.047Z] /opt/worker/tasks/task_171346633440806/checkouts/vcs/src/tasks/ipfinder/taskipfinder.cpp:104:3: warning: use auto when initializing with new to avoid duplicating the type name [modernize-use-auto]
[task 2025-01-27T08:31:58.047Z] NetworkRequest* request = new NetworkRequest(this, 200);
[task 2025-01-27T08:31:58.047Z] ^~~~~~~~~~~~~~
[task 2025-01-27T08:31:58.047Z] auto
[task 2025-01-27T08:31:58.047Z] /opt/worker/tasks/task_171346633440806/checkouts/vcs/src/tasks/ipfinder/taskipfinder.cpp:121:13: warning: variable 'errorType' of type 'ErrorHandler::ErrorType' can be declared 'const' [misc-const-correctness]
[task 2025-01-27T08:31:58.047Z] ErrorHandler::ErrorType errorType =
[task 2025-01-27T08:31:58.047Z] ^
[task 2025-01-27T08:31:58.047Z] const
[task 2025-01-27T08:31:58.047Z] /opt/worker/tasks/task_171346633440806/checkouts/vcs/src/tasks/ipfinder/taskipfinder.cpp:140:13: warning: variable 'json' of type 'QJsonDocument' can be declared 'const' [misc-const-correctness]
[task 2025-01-27T08:31:58.047Z] QJsonDocument json = QJsonDocument::fromJson(data);
[task 2025-01-27T08:31:58.047Z] ^
[task 2025-01-27T08:31:58.047Z] const
[task 2025-01-27T08:31:58.047Z] /opt/worker/tasks/task_171346633440806/checkouts/vcs/src/tasks/ipfinder/taskipfinder.cpp:144:15: warning: variable 'country' of type 'QJsonValue' can be declared 'const' [misc-const-correctness]
[task 2025-01-27T08:31:58.047Z] QJsonValue country = obj.take("country");
[task 2025-01-27T08:31:58.047Z] ^
[task 2025-01-27T08:31:58.047Z] const
[task 2025-01-27T08:31:58.047Z] /opt/worker/tasks/task_171346633440806/checkouts/vcs/src/tasks/ipfinder/taskipfinder.cpp:145:15: warning: variable 'value' of type 'QJsonValue' can be declared 'const' [misc-const-correctness]
[task 2025-01-27T08:31:58.047Z] QJsonValue value = obj.value("ip");
[task 2025-01-27T08:31:58.047Z] ^
[task 2025-01-27T08:31:58.047Z] const
[task 2025-01-27T08:31:58.047Z] 7558 warnings generated.
[task 2025-01-27T08:31:58.047Z] Suppressed 7547 warnings (7547 in non-user code).
[task 2025-01-27T08:31:58.047Z] Use -header-filter=.* to display errors from all non-system headers. Use -system-headers to display errors from system headers as well.
[task 2025-01-27T08:31:58.047Z] /opt/worker/tasks/task_171346633440806/fetches/bin/clang-tidy -export-fixes /tmp/tmpba2nduc8/tmp_w6fy8jb.yaml -p=/opt/worker/tasks/task_171346633440806/build /opt/worker/tasks/task_171346633440806/checkouts/vcs/src/mozillavpn.cpp
[task 2025-01-27T08:31:58.047Z] /opt/worker/tasks/task_171346633440806/checkouts/vcs/src/mozillavpn.cpp:264:3: warning: variable 'initTasks' of type 'QList<Task *>' can be declared 'const' [misc-const-correctness]
[task 2025-01-27T08:31:58.047Z] QList<Task*> initTasks{new TaskAddonIndex()};
[task 2025-01-27T08:31:58.047Z] ^
[task 2025-01-27T08:31:58.047Z] const
[task 2025-01-27T08:31:58.047Z] /opt/worker/tasks/task_171346633440806/checkouts/vcs/src/mozillavpn.cpp:461:3: warning: use auto when initializing with new to avoid duplicating the type name [modernize-use-auto]
[task 2025-01-27T08:31:58.047Z] TaskAuthenticate* taskAuthenticate = new TaskAuthenticate(authenticationType);
[task 2025-01-27T08:31:58.047Z] ^~~~~~~~~~~~~~~~
[task 2025-01-27T08:31:58.047Z] auto
[task 2025-01-27T08:31:58.047Z] /opt/worker/tasks/task_171346633440806/checkouts/vcs/src/mozillavpn.cpp:543:3: warning: variable 'option' of type 'RemovalDeviceOption' can be declared 'const' [misc-const-correctness]
[task 2025-01-27T08:31:58.047Z] RemovalDeviceOption option = maybeRemoveCurrentDevice();
[task 2025-01-27T08:31:58.047Z] ^
[task 2025-01-27T08:31:58.047Z] const
[task 2025-01-27T08:31:58.047Z] /opt/worker/tasks/task_171346633440806/checkouts/vcs/src/mozillavpn.cpp:669:3: warning: use auto when initializing with new to avoid duplicating the type name [modernize-use-auto]
[task 2025-01-27T08:31:58.047Z] QString* buffer = new QString();
[task 2025-01-27T08:31:58.047Z] ^~~~~~~
[task 2025-01-27T08:31:58.047Z] auto
[task 2025-01-27T08:31:58.047Z] /opt/worker/tasks/task_171346633440806/checkouts/vcs/src/mozillavpn.cpp:670:3: warning: use auto when initializing with new to avoid duplicating the type name [modernize-use-auto]
[task 2025-01-27T08:31:58.047Z] QTextStream* out = new QTextStream(buffer);
[task 2025-01-27T08:31:58.047Z] ^~~~~~~~~~~
[task 2025-01-27T08:31:58.047Z] auto
[task 2025-01-27T08:31:58.047Z] /opt/worker/tasks/task_171346633440806/checkouts/vcs/src/mozillavpn.cpp:1214:3: warning: use auto when initializing with new to avoid duplicating the type name [modernize-use-auto]
[task 2025-01-27T08:31:58.047Z] TaskDeleteAccount* task = new TaskDeleteAccount(m_private->m_user.email());
[task 2025-01-27T08:31:58.047Z] ^~~~~~~~~~~~~~~~~
[task 2025-01-27T08:31:58.047Z] auto
[task 2025-01-27T08:31:58.047Z] /opt/worker/tasks/task_171346633440806/checkouts/vcs/src/mozillavpn.cpp:1229:3: warning: variable 'refreshTasks' of type 'QList<Task *>' can be declared 'const' [misc-const-correctness]
[task 2025-01-27T08:31:58.047Z] QList<Task*> refreshTasks{
[task 2025-01-27T08:31:58.047Z] ^
[task 2025-01-27T08:31:58.047Z] const
[task 2025-01-27T08:31:58.047Z] /opt/worker/tasks/task_171346633440806/checkouts/vcs/src/mozillavpn.cpp:1245:5: warning: variable 'st' of type 'Controller::State' can be declared 'const' [misc-const-correctness]
[task 2025-01-27T08:31:58.047Z] Controller::State st = m_private->m_controller.state();
[task 2025-01-27T08:31:58.048Z] ^
[task 2025-01-27T08:31:58.048Z] const
[task 2025-01-27T08:31:58.048Z] /opt/worker/tasks/task_171346633440806/checkouts/vcs/src/mozillavpn.cpp:1357:3: warning: variable 'alert' of type 'ErrorHandler::AlertType' can be declared 'const' [misc-const-correctness]
[task 2025-01-27T08:31:58.048Z] ErrorHandler::AlertType alert = ErrorHandler::instance()->alert();
[task 2025-01-27T08:31:58.048Z] ^
[task 2025-01-27T08:31:58.048Z] const
[task 2025-01-27T08:31:58.048Z] /opt/worker/tasks/task_171346633440806/checkouts/vcs/src/mozillavpn.cpp:1731:13: warning: function 'resetNotification' declared 'static', move to anonymous namespace instead [misc-use-anonymous-namespace]
[task 2025-01-27T08:31:58.048Z] static void resetNotification(NavigationBarButton* icon) {
[task 2025-01-27T08:31:58.048Z] ^
[task 2025-01-27T08:31:58.048Z] /opt/worker/tasks/task_171346633440806/checkouts/vcs/src/mozillavpn.cpp:1751:3: warning: use auto when initializing with new to avoid duplicating the type name [modernize-use-auto]
[task 2025-01-27T08:31:58.048Z] NavigationBarButton* messageIcon = new NavigationBarButton(
[task 2025-01-27T08:31:58.048Z] ^~~~~~~~~~~~~~~~~~~
[task 2025-01-27T08:31:58.048Z] auto
[task 2025-01-27T08:31:58.048Z] /opt/worker/tasks/task_171346633440806/checkouts/vcs/src/mozillavpn.cpp:2059:9: warning: variable 'tags' of type 'QStringList' (aka 'QList<QString>') can be declared 'const' [misc-const-correctness]
[task 2025-01-27T08:31:58.048Z] QStringList tags = QString(arguments[1]).split(',');
[task 2025-01-27T08:31:58.048Z] ^
[task 2025-01-27T08:31:58.048Z] const
[task 2025-01-27T08:31:58.048Z] /opt/worker/tasks/task_171346633440806/checkouts/vcs/src/mozillavpn.cpp:2076:9: warning: variable 'obj' of type 'QJsonObject' can be declared 'const' [misc-const-correctness]
[task 2025-01-27T08:31:58.048Z] QJsonObject obj;
[task 2025-01-27T08:31:58.048Z] ^
[task 2025-01-27T08:31:58.048Z] const
[task 2025-01-27T08:31:58.048Z] /opt/worker/tasks/task_171346633440806/checkouts/vcs/src/mozillavpn.cpp:2077:9: warning: variable 'byteArray' of type 'QByteArray' can be declared 'const' [misc-const-correctness]
[task 2025-01-27T08:31:58.048Z] QByteArray byteArray = arguments[1].toLower();
[task 2025-01-27T08:31:58.048Z] ^
[task 2025-01-27T08:31:58.048Z] const
[task 2025-01-27T08:31:58.048Z] /opt/worker/tasks/task_171346633440806/checkouts/vcs/src/mozillavpn.cpp:2079:9: warning: variable 'forceDisconnection' of type 'bool' can be declared 'const' [misc-const-correctness]
[task 2025-01-27T08:31:58.048Z] bool forceDisconnection = byteArray.contains("true");
[task 2025-01-27T08:31:58.048Z] ^
[task 2025-01-27T08:31:58.048Z] const
[task 2025-01-27T08:31:58.048Z] /opt/worker/tasks/task_171346633440806/fetches/qt_dist/include/QtCore/qtimer.h:77:5: warning: Potential memory leak [clang-analyzer-cplusplus.NewDeleteLeaks]
[task 2025-01-27T08:31:58.048Z] }
[task 2025-01-27T08:31:58.048Z] ^
[task 2025-01-27T08:31:58.048Z] /opt/worker/tasks/task_171346633440806/checkouts/vcs/src/mozillavpn.cpp:808:3: note: Calling 'QTimer::singleShot'
[task 2025-01-27T08:31:58.048Z] QTimer::singleShot(0, this, &MozillaVPN::initializeGlean);
[task 2025-01-27T08:31:58.048Z] ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[task 2025-01-27T08:31:58.048Z] /opt/worker/tasks/task_171346633440806/fetches/qt_dist/include/QtCore/qtimer.h:63:9: note: Calling 'QTimer::singleShot'
[task 2025-01-27T08:31:58.048Z] singleShot(interval, defaultTypeFor(interval), receiver, std::forward<Functor>(slot));
[task 2025-01-27T08:31:58.048Z] ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[task 2025-01-27T08:31:58.048Z] /opt/worker/tasks/task_171346633440806/fetches/qt_dist/include/QtCore/qtimer.h:76:24: note: Calling 'makeCallableObject<void (*)(), void (MozillaVPN::*)()>'
[task 2025-01-27T08:31:58.048Z] QtPrivate::makeCallableObject<Prototype>(std::forward<Functor>(slot)));
[task 2025-01-27T08:31:58.048Z] ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[task 2025-01-27T08:31:58.048Z] 13862 warnings generated.
[task 2025-01-27T08:31:58.048Z] Suppressed 13843 warnings (13842 in non-user code, 1 NOLINT).
[task 2025-01-27T08:31:58.048Z] Use -header-filter=.* to display errors from all non-system headers. Use -system-headers to display errors from system headers as well.
[task 2025-01-27T08:31:58.048Z] Writing fixes to /opt/worker/tasks/task_171346633440806/build/clang-tidy/mozillavpn-sources-report.yaml ...
[task 2025-01-27T08:31:58.048Z] + rm -rf /opt/worker/tasks/task_171346633440806/build
[fetches 2025-01-27T08:32:00.340Z] removing /opt/worker/tasks/task_171346633440806/fetches
[fetches 2025-01-27T08:32:11.040Z] finished
[taskcluster 2025-01-27T08:32:11.048Z] Exit Code: 0
[taskcluster 2025-01-27T08:32:11.048Z] User Time: 1h24m1.767357s
[taskcluster 2025-01-27T08:32:11.048Z] Kernel Time: 3m5.944292s
[taskcluster 2025-01-27T08:32:11.048Z] Wall Time: 11m35.12262s
[taskcluster 2025-01-27T08:32:11.048Z] Result: SUCCEEDED
[taskcluster 2025-01-27T08:32:11.048Z] === Task Finished ===
[taskcluster 2025-01-27T08:32:11.048Z] Task Duration: 11m35.12617s
[taskcluster 2025-01-27T08:32:11.139Z] Uploading artifact public/logs/certified.log from file /opt/worker/tasks/task_171346633440806/generic-worker/certified.log with content encoding "gzip", mime type "text/plain; charset=utf-8" and expiry 2025-02-24T08:20:25.617Z
[taskcluster 2025-01-27T08:32:11.495Z] Uploading artifact public/chain-of-trust.json from file /opt/worker/tasks/task_171346633440806/generic-worker/chain-of-trust.json with content encoding "gzip", mime type "text/plain; charset=utf-8" and expiry 2025-02-24T08:20:25.617Z
[taskcluster 2025-01-27T08:32:11.777Z] Uploading artifact public/chain-of-trust.json.sig from file /opt/worker/tasks/task_171346633440806/generic-worker/chain-of-trust.json.sig with content encoding "gzip", mime type "application/octet-stream" and expiry 2025-02-24T08:20:25.617Z
[taskcluster 2025-01-27T08:32:12.059Z] Uploading link artifact public/logs/live.log to artifact public/logs/live_backing.log with expiry 2025-02-24T08:20:25.617Z
Loading