build(deps-dev): bump webpack from 5.95.0 to 5.96.1 in /frontend #2537
firefoxci-taskcluster / Code Coverage Bot checks: unit tests
succeeded
Nov 4, 2024 in 8m 3s
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: 2024-11-04T15:55:52.853Z
Resolved: 2024-11-04T16:00:38.240Z
Task Execution Time: 4 minutes, 45 seconds, 387 milliseconds
Task Status: completed
Reason Resolved: completed
RunId: 0
Artifacts
- public/logs/live_backing.log
- public/logs/live.log
[taskcluster 2024-11-04T15:55:52.872Z] Worker Type (code-analysis-1/linux-gw-gcp) settings:
[taskcluster 2024-11-04T15:55:52.872Z] {
[taskcluster 2024-11-04T15:55:52.872Z] "config": {
[taskcluster 2024-11-04T15:55:52.872Z] "deploymentId": ""
[taskcluster 2024-11-04T15:55:52.872Z] },
[taskcluster 2024-11-04T15:55:52.872Z] "generic-worker": {
[taskcluster 2024-11-04T15:55:52.872Z] "engine": "multiuser",
[taskcluster 2024-11-04T15:55:52.872Z] "go-arch": "amd64",
[taskcluster 2024-11-04T15:55:52.872Z] "go-os": "linux",
[taskcluster 2024-11-04T15:55:52.872Z] "go-version": "go1.22.2",
[taskcluster 2024-11-04T15:55:52.872Z] "release": "https://github.com/taskcluster/taskcluster/releases/tag/v64.3.0",
[taskcluster 2024-11-04T15:55:52.872Z] "revision": "b66b6614b9b79077f1bfc78f97afb8c25c0c4b30",
[taskcluster 2024-11-04T15:55:52.872Z] "source": "https://github.com/taskcluster/taskcluster/commits/b66b6614b9b79077f1bfc78f97afb8c25c0c4b30",
[taskcluster 2024-11-04T15:55:52.872Z] "version": "64.3.0"
[taskcluster 2024-11-04T15:55:52.872Z] },
[taskcluster 2024-11-04T15:55:52.872Z] "image": "projects/taskcluster-imaging/global/images/gw-fxci-gcp-l1-gui-googlecompute-2024-08-22t22-48-09z",
[taskcluster 2024-11-04T15:55:52.872Z] "instance-id": "7814034910410527545",
[taskcluster 2024-11-04T15:55:52.872Z] "instance-type": "projects/887720501152/machineTypes/c2-standard-4",
[taskcluster 2024-11-04T15:55:52.872Z] "local-ipv4": "10.138.0.105",
[taskcluster 2024-11-04T15:55:52.872Z] "project-id": "fxci-production-level1-workers",
...(543 lines hidden)...
Reading https://pypi.org/simple/propcache/
Downloading https://files.pythonhosted.org/packages/ce/4e/97059dd24494d1c93d1efb98bb24825e1930265b41858dd59c15cb37a975/propcache-0.2.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl#sha256=682a7c79a2fbf40f5dbb1eb6bfe2cd865376deeac65acf9beb607505dced9e12
Best match: propcache 0.2.0
Processing propcache-0.2.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Installing propcache-0.2.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl to /usr/local/lib/python3.9/site-packages
Adding propcache 0.2.0 to easy-install.pth file
Installed /usr/local/lib/python3.9/site-packages/propcache-0.2.0-py3.9-linux-x86_64.egg
Searching for typing-extensions>=4.1.0
Reading https://pypi.org/simple/typing-extensions/
Downloading https://files.pythonhosted.org/packages/26/9f/ad63fc0248c5379346306f8668cda6e2e2e9c95e01216d2b8ffd9ff037d0/typing_extensions-4.12.2-py3-none-any.whl#sha256=04e5ca0351e0f3f85c6853954072df659d0d13fac324d0072316b67d7794700d
Best match: typing-extensions 4.12.2
Processing typing_extensions-4.12.2-py3-none-any.whl
Installing typing_extensions-4.12.2-py3-none-any.whl to /usr/local/lib/python3.9/site-packages
Adding typing-extensions 4.12.2 to easy-install.pth file
Installed /usr/local/lib/python3.9/site-packages/typing_extensions-4.12.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.20, pytest-8.3.3, pluggy-1.5.0 -- /usr/local/bin/python3.9
cachedir: .pytest_cache
rootdir: /src/bot
plugins: responses-0.5.1
collecting ...
collecting 12 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 167.33s (0:02:47) ==================
[taskcluster 2024-11-04T16:00:38.011Z] Exit Code: 0
[taskcluster 2024-11-04T16:00:38.011Z] User Time: 24.52782s
[taskcluster 2024-11-04T16:00:38.011Z] Kernel Time: 5.028994s
[taskcluster 2024-11-04T16:00:38.011Z] Wall Time: 4m44.186956872s
[taskcluster 2024-11-04T16:00:38.011Z] Result: SUCCEEDED
[taskcluster 2024-11-04T16:00:38.011Z] === Task Finished ===
[taskcluster 2024-11-04T16:00:38.011Z] Task Duration: 4m44.187422611s
[taskcluster 2024-11-04T16:00:38.041Z] Uploading link artifact public/logs/live.log to artifact public/logs/live_backing.log with expiry 2025-11-04T16:52:35.174Z
Loading