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

Back out "feat(caches): support opting into or out of specific name c… #627

Merged
merged 1 commit into from
Jan 15, 2025

Back out "feat(caches): support opting into or out of specific name c…

7b18977
Select commit
Loading
Failed to load commit list.
Merged

Back out "feat(caches): support opting into or out of specific name c… #627

Back out "feat(caches): support opting into or out of specific name c…
7b18977
Select commit
Loading
Failed to load commit list.
firefoxci-taskcluster / Decision Task succeeded Jan 15, 2025 in 9s

FirefoxCI (pull_request)

The task that creates all of the other tasks in the task graph

Details

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

Task Status

Started: 2025-01-15T15:15:44.056Z
Resolved: 2025-01-15T15:15:52.353Z
Task Execution Time: 8 seconds, 297 milliseconds
Task Status: completed
Reason Resolved: completed
RunId: 0

Artifacts

- public/actions.json
- public/chain-of-trust.json
- public/chain-of-trust.json.sig
- public/docker-contexts/decision.tar.gz
- public/docker-contexts/fetch.tar.gz
- public/docker-contexts/index-task.tar.gz
- public/docker-contexts/python.tar.gz
- public/docker-contexts/run-task.tar.gz
- public/docker-contexts/skopeo.tar.gz
- public/fetch-content
- public/full-task-graph.json
- public/label-to-taskid.json
- public/logs/certified.log
- public/logs/live_backing.log
- public/logs/live.log
- public/optimizations.log
- public/parameters.yml
- public/runnable-jobs.json
- public/run-task
- public/target-tasks.json
- public/task-graph.json


[taskcluster 2025-01-15 15:15:44.114Z] Task ID: SerdmdrhQyCvby59GTXL9w
[taskcluster 2025-01-15 15:15:44.114Z] Worker ID: 312067095563759289
[taskcluster 2025-01-15 15:15:44.114Z] Worker Group: us-west1-b
[taskcluster 2025-01-15 15:15:44.114Z] Worker Node Type: projects/887720501152/machineTypes/n2-standard-2
[taskcluster 2025-01-15 15:15:44.114Z] Worker Pool: taskgraph-1/decision-gcp
[taskcluster 2025-01-15 15:15:44.114Z] Worker Version: 38.0.5
[taskcluster 2025-01-15 15:15:44.114Z] Public IP: 34.127.20.236
[taskcluster 2025-01-15 15:15:44.114Z] Hostname: taskgraph-1-decision-gcp-fkcl-qfyst6vul69n90aba
[taskcluster 2025-01-15 15:15:44.114Z] using cache "taskgraph-level-1-checkouts-sparse-v2" -> /builds/worker/checkouts

[taskcluster 2025-01-15 15:15:44.623Z] === Task Starting ===
[setup 2025-01-15T15:15:44.964Z] run-task started in /
[setup 2025-01-15T15:15:44.964Z] Invoked by command: --taskgraph-checkout=/builds/worker/checkouts/src -- bash -cx cd /builds/worker/checkouts/src && ln -s /builds/worker/artifacts artifacts && pip3 install --user --break-system-packages . && taskgraph decision --verbose --pushlog-id='0' --pushdate='0' --project='taskgraph' --owner='[email protected]' --level='1' --repository-type=git --tasks-for='github-pull-request' --base-repository='https://github.com/taskcluster/taskgraph' --base-ref='main' --base-rev='588dc4f9cbd88d70c7f55dc6bc830fc023ee75a0' --head-repository='https://github.com/ahal/taskgraph' --head-ref='ahal/push-romwuotwlvlm' --head-rev='7b18977f5758d53356eff447cf07590b2e8a3ed7' 

[setup 2025-01-15T15:15:44.964Z] Python version: 3.11.2
[vcs 2025-01-15T15:15:44.966Z] WARNING: vcs checkout path (/builds/worker/checkouts/src) not in cache or volume; performance will likely suffer
[setup 2025-01-15T15:15:44.966Z] running as worker:worker
[vcs 2025-01-15T15:15:44.967Z] executing ['git', 'config', '--global', '--add', 'safe.directory', '/builds/worker/checkouts/src']
[vcs 2025-01-15T15:15:44.968Z] executing ['git', 'fetch', 'origin', 'main']
[vcs 2025-01-15T15:15:45.266Z] From https://github.com/taskcluster/taskgraph

...(47 lines hidden)...

