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

Version bump for 9.2.1 #544

Merged
merged 1 commit into from
Jul 16, 2024

Version bump for 9.2.1

b5b4f89
Select commit
Loading
Failed to load commit list.
Merged

Version bump for 9.2.1 #544

Version bump for 9.2.1
b5b4f89
Select commit
Loading
Failed to load commit list.
firefoxci-taskcluster / check-type succeeded Jul 16, 2024 in 3m 18s

FirefoxCI (pull_request)

Run type checking against src with Pyright (Treeherder push)

Details

View task in Taskcluster
View logs in Taskcluster


[taskcluster 2024-07-16 13:41:26.836Z] Task ID: Z-aA1h1KRgSZwuHLK30KsQ
[taskcluster 2024-07-16 13:41:26.837Z] Worker ID: 7758826932614711552
[taskcluster 2024-07-16 13:41:26.837Z] Worker Group: us-west1-a
[taskcluster 2024-07-16 13:41:26.837Z] Worker Node Type: projects/887720501152/machineTypes/c2-standard-4
[taskcluster 2024-07-16 13:41:26.837Z] Worker Pool: taskgraph-t/linux-gcp
[taskcluster 2024-07-16 13:41:26.837Z] Worker Version: 38.0.5
[taskcluster 2024-07-16 13:41:26.837Z] Public IP: 34.19.76.241
[taskcluster 2024-07-16 13:41:26.837Z] Hostname: taskgraph-t-linux-gcp-c8r8pewgszuur5veq3jnaw
[taskcluster 2024-07-16 13:41:26.837Z] using cache "taskgraph-level-1-checkouts-v3-7afeb851dd97df8f3607-EaTEa4S2QoyAvl6FvATsZw" -> /builds/worker/checkouts

