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 #53

Merged
merged 1 commit into from
Jan 8, 2025

chore: pre-commit autoupdate

324ff6c
Select commit
Loading
Failed to load commit list.
Merged

chore: pre-commit autoupdate #53

chore: pre-commit autoupdate
324ff6c
Select commit
Loading
Failed to load commit list.
firefoxci-taskcluster / test-type-check succeeded Jan 6, 2025 in 2m 7s

FirefoxCI (pull_request)

Run pyright type checking against code base

Details

View task in Taskcluster | View logs in Taskcluster | View task group in Taskcluster

Task Status

Started: 2025-01-06T23:03:08.833Z
Resolved: 2025-01-06T23:03:21.788Z
Task Execution Time: 12 seconds, 955 milliseconds
Task Status: completed
Reason Resolved: completed
RunId: 0

Artifacts

- public/logs/live_backing.log
- public/logs/live.log


[taskcluster 2025-01-06 23:03:08.992Z] Task ID: FDBRWAFNTEui5g5pDE5QOQ
[taskcluster 2025-01-06 23:03:08.992Z] Worker ID: 1042481027912687188
[taskcluster 2025-01-06 23:03:08.992Z] Worker Group: us-central1-f
[taskcluster 2025-01-06 23:03:08.992Z] Worker Node Type: projects/887720501152/machineTypes/c2-standard-4
[taskcluster 2025-01-06 23:03:08.992Z] Worker Type: t-linux-large-gcp
[taskcluster 2025-01-06 23:03:08.992Z] Public IP: 34.29.164.252
[taskcluster 2025-01-06 23:03:08.992Z] Hostname: mozilla-t-t-linux-large-gcp-dpuq9qfus-2syla9j3rlga
[taskcluster 2025-01-06 23:03:08.992Z] using cache "mozilla-level-1-checkouts-v3-7afeb851dd97df8f3607-aWyKOWP4RGWBM3PC6n5Sow" -> /builds/worker/checkouts

[taskcluster 2025-01-06 23:03:09.488Z] Image 'public/image.tar.zst' from task 'aWyKOWP4RGWBM3PC6n5Sow' loaded.  Using image ID sha256:d1582e1f57df0777ef9ee5fdc94de00337431a516056d2524dc4cb9b8ecff794.
[taskcluster 2025-01-06 23:03:09.539Z] === Task Starting ===
[setup 2025-01-06T23:03:10.180Z] run-task started in /
[setup 2025-01-06T23:03:10.180Z] Invoked by command: --reps-checkout=/builds/worker/checkouts/vcs/ --task-cwd /builds/worker/checkouts/vcs -- bash -cx uv run pyright
[setup 2025-01-06T23:03:10.180Z] Python version: 3.9.19
[cache 2025-01-06T23:03:10.181Z] cache /builds/worker/checkouts exists; requirements: gid=1000 uid=1000 version=1
[volume 2025-01-06T23:03:10.181Z] changing ownership of volume /builds/worker/.cache to 1000:1000
[volume 2025-01-06T23:03:10.181Z] volume /builds/worker/checkouts is a cache
[setup 2025-01-06T23:03:10.182Z] running as worker:worker
[vcs 2025-01-06T23:03:10.182Z] executing ['git', 'config', '--global', '--add', 'safe.directory', '/builds/worker/checkouts/vcs']
[vcs 2025-01-06T23:03:10.184Z] executing ['git', 'fetch', '--tags', '--force', 'https://github.com/mozilla-releng/reps', 'pre-commit-ci-update-config']
[vcs 2025-01-06T23:03:10.396Z] From https://github.com/mozilla-releng/reps
[vcs 2025-01-06T23:03:10.396Z]  * branch            pre-commit-ci-update-config -> FETCH_HEAD
[vcs 2025-01-06T23:03:10.400Z] executing ['git', 'fetch', '--no-tags', 'https://github.com/mozilla-releng/reps', 'pre-commit-ci-update-config']
[vcs 2025-01-06T23:03:10.613Z] From https://github.com/mozilla-releng/reps
[vcs 2025-01-06T23:03:10.613Z]  * branch            pre-commit-ci-update-config -> FETCH_HEAD
[vcs 2025-01-06T23:03:10.617Z] executing ['git', 'checkout', '-f', '-B', 'pre-commit-ci-update-config', '324ff6c220d27f66f4edcabaf24b42f384c69b2e']
[vcs 2025-01-06T23:03:10.621Z] Reset branch 'pre-commit-ci-update-config'
[vcs 2025-01-06T23:03:10.621Z] cleaning git checkout...
[vcs 2025-01-06T23:03:10.621Z] executing ['git', 'clean', '-nxdff']
[vcs 2025-01-06T23:03:10.640Z] removing ['/builds/worker/checkouts/vcs/.venv/']
[vcs 2025-01-06T23:03:10.727Z] successfully cleaned git checkout!
[vcs 2025-01-06T23:03:10.730Z] TinderboxPrint:<a href='https://github.com/mozilla-releng/reps/commit/324ff6c220d27f66f4edcabaf24b42f384c69b2e' title='Built from reps commit 324ff6c220d27f66f4edcabaf24b42f384c69b2e'>324ff6c220d27f66f4edcabaf24b42f384c69b2e</a>
[task 2025-01-06T23:03:10.730Z] executing ['bash', '-cx', 'uv run pyright']
[task 2025-01-06T23:03:10.732Z] + uv run pyright
[task 2025-01-06T23:03:10.891Z] Using Python 3.11.9
[task 2025-01-06T23:03:10.891Z] Creating virtualenv at: .venv
[task 2025-01-06T23:03:12.106Z] warning: Failed to hardlink files; falling back to full copy. This may lead to degraded performance.
[task 2025-01-06T23:03:12.106Z]          If the cache and target directories are on different filesystems, hardlinking may not be supported.
[task 2025-01-06T23:03:12.106Z]          If this is intentional, set `export UV_LINK_MODE=copy` or use `--link-mode=copy` to suppress this warning.
[task 2025-01-06T23:03:12.156Z] Installed 53 packages in 51ms
[task 2025-01-06T23:03:16.942Z]  * Install prebuilt node (23.5.0) ..... done.
[task 2025-01-06T23:03:19.013Z] 
[task 2025-01-06T23:03:19.014Z] added 1 package, and audited 2 packages in 2s
[task 2025-01-06T23:03:19.014Z] 
[task 2025-01-06T23:03:19.015Z] found 0 vulnerabilities
[task 2025-01-06T23:03:20.721Z] 0 errors, 0 warnings, 0 informations 
[task 2025-01-06T23:03:20.736Z] WARNING: there is a new pyright version available (v1.1.377 -> v1.1.391).
[task 2025-01-06T23:03:20.736Z] Please install the new version or set PYRIGHT_PYTHON_FORCE_VERSION to `latest`
[task 2025-01-06T23:03:20.736Z] 
[taskcluster 2025-01-06 23:03:21.082Z] === Task Finished ===
[taskcluster 2025-01-06 23:03:21.082Z] Successful task run with exit code: 0 completed in 12.091 seconds