Skip to content

fix(vcs): remove empty paths from repo.get_tracked_files()

0b89ccc
Select commit
Loading
Failed to load commit list.
Closed

fix(vcs): remove empty paths from repo.get_tracked_files() #669

fix(vcs): remove empty paths from repo.get_tracked_files()
0b89ccc
Select commit
Loading
Failed to load commit list.
firefoxci-taskcluster / codecov-upload succeeded Apr 3, 2025 in 3m 15s

FirefoxCI (pull_request)

Upload coverage.xml to codecov.io (Treeherder push)

Details

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

Task Status

Started: 2025-04-03T15:30:58.045Z
Resolved: 2025-04-03T15:31:11.023Z
Task Execution Time: 12 seconds, 978 milliseconds
Task Status: completed
Reason Resolved: completed
RunId: 0

Artifacts

- public/logs/live_backing.log
- public/logs/live.log


[taskcluster 2025-04-03 15:30:58.160Z] Task ID: aptl4tRWQc-moBYJexeRAg
[taskcluster 2025-04-03 15:30:58.160Z] Worker ID: 5803282426742642680
[taskcluster 2025-04-03 15:30:58.160Z] Worker Group: us-central1-b
[taskcluster 2025-04-03 15:30:58.160Z] Worker Node Type: projects/887720501152/machineTypes/c2-standard-4
[taskcluster 2025-04-03 15:30:58.160Z] Worker Pool: taskgraph-t/linux-gcp
[taskcluster 2025-04-03 15:30:58.160Z] Worker Version: 38.0.5
[taskcluster 2025-04-03 15:30:58.160Z] Public IP: 35.188.1.4
[taskcluster 2025-04-03 15:30:58.160Z] Hostname: taskgraph-t-linux-gcp-e4bgt2gdtau0xknhnfk6fq
[taskcluster 2025-04-03 15:30:58.160Z] using cache "taskgraph-level-1-uv-v3-581ca6876fac84fa2dd8-DioawIE5Qsm1jWS15x-kdA" -> /builds/worker/.task-cache/uv
[taskcluster 2025-04-03 15:30:58.160Z] using cache "taskgraph-level-1-checkouts-v3-581ca6876fac84fa2dd8-DioawIE5Qsm1jWS15x-kdA" -> /builds/worker/checkouts

