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

try to fix qml imports #9561

Merged
merged 2 commits into from
May 15, 2024

format

b75fd6c
Select commit
Loading
Failed to load commit list.
Merged

try to fix qml imports #9561

format
b75fd6c
Select commit
Loading
Failed to load commit list.
firefoxci-taskcluster / source-test-clang-tidy-macos succeeded May 15, 2024 in 27m 51s

FirefoxCI (pull_request)

Clang-tidy (Treeherder push)

Details

View task in Taskcluster
View logs in Taskcluster


[task 2024-05-15T13:34:25.560Z] /opt/worker/tasks/task_171346633440806/checkouts/vcs/src/tasks/captiveportallookup/taskcaptiveportallookup.cpp:32:3: warning: use auto when initializing with new to avoid duplicating the type name [modernize-use-auto]
[task 2024-05-15T13:34:25.560Z]   NetworkRequest* request = new NetworkRequest(this, 200);
[task 2024-05-15T13:34:25.560Z]   ^~~~~~~~~~~~~~
[task 2024-05-15T13:34:25.560Z]   auto
[task 2024-05-15T13:34:25.560Z] 6455 warnings generated.
[task 2024-05-15T13:34:25.560Z] Suppressed 6454 warnings (6454 in non-user code).
[task 2024-05-15T13:34:25.560Z] Use -header-filter=.* to display errors from all non-system headers. Use -system-headers to display errors from system headers as well.
[task 2024-05-15T13:34:25.560Z] /opt/worker/tasks/task_171346633440806/fetches/bin/clang-tidy -export-fixes /tmp/tmpjawafudn/tmplwjhld5v.yaml -p=/opt/worker/tasks/task_171346633440806/build /opt/worker/tasks/task_171346633440806/checkouts/vcs/src/commands/commandstatus.cpp
[task 2024-05-15T13:34:25.560Z] 10181 warnings generated.
[task 2024-05-15T13:34:25.560Z] Suppressed 10181 warnings (10181 in non-user code).
[task 2024-05-15T13:34:25.560Z] Use -header-filter=.* to display errors from all non-system headers. Use -system-headers to display errors from system headers as well.
[task 2024-05-15T13:34:25.560Z] /opt/worker/tasks/task_171346633440806/fetches/bin/clang-tidy -export-fixes /tmp/tmpjawafudn/tmp3lxpfx71.yaml -p=/opt/worker/tasks/task_171346633440806/build /opt/worker/tasks/task_171346633440806/checkouts/vcs/src/constants.cpp
[task 2024-05-15T13:34:25.560Z] 8003 warnings generated.
[task 2024-05-15T13:34:25.560Z] Suppressed 8003 warnings (8003 in non-user code).
[task 2024-05-15T13:34:25.560Z] Use -header-filter=.* to display errors from all non-system headers. Use -system-headers to display errors from system headers as well.
[task 2024-05-15T13:34:25.560Z] /opt/worker/tasks/task_171346633440806/fetches/bin/clang-tidy -export-fixes /tmp/tmpjawafudn/tmpa786sy05.yaml -p=/opt/worker/tasks/task_171346633440806/build /opt/worker/tasks/task_171346633440806/checkouts/vcs/src/commands/commandwgconf.cpp
[task 2024-05-15T13:34:25.560Z] 10047 warnings generated.
[task 2024-05-15T13:34:25.560Z] Suppressed 10047 warnings (10047 in non-user code).
[task 2024-05-15T13:34:25.560Z] Use -header-filter=.* to display errors from all non-system headers. Use -system-headers to display errors from system headers as well.
[task 2024-05-15T13:34:25.560Z] /opt/worker/tasks/task_171346633440806/fetches/bin/clang-tidy -export-fixes /tmp/tmpjawafudn/tmpudjjsgne.yaml -p=/opt/worker/tasks/task_171346633440806/build /opt/worker/tasks/task_171346633440806/checkouts/vcs/src/commands/commanddeactivate.cpp
[task 2024-05-15T13:34:25.560Z] 7227 warnings generated.
[task 2024-05-15T13:34:25.560Z] Suppressed 7227 warnings (7227 in non-user code).
[task 2024-05-15T13:34:25.560Z] Use -header-filter=.* to display errors from all non-system headers. Use -system-headers to display errors from system headers as well.
[task 2024-05-15T13:34:25.560Z] /opt/worker/tasks/task_171346633440806/fetches/bin/clang-tidy -export-fixes /tmp/tmpjawafudn/tmp8949rb1n.yaml -p=/opt/worker/tasks/task_171346633440806/build /opt/worker/tasks/task_171346633440806/checkouts/vcs/src/pingsender.cpp
[task 2024-05-15T13:34:25.560Z] /opt/worker/tasks/task_171346633440806/checkouts/vcs/src/pingsender.cpp:18:5: warning: do not declare C-style arrays, use std::array<> instead [modernize-avoid-c-arrays]
[task 2024-05-15T13:34:25.560Z]     quint8 uc[2];
[task 2024-05-15T13:34:25.560Z]     ^
[task 2024-05-15T13:34:25.560Z] 4900 warnings generated.
[task 2024-05-15T13:34:25.560Z] Suppressed 4899 warnings (4899 in non-user code).
[task 2024-05-15T13:34:25.560Z] Use -header-filter=.* to display errors from all non-system headers. Use -system-headers to display errors from system headers as well.
[task 2024-05-15T13:34:25.560Z] /opt/worker/tasks/task_171346633440806/fetches/bin/clang-tidy -export-fixes /tmp/tmpjawafudn/tmpksts7t4f.yaml -p=/opt/worker/tasks/task_171346633440806/build /opt/worker/tasks/task_171346633440806/checkouts/vcs/src/models/supportcategorymodel.cpp
[task 2024-05-15T13:34:25.560Z] /opt/worker/tasks/task_171346633440806/checkouts/vcs/src/models/supportcategorymodel.cpp:56:12: warning: avoid repeating the return type from the declaration; use a braced initializer list instead [modernize-return-braced-init-list]
[task 2024-05-15T13:34:25.560Z]     return QVariant();
[task 2024-05-15T13:34:25.560Z]            ^~~~~~~~~~
[task 2024-05-15T13:34:25.560Z]            {}
[task 2024-05-15T13:34:25.560Z] /opt/worker/tasks/task_171346633440806/checkouts/vcs/src/models/supportcategorymodel.cpp:61:14: warning: avoid repeating the return type from the declaration; use a braced initializer list instead [modernize-return-braced-init-list]
[task 2024-05-15T13:34:25.560Z]       return QVariant(s_supportCategories.at(index.row()).m_categoryName);
[task 2024-05-15T13:34:25.561Z]              ^~~~~~~~~                                                  ~
[task 2024-05-15T13:34:25.561Z]              {                                                          }
[task 2024-05-15T13:34:25.561Z] /opt/worker/tasks/task_171346633440806/checkouts/vcs/src/models/supportcategorymodel.cpp:64:14: warning: avoid repeating the return type from the declaration; use a braced initializer list instead [modernize-return-braced-init-list]
[task 2024-05-15T13:34:25.561Z]       return QVariant(I18nStrings::instance()->t(
[task 2024-05-15T13:34:25.561Z]              ^
[task 2024-05-15T13:34:25.561Z] /opt/worker/tasks/task_171346633440806/checkouts/vcs/src/models/supportcategorymodel.cpp:68:14: warning: avoid repeating the return type from the declaration; use a braced initializer list instead [modernize-return-braced-init-list]
[task 2024-05-15T13:34:25.561Z]       return QVariant();
[task 2024-05-15T13:34:25.561Z]              ^~~~~~~~~~
[task 2024-05-15T13:34:25.561Z]              {}
[task 2024-05-15T13:34:25.561Z] 5497 warnings generated.
[task 2024-05-15T13:34:25.561Z] Suppressed 5493 warnings (5493 in non-user code).
[task 2024-05-15T13:34:25.561Z] Use -header-filter=.* to display errors from all non-system headers. Use -system-headers to display errors from system headers as well.
[task 2024-05-15T13:34:25.561Z] /opt/worker/tasks/task_171346633440806/fetches/bin/clang-tidy -export-fixes /tmp/tmpjawafudn/tmpep2u6ypi.yaml -p=/opt/worker/tasks/task_171346633440806/build /opt/worker/tasks/task_171346633440806/checkouts/vcs/src/tasks/servers/taskservers.cpp
[task 2024-05-15T13:34:25.561Z] /opt/worker/tasks/task_171346633440806/checkouts/vcs/src/tasks/servers/taskservers.cpp:27:3: warning: use auto when initializing with new to avoid duplicating the type name [modernize-use-auto]
[task 2024-05-15T13:34:25.561Z]   NetworkRequest* request = new NetworkRequest(this, 200);
[task 2024-05-15T13:34:25.561Z]   ^~~~~~~~~~~~~~
[task 2024-05-15T13:34:25.561Z]   auto
[task 2024-05-15T13:34:25.561Z] 6445 warnings generated.
[task 2024-05-15T13:34:25.561Z] Suppressed 6444 warnings (6444 in non-user code).
[task 2024-05-15T13:34:25.561Z] Use -header-filter=.* to display errors from all non-system headers. Use -system-headers to display errors from system headers as well.
[task 2024-05-15T13:34:25.561Z] /opt/worker/tasks/task_171346633440806/fetches/bin/clang-tidy -export-fixes /tmp/tmpjawafudn/tmp3wrc_xre.yaml -p=/opt/worker/tasks/task_171346633440806/build /opt/worker/tasks/task_171346633440806/checkouts/vcs/src/captiveportal/captiveportaldetectionimpl.cpp
[task 2024-05-15T13:34:25.561Z] /opt/worker/tasks/task_171346633440806/checkouts/vcs/src/captiveportal/captiveportaldetectionimpl.cpp:27:3: warning: use auto when initializing with new to avoid duplicating the type name [modernize-use-auto]
[task 2024-05-15T13:34:25.561Z]   CaptivePortalRequestTask* task = new CaptivePortalRequestTask();
[task 2024-05-15T13:34:25.561Z]   ^~~~~~~~~~~~~~~~~~~~~~~~
[task 2024-05-15T13:34:25.561Z]   auto
[task 2024-05-15T13:34:25.561Z] 4658 warnings generated.
[task 2024-05-15T13:34:25.561Z] Suppressed 4657 warnings (4657 in non-user code).
[task 2024-05-15T13:34:25.561Z] Use -header-filter=.* to display errors from all non-system headers. Use -system-headers to display errors from system headers as well.
[task 2024-05-15T13:34:25.561Z] /opt/worker/tasks/task_171346633440806/fetches/bin/clang-tidy -export-fixes /tmp/tmpjawafudn/tmp385rtpk7.yaml -p=/opt/worker/tasks/task_171346633440806/build /opt/worker/tasks/task_171346633440806/checkouts/vcs/src/telemetry.cpp
[task 2024-05-15T13:34:25.561Z] 11749 warnings generated.
[task 2024-05-15T13:34:25.561Z] Suppressed 11749 warnings (11749 in non-user code).
[task 2024-05-15T13:34:25.561Z] Use -header-filter=.* to display errors from all non-system headers. Use -system-headers to display errors from system headers as well.
[task 2024-05-15T13:34:25.561Z] /opt/worker/tasks/task_171346633440806/fetches/bin/clang-tidy -export-fixes /tmp/tmpjawafudn/tmpwq7no_1y.yaml -p=/opt/worker/tasks/task_171346633440806/build /opt/worker/tasks/task_171346633440806/checkouts/vcs/src/profileflow.cpp
[task 2024-05-15T13:34:25.561Z] /opt/worker/tasks/task_171346633440806/checkouts/vcs/src/profileflow.cpp:55:3: warning: use auto when initializing with new to avoid duplicating the type name [modernize-use-auto]
[task 2024-05-15T13:34:25.561Z]   TaskGetSubscriptionDetails* task = new TaskGetSubscriptionDetails(
[task 2024-05-15T13:34:25.561Z]   ^~~~~~~~~~~~~~~~~~~~~~~~~~
[task 2024-05-15T13:34:25.561Z]   auto
[task 2024-05-15T13:34:25.561Z] 8159 warnings generated.
[task 2024-05-15T13:34:25.561Z] Suppressed 8158 warnings (8158 in non-user code).
[task 2024-05-15T13:34:25.561Z] Use -header-filter=.* to display errors from all non-system headers. Use -system-headers to display errors from system headers as well.
[task 2024-05-15T13:34:25.561Z] /opt/worker/tasks/task_171346633440806/fetches/bin/clang-tidy -export-fixes /tmp/tmpjawafudn/tmp3mra2kig.yaml -p=/opt/worker/tasks/task_171346633440806/build /opt/worker/tasks/task_171346633440806/checkouts/vcs/src/webextensionadapter.cpp
[task 2024-05-15T13:34:25.561Z] /opt/worker/tasks/task_171346633440806/checkouts/vcs/src/webextensionadapter.cpp:110:7: warning: use auto when initializing with a cast to avoid duplicating the type name [modernize-use-auto]
[task 2024-05-15T13:34:25.561Z]       MozillaVPN::CustomState state =
[task 2024-05-15T13:34:25.561Z]       ^~~~~~~~~~~~~~~~~~~~~~~
[task 2024-05-15T13:34:25.561Z]       auto
[task 2024-05-15T13:34:25.561Z] /opt/worker/tasks/task_171346633440806/checkouts/vcs/src/webextensionadapter.cpp:116:7: warning: use auto when initializing with a cast to avoid duplicating the type name [modernize-use-auto]
[task 2024-05-15T13:34:25.561Z]       App::State state = static_cast<App::State>(stateValue);
[task 2024-05-15T13:34:25.561Z]       ^~~~~~~~~~
[task 2024-05-15T13:34:25.561Z]       auto
[task 2024-05-15T13:34:25.561Z] 10695 warnings generated.
[task 2024-05-15T13:34:25.561Z] Suppressed 10693 warnings (10693 in non-user code).
[task 2024-05-15T13:34:25.561Z] Use -header-filter=.* to display errors from all non-system headers. Use -system-headers to display errors from system headers as well.
[task 2024-05-15T13:34:25.561Z] /opt/worker/tasks/task_171346633440806/fetches/bin/clang-tidy -export-fixes /tmp/tmpjawafudn/tmpivwobvit.yaml -p=/opt/worker/tasks/task_171346633440806/build /opt/worker/tasks/task_171346633440806/checkouts/vcs/src/systemtraynotificationhandler.cpp
[task 2024-05-15T13:34:25.561Z] 8259 warnings generated.
[task 2024-05-15T13:34:25.561Z] Suppressed 8259 warnings (8259 in non-user code).
[task 2024-05-15T13:34:25.561Z] Use -header-filter=.* to display errors from all non-system headers. Use -system-headers to display errors from system headers as well.
[task 2024-05-15T13:34:25.561Z] /opt/worker/tasks/task_171346633440806/fetches/bin/clang-tidy -export-fixes /tmp/tmpjawafudn/tmpw65jixkg.yaml -p=/opt/worker/tasks/task_171346633440806/build /opt/worker/tasks/task_171346633440806/checkouts/vcs/src/settingswatcher.cpp
[task 2024-05-15T13:34:25.561Z] 9560 warnings generated.
[task 2024-05-15T13:34:25.561Z] Suppressed 9560 warnings (9560 in non-user code).
[task 2024-05-15T13:34:25.561Z] Use -header-filter=.* to display errors from all non-system headers. Use -system-headers to display errors from system headers as well.
[task 2024-05-15T13:34:25.561Z] /opt/worker/tasks/task_171346633440806/fetches/bin/clang-tidy -export-fixes /tmp/tmpjawafudn/tmpx_nd6t4l.yaml -p=/opt/worker/tasks/task_171346633440806/build /opt/worker/tasks/task_171346633440806/checkouts/vcs/src/productshandler.cpp
[task 2024-05-15T13:34:25.561Z] /opt/worker/tasks/task_171346633440806/checkouts/vcs/src/productshandler.cpp:219:12: warning: avoid repeating the return type from the declaration; use a braced initializer list instead [modernize-return-braced-init-list]
[task 2024-05-15T13:34:25.561Z]     return QVariant();
[task 2024-05-15T13:34:25.561Z]            ^~~~~~~~~~
[task 2024-05-15T13:34:25.561Z]            {}
[task 2024-05-15T13:34:25.561Z] /opt/worker/tasks/task_171346633440806/checkouts/vcs/src/productshandler.cpp:224:14: warning: avoid repeating the return type from the declaration; use a braced initializer list instead [modernize-return-braced-init-list]
[task 2024-05-15T13:34:25.561Z]       return QVariant(m_products.at(index.row()).m_name);
[task 2024-05-15T13:34:25.561Z]              ^
[task 2024-05-15T13:34:25.561Z] /opt/worker/tasks/task_171346633440806/checkouts/vcs/src/productshandler.cpp:227:14: warning: avoid repeating the return type from the declaration; use a braced initializer list instead [modernize-return-braced-init-list]
[task 2024-05-15T13:34:25.561Z]       return QVariant(m_products.at(index.row()).m_price);
[task 2024-05-15T13:34:25.561Z]              ^
[task 2024-05-15T13:34:25.561Z] /opt/worker/tasks/task_171346633440806/checkouts/vcs/src/productshandler.cpp:230:14: warning: avoid repeating the return type from the declaration; use a braced initializer list instead [modernize-return-braced-init-list]
[task 2024-05-15T13:34:25.561Z]       return QVariant(m_products.at(index.row()).m_monthlyPrice);
[task 2024-05-15T13:34:25.561Z]              ^
[task 2024-05-15T13:34:25.561Z] /opt/worker/tasks/task_171346633440806/checkouts/vcs/src/productshandler.cpp:233:14: warning: avoid repeating the return type from the declaration; use a braced initializer list instead [modernize-return-braced-init-list]
[task 2024-05-15T13:34:25.561Z]       return QVariant(m_products.at(index.row()).m_currencyCode);
[task 2024-05-15T13:34:25.561Z]              ^
[task 2024-05-15T13:34:25.561Z] /opt/worker/tasks/task_171346633440806/checkouts/vcs/src/productshandler.cpp:236:14: warning: avoid repeating the return type from the declaration; use a braced initializer list instead [modernize-return-braced-init-list]
[task 2024-05-15T13:34:25.561Z]       return QVariant(m_products.at(index.row()).m_type);
[task 2024-05-15T13:34:25.561Z]              ^~~~~~~~~                                 ~
[task 2024-05-15T13:34:25.561Z]              {                                         }
[task 2024-05-15T13:34:25.561Z] /opt/worker/tasks/task_171346633440806/checkouts/vcs/src/productshandler.cpp:239:14: warning: avoid repeating the return type from the declaration; use a braced initializer list instead [modernize-return-braced-init-list]
[task 2024-05-15T13:34:25.561Z]       return QVariant(m_products.at(index.row()).m_featuredProduct);
[task 2024-05-15T13:34:25.561Z]              ^~~~~~~~~                                            ~
[task 2024-05-15T13:34:25.561Z]              {                                                    }
[task 2024-05-15T13:34:25.561Z] /opt/worker/tasks/task_171346633440806/checkouts/vcs/src/productshandler.cpp:242:14: warning: avoid repeating the return type from the declaration; use a braced initializer list instead [modernize-return-braced-init-list]
[task 2024-05-15T13:34:25.561Z]       return QVariant(m_products.at(index.row()).m_savings);
[task 2024-05-15T13:34:25.561Z]              ^~~~~~~~~                                    ~
[task 2024-05-15T13:34:25.561Z]              {                                            }
[task 2024-05-15T13:34:25.561Z] /opt/worker/tasks/task_171346633440806/checkouts/vcs/src/productshandler.cpp:248:18: warning: avoid repeating the return type from the declaration; use a braced initializer list instead [modernize-return-braced-init-list]
[task 2024-05-15T13:34:25.561Z]           return QVariant(7);
[task 2024-05-15T13:34:25.561Z]                  ^~~~~~~~~ ~
[task 2024-05-15T13:34:25.561Z]                  {         }
[task 2024-05-15T13:34:25.561Z] /opt/worker/tasks/task_171346633440806/checkouts/vcs/src/productshandler.cpp:250:16: warning: avoid repeating the return type from the declaration; use a braced initializer list instead [modernize-return-braced-init-list]
[task 2024-05-15T13:34:25.561Z]         return QVariant(m_products.at(index.row()).m_trialDays);
[task 2024-05-15T13:34:25.561Z]                ^~~~~~~~~                                      ~
[task 2024-05-15T13:34:25.561Z]                {                                              }
[task 2024-05-15T13:34:25.561Z] /opt/worker/tasks/task_171346633440806/checkouts/vcs/src/productshandler.cpp:252:14: warning: avoid repeating the return type from the declaration; use a braced initializer list instead [modernize-return-braced-init-list]
[task 2024-05-15T13:34:25.561Z]       return QVariant(0);
[task 2024-05-15T13:34:25.561Z]              ^~~~~~~~~ ~
[task 2024-05-15T13:34:25.561Z]              {         }
[task 2024-05-15T13:34:25.561Z] /opt/worker/tasks/task_171346633440806/checkouts/vcs/src/productshandler.cpp:255:14: warning: avoid repeating the return type from the declaration; use a braced initializer list instead [modernize-return-braced-init-list]
[task 2024-05-15T13:34:25.561Z]       return QVariant();
[task 2024-05-15T13:34:25.561Z]              ^~~~~~~~~~
[task 2024-05-15T13:34:25.561Z]              {}
[task 2024-05-15T13:34:25.561Z] 7974 warnings generated.
[task 2024-05-15T13:34:25.561Z] Suppressed 7962 warnings (7962 in non-user code).
[task 2024-05-15T13:34:25.561Z] Use -header-filter=.* to display errors from all non-system headers. Use -system-headers to display errors from system headers as well.
[task 2024-05-15T13:34:25.561Z] /opt/worker/tasks/task_171346633440806/fetches/bin/clang-tidy -export-fixes /tmp/tmpjawafudn/tmp2uw5ddu_.yaml -p=/opt/worker/tasks/task_171346633440806/build /opt/worker/tasks/task_171346633440806/checkouts/vcs/src/platforms/dummy/dummypingsender.cpp
[task 2024-05-15T13:34:25.561Z] 4900 warnings generated.
[task 2024-05-15T13:34:25.561Z] Suppressed 4900 warnings (4900 in non-user code).
[task 2024-05-15T13:34:25.561Z] Use -header-filter=.* to display errors from all non-system headers. Use -system-headers to display errors from system headers as well.
[task 2024-05-15T13:34:25.561Z] /opt/worker/tasks/task_171346633440806/fetches/bin/clang-tidy -export-fixes /tmp/tmpjawafudn/tmperrfuo6l.yaml -p=/opt/worker/tasks/task_171346633440806/build /opt/worker/tasks/task_171346633440806/checkouts/vcs/src/tasks/getlocation/taskgetlocation.cpp
[task 2024-05-15T13:34:25.561Z] /opt/worker/tasks/task_171346633440806/checkouts/vcs/src/tasks/getlocation/taskgetlocation.cpp:35:3: warning: use auto when initializing with new to avoid duplicating the type name [modernize-use-auto]
[task 2024-05-15T13:34:25.562Z]   NetworkRequest* request = new NetworkRequest(this, 200);
[task 2024-05-15T13:34:25.562Z]   ^~~~~~~~~~~~~~
[task 2024-05-15T13:34:25.562Z]   auto
[task 2024-05-15T13:34:25.562Z] 6846 warnings generated.
[task 2024-05-15T13:34:25.562Z] Suppressed 6845 warnings (6845 in non-user code).
[task 2024-05-15T13:34:25.562Z] Use -header-filter=.* to display errors from all non-system headers. Use -system-headers to display errors from system headers as well.
[task 2024-05-15T13:34:25.562Z] /opt/worker/tasks/task_171346633440806/fetches/bin/clang-tidy -export-fixes /tmp/tmpjawafudn/tmprjz5obrz.yaml -p=/opt/worker/tasks/task_171346633440806/build /opt/worker/tasks/task_171346633440806/checkouts/vcs/src/models/device.cpp
[task 2024-05-15T13:34:25.562Z] 6224 warnings generated.
[task 2024-05-15T13:34:25.562Z] Suppressed 6224 warnings (6224 in non-user code).
[task 2024-05-15T13:34:25.562Z] Use -header-filter=.* to display errors from all non-system headers. Use -system-headers to display errors from system headers as well.
[task 2024-05-15T13:34:25.562Z] /opt/worker/tasks/task_171346633440806/fetches/bin/clang-tidy -export-fixes /tmp/tmpjawafudn/tmp39ge2c3m.yaml -p=/opt/worker/tasks/task_171346633440806/build /opt/worker/tasks/task_171346633440806/checkouts/vcs/src/captiveportal/captiveportalrequesttask.cpp
[task 2024-05-15T13:34:25.562Z] /opt/worker/tasks/task_171346633440806/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-05-15T13:34:25.562Z]   CaptivePortalRequest* request = new CaptivePortalRequest(this);
[task 2024-05-15T13:34:25.562Z]   ^~~~~~~~~~~~~~~~~~~~
[task 2024-05-15T13:34:25.562Z]   auto
[task 2024-05-15T13:34:25.562Z] /opt/worker/tasks/task_171346633440806/fetches/qt_dist/include/QtCore/qtimer.h:77:5: warning: Potential memory leak [clang-analyzer-cplusplus.NewDeleteLeaks]
[task 2024-05-15T13:34:25.562Z]     }
[task 2024-05-15T13:34:25.562Z]     ^
[task 2024-05-15T13:34:25.562Z] /opt/worker/tasks/task_171346633440806/checkouts/vcs/src/captiveportal/captiveportalrequesttask.cpp:33:3: note: Calling 'QTimer::singleShot'
[task 2024-05-15T13:34:25.562Z]   QTimer::singleShot(30 * 1000, this, [this]() {
[task 2024-05-15T13:34:25.562Z]   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[task 2024-05-15T13:34:25.562Z] /opt/worker/tasks/task_171346633440806/fetches/qt_dist/include/QtCore/qtimer.h:63:9: note: Calling 'QTimer::singleShot'
[task 2024-05-15T13:34:25.562Z]         singleShot(interval, defaultTypeFor(interval), receiver, std::forward<Functor>(slot));
[task 2024-05-15T13:34:25.562Z]         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[task 2024-05-15T13:34:25.562Z] /opt/worker/tasks/task_171346633440806/fetches/qt_dist/include/QtCore/qtimer.h:76:24: note: Calling 'makeCallableObject<void (*)(), (lambda at /opt/worker/tasks/task_171346633440806/checkouts/vcs/src/captiveportal/captiveportalrequesttask.cpp:33:39)>'
[task 2024-05-15T13:34:25.562Z]                        QtPrivate::makeCallableObject<Prototype>(std::forward<Functor>(slot)));
[task 2024-05-15T13:34:25.562Z]                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[task 2024-05-15T13:34:25.562Z] /opt/worker/tasks/task_171346633440806/fetches/qt_dist/include/QtCore/qobjectdefs_impl.h:592:16: note: Memory is allocated
[task 2024-05-15T13:34:25.562Z]         return new QtPrivate::QCallableObject<std::decay_t<Functor>, ActualArguments, ExpectedReturnType>(std::forward<Functor>(func));
[task 2024-05-15T13:34:25.562Z]                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[task 2024-05-15T13:34:25.562Z] /opt/worker/tasks/task_171346633440806/fetches/qt_dist/include/QtCore/qtimer.h:76:24: note: Returned allocated memory
[task 2024-05-15T13:34:25.562Z]                        QtPrivate::makeCallableObject<Prototype>(std::forward<Functor>(slot)));
[task 2024-05-15T13:34:25.562Z]                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[task 2024-05-15T13:34:25.562Z] /opt/worker/tasks/task_171346633440806/fetches/qt_dist/include/QtCore/qtimer.h:77:5: note: Potential memory leak
[task 2024-05-15T13:34:25.562Z]     }
[task 2024-05-15T13:34:25.562Z]     ^
[task 2024-05-15T13:34:25.562Z] 8445 warnings generated.
[task 2024-05-15T13:34:25.562Z] Suppressed 8443 warnings (8443 in non-user code).
[task 2024-05-15T13:34:25.562Z] Use -header-filter=.* to display errors from all non-system headers. Use -system-headers to display errors from system headers as well.
[task 2024-05-15T13:34:25.562Z] /opt/worker/tasks/task_171346633440806/fetches/bin/clang-tidy -export-fixes /tmp/tmpjawafudn/tmpkemfhc5k.yaml -p=/opt/worker/tasks/task_171346633440806/build /opt/worker/tasks/task_171346633440806/checkouts/vcs/src/serverlatency.cpp
[task 2024-05-15T13:34:25.562Z] 8270 warnings generated.
[task 2024-05-15T13:34:25.562Z] Suppressed 8270 warnings (8270 in non-user code).
[task 2024-05-15T13:34:25.562Z] Use -header-filter=.* to display errors from all non-system headers. Use -system-headers to display errors from system headers as well.
[task 2024-05-15T13:34:25.562Z] /opt/worker/tasks/task_171346633440806/fetches/bin/clang-tidy -export-fixes /tmp/tmpjawafudn/tmpaaj4j9mx.yaml -p=/opt/worker/tasks/task_171346633440806/build /opt/worker/tasks/task_171346633440806/checkouts/vcs/src/mozillavpn_p.cpp
[task 2024-05-15T13:34:25.562Z] 8278 warnings generated.
[task 2024-05-15T13:34:25.562Z] Suppressed 8278 warnings (8278 in non-user code).
[task 2024-05-15T13:34:25.562Z] Use -header-filter=.* to display errors from all non-system headers. Use -system-headers to display errors from system headers as well.
[task 2024-05-15T13:34:25.562Z] /opt/worker/tasks/task_171346633440806/fetches/bin/clang-tidy -export-fixes /tmp/tmpjawafudn/tmp9r1sheys.yaml -p=/opt/worker/tasks/task_171346633440806/build /opt/worker/tasks/task_171346633440806/checkouts/vcs/src/models/servercountrymodel.cpp
[task 2024-05-15T13:34:25.562Z] /opt/worker/tasks/task_171346633440806/checkouts/vcs/src/models/servercountrymodel.cpp:155:12: warning: avoid repeating the return type from the declaration; use a braced initializer list instead [modernize-return-braced-init-list]
[task 2024-05-15T13:34:25.562Z]     return QVariant();
[task 2024-05-15T13:34:25.562Z]            ^~~~~~~~~~
[task 2024-05-15T13:34:25.562Z]            {}
[task 2024-05-15T13:34:25.562Z] /opt/worker/tasks/task_171346633440806/checkouts/vcs/src/models/servercountrymodel.cpp:160:14: warning: avoid repeating the return type from the declaration; use a braced initializer list instead [modernize-return-braced-init-list]
[task 2024-05-15T13:34:25.562Z]       return QVariant(m_countries.at(index.row()).name());
[task 2024-05-15T13:34:25.562Z]              ^
[task 2024-05-15T13:34:25.562Z] /opt/worker/tasks/task_171346633440806/checkouts/vcs/src/models/servercountrymodel.cpp:164:14: warning: avoid repeating the return type from the declaration; use a braced initializer list instead [modernize-return-braced-init-list]
[task 2024-05-15T13:34:25.562Z]       return QVariant(country.localizedName());
[task 2024-05-15T13:34:25.562Z]              ^
[task 2024-05-15T13:34:25.562Z] /opt/worker/tasks/task_171346633440806/checkouts/vcs/src/models/servercountrymodel.cpp:168:14: warning: avoid repeating the return type from the declaration; use a braced initializer list instead [modernize-return-braced-init-list]
[task 2024-05-15T13:34:25.562Z]       return QVariant(m_countries.at(index.row()).code());
[task 2024-05-15T13:34:25.562Z]              ^
[task 2024-05-15T13:34:25.562Z] /opt/worker/tasks/task_171346633440806/checkouts/vcs/src/models/servercountrymodel.cpp:181:14: warning: avoid repeating the return type from the declaration; use a braced initializer list instead [modernize-return-braced-init-list]
[task 2024-05-15T13:34:25.562Z]       return QVariant(list);
[task 2024-05-15T13:34:25.562Z]              ^
[task 2024-05-15T13:34:25.562Z] /opt/worker/tasks/task_171346633440806/checkouts/vcs/src/models/servercountrymodel.cpp:185:14: warning: avoid repeating the return type from the declaration; use a braced initializer list instead [modernize-return-braced-init-list]
[task 2024-05-15T13:34:25.562Z]       return QVariant();
[task 2024-05-15T13:34:25.562Z]              ^~~~~~~~~~
[task 2024-05-15T13:34:25.562Z]              {}
[task 2024-05-15T13:34:25.562Z] /opt/worker/tasks/task_171346633440806/checkouts/vcs/src/models/servercountrymodel.cpp:194:12: warning: avoid repeating the return type from the declaration; use a braced initializer list instead [modernize-return-braced-init-list]
[task 2024-05-15T13:34:25.562Z]     return QStringList();
[task 2024-05-15T13:34:25.562Z]            ^~~~~~~~~~~~~
[task 2024-05-15T13:34:25.562Z]            {}
[task 2024-05-15T13:34:25.562Z] /opt/worker/tasks/task_171346633440806/checkouts/vcs/src/models/servercountrymodel.cpp:274:13: warning: prefer a lambda to std::bind [modernize-avoid-bind]
[task 2024-05-15T13:34:25.562Z]             std::bind(sortCountryCallback, std::placeholders::_1,
[task 2024-05-15T13:34:25.562Z]             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[task 2024-05-15T13:34:25.562Z]             [capture0 = &collator](auto && PH1, auto && PH2) { return sortCountryCallback(std::forward<decltype(PH1)>(PH1), std::forward<decltype(PH2)>(PH2), capture0); }
[task 2024-05-15T13:34:25.562Z] 10846 warnings generated.
[task 2024-05-15T13:34:25.562Z] Suppressed 10838 warnings (10838 in non-user code).
[task 2024-05-15T13:34:25.562Z] Use -header-filter=.* to display errors from all non-system headers. Use -system-headers to display errors from system headers as well.
[task 2024-05-15T13:34:25.562Z] /opt/worker/tasks/task_171346633440806/fetches/bin/clang-tidy -export-fixes /tmp/tmpjawafudn/tmp2s107oi9.yaml -p=/opt/worker/tasks/task_171346633440806/build /opt/worker/tasks/task_171346633440806/checkouts/vcs/src/captiveportal/captiveportaldetection.cpp
[task 2024-05-15T13:34:25.562Z] 9597 warnings generated.
[task 2024-05-15T13:34:25.562Z] Suppressed 9597 warnings (9597 in non-user code).
[task 2024-05-15T13:34:25.562Z] Use -header-filter=.* to display errors from all non-system headers. Use -system-headers to display errors from system headers as well.
[task 2024-05-15T13:34:25.562Z] Writing fixes to /opt/worker/tasks/task_171346633440806/build/clang-tidy/mozillavpn-sources-report.yaml ...
[task 2024-05-15T13:34:25.562Z] + rm -rf /opt/worker/tasks/task_171346633440806/build
[fetches 2024-05-15T13:34:27.503Z] removing /opt/worker/tasks/task_171346633440806/fetches
[fetches 2024-05-15T13:34:38.982Z] finished
[taskcluster 2024-05-15T13:34:38.993Z]    Exit Code: 0
[taskcluster 2024-05-15T13:34:38.993Z]    User Time: 1h4m5.906445s
[taskcluster 2024-05-15T13:34:38.993Z]  Kernel Time: 3m43.330865s
[taskcluster 2024-05-15T13:34:38.993Z]    Wall Time: 11m1.243732s
[taskcluster 2024-05-15T13:34:38.993Z]       Result: SUCCEEDED
[taskcluster 2024-05-15T13:34:38.993Z] === Task Finished ===
[taskcluster 2024-05-15T13:34:38.994Z] Task Duration: 11m1.246544s
[taskcluster 2024-05-15T13:34:39.120Z] Uploading artifact public/logs/certified.log from file /opt/worker/tasks/task_171346633440806/generic-worker/certified.log with content encoding "gzip", mime type "text/plain; charset=utf-8" and expiry 2024-06-12T13:06:48.488Z
[taskcluster 2024-05-15T13:34:39.443Z] Uploading artifact public/chain-of-trust.json from file /opt/worker/tasks/task_171346633440806/generic-worker/chain-of-trust.json with content encoding "gzip", mime type "text/plain; charset=utf-8" and expiry 2024-06-12T13:06:48.488Z
[taskcluster 2024-05-15T13:34:39.705Z] Uploading artifact public/chain-of-trust.json.sig from file /opt/worker/tasks/task_171346633440806/generic-worker/chain-of-trust.json.sig with content encoding "gzip", mime type "application/octet-stream" and expiry 2024-06-12T13:06:48.488Z
[taskcluster 2024-05-15T13:34:40.082Z] Uploading link artifact public/logs/live.log to artifact public/logs/live_backing.log with expiry 2024-06-12T13:06:48.488Z