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

VPN-5138: Fix pascal case #9949

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

windows test

e77f669
Select commit
Loading
Failed to load commit list.
Open

VPN-5138: Fix pascal case #9949

windows test
e77f669
Select commit
Loading
Failed to load commit list.
firefoxci-taskcluster / source-test-clang-tidy-android succeeded Oct 10, 2024 in 8m 5s

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-10T19:37:06.883Z
Resolved: 2024-10-10T19:43:30.958Z
Task Execution Time: 6 minutes, 24 seconds, 75 milliseconds
Task Status: completed
Reason Resolved: completed
RunId: 0

Artifacts

- public/build//mozillavpn-sources-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-10 19:37:07.015Z] Task ID: GE7wlZIPRKe0m51Gj08t5g
[taskcluster 2024-10-10 19:37:07.015Z] Worker ID: 2442944123672826486
[taskcluster 2024-10-10 19:37:07.015Z] Worker Group: us-central1-c
[taskcluster 2024-10-10 19:37:07.015Z] Worker Node Type: projects/887720501152/machineTypes/n2-custom-32-73728
[taskcluster 2024-10-10 19:37:07.015Z] Worker Pool: mozillavpn-1/b-linux-large-gcp
[taskcluster 2024-10-10 19:37:07.015Z] Worker Version: 38.0.5
[taskcluster 2024-10-10 19:37:07.015Z] Public IP: 34.31.193.10
[taskcluster 2024-10-10 19:37:07.015Z] Hostname: mozillavpn-1-b-linux-large-gcp-wm2vwky7rkgthbesi2s33w
[taskcluster 2024-10-10 19:37:07.015Z] using cache "mozillavpn-level-1-checkouts-v3-7afeb851dd97df8f3607-BVfDU_yOTJiH3bQ-cjrmLQ" -> /builds/worker/checkouts

[taskcluster 2024-10-10 19:37:09.458Z] Downloading artifact "public/image.tar.zst" from task ID: BVfDU_yOTJiH3bQ-cjrmLQ.
[taskcluster 2024-10-10 19:37:14.461Z] Download Progress: 68.69%
[taskcluster 2024-10-10 19:37:16.816Z] Downloaded artifact successfully.
[taskcluster 2024-10-10 19:37:16.816Z] Downloaded 363.951 mb
[taskcluster 2024-10-10 19:37:16.817Z] Decompressing downloaded image
[taskcluster 2024-10-10 19:37:19.276Z] Loading docker image from downloaded archive.
[taskcluster 2024-10-10 19:37:32.215Z] Image 'public/image.tar.zst' from task 'BVfDU_yOTJiH3bQ-cjrmLQ' loaded.  Using image ID sha256:053de1f90f8fd895b184965941ad43a9c0c4be84e41a5b22f1e4b38afff32ae7.
[taskcluster 2024-10-10 19:37:32.408Z] === Task Starting ===
[setup 2024-10-10T19:37:36.143Z] run-task started in /builds/worker
[setup 2024-10-10T19:37:36.143Z] Invoked by command: --mozillavpn-checkout=/builds/worker/checkouts/vcs/ --task-cwd /builds/worker/checkouts/vcs -- bash -cx source $TASK_WORKDIR/fetches/bin/activate && conda-unpack && git submodule update --init --recursive && unset CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_LINKER &&   $QTPATH/bin/qt-cmake \

...(3385 lines hidden)...

