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

chore: pre-commit autoupdate #24

Merged
merged 1 commit into from
Mar 20, 2024

chore: pre-commit autoupdate

14178ba
Select commit
Loading
Failed to load commit list.
Merged

chore: pre-commit autoupdate #24

chore: pre-commit autoupdate
14178ba
Select commit
Loading
Failed to load commit list.
firefoxci-taskcluster / test-type-check succeeded Mar 18, 2024 in 3m 5s

FirefoxCI (pull_request)

Run pyright type checking against code base

Details

View task in Taskcluster
View logs in Taskcluster


[taskcluster 2024-03-18 21:27:50.140Z] Task ID: WPhway3gSNGMumLbEbj4Bw
[taskcluster 2024-03-18 21:27:50.140Z] Worker ID: 6348765332321406907
[taskcluster 2024-03-18 21:27:50.140Z] Worker Group: us-west1
[taskcluster 2024-03-18 21:27:50.140Z] Worker Node Type: projects/887720501152/machineTypes/n2-standard-2
[taskcluster 2024-03-18 21:27:50.140Z] Worker Type: t-linux-large-gcp
[taskcluster 2024-03-18 21:27:50.140Z] Public IP: 34.127.115.105
[taskcluster 2024-03-18 21:27:50.140Z] Hostname: mozilla-t-t-linux-large-gcp-tpy-akterjifetymqjyvqa
[taskcluster 2024-03-18 21:27:50.140Z] using cache "mozilla-level-1-checkouts-v3-7f8630edfaa3588fb9ab-PcR45VAYR2ikhzMjKFmRNw" -> /builds/worker/checkouts

