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

fetch-content: use urlopen's context parameter instead of cafile #618

Merged
merged 1 commit into from
Jan 8, 2025

Use urlopen's context parameter instead of cafile

ea3803a
Select commit
Loading
Failed to load commit list.
Merged

fetch-content: use urlopen's context parameter instead of cafile #618

Use urlopen's context parameter instead of cafile
ea3803a
Select commit
Loading
Failed to load commit list.
firefoxci-taskcluster / check-type succeeded Dec 26, 2024 in 2m 7s

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-12-26T06:03:41.780Z
Resolved: 2024-12-26T06:04:34.233Z
Task Execution Time: 52 seconds, 453 milliseconds
Task Status: completed
Reason Resolved: completed
RunId: 0

Artifacts

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


[taskcluster 2024-12-26 06:03:41.827Z] Task ID: HD9n8vWbTjGP0uZCXt5Sag
[taskcluster 2024-12-26 06:03:41.827Z] Worker ID: 1269623603175968660
[taskcluster 2024-12-26 06:03:41.827Z] Worker Group: us-west1-b
[taskcluster 2024-12-26 06:03:41.827Z] Worker Node Type: projects/887720501152/machineTypes/c2-standard-4
[taskcluster 2024-12-26 06:03:41.827Z] Worker Pool: taskgraph-t/linux-gcp
[taskcluster 2024-12-26 06:03:41.827Z] Worker Version: 38.0.5
[taskcluster 2024-12-26 06:03:41.827Z] Public IP: 34.169.18.241
[taskcluster 2024-12-26 06:03:41.827Z] Hostname: taskgraph-t-linux-gcp-i8-7wwdes2wssulevuae1q
[taskcluster 2024-12-26 06:03:41.827Z] using cache "taskgraph-level-1-checkouts-v3-492fcd7a01ebf3b75635-WpWxocK5QliTiVPPGvSrMw" -> /builds/worker/checkouts

