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

Fix build errors from deprecated QByteArray::count(), QVariant::type(), QEventPoint::pos() #9961

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Fix build errors from deprecated QEventPoint::pos and friends

10b1c98
Select commit
Loading
Failed to load commit list.
Open

Fix build errors from deprecated QByteArray::count(), QVariant::type(), QEventPoint::pos() #9961

Fix build errors from deprecated QEventPoint::pos and friends
10b1c98
Select commit
Loading
Failed to load commit list.
firefoxci-taskcluster / source-test-clang-tidy-windows succeeded Oct 15, 2024 in 19m 32s

FirefoxCI (pull_request)

Clang-tidy (Treeherder push)

Details

View task in Taskcluster | View logs in Taskcluster | View task group in Taskcluster

Task Status

Started: 2024-10-15T22:46:51.755Z
Resolved: 2024-10-15T22:54:25.851Z
Task Execution Time: 7 minutes, 34 seconds, 96 milliseconds
Task Status: completed
Reason Resolved: completed
RunId: 0

Artifacts

- public/build/mozillavpn-sources-report.yaml
- public/build/mz_webextension-report.yaml
- public/build/shared-sources-report.yaml
- 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 2024-10-15T22:46:51.865Z] Worker Type (mozillavpn-1/b-win2022) settings:
[taskcluster 2024-10-15T22:46:51.865Z]   {
[taskcluster 2024-10-15T22:46:51.865Z]     "config": {
[taskcluster 2024-10-15T22:46:51.865Z]       "deploymentId": ""
[taskcluster 2024-10-15T22:46:51.865Z]     },
[taskcluster 2024-10-15T22:46:51.865Z]     "generic-worker": {
[taskcluster 2024-10-15T22:46:51.865Z]       "engine": "multiuser",
[taskcluster 2024-10-15T22:46:51.865Z]       "go-arch": "amd64",
[taskcluster 2024-10-15T22:46:51.865Z]       "go-os": "windows",
[taskcluster 2024-10-15T22:46:51.865Z]       "go-version": "go1.23.0",
[taskcluster 2024-10-15T22:46:51.865Z]       "release": "https://github.com/taskcluster/taskcluster/releases/tag/v68.0.2",
[taskcluster 2024-10-15T22:46:51.865Z]       "revision": "542c891ebddb13c9c0415193dc477947de23d8d8",
[taskcluster 2024-10-15T22:46:51.865Z]       "source": "https://github.com/taskcluster/taskcluster/commits/542c891ebddb13c9c0415193dc477947de23d8d8",
[taskcluster 2024-10-15T22:46:51.865Z]       "version": "68.0.2"
[taskcluster 2024-10-15T22:46:51.865Z]     },
[taskcluster 2024-10-15T22:46:51.865Z]     "instance-type": "Standard_F32s_v2",
[taskcluster 2024-10-15T22:46:51.865Z]     "local-ipv4": "10.0.0.10",
[taskcluster 2024-10-15T22:46:51.865Z]     "public-ipv4": "",
[taskcluster 2024-10-15T22:46:51.865Z]     "region": "centralus",
[taskcluster 2024-10-15T22:46:51.865Z]     "vm-id": "4321104a-6ec9-47ca-8893-463bd2330904"

...(8054 lines hidden)...

[task 2024-10-15T22:54:08.422Z] 
[task 2024-10-15T22:54:08.422Z] D:/task_172903235604631/fetches/Library/bin/clang-tidy.exe -export-fixes C:\Users\task_172903235604631\AppData\Local\Temp\tmpjz_d0hdx\tmp0kvzef69.yaml -p=D:/task_172903235604631/cmake_build D:\task_172903235604631\build\src\src\command.cpp
[task 2024-10-15T22:54:08.422Z] D:\task_172903235604631\build\src\src\command.cpp:54:35: warning: pass by value and use std::move [modernize-pass-by-value]
[task 2024-10-15T22:54:08.422Z] Command::Command(QObject* parent, const QString& name,
[task 2024-10-15T22:54:08.422Z]                                   ^~~~~~~~~~~~~~
[task 2024-10-15T22:54:08.422Z]                                   QString 
[task 2024-10-15T22:54:08.422Z] D:\task_172903235604631\build\src\src\command.cpp:55:18: warning: pass by value and use std::move [modernize-pass-by-value]
[task 2024-10-15T22:54:08.422Z]                  const QString& description)
[task 2024-10-15T22:54:08.422Z]                  ^~~~~~~~~~~~~~
[task 2024-10-15T22:54:08.422Z]                  QString 
[task 2024-10-15T22:54:08.422Z] D:\task_172903235604631\build\src\src\command.cpp:209:3: warning: use range-based for loop instead [modernize-loop-convert]
[task 2024-10-15T22:54:08.422Z]   for (auto i = s_commandCreators.begin(); i != s_commandCreators.end(); ++i) {
[task 2024-10-15T22:54:08.422Z]   ^   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[task 2024-10-15T22:54:08.422Z]       (auto & s_commandCreator : s_commandCreators)
[task 2024-10-15T22:54:08.422Z] 11485 warnings generated.
[task 2024-10-15T22:54:08.422Z] 
[task 2024-10-15T22:54:08.422Z] Suppressed 11482 warnings (11482 in non-user code).
[task 2024-10-15T22:54:08.422Z] 
[task 2024-10-15T22:54:08.422Z] Use -header-filter=.* to display errors from all non-system headers. Use -system-headers to display errors from system headers as well.
[task 2024-10-15T22:54:08.422Z] 
[task 2024-10-15T22:54:08.422Z] D:/task_172903235604631/fetches/Library/bin/clang-tidy.exe -export-fixes C:\Users\task_172903235604631\AppData\Local\Temp\tmpjz_d0hdx\tmpnigl_chf.yaml -p=D:/task_172903235604631/cmake_build D:\task_172903235604631\build\src\src\tasks\controlleraction\taskcontrolleraction.cpp
[task 2024-10-15T22:54:08.422Z] 5694 warnings generated.
[task 2024-10-15T22:54:08.422Z] 
[task 2024-10-15T22:54:08.422Z] Suppressed 5694 warnings (5694 in non-user code).
[task 2024-10-15T22:54:08.422Z] 
[task 2024-10-15T22:54:08.422Z] Use -header-filter=.* to display errors from all non-system headers. Use -system-headers to display errors from system headers as well.
[task 2024-10-15T22:54:08.422Z] 
[task 2024-10-15T22:54:08.422Z] D:/task_172903235604631/fetches/Library/bin/clang-tidy.exe -export-fixes C:\Users\task_172903235604631\AppData\Local\Temp\tmpjz_d0hdx\tmpmpobkki0.yaml -p=D:/task_172903235604631/cmake_build D:\task_172903235604631\build\src\src\accessiblenotification.cpp
[task 2024-10-15T22:54:08.422Z] 5869 warnings generated.
[task 2024-10-15T22:54:08.422Z] 
[task 2024-10-15T22:54:08.422Z] Suppressed 5869 warnings (5869 in non-user code).
[task 2024-10-15T22:54:08.422Z] 
[task 2024-10-15T22:54:08.422Z] Use -header-filter=.* to display errors from all non-system headers. Use -system-headers to display errors from system headers as well.
[task 2024-10-15T22:54:08.422Z] 
[task 2024-10-15T22:54:08.422Z] D:/task_172903235604631/fetches/Library/bin/clang-tidy.exe -export-fixes C:\Users\task_172903235604631\AppData\Local\Temp\tmpjz_d0hdx\tmpwcpkmljw.yaml -p=D:/task_172903235604631/cmake_build D:\task_172903235604631\build\src\src\commands\commandstatus.cpp
[task 2024-10-15T22:54:08.422Z] 7629 warnings generated.
[task 2024-10-15T22:54:08.422Z] 
[task 2024-10-15T22:54:08.422Z] Suppressed 7629 warnings (7629 in non-user code).
[task 2024-10-15T22:54:08.422Z] 
[task 2024-10-15T22:54:08.422Z] Use -header-filter=.* to display errors from all non-system headers. Use -system-headers to display errors from system headers as well.
[task 2024-10-15T22:54:08.422Z] 
[task 2024-10-15T22:54:08.422Z] D:/task_172903235604631/fetches/Library/bin/clang-tidy.exe -export-fixes C:\Users\task_172903235604631\AppData\Local\Temp\tmpjz_d0hdx\tmp22o66v5y.yaml -p=D:/task_172903235604631/cmake_build D:\task_172903235604631\build\src\src\main.cpp
[task 2024-10-15T22:54:08.422Z] D:\task_172903235604631\build\src\src\main.cpp:7:10: warning: inclusion of deprecated C++ header 'stdio.h'; consider using 'cstdio' instead [modernize-deprecated-headers]
[task 2024-10-15T22:54:08.422Z] #include "stdio.h"
[task 2024-10-15T22:54:08.422Z]          ^~~~~~~~~
[task 2024-10-15T22:54:08.422Z]          <cstdio>
[task 2024-10-15T22:54:08.422Z] 6390 warnings generated.
[task 2024-10-15T22:54:08.422Z] 
[task 2024-10-15T22:54:08.422Z] Suppressed 6389 warnings (6389 in non-user code).
[task 2024-10-15T22:54:08.422Z] 
[task 2024-10-15T22:54:08.422Z] Use -header-filter=.* to display errors from all non-system headers. Use -system-headers to display errors from system headers as well.
[task 2024-10-15T22:54:08.422Z] 
[task 2024-10-15T22:54:08.422Z] D:/task_172903235604631/fetches/Library/bin/clang-tidy.exe -export-fixes C:\Users\task_172903235604631\AppData\Local\Temp\tmpjz_d0hdx\tmp_zcn8w0o.yaml -p=D:/task_172903235604631/cmake_build D:\task_172903235604631\build\src\src\captiveportal\captiveportalrequest.cpp
[task 2024-10-15T22:54:08.422Z] D:\task_172903235604631\build\src\src\captiveportal\captiveportalrequest.cpp:59:3: warning: use auto when initializing with new to avoid duplicating the type name [modernize-use-auto]
[task 2024-10-15T22:54:08.422Z]   NetworkRequest* request = new NetworkRequest(static_cast<Task*>(parent()));
[task 2024-10-15T22:54:08.422Z]   ^~~~~~~~~~~~~~
[task 2024-10-15T22:54:08.422Z]   auto
[task 2024-10-15T22:54:08.422Z] 6010 warnings generated.
[task 2024-10-15T22:54:08.422Z] 
[task 2024-10-15T22:54:08.422Z] Suppressed 6009 warnings (6009 in non-user code).
[task 2024-10-15T22:54:08.422Z] 
[task 2024-10-15T22:54:08.422Z] Use -header-filter=.* to display errors from all non-system headers. Use -system-headers to display errors from system headers as well.
[task 2024-10-15T22:54:08.422Z] 
[task 2024-10-15T22:54:08.422Z] D:/task_172903235604631/fetches/Library/bin/clang-tidy.exe -export-fixes C:\Users\task_172903235604631\AppData\Local\Temp\tmpjz_d0hdx\tmp6_4udqeu.yaml -p=D:/task_172903235604631/cmake_build D:\task_172903235604631\build\src\src\daemon\daemonlocalserverconnection.cpp
[task 2024-10-15T22:54:08.422Z] 4843 warnings generated.
[task 2024-10-15T22:54:08.422Z] 
[task 2024-10-15T22:54:08.422Z] Suppressed 4843 warnings (4843 in non-user code).
[task 2024-10-15T22:54:08.422Z] 
[task 2024-10-15T22:54:08.422Z] Use -header-filter=.* to display errors from all non-system headers. Use -system-headers to display errors from system headers as well.
[task 2024-10-15T22:54:08.422Z] 
[task 2024-10-15T22:54:08.422Z] D:/task_172903235604631/fetches/Library/bin/clang-tidy.exe -export-fixes C:\Users\task_172903235604631\AppData\Local\Temp\tmpjz_d0hdx\tmppr407h3t.yaml -p=D:/task_172903235604631/cmake_build D:\task_172903235604631\build\src\src\models\recentconnections.cpp
[task 2024-10-15T22:54:08.422Z] D:\task_172903235604631\build\src\src\models\recentconnections.cpp:168:12: warning: avoid repeating the return type from the declaration; use a braced initializer list instead [modernize-return-braced-init-list]
[task 2024-10-15T22:54:08.422Z]     return QVariant();
[task 2024-10-15T22:54:08.422Z]            ^~~~~~~~~~
[task 2024-10-15T22:54:08.422Z]            {}
[task 2024-10-15T22:54:08.422Z] D:\task_172903235604631\build\src\src\models\recentconnections.cpp:173:14: warning: avoid repeating the return type from the declaration; use a braced initializer list instead [modernize-return-braced-init-list]
[task 2024-10-15T22:54:08.422Z]       return QVariant(m_list.at(id).m_exitCountryCode);
[task 2024-10-15T22:54:08.422Z]              ^
[task 2024-10-15T22:54:08.422Z] D:\task_172903235604631\build\src\src\models\recentconnections.cpp:176:14: warning: avoid repeating the return type from the declaration; use a braced initializer list instead [modernize-return-braced-init-list]
[task 2024-10-15T22:54:08.422Z]       return QVariant(m_list.at(id).m_exitCityName);
[task 2024-10-15T22:54:08.422Z]              ^
[task 2024-10-15T22:54:08.422Z] D:\task_172903235604631\build\src\src\models\recentconnections.cpp:180:14: warning: avoid repeating the return type from the declaration; use a braced initializer list instead [modernize-return-braced-init-list]
[task 2024-10-15T22:54:08.422Z]       return QVariant(
[task 2024-10-15T22:54:08.422Z]              ^
[task 2024-10-15T22:54:08.422Z] D:\task_172903235604631\build\src\src\models\recentconnections.cpp:186:14: warning: avoid repeating the return type from the declaration; use a braced initializer list instead [modernize-return-braced-init-list]
[task 2024-10-15T22:54:08.422Z]       return QVariant(!rc.m_entryCountryCode.isEmpty() &&
[task 2024-10-15T22:54:08.422Z]              ^~~~~~~~~
[task 2024-10-15T22:54:08.422Z]              {
[task 2024-10-15T22:54:08.422Z] D:\task_172903235604631\build\src\src\models\recentconnections.cpp:191:14: warning: avoid repeating the return type from the declaration; use a braced initializer list instead [modernize-return-braced-init-list]
[task 2024-10-15T22:54:08.422Z]       return QVariant(m_list.at(id).m_entryCountryCode);
[task 2024-10-15T22:54:08.422Z]              ^
[task 2024-10-15T22:54:08.422Z] D:\task_172903235604631\build\src\src\models\recentconnections.cpp:194:14: warning: avoid repeating the return type from the declaration; use a braced initializer list instead [modernize-return-braced-init-list]
[task 2024-10-15T22:54:08.422Z]       return QVariant(m_list.at(id).m_entryCityName);
[task 2024-10-15T22:54:08.422Z]              ^
[task 2024-10-15T22:54:08.422Z] D:\task_172903235604631\build\src\src\models\recentconnections.cpp:198:14: warning: avoid repeating the return type from the declaration; use a braced initializer list instead [modernize-return-braced-init-list]
[task 2024-10-15T22:54:08.422Z]       return QVariant(
[task 2024-10-15T22:54:08.422Z]              ^
[task 2024-10-15T22:54:08.422Z] D:\task_172903235604631\build\src\src\models\recentconnections.cpp:203:14: warning: avoid repeating the return type from the declaration; use a braced initializer list instead [modernize-return-braced-init-list]
[task 2024-10-15T22:54:08.422Z]       return QVariant();
[task 2024-10-15T22:54:08.422Z]              ^~~~~~~~~~
[task 2024-10-15T22:54:08.422Z]              {}
[task 2024-10-15T22:54:08.422Z] 7529 warnings generated.
[task 2024-10-15T22:54:08.422Z] 
[task 2024-10-15T22:54:08.422Z] Suppressed 7520 warnings (7520 in non-user code).
[task 2024-10-15T22:54:08.422Z] 
[task 2024-10-15T22:54:08.422Z] Use -header-filter=.* to display errors from all non-system headers. Use -system-headers to display errors from system headers as well.
[task 2024-10-15T22:54:08.422Z] 
[task 2024-10-15T22:54:08.422Z] D:/task_172903235604631/fetches/Library/bin/clang-tidy.exe -export-fixes C:\Users\task_172903235604631\AppData\Local\Temp\tmpjz_d0hdx\tmp_sow5ijv.yaml -p=D:/task_172903235604631/cmake_build D:\task_172903235604631\build\src\src\apppermission.cpp
[task 2024-10-15T22:54:08.422Z] D:\task_172903235604631\build\src\src\apppermission.cpp:111:12: warning: avoid repeating the return type from the declaration; use a braced initializer list instead [modernize-return-braced-init-list]
[task 2024-10-15T22:54:08.422Z]     return QVariant();
[task 2024-10-15T22:54:08.422Z]            ^~~~~~~~~~
[task 2024-10-15T22:54:08.422Z]            {}
[task 2024-10-15T22:54:08.422Z] D:\task_172903235604631\build\src\src\apppermission.cpp:119:14: warning: avoid repeating the return type from the declaration; use a braced initializer list instead [modernize-return-braced-init-list]
[task 2024-10-15T22:54:08.422Z]       return QVariant(app.id);
[task 2024-10-15T22:54:08.422Z]              ^
[task 2024-10-15T22:54:08.422Z] D:\task_172903235604631\build\src\src\apppermission.cpp:127:14: warning: avoid repeating the return type from the declaration; use a braced initializer list instead [modernize-return-braced-init-list]
[task 2024-10-15T22:54:08.422Z]       return QVariant();
[task 2024-10-15T22:54:08.422Z]              ^~~~~~~~~~
[task 2024-10-15T22:54:08.422Z]              {}
[task 2024-10-15T22:54:08.422Z] D:\task_172903235604631\build\src\src\apppermission.cpp:222:13: warning: prefer a lambda to std::bind [modernize-avoid-bind]
[task 2024-10-15T22:54:08.422Z]             std::bind(sortApplicationCallback, std::placeholders::_1,
[task 2024-10-15T22:54:08.422Z]             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[task 2024-10-15T22:54:08.422Z]             [capture0 = &collator](auto && PH1, auto && PH2) { return sortApplicationCallback(std::forward<decltype(PH1)>(PH1), std::forward<decltype(PH2)>(PH2), capture0); }
[task 2024-10-15T22:54:08.422Z] 8012 warnings generated.
[task 2024-10-15T22:54:08.422Z] 
[task 2024-10-15T22:54:08.422Z] Suppressed 8008 warnings (8008 in non-user code).
[task 2024-10-15T22:54:08.422Z] 
[task 2024-10-15T22:54:08.422Z] Use -header-filter=.* to display errors from all non-system headers. Use -system-headers to display errors from system headers as well.
[task 2024-10-15T22:54:08.422Z] 
[task 2024-10-15T22:54:08.422Z] D:/task_172903235604631/fetches/Library/bin/clang-tidy.exe -export-fixes C:\Users\task_172903235604631\AppData\Local\Temp\tmpjz_d0hdx\tmp_w4po6j8.yaml -p=D:/task_172903235604631/cmake_build D:\task_172903235604631\build\src\src\models\devicemodel.cpp
[task 2024-10-15T22:54:08.422Z] D:\task_172903235604631\build\src\src\models\devicemodel.cpp:136:13: warning: prefer a lambda to std::bind [modernize-avoid-bind]
[task 2024-10-15T22:54:08.422Z]             std::bind(sortCallback, std::placeholders::_1,
[task 2024-10-15T22:54:08.422Z]             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[task 2024-10-15T22:54:08.422Z]             [keys](auto && PH1, auto && PH2) { return sortCallback(std::forward<decltype(PH1)>(PH1), std::forward<decltype(PH2)>(PH2), keys); }
[task 2024-10-15T22:54:08.422Z] D:\task_172903235604631\build\src\src\models\devicemodel.cpp:164:12: warning: avoid repeating the return type from the declaration; use a braced initializer list instead [modernize-return-braced-init-list]
[task 2024-10-15T22:54:08.422Z]     return QVariant();
[task 2024-10-15T22:54:08.422Z]            ^~~~~~~~~~
[task 2024-10-15T22:54:08.422Z]            {}
[task 2024-10-15T22:54:08.422Z] D:\task_172903235604631\build\src\src\models\devicemodel.cpp:169:14: warning: avoid repeating the return type from the declaration; use a braced initializer list instead [modernize-return-braced-init-list]
[task 2024-10-15T22:54:08.422Z]       return QVariant(m_devices.at(index.row()).name());
[task 2024-10-15T22:54:08.422Z]              ^
[task 2024-10-15T22:54:08.422Z] D:\task_172903235604631\build\src\src\models\devicemodel.cpp:172:14: warning: avoid repeating the return type from the declaration; use a braced initializer list instead [modernize-return-braced-init-list]
[task 2024-10-15T22:54:08.422Z]       return QVariant(m_devices.at(index.row()).publicKey());
[task 2024-10-15T22:54:08.422Z]              ^
[task 2024-10-15T22:54:08.422Z] D:\task_172903235604631\build\src\src\models\devicemodel.cpp:175:14: warning: avoid repeating the return type from the declaration; use a braced initializer list instead [modernize-return-braced-init-list]
[task 2024-10-15T22:54:08.422Z]       return QVariant(m_devices.at(index.row())
[task 2024-10-15T22:54:08.422Z]              ^~~~~~~~~
[task 2024-10-15T22:54:08.422Z]              {
[task 2024-10-15T22:54:08.422Z] D:\task_172903235604631\build\src\src\models\devicemodel.cpp:179:14: warning: avoid repeating the return type from the declaration; use a braced initializer list instead [modernize-return-braced-init-list]
[task 2024-10-15T22:54:08.422Z]       return QVariant(m_devices.at(index.row()).createdAt());
[task 2024-10-15T22:54:08.422Z]              ^
[task 2024-10-15T22:54:08.422Z] D:\task_172903235604631\build\src\src\models\devicemodel.cpp:182:14: warning: avoid repeating the return type from the declaration; use a braced initializer list instead [modernize-return-braced-init-list]
[task 2024-10-15T22:54:08.422Z]       return QVariant();
[task 2024-10-15T22:54:08.422Z]              ^~~~~~~~~~
[task 2024-10-15T22:54:08.422Z]              {}
[task 2024-10-15T22:54:08.422Z] D:\task_172903235604631\build\src\src\models\devicemodel.cpp:211:17: warning: prefer a lambda to std::bind [modernize-avoid-bind]
[task 2024-10-15T22:54:08.422Z]                 std::bind(sortCallback, std::placeholders::_1,
[task 2024-10-15T22:54:08.422Z]                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[task 2024-10-15T22:54:08.422Z]                 [keys](auto && PH1, auto && PH2) { return sortCallback(std::forward<decltype(PH1)>(PH1), std::forward<decltype(PH2)>(PH2), keys); }
[task 2024-10-15T22:54:08.422Z] 
[task 2024-10-15T22:54:08.422Z] 7338 warnings generated.
[task 2024-10-15T22:54:08.422Z] 
[task 2024-10-15T22:54:08.422Z] 
[task 2024-10-15T22:54:08.422Z] Suppressed 7330 warnings (7330 in non-user code).
[task 2024-10-15T22:54:08.422Z] 
[task 2024-10-15T22:54:08.422Z] 
[task 2024-10-15T22:54:08.422Z] Use -header-filter=.* to display errors from all non-system headers. Use -system-headers to display errors from system headers as well.
[task 2024-10-15T22:54:08.422Z] 
[task 2024-10-15T22:54:08.422Z] 
[task 2024-10-15T22:54:08.422Z] Writing fixes to D:/task_172903235604631/cmake_build/clang-tidy/mozillavpn-sources-report.yaml ...
[task 2024-10-15T22:54:08.422Z] 
[task 2024-10-15T22:54:08.432Z] 
[task 2024-10-15T22:54:08.432Z] 
[task 2024-10-15T22:54:08.432Z]     Directory: D:\task_172903235604631
[task 2024-10-15T22:54:08.432Z] 
[task 2024-10-15T22:54:08.432Z] 
[task 2024-10-15T22:54:08.433Z] Mode                 LastWriteTime         Length Name                                                                                      
[task 2024-10-15T22:54:08.434Z] ----                 -------------         ------ ----                                                                                      
[task 2024-10-15T22:54:08.435Z] d-----        10/15/2024  10:54 PM                artifacts                                                                                 
[task 2024-10-15T22:54:08.439Z] 
[task 2024-10-15T22:54:08.439Z] 
[fetches 2024-10-15T22:54:08.457Z] removing D:\task_172903235604631\fetches
[fetches 2024-10-15T22:54:23.586Z] finished
[taskcluster 2024-10-15T22:54:23.616Z]    Exit Code: 0
[taskcluster 2024-10-15T22:54:23.616Z]    User Time: 0s
[taskcluster 2024-10-15T22:54:23.616Z]  Kernel Time: 15.625ms
[taskcluster 2024-10-15T22:54:23.616Z]    Wall Time: 7m29.9000035s
[taskcluster 2024-10-15T22:54:23.616Z]       Result: SUCCEEDED
[taskcluster 2024-10-15T22:54:23.616Z] === Task Finished ===
[taskcluster 2024-10-15T22:54:23.616Z] Task Duration: 7m29.9008893s
[taskcluster 2024-10-15T22:54:23.970Z] Uploading artifact public/build/mozillavpn-sources-report.yaml from file D:\task_172903235604631\artifacts\mozillavpn-sources-report.yaml with content encoding "gzip", mime type "application/octet-stream" and expiry 2025-10-15T22:34:52.579Z
[taskcluster 2024-10-15T22:54:23.973Z] Uploading artifact public/build/shared-sources-report.yaml from file D:\task_172903235604631\artifacts\shared-sources-report.yaml with content encoding "gzip", mime type "application/octet-stream" and expiry 2025-10-15T22:34:52.579Z
[taskcluster 2024-10-15T22:54:23.978Z] Uploading artifact public/build/mz_webextension-report.yaml from file D:\task_172903235604631\artifacts\mz_webextension-report.yaml with content encoding "gzip", mime type "application/octet-stream" and expiry 2025-10-15T22:34:52.579Z
[taskcluster 2024-10-15T22:54:24.236Z] Uploading artifact public/logs/certified.log from file D:\task_172903235604631\generic-worker\certified.log with content encoding "gzip", mime type "text/plain; charset=utf-8" and expiry 2025-10-15T22:34:52.579Z
[taskcluster 2024-10-15T22:54:24.485Z] Uploading artifact public/chain-of-trust.json from file D:\task_172903235604631\generic-worker\chain-of-trust.json with content encoding "gzip", mime type "text/plain; charset=utf-8" and expiry 2025-10-15T22:34:52.579Z
[taskcluster 2024-10-15T22:54:24.698Z] Uploading artifact public/chain-of-trust.json.sig from file D:\task_172903235604631\generic-worker\chain-of-trust.json.sig with content encoding "gzip", mime type "application/octet-stream" and expiry 2025-10-15T22:34:52.579Z
[taskcluster 2024-10-15T22:54:24.830Z] [mounts] Preserving cache: Moving "D:\\task_172903235604631\\build" to "D:\\caches\\E-6uvVf5S0OMo0d0FXAAHg"
[taskcluster 2024-10-15T22:54:24.841Z] [mounts] Denying task_172903235604631 access to 'D:\caches\E-6uvVf5S0OMo0d0FXAAHg'
[taskcluster 2024-10-15T22:54:25.577Z] Uploading link artifact public/logs/live.log to artifact public/logs/live_backing.log with expiry 2025-10-15T22:34:52.579Z