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

Set scopes properly in push-image tasks #442

Merged
merged 1 commit into from
Feb 7, 2024

ci: define scopes in push-image tasks

d3fdb61
Select commit
Loading
Failed to load commit list.
Merged

Set scopes properly in push-image tasks #442

ci: define scopes in push-image tasks
d3fdb61
Select commit
Loading
Failed to load commit list.
firefoxci-taskcluster / tests-type-check succeeded Feb 7, 2024 in 36s

FirefoxCI (pull_request)

Run type checking against src with Pyright (Treeherder push)

Details

View task in Taskcluster
View logs in Taskcluster


[taskcluster 2024-02-07 14:23:59.582Z] Task ID: dtIcLZ9fSsWBLX-dtlYOjw
[taskcluster 2024-02-07 14:23:59.582Z] Worker ID: 351460673079620110
[taskcluster 2024-02-07 14:23:59.582Z] Worker Group: us-west1
[taskcluster 2024-02-07 14:23:59.582Z] Worker Node Type: projects/887720501152/machineTypes/n2-standard-4
[taskcluster 2024-02-07 14:23:59.582Z] Worker Pool: taskgraph-t/linux-gcp
[taskcluster 2024-02-07 14:23:59.582Z] Worker Version: 38.0.5
[taskcluster 2024-02-07 14:23:59.582Z] Public IP: 34.83.214.2
[taskcluster 2024-02-07 14:23:59.582Z] Hostname: taskgraph-t-linux-gcp-zd5joxxes--98whrzu7f1g
[taskcluster 2024-02-07 14:23:59.582Z] using cache "taskgraph-level-1-checkouts-v3-58974d7dcf0417b3fe53-UWOX6_WVTjq6SceEDRVWbQ" -> /builds/worker/checkouts

