VPN-6854: fix data throughput Glean issues #10296
Open
firefoxci-taskcluster / source-test-clang-tidy-macos
succeeded
Feb 22, 2025 in 11m 38s
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-22T00:40:46.338Z
Resolved: 2025-02-22T00:52:19.227Z
Task Execution Time: 11 minutes, 32 seconds, 889 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-22T00:40:46.253Z] Worker Type (releng-hardware/mozillavpn-b-1-osx) settings:
[taskcluster 2025-02-22T00:40:46.253Z] {
[taskcluster 2025-02-22T00:40:46.253Z] "arch": "x86_64",
[taskcluster 2025-02-22T00:40:46.253Z] "config": {
[taskcluster 2025-02-22T00:40:46.253Z] "deploymentId": ""
[taskcluster 2025-02-22T00:40:46.253Z] },
[taskcluster 2025-02-22T00:40:46.253Z] "disk_size": "233.47 GiB",
[taskcluster 2025-02-22T00:40:46.253Z] "generic-worker": {
[taskcluster 2025-02-22T00:40:46.253Z] "engine": "multiuser",
[taskcluster 2025-02-22T00:40:46.253Z] "go-arch": "amd64",
[taskcluster 2025-02-22T00:40:46.253Z] "go-os": "darwin",
[taskcluster 2025-02-22T00:40:46.253Z] "go-version": "go1.22.0",
[taskcluster 2025-02-22T00:40:46.253Z] "release": "https://github.com/taskcluster/taskcluster/releases/tag/v60.3.4",
[taskcluster 2025-02-22T00:40:46.253Z] "revision": "943a6f2b0d14fa0270280bc6f23acc2945d0fe45",
[taskcluster 2025-02-22T00:40:46.253Z] "source": "https://github.com/taskcluster/taskcluster/commits/943a6f2b0d14fa0270280bc6f23acc2945d0fe45",
[taskcluster 2025-02-22T00:40:46.253Z] "version": "60.3.4"
[taskcluster 2025-02-22T00:40:46.253Z] },
[taskcluster 2025-02-22T00:40:46.253Z] "ip": "10.49.59.31",
[taskcluster 2025-02-22T00:40:46.253Z] "machine-setup": {
[taskcluster 2025-02-22T00:40:46.253Z] "config": "https://github.com/mozilla-platform-ops/ronin_puppet"
...(7540 lines hidden)...
[task 2025-02-22T00:52:01.998Z] auto
[task 2025-02-22T00:52:01.998Z] /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-22T00:52:01.998Z] int propertyId = metaObject->indexOfProperty(arguments[3]);
[task 2025-02-22T00:52:01.998Z] ^
[task 2025-02-22T00:52:01.998Z] const
[task 2025-02-22T00:52:01.998Z] /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-22T00:52:01.998Z] QMetaProperty property = metaObject->property(propertyId);
[task 2025-02-22T00:52:01.998Z] ^
[task 2025-02-22T00:52:01.998Z] const
[task 2025-02-22T00:52:01.998Z] /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-22T00:52:01.998Z] QVariant value = QVariant::fromValue(arguments[4]);
[task 2025-02-22T00:52:01.998Z] ^
[task 2025-02-22T00:52:01.998Z] const
[task 2025-02-22T00:52:01.998Z] /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-22T00:52:01.998Z] QQuickWindow* window = qobject_cast<QQuickWindow*>(
[task 2025-02-22T00:52:01.998Z] ^~~~~~~~~~~~
[task 2025-02-22T00:52:01.998Z] auto
[task 2025-02-22T00:52:01.998Z] /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-22T00:52:01.998Z] QPointF center = item->boundingRect().center();
[task 2025-02-22T00:52:01.998Z] ^
[task 2025-02-22T00:52:01.998Z] const
[task 2025-02-22T00:52:01.998Z] /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-22T00:52:01.998Z] int scrollPropId = viewMeta->indexOfProperty("contentY");
[task 2025-02-22T00:52:01.998Z] ^
[task 2025-02-22T00:52:01.998Z] const
[task 2025-02-22T00:52:01.998Z] /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-22T00:52:01.998Z] qreal current = view->property("contentY").toReal();
[task 2025-02-22T00:52:01.998Z] ^
[task 2025-02-22T00:52:01.998Z] const
[task 2025-02-22T00:52:01.998Z] /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-22T00:52:01.998Z] qreal content = view->property("contentHeight").toReal();
[task 2025-02-22T00:52:01.998Z] ^
[task 2025-02-22T00:52:01.998Z] const
[task 2025-02-22T00:52:01.998Z] /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-22T00:52:01.998Z] qreal height = view->property("height").toReal();
[task 2025-02-22T00:52:01.998Z] ^
[task 2025-02-22T00:52:01.998Z] const
[task 2025-02-22T00:52:01.998Z] /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-22T00:52:01.998Z] qreal limit = (content > height) ? content - height : 0;
[task 2025-02-22T00:52:01.998Z] ^
[task 2025-02-22T00:52:01.998Z] const
[task 2025-02-22T00:52:01.998Z] /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-22T00:52:01.998Z] QPointF center = target->boundingRect().center();
[task 2025-02-22T00:52:01.998Z] ^
[task 2025-02-22T00:52:01.998Z] const
[task 2025-02-22T00:52:01.998Z] /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-22T00:52:01.998Z] qreal offset = target->mapToItem(view, center).y();
[task 2025-02-22T00:52:01.998Z] ^
[task 2025-02-22T00:52:01.998Z] const
[task 2025-02-22T00:52:01.998Z] /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-22T00:52:01.998Z] QMetaProperty prop = viewMeta->property(scrollPropId);
[task 2025-02-22T00:52:01.998Z] ^
[task 2025-02-22T00:52:01.998Z] const
[task 2025-02-22T00:52:01.998Z] /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-22T00:52:01.998Z] int propertyId = metaObject->indexOfProperty(arguments[1]);
[task 2025-02-22T00:52:01.998Z] ^
[task 2025-02-22T00:52:01.998Z] const
[task 2025-02-22T00:52:01.998Z] /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-22T00:52:01.998Z] QMetaProperty property = metaObject->property(propertyId);
[task 2025-02-22T00:52:01.998Z] ^
[task 2025-02-22T00:52:01.998Z] const
[task 2025-02-22T00:52:01.998Z] /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-22T00:52:01.998Z] QVariant value = QVariant::fromValue(arguments[2]);
[task 2025-02-22T00:52:01.998Z] ^
[task 2025-02-22T00:52:01.998Z] const
[task 2025-02-22T00:52:01.998Z] /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-22T00:52:01.998Z] int propertyId = metaObject->indexOfProperty(arguments[1]);
[task 2025-02-22T00:52:01.998Z] ^
[task 2025-02-22T00:52:01.998Z] const
[task 2025-02-22T00:52:01.998Z] /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-22T00:52:01.998Z] QMetaProperty property = metaObject->property(propertyId);
[task 2025-02-22T00:52:01.998Z] ^
[task 2025-02-22T00:52:01.998Z] const
[task 2025-02-22T00:52:01.998Z] /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-22T00:52:01.998Z] QVariant prop_value = property.read(settingsHolder);
[task 2025-02-22T00:52:01.998Z] ^
[task 2025-02-22T00:52:01.998Z] const
[task 2025-02-22T00:52:01.998Z] /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-22T00:52:01.998Z] QPixmap pixmap = screen->grabWindow(window->winId());
[task 2025-02-22T00:52:01.998Z] ^
[task 2025-02-22T00:52:01.998Z] const
[task 2025-02-22T00:52:01.998Z] /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-22T00:52:01.998Z] QString featureName = arguments[1];
[task 2025-02-22T00:52:01.998Z] ^
[task 2025-02-22T00:52:01.998Z] const
[task 2025-02-22T00:52:01.998Z] /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-22T00:52:01.998Z] bool featureEnabled = feature->isSupported();
[task 2025-02-22T00:52:01.998Z] ^
[task 2025-02-22T00:52:01.998Z] const
[task 2025-02-22T00:52:01.998Z] /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-22T00:52:01.998Z] QString featureName = arguments[1];
[task 2025-02-22T00:52:01.998Z] ^
[task 2025-02-22T00:52:01.999Z] const
[task 2025-02-22T00:52:01.999Z] /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-22T00:52:01.999Z] QStringList flags = settings->featuresFlippedOn();
[task 2025-02-22T00:52:01.999Z] ^
[task 2025-02-22T00:52:01.999Z] const
[task 2025-02-22T00:52:01.999Z] /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-22T00:52:01.999Z] QString featureName = arguments[1];
[task 2025-02-22T00:52:01.999Z] ^
[task 2025-02-22T00:52:01.999Z] const
[task 2025-02-22T00:52:01.999Z] /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-22T00:52:01.999Z] QStringList flags = settings->featuresFlippedOff();
[task 2025-02-22T00:52:01.999Z] ^
[task 2025-02-22T00:52:01.999Z] const
[task 2025-02-22T00:52:01.999Z] /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-22T00:52:01.999Z] QString copiedText = arguments[1];
[task 2025-02-22T00:52:01.999Z] ^
[task 2025-02-22T00:52:01.999Z] const
[task 2025-02-22T00:52:01.999Z] /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-22T00:52:01.999Z] qint64 epoch = arguments[1].toLongLong();
[task 2025-02-22T00:52:01.999Z] ^
[task 2025-02-22T00:52:01.999Z] const
[task 2025-02-22T00:52:01.999Z] /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-22T00:52:01.999Z] QString versionOverride = QString(arguments[1]);
[task 2025-02-22T00:52:01.999Z] ^
[task 2025-02-22T00:52:01.999Z] const
[task 2025-02-22T00:52:01.999Z] /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-22T00:52:01.999Z] QString ping = QString(arguments[3]);
[task 2025-02-22T00:52:01.999Z] ^
[task 2025-02-22T00:52:01.999Z] const
[task 2025-02-22T00:52:01.999Z] /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-22T00:52:01.999Z] QVariant qvCategory = instance->property(arguments[1].constData());
[task 2025-02-22T00:52:01.999Z] ^
[task 2025-02-22T00:52:01.999Z] const
[task 2025-02-22T00:52:01.999Z] /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-22T00:52:01.999Z] QObject* category = qvCategory.value<QObject*>();
[task 2025-02-22T00:52:01.999Z] ^~~~~~~
[task 2025-02-22T00:52:01.999Z] auto
[task 2025-02-22T00:52:01.999Z] /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-22T00:52:01.999Z] QVariant metric = category->property(arguments[2].constData());
[task 2025-02-22T00:52:01.999Z] ^
[task 2025-02-22T00:52:01.999Z] const
[task 2025-02-22T00:52:01.999Z] /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-22T00:52:01.999Z] BaseMetric* baseMetric = metric.value<BaseMetric*>();
[task 2025-02-22T00:52:01.999Z] ^~~~~~~~~~
[task 2025-02-22T00:52:01.999Z] auto
[task 2025-02-22T00:52:01.999Z] /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-22T00:52:01.999Z] qint64 newCreatedAtTimestamp = arguments[1].toLongLong();
[task 2025-02-22T00:52:01.999Z] ^
[task 2025-02-22T00:52:01.999Z] const
[task 2025-02-22T00:52:01.999Z] /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-22T00:52:01.999Z] qlonglong createdAt = newCreatedAtTimestamp;
[task 2025-02-22T00:52:01.999Z] ^
[task 2025-02-22T00:52:01.999Z] const
[task 2025-02-22T00:52:01.999Z] /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-22T00:52:01.999Z] InspectorWebSocketServer* inspectWebSocketServer =
[task 2025-02-22T00:52:01.999Z] ^~~~~~~~~~~~~~~~~~~~~~~~
[task 2025-02-22T00:52:01.999Z] auto
[task 2025-02-22T00:52:01.999Z] /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-22T00:52:01.999Z] QString cmdName = parts[0].trimmed();
[task 2025-02-22T00:52:01.999Z] ^
[task 2025-02-22T00:52:01.999Z] const
[task 2025-02-22T00:52:01.999Z] /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-22T00:52:01.999Z] QVariant statusCode =
[task 2025-02-22T00:52:01.999Z] ^
[task 2025-02-22T00:52:01.999Z] const
[task 2025-02-22T00:52:01.999Z] /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-22T00:52:01.999Z] QQmlApplicationEngine* engine = qobject_cast<QQmlApplicationEngine*>(
[task 2025-02-22T00:52:01.999Z] ^~~~~~~~~~~~~~~~~~~~~
[task 2025-02-22T00:52:01.999Z] auto
[task 2025-02-22T00:52:01.999Z] /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-22T00:52:01.999Z] QQuickWindow* window = qobject_cast<QQuickWindow*>(root);
[task 2025-02-22T00:52:01.999Z] ^~~~~~~~~~~~
[task 2025-02-22T00:52:01.999Z] auto
[task 2025-02-22T00:52:01.999Z] /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-22T00:52:01.999Z] int propertyCount = metaObject->propertyCount();
[task 2025-02-22T00:52:01.999Z] ^
[task 2025-02-22T00:52:01.999Z] const
[task 2025-02-22T00:52:01.999Z] /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-22T00:52:01.999Z] QJsonObject prop;
[task 2025-02-22T00:52:01.999Z] ^
[task 2025-02-22T00:52:01.999Z] const
[task 2025-02-22T00:52:01.999Z] /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-22T00:52:01.999Z] QString objectName = object->objectName();
[task 2025-02-22T00:52:01.999Z] ^
[task 2025-02-22T00:52:01.999Z] const
[task 2025-02-22T00:52:01.999Z] 14405 warnings generated.
[task 2025-02-22T00:52:01.999Z] Suppressed 14192 warnings (14192 in non-user code).
[task 2025-02-22T00:52:01.999Z] 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-22T00:52:01.999Z] /opt/worker/tasks/task_171210470794485/fetches/bin/clang-tidy -export-fixes /tmp/tmp9mnd43ag/tmpoy7kg7qo.yaml -p=/opt/worker/tasks/task_171210470794485/build /opt/worker/tasks/task_171210470794485/checkouts/vcs/src/settingsholder.cpp
[task 2025-02-22T00:52:02.000Z] 10101 warnings generated.
[task 2025-02-22T00:52:02.000Z] Suppressed 10101 warnings (10101 in non-user code).
[task 2025-02-22T00:52:02.000Z] 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-22T00:52:02.000Z] Writing fixes to /opt/worker/tasks/task_171210470794485/build/clang-tidy/shared-sources-report.yaml ...
[task 2025-02-22T00:52:02.000Z] + rm -rf /opt/worker/tasks/task_171210470794485/build
[fetches 2025-02-22T00:52:04.678Z] removing /opt/worker/tasks/task_171210470794485/fetches
[fetches 2025-02-22T00:52:17.817Z] finished
[taskcluster 2025-02-22T00:52:17.831Z] Exit Code: 0
[taskcluster 2025-02-22T00:52:17.831Z] User Time: 1h31m8.922708s
[taskcluster 2025-02-22T00:52:17.831Z] Kernel Time: 3m28.048929s
[taskcluster 2025-02-22T00:52:17.831Z] Wall Time: 11m30.953523s
[taskcluster 2025-02-22T00:52:17.831Z] Result: SUCCEEDED
[taskcluster 2025-02-22T00:52:17.831Z] === Task Finished ===
[taskcluster 2025-02-22T00:52:17.831Z] Task Duration: 11m30.959714s
[taskcluster 2025-02-22T00:52:17.982Z] 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-22T00:40:40.298Z
[taskcluster 2025-02-22T00:52:18.341Z] 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-22T00:40:40.298Z
[taskcluster 2025-02-22T00:52:18.592Z] 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-22T00:40:40.298Z
[taskcluster 2025-02-22T00:52:18.874Z] Uploading link artifact public/logs/live.log to artifact public/logs/live_backing.log with expiry 2025-03-22T00:40:40.298Z
Loading