[task 2024-10-10T19:43:24.841Z]     auto
[task 2024-10-10T19:43:24.841Z] /builds/worker/checkouts/vcs/src/controller.cpp:1022:5: warning: use auto when initializing with new to avoid duplicating the type name [modernize-use-auto]
[task 2024-10-10T19:43:24.841Z]     NetworkRequest* request = new NetworkRequest(task, 200);
[task 2024-10-10T19:43:24.841Z]     ^~~~~~~~~~~~~~
[task 2024-10-10T19:43:24.841Z]     auto
[task 2024-10-10T19:43:24.841Z] 13083 warnings generated.
[task 2024-10-10T19:43:24.841Z] Suppressed 13081 warnings (13081 in non-user code).
[task 2024-10-10T19:43:24.841Z] 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-10T19:43:24.841Z] /builds/worker/fetches/android_home/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/bin/clang-tidy -export-fixes /tmp/tmpj_3mp_3w/tmpk5oi3_hq.yaml -p=/builds/worker/checkouts/vcs/.tmp /builds/worker/checkouts/vcs/src/command.cpp
[task 2024-10-10T19:43:24.841Z] /builds/worker/checkouts/vcs/src/command.cpp:54:35: warning: pass by value and use std::move [modernize-pass-by-value]
[task 2024-10-10T19:43:24.841Z] Command::Command(QObject* parent, const QString& name,
[task 2024-10-10T19:43:24.841Z]                                   ^~~~~~~~~~~~~~
[task 2024-10-10T19:43:24.841Z]                                   QString 
[task 2024-10-10T19:43:24.841Z] /builds/worker/checkouts/vcs/src/command.cpp:55:18: warning: pass by value and use std::move [modernize-pass-by-value]
[task 2024-10-10T19:43:24.841Z]                  const QString& description)
[task 2024-10-10T19:43:24.841Z]                  ^~~~~~~~~~~~~~
[task 2024-10-10T19:43:24.841Z]                  QString 
[task 2024-10-10T19:43:24.841Z] /builds/worker/checkouts/vcs/src/command.cpp:209:3: warning: use range-based for loop instead [modernize-loop-convert]
[task 2024-10-10T19:43:24.841Z]   for (auto i = s_commandCreators.begin(); i != s_commandCreators.end(); ++i) {
[task 2024-10-10T19:43:24.841Z]   ^   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[task 2024-10-10T19:43:24.841Z]       (auto & s_commandCreator : s_commandCreators)
[task 2024-10-10T19:43:24.841Z] 11875 warnings generated.
[task 2024-10-10T19:43:24.841Z] Suppressed 11872 warnings (11872 in non-user code).
[task 2024-10-10T19:43:24.841Z] 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-10T19:43:24.841Z] /builds/worker/fetches/android_home/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/bin/clang-tidy -export-fixes /tmp/tmpj_3mp_3w/tmpjezcspu8.yaml -p=/builds/worker/checkouts/vcs/.tmp /builds/worker/checkouts/vcs/src/commands/commandwgconf.cpp
[task 2024-10-10T19:43:24.841Z] 11031 warnings generated.
[task 2024-10-10T19:43:24.841Z] Suppressed 11031 warnings (11031 in non-user code).
[task 2024-10-10T19:43:24.841Z] 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-10T19:43:24.841Z] /builds/worker/fetches/android_home/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/bin/clang-tidy -export-fixes /tmp/tmpj_3mp_3w/tmp11jonczr.yaml -p=/builds/worker/checkouts/vcs/.tmp /builds/worker/checkouts/vcs/src/daemon/daemon.cpp
[task 2024-10-10T19:43:24.841Z] 8385 warnings generated.
[task 2024-10-10T19:43:24.841Z] Suppressed 8385 warnings (8385 in non-user code).
[task 2024-10-10T19:43:24.841Z] 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-10T19:43:24.841Z] /builds/worker/fetches/android_home/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/bin/clang-tidy -export-fixes /tmp/tmpj_3mp_3w/tmp_xlf9e75.yaml -p=/builds/worker/checkouts/vcs/.tmp /builds/worker/checkouts/vcs/src/localsocketcontroller.cpp
[task 2024-10-10T19:43:24.841Z] /builds/worker/checkouts/vcs/src/localsocketcontroller.cpp:7:10: warning: inclusion of deprecated C++ header 'stdint.h'; consider using 'cstdint' instead [modernize-deprecated-headers]
[task 2024-10-10T19:43:24.841Z] #include <stdint.h>
[task 2024-10-10T19:43:24.841Z]          ^~~~~~~~~~
[task 2024-10-10T19:43:24.841Z]          <cstdint>
[task 2024-10-10T19:43:24.841Z] /builds/worker/checkouts/vcs/src/localsocketcontroller.cpp:44:46: warning: pass by value and use std::move [modernize-pass-by-value]
[task 2024-10-10T19:43:24.841Z] LocalSocketController::LocalSocketController(const QString& path)
[task 2024-10-10T19:43:24.841Z]                                              ^~~~~~~~~~~~~~
[task 2024-10-10T19:43:24.841Z]                                              QString 
[task 2024-10-10T19:43:24.841Z] /builds/worker/checkouts/vcs/src/localsocketcontroller.cpp:361:5: warning: use auto when initializing with new to avoid duplicating the type name [modernize-use-auto]
[task 2024-10-10T19:43:24.841Z]     QTimer* t = new QTimer(this);
[task 2024-10-10T19:43:24.841Z]     ^~~~~~
[task 2024-10-10T19:43:24.841Z]     auto
[task 2024-10-10T19:43:24.841Z] 7591 warnings generated.
[task 2024-10-10T19:43:24.841Z] Suppressed 7588 warnings (7588 in non-user code).
[task 2024-10-10T19:43:24.841Z] 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-10T19:43:24.841Z] /builds/worker/fetches/android_home/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/bin/clang-tidy -export-fixes /tmp/tmpj_3mp_3w/tmp_8na3r2u.yaml -p=/builds/worker/checkouts/vcs/.tmp /builds/worker/checkouts/vcs/src/constants.cpp
[task 2024-10-10T19:43:24.841Z] 8940 warnings generated.
[task 2024-10-10T19:43:24.841Z] Suppressed 8940 warnings (8940 in non-user code).
[task 2024-10-10T19:43:24.841Z] 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-10T19:43:24.841Z] /builds/worker/fetches/android_home/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/bin/clang-tidy -export-fixes /tmp/tmpj_3mp_3w/tmpnl1flg31.yaml -p=/builds/worker/checkouts/vcs/.tmp /builds/worker/checkouts/vcs/src/commands/commandstatus.cpp
[task 2024-10-10T19:43:24.841Z] 11167 warnings generated.
[task 2024-10-10T19:43:24.841Z] Suppressed 11167 warnings (11167 in non-user code).
[task 2024-10-10T19:43:24.841Z] 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-10T19:43:24.841Z] /builds/worker/fetches/android_home/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/bin/clang-tidy -export-fixes /tmp/tmpj_3mp_3w/tmpjrmr834v.yaml -p=/builds/worker/checkouts/vcs/.tmp /builds/worker/checkouts/vcs/src/networkwatcher.cpp
[task 2024-10-10T19:43:24.841Z] 10618 warnings generated.
[task 2024-10-10T19:43:24.841Z] Suppressed 10618 warnings (10618 in non-user code).
[task 2024-10-10T19:43:24.841Z] 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-10T19:43:24.841Z] /builds/worker/fetches/android_home/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/bin/clang-tidy -export-fixes /tmp/tmpj_3mp_3w/tmpsqy7pklg.yaml -p=/builds/worker/checkouts/vcs/.tmp /builds/worker/checkouts/vcs/src/captiveportal/captiveportalrequest.cpp
[task 2024-10-10T19:43:24.841Z] /builds/worker/checkouts/vcs/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-10T19:43:24.841Z]   NetworkRequest* request = new NetworkRequest(static_cast<Task*>(parent()));
[task 2024-10-10T19:43:24.841Z]   ^~~~~~~~~~~~~~
[task 2024-10-10T19:43:24.841Z]   auto
[task 2024-10-10T19:43:24.841Z] 9421 warnings generated.
[task 2024-10-10T19:43:24.841Z] Suppressed 9420 warnings (9420 in non-user code).
[task 2024-10-10T19:43:24.841Z] 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-10T19:43:24.841Z] /builds/worker/fetches/android_home/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/bin/clang-tidy -export-fixes /tmp/tmpj_3mp_3w/tmp59uurg_d.yaml -p=/builds/worker/checkouts/vcs/.tmp /builds/worker/checkouts/vcs/src/captiveportal/captiveportalrequesttask.cpp
[task 2024-10-10T19:43:24.841Z] /builds/worker/checkouts/vcs/src/captiveportal/captiveportalrequesttask.cpp:42:3: warning: use auto when initializing with new to avoid duplicating the type name [modernize-use-auto]
[task 2024-10-10T19:43:24.841Z]   CaptivePortalRequest* request = new CaptivePortalRequest(this);
[task 2024-10-10T19:43:24.841Z]   ^~~~~~~~~~~~~~~~~~~~
[task 2024-10-10T19:43:24.841Z]   auto
[task 2024-10-10T19:43:24.841Z] /builds/worker/fetches/Qt/6.6.3/android_arm64_v8a/include/QtCore/qtimer.h:77:5: warning: Potential memory leak [clang-analyzer-cplusplus.NewDeleteLeaks]
[task 2024-10-10T19:43:24.841Z]     }
[task 2024-10-10T19:43:24.841Z]     ^
[task 2024-10-10T19:43:24.841Z] /builds/worker/checkouts/vcs/src/captiveportal/captiveportalrequesttask.cpp:33:3: note: Calling 'QTimer::singleShot'
[task 2024-10-10T19:43:24.841Z]   QTimer::singleShot(30 * 1000, this, [this]() {
[task 2024-10-10T19:43:24.841Z]   ^
[task 2024-10-10T19:43:24.841Z] /builds/worker/fetches/Qt/6.6.3/android_arm64_v8a/include/QtCore/qtimer.h:63:9: note: Calling 'QTimer::singleShot'
[task 2024-10-10T19:43:24.841Z]         singleShot(interval, defaultTypeFor(interval), receiver, std::forward<Functor>(slot));
[task 2024-10-10T19:43:24.841Z]         ^
[task 2024-10-10T19:43:24.841Z] /builds/worker/fetches/Qt/6.6.3/android_arm64_v8a/include/QtCore/qtimer.h:76:24: note: Calling 'makeCallableObject<void (*)(), (lambda at /builds/worker/checkouts/vcs/src/captiveportal/captiveportalrequesttask.cpp:33:39)>'
[task 2024-10-10T19:43:24.841Z]                        QtPrivate::makeCallableObject<Prototype>(std::forward<Functor>(slot)));
[task 2024-10-10T19:43:24.841Z]                        ^
[task 2024-10-10T19:43:24.841Z] 9438 warnings generated.
[task 2024-10-10T19:43:24.841Z] Suppressed 9437 warnings (9436 in non-user code, 1 NOLINT).
[task 2024-10-10T19:43:24.841Z] 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-10T19:43:24.841Z] /builds/worker/fetches/android_home/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/bin/clang-tidy -export-fixes /tmp/tmpj_3mp_3w/tmpdblgnndb.yaml -p=/builds/worker/checkouts/vcs/.tmp /builds/worker/checkouts/vcs/src/telemetry.cpp
[task 2024-10-10T19:43:24.841Z] /builds/worker/checkouts/vcs/src/telemetry.cpp:141:15: warning: Value stored to 'controller' during its initialization is never read [clang-analyzer-deadcode.DeadStores]
[task 2024-10-10T19:43:24.841Z]   Controller* controller = vpn->controller();
[task 2024-10-10T19:43:24.841Z]               ^
[task 2024-10-10T19:43:24.841Z] /builds/worker/checkouts/vcs/src/telemetry.cpp:141:15: note: Value stored to 'controller' during its initialization is never read
[task 2024-10-10T19:43:24.841Z] 12585 warnings generated.
[task 2024-10-10T19:43:24.841Z] Suppressed 12584 warnings (12584 in non-user code).
[task 2024-10-10T19:43:24.841Z] 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-10T19:43:24.841Z] /builds/worker/fetches/android_home/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/bin/clang-tidy -export-fixes /tmp/tmpj_3mp_3w/tmp_jnxxjgi.yaml -p=/builds/worker/checkouts/vcs/.tmp /builds/worker/checkouts/vcs/src/commands/commandlogin.cpp
[task 2024-10-10T19:43:24.841Z] 10748 warnings generated.
[task 2024-10-10T19:43:24.841Z] Suppressed 10748 warnings (10748 in non-user code).
[task 2024-10-10T19:43:24.841Z] 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-10T19:43:24.841Z] /builds/worker/fetches/android_home/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/bin/clang-tidy -export-fixes /tmp/tmpj_3mp_3w/tmpznn9kt1o.yaml -p=/builds/worker/checkouts/vcs/.tmp /builds/worker/checkouts/vcs/src/models/recentconnections.cpp
[task 2024-10-10T19:43:24.841Z] 11004 warnings generated.
[task 2024-10-10T19:43:24.841Z] Suppressed 11004 warnings (11004 in non-user code).
[task 2024-10-10T19:43:24.841Z] 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-10T19:43:24.841Z] /builds/worker/fetches/android_home/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/bin/clang-tidy -export-fixes /tmp/tmpj_3mp_3w/tmp7aqa4dup.yaml -p=/builds/worker/checkouts/vcs/.tmp /builds/worker/checkouts/vcs/src/dnshelper.cpp
[task 2024-10-10T19:43:24.841Z] 9004 warnings generated.
[task 2024-10-10T19:43:24.841Z] Suppressed 9004 warnings (9004 in non-user code).
[task 2024-10-10T19:43:24.841Z] 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-10T19:43:24.841Z] /builds/worker/fetches/android_home/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/bin/clang-tidy -export-fixes /tmp/tmpj_3mp_3w/tmp289dn0va.yaml -p=/builds/worker/checkouts/vcs/.tmp /builds/worker/checkouts/vcs/src/notificationhandler.cpp
[task 2024-10-10T19:43:24.841Z] /builds/worker/checkouts/vcs/src/notificationhandler.cpp:402:3: warning: use auto when initializing with a template cast to avoid duplicating the type name [modernize-use-auto]
[task 2024-10-10T19:43:24.841Z]   AddonMessage* addonMessage = qobject_cast<AddonMessage*>(addon);
[task 2024-10-10T19:43:24.841Z]   ^~~~~~~~~~~~
[task 2024-10-10T19:43:24.841Z]   auto
[task 2024-10-10T19:43:24.841Z] 11151 warnings generated.
[task 2024-10-10T19:43:24.841Z] Suppressed 11150 warnings (11150 in non-user code).
[task 2024-10-10T19:43:24.841Z] 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-10T19:43:24.841Z] /builds/worker/fetches/android_home/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/bin/clang-tidy -export-fixes /tmp/tmpj_3mp_3w/tmpe25orpps.yaml -p=/builds/worker/checkouts/vcs/.tmp /builds/worker/checkouts/vcs/src/commands/commandui.cpp
[task 2024-10-10T19:43:24.841Z] /builds/worker/checkouts/vcs/src/commands/commandui.cpp:164:7: warning: use auto when initializing with new to avoid duplicating the type name [modernize-use-auto]
[task 2024-10-10T19:43:24.841Z]       MockDaemon* daemon = new MockDaemon(qApp);
[task 2024-10-10T19:43:24.841Z]       ^~~~~~~~~~
[task 2024-10-10T19:43:24.841Z]       auto
[task 2024-10-10T19:43:24.841Z] /builds/worker/checkouts/vcs/src/commands/commandui.cpp:240:5: warning: use auto when initializing with new to avoid duplicating the type name [modernize-use-auto]
[task 2024-10-10T19:43:24.841Z]     QQmlApplicationEngine* engine = new QQmlApplicationEngine();
[task 2024-10-10T19:43:24.841Z]     ^~~~~~~~~~~~~~~~~~~~~
[task 2024-10-10T19:43:24.841Z]     auto
[task 2024-10-10T19:43:24.841Z] 15302 warnings generated.
[task 2024-10-10T19:43:24.841Z] Suppressed 15300 warnings (15300 in non-user code).
[task 2024-10-10T19:43:24.841Z] 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-10T19:43:24.841Z] /builds/worker/fetches/android_home/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/bin/clang-tidy -export-fixes /tmp/tmpj_3mp_3w/tmpqmp36kla.yaml -p=/builds/worker/checkouts/vcs/.tmp /builds/worker/checkouts/vcs/src/mozillavpn.cpp
[task 2024-10-10T19:43:24.841Z] /builds/worker/checkouts/vcs/src/mozillavpn.cpp:470:3: warning: use auto when initializing with new to avoid duplicating the type name [modernize-use-auto]
[task 2024-10-10T19:43:24.841Z]   TaskAuthenticate* taskAuthenticate = new TaskAuthenticate(authenticationType);
[task 2024-10-10T19:43:24.841Z]   ^~~~~~~~~~~~~~~~
[task 2024-10-10T19:43:24.841Z]   auto
[task 2024-10-10T19:43:24.841Z] /builds/worker/checkouts/vcs/src/mozillavpn.cpp:678:3: warning: use auto when initializing with new to avoid duplicating the type name [modernize-use-auto]
[task 2024-10-10T19:43:24.841Z]   QString* buffer = new QString();
[task 2024-10-10T19:43:24.842Z]   ^~~~~~~
[task 2024-10-10T19:43:24.842Z]   auto
[task 2024-10-10T19:43:24.842Z] /builds/worker/checkouts/vcs/src/mozillavpn.cpp:679:3: warning: use auto when initializing with new to avoid duplicating the type name [modernize-use-auto]
[task 2024-10-10T19:43:24.842Z]   QTextStream* out = new QTextStream(buffer);
[task 2024-10-10T19:43:24.842Z]   ^~~~~~~~~~~
[task 2024-10-10T19:43:24.842Z]   auto
[task 2024-10-10T19:43:24.842Z] /builds/worker/checkouts/vcs/src/mozillavpn.cpp:960:22: warning: Value stored to 'products' during its initialization is never read [clang-analyzer-deadcode.DeadStores]
[task 2024-10-10T19:43:24.842Z]     ProductsHandler* products = ProductsHandler::instance();
[task 2024-10-10T19:43:24.842Z]                      ^
[task 2024-10-10T19:43:24.842Z] /builds/worker/checkouts/vcs/src/mozillavpn.cpp:960:22: note: Value stored to 'products' during its initialization is never read
[task 2024-10-10T19:43:24.842Z] /builds/worker/checkouts/vcs/src/mozillavpn.cpp:1231:3: warning: use auto when initializing with new to avoid duplicating the type name [modernize-use-auto]
[task 2024-10-10T19:43:24.842Z]   TaskDeleteAccount* task = new TaskDeleteAccount(m_private->m_user.email());
[task 2024-10-10T19:43:24.842Z]   ^~~~~~~~~~~~~~~~~
[task 2024-10-10T19:43:24.842Z]   auto
[task 2024-10-10T19:43:24.842Z] /builds/worker/checkouts/vcs/src/mozillavpn.cpp:1754:3: warning: use auto when initializing with new to avoid duplicating the type name [modernize-use-auto]
[task 2024-10-10T19:43:24.842Z]   NavigationBarButton* messageIcon = new NavigationBarButton(
[task 2024-10-10T19:43:24.842Z]   ^~~~~~~~~~~~~~~~~~~
[task 2024-10-10T19:43:24.842Z]   auto
[task 2024-10-10T19:43:24.842Z] /builds/worker/checkouts/vcs/src/mozillavpn.cpp:1823:9: warning: use auto when initializing with a cast to avoid duplicating the type name [modernize-use-auto]
[task 2024-10-10T19:43:24.842Z]         ServiceAction a = (ServiceAction)type.toInt();
[task 2024-10-10T19:43:24.842Z]         ^~~~~~~~~~~~~
[task 2024-10-10T19:43:24.842Z]         auto
[task 2024-10-10T19:43:24.842Z] /builds/worker/fetches/Qt/6.6.3/android_arm64_v8a/include/QtCore/qtimer.h:77:5: warning: Potential memory leak [clang-analyzer-cplusplus.NewDeleteLeaks]
[task 2024-10-10T19:43:24.842Z]     }
[task 2024-10-10T19:43:24.842Z]     ^
[task 2024-10-10T19:43:24.842Z] /builds/worker/checkouts/vcs/src/mozillavpn.cpp:817:3: note: Calling 'QTimer::singleShot'
[task 2024-10-10T19:43:24.842Z]   QTimer::singleShot(0, this, &MozillaVPN::initializeGlean);
[task 2024-10-10T19:43:24.842Z]   ^
[task 2024-10-10T19:43:24.842Z] /builds/worker/fetches/Qt/6.6.3/android_arm64_v8a/include/QtCore/qtimer.h:63:9: note: Calling 'QTimer::singleShot'
[task 2024-10-10T19:43:24.842Z]         singleShot(interval, defaultTypeFor(interval), receiver, std::forward<Functor>(slot));
[task 2024-10-10T19:43:24.842Z]         ^
[task 2024-10-10T19:43:24.842Z] /builds/worker/fetches/Qt/6.6.3/android_arm64_v8a/include/QtCore/qtimer.h:76:24: note: Calling 'makeCallableObject<void (*)(), void (MozillaVPN::*)()>'
[task 2024-10-10T19:43:24.842Z]                        QtPrivate::makeCallableObject<Prototype>(std::forward<Functor>(slot)));
[task 2024-10-10T19:43:24.842Z]                        ^
[task 2024-10-10T19:43:24.842Z] 16219 warnings generated.
[task 2024-10-10T19:43:24.842Z] Suppressed 16212 warnings (16211 in non-user code, 1 NOLINT).
[task 2024-10-10T19:43:24.842Z] 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-10T19:43:24.842Z] /builds/worker/fetches/android_home/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/bin/clang-tidy -export-fixes /tmp/tmpj_3mp_3w/tmpqt7anf1w.yaml -p=/builds/worker/checkouts/vcs/.tmp /builds/worker/checkouts/vcs/src/models/servercountrymodel.cpp
[task 2024-10-10T19:43:24.842Z] /builds/worker/checkouts/vcs/src/models/servercountrymodel.cpp:274:13: warning: prefer a lambda to std::bind [modernize-avoid-bind]
[task 2024-10-10T19:43:24.842Z]             std::bind(sortCountryCallback, std::placeholders::_1,
[task 2024-10-10T19:43:24.842Z]             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[task 2024-10-10T19:43:24.842Z]             [capture0 = &collator](auto && PH1, auto && PH2) { return sortCountryCallback(std::forward<decltype(PH1)>(PH1), std::forward<decltype(PH2)>(PH2), capture0); }
[task 2024-10-10T19:43:24.842Z] 12604 warnings generated.
[task 2024-10-10T19:43:24.842Z] Suppressed 12603 warnings (12603 in non-user code).
[task 2024-10-10T19:43:24.842Z] 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-10T19:43:24.842Z] /builds/worker/fetches/android_home/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/bin/clang-tidy -export-fixes /tmp/tmpj_3mp_3w/tmp89xoi_8g.yaml -p=/builds/worker/checkouts/vcs/.tmp /builds/worker/checkouts/vcs/src/models/devicemodel.cpp
[task 2024-10-10T19:43:24.842Z] /builds/worker/checkouts/vcs/src/models/devicemodel.cpp:136:13: warning: prefer a lambda to std::bind [modernize-avoid-bind]
[task 2024-10-10T19:43:24.842Z]             std::bind(sortCallback, std::placeholders::_1,
[task 2024-10-10T19:43:24.842Z]             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[task 2024-10-10T19:43:24.842Z]             [keys](auto && PH1, auto && PH2) { return sortCallback(std::forward<decltype(PH1)>(PH1), std::forward<decltype(PH2)>(PH2), keys); }
[task 2024-10-10T19:43:24.842Z] /builds/worker/checkouts/vcs/src/models/devicemodel.cpp:211:17: warning: prefer a lambda to std::bind [modernize-avoid-bind]
[task 2024-10-10T19:43:24.842Z]                 std::bind(sortCallback, std::placeholders::_1,
[task 2024-10-10T19:43:24.842Z]                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[task 2024-10-10T19:43:24.842Z]                 [keys](auto && PH1, auto && PH2) { return sortCallback(std::forward<decltype(PH1)>(PH1), std::forward<decltype(PH2)>(PH2), keys); }
[task 2024-10-10T19:43:24.842Z] 10830 warnings generated.
[task 2024-10-10T19:43:24.842Z] Suppressed 10828 warnings (10828 in non-user code).
[task 2024-10-10T19:43:24.842Z] 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-10T19:43:24.842Z] Writing fixes to /builds/worker/checkouts/vcs/.tmp/clang-tidy/mozillavpn-sources-report.yaml ...
[task 2024-10-10T19:43:24.842Z] + mkdir -p /builds/worker/artifacts/
[task 2024-10-10T19:43:24.842Z] + cp .tmp/clang-tidy/mozillavpn-sources-report.yaml .tmp/clang-tidy/shared-sources-report.yaml /builds/worker/artifacts/
[fetches 2024-10-10T19:43:24.842Z] removing /builds/worker/fetches
[fetches 2024-10-10T19:43:29.414Z] finished
[taskcluster 2024-10-10 19:43:29.805Z] === Task Finished ===
[taskcluster 2024-10-10 19:43:30.230Z] Successful task run with exit code: 0 completed in 383.216 seconds