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

feat: support unauthenticated access to the Github API #47

Merged
merged 1 commit into from
Sep 17, 2024

feat: support unauthenticated access to the Github API

f161d50
Select commit
Loading
Failed to load commit list.
Merged

feat: support unauthenticated access to the Github API #47

feat: support unauthenticated access to the Github API
f161d50
Select commit
Loading
Failed to load commit list.
firefoxci-taskcluster / test-type-check succeeded Sep 16, 2024 in 4m 53s

FirefoxCI (pull_request)

Run pyright type checking against code base

Details

View task in Taskcluster
View logs in Taskcluster


[taskcluster 2024-09-16 21:15:20.834Z] Task ID: UQRaP1rFQYCJNl8scRHrzg
[taskcluster 2024-09-16 21:15:20.834Z] Worker ID: 8150140415111405937
[taskcluster 2024-09-16 21:15:20.834Z] Worker Group: us-central1-b
[taskcluster 2024-09-16 21:15:20.834Z] Worker Node Type: projects/887720501152/machineTypes/c2-standard-4
[taskcluster 2024-09-16 21:15:20.834Z] Worker Type: t-linux-large-gcp
[taskcluster 2024-09-16 21:15:20.834Z] Public IP: 34.44.11.128
[taskcluster 2024-09-16 21:15:20.834Z] Hostname: mozilla-t-t-linux-large-gcp-ieowhisyrosppsryfw0-ga
[taskcluster 2024-09-16 21:15:20.834Z] using cache "mozilla-level-1-checkouts-v3-7f8630edfaa3588fb9ab-f36kM46hSFerPtiBERTWoA" -> /builds/worker/checkouts

[taskcluster 2024-09-16 21:15:21.910Z] Downloading artifact "public/image.tar.zst" from task ID: f36kM46hSFerPtiBERTWoA.
[taskcluster 2024-09-16 21:15:26.007Z] Downloaded artifact successfully.
[taskcluster 2024-09-16 21:15:26.008Z] Downloaded 433.701 mb
[taskcluster 2024-09-16 21:15:26.009Z] Decompressing downloaded image
[taskcluster 2024-09-16 21:15:28.664Z] Loading docker image from downloaded archive.
[taskcluster 2024-09-16 21:15:49.916Z] Image 'public/image.tar.zst' from task 'f36kM46hSFerPtiBERTWoA' loaded.  Using image ID sha256:fd0afe6d301d9af4fd65505fe9594ab5e667d33582c9ac0259a0eb332d3db132.
[taskcluster 2024-09-16 21:15:50.103Z] === Task Starting ===
[setup 2024-09-16T21:15:50.665Z] run-task started in /
[setup 2024-09-16T21:15:50.665Z] Invoked by command: --simple_github-checkout=/builds/worker/checkouts/vcs/ --task-cwd /builds/worker/checkouts/vcs -- bash -cx uv run pyright
[setup 2024-09-16T21:15:50.665Z] Python version: 3.11.2
[cache 2024-09-16T21:15:50.666Z] cache /builds/worker/checkouts is empty; writing requirements: gid=1000 uid=1000 version=1
[volume 2024-09-16T21:15:50.666Z] changing ownership of volume /builds/worker/.cache to 1000:1000
[volume 2024-09-16T21:15:50.666Z] volume /builds/worker/checkouts is a cache
[setup 2024-09-16T21:15:50.666Z] running as worker:worker
[vcs 2024-09-16T21:15:50.666Z] executing ['git', 'config', '--global', '--add', 'safe.directory', '/builds/worker/checkouts/vcs']
[vcs 2024-09-16T21:15:50.668Z] executing ['git', 'clone', 'https://github.com/mozilla-releng/simple-github', '/builds/worker/checkouts/vcs']
[vcs 2024-09-16T21:15:50.669Z] Cloning into '/builds/worker/checkouts/vcs'...
[vcs 2024-09-16T21:15:51.058Z] executing ['git', 'fetch', '--no-tags', 'https://github.com/ahal/simple-github', 'public_client']
[vcs 2024-09-16T21:15:51.297Z] From https://github.com/ahal/simple-github
[vcs 2024-09-16T21:15:51.297Z]  * branch            public_client -> FETCH_HEAD
[vcs 2024-09-16T21:15:51.298Z] executing ['git', 'checkout', '-f', '-B', 'public_client', 'f161d50fa1a26254d09a5562119712a79f0b0a1e']
[vcs 2024-09-16T21:15:51.303Z] Switched to a new branch 'public_client'
[vcs 2024-09-16T21:15:51.304Z] cleaning git checkout...
[vcs 2024-09-16T21:15:51.304Z] executing ['git', 'clean', '-nxdff']
[vcs 2024-09-16T21:15:51.305Z] removing []
[vcs 2024-09-16T21:15:51.305Z] successfully cleaned git checkout!
[vcs 2024-09-16T21:15:51.306Z] TinderboxPrint:<a href='https://github.com/ahal/simple-github/commit/f161d50fa1a26254d09a5562119712a79f0b0a1e' title='Built from simple-github commit f161d50fa1a26254d09a5562119712a79f0b0a1e'>f161d50fa1a26254d09a5562119712a79f0b0a1e</a>
[task 2024-09-16T21:15:51.307Z] executing ['bash', '-cx', 'uv run pyright']
[task 2024-09-16T21:15:51.308Z] + uv run pyright
[task 2024-09-16T21:15:51.448Z] Using Python 3.11.10
[task 2024-09-16T21:15:51.448Z] Creating virtualenv at: .venv
[task 2024-09-16T21:15:52.474Z] warning: Failed to hardlink files; falling back to full copy. This may lead to degraded performance.
[task 2024-09-16T21:15:52.474Z]          If the cache and target directories are on different filesystems, hardlinking may not be supported.
[task 2024-09-16T21:15:52.474Z]          If this is intentional, set `export UV_LINK_MODE=copy` or use `--link-mode=copy` to suppress this warning.
[task 2024-09-16T21:15:52.574Z] Installed 73 packages in 101ms
[task 2024-09-16T21:15:57.008Z]  * Install prebuilt node (22.8.0) ..... done.
[task 2024-09-16T21:15:59.160Z] 
[task 2024-09-16T21:15:59.160Z] added 1 package, and audited 2 packages in 2s
[task 2024-09-16T21:15:59.161Z] 
[task 2024-09-16T21:15:59.161Z] found 0 vulnerabilities
[task 2024-09-16T21:16:00.605Z] 0 errors, 0 warnings, 0 informations 
[taskcluster 2024-09-16 21:16:00.935Z] === Task Finished ===
[taskcluster 2024-09-16 21:16:00.935Z] Successful task run with exit code: 0 completed in 40.102 seconds