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

refactor: create new 'pytest-taskgraph' package to house test fixtures #613

Merged
merged 1 commit into from
Dec 12, 2024

test: create new 'pytest-taskgraph' package to house test fixtures

e8b03a8
Select commit
Loading
Failed to load commit list.
Merged

refactor: create new 'pytest-taskgraph' package to house test fixtures #613

test: create new 'pytest-taskgraph' package to house test fixtures
e8b03a8
Select commit
Loading
Failed to load commit list.
firefoxci-taskcluster / Decision Task succeeded Dec 11, 2024 in 1m 42s

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: 2024-12-11T22:05:32.912Z
Resolved: 2024-12-11T22:05:54.998Z
Task Execution Time: 22 seconds, 86 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 2024-12-11 22:05:33.006Z] Task ID: ICS41NBMT8G_IUT00GHpFA
[taskcluster 2024-12-11 22:05:33.006Z] Worker ID: 579674142580126349
[taskcluster 2024-12-11 22:05:33.006Z] Worker Group: us-central1-b
[taskcluster 2024-12-11 22:05:33.006Z] Worker Node Type: projects/887720501152/machineTypes/n2-standard-2
[taskcluster 2024-12-11 22:05:33.006Z] Worker Pool: taskgraph-1/decision-gcp
[taskcluster 2024-12-11 22:05:33.006Z] Worker Version: 38.0.5
[taskcluster 2024-12-11 22:05:33.006Z] Public IP: 35.184.8.20
[taskcluster 2024-12-11 22:05:33.006Z] Hostname: taskgraph-1-decision-gcp-h4g8yypttg6jz2tx5gtppa
[taskcluster 2024-12-11 22:05:33.006Z] using cache "taskgraph-level-1-checkouts-sparse-v2" -> /builds/worker/checkouts

eb45b407d1cc - Started downloading
51ef4d363c0b - Started downloading
258767289e45 - Started downloading
51ef4d363c0b - Downloaded in 0.115 seconds
2a936e0a7084 - Started downloading
2a936e0a7084 - Downloaded in 0.001 seconds
eb45b407d1cc - Downloaded in 0.58 seconds
258767289e45 - Downloaded in 1.517 seconds
Digest: sha256:756d6edd4c60e1c58132a667273e3cb6113bde3d7a4a3f7b326b375caf53eb81
Status: Downloaded newer image for mozillareleases/taskgraph:decision-latest

...(84 lines hidden)...