[taskcluster 2025-04-03 15:30:58.590Z] Image 'public/image.tar.zst' from task 'DioawIE5Qsm1jWS15x-kdA' loaded.  Using image ID sha256:3bdbeef87bc568b141c346f85993bafb9d8fbfdfce1b6ee9652e0ba75764a5e2.
[taskcluster 2025-04-03 15:30:58.639Z] === Task Starting ===
[setup 2025-04-03T15:30:58.944+00:00] run-task started in /
[setup 2025-04-03T15:30:58.944+00:00] Invoked by command: --ci-checkout=/builds/worker/checkouts/vcs/ --task-cwd /builds/worker/checkouts/vcs -- bash -cx uv run coverage combine --data-file $MOZ_FETCHES_DIR/coverage $MOZ_FETCHES_DIR && uv run coverage xml --data-file $MOZ_FETCHES_DIR/coverage -o $MOZ_FETCHES_DIR/coverage.xml && uv run python taskcluster/scripts/codecov-upload.py
[setup 2025-04-03T15:30:58.944+00:00] Python version: 3.11.2
[cache 2025-04-03T15:30:58.947+00:00] cache /builds/worker/.task-cache/uv exists; requirements: gid=1000 uid=1000 version=1
[cache 2025-04-03T15:30:58.947+00:00] cache /builds/worker/checkouts exists; requirements: gid=1000 uid=1000 version=1
[volume 2025-04-03T15:30:58.947+00:00] volume /builds/worker/.task-cache/uv is a cache
[volume 2025-04-03T15:30:58.947+00:00] volume /builds/worker/checkouts is a cache
[setup 2025-04-03T15:30:58.947+00:00] running as worker:worker
[vcs 2025-04-03T15:30:58.948+00:00] executing ['git', 'config', '--global', '--add', 'safe.directory', '/builds/worker/checkouts/vcs']
[vcs 2025-04-03T15:30:58.950+00:00] executing ['git', 'fetch', '--no-tags', 'https://github.com/ahal/taskgraph', 'ahal/push-xxqkyoxuzxrs']
[vcs 2025-04-03T15:30:59.168+00:00] From https://github.com/ahal/taskgraph
[vcs 2025-04-03T15:30:59.168+00:00]  * branch              ahal/push-xxqkyoxuzxrs -> FETCH_HEAD
[vcs 2025-04-03T15:30:59.173+00:00] executing ['git', 'checkout', '-f', '-B', 'ahal/push-xxqkyoxuzxrs', '0b89ccc2db70f17f841630869d176b8557abfe59']
[vcs 2025-04-03T15:30:59.187+00:00] Reset branch 'ahal/push-xxqkyoxuzxrs'
[vcs 2025-04-03T15:30:59.187+00:00] cleaning git checkout...
[vcs 2025-04-03T15:30:59.187+00:00] executing ['git', 'clean', '-nxdff']
[vcs 2025-04-03T15:30:59.247+00:00] removing ['/builds/worker/checkouts/vcs/.pytest_cache/', '/builds/worker/checkouts/vcs/.venv/', '/builds/worker/checkouts/vcs/__pycache__/', '/builds/worker/checkouts/vcs/artifacts/', '/builds/worker/checkouts/vcs/src/taskgraph/__pycache__/', '/builds/worker/checkouts/vcs/src/taskgraph/actions/__pycache__/', '/builds/worker/checkouts/vcs/src/taskgraph/loader/__pycache__/', '/builds/worker/checkouts/vcs/src/taskgraph/optimize/__pycache__/', '/builds/worker/checkouts/vcs/src/taskgraph/run-task/__pycache__/', '/builds/worker/checkouts/vcs/src/taskgraph/transforms/__pycache__/', '/builds/worker/checkouts/vcs/src/taskgraph/transforms/run/__pycache__/', '/builds/worker/checkouts/vcs/src/taskgraph/util/__pycache__/', '/builds/worker/checkouts/vcs/test/__pycache__/', '/builds/worker/checkouts/vcs/test/data/taskcluster/test_taskgraph/transforms/__pycache__/', '/builds/worker/checkouts/vcs/test/data/testmod/__pycache__/']
[vcs 2025-04-03T15:30:59.480+00:00] successfully cleaned git checkout!
[vcs 2025-04-03T15:30:59.482+00:00] TinderboxPrint:<a href='https://github.com/ahal/taskgraph/commit/0b89ccc2db70f17f841630869d176b8557abfe59' title='Built from taskgraph commit 0b89ccc2db70f17f841630869d176b8557abfe59'>0b89ccc2db70f17f841630869d176b8557abfe59</a>
[fetches 2025-04-03T15:30:59.482+00:00] fetching artifacts
[fetches 2025-04-03T15:30:59.482+00:00] executing ['/usr/bin/python3', '-u', '/usr/local/bin/fetch-content', 'task-artifacts']
attempt 1/5
attempt 1/5Downloading https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/A_SqJRuxRYyft9Wxp8L8AQ/artifacts/public/codecov to /builds/worker/fetches/codecov
Downloading https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Lrg5-9F1RhGPRHG-IK4bew/artifacts/public/coverage.py311 to /builds/worker/fetches/coverage.py311

attempt 1/5attempt 1/5
Downloading https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/A_SqJRuxRYyft9Wxp8L8AQ/artifacts/public/codecov