[taskcluster 2024-12-26 06:03:46.191Z] Downloading artifact "public/image.tar.zst" from task ID: WpWxocK5QliTiVPPGvSrMw.
[taskcluster 2024-12-26 06:03:51.193Z] Download Progress: 92.88%
[taskcluster 2024-12-26 06:03:51.598Z] Downloaded artifact successfully.
[taskcluster 2024-12-26 06:03:51.598Z] Downloaded 287.076 mb
[taskcluster 2024-12-26 06:03:51.599Z] Decompressing downloaded image
[taskcluster 2024-12-26 06:03:53.647Z] Loading docker image from downloaded archive.
[taskcluster 2024-12-26 06:04:12.572Z] Image 'public/image.tar.zst' from task 'WpWxocK5QliTiVPPGvSrMw' loaded.  Using image ID sha256:8a623d44ab914831f57c5c3b0edd02847a24aa82a278dcc7d1a7249a2d2e9b76.
[taskcluster 2024-12-26 06:04:12.711Z] === Task Starting ===
[setup 2024-12-26T06:04:14.984Z] run-task started in /
[setup 2024-12-26T06:04:14.984Z] Invoked by command: --ci-checkout=/builds/worker/checkouts/vcs/ --task-cwd /builds/worker/checkouts/vcs -- bash -cx uv run pyright
[setup 2024-12-26T06:04:14.984Z] Python version: 3.11.2
[cache 2024-12-26T06:04:14.985Z] cache /builds/worker/checkouts is empty; writing requirements: gid=1000 uid=1000 version=1
[volume 2024-12-26T06:04:14.985Z] changing ownership of volume /builds/worker/.cache to 1000:1000
[volume 2024-12-26T06:04:14.985Z] volume /builds/worker/checkouts is a cache
[setup 2024-12-26T06:04:14.986Z] running as worker:worker
[vcs 2024-12-26T06:04:14.986Z] executing ['git', 'config', '--global', '--add', 'safe.directory', '/builds/worker/checkouts/vcs']
[vcs 2024-12-26T06:04:14.988Z] executing ['git', 'clone', 'https://github.com/taskcluster/taskgraph', '/builds/worker/checkouts/vcs']
[vcs 2024-12-26T06:04:14.990Z] Cloning into '/builds/worker/checkouts/vcs'...
[vcs 2024-12-26T06:04:16.199Z] executing ['git', 'fetch', '--no-tags', 'https://github.com/glandium/taskgraph', 'cafile']
[vcs 2024-12-26T06:04:16.503Z] From https://github.com/glandium/taskgraph
[vcs 2024-12-26T06:04:16.503Z]  * branch              cafile     -> FETCH_HEAD
[vcs 2024-12-26T06:04:16.505Z] executing ['git', 'checkout', '-f', '-B', 'cafile', 'ea3803a7e5a2180e97b4f3ffcbeed9251024411e']
[vcs 2024-12-26T06:04:16.525Z] Switched to a new branch 'cafile'
[vcs 2024-12-26T06:04:16.525Z] cleaning git checkout...
[vcs 2024-12-26T06:04:16.525Z] executing ['git', 'clean', '-nxdff']
[vcs 2024-12-26T06:04:16.527Z] removing []
[vcs 2024-12-26T06:04:16.527Z] successfully cleaned git checkout!
[vcs 2024-12-26T06:04:16.529Z] TinderboxPrint:<a href='https://github.com/glandium/taskgraph/commit/ea3803a7e5a2180e97b4f3ffcbeed9251024411e' title='Built from taskgraph commit ea3803a7e5a2180e97b4f3ffcbeed9251024411e'>ea3803a7e5a2180e97b4f3ffcbeed9251024411e</a>
[task 2024-12-26T06:04:16.529Z] executing ['bash', '-cx', 'uv run pyright']
[task 2024-12-26T06:04:16.530Z] + uv run pyright
[task 2024-12-26T06:04:16.704Z] Using Python 3.13.0rc2
[task 2024-12-26T06:04:16.704Z] Creating virtualenv at: .venv
[task 2024-12-26T06:04:17.691Z] warning: Missing version constraint (e.g., a lower bound) for `coverage`
[task 2024-12-26T06:04:17.691Z] warning: Missing version constraint (e.g., a lower bound) for `mock`
[task 2024-12-26T06:04:17.691Z] warning: Missing version constraint (e.g., a lower bound) for `pre-commit`
[task 2024-12-26T06:04:17.691Z] warning: Missing version constraint (e.g., a lower bound) for `pyright`
[task 2024-12-26T06:04:17.691Z] warning: Missing version constraint (e.g., a lower bound) for `pytest`
[task 2024-12-26T06:04:17.691Z] warning: Missing version constraint (e.g., a lower bound) for `pytest-mock`
[task 2024-12-26T06:04:17.691Z] warning: Missing version constraint (e.g., a lower bound) for `responses`
[task 2024-12-26T06:04:17.691Z] warning: Missing version constraint (e.g., a lower bound) for `sphinx`
[task 2024-12-26T06:04:17.691Z] warning: Missing version constraint (e.g., a lower bound) for `sphinx-autobuild`
[task 2024-12-26T06:04:17.691Z] warning: Missing version constraint (e.g., a lower bound) for `sphinx-argparse`
[task 2024-12-26T06:04:17.691Z] warning: Missing version constraint (e.g., a lower bound) for `sphinxcontrib-mermaid`
[task 2024-12-26T06:04:17.691Z] warning: Missing version constraint (e.g., a lower bound) for `zstandard`
[task 2024-12-26T06:04:17.691Z] warning: Missing version constraint (e.g., a lower bound) for `mozilla-repo-urls`
[task 2024-12-26T06:04:19.972Z] warning: Failed to hardlink files; falling back to full copy. This may lead to degraded performance.
[task 2024-12-26T06:04:19.972Z]          If the cache and target directories are on different filesystems, hardlinking may not be supported.
[task 2024-12-26T06:04:19.972Z]          If this is intentional, set `export UV_LINK_MODE=copy` or use `--link-mode=copy` to suppress this warning.
[task 2024-12-26T06:04:20.099Z] Installed 74 packages in 128ms
[task 2024-12-26T06:04:23.059Z]  * Install prebuilt node (23.5.0) ../builds/worker/checkouts/vcs/.venv/lib/python3.13/site-packages/nodeenv.py:639: DeprecationWarning: Python 3.14 will, by default, filter extracted tar archives and reject files or modify their metadata. Use the filter argument to control this behavior.
[task 2024-12-26T06:04:23.059Z]   archive.extractall(src_dir, extract_list)
[task 2024-12-26T06:04:25.556Z] ... done.
[task 2024-12-26T06:04:27.873Z] 
[task 2024-12-26T06:04:27.873Z] added 1 package, and audited 2 packages in 2s
[task 2024-12-26T06:04:27.874Z] 
[task 2024-12-26T06:04:27.874Z] found 0 vulnerabilities
[task 2024-12-26T06:04:31.601Z] 0 errors, 0 warnings, 0 informations 
[task 2024-12-26T06:04:31.620Z] WARNING: there is a new pyright version available (v1.1.379 -> v1.1.391).
[task 2024-12-26T06:04:31.620Z] Please install the new version or set PYRIGHT_PYTHON_FORCE_VERSION to `latest`
[task 2024-12-26T06:04:31.620Z] 
[taskcluster 2024-12-26 06:04:33.759Z] === Task Finished ===
[taskcluster 2024-12-26 06:04:33.759Z] Successful task run with exit code: 0 completed in 51.933 seconds