BREAKING CHANGE: Delete taskgraph.util.memoize (fixes #491) #515
firefoxci-taskcluster / Decision Task
succeeded
Jun 6, 2024 in 1m 35s
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
[taskcluster 2024-06-06 18:04:52.209Z] Worker Group: us-west1-b
[taskcluster 2024-06-06 18:04:52.209Z] Worker Node Type: projects/887720501152/machineTypes/n2-standard-2
[taskcluster 2024-06-06 18:04:52.209Z] Worker Pool: taskgraph-1/decision-gcp
[taskcluster 2024-06-06 18:04:52.209Z] Worker Version: 38.0.5
[taskcluster 2024-06-06 18:04:52.209Z] Public IP: 35.185.208.152
[taskcluster 2024-06-06 18:04:52.209Z] Hostname: taskgraph-1-decision-gcp-lgbw9reftfqtg7qosveb0g
[taskcluster 2024-06-06 18:04:52.209Z] using cache "taskgraph-level-1-checkouts-sparse-v2" -> /builds/worker/checkouts
a8ab88d51ba5 - Started downloading
e67bee4813b9 - Started downloading
25d693efad98 - Started downloading
a8ab88d51ba5 - Downloaded in 0.1 seconds
64d8035e67a0 - Started downloading
64d8035e67a0 - Downloaded in 0.001 seconds
25d693efad98 - Downloaded in 0.477 seconds
e67bee4813b9 - Downloaded in 0.54 seconds
Digest: sha256:86c8f0d2e9558707b393edc0b9feb9869e6d41659c1592e94192d24856c97949
Status: Downloaded newer image for mozillareleases/taskgraph:decision-latest
[taskcluster 2024-06-06 18:05:04.888Z] === Task Starting ===
[setup 2024-06-06T18:05:05.540Z] run-task started in /
[setup 2024-06-06T18:05:05.540Z] 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='3ba38466638e0b11b0f3799bb47144e5204603b4' --head-repository='https://github.com/bhearsum/taskgraph' --head-ref='delete-memoize' --head-rev='fb262b1c6b9c0d259af868787c51f2fdc253c337'
[setup 2024-06-06T18:05:05.540Z] Python version: 3.11.2
[vcs 2024-06-06T18:05:05.542Z] WARNING: vcs checkout path (/builds/worker/checkouts/src) not in cache or volume; performance will likely suffer
[setup 2024-06-06T18:05:05.542Z] running as worker:worker
[vcs 2024-06-06T18:05:05.543Z] executing ['git', 'config', '--global', '--add', 'safe.directory', '/builds/worker/checkouts/src']
[vcs 2024-06-06T18:05:05.545Z] executing ['git', 'clone', 'https://github.com/taskcluster/taskgraph', '/builds/worker/checkouts/src']
[vcs 2024-06-06T18:05:05.548Z] Cloning into '/builds/worker/checkouts/src'...
[vcs 2024-06-06T18:05:06.735Z] executing ['git', 'fetch', 'origin', 'main']
[vcs 2024-06-06T18:05:07.037Z] From https://github.com/taskcluster/taskgraph
[vcs 2024-06-06T18:05:07.037Z] * branch main -> FETCH_HEAD
[vcs 2024-06-06T18:05:07.043Z] executing ['git', 'checkout', 'main']
[vcs 2024-06-06T18:05:07.053Z] Already on 'main'
[vcs 2024-06-06T18:05:07.053Z] Your branch is up to date with 'origin/main'.
[vcs 2024-06-06T18:05:07.054Z] executing ['git', 'fetch', 'origin', '3ba38466638e0b11b0f3799bb47144e5204603b4']
[vcs 2024-06-06T18:05:07.337Z] From https://github.com/taskcluster/taskgraph
[vcs 2024-06-06T18:05:07.338Z] * branch 3ba38466638e0b11b0f3799bb47144e5204603b4 -> FETCH_HEAD
[vcs 2024-06-06T18:05:07.343Z] executing ['git', 'fetch', '--no-tags', 'https://github.com/bhearsum/taskgraph', 'delete-memoize']
[vcs 2024-06-06T18:05:07.746Z] From https://github.com/bhearsum/taskgraph
[vcs 2024-06-06T18:05:07.746Z] * branch delete-memoize -> FETCH_HEAD
[vcs 2024-06-06T18:05:07.749Z] executing ['git', 'checkout', '-f', '-B', 'delete-memoize', 'fb262b1c6b9c0d259af868787c51f2fdc253c337']
[vcs 2024-06-06T18:05:07.755Z] Switched to a new branch 'delete-memoize'
[vcs 2024-06-06T18:05:07.756Z] cleaning git checkout...
[vcs 2024-06-06T18:05:07.756Z] executing ['git', 'clean', '-nxdff']
[vcs 2024-06-06T18:05:07.759Z] removing []
[vcs 2024-06-06T18:05:07.759Z] successfully cleaned git checkout!
[vcs 2024-06-06T18:05:07.761Z] TinderboxPrint:<a href='https://github.com/bhearsum/taskgraph/commit/fb262b1c6b9c0d259af868787c51f2fdc253c337' title='Built from taskgraph commit fb262b1c6b9c0d259af868787c51f2fdc253c337'>fb262b1c6b9c0d259af868787c51f2fdc253c337</a>
[task 2024-06-06T18:05:07.761Z] executing ['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='3ba38466638e0b11b0f3799bb47144e5204603b4' --head-repository='https://github.com/bhearsum/taskgraph' --head-ref='delete-memoize' --head-rev='fb262b1c6b9c0d259af868787c51f2fdc253c337' \n"]
[task 2024-06-06T18:05:07.763Z] + cd /builds/worker/checkouts/src
[task 2024-06-06T18:05:07.764Z] + ln -s /builds/worker/artifacts artifacts
[task 2024-06-06T18:05:07.765Z] + pip3 install --user --break-system-packages .
[task 2024-06-06T18:05:08.182Z] Processing /builds/worker/checkouts/src
[task 2024-06-06T18:05:08.186Z] Installing build dependencies: started
[task 2024-06-06T18:05:09.820Z] Installing build dependencies: finished with status 'done'
[task 2024-06-06T18:05:09.823Z] Getting requirements to build wheel: started
[task 2024-06-06T18:05:09.994Z] Getting requirements to build wheel: finished with status 'done'
[task 2024-06-06T18:05:09.997Z] Preparing metadata (pyproject.toml): started
[task 2024-06-06T18:05:10.185Z] Preparing metadata (pyproject.toml): finished with status 'done'
[task 2024-06-06T18:05:10.199Z] Requirement already satisfied: appdirs>=1.4 in /usr/local/lib/python3.11/dist-packages (from taskcluster-taskgraph==8.2.0) (1.4.4)
[task 2024-06-06T18:05:10.201Z] Requirement already satisfied: cookiecutter~=2.1 in /usr/local/lib/python3.11/dist-packages (from taskcluster-taskgraph==8.2.0) (2.5.0)
[task 2024-06-06T18:05:10.202Z] Requirement already satisfied: json-e>=2.7 in /usr/local/lib/python3.11/dist-packages (from taskcluster-taskgraph==8.2.0) (4.6.0)
[task 2024-06-06T18:05:10.203Z] Requirement already satisfied: mozilla-repo-urls in /usr/local/lib/python3.11/dist-packages (from taskcluster-taskgraph==8.2.0) (0.1.1)
[task 2024-06-06T18:05:10.204Z] Requirement already satisfied: PyYAML>=5.3.1 in /usr/local/lib/python3.11/dist-packages (from taskcluster-taskgraph==8.2.0) (6.0.1)
[task 2024-06-06T18:05:10.206Z] Requirement already satisfied: redo>=2.0 in /usr/local/lib/python3.11/dist-packages (from taskcluster-taskgraph==8.2.0) (2.0.4)
[task 2024-06-06T18:05:10.207Z] Requirement already satisfied: requests>=2.25 in /usr/local/lib/python3.11/dist-packages (from taskcluster-taskgraph==8.2.0) (2.31.0)
[task 2024-06-06T18:05:10.208Z] Requirement already satisfied: slugid>=2.0 in /usr/local/lib/python3.11/dist-packages (from taskcluster-taskgraph==8.2.0) (2.0.0)
[task 2024-06-06T18:05:10.210Z] Requirement already satisfied: taskcluster-urls>=11.0 in /usr/local/lib/python3.11/dist-packages (from taskcluster-taskgraph==8.2.0) (13.0.1)
[task 2024-06-06T18:05:10.212Z] Requirement already satisfied: voluptuous>=0.12.1 in /usr/local/lib/python3.11/dist-packages (from taskcluster-taskgraph==8.2.0) (0.14.1)
[task 2024-06-06T18:05:10.221Z] Requirement already satisfied: binaryornot>=0.4.4 in /usr/local/lib/python3.11/dist-packages (from cookiecutter~=2.1->taskcluster-taskgraph==8.2.0) (0.4.4)
[task 2024-06-06T18:05:10.222Z] Requirement already satisfied: Jinja2<4.0.0,>=2.7 in /usr/local/lib/python3.11/dist-packages (from cookiecutter~=2.1->taskcluster-taskgraph==8.2.0) (3.1.2)
[task 2024-06-06T18:05:10.223Z] Requirement already satisfied: click<9.0.0,>=7.0 in /usr/local/lib/python3.11/dist-packages (from cookiecutter~=2.1->taskcluster-taskgraph==8.2.0) (8.1.7)
[task 2024-06-06T18:05:10.225Z] Requirement already satisfied: python-slugify>=4.0.0 in /usr/local/lib/python3.11/dist-packages (from cookiecutter~=2.1->taskcluster-taskgraph==8.2.0) (8.0.1)
[task 2024-06-06T18:05:10.227Z] Requirement already satisfied: arrow in /usr/local/lib/python3.11/dist-packages (from cookiecutter~=2.1->taskcluster-taskgraph==8.2.0) (1.3.0)
[task 2024-06-06T18:05:10.229Z] Requirement already satisfied: rich in /usr/local/lib/python3.11/dist-packages (from cookiecutter~=2.1->taskcluster-taskgraph==8.2.0) (13.7.0)
[task 2024-06-06T18:05:10.245Z] Requirement already satisfied: charset-normalizer<4,>=2 in /usr/local/lib/python3.11/dist-packages (from requests>=2.25->taskcluster-taskgraph==8.2.0) (3.3.2)
[task 2024-06-06T18:05:10.247Z] Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.11/dist-packages (from requests>=2.25->taskcluster-taskgraph==8.2.0) (3.6)
[task 2024-06-06T18:05:10.248Z] Requirement already satisfied: urllib3<3,>=1.21.1 in /usr/local/lib/python3.11/dist-packages (from requests>=2.25->taskcluster-taskgraph==8.2.0) (2.1.0)
[task 2024-06-06T18:05:10.250Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.11/dist-packages (from requests>=2.25->taskcluster-taskgraph==8.2.0) (2023.11.17)
[task 2024-06-06T18:05:10.266Z] Requirement already satisfied: giturlparse in /usr/local/lib/python3.11/dist-packages (from mozilla-repo-urls->taskcluster-taskgraph==8.2.0) (0.12.0)
[task 2024-06-06T18:05:10.272Z] 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==8.2.0) (5.2.0)
[task 2024-06-06T18:05:10.306Z] 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==8.2.0) (2.1.3)
[task 2024-06-06T18:05:10.316Z] 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==8.2.0) (1.3)
[task 2024-06-06T18:05:10.348Z] Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.11/dist-packages (from arrow->cookiecutter~=2.1->taskcluster-taskgraph==8.2.0) (2.8.2)
[task 2024-06-06T18:05:10.350Z] Requirement already satisfied: types-python-dateutil>=2.8.10 in /usr/local/lib/python3.11/dist-packages (from arrow->cookiecutter~=2.1->taskcluster-taskgraph==8.2.0) (2.8.19.14)
[task 2024-06-06T18:05:10.371Z] Requirement already satisfied: markdown-it-py>=2.2.0 in /usr/local/lib/python3.11/dist-packages (from rich->cookiecutter~=2.1->taskcluster-taskgraph==8.2.0) (3.0.0)
[task 2024-06-06T18:05:10.372Z] 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==8.2.0) (2.17.2)
[task 2024-06-06T18:05:10.411Z] 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==8.2.0) (0.1.2)
[task 2024-06-06T18:05:10.443Z] 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==8.2.0) (1.16.0)
[task 2024-06-06T18:05:10.494Z] Building wheels for collected packages: taskcluster-taskgraph
[task 2024-06-06T18:05:10.495Z] Building wheel for taskcluster-taskgraph (pyproject.toml): started
[task 2024-06-06T18:05:10.756Z] Building wheel for taskcluster-taskgraph (pyproject.toml): finished with status 'done'
[task 2024-06-06T18:05:10.758Z] Created wheel for taskcluster-taskgraph: filename=taskcluster_taskgraph-8.2.0-py3-none-any.whl size=188986 sha256=ebb5025dd2537dcb58d9bff88c5c698cc2b87b80c8aa92ad10a7e59f875355cc
[task 2024-06-06T18:05:10.758Z] Stored in directory: /tmp/pip-ephem-wheel-cache-eaunak_j/wheels/54/fa/b4/d3017bf051c083cc076bfd93af1693baf4c91b8f6fee74b0bc
[task 2024-06-06T18:05:10.763Z] Successfully built taskcluster-taskgraph
[task 2024-06-06T18:05:10.861Z] Installing collected packages: taskcluster-taskgraph
[task 2024-06-06T18:05:10.956Z] WARNING: The script taskgraph is installed in '/builds/worker/.local/bin' which is not on PATH.
[task 2024-06-06T18:05:10.956Z] Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
[task 2024-06-06T18:05:10.961Z] Successfully installed taskcluster-taskgraph-8.2.0
[task 2024-06-06T18:05:11.034Z] + 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=3ba38466638e0b11b0f3799bb47144e5204603b4 --head-repository=https://github.com/bhearsum/taskgraph --head-ref=delete-memoize --head-rev=fb262b1c6b9c0d259af868787c51f2fdc253c337
[task 2024-06-06T18:05:11.493Z] 2024-06-06 18:05:11,493 - INFO - Loading graph configuration.
[task 2024-06-06T18:05:11.495Z] 2024-06-06 18:05:11,493 - DEBUG - loading config from `taskcluster/config.yml`
[task 2024-06-06T18:05:11.503Z] 2024-06-06 18:05:11,503 - 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 2024-06-06T18:05:11.505Z] 2024-06-06 18:05:11,504 - INFO - Using Parameters(id=63c20971a00b) (from defaults)
[task 2024-06-06T18:05:11.506Z] 2024-06-06 18:05:11,505 - DEBUG - Dumping parameters:
[task 2024-06-06T18:05:11.507Z] { 'base_ref': 'main',
[task 2024-06-06T18:05:11.508Z] 'base_repository': 'https://github.com/taskcluster/taskgraph',
[task 2024-06-06T18:05:11.510Z] 'base_rev': '3ba38466638e0b11b0f3799bb47144e5204603b4',
[task 2024-06-06T18:05:11.510Z] 'build_date': 1717697111,
[task 2024-06-06T18:05:11.510Z] 'build_number': 1,
[task 2024-06-06T18:05:11.511Z] 'do_not_optimize': [],
[task 2024-06-06T18:05:11.511Z] 'enable_always_target': True,
[task 2024-06-06T18:05:11.511Z] 'existing_tasks': {},
[task 2024-06-06T18:05:11.511Z] 'files_changed': [ 'docs/reference/source/taskgraph.util.rst',
[task 2024-06-06T18:05:11.511Z] 'src/taskgraph/actions/registry.py',
[task 2024-06-06T18:05:11.511Z] 'src/taskgraph/transforms/base.py',
[task 2024-06-06T18:05:11.511Z] 'src/taskgraph/transforms/task.py',
[task 2024-06-06T18:05:11.511Z] 'src/taskgraph/util/docker.py',
[task 2024-06-06T18:05:11.511Z] 'src/taskgraph/util/hash.py',
[task 2024-06-06T18:05:11.511Z] 'src/taskgraph/util/memoize.py',
[task 2024-06-06T18:05:11.511Z] 'src/taskgraph/util/taskcluster.py',
[task 2024-06-06T18:05:11.511Z] 'src/taskgraph/util/workertypes.py'],
[task 2024-06-06T18:05:11.511Z] 'filters': ['target_tasks_method'],
[task 2024-06-06T18:05:11.511Z] 'head_ref': 'delete-memoize',
[task 2024-06-06T18:05:11.511Z] 'head_repository': 'https://github.com/bhearsum/taskgraph',
[task 2024-06-06T18:05:11.511Z] 'head_rev': 'fb262b1c6b9c0d259af868787c51f2fdc253c337',
[task 2024-06-06T18:05:11.511Z] 'head_tag': '',
[task 2024-06-06T18:05:11.511Z] 'level': '1',
[task 2024-06-06T18:05:11.511Z] 'moz_build_date': '20240606180511',
[task 2024-06-06T18:05:11.512Z] 'next_version': None,
[task 2024-06-06T18:05:11.512Z] 'optimize_strategies': None,
[task 2024-06-06T18:05:11.512Z] 'optimize_target_tasks': True,
[task 2024-06-06T18:05:11.512Z] 'owner': '[email protected]',
[task 2024-06-06T18:05:11.512Z] 'project': 'taskgraph',
[task 2024-06-06T18:05:11.512Z] 'pushdate': 0,
[task 2024-06-06T18:05:11.512Z] 'pushlog_id': '0',
[task 2024-06-06T18:05:11.512Z] 'repository_type': 'git',
[task 2024-06-06T18:05:11.512Z] 'target_tasks_method': 'default',
[task 2024-06-06T18:05:11.512Z] 'tasks_for': 'github-pull-request',
[task 2024-06-06T18:05:11.512Z] 'version': None}
[task 2024-06-06T18:05:11.512Z] 2024-06-06 18:05:11,505 - INFO - writing artifact file `parameters.yml`
[task 2024-06-06T18:05:11.514Z] 2024-06-06 18:05:11,514 - INFO - writing artifact file `actions.json`
[task 2024-06-06T18:05:11.515Z] 2024-06-06 18:05:11,515 - INFO - Loading kinds
[task 2024-06-06T18:05:11.515Z] 2024-06-06 18:05:11,515 - DEBUG - loading kind `docker-image` from `taskcluster/kinds/docker-image`
[task 2024-06-06T18:05:11.516Z] 2024-06-06 18:05:11,516 - DEBUG - loading kind `fetch` from `taskcluster/kinds/fetch`
[task 2024-06-06T18:05:11.516Z] 2024-06-06 18:05:11,516 - DEBUG - loading kind `tests` from `taskcluster/kinds/tests`
[task 2024-06-06T18:05:11.517Z] 2024-06-06 18:05:11,517 - DEBUG - loading kind `doc` from `taskcluster/kinds/doc`
[task 2024-06-06T18:05:11.518Z] 2024-06-06 18:05:11,517 - DEBUG - loading kind `push-image` from `taskcluster/kinds/push-image`
[task 2024-06-06T18:05:11.519Z] 2024-06-06 18:05:11,518 - DEBUG - loading kind `codecov` from `taskcluster/kinds/codecov`
[task 2024-06-06T18:05:11.519Z] 2024-06-06 18:05:11,519 - INFO - Generating full task set
[task 2024-06-06T18:05:11.519Z] 2024-06-06 18:05:11,519 - DEBUG - Loading tasks for kind doc
[task 2024-06-06T18:05:11.532Z] 2024-06-06 18:05:11,532 - DEBUG - Generating tasks for doc generate
[task 2024-06-06T18:05:11.534Z] 2024-06-06 18:05:11,534 - INFO - Generated 1 tasks for kind doc
[task 2024-06-06T18:05:11.534Z] 2024-06-06 18:05:11,534 - DEBUG - Loading tasks for kind docker-image
[task 2024-06-06T18:05:11.535Z] 2024-06-06 18:05:11,534 - DEBUG - Generating tasks for docker-image decision
[task 2024-06-06T18:05:11.535Z] 2024-06-06 18:05:11,535 - DEBUG - Generating tasks for docker-image fetch
[task 2024-06-06T18:05:11.535Z] 2024-06-06 18:05:11,535 - DEBUG - Generating tasks for docker-image index-task
[task 2024-06-06T18:05:11.535Z] 2024-06-06 18:05:11,535 - DEBUG - Generating tasks for docker-image python
[task 2024-06-06T18:05:11.535Z] 2024-06-06 18:05:11,535 - DEBUG - Generating tasks for docker-image run-task
[task 2024-06-06T18:05:11.536Z] 2024-06-06 18:05:11,535 - DEBUG - Generating tasks for docker-image skopeo
[task 2024-06-06T18:05:11.536Z] 2024-06-06 18:05:11,535 - INFO - Writing docker-contexts/decision.tar.gz for docker image decision
[task 2024-06-06T18:05:11.619Z] 2024-06-06 18:05:11,619 - INFO - Writing docker-contexts/fetch.tar.gz for docker image fetch
[task 2024-06-06T18:05:11.630Z] 2024-06-06 18:05:11,630 - INFO - Writing docker-contexts/index-task.tar.gz for docker image index-task
[task 2024-06-06T18:05:11.631Z] 2024-06-06 18:05:11,631 - INFO - Writing docker-contexts/python.tar.gz for docker image python
[task 2024-06-06T18:05:11.647Z] 2024-06-06 18:05:11,647 - INFO - Writing docker-contexts/run-task.tar.gz for docker image run-task
[task 2024-06-06T18:05:11.663Z] 2024-06-06 18:05:11,663 - INFO - Writing docker-contexts/skopeo.tar.gz for docker image skopeo
[task 2024-06-06T18:05:11.681Z] 2024-06-06 18:05:11,681 - INFO - Generated 6 tasks for kind docker-image
[task 2024-06-06T18:05:11.681Z] 2024-06-06 18:05:11,681 - DEBUG - Loading tasks for kind fetch
[task 2024-06-06T18:05:11.684Z] 2024-06-06 18:05:11,684 - DEBUG - Generating tasks for fetch codecov-uploader
[task 2024-06-06T18:05:11.685Z] 2024-06-06 18:05:11,685 - INFO - Generated 1 tasks for kind fetch
[task 2024-06-06T18:05:11.685Z] 2024-06-06 18:05:11,685 - DEBUG - Loading tasks for kind push-image
[task 2024-06-06T18:05:11.688Z] 2024-06-06 18:05:11,688 - DEBUG - Generating tasks for push-image decision
[task 2024-06-06T18:05:11.688Z] 2024-06-06 18:05:11,688 - DEBUG - Generating tasks for push-image run-task
[task 2024-06-06T18:05:11.689Z] 2024-06-06 18:05:11,689 - INFO - Generated 2 tasks for kind push-image
[task 2024-06-06T18:05:11.689Z] 2024-06-06 18:05:11,689 - DEBUG - Loading tasks for kind tests
[task 2024-06-06T18:05:11.691Z] 2024-06-06 18:05:11,691 - DEBUG - Generating tasks for tests unit
[task 2024-06-06T18:05:11.691Z] 2024-06-06 18:05:11,691 - DEBUG - Generating tasks for tests type-check
[task 2024-06-06T18:05:11.692Z] 2024-06-06 18:05:11,692 - INFO - Generated 2 tasks for kind tests
[task 2024-06-06T18:05:11.692Z] 2024-06-06 18:05:11,692 - DEBUG - Loading tasks for kind codecov
[task 2024-06-06T18:05:11.694Z] 2024-06-06 18:05:11,694 - DEBUG - Generating tasks for codecov upload
[task 2024-06-06T18:05:11.694Z] 2024-06-06 18:05:11,694 - INFO - Generated 1 tasks for kind codecov
[task 2024-06-06T18:05:11.695Z] 2024-06-06 18:05:11,694 - INFO - Generating full task graph
[task 2024-06-06T18:05:11.695Z] 2024-06-06 18:05:11,695 - INFO - Full task graph contains 13 tasks and 12 dependencies
[task 2024-06-06T18:05:11.695Z] 2024-06-06 18:05:11,695 - INFO - writing artifact file `full-task-graph.json`
[task 2024-06-06T18:05:11.698Z] 2024-06-06 18:05:11,698 - INFO - writing artifact file `runnable-jobs.json`
[task 2024-06-06T18:05:11.699Z] 2024-06-06 18:05:11,699 - INFO - Generating target task set
[task 2024-06-06T18:05:11.699Z] 2024-06-06 18:05:11,699 - INFO - Filter filter_target_tasks pruned 9 tasks (4 remain)
[task 2024-06-06T18:05:11.699Z] 2024-06-06 18:05:11,699 - INFO - writing artifact file `target-tasks.json`
[task 2024-06-06T18:05:11.699Z] 2024-06-06 18:05:11,699 - INFO - Generating target task graph
[task 2024-06-06T18:05:11.699Z] 2024-06-06 18:05:11,699 - INFO - Adding 6 tasks with `always_target` attribute
[task 2024-06-06T18:05:11.700Z] 2024-06-06 18:05:11,699 - INFO - Generating optimized task graph
[task 2024-06-06T18:05:11.700Z] 2024-06-06 18:05:11,699 - DEBUG - optimize: build-docker-image-decision kept because of index-search (index-search)
[task 2024-06-06T18:05:11.700Z] 2024-06-06 18:05:11,700 - DEBUG - optimize: build-docker-image-index-task kept because of index-search (index-search)
[task 2024-06-06T18:05:11.700Z] 2024-06-06 18:05:11,700 - DEBUG - optimize: build-docker-image-run-task kept because of dependent tasks
[task 2024-06-06T18:05:11.700Z] 2024-06-06 18:05:11,700 - DEBUG - optimize: build-docker-image-skopeo kept because of index-search (index-search)
[task 2024-06-06T18:05:11.700Z] 2024-06-06 18:05:11,700 - DEBUG - optimize: codecov-upload kept because of never
[task 2024-06-06T18:05:11.700Z] 2024-06-06 18:05:11,700 - DEBUG - optimize: doc-generate kept because of never
[task 2024-06-06T18:05:11.700Z] 2024-06-06 18:05:11,700 - DEBUG - optimize: fetch-codecov-uploader kept because of dependent tasks
[task 2024-06-06T18:05:11.700Z] 2024-06-06 18:05:11,700 - DEBUG - optimize: tests-type-check kept because of never
[task 2024-06-06T18:05:11.700Z] 2024-06-06 18:05:11,700 - DEBUG - optimize: tests-unit kept because of dependent tasks
[task 2024-06-06T18:05:11.700Z] 2024-06-06 18:05:11,700 - DEBUG - optimize: build-docker-image-fetch kept because of dependent tasks
[task 2024-06-06T18:05:11.700Z] 2024-06-06 18:05:11,700 - DEBUG - optimize: build-docker-image-python kept because of dependent tasks
[task 2024-06-06T18:05:11.700Z] 2024-06-06 18:05:11,700 - INFO - No tasks removed during optimization
[task 2024-06-06T18:05:11.700Z] 2024-06-06 18:05:11,700 - DEBUG - Running in Taskcluster instance https://firefox-ci-tc.services.mozilla.com with taskcluster-proxy
[task 2024-06-06T18:05:11.702Z] 2024-06-06 18:05:11,702 - DEBUG - Starting new HTTPS connection (1): firefox-ci-tc.services.mozilla.com:443
[task 2024-06-06T18:05:11.966Z] 2024-06-06 18:05:11,966 - DEBUG - https://firefox-ci-tc.services.mozilla.com:443 "POST /api/index/v1/tasks/indexes HTTP/1.1" 200 None
[task 2024-06-06T18:05:12.039Z] 2024-06-06 18:05:12,039 - DEBUG - https://firefox-ci-tc.services.mozilla.com:443 "POST /api/queue/v1/tasks/status HTTP/1.1" 200 None
[task 2024-06-06T18:05:12.040Z] 2024-06-06 18:05:12,040 - DEBUG - replace_tasks: build-docker-image-fetch
[task 2024-06-06T18:05:12.042Z] 2024-06-06 18:05:12,042 - DEBUG - replace_tasks: build-docker-image-fetch replaced with eY4vGU2aQdqNJMnyQCc0Aw by optimization strategy
[task 2024-06-06T18:05:12.042Z] 2024-06-06 18:05:12,042 - DEBUG - replace_tasks: build-docker-image-index-task
[task 2024-06-06T18:05:12.042Z] 2024-06-06 18:05:12,042 - DEBUG - replace_tasks: build-docker-image-index-task replaced with PebYGdYSQgu0_iTKTCg_fQ by optimization strategy
[task 2024-06-06T18:05:12.042Z] 2024-06-06 18:05:12,042 - DEBUG - replace_tasks: build-docker-image-python
[task 2024-06-06T18:05:12.042Z] 2024-06-06 18:05:12,042 - DEBUG - replace_tasks: build-docker-image-python replaced with Q73w8mYARoWOQrc76qeXcg by optimization strategy
[task 2024-06-06T18:05:12.043Z] 2024-06-06 18:05:12,042 - DEBUG - replace_tasks: build-docker-image-run-task
[task 2024-06-06T18:05:12.043Z] 2024-06-06 18:05:12,043 - DEBUG - replace_tasks: build-docker-image-run-task replaced with OScg8wOOSEuMi6cJNX1Oww by optimization strategy
[task 2024-06-06T18:05:12.043Z] 2024-06-06 18:05:12,043 - DEBUG - replace_tasks: build-docker-image-skopeo
[task 2024-06-06T18:05:12.043Z] 2024-06-06 18:05:12,043 - DEBUG - replace_tasks: build-docker-image-skopeo replaced with MzY7BizBTXGZktGQPgo5LA by optimization strategy
[task 2024-06-06T18:05:12.043Z] 2024-06-06 18:05:12,043 - DEBUG - replace_tasks: doc-generate
[task 2024-06-06T18:05:12.043Z] 2024-06-06 18:05:12,043 - DEBUG - replace_tasks: doc-generate kept by optimization strategy
[task 2024-06-06T18:05:12.043Z] 2024-06-06 18:05:12,043 - DEBUG - replace_tasks: fetch-codecov-uploader
[task 2024-06-06T18:05:12.043Z] 2024-06-06 18:05:12,043 - DEBUG - replace_tasks: fetch-codecov-uploader replaced with csy-lvCQTC-TaTgBWut2eg by optimization strategy
[task 2024-06-06T18:05:12.043Z] 2024-06-06 18:05:12,043 - DEBUG - replace_tasks: tests-type-check
[task 2024-06-06T18:05:12.043Z] 2024-06-06 18:05:12,043 - DEBUG - replace_tasks: tests-type-check kept by optimization strategy
[task 2024-06-06T18:05:12.043Z] 2024-06-06 18:05:12,043 - DEBUG - replace_tasks: tests-unit
[task 2024-06-06T18:05:12.043Z] 2024-06-06 18:05:12,043 - DEBUG - replace_tasks: tests-unit kept by optimization strategy
[task 2024-06-06T18:05:12.043Z] 2024-06-06 18:05:12,043 - DEBUG - replace_tasks: build-docker-image-decision
[task 2024-06-06T18:05:12.043Z] 2024-06-06 18:05:12,043 - DEBUG - replace_tasks: build-docker-image-decision kept by optimization strategy
[task 2024-06-06T18:05:12.044Z] 2024-06-06 18:05:12,043 - DEBUG - replace_tasks: codecov-upload
[task 2024-06-06T18:05:12.044Z] 2024-06-06 18:05:12,043 - DEBUG - replace_tasks: codecov-upload depends on an unreplaced or unremoved task
[task 2024-06-06T18:05:12.044Z] 2024-06-06 18:05:12,044 - INFO - Replaced 6 tasks by index-search (index-search) during optimization.
[task 2024-06-06T18:05:12.044Z] 2024-06-06 18:05:12,044 - DEBUG - Morphing: adding index tasks
[task 2024-06-06T18:05:12.045Z] 2024-06-06 18:05:12,045 - DEBUG - Morphing: adding code review task
[task 2024-06-06T18:05:12.045Z] 2024-06-06 18:05:12,045 - INFO - writing artifact file `task-graph.json`
[task 2024-06-06T18:05:12.046Z] 2024-06-06 18:05:12,046 - INFO - writing artifact file `label-to-taskid.json`
[task 2024-06-06T18:05:12.048Z] 2024-06-06 18:05:12,048 - INFO - Creating task with taskId Du1A7iSmTcW2_GroNaJUpw for tests-type-check
[task 2024-06-06T18:05:12.050Z] 2024-06-06 18:05:12,050 - DEBUG - Starting new HTTP connection (1): taskcluster:80
[task 2024-06-06T18:05:12.051Z] 2024-06-06 18:05:12,050 - INFO - Creating task with taskId Uz132r-HREaCzycDuwi6jQ for tests-unit
[task 2024-06-06T18:05:12.052Z] 2024-06-06 18:05:12,052 - DEBUG - Starting new HTTP connection (2): taskcluster:80
[task 2024-06-06T18:05:12.053Z] 2024-06-06 18:05:12,053 - INFO - Creating task with taskId BFTEvvd5TAqomYxbDL7Lgw for doc-generate
[task 2024-06-06T18:05:12.055Z] 2024-06-06 18:05:12,055 - DEBUG - Starting new HTTP connection (3): taskcluster:80
[task 2024-06-06T18:05:12.057Z] 2024-06-06 18:05:12,057 - INFO - Creating task with taskId JvzMitzkQ9G8VBj5sXR93Q for build-docker-image-decision
[task 2024-06-06T18:05:12.058Z] 2024-06-06 18:05:12,058 - DEBUG - Starting new HTTP connection (4): taskcluster:80
[task 2024-06-06T18:05:12.143Z] 2024-06-06 18:05:12,143 - DEBUG - http://taskcluster:80 "PUT /queue/v1/task/JvzMitzkQ9G8VBj5sXR93Q HTTP/1.1" 200 436
[task 2024-06-06T18:05:12.170Z] 2024-06-06 18:05:12,170 - DEBUG - http://taskcluster:80 "PUT /queue/v1/task/Uz132r-HREaCzycDuwi6jQ HTTP/1.1" 200 434
[task 2024-06-06T18:05:12.171Z] 2024-06-06 18:05:12,171 - INFO - Creating task with taskId O2jdXKHzQ2GcMXEaXEI86A for codecov-upload
[task 2024-06-06T18:05:12.197Z] 2024-06-06 18:05:12,197 - DEBUG - http://taskcluster:80 "PUT /queue/v1/task/BFTEvvd5TAqomYxbDL7Lgw HTTP/1.1" 200 434
[task 2024-06-06T18:05:12.216Z] 2024-06-06 18:05:12,216 - DEBUG - http://taskcluster:80 "PUT /queue/v1/task/Du1A7iSmTcW2_GroNaJUpw HTTP/1.1" 200 434
[task 2024-06-06T18:05:12.256Z] 2024-06-06 18:05:12,256 - DEBUG - http://taskcluster:80 "PUT /queue/v1/task/O2jdXKHzQ2GcMXEaXEI86A HTTP/1.1" 200 434
[taskcluster 2024-06-06 18:05:12.493Z] === Task Finished ===
[taskcluster 2024-06-06 18:05:14.242Z] Successful task run with exit code: 0 completed in 22.035 seconds
Loading