Skip to content

[CI] Bump pyright-action #7098

[CI] Bump pyright-action

[CI] Bump pyright-action #7098

Triggered via pull request May 19, 2026 08:35
Status Failure
Total duration 2m 6s
Artifacts 7

build.yml

on: pull_request
compute-version
3s
compute-version
build-docs  /  build-docs
1m 11s
build-docs / build-docs
build-artifacts  /  code-lint
44s
build-artifacts / code-lint
build-artifacts  /  frontend-build
14s
build-artifacts / frontend-build
Matrix: build-artifacts / runner-test
build-artifacts  /  gateway-build
17s
build-artifacts / gateway-build
build-artifacts  /  generate-json-schema
15s
build-artifacts / generate-json-schema
Matrix: build-artifacts / python-test
build-artifacts  /  python-build
19s
build-artifacts / python-build
Matrix: build-artifacts / runner-compile
upload-post-pypi-artifacts  /  upload-post-pypi-artifacts
upload-post-pypi-artifacts / upload-post-pypi-artifacts
upload-pre-pypi-artifacts  /  upload-pre-pypi-artifacts
upload-pre-pypi-artifacts / upload-pre-pypi-artifacts
Fit to window
Zoom out
Zoom in

Annotations

28 errors, 36 warnings, and 4 notices
build-artifacts / python-test (ubuntu-latest, 3.13): src/dstack/_internal/core/backends/kubernetes/utils.py#L160
Argument of type "Generator[Any | dict[Unknown, Unknown] | str | None, Any, None]" cannot be assigned to parameter "gen" of type "Generator[_StateEventDict[T@_watch_events_gen] | _BookmarkEventDict[T@_watch_events_gen] | _ErrorEventDict, None, None]" in function "_watch_events_gen"   "Generator[Any | dict[Unknown, Unknown] | str | None, Any, None]" is not assignable to "Generator[_StateEventDict[T@_watch_events_gen] | _BookmarkEventDict[T@_watch_events_gen] | _ErrorEventDict, None, None]"     Type parameter "_YieldT_co@Generator" is covariant, but "Any | dict[Unknown, Unknown] | str | None" is not a subtype of "_StateEventDict[T@_watch_events_gen] | _BookmarkEventDict[T@_watch_events_gen] | _ErrorEventDict"       Type "Any | dict[Unknown, Unknown] | str | None" is not assignable to type "_StateEventDict[T@_watch_events_gen] | _BookmarkEventDict[T@_watch_events_gen] | _ErrorEventDict"         Type "str" is not assignable to type "_StateEventDict[T@_watch_events_gen] | _BookmarkEventDict[T@_watch_events_gen] | _ErrorEventDict"           "str" is not assignable to "_ErrorEventDict"           "str" is not assignable to "_BookmarkEventDict[T@_watch_events_gen]"           "str" is not assignable to "_StateEventDict[T@_watch_events_gen]" (reportArgumentType)
build-artifacts / python-test (ubuntu-latest, 3.12)
The strategy configuration was canceled because "build-artifacts.python-test.ubuntu-latest_3_13" failed
build-artifacts / python-test (ubuntu-latest, 3.12): src/dstack/_internal/core/backends/kubernetes/utils.py#L160
Argument of type "Generator[Any | dict[Unknown, Unknown] | str | None, Any, None]" cannot be assigned to parameter "gen" of type "Generator[_StateEventDict[T@_watch_events_gen] | _BookmarkEventDict[T@_watch_events_gen] | _ErrorEventDict, None, None]" in function "_watch_events_gen"   "Generator[Any | dict[Unknown, Unknown] | str | None, Any, None]" is not assignable to "Generator[_StateEventDict[T@_watch_events_gen] | _BookmarkEventDict[T@_watch_events_gen] | _ErrorEventDict, None, None]"     Type parameter "_YieldT_co@Generator" is covariant, but "Any | dict[Unknown, Unknown] | str | None" is not a subtype of "_StateEventDict[T@_watch_events_gen] | _BookmarkEventDict[T@_watch_events_gen] | _ErrorEventDict"       Type "Any | dict[Unknown, Unknown] | str | None" is not assignable to type "_StateEventDict[T@_watch_events_gen] | _BookmarkEventDict[T@_watch_events_gen] | _ErrorEventDict"         Type "str" is not assignable to type "_StateEventDict[T@_watch_events_gen] | _BookmarkEventDict[T@_watch_events_gen] | _ErrorEventDict"           "str" is not assignable to "_ErrorEventDict"           "str" is not assignable to "_BookmarkEventDict[T@_watch_events_gen]"           "str" is not assignable to "_StateEventDict[T@_watch_events_gen]" (reportArgumentType)
build-artifacts / python-test (ubuntu-latest, 3.11)
The strategy configuration was canceled because "build-artifacts.python-test.ubuntu-latest_3_13" failed
build-artifacts / python-test (ubuntu-latest, 3.11): src/dstack/_internal/core/backends/kubernetes/utils.py#L160
Argument of type "Generator[Any | dict[Unknown, Unknown] | str | None, Any, None]" cannot be assigned to parameter "gen" of type "Generator[_StateEventDict[T@_watch_events_gen] | _BookmarkEventDict[T@_watch_events_gen] | _ErrorEventDict, None, None]" in function "_watch_events_gen"   "Generator[Any | dict[Unknown, Unknown] | str | None, Any, None]" is not assignable to "Generator[_StateEventDict[T@_watch_events_gen] | _BookmarkEventDict[T@_watch_events_gen] | _ErrorEventDict, None, None]"     Type parameter "_YieldT_co@Generator" is covariant, but "Any | dict[Unknown, Unknown] | str | None" is not a subtype of "_StateEventDict[T@_watch_events_gen] | _BookmarkEventDict[T@_watch_events_gen] | _ErrorEventDict"       Type "Any | dict[Unknown, Unknown] | str | None" is not assignable to type "_StateEventDict[T@_watch_events_gen] | _BookmarkEventDict[T@_watch_events_gen] | _ErrorEventDict"         Type "str" is not assignable to type "_StateEventDict[T@_watch_events_gen] | _BookmarkEventDict[T@_watch_events_gen] | _ErrorEventDict"           "str" is not assignable to "_ErrorEventDict"           "str" is not assignable to "_BookmarkEventDict[T@_watch_events_gen]"           "str" is not assignable to "_StateEventDict[T@_watch_events_gen]" (reportArgumentType)
build-artifacts / python-test (macos-latest, 3.13)
The strategy configuration was canceled because "build-artifacts.python-test.ubuntu-latest_3_13" failed
build-artifacts / python-test (macos-latest, 3.13): src/dstack/_internal/core/backends/kubernetes/utils.py#L160
Argument of type "Generator[Any | dict[Unknown, Unknown] | str | None, Any, None]" cannot be assigned to parameter "gen" of type "Generator[_StateEventDict[T@_watch_events_gen] | _BookmarkEventDict[T@_watch_events_gen] | _ErrorEventDict, None, None]" in function "_watch_events_gen"   "Generator[Any | dict[Unknown, Unknown] | str | None, Any, None]" is not assignable to "Generator[_StateEventDict[T@_watch_events_gen] | _BookmarkEventDict[T@_watch_events_gen] | _ErrorEventDict, None, None]"     Type parameter "_YieldT_co@Generator" is covariant, but "Any | dict[Unknown, Unknown] | str | None" is not a subtype of "_StateEventDict[T@_watch_events_gen] | _BookmarkEventDict[T@_watch_events_gen] | _ErrorEventDict"       Type "Any | dict[Unknown, Unknown] | str | None" is not assignable to type "_StateEventDict[T@_watch_events_gen] | _BookmarkEventDict[T@_watch_events_gen] | _ErrorEventDict"         Type "str" is not assignable to type "_StateEventDict[T@_watch_events_gen] | _BookmarkEventDict[T@_watch_events_gen] | _ErrorEventDict"           "str" is not assignable to "_ErrorEventDict"           "str" is not assignable to "_BookmarkEventDict[T@_watch_events_gen]"           "str" is not assignable to "_StateEventDict[T@_watch_events_gen]" (reportArgumentType)
build-artifacts / python-test (ubuntu-latest, 3.10)
The strategy configuration was canceled because "build-artifacts.python-test.ubuntu-latest_3_13" failed
build-artifacts / python-test (ubuntu-latest, 3.10): src/dstack/_internal/core/backends/kubernetes/utils.py#L160
Argument of type "Generator[Any | dict[Unknown, Unknown] | str | None, Any, None]" cannot be assigned to parameter "gen" of type "Generator[_StateEventDict[T@_watch_events_gen] | _BookmarkEventDict[T@_watch_events_gen] | _ErrorEventDict, None, None]" in function "_watch_events_gen"   "Generator[Any | dict[Unknown, Unknown] | str | None, Any, None]" is not assignable to "Generator[_StateEventDict[T@_watch_events_gen] | _BookmarkEventDict[T@_watch_events_gen] | _ErrorEventDict, None, None]"     Type parameter "_YieldT_co@Generator" is covariant, but "Any | dict[Unknown, Unknown] | str | None" is not a subtype of "_StateEventDict[T@_watch_events_gen] | _BookmarkEventDict[T@_watch_events_gen] | _ErrorEventDict"       Type "Any | dict[Unknown, Unknown] | str | None" is not assignable to type "_StateEventDict[T@_watch_events_gen] | _BookmarkEventDict[T@_watch_events_gen] | _ErrorEventDict"         Type "str" is not assignable to type "_StateEventDict[T@_watch_events_gen] | _BookmarkEventDict[T@_watch_events_gen] | _ErrorEventDict"           "str" is not assignable to "_ErrorEventDict"           "str" is not assignable to "_BookmarkEventDict[T@_watch_events_gen]"           "str" is not assignable to "_StateEventDict[T@_watch_events_gen]" (reportArgumentType)
build-artifacts / python-test (windows-latest, 3.12)
The strategy configuration was canceled because "build-artifacts.python-test.ubuntu-latest_3_13" failed
build-artifacts / python-test (windows-latest, 3.12)
The operation was canceled.
build-artifacts / python-test (windows-latest, 3.10)
The strategy configuration was canceled because "build-artifacts.python-test.ubuntu-latest_3_13" failed
build-artifacts / python-test (windows-latest, 3.10)
The operation was canceled.
build-artifacts / python-test (macos-latest, 3.12)
The strategy configuration was canceled because "build-artifacts.python-test.ubuntu-latest_3_13" failed
build-artifacts / python-test (macos-latest, 3.12)
The operation was canceled.
build-artifacts / python-test (windows-latest, 3.11)
The strategy configuration was canceled because "build-artifacts.python-test.ubuntu-latest_3_13" failed
build-artifacts / python-test (windows-latest, 3.11)
The operation was canceled.
build-artifacts / python-test (macos-latest, 3.10)
The strategy configuration was canceled because "build-artifacts.python-test.ubuntu-latest_3_13" failed
build-artifacts / python-test (macos-latest, 3.10)
The operation was canceled.
build-artifacts / python-test (windows-latest, 3.13)
The strategy configuration was canceled because "build-artifacts.python-test.ubuntu-latest_3_13" failed
build-artifacts / python-test (windows-latest, 3.13)
The operation was canceled.
build-artifacts / python-test (macos-latest, 3.11)
The strategy configuration was canceled because "build-artifacts.python-test.ubuntu-latest_3_13" failed
build-artifacts / python-test (macos-latest, 3.11)
The operation was canceled.
build-artifacts / frontend-build
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
build-artifacts / gateway-build
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/upload-artifact@v4, astral-sh/setup-uv@v5. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
build-artifacts / gateway-build
Failed to restore:
build-artifacts / runner-test (ubuntu-latest)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-go@v5. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
build-artifacts / code-lint
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, astral-sh/setup-uv@v5. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
build-artifacts / code-lint
Failed to restore:
build-artifacts / generate-json-schema
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/upload-artifact@v4, astral-sh/setup-uv@v5. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
build-docs / build-docs
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/upload-artifact@v4, astral-sh/setup-uv@v5. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
build-docs / build-docs
Failed to restore:
build-artifacts / python-build
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/download-artifact@v4, actions/upload-artifact@v4, astral-sh/setup-uv@v5. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
build-artifacts / runner-test (macos-latest)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-go@v5. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
build-artifacts / python-test (ubuntu-latest, 3.13)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, astral-sh/setup-uv@v5. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
build-artifacts / python-test (ubuntu-latest, 3.13)
Failed to restore:
build-artifacts / python-test (ubuntu-latest, 3.12)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, astral-sh/setup-uv@v5. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
build-artifacts / python-test (ubuntu-latest, 3.12)
Failed to restore:
build-artifacts / python-test (ubuntu-latest, 3.11)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, astral-sh/setup-uv@v5. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
build-artifacts / python-test (macos-latest, 3.13)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, astral-sh/setup-uv@v5. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
build-artifacts / python-test (macos-latest, 3.13)
Failed to restore:
build-artifacts / python-test (ubuntu-latest, 3.10)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, astral-sh/setup-uv@v5. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
build-artifacts / python-test (ubuntu-latest, 3.10)
Failed to restore:
build-artifacts / python-test (windows-latest, 3.12)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, astral-sh/setup-uv@v5. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
build-artifacts / python-test (windows-latest, 3.12)
Failed to restore:
build-artifacts / python-test (windows-latest, 3.10)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, astral-sh/setup-uv@v5. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
build-artifacts / python-test (windows-latest, 3.10)
Failed to restore:
build-artifacts / python-test (macos-latest, 3.12)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, astral-sh/setup-uv@v5. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
build-artifacts / python-test (macos-latest, 3.12)
Failed to restore:
build-artifacts / python-test (windows-latest, 3.11)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, astral-sh/setup-uv@v5. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
build-artifacts / python-test (windows-latest, 3.11)
Failed to restore:
build-artifacts / runner-compile (ubuntu-24.04, linux, amd64)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-go@v5, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
build-artifacts / runner-compile (ubuntu-24.04-arm, linux, arm64)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-go@v5, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
build-artifacts / python-test (macos-latest, 3.10)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, astral-sh/setup-uv@v5. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
build-artifacts / python-test (macos-latest, 3.10)
Failed to restore:
build-artifacts / python-test (windows-latest, 3.13)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, astral-sh/setup-uv@v5. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
build-artifacts / python-test (windows-latest, 3.13)
Failed to restore:
build-artifacts / python-test (macos-latest, 3.11)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, astral-sh/setup-uv@v5. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
build-artifacts / python-test (macos-latest, 3.11)
Failed to restore:
build-artifacts / python-test (windows-latest, 3.12)
NOTICE: windows-latest requests are being redirected to windows-2025-vs2026 by June 15, 2026
build-artifacts / python-test (windows-latest, 3.10)
NOTICE: windows-latest requests are being redirected to windows-2025-vs2026 by June 15, 2026
build-artifacts / python-test (windows-latest, 3.11)
NOTICE: windows-latest requests are being redirected to windows-2025-vs2026 by June 15, 2026
build-artifacts / python-test (windows-latest, 3.13)
NOTICE: windows-latest requests are being redirected to windows-2025-vs2026 by June 15, 2026

Artifacts

Produced during runtime
Name Size Digest
dstack-gateway Expired
3.15 KB
sha256:d946a3faaa4577b7084a882722407b9efb997ce2224582136d731524a2d1300b
dstack-runner-linux-amd64 Expired
18.7 MB
sha256:45849e002a039760933a946cf2e3be88e43123e01a91d6acc5ea8ea7580649e9
dstack-runner-linux-arm64 Expired
17.1 MB
sha256:9bd4c7f0c1714bb5d74b84c5ee64dce10abc58f0e141e848b859c2213406a075
frontend-build Expired
14.7 MB
sha256:2e6c3cc40ed99be0b5baf77ea90fc6fb30251aa0ffc5eb90b7f73caac7c852ad
json-schemas Expired
17 KB
sha256:246aeeea3fd2947a02c65175e113a681cec7870b104007fe67daeceae522380f
python-build Expired
60.9 MB
sha256:cc4835c68681c3269feba92938686e581e48848dcfe202bbc73b036f12e3d55b
site Expired
49.6 MB
sha256:cdbd313376a69cc0083f780a39ba7a0fe46959073e119c7b9f8dfe9b026b52c0