KVCache Transfer via Layer-wise Strategy in Disaggregation #12219
Triggered via pull request
September 12, 2025 10:01
Status
Failure
Total duration
6m 21s
Artifacts
–
vllm_ascend_test.yaml
on: pull_request
Matrix: singlecard e2e test - light
Matrix: unit test
Matrix: multicard e2e test - light
Annotations
10 errors
lint / pre-commit:
vllm_ascend/distributed/mooncake_connector.py#L363
Argument 1 to "append" of "list" has incompatible type "tuple[list[int], int]"; expected "tuple[str, list[int], int]" [arg-type]
|
lint / pre-commit:
vllm_ascend/distributed/mooncake_connector.py#L359
Argument 1 to "put" of "Queue" has incompatible type "tuple[DecodeMooncakeAgentMetadata, str, list[int], int]"; expected "tuple[DecodeMooncakeAgentMetadata, str, str, list[int], int]" [arg-type]
|
lint / pre-commit:
vllm_ascend/distributed/mooncake_connector.py#L345
Module has no attribute "REQ" [attr-defined]
|
lint / pre-commit:
vllm_ascend/distributed/mooncake_connector.py#L334
Argument 1 to "put" of "Queue" has incompatible type "tuple[DecodeMooncakeAgentMetadata, str, Any, Any]"; expected "tuple[DecodeMooncakeAgentMetadata, str, str, list[int], int]" [arg-type]
|
lint / pre-commit:
vllm_ascend/distributed/mooncake_connector.py#L332
Too many values to unpack (2 expected, 3 provided) [misc]
|
lint / pre-commit:
vllm_ascend/distributed/mooncake_connector.py#L265
Argument "on_timeout" to "KVCacheTaskTracker" has incompatible type "Callable[[set[str]], Any]"; expected "Callable[[str], None]" [arg-type]
|
lint / pre-commit:
vllm_ascend/attention/attention_v1.py#L593
Incompatible default for argument "kv_cache_layer" (default has type "None", argument has type "list[Any]") [assignment]
|
lint / pre-commit:
vllm_ascend/attention/attention_v1.py#L592
Incompatible default for argument "layer_name" (default has type "None", argument has type "str") [assignment]
|
lint / pre-commit:
vllm_ascend/attention/attention_v1.py#L578
Incompatible default for argument "layer_name" (default has type "None", argument has type "str") [assignment]
|
Ruff (F841):
vllm_ascend/distributed/mooncake_connector.py#L426
vllm_ascend/distributed/mooncake_connector.py:426:9: F841 Local variable `remote_handshake_port` is assigned to but never used
|