[taskcluster 2024-03-18 21:27:50.659Z] Downloading artifact "public/image.tar.zst" from task ID: PcR45VAYR2ikhzMjKFmRNw.
[taskcluster 2024-03-18 21:27:55.661Z] Download Progress: 82.98%
[taskcluster 2024-03-18 21:27:56.510Z] Downloaded artifact successfully.
[taskcluster 2024-03-18 21:27:56.510Z] Downloaded 540.815 mb
[taskcluster 2024-03-18 21:27:56.510Z] Decompressing downloaded image
[taskcluster 2024-03-18 21:28:01.258Z] Loading docker image from downloaded archive.
[taskcluster 2024-03-18 21:28:37.325Z] Image 'public/image.tar.zst' from task 'PcR45VAYR2ikhzMjKFmRNw' loaded.  Using image ID sha256:c08da9104403b285e276fb2dce7bca7984bb3029576b6d75694eac073848dae5.
[taskcluster 2024-03-18 21:28:37.641Z] === Task Starting ===
[setup 2024-03-18T21:28:38.071Z] run-task started in /
[setup 2024-03-18T21:28:38.072Z] Invoked by command: --simple_github-checkout=/builds/worker/checkouts/vcs/ --task-cwd /builds/worker/checkouts/vcs -- bash -cx poetry install --only main --only type && poetry run pyright
[setup 2024-03-18T21:28:38.072Z] Python version: 3.11.2
[cache 2024-03-18T21:28:38.074Z] cache /builds/worker/checkouts is empty; writing requirements: gid=1000 uid=1000 version=1
[volume 2024-03-18T21:28:38.074Z] changing ownership of volume /builds/worker/.cache to 1000:1000
[volume 2024-03-18T21:28:38.074Z] volume /builds/worker/checkouts is a cache
[setup 2024-03-18T21:28:38.074Z] running as worker:worker
[vcs 2024-03-18T21:28:38.074Z] executing ['git', 'config', '--global', '--add', 'safe.directory', '/builds/worker/checkouts/vcs']
[vcs 2024-03-18T21:28:38.077Z] executing ['git', 'clone', 'https://github.com/mozilla-releng/simple-github', '/builds/worker/checkouts/vcs']
[vcs 2024-03-18T21:28:38.079Z] Cloning into '/builds/worker/checkouts/vcs'...
[vcs 2024-03-18T21:28:38.517Z] executing ['git', 'fetch', '--tags', '--force', 'https://github.com/mozilla-releng/simple-github', 'pre-commit-ci-update-config']
[vcs 2024-03-18T21:28:38.800Z] From https://github.com/mozilla-releng/simple-github
[vcs 2024-03-18T21:28:38.800Z]  * branch            pre-commit-ci-update-config -> FETCH_HEAD
[vcs 2024-03-18T21:28:38.806Z] executing ['git', 'fetch', '--no-tags', 'https://github.com/mozilla-releng/simple-github', 'pre-commit-ci-update-config']
[vcs 2024-03-18T21:28:39.099Z] From https://github.com/mozilla-releng/simple-github
[vcs 2024-03-18T21:28:39.100Z]  * branch            pre-commit-ci-update-config -> FETCH_HEAD
[vcs 2024-03-18T21:28:39.105Z] executing ['git', 'checkout', '-f', '-B', 'pre-commit-ci-update-config', '14178ba1aaed9da2534f43a6d0637ca3d5673203']
[vcs 2024-03-18T21:28:39.111Z] Switched to a new branch 'pre-commit-ci-update-config'
[vcs 2024-03-18T21:28:39.111Z] cleaning git checkout...
[vcs 2024-03-18T21:28:39.111Z] executing ['git', 'clean', '-nxdff']
[vcs 2024-03-18T21:28:39.113Z] removing []
[vcs 2024-03-18T21:28:39.113Z] successfully cleaned git checkout!
[vcs 2024-03-18T21:28:39.115Z] TinderboxPrint:<a href='https://github.com/mozilla-releng/simple-github/commit/14178ba1aaed9da2534f43a6d0637ca3d5673203' title='Built from simple-github commit 14178ba1aaed9da2534f43a6d0637ca3d5673203'>14178ba1aaed9da2534f43a6d0637ca3d5673203</a>
[task 2024-03-18T21:28:39.115Z] executing ['bash', '-cx', 'poetry install --only main --only type && poetry run pyright']
[task 2024-03-18T21:28:39.117Z] + poetry install --only main --only type
[task 2024-03-18T21:28:39.968Z] Creating virtualenv simple-github-hlUNdH3O-py3.11 in /builds/worker/.cache/pypoetry/virtualenvs
[task 2024-03-18T21:28:40.737Z] Installing dependencies from lock file
[task 2024-03-18T21:28:41.014Z] 
[task 2024-03-18T21:28:41.015Z] Package operations: 25 installs, 0 updates, 0 removals
[task 2024-03-18T21:28:41.016Z] 
[task 2024-03-18T21:28:41.017Z]   • Installing pycparser (2.21)
[task 2024-03-18T21:28:41.321Z]   • Installing certifi (2023.11.17)
[task 2024-03-18T21:28:41.323Z]   • Installing cffi (1.16.0)
[task 2024-03-18T21:28:41.323Z]   • Installing charset-normalizer (3.3.2)
[task 2024-03-18T21:28:41.326Z]   • Installing frozenlist (1.4.0)
[task 2024-03-18T21:28:41.328Z]   • Installing idna (3.6)
[task 2024-03-18T21:28:41.330Z]   • Installing multidict (6.0.4)
[task 2024-03-18T21:28:41.461Z]   • Installing urllib3 (1.26.18)
[task 2024-03-18T21:28:41.807Z]   • Installing aiosignal (1.3.1)
[task 2024-03-18T21:28:41.809Z]   • Installing async-timeout (4.0.3)
[task 2024-03-18T21:28:41.811Z]   • Installing attrs (23.1.0)
[task 2024-03-18T21:28:41.812Z]   • Installing pycares (4.4.0)
[task 2024-03-18T21:28:41.814Z]   • Installing requests (2.31.0)
[task 2024-03-18T21:28:41.815Z]   • Installing yarl (1.9.4)
[task 2024-03-18T21:28:41.979Z]   • Installing aiodns (3.1.1)
[task 2024-03-18T21:28:41.981Z]   • Installing aiohttp (3.8.6)
[task 2024-03-18T21:28:41.983Z]   • Installing backoff (2.2.1)
[task 2024-03-18T21:28:41.985Z]   • Installing brotli (1.1.0)
[task 2024-03-18T21:28:41.986Z]   • Installing cryptography (42.0.4)
[task 2024-03-18T21:28:41.987Z]   • Installing graphql-core (3.2.3)
[task 2024-03-18T21:28:42.046Z]   • Installing nodeenv (1.8.0)
[task 2024-03-18T21:28:42.183Z]   • Installing requests-toolbelt (0.10.1)
[task 2024-03-18T21:28:42.599Z]   • Installing gql (3.4.1)
[task 2024-03-18T21:28:42.601Z]   • Installing pyjwt (2.8.0)
[task 2024-03-18T21:28:42.603Z]   • Installing pyright (1.1.340)
[task 2024-03-18T21:28:42.766Z] 
[task 2024-03-18T21:28:42.767Z] Installing the current project: simple-github (1.0.0)
[task 2024-03-18T21:28:42.917Z] + poetry run pyright
[task 2024-03-18T21:28:43.560Z] /builds/worker/.cache/pypoetry/virtualenvs/simple-github-hlUNdH3O-py3.11/lib/python3.11/site-packages/nodeenv.py:26: DeprecationWarning: 'pipes' is deprecated and slated for removal in Python 3.13
[task 2024-03-18T21:28:43.560Z]   import pipes
[task 2024-03-18T21:28:43.682Z] /builds/worker/.cache/pypoetry/virtualenvs/simple-github-hlUNdH3O-py3.11/lib/python3.11/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-03-18T21:28:43.682Z]   from pkg_resources import parse_version
[task 2024-03-18T21:28:46.534Z]  * Install prebuilt node (21.7.1) ..... done.
[task 2024-03-18T21:28:49.556Z] 
[task 2024-03-18T21:28:49.556Z] added 1 package, and audited 2 packages in 3s
[task 2024-03-18T21:28:49.558Z] 
[task 2024-03-18T21:28:49.559Z] found 0 vulnerabilities
[task 2024-03-18T21:28:52.009Z] 0 errors, 0 warnings, 0 informations 
[task 2024-03-18T21:28:52.037Z] WARNING: there is a new pyright version available (v1.1.340 -> v1.1.354).
[task 2024-03-18T21:28:52.037Z] Please install the new version or set PYRIGHT_PYTHON_FORCE_VERSION to `latest`
[task 2024-03-18T21:28:52.037Z] 
[taskcluster 2024-03-18 21:28:52.394Z] === Task Finished ===
[taskcluster 2024-03-18 21:28:52.395Z] Successful task run with exit code: 0 completed in 62.255 seconds