feat: bump max dependencies to 9,999 #575
Merged
firefoxci-taskcluster / check-type
succeeded
Sep 20, 2024 in 2m 8s
FirefoxCI (pull_request)
Run type checking against src with Pyright (Treeherder push)
Details
View task in Taskcluster | View logs in Taskcluster | View task group in Taskcluster
Task Status
Started: 2024-09-20T15:25:35.910Z
Resolved: 2024-09-20T15:26:14.667Z
Task Execution Time: 38 seconds, 757 milliseconds
Task Status: completed
Reason Resolved: completed
RunId: 0
Artifacts
- public/logs/live_backing.log
- public/logs/live.log
[taskcluster 2024-09-20 15:25:35.968Z] Task ID: TAAOZzmRQfavwiadjVO_BQ
[taskcluster 2024-09-20 15:25:35.969Z] Worker ID: 725469281315204425
[taskcluster 2024-09-20 15:25:35.969Z] Worker Group: us-west1-b
[taskcluster 2024-09-20 15:25:35.969Z] Worker Node Type: projects/887720501152/machineTypes/c2-standard-4
[taskcluster 2024-09-20 15:25:35.969Z] Worker Pool: taskgraph-t/linux-gcp
[taskcluster 2024-09-20 15:25:35.969Z] Worker Version: 38.0.5
[taskcluster 2024-09-20 15:25:35.969Z] Public IP: 104.196.235.211
[taskcluster 2024-09-20 15:25:35.969Z] Hostname: taskgraph-t-linux-gcp-xerqnygut96xikpaiuizvq
[taskcluster 2024-09-20 15:25:35.969Z] using cache "taskgraph-level-1-checkouts-v3-48e4be78e4d6e6e157f5-V5eTy1sJRWi2VsC3ZOSMeQ" -> /builds/worker/checkouts
[taskcluster 2024-09-20 15:25:40.246Z] Downloading artifact "public/image.tar.zst" from task ID: V5eTy1sJRWi2VsC3ZOSMeQ.
[taskcluster 2024-09-20 15:25:45.252Z] Download Progress: 83.83%
[taskcluster 2024-09-20 15:25:46.103Z] Downloaded artifact successfully.
[taskcluster 2024-09-20 15:25:46.103Z] Downloaded 157.457 mb
[taskcluster 2024-09-20 15:25:46.104Z] Decompressing downloaded image
[taskcluster 2024-09-20 15:25:47.561Z] Loading docker image from downloaded archive.
[taskcluster 2024-09-20 15:25:56.291Z] Image 'public/image.tar.zst' from task 'V5eTy1sJRWi2VsC3ZOSMeQ' loaded. Using image ID sha256:dd70e524dbf0a1a2bf4a0aa46def2880aa7a21fa877f807f037edf7db74ee58b.
[taskcluster 2024-09-20 15:25:56.368Z] === Task Starting ===
[setup 2024-09-20T15:25:58.551Z] run-task started in /
[setup 2024-09-20T15:25:58.551Z] Invoked by command: --ci-checkout=/builds/worker/checkouts/vcs/ --task-cwd /builds/worker/checkouts/vcs -- bash -cx uv run pyright
[setup 2024-09-20T15:25:58.551Z] Python version: 3.8.20
[cache 2024-09-20T15:25:58.552Z] cache /builds/worker/checkouts is empty; writing requirements: gid=1000 uid=1000 version=1
[volume 2024-09-20T15:25:58.552Z] changing ownership of volume /builds/worker/.cache to 1000:1000
[volume 2024-09-20T15:25:58.552Z] volume /builds/worker/checkouts is a cache
[setup 2024-09-20T15:25:58.553Z] running as worker:worker
[vcs 2024-09-20T15:25:58.553Z] executing ['git', 'config', '--global', '--add', 'safe.directory', '/builds/worker/checkouts/vcs']
[vcs 2024-09-20T15:25:58.556Z] executing ['git', 'clone', 'https://github.com/taskcluster/taskgraph', '/builds/worker/checkouts/vcs']
[vcs 2024-09-20T15:25:58.558Z] Cloning into '/builds/worker/checkouts/vcs'...
[vcs 2024-09-20T15:25:59.514Z] executing ['git', 'fetch', '--no-tags', 'https://github.com/bhearsum/taskgraph', 'max-deps']
[vcs 2024-09-20T15:25:59.890Z] From https://github.com/bhearsum/taskgraph
[vcs 2024-09-20T15:25:59.890Z] * branch max-deps -> FETCH_HEAD
[vcs 2024-09-20T15:25:59.891Z] executing ['git', 'checkout', '-f', '-B', 'max-deps', '9da8c27386b99e6f62d0465019664122446bb581']
[vcs 2024-09-20T15:25:59.908Z] Switched to a new branch 'max-deps'
[vcs 2024-09-20T15:25:59.908Z] cleaning git checkout...
[vcs 2024-09-20T15:25:59.908Z] executing ['git', 'clean', '-nxdff']
[vcs 2024-09-20T15:25:59.912Z] removing []
[vcs 2024-09-20T15:25:59.912Z] successfully cleaned git checkout!
[vcs 2024-09-20T15:25:59.914Z] TinderboxPrint:<a href='https://github.com/bhearsum/taskgraph/commit/9da8c27386b99e6f62d0465019664122446bb581' title='Built from taskgraph commit 9da8c27386b99e6f62d0465019664122446bb581'>9da8c27386b99e6f62d0465019664122446bb581</a>
[task 2024-09-20T15:25:59.914Z] executing ['bash', '-cx', 'uv run pyright']
[task 2024-09-20T15:25:59.916Z] + uv run pyright
[task 2024-09-20T15:26:00.043Z] Using Python 3.8.20 interpreter at: /usr/local/bin/python3
[task 2024-09-20T15:26:00.043Z] Creating virtualenv at: .venv
[task 2024-09-20T15:26:01.412Z] warning: Failed to hardlink files; falling back to full copy. This may lead to degraded performance.
[task 2024-09-20T15:26:01.412Z] If the cache and target directories are on different filesystems, hardlinking may not be supported.
[task 2024-09-20T15:26:01.412Z] If this is intentional, set `export UV_LINK_MODE=copy` or use `--link-mode=copy` to suppress this warning.
[task 2024-09-20T15:26:01.558Z] Installed 78 packages in 147ms
[task 2024-09-20T15:26:05.128Z] * Install prebuilt node (22.9.0) ..... done.
[task 2024-09-20T15:26:07.463Z]
[task 2024-09-20T15:26:07.463Z] added 1 package, and audited 2 packages in 2s
[task 2024-09-20T15:26:07.464Z]
[task 2024-09-20T15:26:07.464Z] found 0 vulnerabilities
[task 2024-09-20T15:26:12.022Z] 0 errors, 0 warnings, 0 informations
[task 2024-09-20T15:26:12.041Z] WARNING: there is a new pyright version available (v1.1.379 -> v1.1.381).
[task 2024-09-20T15:26:12.041Z] Please install the new version or set PYRIGHT_PYTHON_FORCE_VERSION to `latest`
[task 2024-09-20T15:26:12.041Z]
[taskcluster 2024-09-20 15:26:13.943Z] === Task Finished ===
[taskcluster 2024-09-20 15:26:13.944Z] Successful task run with exit code: 0 completed in 37.977 seconds
Loading