chore: bump python dependencies #3236
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-11-14T14:29:46.910Z
Resolved: 2024-11-14T14:30:14.875Z
Task Execution Time: 27 seconds, 965 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/balrog-agent.tar.gz
- public/docker-contexts/balrog-backend.tar.gz
- public/docker-contexts/node.tar.gz
- public/docker-contexts/python3.11.tar.gz
- public/docker-contexts/python3.9.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/parameters.yml
- public/runnable-jobs.json
- public/run-task
- public/target-tasks.json
- public/task-graph.json
[taskcluster 2024-11-14 14:29:46.957Z] Task ID: Pt9nabAXTia_ZGaoQgtioQ
[taskcluster 2024-11-14 14:29:46.957Z] Worker ID: 1202819389793744884
[taskcluster 2024-11-14 14:29:46.957Z] Worker Group: us-west1-b
[taskcluster 2024-11-14 14:29:46.957Z] Worker Node Type: projects/887720501152/machineTypes/n2-standard-2
[taskcluster 2024-11-14 14:29:46.957Z] Worker Pool: releng-1/decision-gcp
[taskcluster 2024-11-14 14:29:46.957Z] Worker Version: 38.0.5
[taskcluster 2024-11-14 14:29:46.957Z] Public IP: 34.105.122.38
[taskcluster 2024-11-14 14:29:46.957Z] Hostname: releng-1-decision-gcp-kj7ri9xtrakgtcnkhvj9hg
2e4b65595e5e - Started downloading
90e5e7d8b87a - Started downloading
90e5e7d8b87a - Downloaded in 0.382 seconds
2e4b65595e5e - Downloaded in 0.73 seconds
Digest: sha256:2dd667994aa13fccdcdcede85c570a5eb4a5247e42875a9e95a135ef774ee469
Status: Downloaded newer image for mozillareleases/taskgraph@sha256:2dd667994aa13fccdcdcede85c570a5eb4a5247e42875a9e95a135ef774ee469
[taskcluster 2024-11-14 14:30:00.782Z] === Task Starting ===
[setup 2024-11-14T14:30:01.480Z] run-task started in /
[setup 2024-11-14T14:30:01.480Z] Invoked by command: --balrog-checkout=/builds/worker/checkouts/src --task-cwd=/builds/worker/checkouts/src -- bash -cx ln -s /builds/worker/artifacts artifacts && ~/.local/bin/taskgraph decision --pushlog-id='0' --pushdate='0' --project='balrog' --message="" --owner='release+balrog-ci@mozilla.com' --level='1' --base-repository="$BALROG_BASE_REPOSITORY" --head-repository="$BALROG_HEAD_REPOSITORY" --head-ref="$BALROG_HEAD_REF" --head-rev="$BALROG_HEAD_REV" --repository-type="$BALROG_REPOSITORY_TYPE" --tasks-for='github-pull-request' --target-tasks-method=balrog
[setup 2024-11-14T14:30:01.480Z] Python version: 3.11.2
[vcs 2024-11-14T14:30:01.482Z] WARNING: vcs checkout path (/builds/worker/checkouts/src) not in cache or volume; performance will likely suffer
[setup 2024-11-14T14:30:01.482Z] running as worker:worker
[vcs 2024-11-14T14:30:01.482Z] executing ['git', 'config', '--global', '--add', 'safe.directory', '/builds/worker/checkouts/src']
[vcs 2024-11-14T14:30:01.486Z] executing ['git', 'clone', 'https://github.com/mozilla-releng/balrog', '/builds/worker/checkouts/src']
[vcs 2024-11-14T14:30:01.488Z] Cloning into '/builds/worker/checkouts/src'...
[vcs 2024-11-14T14:30:06.617Z] executing ['git', 'fetch', '--no-tags', 'https://github.com/bhearsum/balrog', '2024-11-14']
[vcs 2024-11-14T14:30:07.086Z] From https://github.com/bhearsum/balrog
[vcs 2024-11-14T14:30:07.088Z] * branch 2024-11-14 -> FETCH_HEAD
[vcs 2024-11-14T14:30:07.090Z] executing ['git', 'checkout', '-f', '-B', '2024-11-14', 'cdd978963f755f8faf796b2449e3af54b548d568']
[vcs 2024-11-14T14:30:07.226Z] Switched to a new branch '2024-11-14'
[vcs 2024-11-14T14:30:07.227Z] cleaning git checkout...
[vcs 2024-11-14T14:30:07.227Z] executing ['git', 'clean', '-nxdff']
[vcs 2024-11-14T14:30:07.238Z] removing []
[vcs 2024-11-14T14:30:07.238Z] successfully cleaned git checkout!
[vcs 2024-11-14T14:30:07.241Z] TinderboxPrint:<a href='https://github.com/bhearsum/balrog/commit/cdd978963f755f8faf796b2449e3af54b548d568' title='Built from balrog commit cdd978963f755f8faf796b2449e3af54b548d568'>cdd978963f755f8faf796b2449e3af54b548d568</a>
[pip-install 2024-11-14T14:30:07.241Z] executing ['/usr/bin/python3', '-mpip', 'install', '--break-system-packages', '--require-hashes', '-r', '/builds/worker/checkouts/src/taskcluster/requirements.txt']
[pip-install 2024-11-14T14:30:07.555Z] Defaulting to user installation because normal site-packages is not writeable
[pip-install 2024-11-14T14:30:07.656Z] Requirement already satisfied: appdirs==1.4.4 in /usr/local/lib/python3.11/dist-packages (from -r /builds/worker/checkouts/src/taskcluster/requirements.txt (line 7)) (1.4.4)
[pip-install 2024-11-14T14:30:07.758Z] Collecting arrow==1.3.0
[pip-install 2024-11-14T14:30:07.821Z] Downloading arrow-1.3.0-py3-none-any.whl (66 kB)
[pip-install 2024-11-14T14:30:07.838Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 66.4/66.4 kB 4.4 MB/s eta 0:00:00
[pip-install 2024-11-14T14:30:07.843Z] Requirement already satisfied: binaryornot==0.4.4 in /usr/local/lib/python3.11/dist-packages (from -r /builds/worker/checkouts/src/taskcluster/requirements.txt (line 15)) (0.4.4)
[pip-install 2024-11-14T14:30:07.875Z] Collecting certifi==2022.9.24
[pip-install 2024-11-14T14:30:07.887Z] Downloading certifi-2022.9.24-py3-none-any.whl (161 kB)
[pip-install 2024-11-14T14:30:07.907Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 161.1/161.1 kB 9.2 MB/s eta 0:00:00
[pip-install 2024-11-14T14:30:07.927Z] Collecting chardet==5.2.0
[pip-install 2024-11-14T14:30:07.939Z] Downloading chardet-5.2.0-py3-none-any.whl (199 kB)
[pip-install 2024-11-14T14:30:07.960Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 199.4/199.4 kB 10.6 MB/s eta 0:00:00
[pip-install 2024-11-14T14:30:08.127Z] Collecting charset-normalizer==2.0.12
[pip-install 2024-11-14T14:30:08.138Z] Downloading charset_normalizer-2.0.12-py3-none-any.whl (39 kB)
[pip-install 2024-11-14T14:30:08.175Z] Collecting click==8.1.7
[pip-install 2024-11-14T14:30:08.186Z] Downloading click-8.1.7-py3-none-any.whl (97 kB)
[pip-install 2024-11-14T14:30:08.199Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 97.9/97.9 kB 8.9 MB/s eta 0:00:00
[pip-install 2024-11-14T14:30:08.225Z] Collecting cookiecutter==2.5.0
[pip-install 2024-11-14T14:30:08.237Z] Downloading cookiecutter-2.5.0-py3-none-any.whl (39 kB)
[pip-install 2024-11-14T14:30:08.245Z] Requirement already satisfied: giturlparse==0.10.0 in /usr/local/lib/python3.11/dist-packages (from -r /builds/worker/checkouts/src/taskcluster/requirements.txt (line 39)) (0.10.0)
[pip-install 2024-11-14T14:30:08.247Z] Requirement already satisfied: idna==3.4 in /usr/local/lib/python3.11/dist-packages (from -r /builds/worker/checkouts/src/taskcluster/requirements.txt (line 43)) (3.4)
[pip-install 2024-11-14T14:30:08.249Z] Requirement already satisfied: jinja2==3.1.2 in /usr/local/lib/python3.11/dist-packages (from -r /builds/worker/checkouts/src/taskcluster/requirements.txt (line 47)) (3.1.2)
[pip-install 2024-11-14T14:30:08.268Z] Collecting json-e==4.4.3
[pip-install 2024-11-14T14:30:08.280Z] Downloading json_e-4.4.3-py3-none-any.whl (13 kB)
[pip-install 2024-11-14T14:30:08.313Z] Collecting markdown-it-py==3.0.0
[pip-install 2024-11-14T14:30:08.323Z] Downloading markdown_it_py-3.0.0-py3-none-any.whl (87 kB)
[pip-install 2024-11-14T14:30:08.335Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 87.5/87.5 kB 9.1 MB/s eta 0:00:00
[pip-install 2024-11-14T14:30:08.338Z] Requirement already satisfied: markupsafe==2.1.3 in /usr/local/lib/python3.11/dist-packages (from -r /builds/worker/checkouts/src/taskcluster/requirements.txt (line 59)) (2.1.3)
[pip-install 2024-11-14T14:30:08.352Z] Collecting mdurl==0.1.2
[pip-install 2024-11-14T14:30:08.363Z] Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB)
[pip-install 2024-11-14T14:30:08.367Z] Requirement already satisfied: mozilla-repo-urls==0.1.1 in /usr/local/lib/python3.11/dist-packages (from -r /builds/worker/checkouts/src/taskcluster/requirements.txt (line 125)) (0.1.1)
[pip-install 2024-11-14T14:30:08.402Z] Collecting pygments==2.17.2
[pip-install 2024-11-14T14:30:08.413Z] Downloading pygments-2.17.2-py3-none-any.whl (1.2 MB)
[pip-install 2024-11-14T14:30:08.499Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 14.1 MB/s eta 0:00:00
[pip-install 2024-11-14T14:30:08.509Z] Requirement already satisfied: python-dateutil==2.8.2 in /usr/local/lib/python3.11/dist-packages (from -r /builds/worker/checkouts/src/taskcluster/requirements.txt (line 133)) (2.8.2)
[pip-install 2024-11-14T14:30:08.511Z] Requirement already satisfied: python-slugify==8.0.1 in /usr/local/lib/python3.11/dist-packages (from -r /builds/worker/checkouts/src/taskcluster/requirements.txt (line 137)) (8.0.1)
[pip-install 2024-11-14T14:30:08.512Z] Requirement already satisfied: pyyaml==6.0 in /usr/local/lib/python3.11/dist-packages (from -r /builds/worker/checkouts/src/taskcluster/requirements.txt (line 141)) (6.0)
[pip-install 2024-11-14T14:30:08.515Z] Requirement already satisfied: redo==2.0.4 in /usr/local/lib/python3.11/dist-packages (from -r /builds/worker/checkouts/src/taskcluster/requirements.txt (line 185)) (2.0.4)
[pip-install 2024-11-14T14:30:08.562Z] Collecting requests==2.27.1
[pip-install 2024-11-14T14:30:08.573Z] Downloading requests-2.27.1-py2.py3-none-any.whl (63 kB)
[pip-install 2024-11-14T14:30:08.577Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 63.1/63.1 kB 29.3 MB/s eta 0:00:00
[pip-install 2024-11-14T14:30:08.677Z] Collecting rich==13.7.0
[pip-install 2024-11-14T14:30:08.688Z] Downloading rich-13.7.0-py3-none-any.whl (240 kB)
[pip-install 2024-11-14T14:30:08.705Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 240.6/240.6 kB 18.5 MB/s eta 0:00:00
[pip-install 2024-11-14T14:30:08.709Z] Requirement already satisfied: six==1.16.0 in /usr/local/lib/python3.11/dist-packages (from -r /builds/worker/checkouts/src/taskcluster/requirements.txt (line 198)) (1.16.0)
[pip-install 2024-11-14T14:30:08.711Z] Requirement already satisfied: slugid==2.0.0 in /usr/local/lib/python3.11/dist-packages (from -r /builds/worker/checkouts/src/taskcluster/requirements.txt (line 202)) (2.0.0)
[pip-install 2024-11-14T14:30:08.750Z] Collecting taskcluster-taskgraph==7.0.0
[pip-install 2024-11-14T14:30:08.763Z] Downloading taskcluster_taskgraph-7.0.0-py3-none-any.whl (185 kB)
[pip-install 2024-11-14T14:30:08.777Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 185.7/185.7 kB 15.6 MB/s eta 0:00:00
[pip-install 2024-11-14T14:30:08.781Z] Requirement already satisfied: taskcluster-urls==13.0.1 in /usr/local/lib/python3.11/dist-packages (from -r /builds/worker/checkouts/src/taskcluster/requirements.txt (line 210)) (13.0.1)
[pip-install 2024-11-14T14:30:08.783Z] Requirement already satisfied: text-unidecode==1.3 in /usr/local/lib/python3.11/dist-packages (from -r /builds/worker/checkouts/src/taskcluster/requirements.txt (line 215)) (1.3)
[pip-install 2024-11-14T14:30:08.813Z] Collecting types-python-dateutil==2.8.19.14
[pip-install 2024-11-14T14:30:08.825Z] Downloading types_python_dateutil-2.8.19.14-py3-none-any.whl (9.4 kB)
[pip-install 2024-11-14T14:30:08.884Z] Collecting urllib3==1.26.12
[pip-install 2024-11-14T14:30:08.896Z] Downloading urllib3-1.26.12-py2.py3-none-any.whl (140 kB)
[pip-install 2024-11-14T14:30:08.903Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 140.4/140.4 kB 35.5 MB/s eta 0:00:00
[pip-install 2024-11-14T14:30:08.910Z] Requirement already satisfied: voluptuous==0.13.1 in /usr/local/lib/python3.11/dist-packages (from -r /builds/worker/checkouts/src/taskcluster/requirements.txt (line 227)) (0.13.1)
[pip-install 2024-11-14T14:30:09.403Z] Installing collected packages: types-python-dateutil, json-e, urllib3, pygments, mdurl, click, charset-normalizer, chardet, certifi, requests, markdown-it-py, arrow, rich, cookiecutter, taskcluster-taskgraph
[pip-install 2024-11-14T14:30:10.138Z] WARNING: The script pygmentize is installed in '/builds/worker/.local/bin' which is not on PATH.
[pip-install 2024-11-14T14:30:10.138Z] Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
[pip-install 2024-11-14T14:30:10.238Z] WARNING: The script normalizer is installed in '/builds/worker/.local/bin' which is not on PATH.
[pip-install 2024-11-14T14:30:10.238Z] Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
[pip-install 2024-11-14T14:30:10.424Z] WARNING: The script chardetect is installed in '/builds/worker/.local/bin' which is not on PATH.
[pip-install 2024-11-14T14:30:10.424Z] Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
[pip-install 2024-11-14T14:30:10.533Z] WARNING: The script markdown-it is installed in '/builds/worker/.local/bin' which is not on PATH.
[pip-install 2024-11-14T14:30:10.534Z] Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
[pip-install 2024-11-14T14:30:10.775Z] WARNING: The script cookiecutter is installed in '/builds/worker/.local/bin' which is not on PATH.
[pip-install 2024-11-14T14:30:10.775Z] Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
[pip-install 2024-11-14T14:30:10.874Z] WARNING: The script taskgraph is installed in '/builds/worker/.local/bin' which is not on PATH.
[pip-install 2024-11-14T14:30:10.874Z] Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
[pip-install 2024-11-14T14:30:10.930Z] Successfully installed arrow-1.3.0 certifi-2022.9.24 chardet-5.2.0 charset-normalizer-2.0.12 click-8.1.7 cookiecutter-2.5.0 json-e-4.4.3 markdown-it-py-3.0.0 mdurl-0.1.2 pygments-2.17.2 requests-2.27.1 rich-13.7.0 taskcluster-taskgraph-7.0.0 types-python-dateutil-2.8.19.14 urllib3-1.26.12
[task 2024-11-14T14:30:11.041Z] executing ['bash', '-cx', 'ln -s /builds/worker/artifacts artifacts && ~/.local/bin/taskgraph decision --pushlog-id=\'0\' --pushdate=\'0\' --project=\'balrog\' --message="" --owner=\'release+balrog-ci@mozilla.com\' --level=\'1\' --base-repository="$BALROG_BASE_REPOSITORY" --head-repository="$BALROG_HEAD_REPOSITORY" --head-ref="$BALROG_HEAD_REF" --head-rev="$BALROG_HEAD_REV" --repository-type="$BALROG_REPOSITORY_TYPE" --tasks-for=\'github-pull-request\' --target-tasks-method=balrog ']
[task 2024-11-14T14:30:11.044Z] + ln -s /builds/worker/artifacts artifacts
[task 2024-11-14T14:30:11.046Z] + /builds/worker/.local/bin/taskgraph decision --pushlog-id=0 --pushdate=0 --project=balrog --message= --owner=release+balrog-ci@mozilla.com --level=1 --base-repository=https://github.com/mozilla-releng/balrog --head-repository=https://github.com/bhearsum/balrog --head-ref=2024-11-14 --head-rev=cdd978963f755f8faf796b2449e3af54b548d568 --repository-type=git --tasks-for=github-pull-request --target-tasks-method=balrog
[task 2024-11-14T14:30:11.270Z] /builds/worker/.local/lib/python3.11/site-packages/requests/__init__.py:102: RequestsDependencyWarning: urllib3 (1.26.12) or chardet (5.2.0)/charset_normalizer (2.0.12) doesn't match a supported version!
[task 2024-11-14T14:30:11.270Z] warnings.warn("urllib3 ({}) or chardet ({})/charset_normalizer ({}) doesn't match a supported "
[task 2024-11-14T14:30:11.361Z] 2024-11-14 14:30:11,360 - INFO - Loading graph configuration.
[task 2024-11-14T14:30:11.373Z] 2024-11-14 14:30:11,373 - INFO - base_ref has been reset from "" to "origin/main".
[task 2024-11-14T14:30:11.373Z] 2024-11-14 14:30:11,373 - INFO - base_rev is not set.
[task 2024-11-14T14:30:11.374Z] 2024-11-14 14:30:11,373 - INFO - Using base_ref "origin/main" to determine latest common revision...
[task 2024-11-14T14:30:11.376Z] 2024-11-14 14:30:11,376 - INFO - base_rev has been reset from "" to "7aba8c3a45c16312617bede7e0000ff64ae4c82c".
[task 2024-11-14T14:30:11.377Z] 2024-11-14 14:30:11,377 - WARNING - using default project parameters; add balrog to PER_PROJECT_PARAMETERS in /builds/worker/.local/lib/python3.11/site-packages/taskgraph/decision.py to customize behavior for this project
[task 2024-11-14T14:30:11.378Z] 2024-11-14 14:30:11,378 - INFO - Using Parameters(id=ed059fed2618) (from defaults)
[task 2024-11-14T14:30:11.379Z] 2024-11-14 14:30:11,379 - INFO - writing artifact file `parameters.yml`
[task 2024-11-14T14:30:11.384Z] 2024-11-14 14:30:11,384 - INFO - writing artifact file `actions.json`
[task 2024-11-14T14:30:11.386Z] 2024-11-14 14:30:11,385 - INFO - Loading kinds
[task 2024-11-14T14:30:11.403Z] 2024-11-14 14:30:11,403 - INFO - Generating full task set
[task 2024-11-14T14:30:11.413Z] 2024-11-14 14:30:11,413 - INFO - Writing docker-contexts/python3.9.tar.gz for docker image python3.9
[task 2024-11-14T14:30:11.431Z] 2024-11-14 14:30:11,430 - INFO - Writing docker-contexts/python3.11.tar.gz for docker image python3.11
[task 2024-11-14T14:30:11.448Z] 2024-11-14 14:30:11,448 - INFO - Writing docker-contexts/node.tar.gz for docker image node
[task 2024-11-14T14:30:11.466Z] 2024-11-14 14:30:11,466 - INFO - Writing docker-contexts/skopeo.tar.gz for docker image skopeo
[task 2024-11-14T14:30:11.484Z] 2024-11-14 14:30:11,484 - INFO - Writing docker-contexts/balrog-agent.tar.gz for docker image balrog-agent
[task 2024-11-14T14:30:11.494Z] 2024-11-14 14:30:11,494 - INFO - Writing docker-contexts/balrog-backend.tar.gz for docker image balrog-backend
[task 2024-11-14T14:30:11.606Z] 2024-11-14 14:30:11,606 - INFO - Generated 6 tasks for kind docker-image
[task 2024-11-14T14:30:11.618Z] 2024-11-14 14:30:11,618 - INFO - Generated 2 tasks for kind push-image
[task 2024-11-14T14:30:11.622Z] 2024-11-14 14:30:11,622 - INFO - Generated 4 tasks for kind test
[task 2024-11-14T14:30:11.624Z] 2024-11-14 14:30:11,624 - INFO - Generated 2 tasks for kind ui
[task 2024-11-14T14:30:11.627Z] 2024-11-14 14:30:11,627 - INFO - Generated 2 tasks for kind push-js
[task 2024-11-14T14:30:11.627Z] 2024-11-14 14:30:11,627 - INFO - Generating full task graph
[task 2024-11-14T14:30:11.627Z] 2024-11-14 14:30:11,627 - INFO - Full task graph contains 16 tasks and 16 dependencies
[task 2024-11-14T14:30:11.628Z] 2024-11-14 14:30:11,628 - INFO - writing artifact file `full-task-graph.json`
[task 2024-11-14T14:30:11.631Z] 2024-11-14 14:30:11,631 - INFO - writing artifact file `runnable-jobs.json`
[task 2024-11-14T14:30:11.631Z] 2024-11-14 14:30:11,631 - INFO - Generating target task set
[task 2024-11-14T14:30:11.632Z] 2024-11-14 14:30:11,632 - INFO - Filter filter_target_tasks pruned 10 tasks (6 remain)
[task 2024-11-14T14:30:11.632Z] 2024-11-14 14:30:11,632 - INFO - writing artifact file `target-tasks.json`
[task 2024-11-14T14:30:11.632Z] 2024-11-14 14:30:11,632 - INFO - Generating target task graph
[task 2024-11-14T14:30:11.632Z] 2024-11-14 14:30:11,632 - INFO - Adding 6 tasks with `always_target` attribute
[task 2024-11-14T14:30:11.633Z] 2024-11-14 14:30:11,632 - INFO - Generating optimized task graph
[task 2024-11-14T14:30:11.633Z] 2024-11-14 14:30:11,632 - INFO - No tasks removed during optimization
[task 2024-11-14T14:30:11.687Z] 2024-11-14 14:30:11,687 - WARNING - response body: {
[task 2024-11-14T14:30:11.687Z] "code": "ResourceNotFound",
[task 2024-11-14T14:30:11.687Z] "message": "Indexed task not found\n\n---\n\n* method: findTask\n* errorCode: ResourceNotFound\n* statusCode: 404\n* time: 2024-11-14T14:30:11.685Z",
[task 2024-11-14T14:30:11.687Z] "requestInfo": {
[task 2024-11-14T14:30:11.687Z] "method": "findTask",
[task 2024-11-14T14:30:11.687Z] "params": {
[task 2024-11-14T14:30:11.687Z] "indexPath": "releng.cache.level-3.docker-images.v2.balrog-agent.hash.b99dfe3a9085f3b9665ea1f057afa5488053d3f2971273da212d085a6d12cdc2"
[task 2024-11-14T14:30:11.687Z] },
[task 2024-11-14T14:30:11.687Z] "payload": {},
[task 2024-11-14T14:30:11.687Z] "time": "2024-11-14T14:30:11.685Z"
[task 2024-11-14T14:30:11.687Z] }
[task 2024-11-14T14:30:11.687Z] }
[task 2024-11-14T14:30:11.703Z] 2024-11-14 14:30:11,703 - WARNING - response body: {
[task 2024-11-14T14:30:11.703Z] "code": "ResourceNotFound",
[task 2024-11-14T14:30:11.703Z] "message": "Indexed task not found\n\n---\n\n* method: findTask\n* errorCode: ResourceNotFound\n* statusCode: 404\n* time: 2024-11-14T14:30:11.701Z",
[task 2024-11-14T14:30:11.703Z] "requestInfo": {
[task 2024-11-14T14:30:11.703Z] "method": "findTask",
[task 2024-11-14T14:30:11.703Z] "params": {
[task 2024-11-14T14:30:11.703Z] "indexPath": "releng.cache.level-3.docker-images.v2.balrog-backend.hash.14a03b7625bb450fd10bfc24075ecf2e596a5351f02b29197092d012cca85bf4"
[task 2024-11-14T14:30:11.703Z] },
[task 2024-11-14T14:30:11.703Z] "payload": {},
[task 2024-11-14T14:30:11.703Z] "time": "2024-11-14T14:30:11.701Z"
[task 2024-11-14T14:30:11.703Z] }
[task 2024-11-14T14:30:11.703Z] }
[task 2024-11-14T14:30:11.855Z] 2024-11-14 14:30:11,855 - INFO - Replaced 4 tasks by index-search (index-search) during optimization.
[task 2024-11-14T14:30:11.856Z] 2024-11-14 14:30:11,856 - INFO - writing artifact file `task-graph.json`
[task 2024-11-14T14:30:11.858Z] 2024-11-14 14:30:11,858 - INFO - writing artifact file `label-to-taskid.json`
[task 2024-11-14T14:30:11.860Z] 2024-11-14 14:30:11,860 - INFO - Creating task with taskId dcKev5dyR1evL2giJ-tj1g for build-docker-image-balrog-agent
[task 2024-11-14T14:30:11.862Z] 2024-11-14 14:30:11,862 - INFO - Creating task with taskId UJIcpQmdRcqQpj6E4eFM5g for test-agent
[task 2024-11-14T14:30:11.865Z] 2024-11-14 14:30:11,864 - INFO - Creating task with taskId fFQDolv7SX-RLGoXtP06fg for build-docker-image-balrog-backend
[task 2024-11-14T14:30:11.867Z] 2024-11-14 14:30:11,867 - INFO - Creating task with taskId YmEHV5Q5QEqpx2Ar8nZrIA for ui-tests
[task 2024-11-14T14:30:11.872Z] 2024-11-14 14:30:11,872 - INFO - Creating task with taskId LbOzR_KZSRS95l12JAgShQ for test-client
[task 2024-11-14T14:30:11.879Z] 2024-11-14 14:30:11,876 - INFO - Creating task with taskId P_Aslj3YT1KC3HwnnpWN7w for test-backend
[task 2024-11-14T14:30:11.883Z] 2024-11-14 14:30:11,882 - INFO - Creating task with taskId EEDjuvSGTpm6NqMct9d7-g for ui-build
[task 2024-11-14T14:30:11.888Z] 2024-11-14 14:30:11,883 - INFO - Creating task with taskId akweeTRbQlC9pyCSmtvZgw for test-client-py311
[taskcluster 2024-11-14 14:30:12.304Z] === Task Finished ===
[taskcluster 2024-11-14 14:30:14.186Z] Successful task run with exit code: 0 completed in 27.23 seconds