Skip to content

Revert "[Bugfix][CPU] Remove invalid extra deps" (#43977)#44043

Draft
vllm-agent wants to merge 1 commit into
vllm-project:mainfrom
vllm-agent:auto-revert/pr-43977
Draft

Revert "[Bugfix][CPU] Remove invalid extra deps" (#43977)#44043
vllm-agent wants to merge 1 commit into
vllm-project:mainfrom
vllm-agent:auto-revert/pr-43977

Conversation

@vllm-agent
Copy link
Copy Markdown
Contributor

Revert of #43977

This reverts commit 3f6f508.

Reason: This PR changed docker/Dockerfile.cpu and setup.py, which triggered a full Rust rebuild during CPU Docker image creation. The rebuild exposed a pre-existing compilation error: no method named vllm_version found for reference &vllm_engine_core_client::EngineCoreClient in rust/src/server/src/routes/version.rs (introduced by PR #43854).

Impact: 2 CPU test suites failed in nightly build #68973:

  • CPU-Multi-Modal Model Tests 3
  • CPU-Quantization Model Tests

Note: The root cause is a missing vllm_version() method on EngineCoreClient (from PR #43854), but reverting this PR restores the cached Docker layer that avoids the Rust rebuild. A proper fix should add the missing method to the Rust client before re-landing this change.


Auto-generated by CI failure analyzer

@mergify mergify Bot added ci/build cpu Related to CPU backends bug Something isn't working labels May 30, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working ci/build cpu Related to CPU backends

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant