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

Nit: add browser path to log #10177

Merged
merged 1 commit into from
Jan 13, 2025

Nit: add browser path

ab572b2
Select commit
Loading
Failed to load commit list.
Merged

Nit: add browser path to log #10177

Nit: add browser path
ab572b2
Select commit
Loading
Failed to load commit list.
firefoxci-taskcluster / source-test-clang-tidy-android succeeded Jan 10, 2025 in 5m 40s

FirefoxCI (pull_request)

Clang-tidy (Treeherder push)

Details

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

Task Status

Started: 2025-01-10T16:08:24.739Z
Resolved: 2025-01-10T16:12:25.868Z
Task Execution Time: 4 minutes, 1 second, 129 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 2025-01-10 16:08:24.818Z] Task ID: Z6bxo5kdRlmBZaRfKZwZGg
[taskcluster 2025-01-10 16:08:24.818Z] Worker ID: 8663504593158470474
[taskcluster 2025-01-10 16:08:24.818Z] Worker Group: us-central1-a
[taskcluster 2025-01-10 16:08:24.818Z] Worker Node Type: projects/887720501152/machineTypes/n2-standard-32
[taskcluster 2025-01-10 16:08:24.818Z] Worker Pool: mozillavpn-1/b-linux-large-gcp
[taskcluster 2025-01-10 16:08:24.818Z] Worker Version: 38.0.5
[taskcluster 2025-01-10 16:08:24.818Z] Public IP: 34.171.119.92
[taskcluster 2025-01-10 16:08:24.818Z] Hostname: mozillavpn-1-b-linux-large-gcp-ehtcqvbktkaft6r3nadlzg
[taskcluster 2025-01-10 16:08:24.819Z] using cache "mozillavpn-level-1-checkouts-v3-492fcd7a01ebf3b75635-F2HO0ifjRHqKjGHc0H9VcA" -> /builds/worker/checkouts

[taskcluster 2025-01-10 16:08:27.628Z] Downloading artifact "public/image.tar.zst" from task ID: F2HO0ifjRHqKjGHc0H9VcA.
[taskcluster 2025-01-10 16:08:30.120Z] Downloaded artifact successfully.
[taskcluster 2025-01-10 16:08:30.121Z] Downloaded 366.499 mb
[taskcluster 2025-01-10 16:08:30.122Z] Decompressing downloaded image
[taskcluster 2025-01-10 16:08:32.921Z] Loading docker image from downloaded archive.
[taskcluster 2025-01-10 16:08:50.987Z] Image 'public/image.tar.zst' from task 'F2HO0ifjRHqKjGHc0H9VcA' loaded.  Using image ID sha256:96d349a1af732fec3c9db22cf9144de0c0adde8a278d36ba730f9d1f66cf1f46.
[taskcluster 2025-01-10 16:08:51.187Z] === Task Starting ===
[setup 2025-01-10T16:08:53.197Z] run-task started in /builds/worker
[setup 2025-01-10T16:08:53.197Z] 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 \
  -DQT_HOST_PATH=$QT_HOST_PATH \

...(3362 lines hidden)...

