feat: more featureful set-name for from-deps #484
+85
−10
Merged
firefoxci-taskcluster / tests-type-check
succeeded
Apr 8, 2024 in 2m 43s
FirefoxCI (pull_request)
Run type checking against src with Pyright (Treeherder push)
Details
View task in Taskcluster
View logs in Taskcluster
[taskcluster 2024-04-08 14:21:53.587Z] Task ID: Dte0eyv2SH6BTx21-IaclQ
[taskcluster 2024-04-08 14:21:53.587Z] Worker ID: 8458182556284502957
[taskcluster 2024-04-08 14:21:53.587Z] Worker Group: us-central1-a
[taskcluster 2024-04-08 14:21:53.587Z] Worker Node Type: projects/887720501152/machineTypes/n2-standard-4
[taskcluster 2024-04-08 14:21:53.587Z] Worker Pool: taskgraph-t/linux-gcp
[taskcluster 2024-04-08 14:21:53.587Z] Worker Version: 38.0.5
[taskcluster 2024-04-08 14:21:53.587Z] Public IP: 34.135.170.199
[taskcluster 2024-04-08 14:21:53.587Z] Hostname: taskgraph-t-linux-gcp-usqwtp4-rnuimuuey9isog
[taskcluster 2024-04-08 14:21:53.587Z] using cache "taskgraph-level-1-checkouts-v3-7afeb851dd97df8f3607-Q73w8mYARoWOQrc76qeXcg" -> /builds/worker/checkouts
[taskcluster 2024-04-08 14:21:56.184Z] Downloading artifact "public/image.tar.zst" from task ID: Q73w8mYARoWOQrc76qeXcg.
[taskcluster 2024-04-08 14:21:59.559Z] Downloaded artifact successfully.
[taskcluster 2024-04-08 14:21:59.559Z] Downloaded 378.280 mb
[taskcluster 2024-04-08 14:21:59.560Z] Decompressing downloaded image
[taskcluster 2024-04-08 14:22:02.507Z] Loading docker image from downloaded archive.
[taskcluster 2024-04-08 14:22:31.271Z] Image 'public/image.tar.zst' from task 'Q73w8mYARoWOQrc76qeXcg' loaded. Using image ID sha256:5613fe65deb2b3f3cad88812a02a0dfe97e11885c1d47f9cfd015c3138f76a0d.
[taskcluster 2024-04-08 14:22:31.487Z] === Task Starting ===
/usr/local/bin/run-task:118: DeprecationWarning: datetime.datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.now(datetime.UTC).
now = datetime.datetime.utcnow().isoformat().encode("utf-8")
[setup 2024-04-08T14:22:34.867Z] run-task started in /
[setup 2024-04-08T14:22:34.867Z] Invoked by command: --ci-checkout=/builds/worker/checkouts/vcs/ --task-cwd /builds/worker/checkouts/vcs -- bash -cx pyenv local 3.12 3.11 3.10 3.9 3.8 && pip install --user -r requirements/test.txt --require-hashes && pip install --user --no-deps . && pyright
[setup 2024-04-08T14:22:34.867Z] Python version: 3.12.2
[cache 2024-04-08T14:22:34.868Z] cache /builds/worker/checkouts is empty; writing requirements: gid=1000 uid=1000 version=1
/usr/local/bin/run-task:328: DeprecationWarning: datetime.datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.now(datetime.UTC).
now = datetime.datetime.utcnow().isoformat().encode("utf-8")
[volume 2024-04-08T14:22:34.869Z] changing ownership of volume /builds/worker/.cache to 1000:1000
[volume 2024-04-08T14:22:34.869Z] volume /builds/worker/checkouts is a cache
[setup 2024-04-08T14:22:34.869Z] running as worker:worker
[vcs 2024-04-08T14:22:34.869Z] executing ['git', 'config', '--global', '--add', 'safe.directory', '/builds/worker/checkouts/vcs']
/usr/local/bin/run-task:118: DeprecationWarning: datetime.datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.now(datetime.UTC).
now = datetime.datetime.utcnow().isoformat().encode("utf-8")
[vcs 2024-04-08T14:22:34.871Z] executing ['git', 'clone', 'https://github.com/taskcluster/taskgraph', '/builds/worker/checkouts/vcs']
/usr/local/bin/run-task:118: DeprecationWarning: datetime.datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.now(datetime.UTC).
now = datetime.datetime.utcnow().isoformat().encode("utf-8")
[vcs 2024-04-08T14:22:34.872Z] Cloning into '/builds/worker/checkouts/vcs'...
[vcs 2024-04-08T14:22:35.555Z] executing ['git', 'fetch', '--no-tags', 'https://github.com/bhearsum/taskgraph', 'from-deps-strip-kind']
/usr/local/bin/run-task:118: DeprecationWarning: datetime.datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.now(datetime.UTC).
now = datetime.datetime.utcnow().isoformat().encode("utf-8")
[vcs 2024-04-08T14:22:35.829Z] From https://github.com/bhearsum/taskgraph
[vcs 2024-04-08T14:22:35.829Z] * branch from-deps-strip-kind -> FETCH_HEAD
[vcs 2024-04-08T14:22:35.830Z] executing ['git', 'checkout', '-f', '-B', 'from-deps-strip-kind', '085bd416b57e3f07b6c7abed22a7b7696e58b279']
/usr/local/bin/run-task:118: DeprecationWarning: datetime.datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.now(datetime.UTC).
now = datetime.datetime.utcnow().isoformat().encode("utf-8")
[vcs 2024-04-08T14:22:35.844Z] Switched to a new branch 'from-deps-strip-kind'
[vcs 2024-04-08T14:22:35.844Z] cleaning git checkout...
[vcs 2024-04-08T14:22:35.844Z] executing ['git', 'clean', '-nxdff']
/usr/local/bin/run-task:118: DeprecationWarning: datetime.datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.now(datetime.UTC).
now = datetime.datetime.utcnow().isoformat().encode("utf-8")
[vcs 2024-04-08T14:22:35.846Z] removing []
[vcs 2024-04-08T14:22:35.846Z] successfully cleaned git checkout!
/usr/local/bin/run-task:118: DeprecationWarning: datetime.datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.now(datetime.UTC).
now = datetime.datetime.utcnow().isoformat().encode("utf-8")
[vcs 2024-04-08T14:22:35.847Z] TinderboxPrint:<a href='https://github.com/bhearsum/taskgraph/commit/085bd416b57e3f07b6c7abed22a7b7696e58b279' title='Built from taskgraph commit 085bd416b57e3f07b6c7abed22a7b7696e58b279'>085bd416b57e3f07b6c7abed22a7b7696e58b279</a>
[task 2024-04-08T14:22:35.848Z] executing ['bash', '-cx', 'pyenv local 3.12 3.11 3.10 3.9 3.8 && pip install --user -r requirements/test.txt --require-hashes && pip install --user --no-deps . && pyright']
/usr/local/bin/run-task:118: DeprecationWarning: datetime.datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.now(datetime.UTC).
now = datetime.datetime.utcnow().isoformat().encode("utf-8")
[task 2024-04-08T14:22:35.849Z] + pyenv local 3.12 3.11 3.10 3.9 3.8
[task 2024-04-08T14:22:35.934Z] + pip install --user -r requirements/test.txt --require-hashes
[task 2024-04-08T14:22:37.346Z] Collecting appdirs==1.4.4 (from -r requirements/base.txt (line 8))
[task 2024-04-08T14:22:37.485Z] Downloading appdirs-1.4.4-py2.py3-none-any.whl (9.6 kB)
[task 2024-04-08T14:22:37.536Z] Collecting arrow==1.3.0 (from -r requirements/base.txt (line 12))
[task 2024-04-08T14:22:37.571Z] Downloading arrow-1.3.0-py3-none-any.whl (66 kB)
[task 2024-04-08T14:22:37.615Z] ---------------------------------------- 66.4/66.4 kB 1.6 MB/s eta 0:00:00
[task 2024-04-08T14:22:37.643Z] Collecting binaryornot==0.4.4 (from -r requirements/base.txt (line 16))
[task 2024-04-08T14:22:37.678Z] Downloading binaryornot-0.4.4-py2.py3-none-any.whl (9.0 kB)
[task 2024-04-08T14:22:37.719Z] Collecting certifi==2023.11.17 (from -r requirements/base.txt (line 20))
[task 2024-04-08T14:22:37.754Z] Downloading certifi-2023.11.17-py3-none-any.whl (162 kB)
[task 2024-04-08T14:22:37.795Z] --------------------------------------- 162.5/162.5 kB 3.9 MB/s eta 0:00:00
[task 2024-04-08T14:22:37.824Z] Collecting chardet==5.2.0 (from -r requirements/base.txt (line 24))
[task 2024-04-08T14:22:37.859Z] Downloading chardet-5.2.0-py3-none-any.whl (199 kB)
[task 2024-04-08T14:22:37.873Z] -------------------------------------- 199.4/199.4 kB 16.9 MB/s eta 0:00:00
[task 2024-04-08T14:22:37.996Z] Collecting charset-normalizer==3.3.2 (from -r requirements/base.txt (line 28))
[task 2024-04-08T14:22:38.031Z] Downloading charset_normalizer-3.3.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (141 kB)
[task 2024-04-08T14:22:38.039Z] -------------------------------------- 141.9/141.9 kB 24.5 MB/s eta 0:00:00
[task 2024-04-08T14:22:38.081Z] Collecting click==8.1.7 (from -r requirements/base.txt (line 120))
[task 2024-04-08T14:22:38.116Z] Downloading click-8.1.7-py3-none-any.whl (97 kB)
[task 2024-04-08T14:22:38.122Z] ---------------------------------------- 97.9/97.9 kB 22.7 MB/s eta 0:00:00
[task 2024-04-08T14:22:38.157Z] Collecting cookiecutter==2.5.0 (from -r requirements/base.txt (line 124))
[task 2024-04-08T14:22:38.192Z] Downloading cookiecutter-2.5.0-py3-none-any.whl (39 kB)
[task 2024-04-08T14:22:38.222Z] Collecting giturlparse==0.12.0 (from -r requirements/base.txt (line 128))
[task 2024-04-08T14:22:38.257Z] Downloading giturlparse-0.12.0-py2.py3-none-any.whl (15 kB)
[task 2024-04-08T14:22:38.291Z] Collecting idna==3.6 (from -r requirements/base.txt (line 132))
[task 2024-04-08T14:22:38.325Z] Downloading idna-3.6-py3-none-any.whl (61 kB)
[task 2024-04-08T14:22:38.330Z] ---------------------------------------- 61.6/61.6 kB 21.2 MB/s eta 0:00:00
[task 2024-04-08T14:22:38.368Z] Collecting jinja2==3.1.2 (from -r requirements/base.txt (line 136))
[task 2024-04-08T14:22:38.403Z] Downloading Jinja2-3.1.2-py3-none-any.whl (133 kB)
[task 2024-04-08T14:22:38.410Z] -------------------------------------- 133.1/133.1 kB 23.8 MB/s eta 0:00:00
[task 2024-04-08T14:22:38.440Z] Collecting json-e==4.6.0 (from -r requirements/base.txt (line 140))
[task 2024-04-08T14:22:38.475Z] Downloading json_e-4.6.0-py3-none-any.whl (13 kB)
[task 2024-04-08T14:22:38.519Z] Collecting markdown-it-py==3.0.0 (from -r requirements/base.txt (line 144))
[task 2024-04-08T14:22:38.554Z] Downloading markdown_it_py-3.0.0-py3-none-any.whl (87 kB)
[task 2024-04-08T14:22:38.560Z] ---------------------------------------- 87.5/87.5 kB 24.6 MB/s eta 0:00:00
[task 2024-04-08T14:22:38.630Z] Collecting markupsafe==2.1.3 (from -r requirements/base.txt (line 148))
[task 2024-04-08T14:22:38.665Z] Downloading MarkupSafe-2.1.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (28 kB)
[task 2024-04-08T14:22:38.695Z] Collecting mdurl==0.1.2 (from -r requirements/base.txt (line 210))
[task 2024-04-08T14:22:38.730Z] Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB)
[task 2024-04-08T14:22:38.759Z] Collecting mozilla-repo-urls==0.1.1 (from -r requirements/base.txt (line 214))
[task 2024-04-08T14:22:38.794Z] Downloading mozilla_repo_urls-0.1.1-py3-none-any.whl (6.2 kB)
[task 2024-04-08T14:22:38.842Z] Collecting pygments==2.17.2 (from -r requirements/base.txt (line 218))
[task 2024-04-08T14:22:38.877Z] Downloading pygments-2.17.2-py3-none-any.whl (1.2 MB)
[task 2024-04-08T14:22:38.947Z] ---------------------------------------- 1.2/1.2 MB 17.3 MB/s eta 0:00:00
[task 2024-04-08T14:22:38.986Z] Collecting python-dateutil==2.8.2 (from -r requirements/base.txt (line 222))
[task 2024-04-08T14:22:39.021Z] Downloading python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB)
[task 2024-04-08T14:22:39.027Z] -------------------------------------- 247.7/247.7 kB 59.0 MB/s eta 0:00:00
[task 2024-04-08T14:22:39.065Z] Collecting python-slugify==8.0.1 (from -r requirements/base.txt (line 226))
[task 2024-04-08T14:22:39.100Z] Downloading python_slugify-8.0.1-py2.py3-none-any.whl (9.7 kB)
[task 2024-04-08T14:22:39.160Z] Collecting pyyaml==6.0.1 (from -r requirements/base.txt (line 230))
[task 2024-04-08T14:22:39.195Z] Downloading PyYAML-6.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (724 kB)
[task 2024-04-08T14:22:39.206Z] -------------------------------------- 725.0/725.0 kB 82.8 MB/s eta 0:00:00
[task 2024-04-08T14:22:39.236Z] Collecting redo==2.0.4 (from -r requirements/base.txt (line 284))
[task 2024-04-08T14:22:39.271Z] Downloading redo-2.0.4-py2.py3-none-any.whl (12 kB)
[task 2024-04-08T14:22:39.328Z] Collecting requests==2.31.0 (from -r requirements/base.txt (line 288))
[task 2024-04-08T14:22:39.364Z] Downloading requests-2.31.0-py3-none-any.whl (62 kB)
[task 2024-04-08T14:22:39.369Z] ---------------------------------------- 62.6/62.6 kB 20.8 MB/s eta 0:00:00
[task 2024-04-08T14:22:39.468Z] Collecting rich==13.7.0 (from -r requirements/base.txt (line 294))
[task 2024-04-08T14:22:39.503Z] Downloading rich-13.7.0-py3-none-any.whl (240 kB)
[task 2024-04-08T14:22:39.509Z] -------------------------------------- 240.6/240.6 kB 69.7 MB/s eta 0:00:00
[task 2024-04-08T14:22:39.541Z] Collecting six==1.16.0 (from -r requirements/base.txt (line 298))
[task 2024-04-08T14:22:39.577Z] Downloading six-1.16.0-py2.py3-none-any.whl (11 kB)
[task 2024-04-08T14:22:39.606Z] Collecting slugid==2.0.0 (from -r requirements/base.txt (line 302))
[task 2024-04-08T14:22:39.641Z] Downloading slugid-2.0.0-py2.py3-none-any.whl (8.2 kB)
[task 2024-04-08T14:22:39.670Z] Collecting taskcluster-urls==13.0.1 (from -r requirements/base.txt (line 306))
[task 2024-04-08T14:22:39.705Z] Downloading taskcluster_urls-13.0.1-py3-none-any.whl (10 kB)
[task 2024-04-08T14:22:39.732Z] Collecting text-unidecode==1.3 (from -r requirements/base.txt (line 311))
[task 2024-04-08T14:22:39.768Z] Downloading text_unidecode-1.3-py2.py3-none-any.whl (78 kB)
[task 2024-04-08T14:22:39.773Z] ---------------------------------------- 78.2/78.2 kB 26.1 MB/s eta 0:00:00
[task 2024-04-08T14:22:39.809Z] Collecting types-python-dateutil==2.8.19.14 (from -r requirements/base.txt (line 315))
[task 2024-04-08T14:22:39.845Z] Downloading types_python_dateutil-2.8.19.14-py3-none-any.whl (9.4 kB)
[task 2024-04-08T14:22:39.882Z] Collecting typing-extensions==4.9.0 (from -r requirements/base.txt (line 319))
[task 2024-04-08T14:22:39.918Z] Downloading typing_extensions-4.9.0-py3-none-any.whl (32 kB)
[task 2024-04-08T14:22:39.981Z] Collecting urllib3==2.1.0 (from -r requirements/base.txt (line 323))
[task 2024-04-08T14:22:40.016Z] Downloading urllib3-2.1.0-py3-none-any.whl (104 kB)
[task 2024-04-08T14:22:40.021Z] -------------------------------------- 104.6/104.6 kB 36.4 MB/s eta 0:00:00
[task 2024-04-08T14:22:40.055Z] Collecting voluptuous==0.14.1 (from -r requirements/base.txt (line 327))
[task 2024-04-08T14:22:40.090Z] Downloading voluptuous-0.14.1-py3-none-any.whl (30 kB)
[task 2024-04-08T14:22:40.128Z] Collecting cachetools==5.3.2 (from -r requirements/test.txt (line 9))
[task 2024-04-08T14:22:40.163Z] Downloading cachetools-5.3.2-py3-none-any.whl (9.3 kB)
[task 2024-04-08T14:22:40.201Z] Collecting colorama==0.4.6 (from -r requirements/test.txt (line 13))
[task 2024-04-08T14:22:40.236Z] Downloading colorama-0.4.6-py2.py3-none-any.whl (25 kB)
[task 2024-04-08T14:22:40.589Z] Collecting coverage==7.3.4 (from -r requirements/test.txt (line 17))
[task 2024-04-08T14:22:40.625Z] Downloading coverage-7.3.4-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (233 kB)
[task 2024-04-08T14:22:40.631Z] -------------------------------------- 233.2/233.2 kB 64.1 MB/s eta 0:00:00
[task 2024-04-08T14:22:40.661Z] Collecting distlib==0.3.8 (from -r requirements/test.txt (line 71))
[task 2024-04-08T14:22:40.696Z] Downloading distlib-0.3.8-py2.py3-none-any.whl (468 kB)
[task 2024-04-08T14:22:40.704Z] -------------------------------------- 468.9/468.9 kB 71.8 MB/s eta 0:00:00
[task 2024-04-08T14:22:40.736Z] Collecting exceptiongroup==1.2.0 (from -r requirements/test.txt (line 75))
[task 2024-04-08T14:22:40.771Z] Downloading exceptiongroup-1.2.0-py3-none-any.whl (16 kB)
[task 2024-04-08T14:22:40.814Z] Collecting filelock==3.13.1 (from -r requirements/test.txt (line 79))
[task 2024-04-08T14:22:40.848Z] Downloading filelock-3.13.1-py3-none-any.whl (11 kB)
[task 2024-04-08T14:22:40.876Z] Collecting iniconfig==2.0.0 (from -r requirements/test.txt (line 85))
[task 2024-04-08T14:22:40.911Z] Downloading iniconfig-2.0.0-py3-none-any.whl (5.9 kB)
[task 2024-04-08T14:22:40.950Z] Collecting mock==5.1.0 (from -r requirements/test.txt (line 89))
[task 2024-04-08T14:22:40.984Z] Downloading mock-5.1.0-py3-none-any.whl (30 kB)
[task 2024-04-08T14:22:41.020Z] Collecting nodeenv==1.8.0 (from -r requirements/test.txt (line 93))
[task 2024-04-08T14:22:41.055Z] Downloading nodeenv-1.8.0-py2.py3-none-any.whl (22 kB)
[task 2024-04-08T14:22:41.098Z] Collecting packaging==23.2 (from -r requirements/test.txt (line 97))
[task 2024-04-08T14:22:41.132Z] Downloading packaging-23.2-py3-none-any.whl (53 kB)
[task 2024-04-08T14:22:41.137Z] ---------------------------------------- 53.0/53.0 kB 17.4 MB/s eta 0:00:00
[task 2024-04-08T14:22:41.177Z] Collecting platformdirs==4.1.0 (from -r requirements/test.txt (line 104))
[task 2024-04-08T14:22:41.211Z] Downloading platformdirs-4.1.0-py3-none-any.whl (17 kB)
[task 2024-04-08T14:22:41.247Z] Collecting pluggy==1.3.0 (from -r requirements/test.txt (line 110))
[task 2024-04-08T14:22:41.281Z] Downloading pluggy-1.3.0-py3-none-any.whl (18 kB)
[task 2024-04-08T14:22:41.316Z] Collecting pyproject-api==1.6.1 (from -r requirements/test.txt (line 116))
[task 2024-04-08T14:22:41.351Z] Downloading pyproject_api-1.6.1-py3-none-any.whl (12 kB)
[task 2024-04-08T14:22:41.430Z] Collecting pyright==1.1.342 (from -r requirements/test.txt (line 120))
[task 2024-04-08T14:22:41.465Z] Downloading pyright-1.1.342-py3-none-any.whl (18 kB)
[task 2024-04-08T14:22:41.555Z] Collecting pytest==7.4.3 (from -r requirements/test.txt (line 124))
[task 2024-04-08T14:22:41.591Z] Downloading pytest-7.4.3-py3-none-any.whl (325 kB)
[task 2024-04-08T14:22:41.599Z] -------------------------------------- 325.1/325.1 kB 66.4 MB/s eta 0:00:00
[task 2024-04-08T14:22:41.649Z] Collecting pytest-mock==3.12.0 (from -r requirements/test.txt (line 130))
[task 2024-04-08T14:22:41.684Z] Downloading pytest_mock-3.12.0-py3-none-any.whl (9.8 kB)
[task 2024-04-08T14:22:41.735Z] Collecting responses==0.24.1 (from -r requirements/test.txt (line 134))
[task 2024-04-08T14:22:41.770Z] Downloading responses-0.24.1-py3-none-any.whl (55 kB)
[task 2024-04-08T14:22:41.775Z] ---------------------------------------- 55.1/55.1 kB 17.6 MB/s eta 0:00:00
[task 2024-04-08T14:22:41.810Z] Collecting tomli==2.0.1 (from -r requirements/test.txt (line 138))
[task 2024-04-08T14:22:41.845Z] Downloading tomli-2.0.1-py3-none-any.whl (12 kB)
[task 2024-04-08T14:22:41.961Z] Collecting tox==4.11.4 (from -r requirements/test.txt (line 145))
[task 2024-04-08T14:22:41.997Z] Downloading tox-4.11.4-py3-none-any.whl (153 kB)
[task 2024-04-08T14:22:42.002Z] -------------------------------------- 154.0/154.0 kB 51.2 MB/s eta 0:00:00
[task 2024-04-08T14:22:42.112Z] Collecting virtualenv==20.25.0 (from -r requirements/test.txt (line 149))
[task 2024-04-08T14:22:42.147Z] Downloading virtualenv-20.25.0-py3-none-any.whl (3.8 MB)
[task 2024-04-08T14:22:42.203Z] ---------------------------------------- 3.8/3.8 MB 71.1 MB/s eta 0:00:00
[task 2024-04-08T14:22:42.442Z] Collecting setuptools==69.0.2 (from -r requirements/test.txt (line 155))
[task 2024-04-08T14:22:42.477Z] Downloading setuptools-69.0.2-py3-none-any.whl (819 kB)
[task 2024-04-08T14:22:42.486Z] ------------------------------------- 819.5/819.5 kB 134.5 MB/s eta 0:00:00
[task 2024-04-08T14:22:43.436Z] 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-04-08T14:22:46.987Z] 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-04-08T14:22:47.339Z] + pip install --user --no-deps .
[task 2024-04-08T14:22:48.654Z] Processing /builds/worker/checkouts/vcs
[task 2024-04-08T14:22:48.656Z] Installing build dependencies: started
[task 2024-04-08T14:22:51.652Z] Installing build dependencies: finished with status 'done'
[task 2024-04-08T14:22:51.653Z] Getting requirements to build wheel: started
[task 2024-04-08T14:22:51.935Z] Getting requirements to build wheel: finished with status 'done'
[task 2024-04-08T14:22:51.938Z] Installing backend dependencies: started
[task 2024-04-08T14:22:53.929Z] Installing backend dependencies: finished with status 'done'
[task 2024-04-08T14:22:53.930Z] Preparing metadata (pyproject.toml): started
[task 2024-04-08T14:22:54.237Z] Preparing metadata (pyproject.toml): finished with status 'done'
[task 2024-04-08T14:22:54.240Z] Building wheels for collected packages: taskcluster-taskgraph
[task 2024-04-08T14:22:54.241Z] Building wheel for taskcluster-taskgraph (pyproject.toml): started
[task 2024-04-08T14:22:54.644Z] Building wheel for taskcluster-taskgraph (pyproject.toml): finished with status 'done'
[task 2024-04-08T14:22:54.646Z] Created wheel for taskcluster-taskgraph: filename=taskcluster_taskgraph-7.4.0-py3-none-any.whl size=189486 sha256=95751f525dadc20bf43e8ef1730fe4fc65d56df609d0f07229609216c2f7c2bf
[task 2024-04-08T14:22:54.646Z] Stored in directory: /tmp/pip-ephem-wheel-cache-u66y0k7d/wheels/15/9b/c4/d9b3c4153d2505715948d7e16dc680031164272a29dadedce4
[task 2024-04-08T14:22:54.651Z] Successfully built taskcluster-taskgraph
[task 2024-04-08T14:22:54.651Z] Installing collected packages: taskcluster-taskgraph
[task 2024-04-08T14:22:54.771Z] Successfully installed taskcluster-taskgraph-7.4.0
[task 2024-04-08T14:22:54.947Z] + pyright
[task 2024-04-08T14:22:55.210Z] /builds/worker/.local/lib/python3.12/site-packages/nodeenv.py:26: DeprecationWarning: 'pipes' is deprecated and slated for removal in Python 3.13
[task 2024-04-08T14:22:55.210Z] import pipes
[task 2024-04-08T14:22:55.343Z] /builds/worker/.local/lib/python3.12/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-04-08T14:22:55.343Z] from pkg_resources import parse_version
[task 2024-04-08T14:22:58.028Z] * Install prebuilt node (21.7.2) ..... done.
[task 2024-04-08T14:23:00.309Z]
[task 2024-04-08T14:23:00.309Z] added 1 package, and audited 2 packages in 2s
[task 2024-04-08T14:23:00.310Z]
[task 2024-04-08T14:23:00.310Z] found 0 vulnerabilities
[task 2024-04-08T14:23:02.933Z] 0 errors, 0 warnings, 0 informations
[task 2024-04-08T14:23:02.983Z] WARNING: there is a new pyright version available (v1.1.342 -> v1.1.357).
[task 2024-04-08T14:23:02.983Z] Please install the new version or set PYRIGHT_PYTHON_FORCE_VERSION to `latest`
[task 2024-04-08T14:23:02.983Z]
[taskcluster 2024-04-08 14:23:04.247Z] === Task Finished ===
[taskcluster 2024-04-08 14:23:04.248Z] Successful task run with exit code: 0 completed in 70.662 seconds
Loading