Skip to content

[CORE] No Request No Scheduler: auto-increment of multi-step #23381

[CORE] No Request No Scheduler: auto-increment of multi-step

[CORE] No Request No Scheduler: auto-increment of multi-step #23381

Triggered via pull request December 3, 2024 03:16
Status Failure
Total duration 49s
Artifacts

mypy.yaml

on: pull_request
Matrix: mypy
Fit to window
Zoom out
Zoom in

Annotations

27 errors and 1 warning
mypy (3.11): vllm/engine/llm_engine.py#L139
Item "None" of "Any | None" has no attribute "is_any_finished" [union-attr]
mypy (3.11): vllm/engine/llm_engine.py#L143
Item "None" of "Any | None" has no attribute "scheduled_seq_groups" [union-attr]
mypy (3.11): vllm/engine/llm_engine.py#L2118
Value of type "list[Any] | None" is not indexable [index]
mypy (3.11): vllm/engine/llm_engine.py#L2123
Item "None" of "Any | None" has no attribute "scheduled_seq_groups" [union-attr]
mypy (3.11): vllm/engine/llm_engine.py#L2134
Item "None" of "list[Any] | None" has no attribute "__iter__" (not iterable) [union-attr]
mypy (3.11)
Process completed with exit code 1.
mypy (3.9)
The job was canceled because "_3_11" failed.
mypy (3.9): vllm/engine/llm_engine.py#L139
Item "None" of "Optional[Any]" has no attribute "is_any_finished" [union-attr]
mypy (3.9): vllm/engine/llm_engine.py#L143
Item "None" of "Optional[Any]" has no attribute "scheduled_seq_groups" [union-attr]
mypy (3.9): vllm/engine/llm_engine.py#L2118
Value of type "Optional[list[Any]]" is not indexable [index]
mypy (3.9): vllm/engine/llm_engine.py#L2123
Item "None" of "Optional[Any]" has no attribute "scheduled_seq_groups" [union-attr]
mypy (3.9): vllm/engine/llm_engine.py#L2134
Item "None" of "Optional[list[Any]]" has no attribute "__iter__" (not iterable) [union-attr]
mypy (3.9)
Process completed with exit code 1.
mypy (3.12)
The job was canceled because "_3_11" failed.
mypy (3.12): vllm/engine/llm_engine.py#L139
Item "None" of "Any | None" has no attribute "is_any_finished" [union-attr]
mypy (3.12): vllm/engine/llm_engine.py#L143
Item "None" of "Any | None" has no attribute "scheduled_seq_groups" [union-attr]
mypy (3.12): vllm/engine/llm_engine.py#L2118
Value of type "list[Any] | None" is not indexable [index]
mypy (3.12): vllm/engine/llm_engine.py#L2123
Item "None" of "Any | None" has no attribute "scheduled_seq_groups" [union-attr]
mypy (3.12): vllm/engine/llm_engine.py#L2134
Item "None" of "list[Any] | None" has no attribute "__iter__" (not iterable) [union-attr]
mypy (3.12)
The operation was canceled.
mypy (3.10)
The job was canceled because "_3_11" failed.
mypy (3.10): vllm/engine/llm_engine.py#L139
Item "None" of "Any | None" has no attribute "is_any_finished" [union-attr]
mypy (3.10): vllm/engine/llm_engine.py#L143
Item "None" of "Any | None" has no attribute "scheduled_seq_groups" [union-attr]
mypy (3.10): vllm/engine/llm_engine.py#L2118
Value of type "list[Any] | None" is not indexable [index]
mypy (3.10): vllm/engine/llm_engine.py#L2123
Item "None" of "Any | None" has no attribute "scheduled_seq_groups" [union-attr]
mypy (3.10): vllm/engine/llm_engine.py#L2134
Item "None" of "list[Any] | None" has no attribute "__iter__" (not iterable) [union-attr]
mypy (3.10)
The operation was canceled.
mypy (3.11)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636