[task 2024-12-11T22:05:51.090Z] 2024-12-11 22:05:51,090 - INFO - Using Parameters(id=2c181569df9b) (from defaults)
[task 2024-12-11T22:05:51.091Z] 2024-12-11 22:05:51,091 - DEBUG - Dumping parameters:
[task 2024-12-11T22:05:51.092Z] { 'base_ref': 'main',
[task 2024-12-11T22:05:51.092Z]   'base_repository': 'https://github.com/taskcluster/taskgraph',
[task 2024-12-11T22:05:51.093Z]   'base_rev': '33803c5d1ae3c4f817002bb77fe0e3a7547e24bb',
[task 2024-12-11T22:05:51.093Z]   'build_date': 1733954751,
[task 2024-12-11T22:05:51.095Z]   'build_number': 1,
[task 2024-12-11T22:05:51.095Z]   'do_not_optimize': [],
[task 2024-12-11T22:05:51.096Z]   'enable_always_target': True,
[task 2024-12-11T22:05:51.096Z]   'existing_tasks': {},
[task 2024-12-11T22:05:51.096Z]   'files_changed': [ '.github/workflows/pypi-publish.yml',
[task 2024-12-11T22:05:51.096Z]                      'CONTRIBUTING.rst',
[task 2024-12-11T22:05:51.097Z]                      'packages/pytest-taskgraph/README.md',
[task 2024-12-11T22:05:51.097Z]                      'packages/pytest-taskgraph/pyproject.toml',
[task 2024-12-11T22:05:51.097Z]                      'packages/pytest-taskgraph/src/pytest_taskgraph/__init__.py',
[task 2024-12-11T22:05:51.097Z]                      'packages/pytest-taskgraph/src/pytest_taskgraph/fixtures/gen.py',
[task 2024-12-11T22:05:51.097Z]                      'packages/pytest-taskgraph/src/pytest_taskgraph/fixtures/vcs.py',
[task 2024-12-11T22:05:51.097Z]                      'packages/pytest-taskgraph/uv.lock',
[task 2024-12-11T22:05:51.097Z]                      'pyproject.toml',
[task 2024-12-11T22:05:51.097Z]                      'taskcluster/config.yml',
[task 2024-12-11T22:05:51.097Z]                      'taskcluster/docker/decision/Dockerfile',
[task 2024-12-11T22:05:51.097Z]                      'taskcluster/self_taskgraph/__init__.py',
[task 2024-12-11T22:05:51.097Z]                      'taskcluster/self_taskgraph/custom_parameters.py',
[task 2024-12-11T22:05:51.097Z]                      'taskcluster/self_taskgraph/custom_target_tasks.py',
[task 2024-12-11T22:05:51.097Z]                      'taskcluster/test/params/main-repo-release-pytest-taskgraph.yml',
[task 2024-12-11T22:05:51.097Z]                      'taskcluster/test/params/main-repo-release-taskcluster-taskgraph.yml',
[task 2024-12-11T22:05:51.097Z]                      'taskcluster/test/params/main-repo-release.yml',
[task 2024-12-11T22:05:51.097Z]                      'test/conftest.py',
[task 2024-12-11T22:05:51.097Z]                      'test/fixtures/gen.py',
[task 2024-12-11T22:05:51.097Z]                      'test/fixtures/vcs.py',
[task 2024-12-11T22:05:51.097Z]                      'test/test_actions_rebuild_cached_tasks.py',
[task 2024-12-11T22:05:51.097Z]                      'test/test_generator.py',
[task 2024-12-11T22:05:51.097Z]                      'test/test_optimize.py',
[task 2024-12-11T22:05:51.097Z]                      'test/test_optimize_strategies.py',
[task 2024-12-11T22:05:51.097Z]                      'test/test_transform_task_context.py',
[task 2024-12-11T22:05:51.097Z]                      'test/test_transforms_cached_tasks.py',
[task 2024-12-11T22:05:51.097Z]                      'test/test_transforms_from_deps.py',
[task 2024-12-11T22:05:51.097Z]                      'test/test_transforms_task.py',
[task 2024-12-11T22:05:51.097Z]                      'test/test_util_dependencies.py',
[task 2024-12-11T22:05:51.097Z]                      'test/test_util_verify.py',
[task 2024-12-11T22:05:51.097Z]                      'uv.lock'],
[task 2024-12-11T22:05:51.097Z]   'filters': ['target_tasks_method'],
[task 2024-12-11T22:05:51.097Z]   'head_ref': 'push-yxzwkuysqytn',
[task 2024-12-11T22:05:51.097Z]   'head_repository': 'https://github.com/ahal/taskgraph',
[task 2024-12-11T22:05:51.097Z]   'head_rev': 'e8b03a805e0631e5fca7909ac25545f35af67104',
[task 2024-12-11T22:05:51.097Z]   'head_tag': '',
[task 2024-12-11T22:05:51.097Z]   'level': '1',
[task 2024-12-11T22:05:51.097Z]   'moz_build_date': '20241211220551',
[task 2024-12-11T22:05:51.097Z]   'next_version': None,
[task 2024-12-11T22:05:51.097Z]   'optimize_strategies': None,
[task 2024-12-11T22:05:51.097Z]   'optimize_target_tasks': True,
[task 2024-12-11T22:05:51.097Z]   'owner': '[email protected]',
[task 2024-12-11T22:05:51.097Z]   'project': 'taskgraph',
[task 2024-12-11T22:05:51.097Z]   'pushdate': 0,
[task 2024-12-11T22:05:51.097Z]   'pushlog_id': '0',
[task 2024-12-11T22:05:51.097Z]   'repository_type': 'git',
[task 2024-12-11T22:05:51.097Z]   'target_tasks_method': 'default',
[task 2024-12-11T22:05:51.097Z]   'tasks_for': 'github-pull-request',
[task 2024-12-11T22:05:51.097Z]   'version': None}
[task 2024-12-11T22:05:51.097Z] 2024-12-11 22:05:51,091 - INFO - writing artifact file `parameters.yml`
[task 2024-12-11T22:05:51.101Z] 2024-12-11 22:05:51,101 - INFO - writing artifact file `actions.json`
[task 2024-12-11T22:05:51.102Z] 2024-12-11 22:05:51,102 - INFO - Loading kinds
[task 2024-12-11T22:05:51.103Z] 2024-12-11 22:05:51,103 - DEBUG - loading kind `test` from `taskcluster/kinds/test`
[task 2024-12-11T22:05:51.104Z] 2024-12-11 22:05:51,103 - DEBUG - loading kind `docker-image` from `taskcluster/kinds/docker-image`
[task 2024-12-11T22:05:51.104Z] 2024-12-11 22:05:51,104 - DEBUG - loading kind `push-image` from `taskcluster/kinds/push-image`
[task 2024-12-11T22:05:51.105Z] 2024-12-11 22:05:51,105 - DEBUG - loading kind `codecov` from `taskcluster/kinds/codecov`
[task 2024-12-11T22:05:51.106Z] 2024-12-11 22:05:51,106 - DEBUG - loading kind `check` from `taskcluster/kinds/check`
[task 2024-12-11T22:05:51.106Z] 2024-12-11 22:05:51,106 - DEBUG - loading kind `doc` from `taskcluster/kinds/doc`
[task 2024-12-11T22:05:51.107Z] 2024-12-11 22:05:51,107 - DEBUG - loading kind `fetch` from `taskcluster/kinds/fetch`
[task 2024-12-11T22:05:51.107Z] 2024-12-11 22:05:51,107 - INFO - Generating full task set
[task 2024-12-11T22:05:51.107Z] 2024-12-11 22:05:51,107 - DEBUG - Loading tasks for kind check
[task 2024-12-11T22:05:51.122Z] 2024-12-11 22:05:51,122 - DEBUG - Generating tasks for check type
[task 2024-12-11T22:05:51.123Z] 2024-12-11 22:05:51,123 - INFO - Generated 1 tasks for kind check
[task 2024-12-11T22:05:51.123Z] 2024-12-11 22:05:51,123 - DEBUG - Loading tasks for kind doc
[task 2024-12-11T22:05:51.125Z] 2024-12-11 22:05:51,125 - DEBUG - Generating tasks for doc generate
[task 2024-12-11T22:05:51.126Z] 2024-12-11 22:05:51,126 - INFO - Generated 1 tasks for kind doc
[task 2024-12-11T22:05:51.126Z] 2024-12-11 22:05:51,126 - DEBUG - Loading tasks for kind docker-image
[task 2024-12-11T22:05:51.127Z] 2024-12-11 22:05:51,127 - DEBUG - Generating tasks for docker-image decision
[task 2024-12-11T22:05:51.127Z] 2024-12-11 22:05:51,127 - INFO - Writing docker-contexts/decision.tar.gz for docker image decision
[task 2024-12-11T22:05:51.226Z] 2024-12-11 22:05:51,225 - DEBUG - Generating tasks for docker-image fetch
[task 2024-12-11T22:05:51.226Z] 2024-12-11 22:05:51,226 - INFO - Writing docker-contexts/fetch.tar.gz for docker image fetch
[task 2024-12-11T22:05:51.238Z] 2024-12-11 22:05:51,237 - DEBUG - Generating tasks for docker-image index-task
[task 2024-12-11T22:05:51.238Z] 2024-12-11 22:05:51,238 - INFO - Writing docker-contexts/index-task.tar.gz for docker image index-task
[task 2024-12-11T22:05:51.240Z] 2024-12-11 22:05:51,240 - DEBUG - Generating tasks for docker-image python
[task 2024-12-11T22:05:51.240Z] 2024-12-11 22:05:51,240 - INFO - Writing docker-contexts/python.tar.gz for docker image python
[task 2024-12-11T22:05:51.257Z] 2024-12-11 22:05:51,257 - DEBUG - Generating tasks for docker-image run-task
[task 2024-12-11T22:05:51.257Z] 2024-12-11 22:05:51,257 - INFO - Writing docker-contexts/run-task.tar.gz for docker image run-task
[task 2024-12-11T22:05:51.274Z] 2024-12-11 22:05:51,274 - DEBUG - Generating tasks for docker-image skopeo
[task 2024-12-11T22:05:51.274Z] 2024-12-11 22:05:51,274 - INFO - Writing docker-contexts/skopeo.tar.gz for docker image skopeo
[task 2024-12-11T22:05:51.294Z] 2024-12-11 22:05:51,294 - INFO - Generated 6 tasks for kind docker-image
[task 2024-12-11T22:05:51.294Z] 2024-12-11 22:05:51,294 - DEBUG - Loading tasks for kind fetch
[task 2024-12-11T22:05:51.297Z] 2024-12-11 22:05:51,297 - DEBUG - Generating tasks for fetch codecov-uploader
[task 2024-12-11T22:05:51.298Z] 2024-12-11 22:05:51,298 - INFO - Generated 1 tasks for kind fetch
[task 2024-12-11T22:05:51.298Z] 2024-12-11 22:05:51,298 - DEBUG - Loading tasks for kind push-image
[task 2024-12-11T22:05:51.301Z] 2024-12-11 22:05:51,301 - DEBUG - Generating tasks for push-image decision
[task 2024-12-11T22:05:51.301Z] 2024-12-11 22:05:51,301 - DEBUG - Generating tasks for push-image run-task
[task 2024-12-11T22:05:51.302Z] 2024-12-11 22:05:51,302 - INFO - Generated 2 tasks for kind push-image
[task 2024-12-11T22:05:51.302Z] 2024-12-11 22:05:51,302 - DEBUG - Loading tasks for kind test
[task 2024-12-11T22:05:51.304Z] 2024-12-11 22:05:51,304 - DEBUG - Generating tasks for test unit
[task 2024-12-11T22:05:51.308Z] 2024-12-11 22:05:51,308 - INFO - Generated 6 tasks for kind test
[task 2024-12-11T22:05:51.308Z] 2024-12-11 22:05:51,308 - DEBUG - Loading tasks for kind codecov
[task 2024-12-11T22:05:51.311Z] 2024-12-11 22:05:51,311 - DEBUG - Generating tasks for codecov upload
[task 2024-12-11T22:05:51.312Z] 2024-12-11 22:05:51,312 - INFO - Generated 1 tasks for kind codecov
[task 2024-12-11T22:05:51.312Z] 2024-12-11 22:05:51,312 - INFO - Generating full task graph
[task 2024-12-11T22:05:51.312Z] 2024-12-11 22:05:51,312 - INFO - Full task graph contains 18 tasks and 22 dependencies
[task 2024-12-11T22:05:51.313Z] 2024-12-11 22:05:51,313 - INFO - writing artifact file `full-task-graph.json`
[task 2024-12-11T22:05:51.317Z] 2024-12-11 22:05:51,317 - INFO - writing artifact file `runnable-jobs.json`
[task 2024-12-11T22:05:51.318Z] 2024-12-11 22:05:51,318 - INFO - Generating target task set
[task 2024-12-11T22:05:51.318Z] 2024-12-11 22:05:51,318 - INFO - Filter filter_target_tasks pruned 9 tasks (9 remain)
[task 2024-12-11T22:05:51.318Z] 2024-12-11 22:05:51,318 - INFO - writing artifact file `target-tasks.json`
[task 2024-12-11T22:05:51.318Z] 2024-12-11 22:05:51,318 - INFO - Generating target task graph
[task 2024-12-11T22:05:51.319Z] 2024-12-11 22:05:51,318 - INFO - Adding 6 tasks with `always_target` attribute
[task 2024-12-11T22:05:51.319Z] 2024-12-11 22:05:51,319 - INFO - Generating optimized task graph
[task 2024-12-11T22:05:51.319Z] 2024-12-11 22:05:51,319 - DEBUG - optimize: check-type kept because of never
[task 2024-12-11T22:05:51.319Z] 2024-12-11 22:05:51,319 - DEBUG - optimize: codecov-upload kept because of never
[task 2024-12-11T22:05:51.319Z] 2024-12-11 22:05:51,319 - DEBUG - optimize: doc-generate kept because of never
[task 2024-12-11T22:05:51.319Z] 2024-12-11 22:05:51,319 - DEBUG - optimize: docker-image-decision kept because of index-search (index-search)
[task 2024-12-11T22:05:51.320Z] 2024-12-11 22:05:51,320 - DEBUG - optimize: docker-image-index-task kept because of index-search (index-search)
[task 2024-12-11T22:05:51.320Z] 2024-12-11 22:05:51,320 - DEBUG - optimize: docker-image-run-task kept because of dependent tasks
[task 2024-12-11T22:05:51.320Z] 2024-12-11 22:05:51,320 - DEBUG - optimize: docker-image-skopeo kept because of index-search (index-search)
[task 2024-12-11T22:05:51.320Z] 2024-12-11 22:05:51,320 - DEBUG - optimize: fetch-codecov-uploader kept because of dependent tasks
[task 2024-12-11T22:05:51.320Z] 2024-12-11 22:05:51,320 - DEBUG - optimize: test-unit-py310 kept because of dependent tasks
[task 2024-12-11T22:05:51.320Z] 2024-12-11 22:05:51,320 - DEBUG - optimize: test-unit-py311 kept because of dependent tasks
[task 2024-12-11T22:05:51.320Z] 2024-12-11 22:05:51,320 - DEBUG - optimize: test-unit-py312 kept because of dependent tasks
[task 2024-12-11T22:05:51.320Z] 2024-12-11 22:05:51,320 - DEBUG - optimize: test-unit-py313 kept because of dependent tasks
[task 2024-12-11T22:05:51.321Z] 2024-12-11 22:05:51,320 - DEBUG - optimize: test-unit-py38 kept because of dependent tasks
[task 2024-12-11T22:05:51.321Z] 2024-12-11 22:05:51,321 - DEBUG - optimize: test-unit-py39 kept because of dependent tasks
[task 2024-12-11T22:05:51.321Z] 2024-12-11 22:05:51,321 - DEBUG - optimize: docker-image-fetch kept because of dependent tasks
[task 2024-12-11T22:05:51.321Z] 2024-12-11 22:05:51,321 - DEBUG - optimize: docker-image-python kept because of dependent tasks
[task 2024-12-11T22:05:51.321Z] 2024-12-11 22:05:51,321 - INFO - No tasks removed during optimization
[task 2024-12-11T22:05:51.321Z] 2024-12-11 22:05:51,321 - DEBUG - Running in Taskcluster instance https://firefox-ci-tc.services.mozilla.com with taskcluster-proxy
[task 2024-12-11T22:05:51.324Z] 2024-12-11 22:05:51,324 - DEBUG - Starting new HTTPS connection (1): firefox-ci-tc.services.mozilla.com:443
[task 2024-12-11T22:05:51.408Z] 2024-12-11 22:05:51,408 - DEBUG - https://firefox-ci-tc.services.mozilla.com:443 "POST /api/index/v1/tasks/indexes HTTP/11" 200 None
[task 2024-12-11T22:05:51.479Z] 2024-12-11 22:05:51,479 - DEBUG - https://firefox-ci-tc.services.mozilla.com:443 "POST /api/queue/v1/tasks/status HTTP/11" 200 None
[task 2024-12-11T22:05:51.480Z] 2024-12-11 22:05:51,480 - DEBUG - replace_tasks: docker-image-fetch
[task 2024-12-11T22:05:51.482Z] 2024-12-11 22:05:51,482 - DEBUG - replace_tasks: docker-image-fetch replaced with SaX201MmQo6LOMJ8wTXAHw by optimization strategy
[task 2024-12-11T22:05:51.482Z] 2024-12-11 22:05:51,482 - DEBUG - replace_tasks: docker-image-index-task
[task 2024-12-11T22:05:51.482Z] 2024-12-11 22:05:51,482 - DEBUG - replace_tasks: docker-image-index-task replaced with FiBt4k8RRkCzvN1aRBkEvQ by optimization strategy
[task 2024-12-11T22:05:51.482Z] 2024-12-11 22:05:51,482 - DEBUG - replace_tasks: docker-image-python
[task 2024-12-11T22:05:51.483Z] 2024-12-11 22:05:51,483 - DEBUG - replace_tasks: docker-image-python replaced with G-vMRQvDQKi3FxMT0LpA5w by optimization strategy
[task 2024-12-11T22:05:51.483Z] 2024-12-11 22:05:51,483 - DEBUG - replace_tasks: docker-image-run-task
[task 2024-12-11T22:05:51.483Z] 2024-12-11 22:05:51,483 - DEBUG - replace_tasks: docker-image-run-task replaced with duwI4NC3TH-PGZNI5ygCNw by optimization strategy
[task 2024-12-11T22:05:51.483Z] 2024-12-11 22:05:51,483 - DEBUG - replace_tasks: docker-image-skopeo
[task 2024-12-11T22:05:51.483Z] 2024-12-11 22:05:51,483 - DEBUG - replace_tasks: docker-image-skopeo replaced with baLN3hOTQfGC_iROcXursw by optimization strategy
[task 2024-12-11T22:05:51.484Z] 2024-12-11 22:05:51,483 - DEBUG - replace_tasks: fetch-codecov-uploader
[task 2024-12-11T22:05:51.484Z] 2024-12-11 22:05:51,484 - DEBUG - replace_tasks: fetch-codecov-uploader replaced with Cv5W9wuySOGSyYS2PZ8y8w by optimization strategy
[task 2024-12-11T22:05:51.484Z] 2024-12-11 22:05:51,484 - DEBUG - replace_tasks: test-unit-py310
[task 2024-12-11T22:05:51.484Z] 2024-12-11 22:05:51,484 - DEBUG - replace_tasks: test-unit-py310 kept by optimization strategy
[task 2024-12-11T22:05:51.484Z] 2024-12-11 22:05:51,484 - DEBUG - replace_tasks: test-unit-py311
[task 2024-12-11T22:05:51.485Z] 2024-12-11 22:05:51,484 - DEBUG - replace_tasks: test-unit-py311 kept by optimization strategy
[task 2024-12-11T22:05:51.485Z] 2024-12-11 22:05:51,485 - DEBUG - replace_tasks: test-unit-py312
[task 2024-12-11T22:05:51.485Z] 2024-12-11 22:05:51,485 - DEBUG - replace_tasks: test-unit-py312 kept by optimization strategy
[task 2024-12-11T22:05:51.485Z] 2024-12-11 22:05:51,485 - DEBUG - replace_tasks: test-unit-py313
[task 2024-12-11T22:05:51.485Z] 2024-12-11 22:05:51,485 - DEBUG - replace_tasks: test-unit-py313 kept by optimization strategy
[task 2024-12-11T22:05:51.485Z] 2024-12-11 22:05:51,485 - DEBUG - replace_tasks: test-unit-py38
[task 2024-12-11T22:05:51.486Z] 2024-12-11 22:05:51,485 - DEBUG - replace_tasks: test-unit-py38 kept by optimization strategy
[task 2024-12-11T22:05:51.486Z] 2024-12-11 22:05:51,486 - DEBUG - replace_tasks: test-unit-py39
[task 2024-12-11T22:05:51.486Z] 2024-12-11 22:05:51,486 - DEBUG - replace_tasks: test-unit-py39 kept by optimization strategy
[task 2024-12-11T22:05:51.486Z] 2024-12-11 22:05:51,486 - DEBUG - replace_tasks: check-type
[task 2024-12-11T22:05:51.486Z] 2024-12-11 22:05:51,486 - DEBUG - replace_tasks: check-type kept by optimization strategy
[task 2024-12-11T22:05:51.486Z] 2024-12-11 22:05:51,486 - DEBUG - replace_tasks: codecov-upload
[task 2024-12-11T22:05:51.486Z] 2024-12-11 22:05:51,486 - DEBUG - replace_tasks: codecov-upload depends on an unreplaced or unremoved task
[task 2024-12-11T22:05:51.486Z] 2024-12-11 22:05:51,486 - DEBUG - replace_tasks: doc-generate
[task 2024-12-11T22:05:51.487Z] 2024-12-11 22:05:51,486 - DEBUG - replace_tasks: doc-generate kept by optimization strategy
[task 2024-12-11T22:05:51.487Z] 2024-12-11 22:05:51,487 - DEBUG - replace_tasks: docker-image-decision
[task 2024-12-11T22:05:51.487Z] 2024-12-11 22:05:51,487 - DEBUG - replace_tasks: docker-image-decision replaced with Kjaj4iLGRM2Y6qapek7QHQ by optimization strategy
[task 2024-12-11T22:05:51.487Z] 2024-12-11 22:05:51,487 - INFO - Replaced 7 tasks by index-search (index-search) during optimization.
[task 2024-12-11T22:05:51.488Z] 2024-12-11 22:05:51,488 - DEBUG - Morphing: adding index tasks
[task 2024-12-11T22:05:51.488Z] 2024-12-11 22:05:51,488 - DEBUG - Morphing: adding code review task
[task 2024-12-11T22:05:51.489Z] 2024-12-11 22:05:51,488 - INFO - writing artifact file `task-graph.json`
[task 2024-12-11T22:05:51.494Z] 2024-12-11 22:05:51,493 - INFO - writing artifact file `label-to-taskid.json`
[task 2024-12-11T22:05:51.495Z] 2024-12-11 22:05:51,495 - INFO - Creating task with taskId H8s68vbiTLa4VVM_tC_z4g for test-unit-py312
[task 2024-12-11T22:05:51.497Z] 2024-12-11 22:05:51,495 - INFO - Creating task with taskId FJNxXjb6R4uq_U4isqaR9w for doc-generate
[task 2024-12-11T22:05:51.499Z] 2024-12-11 22:05:51,497 - DEBUG - Starting new HTTP connection (1): taskcluster:80
[task 2024-12-11T22:05:51.499Z] 2024-12-11 22:05:51,496 - INFO - Creating task with taskId CTdYu8jtQ2ubrgSGtCkbIg for test-unit-py310
[task 2024-12-11T22:05:51.503Z] 2024-12-11 22:05:51,499 - INFO - Creating task with taskId CTSEYZz7Rdqi9ArREDd0Dg for test-unit-py38
[task 2024-12-11T22:05:51.504Z] 2024-12-11 22:05:51,499 - INFO - Creating task with taskId FKLJXyxYTD6jMsX3vFJNjw for test-unit-py39
[task 2024-12-11T22:05:51.507Z] 2024-12-11 22:05:51,502 - DEBUG - Starting new HTTP connection (2): taskcluster:80
[task 2024-12-11T22:05:51.508Z] 2024-12-11 22:05:51,503 - INFO - Creating task with taskId SdE2rNBNQG-YbgDB2CrxdA for test-unit-py313
[task 2024-12-11T22:05:51.510Z] 2024-12-11 22:05:51,505 - DEBUG - Starting new HTTP connection (3): taskcluster:80
[task 2024-12-11T22:05:51.512Z] 2024-12-11 22:05:51,506 - DEBUG - Starting new HTTP connection (4): taskcluster:80
[task 2024-12-11T22:05:51.513Z] 2024-12-11 22:05:51,506 - INFO - Creating task with taskId ADZ7vSGQRoyWUq3SNy2IQw for test-unit-py311
[task 2024-12-11T22:05:51.515Z] 2024-12-11 22:05:51,515 - DEBUG - Starting new HTTP connection (7): taskcluster:80
[task 2024-12-11T22:05:51.516Z] 2024-12-11 22:05:51,508 - INFO - Creating task with taskId O-lksbU9QBWnhfNWkgBWLg for check-type
[task 2024-12-11T22:05:51.516Z] 2024-12-11 22:05:51,509 - DEBUG - Starting new HTTP connection (6): taskcluster:80
[task 2024-12-11T22:05:51.517Z] 2024-12-11 22:05:51,507 - DEBUG - Starting new HTTP connection (5): taskcluster:80
[task 2024-12-11T22:05:51.518Z] 2024-12-11 22:05:51,518 - DEBUG - Starting new HTTP connection (8): taskcluster:80
[task 2024-12-11T22:05:51.630Z] 2024-12-11 22:05:51,630 - DEBUG - http://taskcluster:80 "PUT /queue/v1/task/ADZ7vSGQRoyWUq3SNy2IQw HTTP/11" 200 434
[task 2024-12-11T22:05:51.632Z] 2024-12-11 22:05:51,631 - DEBUG - http://taskcluster:80 "PUT /queue/v1/task/FKLJXyxYTD6jMsX3vFJNjw HTTP/11" 200 434
[task 2024-12-11T22:05:51.634Z] 2024-12-11 22:05:51,634 - DEBUG - http://taskcluster:80 "PUT /queue/v1/task/FJNxXjb6R4uq_U4isqaR9w HTTP/11" 200 434
[task 2024-12-11T22:05:51.636Z] 2024-12-11 22:05:51,636 - DEBUG - http://taskcluster:80 "PUT /queue/v1/task/CTdYu8jtQ2ubrgSGtCkbIg HTTP/11" 200 434
[task 2024-12-11T22:05:51.637Z] 2024-12-11 22:05:51,637 - DEBUG - http://taskcluster:80 "PUT /queue/v1/task/H8s68vbiTLa4VVM_tC_z4g HTTP/11" 200 434
[task 2024-12-11T22:05:51.638Z] 2024-12-11 22:05:51,638 - DEBUG - http://taskcluster:80 "PUT /queue/v1/task/SdE2rNBNQG-YbgDB2CrxdA HTTP/11" 200 434
[task 2024-12-11T22:05:51.649Z] 2024-12-11 22:05:51,649 - DEBUG - http://taskcluster:80 "PUT /queue/v1/task/CTSEYZz7Rdqi9ArREDd0Dg HTTP/11" 200 434
[task 2024-12-11T22:05:51.650Z] 2024-12-11 22:05:51,650 - INFO - Creating task with taskId V4wotfIWQra-tH5ihIyAWQ for codecov-upload
[task 2024-12-11T22:05:51.690Z] 2024-12-11 22:05:51,690 - DEBUG - http://taskcluster:80 "PUT /queue/v1/task/O-lksbU9QBWnhfNWkgBWLg HTTP/11" 200 434
[task 2024-12-11T22:05:51.743Z] 2024-12-11 22:05:51,743 - DEBUG - http://taskcluster:80 "PUT /queue/v1/task/V4wotfIWQra-tH5ihIyAWQ HTTP/11" 200 434
[taskcluster 2024-12-11 22:05:51.993Z] === Task Finished ===
[taskcluster 2024-12-11 22:05:54.251Z] Successful task run with exit code: 0 completed in 21.246 seconds