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

ci: switch from poetry to uv #43

Closed
wants to merge 1 commit into from

ci: switch from poetry to uv

3573ed5
Select commit
Loading
Failed to load commit list.
Closed

ci: switch from poetry to uv #43

ci: switch from poetry to uv
3573ed5
Select commit
Loading
Failed to load commit list.
firefoxci-taskcluster / test-type-check succeeded Sep 12, 2024 in 4m 35s

FirefoxCI (pull_request)

Run pyright type checking against code base

Details

View task in Taskcluster
View logs in Taskcluster


[taskcluster 2024-09-12 13:59:23.566Z] Task ID: EVBaItdHQZaR3SVvdgwxrg
[taskcluster 2024-09-12 13:59:23.567Z] Worker ID: 8952022766464224611
[taskcluster 2024-09-12 13:59:23.567Z] Worker Group: us-west1-a
[taskcluster 2024-09-12 13:59:23.567Z] Worker Node Type: projects/887720501152/machineTypes/c2-standard-4
[taskcluster 2024-09-12 13:59:23.567Z] Worker Type: t-linux-large-gcp
[taskcluster 2024-09-12 13:59:23.567Z] Public IP: 34.105.51.207
[taskcluster 2024-09-12 13:59:23.567Z] Hostname: mozilla-t-t-linux-large-gcp-slnm6ke6sck1fec70inpzq
[taskcluster 2024-09-12 13:59:23.567Z] using cache "mozilla-level-1-checkouts-v3-7f8630edfaa3588fb9ab-e8LTYsuoRbS4-jjMAZ3BYg" -> /builds/worker/checkouts

[taskcluster 2024-09-12 13:59:24.072Z] Downloading artifact "public/image.tar.zst" from task ID: e8LTYsuoRbS4-jjMAZ3BYg.
[taskcluster 2024-09-12 13:59:29.073Z] Download Progress: 97.97%
[taskcluster 2024-09-12 13:59:29.144Z] Downloaded artifact successfully.
[taskcluster 2024-09-12 13:59:29.144Z] Downloaded 412.403 mb
[taskcluster 2024-09-12 13:59:29.145Z] Decompressing downloaded image
[taskcluster 2024-09-12 13:59:31.533Z] Loading docker image from downloaded archive.
[taskcluster 2024-09-12 13:59:55.415Z] Image 'public/image.tar.zst' from task 'e8LTYsuoRbS4-jjMAZ3BYg' loaded.  Using image ID sha256:583d68b9428198b164cfcdc84f7da2bff20a47778c95a3174ac5cbac47fca556.
[taskcluster 2024-09-12 13:59:55.553Z] === Task Starting ===
[setup 2024-09-12T13:59:55.925Z] run-task started in /
[setup 2024-09-12T13:59:55.925Z] Invoked by command: --simple_github-checkout=/builds/worker/checkouts/vcs/ --task-cwd /builds/worker/checkouts/vcs -- bash -cx uv run pyright
[setup 2024-09-12T13:59:55.925Z] Python version: 3.11.2
[cache 2024-09-12T13:59:55.927Z] cache /builds/worker/checkouts is empty; writing requirements: gid=1000 uid=1000 version=1
[volume 2024-09-12T13:59:55.927Z] changing ownership of volume /builds/worker/.cache to 1000:1000
[volume 2024-09-12T13:59:55.927Z] volume /builds/worker/checkouts is a cache
[setup 2024-09-12T13:59:55.927Z] running as worker:worker
[vcs 2024-09-12T13:59:55.927Z] executing ['git', 'config', '--global', '--add', 'safe.directory', '/builds/worker/checkouts/vcs']
[vcs 2024-09-12T13:59:55.929Z] executing ['git', 'clone', 'https://github.com/mozilla-releng/simple-github', '/builds/worker/checkouts/vcs']
[vcs 2024-09-12T13:59:55.930Z] Cloning into '/builds/worker/checkouts/vcs'...
[vcs 2024-09-12T13:59:56.519Z] executing ['git', 'fetch', '--no-tags', 'https://github.com/ahal/simple-github', 'uv']
[vcs 2024-09-12T13:59:57.052Z] From https://github.com/ahal/simple-github
[vcs 2024-09-12T13:59:57.052Z]  * branch            uv         -> FETCH_HEAD
[vcs 2024-09-12T13:59:57.053Z] executing ['git', 'checkout', '-f', '-B', 'uv', '3573ed590a448b28b48e8a77310686577eea463e']
[vcs 2024-09-12T13:59:57.058Z] Switched to a new branch 'uv'
[vcs 2024-09-12T13:59:57.059Z] cleaning git checkout...
[vcs 2024-09-12T13:59:57.059Z] executing ['git', 'clean', '-nxdff']
[vcs 2024-09-12T13:59:57.060Z] removing []
[vcs 2024-09-12T13:59:57.060Z] successfully cleaned git checkout!
[vcs 2024-09-12T13:59:57.061Z] TinderboxPrint:<a href='https://github.com/ahal/simple-github/commit/3573ed590a448b28b48e8a77310686577eea463e' title='Built from simple-github commit 3573ed590a448b28b48e8a77310686577eea463e'>3573ed590a448b28b48e8a77310686577eea463e</a>
[task 2024-09-12T13:59:57.061Z] executing ['bash', '-cx', 'uv run pyright']
[task 2024-09-12T13:59:57.063Z] + uv run pyright
[task 2024-09-12T13:59:57.206Z] Using Python 3.11.10
[task 2024-09-12T13:59:57.206Z] Creating virtualenv at: .venv
[task 2024-09-12T13:59:58.140Z] warning: Failed to hardlink files; falling back to full copy. This may lead to degraded performance.
[task 2024-09-12T13:59:58.140Z]          If the cache and target directories are on different filesystems, hardlinking may not be supported.
[task 2024-09-12T13:59:58.140Z]          If this is intentional, set `export UV_LINK_MODE=copy` or use `--link-mode=copy` to suppress this warning.
[task 2024-09-12T13:59:58.247Z] Installed 73 packages in 109ms
[task 2024-09-12T14:00:02.448Z]  * Install prebuilt node (22.8.0) ..... done.
[task 2024-09-12T14:00:05.051Z] 
[task 2024-09-12T14:00:05.051Z] added 1 package, and audited 2 packages in 3s
[task 2024-09-12T14:00:05.052Z] 
[task 2024-09-12T14:00:05.052Z] found 0 vulnerabilities
[task 2024-09-12T14:00:06.526Z] 0 errors, 0 warnings, 0 informations 
[taskcluster 2024-09-12 14:00:06.890Z] === Task Finished ===
[taskcluster 2024-09-12 14:00:06.890Z] Successful task run with exit code: 0 completed in 43.325 seconds