Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FXVPN-377 Fix DNS Inclusion #10257

Merged
merged 5 commits into from
Feb 13, 2025

restore headers?

c735732
Select commit
Loading
Failed to load commit list.
Merged

FXVPN-377 Fix DNS Inclusion #10257

restore headers?
c735732
Select commit
Loading
Failed to load commit list.
firefoxci-taskcluster / source-test-clang-tidy-macos succeeded Feb 12, 2025 in 20m 41s

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-02-12T17:58:38.680Z
Resolved: 2025-02-12T18:09:47.409Z
Task Execution Time: 11 minutes, 8 seconds, 729 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-02-12T17:58:38.704Z] Worker Type (releng-hardware/mozillavpn-b-1-osx) settings:
[taskcluster 2025-02-12T17:58:38.704Z]   {
[taskcluster 2025-02-12T17:58:38.704Z]     "arch": "x86_64",
[taskcluster 2025-02-12T17:58:38.704Z]     "config": {
[taskcluster 2025-02-12T17:58:38.704Z]       "deploymentId": ""
[taskcluster 2025-02-12T17:58:38.704Z]     },
[taskcluster 2025-02-12T17:58:38.704Z]     "disk_size": "233.47 GiB",
[taskcluster 2025-02-12T17:58:38.704Z]     "generic-worker": {
[taskcluster 2025-02-12T17:58:38.704Z]       "engine": "multiuser",
[taskcluster 2025-02-12T17:58:38.704Z]       "go-arch": "amd64",
[taskcluster 2025-02-12T17:58:38.704Z]       "go-os": "darwin",
[taskcluster 2025-02-12T17:58:38.704Z]       "go-version": "go1.22.0",
[taskcluster 2025-02-12T17:58:38.704Z]       "release": "https://github.com/taskcluster/taskcluster/releases/tag/v60.3.4",
[taskcluster 2025-02-12T17:58:38.704Z]       "revision": "943a6f2b0d14fa0270280bc6f23acc2945d0fe45",
[taskcluster 2025-02-12T17:58:38.704Z]       "source": "https://github.com/taskcluster/taskcluster/commits/943a6f2b0d14fa0270280bc6f23acc2945d0fe45",
[taskcluster 2025-02-12T17:58:38.704Z]       "version": "60.3.4"
[taskcluster 2025-02-12T17:58:38.704Z]     },
[taskcluster 2025-02-12T17:58:38.704Z]     "ip": "10.49.59.31",
[taskcluster 2025-02-12T17:58:38.704Z]     "machine-setup": {
[taskcluster 2025-02-12T17:58:38.704Z]       "config": "https://github.com/mozilla-platform-ops/ronin_puppet"

...(7540 lines hidden)...

[task 2025-02-12T18:09:31.522Z]           auto
[task 2025-02-12T18:09:31.522Z] /opt/worker/tasks/task_171210470794485/checkouts/vcs/src/inspector/inspectorhandler.cpp:311:11: warning: variable 'propertyId' of type 'int' can be declared 'const' [misc-const-correctness]
[task 2025-02-12T18:09:31.522Z]           int propertyId = metaObject->indexOfProperty(arguments[3]);
[task 2025-02-12T18:09:31.522Z]           ^
[task 2025-02-12T18:09:31.522Z]               const 
[task 2025-02-12T18:09:31.522Z] /opt/worker/tasks/task_171210470794485/checkouts/vcs/src/inspector/inspectorhandler.cpp:317:11: warning: variable 'property' of type 'QMetaProperty' can be declared 'const' [misc-const-correctness]
[task 2025-02-12T18:09:31.522Z]           QMetaProperty property = metaObject->property(propertyId);
[task 2025-02-12T18:09:31.522Z]           ^
[task 2025-02-12T18:09:31.522Z]                         const 
[task 2025-02-12T18:09:31.522Z] /opt/worker/tasks/task_171210470794485/checkouts/vcs/src/inspector/inspectorhandler.cpp:320:11: warning: variable 'value' of type 'QVariant' can be declared 'const' [misc-const-correctness]
[task 2025-02-12T18:09:31.522Z]           QVariant value = QVariant::fromValue(arguments[4]);
[task 2025-02-12T18:09:31.522Z]           ^
[task 2025-02-12T18:09:31.522Z]                    const 
[task 2025-02-12T18:09:31.522Z] /opt/worker/tasks/task_171210470794485/checkouts/vcs/src/inspector/inspectorhandler.cpp:333:24: warning: use auto when initializing with a template cast to avoid duplicating the type name [modernize-use-auto]
[task 2025-02-12T18:09:31.522Z]                        QQuickWindow* window = qobject_cast<QQuickWindow*>(
[task 2025-02-12T18:09:31.522Z]                        ^~~~~~~~~~~~
[task 2025-02-12T18:09:31.522Z]                        auto
[task 2025-02-12T18:09:31.522Z] /opt/worker/tasks/task_171210470794485/checkouts/vcs/src/inspector/inspectorhandler.cpp:366:24: warning: variable 'center' of type 'QPointF' can be declared 'const' [misc-const-correctness]
[task 2025-02-12T18:09:31.522Z]                        QPointF center = item->boundingRect().center();
[task 2025-02-12T18:09:31.522Z]                        ^
[task 2025-02-12T18:09:31.522Z]                                const 
[task 2025-02-12T18:09:31.522Z] /opt/worker/tasks/task_171210470794485/checkouts/vcs/src/inspector/inspectorhandler.cpp:390:11: warning: variable 'scrollPropId' of type 'int' can be declared 'const' [misc-const-correctness]
[task 2025-02-12T18:09:31.522Z]           int scrollPropId = viewMeta->indexOfProperty("contentY");
[task 2025-02-12T18:09:31.523Z]           ^
[task 2025-02-12T18:09:31.523Z]               const 
[task 2025-02-12T18:09:31.523Z] /opt/worker/tasks/task_171210470794485/checkouts/vcs/src/inspector/inspectorhandler.cpp:411:11: warning: variable 'current' of type 'qreal' (aka 'double') can be declared 'const' [misc-const-correctness]
[task 2025-02-12T18:09:31.523Z]           qreal current = view->property("contentY").toReal();
[task 2025-02-12T18:09:31.523Z]           ^
[task 2025-02-12T18:09:31.523Z]                 const 
[task 2025-02-12T18:09:31.523Z] /opt/worker/tasks/task_171210470794485/checkouts/vcs/src/inspector/inspectorhandler.cpp:412:11: warning: variable 'content' of type 'qreal' (aka 'double') can be declared 'const' [misc-const-correctness]
[task 2025-02-12T18:09:31.523Z]           qreal content = view->property("contentHeight").toReal();
[task 2025-02-12T18:09:31.523Z]           ^
[task 2025-02-12T18:09:31.523Z]                 const 
[task 2025-02-12T18:09:31.523Z] /opt/worker/tasks/task_171210470794485/checkouts/vcs/src/inspector/inspectorhandler.cpp:413:11: warning: variable 'height' of type 'qreal' (aka 'double') can be declared 'const' [misc-const-correctness]
[task 2025-02-12T18:09:31.523Z]           qreal height = view->property("height").toReal();
[task 2025-02-12T18:09:31.523Z]           ^
[task 2025-02-12T18:09:31.523Z]                 const 
[task 2025-02-12T18:09:31.523Z] /opt/worker/tasks/task_171210470794485/checkouts/vcs/src/inspector/inspectorhandler.cpp:414:11: warning: variable 'limit' of type 'qreal' (aka 'double') can be declared 'const' [misc-const-correctness]
[task 2025-02-12T18:09:31.523Z]           qreal limit = (content > height) ? content - height : 0;
[task 2025-02-12T18:09:31.523Z]           ^
[task 2025-02-12T18:09:31.523Z]                 const 
[task 2025-02-12T18:09:31.523Z] /opt/worker/tasks/task_171210470794485/checkouts/vcs/src/inspector/inspectorhandler.cpp:417:11: warning: variable 'center' of type 'QPointF' can be declared 'const' [misc-const-correctness]
[task 2025-02-12T18:09:31.523Z]           QPointF center = target->boundingRect().center();
[task 2025-02-12T18:09:31.523Z]           ^
[task 2025-02-12T18:09:31.523Z]                   const 
[task 2025-02-12T18:09:31.523Z] /opt/worker/tasks/task_171210470794485/checkouts/vcs/src/inspector/inspectorhandler.cpp:418:11: warning: variable 'offset' of type 'qreal' (aka 'double') can be declared 'const' [misc-const-correctness]
[task 2025-02-12T18:09:31.523Z]           qreal offset = target->mapToItem(view, center).y();
[task 2025-02-12T18:09:31.523Z]           ^
[task 2025-02-12T18:09:31.523Z]                 const 
[task 2025-02-12T18:09:31.523Z] /opt/worker/tasks/task_171210470794485/checkouts/vcs/src/inspector/inspectorhandler.cpp:426:11: warning: variable 'prop' of type 'QMetaProperty' can be declared 'const' [misc-const-correctness]
[task 2025-02-12T18:09:31.523Z]           QMetaProperty prop = viewMeta->property(scrollPropId);
[task 2025-02-12T18:09:31.523Z]           ^
[task 2025-02-12T18:09:31.523Z]                         const 
[task 2025-02-12T18:09:31.523Z] /opt/worker/tasks/task_171210470794485/checkouts/vcs/src/inspector/inspectorhandler.cpp:459:11: warning: variable 'propertyId' of type 'int' can be declared 'const' [misc-const-correctness]
[task 2025-02-12T18:09:31.523Z]           int propertyId = metaObject->indexOfProperty(arguments[1]);
[task 2025-02-12T18:09:31.523Z]           ^
[task 2025-02-12T18:09:31.523Z]               const 
[task 2025-02-12T18:09:31.523Z] /opt/worker/tasks/task_171210470794485/checkouts/vcs/src/inspector/inspectorhandler.cpp:468:11: warning: variable 'property' of type 'QMetaProperty' can be declared 'const' [misc-const-correctness]
[task 2025-02-12T18:09:31.523Z]           QMetaProperty property = metaObject->property(propertyId);
[task 2025-02-12T18:09:31.523Z]           ^
[task 2025-02-12T18:09:31.523Z]                         const 
[task 2025-02-12T18:09:31.523Z] /opt/worker/tasks/task_171210470794485/checkouts/vcs/src/inspector/inspectorhandler.cpp:471:11: warning: variable 'value' of type 'QVariant' can be declared 'const' [misc-const-correctness]
[task 2025-02-12T18:09:31.523Z]           QVariant value = QVariant::fromValue(arguments[2]);
[task 2025-02-12T18:09:31.523Z]           ^
[task 2025-02-12T18:09:31.523Z]                    const 
[task 2025-02-12T18:09:31.523Z] /opt/worker/tasks/task_171210470794485/checkouts/vcs/src/inspector/inspectorhandler.cpp:489:11: warning: variable 'propertyId' of type 'int' can be declared 'const' [misc-const-correctness]
[task 2025-02-12T18:09:31.523Z]           int propertyId = metaObject->indexOfProperty(arguments[1]);
[task 2025-02-12T18:09:31.523Z]           ^
[task 2025-02-12T18:09:31.523Z]               const 
[task 2025-02-12T18:09:31.523Z] /opt/worker/tasks/task_171210470794485/checkouts/vcs/src/inspector/inspectorhandler.cpp:498:11: warning: variable 'property' of type 'QMetaProperty' can be declared 'const' [misc-const-correctness]
[task 2025-02-12T18:09:31.523Z]           QMetaProperty property = metaObject->property(propertyId);
[task 2025-02-12T18:09:31.523Z]           ^
[task 2025-02-12T18:09:31.523Z]                         const 
[task 2025-02-12T18:09:31.523Z] /opt/worker/tasks/task_171210470794485/checkouts/vcs/src/inspector/inspectorhandler.cpp:501:11: warning: variable 'prop_value' of type 'QVariant' can be declared 'const' [misc-const-correctness]
[task 2025-02-12T18:09:31.523Z]           QVariant prop_value = property.read(settingsHolder);
[task 2025-02-12T18:09:31.523Z]           ^
[task 2025-02-12T18:09:31.523Z]                    const 
[task 2025-02-12T18:09:31.523Z] /opt/worker/tasks/task_171210470794485/checkouts/vcs/src/inspector/inspectorhandler.cpp:569:24: warning: variable 'pixmap' of type 'QPixmap' can be declared 'const' [misc-const-correctness]
[task 2025-02-12T18:09:31.523Z]                        QPixmap pixmap = screen->grabWindow(window->winId());
[task 2025-02-12T18:09:31.523Z]                        ^
[task 2025-02-12T18:09:31.523Z]                                const 
[task 2025-02-12T18:09:31.523Z] /opt/worker/tasks/task_171210470794485/checkouts/vcs/src/inspector/inspectorhandler.cpp:596:24: warning: variable 'featureName' of type 'QString' can be declared 'const' [misc-const-correctness]
[task 2025-02-12T18:09:31.523Z]                        QString featureName = arguments[1];
[task 2025-02-12T18:09:31.523Z]                        ^
[task 2025-02-12T18:09:31.523Z]                                const 
[task 2025-02-12T18:09:31.523Z] /opt/worker/tasks/task_171210470794485/checkouts/vcs/src/inspector/inspectorhandler.cpp:604:24: warning: variable 'featureEnabled' of type 'bool' can be declared 'const' [misc-const-correctness]
[task 2025-02-12T18:09:31.523Z]                        bool featureEnabled = feature->isSupported();
[task 2025-02-12T18:09:31.523Z]                        ^
[task 2025-02-12T18:09:31.523Z]                             const 
[task 2025-02-12T18:09:31.523Z] /opt/worker/tasks/task_171210470794485/checkouts/vcs/src/inspector/inspectorhandler.cpp:613:24: warning: variable 'featureName' of type 'QString' can be declared 'const' [misc-const-correctness]
[task 2025-02-12T18:09:31.523Z]                        QString featureName = arguments[1];
[task 2025-02-12T18:09:31.523Z]                        ^
[task 2025-02-12T18:09:31.523Z]                                const 
[task 2025-02-12T18:09:31.523Z] /opt/worker/tasks/task_171210470794485/checkouts/vcs/src/inspector/inspectorhandler.cpp:615:24: warning: variable 'flags' of type 'QStringList' (aka 'QList<QString>') can be declared 'const' [misc-const-correctness]
[task 2025-02-12T18:09:31.523Z]                        QStringList flags = settings->featuresFlippedOn();
[task 2025-02-12T18:09:31.523Z]                        ^
[task 2025-02-12T18:09:31.523Z]                                    const 
[task 2025-02-12T18:09:31.523Z] /opt/worker/tasks/task_171210470794485/checkouts/vcs/src/inspector/inspectorhandler.cpp:625:24: warning: variable 'featureName' of type 'QString' can be declared 'const' [misc-const-correctness]
[task 2025-02-12T18:09:31.523Z]                        QString featureName = arguments[1];
[task 2025-02-12T18:09:31.523Z]                        ^
[task 2025-02-12T18:09:31.523Z]                                const 
[task 2025-02-12T18:09:31.523Z] /opt/worker/tasks/task_171210470794485/checkouts/vcs/src/inspector/inspectorhandler.cpp:627:24: warning: variable 'flags' of type 'QStringList' (aka 'QList<QString>') can be declared 'const' [misc-const-correctness]
[task 2025-02-12T18:09:31.523Z]                        QStringList flags = settings->featuresFlippedOff();
[task 2025-02-12T18:09:31.523Z]                        ^
[task 2025-02-12T18:09:31.523Z]                                    const 
[task 2025-02-12T18:09:31.523Z] /opt/worker/tasks/task_171210470794485/checkouts/vcs/src/inspector/inspectorhandler.cpp:643:24: warning: variable 'copiedText' of type 'QString' can be declared 'const' [misc-const-correctness]
[task 2025-02-12T18:09:31.523Z]                        QString copiedText = arguments[1];
[task 2025-02-12T18:09:31.523Z]                        ^
[task 2025-02-12T18:09:31.523Z]                                const 
[task 2025-02-12T18:09:31.523Z] /opt/worker/tasks/task_171210470794485/checkouts/vcs/src/inspector/inspectorhandler.cpp:650:24: warning: variable 'epoch' of type 'qint64' (aka 'long long') can be declared 'const' [misc-const-correctness]
[task 2025-02-12T18:09:31.523Z]                        qint64 epoch = arguments[1].toLongLong();
[task 2025-02-12T18:09:31.523Z]                        ^
[task 2025-02-12T18:09:31.523Z]                               const 
[task 2025-02-12T18:09:31.523Z] /opt/worker/tasks/task_171210470794485/checkouts/vcs/src/inspector/inspectorhandler.cpp:665:24: warning: variable 'versionOverride' of type 'QString' can be declared 'const' [misc-const-correctness]
[task 2025-02-12T18:09:31.523Z]                        QString versionOverride = QString(arguments[1]);
[task 2025-02-12T18:09:31.523Z]                        ^
[task 2025-02-12T18:09:31.523Z]                                const 
[task 2025-02-12T18:09:31.523Z] /opt/worker/tasks/task_171210470794485/checkouts/vcs/src/inspector/inspectorhandler.cpp:673:11: warning: variable 'ping' of type 'QString' can be declared 'const' [misc-const-correctness]
[task 2025-02-12T18:09:31.523Z]           QString ping = QString(arguments[3]);
[task 2025-02-12T18:09:31.523Z]           ^
[task 2025-02-12T18:09:31.523Z]                   const 
[task 2025-02-12T18:09:31.523Z] /opt/worker/tasks/task_171210470794485/checkouts/vcs/src/inspector/inspectorhandler.cpp:677:11: warning: variable 'qvCategory' of type 'QVariant' can be declared 'const' [misc-const-correctness]
[task 2025-02-12T18:09:31.523Z]           QVariant qvCategory = instance->property(arguments[1].constData());
[task 2025-02-12T18:09:31.523Z]           ^
[task 2025-02-12T18:09:31.523Z]                    const 
[task 2025-02-12T18:09:31.523Z] /opt/worker/tasks/task_171210470794485/checkouts/vcs/src/inspector/inspectorhandler.cpp:678:11: warning: use auto when initializing with a template cast to avoid duplicating the type name [modernize-use-auto]
[task 2025-02-12T18:09:31.523Z]           QObject* category = qvCategory.value<QObject*>();
[task 2025-02-12T18:09:31.523Z]           ^~~~~~~
[task 2025-02-12T18:09:31.523Z]           auto
[task 2025-02-12T18:09:31.523Z] /opt/worker/tasks/task_171210470794485/checkouts/vcs/src/inspector/inspectorhandler.cpp:684:11: warning: variable 'metric' of type 'QVariant' can be declared 'const' [misc-const-correctness]
[task 2025-02-12T18:09:31.523Z]           QVariant metric = category->property(arguments[2].constData());
[task 2025-02-12T18:09:31.523Z]           ^
[task 2025-02-12T18:09:31.523Z]                    const 
[task 2025-02-12T18:09:31.523Z] /opt/worker/tasks/task_171210470794485/checkouts/vcs/src/inspector/inspectorhandler.cpp:691:13: warning: use auto when initializing with a template cast to avoid duplicating the type name [modernize-use-auto]
[task 2025-02-12T18:09:31.523Z]             BaseMetric* baseMetric = metric.value<BaseMetric*>();
[task 2025-02-12T18:09:31.523Z]             ^~~~~~~~~~
[task 2025-02-12T18:09:31.523Z]             auto
[task 2025-02-12T18:09:31.523Z] /opt/worker/tasks/task_171210470794485/checkouts/vcs/src/inspector/inspectorhandler.cpp:715:11: warning: variable 'newCreatedAtTimestamp' of type 'qint64' (aka 'long long') can be declared 'const' [misc-const-correctness]
[task 2025-02-12T18:09:31.523Z]           qint64 newCreatedAtTimestamp = arguments[1].toLongLong();
[task 2025-02-12T18:09:31.523Z]           ^
[task 2025-02-12T18:09:31.523Z]                  const 
[task 2025-02-12T18:09:31.523Z] /opt/worker/tasks/task_171210470794485/checkouts/vcs/src/inspector/inspectorhandler.cpp:725:11: warning: variable 'createdAt' of type 'qlonglong' (aka 'long long') can be declared 'const' [misc-const-correctness]
[task 2025-02-12T18:09:31.523Z]           qlonglong createdAt = newCreatedAtTimestamp;
[task 2025-02-12T18:09:31.523Z]           ^
[task 2025-02-12T18:09:31.523Z]                     const 
[task 2025-02-12T18:09:31.523Z] /opt/worker/tasks/task_171210470794485/checkouts/vcs/src/inspector/inspectorhandler.cpp:741:5: warning: use auto when initializing with new to avoid duplicating the type name [modernize-use-auto]
[task 2025-02-12T18:09:31.523Z]     InspectorWebSocketServer* inspectWebSocketServer =
[task 2025-02-12T18:09:31.523Z]     ^~~~~~~~~~~~~~~~~~~~~~~~
[task 2025-02-12T18:09:31.523Z]     auto
[task 2025-02-12T18:09:31.523Z] /opt/worker/tasks/task_171210470794485/checkouts/vcs/src/inspector/inspectorhandler.cpp:776:3: warning: variable 'cmdName' of type 'QString' can be declared 'const' [misc-const-correctness]
[task 2025-02-12T18:09:31.523Z]   QString cmdName = parts[0].trimmed();
[task 2025-02-12T18:09:31.523Z]   ^
[task 2025-02-12T18:09:31.523Z]           const 
[task 2025-02-12T18:09:31.523Z] /opt/worker/tasks/task_171210470794485/checkouts/vcs/src/inspector/inspectorhandler.cpp:827:3: warning: variable 'statusCode' of type 'QVariant' can be declared 'const' [misc-const-correctness]
[task 2025-02-12T18:09:31.523Z]   QVariant statusCode =
[task 2025-02-12T18:09:31.523Z]   ^
[task 2025-02-12T18:09:31.523Z]            const 
[task 2025-02-12T18:09:31.523Z] /opt/worker/tasks/task_171210470794485/checkouts/vcs/src/inspector/inspectorhandler.cpp:878:3: warning: use auto when initializing with a template cast to avoid duplicating the type name [modernize-use-auto]
[task 2025-02-12T18:09:31.523Z]   QQmlApplicationEngine* engine = qobject_cast<QQmlApplicationEngine*>(
[task 2025-02-12T18:09:31.523Z]   ^~~~~~~~~~~~~~~~~~~~~
[task 2025-02-12T18:09:31.524Z]   auto
[task 2025-02-12T18:09:31.524Z] /opt/worker/tasks/task_171210470794485/checkouts/vcs/src/inspector/inspectorhandler.cpp:886:5: warning: use auto when initializing with a template cast to avoid duplicating the type name [modernize-use-auto]
[task 2025-02-12T18:09:31.524Z]     QQuickWindow* window = qobject_cast<QQuickWindow*>(root);
[task 2025-02-12T18:09:31.524Z]     ^~~~~~~~~~~~
[task 2025-02-12T18:09:31.524Z]     auto
[task 2025-02-12T18:09:31.524Z] /opt/worker/tasks/task_171210470794485/checkouts/vcs/src/inspector/inspectorhandler.cpp:907:3: warning: variable 'propertyCount' of type 'int' can be declared 'const' [misc-const-correctness]
[task 2025-02-12T18:09:31.524Z]   int propertyCount = metaObject->propertyCount();
[task 2025-02-12T18:09:31.524Z]   ^
[task 2025-02-12T18:09:31.524Z]       const 
[task 2025-02-12T18:09:31.524Z] /opt/worker/tasks/task_171210470794485/checkouts/vcs/src/inspector/inspectorhandler.cpp:914:5: warning: variable 'prop' of type 'QJsonObject' can be declared 'const' [misc-const-correctness]
[task 2025-02-12T18:09:31.524Z]     QJsonObject prop;
[task 2025-02-12T18:09:31.524Z]     ^
[task 2025-02-12T18:09:31.524Z]                 const 
[task 2025-02-12T18:09:31.524Z] /opt/worker/tasks/task_171210470794485/checkouts/vcs/src/inspector/inspectorhandler.cpp:945:5: warning: variable 'objectName' of type 'QString' can be declared 'const' [misc-const-correctness]
[task 2025-02-12T18:09:31.524Z]     QString objectName = object->objectName();
[task 2025-02-12T18:09:31.524Z]     ^
[task 2025-02-12T18:09:31.524Z]             const 
[task 2025-02-12T18:09:31.524Z] 14405 warnings generated.
[task 2025-02-12T18:09:31.524Z] Suppressed 14192 warnings (14192 in non-user code).
[task 2025-02-12T18:09:31.524Z] Use -header-filter=.* to display errors from all non-system headers. Use -system-headers to display errors from system headers as well.
[task 2025-02-12T18:09:31.524Z] /opt/worker/tasks/task_171210470794485/fetches/bin/clang-tidy -export-fixes /tmp/tmpy50mgplm/tmp8hhjk4pm.yaml -p=/opt/worker/tasks/task_171210470794485/build /opt/worker/tasks/task_171210470794485/checkouts/vcs/src/settingsholder.cpp
[task 2025-02-12T18:09:31.524Z] 10101 warnings generated.
[task 2025-02-12T18:09:31.524Z] Suppressed 10101 warnings (10101 in non-user code).
[task 2025-02-12T18:09:31.524Z] Use -header-filter=.* to display errors from all non-system headers. Use -system-headers to display errors from system headers as well.
[task 2025-02-12T18:09:31.524Z] Writing fixes to /opt/worker/tasks/task_171210470794485/build/clang-tidy/shared-sources-report.yaml ...
[task 2025-02-12T18:09:31.524Z] + rm -rf /opt/worker/tasks/task_171210470794485/build
[fetches 2025-02-12T18:09:33.840Z] removing /opt/worker/tasks/task_171210470794485/fetches
[fetches 2025-02-12T18:09:45.977Z] finished
[taskcluster 2025-02-12T18:09:45.990Z]    Exit Code: 0
[taskcluster 2025-02-12T18:09:45.990Z]    User Time: 1h26m52.052202s
[taskcluster 2025-02-12T18:09:45.990Z]  Kernel Time: 3m10.837643s
[taskcluster 2025-02-12T18:09:45.990Z]    Wall Time: 11m6.698436s
[taskcluster 2025-02-12T18:09:45.990Z]       Result: SUCCEEDED
[taskcluster 2025-02-12T18:09:45.990Z] === Task Finished ===
[taskcluster 2025-02-12T18:09:45.990Z] Task Duration: 11m6.703421s
[taskcluster 2025-02-12T18:09:46.145Z] Uploading artifact public/logs/certified.log from file /opt/worker/tasks/task_171210470794485/generic-worker/certified.log with content encoding "gzip", mime type "text/plain; charset=utf-8" and expiry 2025-03-12T17:49:05.581Z
[taskcluster 2025-02-12T18:09:46.495Z] Uploading artifact public/chain-of-trust.json from file /opt/worker/tasks/task_171210470794485/generic-worker/chain-of-trust.json with content encoding "gzip", mime type "text/plain; charset=utf-8" and expiry 2025-03-12T17:49:05.581Z
[taskcluster 2025-02-12T18:09:46.778Z] Uploading artifact public/chain-of-trust.json.sig from file /opt/worker/tasks/task_171210470794485/generic-worker/chain-of-trust.json.sig with content encoding "gzip", mime type "application/octet-stream" and expiry 2025-03-12T17:49:05.581Z
[taskcluster 2025-02-12T18:09:47.025Z] Uploading link artifact public/logs/live.log to artifact public/logs/live_backing.log with expiry 2025-03-12T17:49:05.581Z