[task 2025-01-10T16:12:19.448Z]                              QString 
[task 2025-01-10T16:12:19.448Z] /builds/worker/checkouts/vcs/src/tasks/adddevice/taskadddevice.cpp:39:57: warning: pass by value and use std::move [modernize-pass-by-value]
[task 2025-01-10T16:12:19.448Z] TaskAddDevice::TaskAddDevice(const QString& deviceName, const QString& deviceID)
[task 2025-01-10T16:12:19.448Z]                                                         ^~~~~~~~~~~~~~
[task 2025-01-10T16:12:19.448Z]                                                         QString 
[task 2025-01-10T16:12:19.448Z] /builds/worker/checkouts/vcs/src/tasks/adddevice/taskadddevice.cpp:55:3: warning: use auto when initializing with new to avoid duplicating the type name [modernize-use-auto]
[task 2025-01-10T16:12:19.448Z]   NetworkRequest* request = new NetworkRequest(this, 201);
[task 2025-01-10T16:12:19.448Z]   ^~~~~~~~~~~~~~
[task 2025-01-10T16:12:19.448Z]   auto
[task 2025-01-10T16:12:19.448Z] 8070 warnings generated.
[task 2025-01-10T16:12:19.448Z] Suppressed 8067 warnings (8067 in non-user code).
[task 2025-01-10T16:12:19.448Z] Use -header-filter=.* to display errors from all non-system headers. Use -system-headers to display errors from system headers as well.
[task 2025-01-10T16:12:19.448Z] /builds/worker/fetches/android_home/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/bin/clang-tidy -export-fixes /tmp/tmp9at5msu5/tmptjttkgab.yaml -p=/builds/worker/checkouts/vcs/.tmp /builds/worker/checkouts/vcs/src/daemon/daemonaccesscontrol.cpp
[task 2025-01-10T16:12:19.448Z] /builds/worker/checkouts/vcs/src/daemon/daemonaccesscontrol.cpp:131:56: warning: parameter 'socket' is unused [misc-unused-parameters]
[task 2025-01-10T16:12:19.448Z] int DaemonAccessControl::getPeerId(const QLocalSocket* socket) {
[task 2025-01-10T16:12:19.448Z]                                                        ^~~~~~
[task 2025-01-10T16:12:19.448Z]                                                         /*socket*/
[task 2025-01-10T16:12:19.448Z] 4924 warnings generated.
[task 2025-01-10T16:12:19.448Z] Suppressed 4923 warnings (4923 in non-user code).
[task 2025-01-10T16:12:19.448Z] Use -header-filter=.* to display errors from all non-system headers. Use -system-headers to display errors from system headers as well.
[task 2025-01-10T16:12:19.448Z] /builds/worker/fetches/android_home/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/bin/clang-tidy -export-fixes /tmp/tmp9at5msu5/tmphr_edyga.yaml -p=/builds/worker/checkouts/vcs/.tmp /builds/worker/checkouts/vcs/src/purchasewebhandler.cpp
[task 2025-01-10T16:12:19.448Z] /builds/worker/checkouts/vcs/src/purchasewebhandler.cpp:40:3: warning: use auto when initializing with new to avoid duplicating the type name [modernize-use-auto]
[task 2025-01-10T16:12:19.448Z]   TaskAuthenticate* taskAuthenticate =
[task 2025-01-10T16:12:19.448Z]   ^~~~~~~~~~~~~~~~
[task 2025-01-10T16:12:19.448Z]   auto
[task 2025-01-10T16:12:19.448Z] 6576 warnings generated.
[task 2025-01-10T16:12:19.448Z] Suppressed 6575 warnings (6575 in non-user code).
[task 2025-01-10T16:12:19.448Z] Use -header-filter=.* to display errors from all non-system headers. Use -system-headers to display errors from system headers as well.
[task 2025-01-10T16:12:19.448Z] /builds/worker/fetches/android_home/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/bin/clang-tidy -export-fixes /tmp/tmp9at5msu5/tmp_wk0k4_r.yaml -p=/builds/worker/checkouts/vcs/.tmp /builds/worker/checkouts/vcs/src/tasks/getsubscriptiondetails/taskgetsubscriptiondetails.cpp
[task 2025-01-10T16:12:19.448Z] /builds/worker/checkouts/vcs/src/tasks/getsubscriptiondetails/taskgetsubscriptiondetails.cpp:53:3: warning: use auto when initializing with new to avoid duplicating the type name [modernize-use-auto]
[task 2025-01-10T16:12:19.448Z]   NetworkRequest* request = new NetworkRequest(this, 200);
[task 2025-01-10T16:12:19.448Z]   ^~~~~~~~~~~~~~
[task 2025-01-10T16:12:19.448Z]   auto
[task 2025-01-10T16:12:19.448Z] /builds/worker/checkouts/vcs/src/tasks/getsubscriptiondetails/taskgetsubscriptiondetails.cpp:159:13: warning: use auto when initializing with new to avoid duplicating the type name [modernize-use-auto]
[task 2025-01-10T16:12:19.448Z]             NetworkRequest* request = new NetworkRequest(this, 200);
[task 2025-01-10T16:12:19.448Z]             ^~~~~~~~~~~~~~
[task 2025-01-10T16:12:19.448Z]             auto
[task 2025-01-10T16:12:19.448Z] 8065 warnings generated.
[task 2025-01-10T16:12:19.448Z] Suppressed 8063 warnings (8063 in non-user code).
[task 2025-01-10T16:12:19.448Z] Use -header-filter=.* to display errors from all non-system headers. Use -system-headers to display errors from system headers as well.
[task 2025-01-10T16:12:19.448Z] /builds/worker/fetches/android_home/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/bin/clang-tidy -export-fixes /tmp/tmp9at5msu5/tmp24dhkcjn.yaml -p=/builds/worker/checkouts/vcs/.tmp /builds/worker/checkouts/vcs/src/models/location.cpp
[task 2025-01-10T16:12:19.448Z] 5849 warnings generated.
[task 2025-01-10T16:12:19.448Z] Suppressed 5849 warnings (5849 in non-user code).
[task 2025-01-10T16:12:19.448Z] Use -header-filter=.* to display errors from all non-system headers. Use -system-headers to display errors from system headers as well.
[task 2025-01-10T16:12:19.448Z] /builds/worker/fetches/android_home/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/bin/clang-tidy -export-fixes /tmp/tmp9at5msu5/tmpg9tsikqv.yaml -p=/builds/worker/checkouts/vcs/.tmp /builds/worker/checkouts/vcs/src/commands/commandexcludeip.cpp
[task 2025-01-10T16:12:19.448Z] 10179 warnings generated.
[task 2025-01-10T16:12:19.448Z] Suppressed 10179 warnings (10179 in non-user code).
[task 2025-01-10T16:12:19.448Z] Use -header-filter=.* to display errors from all non-system headers. Use -system-headers to display errors from system headers as well.
[task 2025-01-10T16:12:19.448Z] /builds/worker/fetches/android_home/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/bin/clang-tidy -export-fixes /tmp/tmp9at5msu5/tmpz46355lu.yaml -p=/builds/worker/checkouts/vcs/.tmp /builds/worker/checkouts/vcs/src/tasks/ipfinder/taskipfinder.cpp
[task 2025-01-10T16:12:19.448Z] /builds/worker/checkouts/vcs/src/tasks/ipfinder/taskipfinder.cpp:104:3: warning: use auto when initializing with new to avoid duplicating the type name [modernize-use-auto]
[task 2025-01-10T16:12:19.448Z]   NetworkRequest* request = new NetworkRequest(this, 200);
[task 2025-01-10T16:12:19.448Z]   ^~~~~~~~~~~~~~
[task 2025-01-10T16:12:19.448Z]   auto
[task 2025-01-10T16:12:19.448Z] 9968 warnings generated.
[task 2025-01-10T16:12:19.448Z] Suppressed 9967 warnings (9967 in non-user code).
[task 2025-01-10T16:12:19.448Z] Use -header-filter=.* to display errors from all non-system headers. Use -system-headers to display errors from system headers as well.
[task 2025-01-10T16:12:19.448Z] /builds/worker/fetches/android_home/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/bin/clang-tidy -export-fixes /tmp/tmp9at5msu5/tmpbwtwhzax.yaml -p=/builds/worker/checkouts/vcs/.tmp /builds/worker/checkouts/vcs/src/models/subscriptiondata.cpp
[task 2025-01-10T16:12:19.448Z] 11537 warnings generated.
[task 2025-01-10T16:12:19.448Z] Suppressed 11537 warnings (11537 in non-user code).
[task 2025-01-10T16:12:19.448Z] Use -header-filter=.* to display errors from all non-system headers. Use -system-headers to display errors from system headers as well.
[task 2025-01-10T16:12:19.448Z] /builds/worker/fetches/android_home/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/bin/clang-tidy -export-fixes /tmp/tmp9at5msu5/tmptdf7v5oq.yaml -p=/builds/worker/checkouts/vcs/.tmp /builds/worker/checkouts/vcs/src/controller.cpp
[task 2025-01-10T16:12:19.448Z] /builds/worker/checkouts/vcs/src/controller.cpp:997:5: warning: use auto when initializing with new to avoid duplicating the type name [modernize-use-auto]
[task 2025-01-10T16:12:19.448Z]     TaskFunction* task = new TaskFunction([]() {});
[task 2025-01-10T16:12:19.448Z]     ^~~~~~~~~~~~
[task 2025-01-10T16:12:19.448Z]     auto
[task 2025-01-10T16:12:19.448Z] /builds/worker/checkouts/vcs/src/controller.cpp:998:5: warning: use auto when initializing with new to avoid duplicating the type name [modernize-use-auto]
[task 2025-01-10T16:12:19.448Z]     NetworkRequest* request = new NetworkRequest(task, 200);
[task 2025-01-10T16:12:19.448Z]     ^~~~~~~~~~~~~~
[task 2025-01-10T16:12:19.448Z]     auto
[task 2025-01-10T16:12:19.448Z] 12884 warnings generated.
[task 2025-01-10T16:12:19.448Z] Suppressed 12882 warnings (12882 in non-user code).
[task 2025-01-10T16:12:19.448Z] Use -header-filter=.* to display errors from all non-system headers. Use -system-headers to display errors from system headers as well.
[task 2025-01-10T16:12:19.448Z] /builds/worker/fetches/android_home/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/bin/clang-tidy -export-fixes /tmp/tmp9at5msu5/tmpkik_9di6.yaml -p=/builds/worker/checkouts/vcs/.tmp /builds/worker/checkouts/vcs/src/models/servercountry.cpp
[task 2025-01-10T16:12:19.448Z] /builds/worker/checkouts/vcs/src/models/servercountry.cpp:94:13: warning: prefer a lambda to std::bind [modernize-avoid-bind]
[task 2025-01-10T16:12:19.448Z]             std::bind(sortCityCallback, std::placeholders::_1,
[task 2025-01-10T16:12:19.448Z]             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[task 2025-01-10T16:12:19.448Z]             [capture0 = &collator](auto && PH1, auto && PH2) { return sortCityCallback(std::forward<decltype(PH1)>(PH1), std::forward<decltype(PH2)>(PH2), capture0); }
[task 2025-01-10T16:12:19.448Z] 6329 warnings generated.
[task 2025-01-10T16:12:19.448Z] Suppressed 6328 warnings (6328 in non-user code).
[task 2025-01-10T16:12:19.448Z] Use -header-filter=.* to display errors from all non-system headers. Use -system-headers to display errors from system headers as well.
[task 2025-01-10T16:12:19.448Z] /builds/worker/fetches/android_home/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/bin/clang-tidy -export-fixes /tmp/tmp9at5msu5/tmpav5t3qot.yaml -p=/builds/worker/checkouts/vcs/.tmp /builds/worker/checkouts/vcs/src/models/devicemodel.cpp
[task 2025-01-10T16:12:19.448Z] 10822 warnings generated.
[task 2025-01-10T16:12:19.448Z] Suppressed 10822 warnings (10822 in non-user code).
[task 2025-01-10T16:12:19.448Z] Use -header-filter=.* to display errors from all non-system headers. Use -system-headers to display errors from system headers as well.
[task 2025-01-10T16:12:19.448Z] /builds/worker/fetches/android_home/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/bin/clang-tidy -export-fixes /tmp/tmp9at5msu5/tmpqui5hm9w.yaml -p=/builds/worker/checkouts/vcs/.tmp /builds/worker/checkouts/vcs/src/models/user.cpp
[task 2025-01-10T16:12:19.448Z] 9270 warnings generated.
[task 2025-01-10T16:12:19.448Z] Suppressed 9270 warnings (9270 in non-user code).
[task 2025-01-10T16:12:19.448Z] Use -header-filter=.* to display errors from all non-system headers. Use -system-headers to display errors from system headers as well.
[task 2025-01-10T16:12:19.448Z] /builds/worker/fetches/android_home/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/bin/clang-tidy -export-fixes /tmp/tmp9at5msu5/tmphhy5fd5u.yaml -p=/builds/worker/checkouts/vcs/.tmp /builds/worker/checkouts/vcs/src/captiveportal/captiveportalrequest.cpp
[task 2025-01-10T16:12:19.448Z] /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 2025-01-10T16:12:19.448Z]   NetworkRequest* request = new NetworkRequest(static_cast<Task*>(parent()));
[task 2025-01-10T16:12:19.448Z]   ^~~~~~~~~~~~~~
[task 2025-01-10T16:12:19.448Z]   auto
[task 2025-01-10T16:12:19.448Z] 9421 warnings generated.
[task 2025-01-10T16:12:19.448Z] Suppressed 9420 warnings (9420 in non-user code).
[task 2025-01-10T16:12:19.448Z] Use -header-filter=.* to display errors from all non-system headers. Use -system-headers to display errors from system headers as well.
[task 2025-01-10T16:12:19.448Z] /builds/worker/fetches/android_home/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/bin/clang-tidy -export-fixes /tmp/tmp9at5msu5/tmptkm6v94h.yaml -p=/builds/worker/checkouts/vcs/.tmp /builds/worker/checkouts/vcs/src/constants.cpp
[task 2025-01-10T16:12:19.448Z] 8940 warnings generated.
[task 2025-01-10T16:12:19.448Z] Suppressed 8940 warnings (8940 in non-user code).
[task 2025-01-10T16:12:19.448Z] Use -header-filter=.* to display errors from all non-system headers. Use -system-headers to display errors from system headers as well.
[task 2025-01-10T16:12:19.448Z] /builds/worker/fetches/android_home/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/bin/clang-tidy -export-fixes /tmp/tmp9at5msu5/tmpyfy0z9x_.yaml -p=/builds/worker/checkouts/vcs/.tmp /builds/worker/checkouts/vcs/src/models/keys.cpp
[task 2025-01-10T16:12:19.448Z] 9577 warnings generated.
[task 2025-01-10T16:12:19.448Z] Suppressed 9577 warnings (9577 in non-user code).
[task 2025-01-10T16:12:19.448Z] Use -header-filter=.* to display errors from all non-system headers. Use -system-headers to display errors from system headers as well.
[task 2025-01-10T16:12:19.448Z] /builds/worker/fetches/android_home/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/bin/clang-tidy -export-fixes /tmp/tmp9at5msu5/tmpp8wqj9zx.yaml -p=/builds/worker/checkouts/vcs/.tmp /builds/worker/checkouts/vcs/src/commands/commandlogin.cpp
[task 2025-01-10T16:12:19.448Z] 10786 warnings generated.
[task 2025-01-10T16:12:19.448Z] Suppressed 10786 warnings (10786 in non-user code).
[task 2025-01-10T16:12:19.448Z] Use -header-filter=.* to display errors from all non-system headers. Use -system-headers to display errors from system headers as well.
[task 2025-01-10T16:12:19.448Z] /builds/worker/fetches/android_home/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/bin/clang-tidy -export-fixes /tmp/tmp9at5msu5/tmpjecvsohm.yaml -p=/builds/worker/checkouts/vcs/.tmp /builds/worker/checkouts/vcs/src/settingswatcher.cpp
[task 2025-01-10T16:12:19.448Z] 10525 warnings generated.
[task 2025-01-10T16:12:19.448Z] Suppressed 10525 warnings (10525 in non-user code).
[task 2025-01-10T16:12:19.448Z] Use -header-filter=.* to display errors from all non-system headers. Use -system-headers to display errors from system headers as well.
[task 2025-01-10T16:12:19.448Z] /builds/worker/fetches/android_home/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/bin/clang-tidy -export-fixes /tmp/tmp9at5msu5/tmpcskfde9t.yaml -p=/builds/worker/checkouts/vcs/.tmp /builds/worker/checkouts/vcs/src/models/serverdata.cpp
[task 2025-01-10T16:12:19.448Z] 12395 warnings generated.
[task 2025-01-10T16:12:19.448Z] Suppressed 12395 warnings (12395 in non-user code).
[task 2025-01-10T16:12:19.448Z] Use -header-filter=.* to display errors from all non-system headers. Use -system-headers to display errors from system headers as well.
[task 2025-01-10T16:12:19.448Z] /builds/worker/fetches/android_home/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/bin/clang-tidy -export-fixes /tmp/tmp9at5msu5/tmpzcgcjb13.yaml -p=/builds/worker/checkouts/vcs/.tmp /builds/worker/checkouts/vcs/src/apppermission.cpp
[task 2025-01-10T16:12:19.448Z] /builds/worker/checkouts/vcs/src/apppermission.cpp:221:13: warning: prefer a lambda to std::bind [modernize-avoid-bind]
[task 2025-01-10T16:12:19.448Z]             std::bind(sortApplicationCallback, std::placeholders::_1,
[task 2025-01-10T16:12:19.448Z]             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[task 2025-01-10T16:12:19.448Z]             [capture0 = &collator](auto && PH1, auto && PH2) { return sortApplicationCallback(std::forward<decltype(PH1)>(PH1), std::forward<decltype(PH2)>(PH2), capture0); }
[task 2025-01-10T16:12:19.448Z] 12058 warnings generated.
[task 2025-01-10T16:12:19.448Z] Suppressed 12057 warnings (12057 in non-user code).
[task 2025-01-10T16:12:19.448Z] Use -header-filter=.* to display errors from all non-system headers. Use -system-headers to display errors from system headers as well.
[task 2025-01-10T16:12:19.449Z] /builds/worker/fetches/android_home/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/bin/clang-tidy -export-fixes /tmp/tmp9at5msu5/tmp64pg20oo.yaml -p=/builds/worker/checkouts/vcs/.tmp /builds/worker/checkouts/vcs/src/commands/commandselect.cpp
[task 2025-01-10T16:12:19.449Z] 10809 warnings generated.
[task 2025-01-10T16:12:19.449Z] Suppressed 10809 warnings (10809 in non-user code).
[task 2025-01-10T16:12:19.449Z] Use -header-filter=.* to display errors from all non-system headers. Use -system-headers to display errors from system headers as well.
[task 2025-01-10T16:12:19.449Z] /builds/worker/fetches/android_home/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/bin/clang-tidy -export-fixes /tmp/tmp9at5msu5/tmp47bt_qyh.yaml -p=/builds/worker/checkouts/vcs/.tmp /builds/worker/checkouts/vcs/src/commands/commandui.cpp
[task 2025-01-10T16:12:19.449Z] /builds/worker/checkouts/vcs/src/commands/commandui.cpp:143:7: warning: use auto when initializing with new to avoid duplicating the type name [modernize-use-auto]
[task 2025-01-10T16:12:19.449Z]       MockDaemon* daemon = new MockDaemon(qApp);
[task 2025-01-10T16:12:19.449Z]       ^~~~~~~~~~
[task 2025-01-10T16:12:19.449Z]       auto
[task 2025-01-10T16:12:19.449Z] /builds/worker/checkouts/vcs/src/commands/commandui.cpp:202:5: warning: use auto when initializing with new to avoid duplicating the type name [modernize-use-auto]
[task 2025-01-10T16:12:19.449Z]     QQmlApplicationEngine* engine = new QQmlApplicationEngine();
[task 2025-01-10T16:12:19.449Z]     ^~~~~~~~~~~~~~~~~~~~~
[task 2025-01-10T16:12:19.449Z]     auto
[task 2025-01-10T16:12:19.449Z] 14624 warnings generated.
[task 2025-01-10T16:12:19.449Z] Suppressed 14622 warnings (14622 in non-user code).
[task 2025-01-10T16:12:19.449Z] Use -header-filter=.* to display errors from all non-system headers. Use -system-headers to display errors from system headers as well.
[task 2025-01-10T16:12:19.449Z] /builds/worker/fetches/android_home/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/bin/clang-tidy -export-fixes /tmp/tmp9at5msu5/tmp_qa9s0wc.yaml -p=/builds/worker/checkouts/vcs/.tmp /builds/worker/checkouts/vcs/src/mozillavpn.cpp
[task 2025-01-10T16:12:19.449Z] /builds/worker/checkouts/vcs/src/mozillavpn.cpp:461:3: warning: use auto when initializing with new to avoid duplicating the type name [modernize-use-auto]
[task 2025-01-10T16:12:19.449Z]   TaskAuthenticate* taskAuthenticate = new TaskAuthenticate(authenticationType);
[task 2025-01-10T16:12:19.449Z]   ^~~~~~~~~~~~~~~~
[task 2025-01-10T16:12:19.449Z]   auto
[task 2025-01-10T16:12:19.449Z] /builds/worker/checkouts/vcs/src/mozillavpn.cpp:669:3: warning: use auto when initializing with new to avoid duplicating the type name [modernize-use-auto]
[task 2025-01-10T16:12:19.449Z]   QString* buffer = new QString();
[task 2025-01-10T16:12:19.449Z]   ^~~~~~~
[task 2025-01-10T16:12:19.449Z]   auto
[task 2025-01-10T16:12:19.449Z] /builds/worker/checkouts/vcs/src/mozillavpn.cpp:670:3: warning: use auto when initializing with new to avoid duplicating the type name [modernize-use-auto]
[task 2025-01-10T16:12:19.449Z]   QTextStream* out = new QTextStream(buffer);
[task 2025-01-10T16:12:19.449Z]   ^~~~~~~~~~~
[task 2025-01-10T16:12:19.449Z]   auto
[task 2025-01-10T16:12:19.449Z] /builds/worker/checkouts/vcs/src/mozillavpn.cpp:951:22: warning: Value stored to 'products' during its initialization is never read [clang-analyzer-deadcode.DeadStores]
[task 2025-01-10T16:12:19.449Z]     ProductsHandler* products = ProductsHandler::instance();
[task 2025-01-10T16:12:19.449Z]                      ^
[task 2025-01-10T16:12:19.449Z] /builds/worker/checkouts/vcs/src/mozillavpn.cpp:951:22: note: Value stored to 'products' during its initialization is never read
[task 2025-01-10T16:12:19.449Z] /builds/worker/checkouts/vcs/src/mozillavpn.cpp:1214:3: warning: use auto when initializing with new to avoid duplicating the type name [modernize-use-auto]
[task 2025-01-10T16:12:19.449Z]   TaskDeleteAccount* task = new TaskDeleteAccount(m_private->m_user.email());
[task 2025-01-10T16:12:19.449Z]   ^~~~~~~~~~~~~~~~~
[task 2025-01-10T16:12:19.449Z]   auto
[task 2025-01-10T16:12:19.449Z] /builds/worker/checkouts/vcs/src/mozillavpn.cpp:1751:3: warning: use auto when initializing with new to avoid duplicating the type name [modernize-use-auto]
[task 2025-01-10T16:12:19.449Z]   NavigationBarButton* messageIcon = new NavigationBarButton(
[task 2025-01-10T16:12:19.449Z]   ^~~~~~~~~~~~~~~~~~~
[task 2025-01-10T16:12:19.449Z]   auto
[task 2025-01-10T16:12:19.449Z] /builds/worker/checkouts/vcs/src/mozillavpn.cpp:1820:9: warning: use auto when initializing with a cast to avoid duplicating the type name [modernize-use-auto]
[task 2025-01-10T16:12:19.449Z]         ServiceAction a = (ServiceAction)type.toInt();
[task 2025-01-10T16:12:19.449Z]         ^~~~~~~~~~~~~
[task 2025-01-10T16:12:19.449Z]         auto
[task 2025-01-10T16:12:19.449Z] /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 2025-01-10T16:12:19.449Z]     }
[task 2025-01-10T16:12:19.449Z]     ^
[task 2025-01-10T16:12:19.449Z] /builds/worker/checkouts/vcs/src/mozillavpn.cpp:808:3: note: Calling 'QTimer::singleShot'
[task 2025-01-10T16:12:19.449Z]   QTimer::singleShot(0, this, &MozillaVPN::initializeGlean);
[task 2025-01-10T16:12:19.449Z]   ^
[task 2025-01-10T16:12:19.449Z] /builds/worker/fetches/Qt/6.6.3/android_arm64_v8a/include/QtCore/qtimer.h:63:9: note: Calling 'QTimer::singleShot'
[task 2025-01-10T16:12:19.449Z]         singleShot(interval, defaultTypeFor(interval), receiver, std::forward<Functor>(slot));
[task 2025-01-10T16:12:19.449Z]         ^
[task 2025-01-10T16:12:19.449Z] /builds/worker/fetches/Qt/6.6.3/android_arm64_v8a/include/QtCore/qtimer.h:76:24: note: Calling 'makeCallableObject<void (*)(), void (MozillaVPN::*)()>'
[task 2025-01-10T16:12:19.449Z]                        QtPrivate::makeCallableObject<Prototype>(std::forward<Functor>(slot)));
[task 2025-01-10T16:12:19.449Z]                        ^
[task 2025-01-10T16:12:19.449Z] 16158 warnings generated.
[task 2025-01-10T16:12:19.449Z] Suppressed 16151 warnings (16150 in non-user code, 1 NOLINT).
[task 2025-01-10T16:12:19.449Z] Use -header-filter=.* to display errors from all non-system headers. Use -system-headers to display errors from system headers as well.
[task 2025-01-10T16:12:19.449Z] /builds/worker/fetches/android_home/ndk/23.1.7779620/toolchains/llvm/prebuilt/linux-x86_64/bin/clang-tidy -export-fixes /tmp/tmp9at5msu5/tmpqbc2n4b1.yaml -p=/builds/worker/checkouts/vcs/.tmp /builds/worker/checkouts/vcs/src/models/servercountrymodel.cpp
[task 2025-01-10T16:12:19.449Z] /builds/worker/checkouts/vcs/src/models/servercountrymodel.cpp:274:13: warning: prefer a lambda to std::bind [modernize-avoid-bind]
[task 2025-01-10T16:12:19.449Z]             std::bind(sortCountryCallback, std::placeholders::_1,
[task 2025-01-10T16:12:19.449Z]             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[task 2025-01-10T16:12:19.449Z]             [capture0 = &collator](auto && PH1, auto && PH2) { return sortCountryCallback(std::forward<decltype(PH1)>(PH1), std::forward<decltype(PH2)>(PH2), capture0); }
[task 2025-01-10T16:12:19.449Z] 12604 warnings generated.
[task 2025-01-10T16:12:19.449Z] Suppressed 12603 warnings (12603 in non-user code).
[task 2025-01-10T16:12:19.449Z] Use -header-filter=.* to display errors from all non-system headers. Use -system-headers to display errors from system headers as well.
[task 2025-01-10T16:12:19.449Z] Writing fixes to /builds/worker/checkouts/vcs/.tmp/clang-tidy/mozillavpn-sources-report.yaml ...
[task 2025-01-10T16:12:19.449Z] + mkdir -p /builds/worker/artifacts/
[task 2025-01-10T16:12:19.449Z] + cp .tmp/clang-tidy/mozillavpn-sources-report.yaml .tmp/clang-tidy/shared-sources-report.yaml /builds/worker/artifacts/
[fetches 2025-01-10T16:12:19.449Z] removing /builds/worker/fetches
[fetches 2025-01-10T16:12:24.486Z] finished
[taskcluster 2025-01-10 16:12:24.851Z] === Task Finished ===
[taskcluster 2025-01-10 16:12:25.248Z] Successful task run with exit code: 0 completed in 240.431 seconds