[taskcluster 2024-02-07 14:23:59.929Z] Image 'public/image.tar.zst' from task 'UWOX6_WVTjq6SceEDRVWbQ' loaded.  Using image ID sha256:31fcdb830b2a35ef9e836763e3fe0c368822317e3117f47e6cf375603bed14a1.
[taskcluster 2024-02-07 14:23:59.943Z] === Task Starting ===
[setup 2024-02-07T14:24:00.223Z] run-task started in /
[setup 2024-02-07T14:24:00.223Z] Invoked by command: --ci-checkout=/builds/worker/checkouts/vcs/ --task-cwd /builds/worker/checkouts/vcs -- bash -cx pip install --user -r requirements/test.txt --require-hashes && pip install --user --no-deps . && pyright
[setup 2024-02-07T14:24:00.223Z] Python version: 3.11.2
[cache 2024-02-07T14:24:00.224Z] cache /builds/worker/checkouts exists; requirements: gid=1000 uid=1000 version=1
[volume 2024-02-07T14:24:00.224Z] changing ownership of volume /builds/worker/.cache to 1000:1000
[volume 2024-02-07T14:24:00.224Z] volume /builds/worker/checkouts is a cache
[setup 2024-02-07T14:24:00.225Z] running as worker:worker
[vcs 2024-02-07T14:24:00.225Z] executing ['git', 'config', '--global', '--add', 'safe.directory', '/builds/worker/checkouts/vcs']
[vcs 2024-02-07T14:24:00.227Z] executing ['git', 'fetch', '--no-tags', 'https://github.com/ahal/taskgraph', 'test']
[vcs 2024-02-07T14:24:00.657Z] From https://github.com/ahal/taskgraph
[vcs 2024-02-07T14:24:00.657Z]  * branch            test       -> FETCH_HEAD
[vcs 2024-02-07T14:24:00.658Z] executing ['git', 'checkout', '-f', '-B', 'test', 'd3fdb618f3519cb71890cceb14c93e0909dd67d9']
[vcs 2024-02-07T14:24:00.663Z] Reset branch 'test'
[vcs 2024-02-07T14:24:00.663Z] cleaning git checkout...
[vcs 2024-02-07T14:24:00.663Z] executing ['git', 'clean', '-nxdff']
[vcs 2024-02-07T14:24:00.666Z] removing ['/builds/worker/checkouts/vcs/build/', '/builds/worker/checkouts/vcs/src/taskcluster_taskgraph.egg-info/']
[vcs 2024-02-07T14:24:00.669Z] successfully cleaned git checkout!
[vcs 2024-02-07T14:24:00.670Z] TinderboxPrint:<a href='https://github.com/ahal/taskgraph/commit/d3fdb618f3519cb71890cceb14c93e0909dd67d9' title='Built from taskgraph commit d3fdb618f3519cb71890cceb14c93e0909dd67d9'>d3fdb618f3519cb71890cceb14c93e0909dd67d9</a>
[task 2024-02-07T14:24:00.670Z] executing ['bash', '-cx', 'pip install --user -r requirements/test.txt --require-hashes && pip install --user --no-deps . && pyright']
[task 2024-02-07T14:24:00.672Z] + pip install --user -r requirements/test.txt --require-hashes
[task 2024-02-07T14:24:02.498Z] Collecting appdirs==1.4.4
[task 2024-02-07T14:24:02.562Z]   Downloading appdirs-1.4.4-py2.py3-none-any.whl (9.6 kB)
[task 2024-02-07T14:24:02.606Z] Collecting arrow==1.3.0
[task 2024-02-07T14:24:02.617Z]   Downloading arrow-1.3.0-py3-none-any.whl (66 kB)
[task 2024-02-07T14:24:02.632Z]      ---------------------------------------- 66.4/66.4 kB 5.0 MB/s eta 0:00:00
[task 2024-02-07T14:24:02.650Z] Collecting binaryornot==0.4.4
[task 2024-02-07T14:24:02.662Z]   Downloading binaryornot-0.4.4-py2.py3-none-any.whl (9.0 kB)
[task 2024-02-07T14:24:02.697Z] Collecting certifi==2023.11.17
[task 2024-02-07T14:24:02.709Z]   Downloading certifi-2023.11.17-py3-none-any.whl (162 kB)
[task 2024-02-07T14:24:02.721Z]      -------------------------------------- 162.5/162.5 kB 17.4 MB/s eta 0:00:00
[task 2024-02-07T14:24:02.742Z] Collecting chardet==5.2.0
[task 2024-02-07T14:24:02.754Z]   Downloading chardet-5.2.0-py3-none-any.whl (199 kB)
[task 2024-02-07T14:24:02.762Z]      -------------------------------------- 199.4/199.4 kB 52.7 MB/s eta 0:00:00
[task 2024-02-07T14:24:02.936Z] Collecting charset-normalizer==3.3.2
[task 2024-02-07T14:24:02.948Z]   Downloading charset_normalizer-3.3.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (142 kB)
[task 2024-02-07T14:24:02.955Z]      -------------------------------------- 142.3/142.3 kB 42.8 MB/s eta 0:00:00
[task 2024-02-07T14:24:02.990Z] Collecting click==8.1.7
[task 2024-02-07T14:24:03.002Z]   Downloading click-8.1.7-py3-none-any.whl (97 kB)
[task 2024-02-07T14:24:03.008Z]      ---------------------------------------- 97.9/97.9 kB 28.1 MB/s eta 0:00:00
[task 2024-02-07T14:24:03.035Z] Collecting cookiecutter==2.5.0
[task 2024-02-07T14:24:03.051Z]   Downloading cookiecutter-2.5.0-py3-none-any.whl (39 kB)
[task 2024-02-07T14:24:03.072Z] Collecting giturlparse==0.12.0
[task 2024-02-07T14:24:03.085Z]   Downloading giturlparse-0.12.0-py2.py3-none-any.whl (15 kB)
[task 2024-02-07T14:24:03.111Z] Collecting idna==3.6
[task 2024-02-07T14:24:03.123Z]   Downloading idna-3.6-py3-none-any.whl (61 kB)
[task 2024-02-07T14:24:03.128Z]      ---------------------------------------- 61.6/61.6 kB 24.1 MB/s eta 0:00:00
[task 2024-02-07T14:24:03.158Z] Collecting jinja2==3.1.2
[task 2024-02-07T14:24:03.169Z]   Downloading Jinja2-3.1.2-py3-none-any.whl (133 kB)
[task 2024-02-07T14:24:03.177Z]      -------------------------------------- 133.1/133.1 kB 32.7 MB/s eta 0:00:00
[task 2024-02-07T14:24:03.206Z] Collecting json-e==4.6.0
[task 2024-02-07T14:24:03.219Z]   Downloading json_e-4.6.0-py3-none-any.whl (13 kB)
[task 2024-02-07T14:24:03.258Z] Collecting markdown-it-py==3.0.0
[task 2024-02-07T14:24:03.269Z]   Downloading markdown_it_py-3.0.0-py3-none-any.whl (87 kB)
[task 2024-02-07T14:24:03.276Z]      ---------------------------------------- 87.5/87.5 kB 25.5 MB/s eta 0:00:00
[task 2024-02-07T14:24:03.391Z] Collecting markupsafe==2.1.3
[task 2024-02-07T14:24:03.403Z]   Downloading MarkupSafe-2.1.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (25 kB)
[task 2024-02-07T14:24:03.421Z] Collecting mdurl==0.1.2
[task 2024-02-07T14:24:03.434Z]   Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB)
[task 2024-02-07T14:24:03.453Z] Collecting mozilla-repo-urls==0.1.1
[task 2024-02-07T14:24:03.466Z]   Downloading mozilla_repo_urls-0.1.1-py3-none-any.whl (6.2 kB)
[task 2024-02-07T14:24:03.508Z] Collecting pygments==2.17.2
[task 2024-02-07T14:24:03.520Z]   Downloading pygments-2.17.2-py3-none-any.whl (1.2 MB)
[task 2024-02-07T14:24:03.540Z]      ---------------------------------------- 1.2/1.2 MB 69.0 MB/s eta 0:00:00
[task 2024-02-07T14:24:03.571Z] Collecting python-dateutil==2.8.2
[task 2024-02-07T14:24:03.582Z]   Downloading python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB)
[task 2024-02-07T14:24:03.589Z]      -------------------------------------- 247.7/247.7 kB 73.5 MB/s eta 0:00:00
[task 2024-02-07T14:24:03.615Z] Collecting python-slugify==8.0.1
[task 2024-02-07T14:24:03.627Z]   Downloading python_slugify-8.0.1-py2.py3-none-any.whl (9.7 kB)
[task 2024-02-07T14:24:03.707Z] Collecting pyyaml==6.0.1
[task 2024-02-07T14:24:03.719Z]   Downloading PyYAML-6.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (738 kB)
[task 2024-02-07T14:24:03.729Z]      ------------------------------------- 738.9/738.9 kB 111.0 MB/s eta 0:00:00
[task 2024-02-07T14:24:03.748Z] Collecting redo==2.0.4
[task 2024-02-07T14:24:03.761Z]   Downloading redo-2.0.4-py2.py3-none-any.whl (12 kB)
[task 2024-02-07T14:24:03.816Z] Collecting requests==2.31.0
[task 2024-02-07T14:24:03.827Z]   Downloading requests-2.31.0-py3-none-any.whl (62 kB)
[task 2024-02-07T14:24:03.832Z]      ---------------------------------------- 62.6/62.6 kB 23.6 MB/s eta 0:00:00
[task 2024-02-07T14:24:03.942Z] Collecting rich==13.7.0
[task 2024-02-07T14:24:03.954Z]   Downloading rich-13.7.0-py3-none-any.whl (240 kB)
[task 2024-02-07T14:24:03.962Z]      -------------------------------------- 240.6/240.6 kB 55.4 MB/s eta 0:00:00
[task 2024-02-07T14:24:03.985Z] Collecting six==1.16.0
[task 2024-02-07T14:24:03.997Z]   Downloading six-1.16.0-py2.py3-none-any.whl (11 kB)
[task 2024-02-07T14:24:04.015Z] Collecting slugid==2.0.0
[task 2024-02-07T14:24:04.028Z]   Downloading slugid-2.0.0-py2.py3-none-any.whl (8.2 kB)
[task 2024-02-07T14:24:04.046Z] Collecting taskcluster-urls==13.0.1
[task 2024-02-07T14:24:04.059Z]   Downloading taskcluster_urls-13.0.1-py3-none-any.whl (10 kB)
[task 2024-02-07T14:24:04.080Z] Collecting text-unidecode==1.3
[task 2024-02-07T14:24:04.091Z]   Downloading text_unidecode-1.3-py2.py3-none-any.whl (78 kB)
[task 2024-02-07T14:24:04.097Z]      ---------------------------------------- 78.2/78.2 kB 30.3 MB/s eta 0:00:00
[task 2024-02-07T14:24:04.125Z] Collecting types-python-dateutil==2.8.19.14
[task 2024-02-07T14:24:04.136Z]   Downloading types_python_dateutil-2.8.19.14-py3-none-any.whl (9.4 kB)
[task 2024-02-07T14:24:04.167Z] Collecting typing-extensions==4.9.0
[task 2024-02-07T14:24:04.178Z]   Downloading typing_extensions-4.9.0-py3-none-any.whl (32 kB)
[task 2024-02-07T14:24:04.240Z] Collecting urllib3==2.1.0
[task 2024-02-07T14:24:04.251Z]   Downloading urllib3-2.1.0-py3-none-any.whl (104 kB)
[task 2024-02-07T14:24:04.257Z]      -------------------------------------- 104.6/104.6 kB 39.8 MB/s eta 0:00:00
[task 2024-02-07T14:24:04.280Z] Collecting voluptuous==0.14.1
[task 2024-02-07T14:24:04.293Z]   Downloading voluptuous-0.14.1-py3-none-any.whl (30 kB)
[task 2024-02-07T14:24:04.324Z] Collecting cachetools==5.3.2
[task 2024-02-07T14:24:04.336Z]   Downloading cachetools-5.3.2-py3-none-any.whl (9.3 kB)
[task 2024-02-07T14:24:04.367Z] Collecting colorama==0.4.6
[task 2024-02-07T14:24:04.379Z]   Downloading colorama-0.4.6-py2.py3-none-any.whl (25 kB)
[task 2024-02-07T14:24:05.042Z] Collecting coverage==7.3.4
[task 2024-02-07T14:24:05.073Z]   Downloading coverage-7.3.4-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (227 kB)
[task 2024-02-07T14:24:05.080Z]      -------------------------------------- 228.0/228.0 kB 64.6 MB/s eta 0:00:00
[task 2024-02-07T14:24:05.100Z] Collecting distlib==0.3.8
[task 2024-02-07T14:24:05.113Z]   Downloading distlib-0.3.8-py2.py3-none-any.whl (468 kB)
[task 2024-02-07T14:24:05.121Z]      -------------------------------------- 468.9/468.9 kB 94.1 MB/s eta 0:00:00
[task 2024-02-07T14:24:05.144Z] Collecting exceptiongroup==1.2.0
[task 2024-02-07T14:24:05.156Z]   Downloading exceptiongroup-1.2.0-py3-none-any.whl (16 kB)
[task 2024-02-07T14:24:05.192Z] Collecting filelock==3.13.1
[task 2024-02-07T14:24:05.204Z]   Downloading filelock-3.13.1-py3-none-any.whl (11 kB)
[task 2024-02-07T14:24:05.222Z] Collecting iniconfig==2.0.0
[task 2024-02-07T14:24:05.233Z]   Downloading iniconfig-2.0.0-py3-none-any.whl (5.9 kB)
[task 2024-02-07T14:24:05.270Z] Collecting mock==5.1.0
[task 2024-02-07T14:24:05.282Z]   Downloading mock-5.1.0-py3-none-any.whl (30 kB)
[task 2024-02-07T14:24:05.310Z] Collecting nodeenv==1.8.0
[task 2024-02-07T14:24:05.321Z]   Downloading nodeenv-1.8.0-py2.py3-none-any.whl (22 kB)
[task 2024-02-07T14:24:05.357Z] Collecting packaging==23.2
[task 2024-02-07T14:24:05.369Z]   Downloading packaging-23.2-py3-none-any.whl (53 kB)
[task 2024-02-07T14:24:05.374Z]      ---------------------------------------- 53.0/53.0 kB 20.8 MB/s eta 0:00:00
[task 2024-02-07T14:24:05.406Z] Collecting platformdirs==4.1.0
[task 2024-02-07T14:24:05.418Z]   Downloading platformdirs-4.1.0-py3-none-any.whl (17 kB)
[task 2024-02-07T14:24:05.445Z] Collecting pluggy==1.3.0
[task 2024-02-07T14:24:05.456Z]   Downloading pluggy-1.3.0-py3-none-any.whl (18 kB)
[task 2024-02-07T14:24:05.480Z] Collecting pyproject-api==1.6.1
[task 2024-02-07T14:24:05.492Z]   Downloading pyproject_api-1.6.1-py3-none-any.whl (12 kB)
[task 2024-02-07T14:24:05.571Z] Collecting pyright==1.1.342
[task 2024-02-07T14:24:05.584Z]   Downloading pyright-1.1.342-py3-none-any.whl (18 kB)
[task 2024-02-07T14:24:05.673Z] Collecting pytest==7.4.3
[task 2024-02-07T14:24:05.686Z]   Downloading pytest-7.4.3-py3-none-any.whl (325 kB)
[task 2024-02-07T14:24:05.693Z]      -------------------------------------- 325.1/325.1 kB 81.7 MB/s eta 0:00:00
[task 2024-02-07T14:24:05.737Z] Collecting pytest-mock==3.12.0
[task 2024-02-07T14:24:05.749Z]   Downloading pytest_mock-3.12.0-py3-none-any.whl (9.8 kB)
[task 2024-02-07T14:24:05.792Z] Collecting responses==0.24.1
[task 2024-02-07T14:24:05.804Z]   Downloading responses-0.24.1-py3-none-any.whl (55 kB)
[task 2024-02-07T14:24:05.809Z]      ---------------------------------------- 55.1/55.1 kB 18.7 MB/s eta 0:00:00
[task 2024-02-07T14:24:05.834Z] Collecting tomli==2.0.1
[task 2024-02-07T14:24:05.846Z]   Downloading tomli-2.0.1-py3-none-any.whl (12 kB)
[task 2024-02-07T14:24:05.974Z] Collecting tox==4.11.4
[task 2024-02-07T14:24:05.987Z]   Downloading tox-4.11.4-py3-none-any.whl (153 kB)
[task 2024-02-07T14:24:05.993Z]      -------------------------------------- 154.0/154.0 kB 51.9 MB/s eta 0:00:00
[task 2024-02-07T14:24:06.117Z] Collecting virtualenv==20.25.0
[task 2024-02-07T14:24:06.132Z]   Downloading virtualenv-20.25.0-py3-none-any.whl (3.8 MB)
[task 2024-02-07T14:24:06.163Z]      ---------------------------------------- 3.8/3.8 MB 132.7 MB/s eta 0:00:00
[task 2024-02-07T14:24:06.456Z] Collecting setuptools==69.0.2
[task 2024-02-07T14:24:06.470Z]   Downloading setuptools-69.0.2-py3-none-any.whl (819 kB)
[task 2024-02-07T14:24:06.481Z]      ------------------------------------- 819.5/819.5 kB 117.8 MB/s eta 0:00:00
[task 2024-02-07T14:24:07.501Z] Installing collected packages: types-python-dateutil, text-unidecode, taskcluster-urls, slugid, redo, json-e, distlib, appdirs, voluptuous, urllib3, typing-extensions, tomli, six, setuptools, pyyaml, python-slugify, pygments, pluggy, platformdirs, packaging, mock, mdurl, markupsafe, iniconfig, idna, giturlparse, filelock, exceptiongroup, coverage, colorama, click, charset-normalizer, chardet, certifi, cachetools, virtualenv, requests, python-dateutil, pytest, pyproject-api, nodeenv, mozilla-repo-urls, markdown-it-py, jinja2, binaryornot, tox, rich, responses, pytest-mock, pyright, arrow, cookiecutter
[task 2024-02-07T14:24:10.696Z] Successfully installed appdirs-1.4.4 arrow-1.3.0 binaryornot-0.4.4 cachetools-5.3.2 certifi-2023.11.17 chardet-5.2.0 charset-normalizer-3.3.2 click-8.1.7 colorama-0.4.6 cookiecutter-2.5.0 coverage-7.3.4 distlib-0.3.8 exceptiongroup-1.2.0 filelock-3.13.1 giturlparse-0.12.0 idna-3.6 iniconfig-2.0.0 jinja2-3.1.2 json-e-4.6.0 markdown-it-py-3.0.0 markupsafe-2.1.3 mdurl-0.1.2 mock-5.1.0 mozilla-repo-urls-0.1.1 nodeenv-1.8.0 packaging-23.2 platformdirs-4.1.0 pluggy-1.3.0 pygments-2.17.2 pyproject-api-1.6.1 pyright-1.1.342 pytest-7.4.3 pytest-mock-3.12.0 python-dateutil-2.8.2 python-slugify-8.0.1 pyyaml-6.0.1 redo-2.0.4 requests-2.31.0 responses-0.24.1 rich-13.7.0 setuptools-69.0.2 six-1.16.0 slugid-2.0.0 taskcluster-urls-13.0.1 text-unidecode-1.3 tomli-2.0.1 tox-4.11.4 types-python-dateutil-2.8.19.14 typing-extensions-4.9.0 urllib3-2.1.0 virtualenv-20.25.0 voluptuous-0.14.1
[task 2024-02-07T14:24:10.826Z] 
[task 2024-02-07T14:24:10.826Z] [notice] A new release of pip is available: 23.0.1 -> 24.0
[task 2024-02-07T14:24:10.826Z] [notice] To update, run: pip install --upgrade pip
[task 2024-02-07T14:24:11.189Z] + pip install --user --no-deps .
[task 2024-02-07T14:24:12.844Z] Processing /builds/worker/checkouts/vcs
[task 2024-02-07T14:24:12.851Z]   Installing build dependencies: started
[task 2024-02-07T14:24:16.103Z]   Installing build dependencies: finished with status 'done'
[task 2024-02-07T14:24:16.105Z]   Getting requirements to build wheel: started
[task 2024-02-07T14:24:16.605Z]   Getting requirements to build wheel: finished with status 'done'
[task 2024-02-07T14:24:16.609Z]   Preparing metadata (pyproject.toml): started
[task 2024-02-07T14:24:17.186Z]   Preparing metadata (pyproject.toml): finished with status 'done'
[task 2024-02-07T14:24:17.190Z] Building wheels for collected packages: taskcluster-taskgraph
[task 2024-02-07T14:24:17.191Z]   Building wheel for taskcluster-taskgraph (pyproject.toml): started
[task 2024-02-07T14:24:17.836Z]   Building wheel for taskcluster-taskgraph (pyproject.toml): finished with status 'done'
[task 2024-02-07T14:24:17.838Z]   Created wheel for taskcluster-taskgraph: filename=taskcluster_taskgraph-7.1.2-py3-none-any.whl size=186383 sha256=cbe5120e1c1008cb646256020c340f1aa196f290da1c919a89c9055f00316b2f
[task 2024-02-07T14:24:17.838Z]   Stored in directory: /tmp/pip-ephem-wheel-cache-n_1tjxzg/wheels/77/1b/fa/740b545870bada289553641e3d455ffd9fc03805581f29153c
[task 2024-02-07T14:24:17.845Z] Successfully built taskcluster-taskgraph
[task 2024-02-07T14:24:17.846Z] Installing collected packages: taskcluster-taskgraph
[task 2024-02-07T14:24:17.967Z] Successfully installed taskcluster-taskgraph-7.1.2
[task 2024-02-07T14:24:17.975Z] 
[task 2024-02-07T14:24:17.975Z] [notice] A new release of pip is available: 23.0.1 -> 24.0
[task 2024-02-07T14:24:17.975Z] [notice] To update, run: pip install --upgrade pip
[task 2024-02-07T14:24:18.144Z] + pyright
[task 2024-02-07T14:24:19.036Z] /builds/worker/.local/lib/python3.9/site-packages/nodeenv.py:48: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
[task 2024-02-07T14:24:19.036Z]   from pkg_resources import parse_version
[task 2024-02-07T14:24:22.639Z]  * Install prebuilt node (21.6.1) ..... done.
[task 2024-02-07T14:24:25.318Z] 
[task 2024-02-07T14:24:25.318Z] added 1 package, and audited 2 packages in 2s
[task 2024-02-07T14:24:25.319Z] 
[task 2024-02-07T14:24:25.319Z] found 0 vulnerabilities
[task 2024-02-07T14:24:28.121Z] 0 errors, 0 warnings, 0 informations 
[task 2024-02-07T14:24:28.138Z] WARNING: there is a new pyright version available (v1.1.342 -> v1.1.350).
[task 2024-02-07T14:24:28.138Z] Please install the new version or set PYRIGHT_PYTHON_FORCE_VERSION to `latest`
[task 2024-02-07T14:24:28.138Z] 
[taskcluster 2024-02-07 14:24:29.457Z] === Task Finished ===
[taskcluster 2024-02-07 14:24:29.458Z] Successful task run with exit code: 0 completed in 29.876 seconds