[task 2025-01-15T15:15:47.845Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.11/dist-packages (from requests>=2.25->taskcluster-taskgraph==12.1.0) (2024.8.30)
[task 2025-01-15T15:15:47.863Z] Requirement already satisfied: giturlparse in /usr/local/lib/python3.11/dist-packages (from mozilla-repo-urls->taskcluster-taskgraph==12.1.0) (0.12.0)
[task 2025-01-15T15:15:47.870Z] Requirement already satisfied: chardet>=3.0.2 in /usr/local/lib/python3.11/dist-packages (from binaryornot>=0.4.4->cookiecutter~=2.1->taskcluster-taskgraph==12.1.0) (5.2.0)
[task 2025-01-15T15:15:47.904Z] Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.11/dist-packages (from Jinja2<4.0.0,>=2.7->cookiecutter~=2.1->taskcluster-taskgraph==12.1.0) (2.1.5)
[task 2025-01-15T15:15:47.914Z] Requirement already satisfied: text-unidecode>=1.3 in /usr/local/lib/python3.11/dist-packages (from python-slugify>=4.0.0->cookiecutter~=2.1->taskcluster-taskgraph==12.1.0) (1.3)
[task 2025-01-15T15:15:47.949Z] Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.11/dist-packages (from arrow->cookiecutter~=2.1->taskcluster-taskgraph==12.1.0) (2.9.0.post0)
[task 2025-01-15T15:15:47.951Z] Requirement already satisfied: types-python-dateutil>=2.8.10 in /usr/local/lib/python3.11/dist-packages (from arrow->cookiecutter~=2.1->taskcluster-taskgraph==12.1.0) (2.9.0.20240906)
[task 2025-01-15T15:15:47.972Z] Requirement already satisfied: markdown-it-py>=2.2.0 in /usr/local/lib/python3.11/dist-packages (from rich->cookiecutter~=2.1->taskcluster-taskgraph==12.1.0) (3.0.0)
[task 2025-01-15T15:15:47.974Z] Requirement already satisfied: pygments<3.0.0,>=2.13.0 in /usr/local/lib/python3.11/dist-packages (from rich->cookiecutter~=2.1->taskcluster-taskgraph==12.1.0) (2.18.0)
[task 2025-01-15T15:15:48.015Z] Requirement already satisfied: mdurl~=0.1 in /usr/local/lib/python3.11/dist-packages (from markdown-it-py>=2.2.0->rich->cookiecutter~=2.1->taskcluster-taskgraph==12.1.0) (0.1.2)
[task 2025-01-15T15:15:48.047Z] Requirement already satisfied: six>=1.5 in /usr/local/lib/python3.11/dist-packages (from python-dateutil>=2.7.0->arrow->cookiecutter~=2.1->taskcluster-taskgraph==12.1.0) (1.16.0)
[task 2025-01-15T15:15:48.100Z] Building wheels for collected packages: taskcluster-taskgraph
[task 2025-01-15T15:15:48.101Z]   Building wheel for taskcluster-taskgraph (pyproject.toml): started
[task 2025-01-15T15:15:48.137Z]   Building wheel for taskcluster-taskgraph (pyproject.toml): finished with status 'done'
[task 2025-01-15T15:15:48.139Z]   Created wheel for taskcluster-taskgraph: filename=taskcluster_taskgraph-12.1.0-py3-none-any.whl size=194530 sha256=bb99a8e910bc83b694f528308fc1c615562add9eea0cc3bb84ffdeba2155bffa
[task 2025-01-15T15:15:48.140Z]   Stored in directory: /tmp/pip-ephem-wheel-cache-b091znic/wheels/54/fa/b4/d3017bf051c083cc076bfd93af1693baf4c91b8f6fee74b0bc
[task 2025-01-15T15:15:48.144Z] Successfully built taskcluster-taskgraph
[task 2025-01-15T15:15:48.247Z] Installing collected packages: taskcluster-taskgraph
[task 2025-01-15T15:15:48.348Z]   WARNING: The script taskgraph is installed in '/builds/worker/.local/bin' which is not on PATH.
[task 2025-01-15T15:15:48.348Z]   Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
[task 2025-01-15T15:15:48.354Z] Successfully installed taskcluster-taskgraph-12.1.0
[task 2025-01-15T15:15:48.444Z] + taskgraph decision --verbose --pushlog-id=0 --pushdate=0 --project=taskgraph [email protected] --level=1 --repository-type=git --tasks-for=github-pull-request --base-repository=https://github.com/taskcluster/taskgraph --base-ref=main --base-rev=588dc4f9cbd88d70c7f55dc6bc830fc023ee75a0 --head-repository=https://github.com/ahal/taskgraph --head-ref=ahal/push-romwuotwlvlm --head-rev=7b18977f5758d53356eff447cf07590b2e8a3ed7
[task 2025-01-15T15:15:49.021Z] 2025-01-15 15:15:49,021 - INFO - Loading graph configuration.
[task 2025-01-15T15:15:49.021Z] 2025-01-15 15:15:49,021 - DEBUG - loading config from `taskcluster/config.yml`
[task 2025-01-15T15:15:49.032Z] 2025-01-15 15:15:49,032 - WARNING - using default project parameters; add taskgraph to PER_PROJECT_PARAMETERS in /builds/worker/.local/lib/python3.11/site-packages/taskgraph/decision.py to customize behavior for this project
[task 2025-01-15T15:15:49.033Z] 2025-01-15 15:15:49,033 - INFO - Using Parameters(id=caefba05c5ca) (from defaults)
[task 2025-01-15T15:15:49.034Z] 2025-01-15 15:15:49,034 - DEBUG - Dumping parameters:
[task 2025-01-15T15:15:49.034Z] { 'base_ref': 'main',
[task 2025-01-15T15:15:49.034Z]   'base_repository': 'https://github.com/taskcluster/taskgraph',
[task 2025-01-15T15:15:49.035Z]   'base_rev': '588dc4f9cbd88d70c7f55dc6bc830fc023ee75a0',
[task 2025-01-15T15:15:49.036Z]   'build_date': 1736954149,
[task 2025-01-15T15:15:49.036Z]   'build_number': 1,
[task 2025-01-15T15:15:49.036Z]   'do_not_optimize': [],
[task 2025-01-15T15:15:49.036Z]   'enable_always_target': True,
[task 2025-01-15T15:15:49.036Z]   'existing_tasks': {},
[task 2025-01-15T15:15:49.037Z]   'files_changed': [ 'src/taskgraph/transforms/run/common.py',
[task 2025-01-15T15:15:49.038Z]                      'src/taskgraph/transforms/run/run_task.py',
[task 2025-01-15T15:15:49.038Z]                      'test/test_transforms_run.py'],
[task 2025-01-15T15:15:49.038Z]   'filters': ['target_tasks_method'],
[task 2025-01-15T15:15:49.038Z]   'head_ref': 'ahal/push-romwuotwlvlm',
[task 2025-01-15T15:15:49.039Z]   'head_repository': 'https://github.com/ahal/taskgraph',
[task 2025-01-15T15:15:49.039Z]   'head_rev': '7b18977f5758d53356eff447cf07590b2e8a3ed7',
[task 2025-01-15T15:15:49.040Z]   'head_tag': '',
[task 2025-01-15T15:15:49.040Z]   'level': '1',
[task 2025-01-15T15:15:49.041Z]   'moz_build_date': '20250115151549',
[task 2025-01-15T15:15:49.041Z]   'next_version': None,
[task 2025-01-15T15:15:49.041Z]   'optimize_strategies': None,
[task 2025-01-15T15:15:49.042Z]   'optimize_target_tasks': True,
[task 2025-01-15T15:15:49.042Z]   'owner': '[email protected]',
[task 2025-01-15T15:15:49.042Z]   'project': 'taskgraph',
[task 2025-01-15T15:15:49.042Z]   'pushdate': 0,
[task 2025-01-15T15:15:49.042Z]   'pushlog_id': '0',
[task 2025-01-15T15:15:49.042Z]   'repository_type': 'git',
[task 2025-01-15T15:15:49.042Z]   'target_tasks_method': 'default',
[task 2025-01-15T15:15:49.042Z]   'tasks_for': 'github-pull-request',
[task 2025-01-15T15:15:49.042Z]   'version': None}
[task 2025-01-15T15:15:49.042Z] 2025-01-15 15:15:49,034 - INFO - writing artifact file `parameters.yml`
[task 2025-01-15T15:15:49.046Z] 2025-01-15 15:15:49,046 - INFO - writing artifact file `actions.json`
[task 2025-01-15T15:15:49.048Z] 2025-01-15 15:15:49,048 - INFO - Loading kinds
[task 2025-01-15T15:15:49.048Z] 2025-01-15 15:15:49,048 - DEBUG - loading kind `test` from `taskcluster/kinds/test`
[task 2025-01-15T15:15:49.052Z] 2025-01-15 15:15:49,049 - DEBUG - loading kind `doc` from `taskcluster/kinds/doc`
[task 2025-01-15T15:15:49.052Z] 2025-01-15 15:15:49,049 - DEBUG - loading kind `check` from `taskcluster/kinds/check`
[task 2025-01-15T15:15:49.052Z] 2025-01-15 15:15:49,050 - DEBUG - loading kind `codecov` from `taskcluster/kinds/codecov`
[task 2025-01-15T15:15:49.052Z] 2025-01-15 15:15:49,051 - DEBUG - loading kind `docker-image` from `taskcluster/kinds/docker-image`
[task 2025-01-15T15:15:49.052Z] 2025-01-15 15:15:49,051 - DEBUG - loading kind `push-image` from `taskcluster/kinds/push-image`
[task 2025-01-15T15:15:49.052Z] 2025-01-15 15:15:49,052 - DEBUG - loading kind `fetch` from `taskcluster/kinds/fetch`
[task 2025-01-15T15:15:49.052Z] 2025-01-15 15:15:49,052 - INFO - Generating full task set
[task 2025-01-15T15:15:49.052Z] 2025-01-15 15:15:49,052 - DEBUG - Loading tasks for kind check
[task 2025-01-15T15:15:49.070Z] 2025-01-15 15:15:49,070 - DEBUG - Generating tasks for check type
[task 2025-01-15T15:15:49.072Z] 2025-01-15 15:15:49,071 - INFO - Generated 1 tasks for kind check
[task 2025-01-15T15:15:49.072Z] 2025-01-15 15:15:49,072 - DEBUG - Loading tasks for kind doc
[task 2025-01-15T15:15:49.074Z] 2025-01-15 15:15:49,074 - DEBUG - Generating tasks for doc generate
[task 2025-01-15T15:15:49.075Z] 2025-01-15 15:15:49,075 - INFO - Generated 1 tasks for kind doc
[task 2025-01-15T15:15:49.075Z] 2025-01-15 15:15:49,075 - DEBUG - Loading tasks for kind docker-image
[task 2025-01-15T15:15:49.076Z] 2025-01-15 15:15:49,076 - DEBUG - Generating tasks for docker-image decision
[task 2025-01-15T15:15:49.076Z] 2025-01-15 15:15:49,076 - INFO - Writing docker-contexts/decision.tar.gz for docker image decision
[task 2025-01-15T15:15:49.182Z] 2025-01-15 15:15:49,182 - DEBUG - Generating tasks for docker-image fetch
[task 2025-01-15T15:15:49.183Z] 2025-01-15 15:15:49,182 - INFO - Writing docker-contexts/fetch.tar.gz for docker image fetch
[task 2025-01-15T15:15:49.196Z] 2025-01-15 15:15:49,196 - DEBUG - Generating tasks for docker-image index-task
[task 2025-01-15T15:15:49.197Z] 2025-01-15 15:15:49,196 - INFO - Writing docker-contexts/index-task.tar.gz for docker image index-task
[task 2025-01-15T15:15:49.199Z] 2025-01-15 15:15:49,199 - DEBUG - Generating tasks for docker-image python
[task 2025-01-15T15:15:49.200Z] 2025-01-15 15:15:49,199 - INFO - Writing docker-contexts/python.tar.gz for docker image python
[task 2025-01-15T15:15:49.218Z] 2025-01-15 15:15:49,217 - DEBUG - Generating tasks for docker-image run-task
[task 2025-01-15T15:15:49.219Z] 2025-01-15 15:15:49,218 - INFO - Writing docker-contexts/run-task.tar.gz for docker image run-task
[task 2025-01-15T15:15:49.236Z] 2025-01-15 15:15:49,236 - DEBUG - Generating tasks for docker-image skopeo
[task 2025-01-15T15:15:49.237Z] 2025-01-15 15:15:49,236 - INFO - Writing docker-contexts/skopeo.tar.gz for docker image skopeo
[task 2025-01-15T15:15:49.257Z] 2025-01-15 15:15:49,257 - INFO - Generated 6 tasks for kind docker-image
[task 2025-01-15T15:15:49.257Z] 2025-01-15 15:15:49,257 - DEBUG - Loading tasks for kind fetch
[task 2025-01-15T15:15:49.261Z] 2025-01-15 15:15:49,261 - DEBUG - Generating tasks for fetch codecov-uploader
[task 2025-01-15T15:15:49.263Z] 2025-01-15 15:15:49,262 - INFO - Generated 1 tasks for kind fetch
[task 2025-01-15T15:15:49.263Z] 2025-01-15 15:15:49,263 - DEBUG - Loading tasks for kind push-image
[task 2025-01-15T15:15:49.268Z] 2025-01-15 15:15:49,266 - DEBUG - Generating tasks for push-image decision
[task 2025-01-15T15:15:49.268Z] 2025-01-15 15:15:49,266 - DEBUG - Generating tasks for push-image run-task
[task 2025-01-15T15:15:49.268Z] 2025-01-15 15:15:49,267 - INFO - Generated 2 tasks for kind push-image
[task 2025-01-15T15:15:49.268Z] 2025-01-15 15:15:49,268 - DEBUG - Loading tasks for kind test
[task 2025-01-15T15:15:49.271Z] 2025-01-15 15:15:49,270 - DEBUG - Generating tasks for test unit
[task 2025-01-15T15:15:49.275Z] 2025-01-15 15:15:49,274 - INFO - Generated 6 tasks for kind test
[task 2025-01-15T15:15:49.275Z] 2025-01-15 15:15:49,275 - DEBUG - Loading tasks for kind codecov
[task 2025-01-15T15:15:49.277Z] 2025-01-15 15:15:49,277 - DEBUG - Generating tasks for codecov upload
[task 2025-01-15T15:15:49.279Z] 2025-01-15 15:15:49,279 - INFO - Generated 1 tasks for kind codecov
[task 2025-01-15T15:15:49.279Z] 2025-01-15 15:15:49,279 - INFO - Generating full task graph
[task 2025-01-15T15:15:49.279Z] 2025-01-15 15:15:49,279 - INFO - Full task graph contains 18 tasks and 22 dependencies
[task 2025-01-15T15:15:49.280Z] 2025-01-15 15:15:49,280 - INFO - writing artifact file `full-task-graph.json`
[task 2025-01-15T15:15:49.284Z] 2025-01-15 15:15:49,284 - INFO - writing artifact file `runnable-jobs.json`
[task 2025-01-15T15:15:49.285Z] 2025-01-15 15:15:49,285 - INFO - Generating target task set
[task 2025-01-15T15:15:49.285Z] 2025-01-15 15:15:49,285 - INFO - Filter filter_target_tasks pruned 9 tasks (9 remain)
[task 2025-01-15T15:15:49.285Z] 2025-01-15 15:15:49,285 - INFO - writing artifact file `target-tasks.json`
[task 2025-01-15T15:15:49.286Z] 2025-01-15 15:15:49,286 - INFO - Generating target task graph
[task 2025-01-15T15:15:49.286Z] 2025-01-15 15:15:49,286 - INFO - Adding 6 tasks with `always_target` attribute
[task 2025-01-15T15:15:49.286Z] 2025-01-15 15:15:49,286 - INFO - Generating optimized task graph
[task 2025-01-15T15:15:49.287Z] 2025-01-15 15:15:49,286 - DEBUG - optimize: check-type kept because of never
[task 2025-01-15T15:15:49.287Z] 2025-01-15 15:15:49,287 - DEBUG - optimize: codecov-upload kept because of never
[task 2025-01-15T15:15:49.287Z] 2025-01-15 15:15:49,287 - DEBUG - optimize: doc-generate kept because of never
[task 2025-01-15T15:15:49.287Z] 2025-01-15 15:15:49,287 - DEBUG - optimize: docker-image-decision kept because of index-search (index-search)
[task 2025-01-15T15:15:49.287Z] 2025-01-15 15:15:49,287 - DEBUG - optimize: docker-image-index-task kept because of index-search (index-search)
[task 2025-01-15T15:15:49.287Z] 2025-01-15 15:15:49,287 - DEBUG - optimize: docker-image-run-task kept because of dependent tasks
[task 2025-01-15T15:15:49.287Z] 2025-01-15 15:15:49,287 - DEBUG - optimize: docker-image-skopeo kept because of index-search (index-search)
[task 2025-01-15T15:15:49.287Z] 2025-01-15 15:15:49,287 - DEBUG - optimize: fetch-codecov-uploader kept because of dependent tasks
[task 2025-01-15T15:15:49.287Z] 2025-01-15 15:15:49,287 - DEBUG - optimize: test-unit-py310 kept because of dependent tasks
[task 2025-01-15T15:15:49.287Z] 2025-01-15 15:15:49,287 - DEBUG - optimize: test-unit-py311 kept because of dependent tasks
[task 2025-01-15T15:15:49.287Z] 2025-01-15 15:15:49,287 - DEBUG - optimize: test-unit-py312 kept because of dependent tasks
[task 2025-01-15T15:15:49.288Z] 2025-01-15 15:15:49,287 - DEBUG - optimize: test-unit-py313 kept because of dependent tasks
[task 2025-01-15T15:15:49.288Z] 2025-01-15 15:15:49,288 - DEBUG - optimize: test-unit-py38 kept because of dependent tasks
[task 2025-01-15T15:15:49.288Z] 2025-01-15 15:15:49,288 - DEBUG - optimize: test-unit-py39 kept because of dependent tasks
[task 2025-01-15T15:15:49.288Z] 2025-01-15 15:15:49,288 - DEBUG - optimize: docker-image-fetch kept because of dependent tasks
[task 2025-01-15T15:15:49.288Z] 2025-01-15 15:15:49,288 - DEBUG - optimize: docker-image-python kept because of dependent tasks
[task 2025-01-15T15:15:49.288Z] 2025-01-15 15:15:49,288 - INFO - No tasks removed during optimization
[task 2025-01-15T15:15:49.289Z] 2025-01-15 15:15:49,288 - DEBUG - Running in Taskcluster instance https://firefox-ci-tc.services.mozilla.com with taskcluster-proxy
[task 2025-01-15T15:15:49.291Z] 2025-01-15 15:15:49,291 - DEBUG - Starting new HTTPS connection (1): firefox-ci-tc.services.mozilla.com:443
[task 2025-01-15T15:15:49.315Z] 2025-01-15 15:15:49,315 - DEBUG - https://firefox-ci-tc.services.mozilla.com:443 "POST /api/index/v1/tasks/indexes HTTP/11" 200 None
[task 2025-01-15T15:15:49.333Z] 2025-01-15 15:15:49,333 - DEBUG - https://firefox-ci-tc.services.mozilla.com:443 "POST /api/queue/v1/tasks/status HTTP/11" 200 None
[task 2025-01-15T15:15:49.334Z] 2025-01-15 15:15:49,334 - DEBUG - replace_tasks: docker-image-fetch
[task 2025-01-15T15:15:49.336Z] 2025-01-15 15:15:49,336 - DEBUG - replace_tasks: docker-image-fetch replaced with EyWTfxY1Su6mFLUBtwbGdQ by optimization strategy
[task 2025-01-15T15:15:49.336Z] 2025-01-15 15:15:49,336 - DEBUG - replace_tasks: docker-image-index-task
[task 2025-01-15T15:15:49.336Z] 2025-01-15 15:15:49,336 - DEBUG - replace_tasks: docker-image-index-task replaced with FiBt4k8RRkCzvN1aRBkEvQ by optimization strategy
[task 2025-01-15T15:15:49.336Z] 2025-01-15 15:15:49,336 - DEBUG - replace_tasks: docker-image-python
[task 2025-01-15T15:15:49.337Z] 2025-01-15 15:15:49,337 - DEBUG - replace_tasks: docker-image-python replaced with ehzul7LuSHCIxhRi-qyLgw by optimization strategy
[task 2025-01-15T15:15:49.337Z] 2025-01-15 15:15:49,337 - DEBUG - replace_tasks: docker-image-run-task
[task 2025-01-15T15:15:49.337Z] 2025-01-15 15:15:49,337 - DEBUG - replace_tasks: docker-image-run-task replaced with ZSEXjk25S9-AH0L4rPusSw by optimization strategy
[task 2025-01-15T15:15:49.337Z] 2025-01-15 15:15:49,337 - DEBUG - replace_tasks: docker-image-skopeo
[task 2025-01-15T15:15:49.337Z] 2025-01-15 15:15:49,337 - DEBUG - replace_tasks: docker-image-skopeo replaced with MyB0JkKoR_OFChYyr7Y64A by optimization strategy
[task 2025-01-15T15:15:49.337Z] 2025-01-15 15:15:49,337 - DEBUG - replace_tasks: fetch-codecov-uploader
[task 2025-01-15T15:15:49.338Z] 2025-01-15 15:15:49,337 - DEBUG - replace_tasks: fetch-codecov-uploader replaced with TZDR9GmpRgqmvoz_7DW6IQ by optimization strategy
[task 2025-01-15T15:15:49.338Z] 2025-01-15 15:15:49,338 - DEBUG - replace_tasks: test-unit-py310
[task 2025-01-15T15:15:49.338Z] 2025-01-15 15:15:49,338 - DEBUG - replace_tasks: test-unit-py310 kept by optimization strategy
[task 2025-01-15T15:15:49.338Z] 2025-01-15 15:15:49,338 - DEBUG - replace_tasks: test-unit-py311
[task 2025-01-15T15:15:49.338Z] 2025-01-15 15:15:49,338 - DEBUG - replace_tasks: test-unit-py311 kept by optimization strategy
[task 2025-01-15T15:15:49.338Z] 2025-01-15 15:15:49,338 - DEBUG - replace_tasks: test-unit-py312
[task 2025-01-15T15:15:49.338Z] 2025-01-15 15:15:49,338 - DEBUG - replace_tasks: test-unit-py312 kept by optimization strategy
[task 2025-01-15T15:15:49.338Z] 2025-01-15 15:15:49,338 - DEBUG - replace_tasks: test-unit-py313
[task 2025-01-15T15:15:49.339Z] 2025-01-15 15:15:49,339 - DEBUG - replace_tasks: test-unit-py313 kept by optimization strategy
[task 2025-01-15T15:15:49.339Z] 2025-01-15 15:15:49,339 - DEBUG - replace_tasks: test-unit-py38
[task 2025-01-15T15:15:49.339Z] 2025-01-15 15:15:49,339 - DEBUG - replace_tasks: test-unit-py38 kept by optimization strategy
[task 2025-01-15T15:15:49.339Z] 2025-01-15 15:15:49,339 - DEBUG - replace_tasks: test-unit-py39
[task 2025-01-15T15:15:49.339Z] 2025-01-15 15:15:49,339 - DEBUG - replace_tasks: test-unit-py39 kept by optimization strategy
[task 2025-01-15T15:15:49.339Z] 2025-01-15 15:15:49,339 - DEBUG - replace_tasks: check-type
[task 2025-01-15T15:15:49.339Z] 2025-01-15 15:15:49,339 - DEBUG - replace_tasks: check-type kept by optimization strategy
[task 2025-01-15T15:15:49.339Z] 2025-01-15 15:15:49,339 - DEBUG - replace_tasks: codecov-upload
[task 2025-01-15T15:15:49.340Z] 2025-01-15 15:15:49,339 - DEBUG - replace_tasks: codecov-upload depends on an unreplaced or unremoved task
[task 2025-01-15T15:15:49.340Z] 2025-01-15 15:15:49,340 - DEBUG - replace_tasks: doc-generate
[task 2025-01-15T15:15:49.340Z] 2025-01-15 15:15:49,340 - DEBUG - replace_tasks: doc-generate kept by optimization strategy
[task 2025-01-15T15:15:49.340Z] 2025-01-15 15:15:49,340 - DEBUG - replace_tasks: docker-image-decision
[task 2025-01-15T15:15:49.340Z] 2025-01-15 15:15:49,340 - DEBUG - replace_tasks: docker-image-decision kept by optimization strategy
[task 2025-01-15T15:15:49.340Z] 2025-01-15 15:15:49,340 - INFO - Replaced 6 tasks by index-search (index-search) during optimization.
[task 2025-01-15T15:15:49.342Z] 2025-01-15 15:15:49,342 - DEBUG - Morphing: adding index tasks
[task 2025-01-15T15:15:49.342Z] 2025-01-15 15:15:49,342 - DEBUG - Morphing: adding code review task
[task 2025-01-15T15:15:49.342Z] 2025-01-15 15:15:49,342 - INFO - writing artifact file `task-graph.json`
[task 2025-01-15T15:15:49.345Z] 2025-01-15 15:15:49,345 - INFO - writing artifact file `label-to-taskid.json`
[task 2025-01-15T15:15:49.347Z] 2025-01-15 15:15:49,347 - INFO - Creating task with taskId fUWWDIcCSfaTeoxAVRAPSw for test-unit-py310
[task 2025-01-15T15:15:49.349Z] 2025-01-15 15:15:49,349 - DEBUG - Starting new HTTP connection (1): taskcluster:80
[task 2025-01-15T15:15:49.350Z] 2025-01-15 15:15:49,350 - INFO - Creating task with taskId Q_cpm5NwR_KYlqEVBEogYg for doc-generate
[task 2025-01-15T15:15:49.352Z] 2025-01-15 15:15:49,352 - INFO - Creating task with taskId V9qA1VrcTsipEefJLw45vQ for test-unit-py311
[task 2025-01-15T15:15:49.355Z] 2025-01-15 15:15:49,354 - DEBUG - Starting new HTTP connection (2): taskcluster:80
[task 2025-01-15T15:15:49.355Z] 2025-01-15 15:15:49,355 - INFO - Creating task with taskId EWVKblv_QfeRW4AiWTS2zw for check-type
[task 2025-01-15T15:15:49.356Z] 2025-01-15 15:15:49,356 - DEBUG - Starting new HTTP connection (3): taskcluster:80
[task 2025-01-15T15:15:49.358Z] 2025-01-15 15:15:49,358 - DEBUG - Starting new HTTP connection (4): taskcluster:80
[task 2025-01-15T15:15:49.360Z] 2025-01-15 15:15:49,360 - INFO - Creating task with taskId GB2pMoXpQ-qdP7IgcNpsPw for test-unit-py312
[task 2025-01-15T15:15:49.362Z] 2025-01-15 15:15:49,362 - DEBUG - Starting new HTTP connection (5): taskcluster:80
[task 2025-01-15T15:15:49.364Z] 2025-01-15 15:15:49,363 - INFO - Creating task with taskId U6WAiMwVQvKLWU1auGWZzA for docker-image-decision
[task 2025-01-15T15:15:49.365Z] 2025-01-15 15:15:49,365 - DEBUG - Starting new HTTP connection (6): taskcluster:80
[task 2025-01-15T15:15:49.368Z] 2025-01-15 15:15:49,368 - INFO - Creating task with taskId SBBEqESPQCCrcANoC463Mg for test-unit-py39
[task 2025-01-15T15:15:49.372Z] 2025-01-15 15:15:49,372 - DEBUG - Starting new HTTP connection (7): taskcluster:80
[task 2025-01-15T15:15:49.375Z] 2025-01-15 15:15:49,375 - INFO - Creating task with taskId RzRMY0OcSfCNmbj1GjFbPw for test-unit-py313
[task 2025-01-15T15:15:49.379Z] 2025-01-15 15:15:49,379 - DEBUG - Starting new HTTP connection (8): taskcluster:80
[task 2025-01-15T15:15:49.381Z] 2025-01-15 15:15:49,381 - INFO - Creating task with taskId JKxOpgunRNmOECeEihKX9w for test-unit-py38
[task 2025-01-15T15:15:49.384Z] 2025-01-15 15:15:49,384 - DEBUG - Starting new HTTP connection (9): taskcluster:80
[task 2025-01-15T15:15:49.443Z] 2025-01-15 15:15:49,443 - DEBUG - http://taskcluster:80 "PUT /queue/v1/task/EWVKblv_QfeRW4AiWTS2zw HTTP/11" 200 434
[task 2025-01-15T15:15:49.446Z] 2025-01-15 15:15:49,445 - DEBUG - http://taskcluster:80 "PUT /queue/v1/task/RzRMY0OcSfCNmbj1GjFbPw HTTP/11" 200 434
[task 2025-01-15T15:15:49.447Z] 2025-01-15 15:15:49,447 - DEBUG - http://taskcluster:80 "PUT /queue/v1/task/Q_cpm5NwR_KYlqEVBEogYg HTTP/11" 200 434
[task 2025-01-15T15:15:49.449Z] 2025-01-15 15:15:49,449 - DEBUG - http://taskcluster:80 "PUT /queue/v1/task/V9qA1VrcTsipEefJLw45vQ HTTP/11" 200 434
[task 2025-01-15T15:15:49.450Z] 2025-01-15 15:15:49,450 - DEBUG - http://taskcluster:80 "PUT /queue/v1/task/SBBEqESPQCCrcANoC463Mg HTTP/11" 200 434
[task 2025-01-15T15:15:49.472Z] 2025-01-15 15:15:49,472 - DEBUG - http://taskcluster:80 "PUT /queue/v1/task/fUWWDIcCSfaTeoxAVRAPSw HTTP/11" 200 434
[task 2025-01-15T15:15:49.474Z] 2025-01-15 15:15:49,474 - DEBUG - http://taskcluster:80 "PUT /queue/v1/task/U6WAiMwVQvKLWU1auGWZzA HTTP/11" 200 436
[task 2025-01-15T15:15:49.478Z] 2025-01-15 15:15:49,478 - DEBUG - http://taskcluster:80 "PUT /queue/v1/task/JKxOpgunRNmOECeEihKX9w HTTP/11" 200 434
[task 2025-01-15T15:15:49.480Z] 2025-01-15 15:15:49,480 - DEBUG - http://taskcluster:80 "PUT /queue/v1/task/GB2pMoXpQ-qdP7IgcNpsPw HTTP/11" 200 434
[task 2025-01-15T15:15:49.482Z] 2025-01-15 15:15:49,481 - INFO - Creating task with taskId HG1rYIFtTR-fScbEh_-w5g for codecov-upload
[task 2025-01-15T15:15:49.543Z] 2025-01-15 15:15:49,543 - DEBUG - http://taskcluster:80 "PUT /queue/v1/task/HG1rYIFtTR-fScbEh_-w5g HTTP/11" 200 434
[taskcluster 2025-01-15 15:15:49.763Z] === Task Finished ===
[taskcluster 2025-01-15 15:15:51.744Z] Successful task run with exit code: 0 completed in 7.631 seconds