[taskcluster 2024-07-16 13:41:27.383Z] Downloading artifact "public/image.tar.zst" from task ID: EaTEa4S2QoyAvl6FvATsZw.
[taskcluster 2024-07-16 13:41:28.841Z] Downloaded artifact successfully.
[taskcluster 2024-07-16 13:41:28.841Z] Downloaded 149.195 mb
[taskcluster 2024-07-16 13:41:28.841Z] Decompressing downloaded image
[taskcluster 2024-07-16 13:41:30.233Z] Loading docker image from downloaded archive.
[taskcluster 2024-07-16 13:41:38.771Z] Image 'public/image.tar.zst' from task 'EaTEa4S2QoyAvl6FvATsZw' loaded.  Using image ID sha256:0eca0ca8c7a7186fa767a337503622db67da675f89f29137915dd4127157a5ec.
[taskcluster 2024-07-16 13:41:38.854Z] === Task Starting ===
[setup 2024-07-16T13:41:40.592Z] run-task started in /
[setup 2024-07-16T13:41:40.592Z] 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-07-16T13:41:40.592Z] Python version: 3.8.19
[cache 2024-07-16T13:41:40.594Z] cache /builds/worker/checkouts is empty; writing requirements: gid=1000 uid=1000 version=1
[volume 2024-07-16T13:41:40.594Z] changing ownership of volume /builds/worker/.cache to 1000:1000
[volume 2024-07-16T13:41:40.594Z] volume /builds/worker/checkouts is a cache
[setup 2024-07-16T13:41:40.594Z] running as worker:worker
[vcs 2024-07-16T13:41:40.594Z] executing ['git', 'config', '--global', '--add', 'safe.directory', '/builds/worker/checkouts/vcs']
[vcs 2024-07-16T13:41:40.598Z] executing ['git', 'clone', 'https://github.com/taskcluster/taskgraph', '/builds/worker/checkouts/vcs']
[vcs 2024-07-16T13:41:40.600Z] Cloning into '/builds/worker/checkouts/vcs'...
[vcs 2024-07-16T13:41:41.570Z] executing ['git', 'fetch', '--no-tags', 'https://github.com/jcristau/taskgraph', 'prep-9.2.1']
[vcs 2024-07-16T13:41:42.000Z] From https://github.com/jcristau/taskgraph
[vcs 2024-07-16T13:41:42.000Z]  * branch              prep-9.2.1 -> FETCH_HEAD
[vcs 2024-07-16T13:41:42.002Z] executing ['git', 'checkout', '-f', '-B', 'prep-9.2.1', 'b5b4f8985e8dcd37432bc5305286e378fabeb872']
[vcs 2024-07-16T13:41:42.018Z] Switched to a new branch 'prep-9.2.1'
[vcs 2024-07-16T13:41:42.019Z] cleaning git checkout...
[vcs 2024-07-16T13:41:42.019Z] executing ['git', 'clean', '-nxdff']
[vcs 2024-07-16T13:41:42.022Z] removing []
[vcs 2024-07-16T13:41:42.022Z] successfully cleaned git checkout!
[vcs 2024-07-16T13:41:42.025Z] TinderboxPrint:<a href='https://github.com/jcristau/taskgraph/commit/b5b4f8985e8dcd37432bc5305286e378fabeb872' title='Built from taskgraph commit b5b4f8985e8dcd37432bc5305286e378fabeb872'>b5b4f8985e8dcd37432bc5305286e378fabeb872</a>
[task 2024-07-16T13:41:42.025Z] executing ['bash', '-cx', 'pip install --user -r requirements/test.txt --require-hashes && pip install --user --no-deps . && pyright']
[task 2024-07-16T13:41:42.027Z] + pip install --user -r requirements/test.txt --require-hashes
[task 2024-07-16T13:41:43.434Z] Collecting appdirs==1.4.4
[task 2024-07-16T13:41:43.491Z]   Downloading appdirs-1.4.4-py2.py3-none-any.whl (9.6 kB)
[task 2024-07-16T13:41:43.539Z] Collecting arrow==1.3.0
[task 2024-07-16T13:41:43.550Z]   Downloading arrow-1.3.0-py3-none-any.whl (66 kB)
[task 2024-07-16T13:41:43.565Z]      ---------------------------------------- 66.4/66.4 kB 5.1 MB/s eta 0:00:00
[task 2024-07-16T13:41:43.585Z] Collecting binaryornot==0.4.4
[task 2024-07-16T13:41:43.596Z]   Downloading binaryornot-0.4.4-py2.py3-none-any.whl (9.0 kB)
[task 2024-07-16T13:41:43.637Z] Collecting certifi==2024.6.2
[task 2024-07-16T13:41:43.648Z]   Downloading certifi-2024.6.2-py3-none-any.whl (164 kB)
[task 2024-07-16T13:41:43.665Z]      -------------------------------------- 164.4/164.4 kB 11.5 MB/s eta 0:00:00
[task 2024-07-16T13:41:43.687Z] Collecting chardet==5.2.0
[task 2024-07-16T13:41:43.699Z]   Downloading chardet-5.2.0-py3-none-any.whl (199 kB)
[task 2024-07-16T13:41:43.718Z]      -------------------------------------- 199.4/199.4 kB 11.6 MB/s eta 0:00:00
[task 2024-07-16T13:41:43.908Z] Collecting charset-normalizer==3.3.2
[task 2024-07-16T13:41:43.919Z]   Downloading charset_normalizer-3.3.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (141 kB)
[task 2024-07-16T13:41:43.930Z]      -------------------------------------- 141.1/141.1 kB 16.1 MB/s eta 0:00:00
[task 2024-07-16T13:41:43.967Z] Collecting click==8.1.7
[task 2024-07-16T13:41:43.978Z]   Downloading click-8.1.7-py3-none-any.whl (97 kB)
[task 2024-07-16T13:41:43.989Z]      ---------------------------------------- 97.9/97.9 kB 10.3 MB/s eta 0:00:00
[task 2024-07-16T13:41:44.019Z] Collecting cookiecutter==2.6.0
[task 2024-07-16T13:41:44.029Z]   Downloading cookiecutter-2.6.0-py3-none-any.whl (39 kB)
[task 2024-07-16T13:41:44.050Z] Collecting giturlparse==0.12.0
[task 2024-07-16T13:41:44.061Z]   Downloading giturlparse-0.12.0-py2.py3-none-any.whl (15 kB)
[task 2024-07-16T13:41:44.087Z] Collecting idna==3.7
[task 2024-07-16T13:41:44.098Z]   Downloading idna-3.7-py3-none-any.whl (66 kB)
[task 2024-07-16T13:41:44.103Z]      ---------------------------------------- 66.8/66.8 kB 27.2 MB/s eta 0:00:00
[task 2024-07-16T13:41:44.136Z] Collecting jinja2==3.1.4
[task 2024-07-16T13:41:44.147Z]   Downloading jinja2-3.1.4-py3-none-any.whl (133 kB)
[task 2024-07-16T13:41:44.159Z]      -------------------------------------- 133.3/133.3 kB 14.2 MB/s eta 0:00:00
[task 2024-07-16T13:41:44.180Z] Collecting json-e==4.7.0
[task 2024-07-16T13:41:44.192Z]   Downloading json_e-4.7.0-py3-none-any.whl (13 kB)
[task 2024-07-16T13:41:44.234Z] Collecting markdown-it-py==3.0.0
[task 2024-07-16T13:41:44.244Z]   Downloading markdown_it_py-3.0.0-py3-none-any.whl (87 kB)
[task 2024-07-16T13:41:44.252Z]      ---------------------------------------- 87.5/87.5 kB 15.3 MB/s eta 0:00:00
[task 2024-07-16T13:41:44.368Z] Collecting markupsafe==2.1.5
[task 2024-07-16T13:41:44.379Z]   Downloading MarkupSafe-2.1.5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (26 kB)
[task 2024-07-16T13:41:44.397Z] Collecting mdurl==0.1.2
[task 2024-07-16T13:41:44.407Z]   Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB)
[task 2024-07-16T13:41:44.427Z] Collecting mozilla-repo-urls==0.1.1
[task 2024-07-16T13:41:44.437Z]   Downloading mozilla_repo_urls-0.1.1-py3-none-any.whl (6.2 kB)
[task 2024-07-16T13:41:44.481Z] Collecting pygments==2.18.0
[task 2024-07-16T13:41:44.491Z]   Downloading pygments-2.18.0-py3-none-any.whl (1.2 MB)
[task 2024-07-16T13:41:44.559Z]      ---------------------------------------- 1.2/1.2 MB 18.5 MB/s eta 0:00:00
[task 2024-07-16T13:41:44.592Z] Collecting python-dateutil==2.9.0.post0
[task 2024-07-16T13:41:44.603Z]   Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB)
[task 2024-07-16T13:41:44.616Z]      -------------------------------------- 229.9/229.9 kB 22.4 MB/s eta 0:00:00
[task 2024-07-16T13:41:44.646Z] Collecting python-slugify==8.0.4
[task 2024-07-16T13:41:44.656Z]   Downloading python_slugify-8.0.4-py2.py3-none-any.whl (10 kB)
[task 2024-07-16T13:41:44.745Z] Collecting pyyaml==6.0.1
[task 2024-07-16T13:41:44.756Z]   Downloading PyYAML-6.0.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (736 kB)
[task 2024-07-16T13:41:44.786Z]      -------------------------------------- 736.6/736.6 kB 26.3 MB/s eta 0:00:00
[task 2024-07-16T13:41:44.806Z] Collecting redo==2.0.4
[task 2024-07-16T13:41:44.818Z]   Downloading redo-2.0.4-py2.py3-none-any.whl (12 kB)
[task 2024-07-16T13:41:44.877Z] Collecting requests==2.32.3
[task 2024-07-16T13:41:44.887Z]   Downloading requests-2.32.3-py3-none-any.whl (64 kB)
[task 2024-07-16T13:41:44.892Z]      ---------------------------------------- 64.9/64.9 kB 28.4 MB/s eta 0:00:00
[task 2024-07-16T13:41:45.005Z] Collecting rich==13.7.1
[task 2024-07-16T13:41:45.015Z]   Downloading rich-13.7.1-py3-none-any.whl (240 kB)
[task 2024-07-16T13:41:45.028Z]      -------------------------------------- 240.7/240.7 kB 24.5 MB/s eta 0:00:00
[task 2024-07-16T13:41:45.054Z] Collecting six==1.16.0
[task 2024-07-16T13:41:45.064Z]   Downloading six-1.16.0-py2.py3-none-any.whl (11 kB)
[task 2024-07-16T13:41:45.083Z] Collecting slugid==2.0.0
[task 2024-07-16T13:41:45.094Z]   Downloading slugid-2.0.0-py2.py3-none-any.whl (8.2 kB)
[task 2024-07-16T13:41:45.114Z] Collecting taskcluster-urls==13.0.1
[task 2024-07-16T13:41:45.125Z]   Downloading taskcluster_urls-13.0.1-py3-none-any.whl (10 kB)
[task 2024-07-16T13:41:45.143Z] Collecting text-unidecode==1.3
[task 2024-07-16T13:41:45.153Z]   Downloading text_unidecode-1.3-py2.py3-none-any.whl (78 kB)
[task 2024-07-16T13:41:45.158Z]      ---------------------------------------- 78.2/78.2 kB 33.5 MB/s eta 0:00:00
[task 2024-07-16T13:41:45.189Z] Collecting types-python-dateutil==2.9.0.20240316
[task 2024-07-16T13:41:45.199Z]   Downloading types_python_dateutil-2.9.0.20240316-py3-none-any.whl (9.7 kB)
[task 2024-07-16T13:41:45.235Z] Collecting typing-extensions==4.12.2
[task 2024-07-16T13:41:45.246Z]   Downloading typing_extensions-4.12.2-py3-none-any.whl (37 kB)
[task 2024-07-16T13:41:45.311Z] Collecting urllib3==2.2.1
[task 2024-07-16T13:41:45.322Z]   Downloading urllib3-2.2.1-py3-none-any.whl (121 kB)
[task 2024-07-16T13:41:45.328Z]      -------------------------------------- 121.1/121.1 kB 42.7 MB/s eta 0:00:00
[task 2024-07-16T13:41:45.353Z] Collecting voluptuous==0.14.2
[task 2024-07-16T13:41:45.364Z]   Downloading voluptuous-0.14.2-py3-none-any.whl (31 kB)
[task 2024-07-16T13:41:46.113Z] Collecting coverage==7.5.3
[task 2024-07-16T13:41:46.125Z]   Downloading coverage-7.5.3-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (232 kB)
[task 2024-07-16T13:41:46.134Z]      -------------------------------------- 232.7/232.7 kB 36.8 MB/s eta 0:00:00
[task 2024-07-16T13:41:46.160Z] Collecting exceptiongroup==1.2.1
[task 2024-07-16T13:41:46.171Z]   Downloading exceptiongroup-1.2.1-py3-none-any.whl (16 kB)
[task 2024-07-16T13:41:46.190Z] Collecting iniconfig==2.0.0
[task 2024-07-16T13:41:46.200Z]   Downloading iniconfig-2.0.0-py3-none-any.whl (5.9 kB)
[task 2024-07-16T13:41:46.230Z] Collecting mock==5.1.0
[task 2024-07-16T13:41:46.241Z]   Downloading mock-5.1.0-py3-none-any.whl (30 kB)
[task 2024-07-16T13:41:46.271Z] Collecting nodeenv==1.9.1
[task 2024-07-16T13:41:46.282Z]   Downloading nodeenv-1.9.1-py2.py3-none-any.whl (22 kB)
[task 2024-07-16T13:41:46.321Z] Collecting packaging==24.1
[task 2024-07-16T13:41:46.331Z]   Downloading packaging-24.1-py3-none-any.whl (53 kB)
[task 2024-07-16T13:41:46.336Z]      ---------------------------------------- 54.0/54.0 kB 21.2 MB/s eta 0:00:00
[task 2024-07-16T13:41:46.365Z] Collecting pluggy==1.5.0
[task 2024-07-16T13:41:46.375Z]   Downloading pluggy-1.5.0-py3-none-any.whl (20 kB)
[task 2024-07-16T13:41:46.467Z] Collecting pyright==1.1.367
[task 2024-07-16T13:41:46.478Z]   Downloading pyright-1.1.367-py3-none-any.whl (18 kB)
[task 2024-07-16T13:41:46.575Z] Collecting pytest==8.2.2
[task 2024-07-16T13:41:46.586Z]   Downloading pytest-8.2.2-py3-none-any.whl (339 kB)
[task 2024-07-16T13:41:46.600Z]      -------------------------------------- 339.9/339.9 kB 31.2 MB/s eta 0:00:00
[task 2024-07-16T13:41:46.649Z] Collecting pytest-mock==3.14.0
[task 2024-07-16T13:41:46.659Z]   Downloading pytest_mock-3.14.0-py3-none-any.whl (9.9 kB)
[task 2024-07-16T13:41:46.707Z] Collecting responses==0.25.2
[task 2024-07-16T13:41:46.718Z]   Downloading responses-0.25.2-py3-none-any.whl (54 kB)
[task 2024-07-16T13:41:46.724Z]      ---------------------------------------- 54.9/54.9 kB 16.7 MB/s eta 0:00:00
[task 2024-07-16T13:41:46.750Z] Collecting tomli==2.0.1
[task 2024-07-16T13:41:46.761Z]   Downloading tomli-2.0.1-py3-none-any.whl (12 kB)
[task 2024-07-16T13:41:46.963Z] Collecting zstandard==0.22.0
[task 2024-07-16T13:41:46.974Z]   Downloading zstandard-0.22.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.4 MB)
[task 2024-07-16T13:41:47.098Z]      ---------------------------------------- 5.4/5.4 MB 44.9 MB/s eta 0:00:00
[task 2024-07-16T13:41:47.809Z] Installing collected packages: text-unidecode, taskcluster-urls, slugid, redo, json-e, appdirs, zstandard, voluptuous, urllib3, typing-extensions, types-python-dateutil, tomli, six, pyyaml, python-slugify, pygments, pluggy, packaging, nodeenv, mock, mdurl, markupsafe, iniconfig, idna, giturlparse, exceptiongroup, coverage, click, charset-normalizer, chardet, certifi, requests, python-dateutil, pytest, pyright, mozilla-repo-urls, markdown-it-py, jinja2, binaryornot, rich, responses, pytest-mock, arrow, cookiecutter
[task 2024-07-16T13:41:50.277Z] Successfully installed appdirs-1.4.4 arrow-1.3.0 binaryornot-0.4.4 certifi-2024.6.2 chardet-5.2.0 charset-normalizer-3.3.2 click-8.1.7 cookiecutter-2.6.0 coverage-7.5.3 exceptiongroup-1.2.1 giturlparse-0.12.0 idna-3.7 iniconfig-2.0.0 jinja2-3.1.4 json-e-4.7.0 markdown-it-py-3.0.0 markupsafe-2.1.5 mdurl-0.1.2 mock-5.1.0 mozilla-repo-urls-0.1.1 nodeenv-1.9.1 packaging-24.1 pluggy-1.5.0 pygments-2.18.0 pyright-1.1.367 pytest-8.2.2 pytest-mock-3.14.0 python-dateutil-2.9.0.post0 python-slugify-8.0.4 pyyaml-6.0.1 redo-2.0.4 requests-2.32.3 responses-0.25.2 rich-13.7.1 six-1.16.0 slugid-2.0.0 taskcluster-urls-13.0.1 text-unidecode-1.3 tomli-2.0.1 types-python-dateutil-2.9.0.20240316 typing-extensions-4.12.2 urllib3-2.2.1 voluptuous-0.14.2 zstandard-0.22.0
[task 2024-07-16T13:41:50.448Z] 
[task 2024-07-16T13:41:50.448Z] [notice] A new release of pip is available: 23.0.1 -> 24.1.2
[task 2024-07-16T13:41:50.448Z] [notice] To update, run: pip install --upgrade pip
[task 2024-07-16T13:41:50.712Z] + pip install --user --no-deps .
[task 2024-07-16T13:41:51.853Z] Processing /builds/worker/checkouts/vcs
[task 2024-07-16T13:41:51.859Z]   Installing build dependencies: started
[task 2024-07-16T13:41:54.517Z]   Installing build dependencies: finished with status 'done'
[task 2024-07-16T13:41:54.518Z]   Getting requirements to build wheel: started
[task 2024-07-16T13:41:54.799Z]   Getting requirements to build wheel: finished with status 'done'
[task 2024-07-16T13:41:54.800Z]   Preparing metadata (pyproject.toml): started
[task 2024-07-16T13:41:55.089Z]   Preparing metadata (pyproject.toml): finished with status 'done'
[task 2024-07-16T13:41:55.093Z] Building wheels for collected packages: taskcluster-taskgraph
[task 2024-07-16T13:41:55.094Z]   Building wheel for taskcluster-taskgraph (pyproject.toml): started
[task 2024-07-16T13:41:55.476Z]   Building wheel for taskcluster-taskgraph (pyproject.toml): finished with status 'done'
[task 2024-07-16T13:41:55.478Z]   Created wheel for taskcluster-taskgraph: filename=taskcluster_taskgraph-9.2.1-py3-none-any.whl size=191165 sha256=82abc3465f9a86af16e7733d3a55302cf97c28bde2ee28ddf227727bec90f989
[task 2024-07-16T13:41:55.478Z]   Stored in directory: /tmp/pip-ephem-wheel-cache-2q5b19yi/wheels/54/65/58/3dd3899ed8250dc473316ba9f08d83cfbf969a157dd7157d04
[task 2024-07-16T13:41:55.484Z] Successfully built taskcluster-taskgraph
[task 2024-07-16T13:41:55.484Z] Installing collected packages: taskcluster-taskgraph
[task 2024-07-16T13:41:55.585Z] Successfully installed taskcluster-taskgraph-9.2.1
[task 2024-07-16T13:41:55.592Z] 
[task 2024-07-16T13:41:55.592Z] [notice] A new release of pip is available: 23.0.1 -> 24.1.2
[task 2024-07-16T13:41:55.592Z] [notice] To update, run: pip install --upgrade pip
[task 2024-07-16T13:41:55.682Z] + pyright
[task 2024-07-16T13:41:59.007Z]  * Install prebuilt node (22.4.1) ..... done.
[task 2024-07-16T13:42:01.173Z] 
[task 2024-07-16T13:42:01.173Z] added 1 package, and audited 2 packages in 2s
[task 2024-07-16T13:42:01.174Z] 
[task 2024-07-16T13:42:01.174Z] found 0 vulnerabilities
[task 2024-07-16T13:42:05.608Z] 0 errors, 0 warnings, 0 informations 
[task 2024-07-16T13:42:05.629Z] WARNING: there is a new pyright version available (v1.1.367 -> v1.1.371).
[task 2024-07-16T13:42:05.629Z] Please install the new version or set PYRIGHT_PYTHON_FORCE_VERSION to `latest`
[task 2024-07-16T13:42:05.629Z] 
[taskcluster 2024-07-16 13:42:07.042Z] === Task Finished ===
[taskcluster 2024-07-16 13:42:07.042Z] Successful task run with exit code: 0 completed in 40.207 seconds