build(deps-dev): bump eslint-plugin-mozilla from 4.0.0 to 4.2.1 in /frontend #2652
firefoxci-taskcluster / Code Coverage Bot checks: unit tests
succeeded
May 22, 2025 in 8m 28s
FirefoxCI (pull_request)
Check python code with pytest
Details
View task in Taskcluster | View logs in Taskcluster | View task group in Taskcluster
Task Status
Started: 2025-05-22T12:32:17.537Z
Resolved: 2025-05-22T12:36:37.852Z
Task Execution Time: 4 minutes, 20 seconds, 315 milliseconds
Task Status: completed
Reason Resolved: completed
RunId: 0
Artifacts
- public/logs/live_backing.log
- public/logs/live.log
[taskcluster 2025-05-22T12:32:17.556Z] Worker Type (code-analysis-1/linux-gw-gcp) settings:
[taskcluster 2025-05-22T12:32:17.556Z] {
[taskcluster 2025-05-22T12:32:17.556Z] "config": {
[taskcluster 2025-05-22T12:32:17.556Z] "deploymentId": ""
[taskcluster 2025-05-22T12:32:17.556Z] },
[taskcluster 2025-05-22T12:32:17.556Z] "generic-worker": {
[taskcluster 2025-05-22T12:32:17.556Z] "engine": "multiuser",
[taskcluster 2025-05-22T12:32:17.556Z] "go-arch": "amd64",
[taskcluster 2025-05-22T12:32:17.556Z] "go-os": "linux",
[taskcluster 2025-05-22T12:32:17.556Z] "go-version": "go1.22.2",
[taskcluster 2025-05-22T12:32:17.556Z] "release": "https://github.com/taskcluster/taskcluster/releases/tag/v64.3.0",
[taskcluster 2025-05-22T12:32:17.556Z] "revision": "b66b6614b9b79077f1bfc78f97afb8c25c0c4b30",
[taskcluster 2025-05-22T12:32:17.556Z] "source": "https://github.com/taskcluster/taskcluster/commits/b66b6614b9b79077f1bfc78f97afb8c25c0c4b30",
[taskcluster 2025-05-22T12:32:17.556Z] "version": "64.3.0"
[taskcluster 2025-05-22T12:32:17.556Z] },
[taskcluster 2025-05-22T12:32:17.556Z] "image": "projects/taskcluster-imaging/global/images/gw-fxci-gcp-l1-gui-googlecompute-2024-08-22t22-48-09z",
[taskcluster 2025-05-22T12:32:17.556Z] "instance-id": "4893832052480322226",
[taskcluster 2025-05-22T12:32:17.556Z] "instance-type": "projects/887720501152/machineTypes/c2-standard-4",
[taskcluster 2025-05-22T12:32:17.556Z] "local-ipv4": "10.138.0.48",
[taskcluster 2025-05-22T12:32:17.556Z] "project-id": "fxci-production-level1-workers",
...(544 lines hidden)...
Reading https://pypi.org/simple/six/
Downloading https://files.pythonhosted.org/packages/b7/ce/149a00dd41f10bc29e5921b496af8b574d8413afcd5e30dfa0ed46c2cc5e/six-1.17.0-py2.py3-none-any.whl#sha256=4721f391ed90541fddacab5acf947aa0d3dc7d27b2e1e8eda2be8970586c3274
Best match: six 1.17.0
Processing six-1.17.0-py2.py3-none-any.whl
Installing six-1.17.0-py2.py3-none-any.whl to /usr/local/lib/python3.9/site-packages
Adding six 1.17.0 to easy-install.pth file
Installed /usr/local/lib/python3.9/site-packages/six-1.17.0-py3.9.egg
Searching for typing-extensions>=4.1.0
Reading https://pypi.org/simple/typing-extensions/
Downloading https://files.pythonhosted.org/packages/8b/54/b1ae86c0973cc6f0210b53d508ca3641fb6d0c56823f288d108bc7ab3cc8/typing_extensions-4.13.2-py3-none-any.whl#sha256=a439e7c04b49fec3e5d3e2beaa21755cadbbdc391694e28ccdd36ca4a1408f8c
Best match: typing-extensions 4.13.2
Processing typing_extensions-4.13.2-py3-none-any.whl
Installing typing_extensions-4.13.2-py3-none-any.whl to /usr/local/lib/python3.9/site-packages
Adding typing-extensions 4.13.2 to easy-install.pth file
Installed /usr/local/lib/python3.9/site-packages/typing_extensions-4.13.2-py3.9.egg
Finished processing dependencies for code-coverage-tools==0.1.0
+ cd /src/bot
+ pip3 install --disable-pip-version-check --no-cache-dir --quiet .
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
+ pip3 install --disable-pip-version-check --no-cache-dir --quiet -r requirements-dev.txt
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
+ pytest -v
============================= test session starts ==============================
platform linux -- Python 3.9.22, pytest-8.3.4, pluggy-1.6.0 -- /usr/local/bin/python3.9
cachedir: .pytest_cache
rootdir: /src/bot
plugins: responses-0.5.1
collecting ...
collecting 25 items
collected 147 items
tests/test__system.py::test_mercurial PASSED [ 0%]
tests/test__system.py::test_grcov PASSED [ 1%]
tests/test_artifacts.py::test_generate_path PASSED [ 2%]
tests/test_artifacts.py::test_get_chunks PASSED [ 2%]
tests/test_artifacts.py::test_get_combinations PASSED [ 3%]
tests/test_artifacts.py::test_get_coverage_artifacts PASSED [ 4%]
tests/test_artifacts.py::test_download PASSED [ 4%]
tests/test_artifacts.py::test_download_all PASSED [ 5%]
tests/test_chunk_mapping.py::test_zero_coverage PASSED [ 6%]
tests/test_commit_coverage.py::test_generate_from_scratch PASSED [ 6%]
tests/test_commit_coverage.py::test_generate_two_pushes PASSED [ 7%]
tests/test_commit_coverage.py::test_generate_from_preexisting PASSED [ 8%]
tests/test_grcov.py::test_report_invalid_output_format PASSED [ 8%]
tests/test_grcov.py::test_report_grcov_artifact_coverallsplus PASSED [ 9%]
tests/test_grcov.py::test_report_grcov_artifact PASSED [ 10%]
tests/test_grcov.py::test_report_jsvm_artifact PASSED [ 10%]
tests/test_grcov.py::test_report_multiple_artifacts PASSED [ 11%]
tests/test_grcov.py::test_report_source_dir PASSED [ 12%]
tests/test_grcov.py::test_report_options PASSED [ 12%]
tests/test_grcov.py::test_files_list PASSED [ 13%]
tests/test_grcov.py::test_files_list_source_dir PASSED [ 14%]
tests/test_hgmo.py::test_ok PASSED [ 14%]
tests/test_hook.py::test_hook_syntax[/src/bot/tests/../taskcluster-hook-repo.json-payload0] PASSED [ 15%]
tests/test_hook.py::test_hook_syntax[/src/bot/tests/../taskcluster-hook-repo.json-payload1] PASSED [ 16%]
tests/test_hook.py::test_hook_syntax[/src/bot/tests/../taskcluster-hook-cron.json-payload2] PASSED [ 17%]
tests/test_notifier.py::test_notification PASSED [ 17%]
tests/test_phabricator.py::test_simple PASSED [ 18%]
tests/test_phabricator.py::test_file_with_no_coverage PASSED [ 19%]
tests/test_phabricator.py::test_one_commit_without_differential PASSED [ 19%]
tests/test_phabricator.py::test_two_commits_two_files PASSED [ 20%]
tests/test_phabricator.py::test_changesets_overwriting PASSED [ 21%]
tests/test_phabricator.py::test_changesets_displacing PASSED [ 21%]
tests/test_phabricator.py::test_changesets_reducing_size PASSED [ 22%]
tests/test_phabricator.py::test_changesets_increasing_size PASSED [ 23%]
tests/test_phabricator.py::test_changesets_overwriting_one_commit_without_differential PASSED [ 23%]
tests/test_phabricator.py::test_removed_file PASSED [ 24%]
tests/test_phabricator.py::test_backout_removed_file PASSED [ 25%]
tests/test_phabricator.py::test_coverable_last_lines PASSED [ 25%]
tests/test_phabricator.py::test_third_party PASSED [ 26%]
tests/test_phabricator.py::test_supported_extensions PASSED [ 27%]
tests/test_taskcluster.py::test_get_task_status PASSED [ 27%]
tests/test_taskcluster.py::test_get_task_details PASSED [ 28%]
tests/test_taskcluster.py::test_get_task PASSED [ 29%]
tests/test_taskcluster.py::test_get_task_not_found PASSED [ 29%]
tests/test_taskcluster.py::test_get_task_failure PASSED [ 30%]
tests/test_taskcluster.py::test_get_task_artifacts PASSED [ 31%]
tests/test_taskcluster.py::test_get_tasks_in_group PASSED [ 31%]
tests/test_taskcluster.py::test_is_coverage_task[test-linux64-ccov/debug-mochitest-1-True] PASSED [ 32%]
tests/test_taskcluster.py::test_is_coverage_task[test-linux64-ccov/debug-mochitest-e10s-7-True] PASSED [ 33%]
tests/test_taskcluster.py::test_is_coverage_task[test-linux64-ccov/debug-cppunit-True] PASSED [ 34%]
tests/test_taskcluster.py::test_is_coverage_task[test-linux64-ccov/debug-firefox-ui-functional-remote-e10s-True] PASSED [ 34%]
tests/test_taskcluster.py::test_is_coverage_task[test-linux64-ccov/opt-mochitest-1-True] PASSED [ 35%]
tests/test_taskcluster.py::test_is_coverage_task[test-linux64-ccov/opt-mochitest-e10s-7-True] PASSED [ 36%]
tests/test_taskcluster.py::test_is_coverage_task[test-linux64-ccov/opt-cppunit-True] PASSED [ 36%]
tests/test_taskcluster.py::test_is_coverage_task[test-linux1804-64-ccov/opt-cppunit-True] PASSED [ 37%]
tests/test_taskcluster.py::test_is_coverage_task[test-linux64-ccov/opt-firefox-ui-functional-remote-e10s-True] PASSED [ 38%]
tests/test_taskcluster.py::test_is_coverage_task[test-windows10-64-ccov/debug-mochitest-1-True] PASSED [ 38%]
tests/test_taskcluster.py::test_is_coverage_task[test-windows10-64-ccov/debug-mochitest-e10s-7-True] PASSED [ 39%]
tests/test_taskcluster.py::test_is_coverage_task[test-windows10-64-ccov/debug-cppunit-True] PASSED [ 40%]
tests/test_taskcluster.py::test_is_coverage_task[test-windows10-64-ccov-qr/debug-mochitest-1-True] PASSED [ 40%]
tests/test_taskcluster.py::test_is_coverage_task[test-windows10-64-ccov-qr/debug-mochitest-e10s-7-True] PASSED [ 41%]
tests/test_taskcluster.py::test_is_coverage_task[test-windows10-64-ccov-qr/debug-cppunit-True] PASSED [ 42%]
tests/test_taskcluster.py::test_is_coverage_task[build-linux64-ccov/debug-True] PASSED [ 42%]
tests/test_taskcluster.py::test_is_coverage_task[build-linux64-ccov/opt-True] PASSED [ 43%]
tests/test_taskcluster.py::test_is_coverage_task[build-android-test-ccov/opt-True] PASSED [ 44%]
tests/test_taskcluster.py::test_is_coverage_task[build-win64-ccov/debug-True] PASSED [ 44%]
tests/test_taskcluster.py::test_is_coverage_task[test-linux64/debug-mochitest-1-False] PASSED [ 45%]
tests/test_taskcluster.py::test_is_coverage_task[test-windows10-64/debug-cppunit-False] PASSED [ 46%]
tests/test_taskcluster.py::test_is_coverage_task[test-windows10-64-qr/debug-cppunit-False] PASSED [ 46%]
tests/test_taskcluster.py::test_is_coverage_task[build-win64/debug-False] PASSED [ 47%]
tests/test_taskcluster.py::test_is_coverage_task[build-signing-win64-ccov/debug-True] PASSED [ 48%]
tests/test_taskcluster.py::test_name_to_chunk[test-linux64-ccov/opt-mochitest-1-mochitest-1] PASSED [ 48%]
tests/test_taskcluster.py::test_name_to_chunk[test-linux64-ccov/opt-mochitest-e10s-7-mochitest-7] PASSED [ 49%]
tests/test_taskcluster.py::test_name_to_chunk[test-linux1804-64-ccov/opt-mochitest-e10s-7-mochitest-7] PASSED [ 50%]
tests/test_taskcluster.py::test_name_to_chunk[test-linux64-ccov/opt-cppunit-cppunit] PASSED [ 51%]
tests/test_taskcluster.py::test_name_to_chunk[test-linux64-ccov/opt-firefox-ui-functional-remote-e10s-firefox-ui-functional-remote] PASSED [ 51%]
tests/test_taskcluster.py::test_name_to_chunk[test-windows10-64-ccov/debug-mochitest-1-mochitest-1] PASSED [ 52%]
tests/test_taskcluster.py::test_name_to_chunk[test-windows10-64-ccov/debug-mochitest-e10s-7-mochitest-7] PASSED [ 53%]
tests/test_taskcluster.py::test_name_to_chunk[test-windows10-64-ccov/debug-cppunit-cppunit] PASSED [ 53%]
tests/test_taskcluster.py::test_name_to_chunk[test-windows10-64-ccov-qr/debug-mochitest-1-mochitest-1] PASSED [ 54%]
tests/test_taskcluster.py::test_name_to_chunk[test-windows10-64-ccov-qr/debug-mochitest-e10s-7-mochitest-7] PASSED [ 55%]
tests/test_taskcluster.py::test_name_to_chunk[test-windows10-64-ccov-qr/debug-cppunit-cppunit] PASSED [ 55%]
tests/test_taskcluster.py::test_name_to_chunk[build-linux64-ccov/opt-build] PASSED [ 56%]
tests/test_taskcluster.py::test_name_to_chunk[build-android-test-ccov/opt-build] PASSED [ 57%]
tests/test_taskcluster.py::test_name_to_chunk[build-win64-ccov/debug-build] PASSED [ 57%]
tests/test_taskcluster.py::test_name_to_chunk[build-signing-win64-ccov/debug-build-signing] PASSED [ 58%]
tests/test_taskcluster.py::test_chunk_to_suite[mochitest-1-mochitest] PASSED [ 59%]
tests/test_taskcluster.py::test_chunk_to_suite[mochitest-7-mochitest] PASSED [ 59%]
tests/test_taskcluster.py::test_chunk_to_suite[cppunit-cppunit] PASSED [ 60%]
tests/test_taskcluster.py::test_chunk_to_suite[firefox-ui-functional-remote-firefox-ui-functional-remote] PASSED [ 61%]
tests/test_taskcluster.py::test_chunk_to_suite[build-build] PASSED [ 61%]
tests/test_taskcluster.py::test_get_chunk[test-linux64-ccov/opt-mochitest-1-mochitest-plain-1] PASSED [ 62%]
tests/test_taskcluster.py::test_get_chunk[test-linux64-ccov/opt-mochitest-e10s-7-mochitest-plain-7] PASSED [ 63%]
tests/test_taskcluster.py::test_get_chunk[test-linux64-ccov/opt-cppunit-cppunittest-1] PASSED [ 63%]
tests/test_taskcluster.py::test_get_chunk[test-linux1804-64-ccov/opt-cppunit-cppunittest-1] PASSED [ 64%]
tests/test_taskcluster.py::test_get_chunk[test-linux64-ccov/opt-firefox-ui-functional-remote-e10s-firefox-ui-functional-remote-1] PASSED [ 65%]
tests/test_taskcluster.py::test_get_chunk[test-windows10-64-ccov/debug-mochitest-1-mochitest-1] PASSED [ 65%]
tests/test_taskcluster.py::test_get_chunk[test-windows10-64-ccov/debug-mochitest-e10s-7-mochitest-plain-chunked-7] PASSED [ 66%]
tests/test_taskcluster.py::test_get_chunk[test-windows10-64-ccov/debug-cppunit-cppunittest-1] PASSED [ 67%]
tests/test_taskcluster.py::test_get_chunk[test-windows10-64-ccov-qr/debug-mochitest-1-mochitest-1] PASSED [ 68%]
tests/test_taskcluster.py::test_get_chunk[test-windows10-64-ccov-qr/debug-mochitest-e10s-7-mochitest-plain-chunked-7] PASSED [ 68%]
tests/test_taskcluster.py::test_get_chunk[test-windows10-64-ccov-qr/debug-cppunit-cppunittest-1] PASSED [ 69%]
tests/test_taskcluster.py::test_get_chunk[build-linux64-ccov/opt-build] PASSED [ 70%]
tests/test_taskcluster.py::test_get_chunk[build-android-test-ccov/opt-build] PASSED [ 70%]
tests/test_taskcluster.py::test_get_chunk[build-win64-ccov/debug-build] PASSED [ 71%]
tests/test_taskcluster.py::test_get_chunk[build-signing-win64-ccov/debug-build-signing] PASSED [ 72%]
tests/test_taskcluster.py::test_get_chunk[source-test-node-newtab-unit-tests-ccov-source-test] PASSED [ 72%]
tests/test_taskcluster.py::test_get_chunk[fuzzing-grizzly-windows64-ccov-fuzzing] PASSED [ 73%]
tests/test_taskcluster.py::test_get_suite[test-linux64-ccov/opt-mochitest-1-mochitest-plain] PASSED [ 74%]
tests/test_taskcluster.py::test_get_suite[test-linux1804-64-ccov/opt-mochitest-1-mochitest-plain] PASSED [ 74%]
tests/test_taskcluster.py::test_get_suite[test-linux64-ccov/opt-mochitest-e10s-7-mochitest-plain] PASSED [ 75%]
tests/test_taskcluster.py::test_get_suite[test-linux64-ccov/opt-cppunit-cppunittest] PASSED [ 76%]
tests/test_taskcluster.py::test_get_suite[test-linux64-ccov/opt-firefox-ui-functional-remote-e10s-firefox-ui-functional-remote] PASSED [ 76%]
tests/test_taskcluster.py::test_get_suite[test-windows10-64-ccov/debug-mochitest-1-mochitest] PASSED [ 77%]
tests/test_taskcluster.py::test_get_suite[test-windows10-64-ccov/debug-mochitest-e10s-7-mochitest-plain-chunked] PASSED [ 78%]
tests/test_taskcluster.py::test_get_suite[test-windows10-64-ccov/debug-cppunit-cppunittest] PASSED [ 78%]
tests/test_taskcluster.py::test_get_suite[test-windows10-64-ccov-qr/debug-mochitest-1-mochitest] PASSED [ 79%]
tests/test_taskcluster.py::test_get_suite[test-windows10-64-ccov-qr/debug-mochitest-e10s-7-mochitest-plain-chunked] PASSED [ 80%]
tests/test_taskcluster.py::test_get_suite[test-windows10-64-ccov-qr/debug-cppunit-cppunittest] PASSED [ 80%]
tests/test_taskcluster.py::test_get_suite[build-linux64-ccov/opt-build] PASSED [ 81%]
tests/test_taskcluster.py::test_get_suite[build-android-test-ccov/opt-build] PASSED [ 82%]
tests/test_taskcluster.py::test_get_suite[build-win64-ccov/debug-build] PASSED [ 82%]
tests/test_taskcluster.py::test_get_suite[build-signing-win64-ccov/debug-build-signing] PASSED [ 83%]
tests/test_taskcluster.py::test_get_suite[source-test-node-newtab-unit-tests-ccov-source-test] PASSED [ 84%]
tests/test_taskcluster.py::test_get_suite[fuzzing-grizzly-windows64-ccov-fuzzing] PASSED [ 85%]
tests/test_taskcluster.py::test_get_platform[test-linux64-ccov/opt-mochitest-1-linux] PASSED [ 85%]
tests/test_taskcluster.py::test_get_platform[test-linux1804-64-ccov/opt-mochitest-1-linux] PASSED [ 86%]
tests/test_taskcluster.py::test_get_platform[test-linux64-ccov/opt-mochitest-e10s-7-linux] PASSED [ 87%]
tests/test_taskcluster.py::test_get_platform[test-linux64-ccov/opt-cppunit-linux] PASSED [ 87%]
tests/test_taskcluster.py::test_get_platform[test-linux64-ccov/opt-firefox-ui-functional-remote-e10s-linux] PASSED [ 88%]
tests/test_taskcluster.py::test_get_platform[test-windows10-64-ccov/debug-mochitest-1-windows] PASSED [ 89%]
tests/test_taskcluster.py::test_get_platform[test-windows10-64-ccov/debug-mochitest-e10s-7-windows] PASSED [ 89%]
tests/test_taskcluster.py::test_get_platform[test-windows10-64-ccov/debug-cppunit-windows] PASSED [ 90%]
tests/test_taskcluster.py::test_get_platform[test-windows10-64-ccov-qr/debug-mochitest-1-windows] PASSED [ 91%]
tests/test_taskcluster.py::test_get_platform[test-windows10-64-ccov-qr/debug-mochitest-e10s-7-windows] PASSED [ 91%]
tests/test_taskcluster.py::test_get_platform[test-windows10-64-ccov-qr/debug-cppunit-windows] PASSED [ 92%]
tests/test_taskcluster.py::test_get_platform[build-linux64-ccov/opt-linux] PASSED [ 93%]
tests/test_taskcluster.py::test_get_platform[build-android-test-ccov/opt-android] PASSED [ 93%]
tests/test_taskcluster.py::test_get_platform[build-win64-ccov/debug-windows] PASSED [ 94%]
tests/test_taskcluster.py::test_get_platform[build-signing-win64-ccov/debug-windows] PASSED [ 95%]
tests/test_taskcluster.py::test_get_platform[source-test-node-newtab-unit-tests-ccov-linux] PASSED [ 95%]
tests/test_taskcluster.py::test_get_platform[fuzzing-grizzly-windows64-ccov-windows] PASSED [ 96%]
tests/test_taskcluster.py::test_download_artifact_forbidden PASSED [ 97%]
tests/test_taskcluster.py::test_download_artifact_badzip PASSED [ 97%]
tests/test_trigger_missing.py::test_trigger_from_scratch PASSED [ 98%]
tests/test_trigger_missing.py::test_trigger_from_preexisting PASSED [ 99%]
tests/test_zero_coverage.py::test_zero_coverage PASSED [100%]
=============================== warnings summary ===============================
tests/test_taskcluster.py::test_get_tasks_in_group
tests/test_taskcluster.py::test_get_tasks_in_group
/usr/local/lib/python3.9/site-packages/responses/__init__.py:436: DeprecationWarning: Argument 'match_querystring' is deprecated. Use 'responses.matchers.query_param_matcher' or 'responses.matchers.query_string_matcher'
warn(
tests/test_taskcluster.py::test_download_artifact_badzip
/usr/local/lib/python3.9/site-packages/responses/__init__.py:609: DeprecationWarning: stream argument is deprecated. Use stream parameter in request directly
warn(
-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
================= 147 passed, 3 warnings in 160.95s (0:02:40) ==================
[taskcluster 2025-05-22T12:36:37.638Z] Exit Code: 0
[taskcluster 2025-05-22T12:36:37.638Z] User Time: 23.64739s
[taskcluster 2025-05-22T12:36:37.638Z] Kernel Time: 4.163045s
[taskcluster 2025-05-22T12:36:37.638Z] Wall Time: 4m19.777604947s
[taskcluster 2025-05-22T12:36:37.638Z] Result: SUCCEEDED
[taskcluster 2025-05-22T12:36:37.638Z] === Task Finished ===
[taskcluster 2025-05-22T12:36:37.638Z] Task Duration: 4m19.778036045s
[taskcluster 2025-05-22T12:36:37.667Z] Uploading link artifact public/logs/live.log to artifact public/logs/live_backing.log with expiry 2026-05-22T13:28:09.900Z
Loading