Downloading https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Lrg5-9F1RhGPRHG-IK4bew/artifacts/public/coverage.py311
Downloading https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/V1G9pzmLS2aBYCTQVkxVhQ/artifacts/public/coverage.py312 to /builds/worker/fetches/coverage.py312
Downloading https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/V1G9pzmLS2aBYCTQVkxVhQ/artifacts/public/coverage.py312
Downloading https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/egSin-eiSjmBV9W3qRaDJg/artifacts/public/coverage.py310 to /builds/worker/fetches/coverage.py310
Downloading https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/egSin-eiSjmBV9W3qRaDJg/artifacts/public/coverage.py310
https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/V1G9pzmLS2aBYCTQVkxVhQ/artifacts/public/coverage.py312 resolved to 602112 bytes with sha256 48d27bddb97fd3db0455a654130c8f4bd12a3b797d2d6213d79cdd79ef74670e in 0.325s
Extracting /builds/worker/fetches/coverage.py312 to /builds/worker/fetches
attempt 1/5
Downloading https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/c8MohR6iRPKmB3MWH1x13A/artifacts/public/coverage.py313 to /builds/worker/fetches/coverage.py313
Downloading https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/c8MohR6iRPKmB3MWH1x13A/artifacts/public/coverage.py313
https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Lrg5-9F1RhGPRHG-IK4bew/artifacts/public/coverage.py311 resolved to 610304 bytes with sha256 02f4cba67f6a2706726fc5fe43b57831de0744fbe7d97900bcaaa3ab72fb112e in 0.352s
Extracting /builds/worker/fetches/coverage.py311 to /builds/worker/fetches
attempt 1/5
Downloading https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/WXtNA08USLmaJCURO1_kEA/artifacts/public/coverage.py38 to /builds/worker/fetches/coverage.py38
Downloading https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/WXtNA08USLmaJCURO1_kEA/artifacts/public/coverage.py38
https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/egSin-eiSjmBV9W3qRaDJg/artifacts/public/coverage.py310 resolved to 593920 bytes with sha256 8aacb25851a46d3b1fbd0fb53ddb039511340e6d5508cd9be6fc181e1e317cc5 in 0.365s
Extracting /builds/worker/fetches/coverage.py310 to /builds/worker/fetches
attempt 1/5
Downloading https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/CLrkaeeXSo-ywyBB-i_esQ/artifacts/public/coverage.py39 to /builds/worker/fetches/coverage.py39
Downloading https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/CLrkaeeXSo-ywyBB-i_esQ/artifacts/public/coverage.py39
https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/WXtNA08USLmaJCURO1_kEA/artifacts/public/coverage.py38 resolved to 577536 bytes with sha256 7be6b55ebdbf92cf07114b76d6b5f0a831d13d03571f2f29167e2a17b7453f73 in 0.224s
Extracting /builds/worker/fetches/coverage.py38 to /builds/worker/fetches
https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/c8MohR6iRPKmB3MWH1x13A/artifacts/public/coverage.py313 resolved to 602112 bytes with sha256 0193b42ec21d610ebb89c6d64c21ad1bd28342e0cc909384991d19573bcfe980 in 0.290s
Extracting /builds/worker/fetches/coverage.py313 to /builds/worker/fetches
https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/A_SqJRuxRYyft9Wxp8L8AQ/artifacts/public/codecov resolved to 28918392 bytes with sha256 209d13481be406d6a2aa9519fa61c84883e3213308b5628c43a5e94cae75b8e6 in 0.632s
Extracting /builds/worker/fetches/codecov to /builds/worker/fetches
https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/CLrkaeeXSo-ywyBB-i_esQ/artifacts/public/coverage.py39 resolved to 573440 bytes with sha256 6b39b9b758294bf0cea6ad7f6697b0915d8180749409985cc6649afcd2240215 in 0.267s
Extracting /builds/worker/fetches/coverage.py39 to /builds/worker/fetches
PERFHERDER_DATA: {"framework": {"name": "build_metrics"}, "suites": [{"name": "fetch_content", "value": 0.6415905720000126, "lowerIsBetter": true, "shouldAlert": false, "subtests": []}]}
[fetches 2025-04-03T15:31:00.208+00:00] finished fetching artifacts
[task 2025-04-03T15:31:00.208+00:00] executing ['bash', '-cx', 'uv run coverage combine --data-file $MOZ_FETCHES_DIR/coverage $MOZ_FETCHES_DIR && uv run coverage xml --data-file $MOZ_FETCHES_DIR/coverage -o $MOZ_FETCHES_DIR/coverage.xml && uv run python taskcluster/scripts/codecov-upload.py']
[task 2025-04-03T15:31:00.210+00:00] + uv run coverage combine --data-file /builds/worker/fetches/coverage /builds/worker/fetches
[task 2025-04-03T15:31:00.388+00:00] Using CPython 3.13.2
[task 2025-04-03T15:31:00.388+00:00] Creating virtual environment at: .venv
[task 2025-04-03T15:31:00.461+00:00] Downloading zstandard (5.2MiB)
[task 2025-04-03T15:31:00.476+00:00]    Building markupsafe==2.1.5
[task 2025-04-03T15:31:00.620+00:00]  Downloaded zstandard
[task 2025-04-03T15:31:02.476+00:00]       Built markupsafe==2.1.5
[task 2025-04-03T15:31:02.487+00:00] warning: Failed to hardlink files; falling back to full copy. This may lead to degraded performance.
[task 2025-04-03T15:31:02.487+00:00]          If the cache and target directories are on different filesystems, hardlinking may not be supported.
[task 2025-04-03T15:31:02.487+00:00]          If this is intentional, set `export UV_LINK_MODE=copy` or use `--link-mode=copy` to suppress this warning.
[task 2025-04-03T15:31:02.609+00:00] Installed 74 packages in 130ms
[task 2025-04-03T15:31:03.578+00:00] Combined data file ../../fetches/coverage.py310
[task 2025-04-03T15:31:03.579+00:00] Combined data file ../../fetches/coverage.py311
[task 2025-04-03T15:31:03.579+00:00] Combined data file ../../fetches/coverage.py312
[task 2025-04-03T15:31:03.579+00:00] Combined data file ../../fetches/coverage.py313
[task 2025-04-03T15:31:03.579+00:00] Combined data file ../../fetches/coverage.py38
[task 2025-04-03T15:31:03.579+00:00] Combined data file ../../fetches/coverage.py39
[task 2025-04-03T15:31:03.601+00:00] + uv run coverage xml --data-file /builds/worker/fetches/coverage -o /builds/worker/fetches/coverage.xml
[task 2025-04-03T15:31:05.877+00:00] Wrote XML report to /builds/worker/fetches/coverage.xml
[task 2025-04-03T15:31:06.282+00:00] + uv run python taskcluster/scripts/codecov-upload.py
[task 2025-04-03T15:31:07.950+00:00] info - 2025-04-03 15:31:07,950 -- ci service found: local
[task 2025-04-03T15:31:07.952+00:00] debug - 2025-04-03 15:31:07,952 -- versioning system found: <class 'codecov_cli.helpers.versioning_systems.GitVersioningSystem'>
[task 2025-04-03T15:31:07.953+00:00] debug - 2025-04-03 15:31:07,953 -- versioning system found: <class 'codecov_cli.helpers.versioning_systems.GitVersioningSystem'>
[task 2025-04-03T15:31:07.955+00:00] warning - 2025-04-03 15:31:07,955 -- No config file could be found. Ignoring config.
[task 2025-04-03T15:31:07.955+00:00] debug - 2025-04-03 15:31:07,955 -- No codecov_yaml found
[task 2025-04-03T15:31:07.967+00:00] debug - 2025-04-03 15:31:07,967 -- Starting upload process --- {"commit_sha": "0b89ccc2db70f17f841630869d176b8557abfe59", "report_code": "default", "build_code": null, "build_url": null, "job_code": null, "env_vars": {}, "flags": [], "name": null, "network_filter": null, "network_prefix": null, "network_root_folder": "/builds/worker/checkouts/vcs", "files_search_root_folder": "/builds/worker/checkouts/vcs", "files_search_exclude_folders": [], "files_search_explicitly_listed_files": ["/builds/worker/fetches/coverage.xml"], "plugin_names": ["xcode", "gcov", "pycoverage"], "token": "4******************", "branch": "ahal/push-xxqkyoxuzxrs", "slug": "taskcluster/taskgraph", "pull_request_number": null, "git_service": "github", "disable_search": false, "disable_file_fixes": false, "fail_on_error": true, "handle_no_reports_found": false}
[task 2025-04-03T15:31:07.967+00:00] debug - 2025-04-03 15:31:07,967 -- Starting create commit process --- {"commit_sha": "0b89ccc2db70f17f841630869d176b8557abfe59", "parent_sha": null, "pr": null, "branch": "ahal/push-xxqkyoxuzxrs", "slug": "taskcluster/taskgraph", "token": "4******************", "service": "github", "enterprise_url": null}
[task 2025-04-03T15:31:08.388+00:00] info - 2025-04-03 15:31:08,387 -- Process Commit creating complete
[task 2025-04-03T15:31:08.388+00:00] debug - 2025-04-03 15:31:08,388 -- Commit creating result --- {"result": "RequestResult(error=None, warnings=[], status_code=202, text='{\"status\":\"queued\"}\\n')"}
[task 2025-04-03T15:31:08.388+00:00] debug - 2025-04-03 15:31:08,388 -- Starting create report process --- {"commit_sha": "0b89ccc2db70f17f841630869d176b8557abfe59", "code": "default", "slug": "taskcluster/taskgraph", "service": "github", "enterprise_url": null, "token": "4******************"}
[task 2025-04-03T15:31:08.729+00:00] info - 2025-04-03 15:31:08,728 -- Process Report creating complete
[task 2025-04-03T15:31:08.729+00:00] debug - 2025-04-03 15:31:08,729 -- Report creating result --- {"result": "RequestResult(error=None, warnings=[], status_code=202, text='{\"status\":\"queued\"}\\n')"}
[task 2025-04-03T15:31:08.729+00:00] info - 2025-04-03 15:31:08,729 -- Finished creating report successfully --- {"response": "{\"status\":\"queued\"}\n"}
[task 2025-04-03T15:31:08.729+00:00] debug - 2025-04-03 15:31:08,729 -- Starting upload processing --- {"branch": "ahal/push-xxqkyoxuzxrs", "build_code": null, "build_url": null, "commit_sha": "0b89ccc2db70f17f841630869d176b8557abfe59", "disable_file_fixes": false, "disable_search": false, "enterprise_url": null, "env_vars": {}, "files_search_exclude_folders": [], "files_search_explicitly_listed_files": ["/builds/worker/fetches/coverage.xml"], "files_search_root_folder": "/builds/worker/checkouts/vcs", "flags": [], "git_service": "github", "handle_no_reports_found": false, "job_code": null, "name": null, "network_filter": null, "network_prefix": null, "network_root_folder": "/builds/worker/checkouts/vcs", "plugin_names": ["xcode", "gcov", "pycoverage"], "pull_request_number": null, "report_code": "default", "slug": "taskcluster/taskgraph", "token": "4******************", "upload_file_type": "coverage"}
[task 2025-04-03T15:31:08.729+00:00] debug - 2025-04-03 15:31:08,729 -- Selected preparation plugins --- {"selected_plugins": ["<class 'codecov_cli.plugins.xcode.XcodePlugin'>", "<class 'codecov_cli.plugins.gcov.GcovPlugin'>", "<class 'codecov_cli.plugins.pycoverage.Pycoverage'>"]}
[task 2025-04-03T15:31:08.729+00:00] debug - 2025-04-03 15:31:08,729 -- Running preparation plugin: <class 'codecov_cli.plugins.xcode.XcodePlugin'>
[task 2025-04-03T15:31:08.729+00:00] debug - 2025-04-03 15:31:08,729 -- Running xcode plugin...
[task 2025-04-03T15:31:08.730+00:00] warning - 2025-04-03 15:31:08,730 -- xcrun is not installed or can't be found.
[task 2025-04-03T15:31:08.730+00:00] debug - 2025-04-03 15:31:08,730 -- Running preparation plugin: <class 'codecov_cli.plugins.gcov.GcovPlugin'>
[task 2025-04-03T15:31:08.730+00:00] debug - 2025-04-03 15:31:08,730 -- Running gcov plugin...
[task 2025-04-03T15:31:08.794+00:00] warning - 2025-04-03 15:31:08,794 -- No gcov data found.
[task 2025-04-03T15:31:08.794+00:00] debug - 2025-04-03 15:31:08,794 -- Running preparation plugin: <class 'codecov_cli.plugins.pycoverage.Pycoverage'>
[task 2025-04-03T15:31:08.858+00:00] warning - 2025-04-03 15:31:08,858 -- No coverage data found to transform
[task 2025-04-03T15:31:08.858+00:00] debug - 2025-04-03 15:31:08,858 -- Collecting relevant files
[task 2025-04-03T15:31:08.967+00:00] info - 2025-04-03 15:31:08,966 -- Found 1 coverage files to report
[task 2025-04-03T15:31:08.967+00:00] info - 2025-04-03 15:31:08,967 -- > /builds/worker/fetches/coverage.xml
[task 2025-04-03T15:31:08.972+00:00] debug - 2025-04-03 15:31:08,972 -- Selected uploader to use: <class 'codecov_cli.services.upload.upload_sender.UploadSender'>
[task 2025-04-03T15:31:08.979+00:00] debug - 2025-04-03 15:31:08,979 -- Sending upload request to Codecov
[task 2025-04-03T15:31:09.399+00:00] info - 2025-04-03 15:31:09,399 -- Your upload is now processing. When finished, results will be available at: https://app.codecov.io/github/taskcluster/taskgraph/commit/0b89ccc2db70f17f841630869d176b8557abfe59
[task 2025-04-03T15:31:09.399+00:00] debug - 2025-04-03 15:31:09,399 -- Upload request to Codecov complete. --- {"response": {"raw_upload_location": "https://storage.googleapis.com/codecov-production/shelter/github/taskcluster%3A%3A%3A%3Ataskgraph/0b89ccc2db70f17f841630869d176b8557abfe59/cc9b71d5-bf82-432f-a0c1-3bf02b5e1408.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20250403%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20250403T153109Z&X-Amz-Expires=30&X-Amz-SignedHeaders=host&X-Amz-Signature=641793f386590edbd8064b567f31d3d3242b12da7646718ce104f1ad53c894f2", "url": "https://app.codecov.io/github/taskcluster/taskgraph/commit/0b89ccc2db70f17f841630869d176b8557abfe59"}}
[task 2025-04-03T15:31:09.399+00:00] debug - 2025-04-03 15:31:09,399 -- Sending upload to storage
[task 2025-04-03T15:31:09.783+00:00] info - 2025-04-03 15:31:09,782 -- Process Upload complete
[task 2025-04-03T15:31:09.783+00:00] debug - 2025-04-03 15:31:09,783 -- Upload result --- {"result": "RequestResult(error=None, warnings=[], status_code=200, text='')"}
[fetches 2025-04-03T15:31:09.904+00:00] removing /builds/worker/fetches
[fetches 2025-04-03T15:31:09.908+00:00] finished
[taskcluster 2025-04-03 15:31:10.513Z] === Task Finished ===
[taskcluster 2025-04-03 15:31:10.513Z] Successful task run with exit code: 0 completed in 12.355 seconds