vllm - 💡(How to fix) Fix [Bug]: Exception caught during TVMFFIGetTypeInfo [1 comments, 2 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
vllm-project/vllm#40107Fetched 2026-04-18 05:52:33
View on GitHub
Comments
1
Participants
2
Timeline
4
Reactions
2
Timeline (top)
commented ×1labeled ×1mentioned ×1subscribed ×1

Error Message

(Worker_TP1 pid=4969) 2026-04-17 05:52:34,084 - INFO - autotuner.py:268 - flashinfer.jit: [Autotuner]: Autotuning process ends Capturing CUDA graphs (mixed prefill-decode, PIECEWISE): 88%|███████████████████████████████████████████████████████████████████████████████████████████▊ | 45/51 [00:05<00:00, 8.04it/s]Exception caught during TVMFFIGetTypeInfo: Check failed: (entry != nullptr) is false: Cannot find type info for type_index=10567392 Exception caught during TVMFFIGetTypeInfo: Check failed: (entry != nullptr) is false: Cannot find type info for type_index=10555392 Exception caught during TVMFFIGetTypeInfo: Check failed: (entry != nullptr) is false: Cannot find type info for type_index=10567392 Exception caught during TVMFFIGetTypeInfo: Check failed: (entry != nullptr) is false: Cannot find type info for type_index=10555392 (EngineCore pid=4769) ERROR 04-17 05:52:40 [multiproc_executor.py:273] Worker proc VllmWorker-2 died unexpectedly, shutting down executor. (EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108] EngineCore failed to start. (EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108] Traceback (most recent call last): (EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108] File "/usr/local/lib/python3.12/dist-packages/vllm/v1/engine/core.py", line 1082, in run_engine_core (EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108] engine_core = EngineCoreProc(*args, engine_index=dp_rank, **kwargs) (EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ (EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108] File "/usr/local/lib/python3.12/dist-packages/vllm/tracing/otel.py", line 178, in sync_wrapper (EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108] return func(*args, **kwargs) (EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108] ^^^^^^^^^^^^^^^^^^^^^ (EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108] File "/usr/local/lib/python3.12/dist-packages/vllm/v1/engine/core.py", line 848, in init (EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108] super().init( (EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108] File "/usr/local/lib/python3.12/dist-packages/vllm/v1/engine/core.py", line 124, in init (EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108] kv_cache_config = self._initialize_kv_caches(vllm_config) (EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ (EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108] File "/usr/local/lib/python3.12/dist-packages/vllm/tracing/otel.py", line 178, in sync_wrapper (EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108] return func(*args, **kwargs) (EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108] ^^^^^^^^^^^^^^^^^^^^^ (EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108] File "/usr/local/lib/python3.12/dist-packages/vllm/v1/engine/core.py", line 280, in _initialize_kv_caches (EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108] self.model_executor.initialize_from_config(kv_cache_configs) (EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108] File "/usr/local/lib/python3.12/dist-packages/vllm/v1/executor/abstract.py", line 118, in initialize_from_config (EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108] compilation_times: list[float] = self.collective_rpc("compile_or_warm_up_model") (EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ (EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108] File "/usr/local/lib/python3.12/dist-packages/vllm/v1/executor/multiproc_executor.py", line 397, in collective_rpc (EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108] return aggregate(get_response()) (EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108] ^^^^^^^^^^^^^^ (EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108] File "/usr/local/lib/python3.12/dist-packages/vllm/v1/executor/multiproc_executor.py", line 376, in get_response (EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108] status, result = mq.dequeue(timeout=dequeue_timeout) (EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ (EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108] File "/usr/local/lib/python3.12/dist-packages/vllm/distributed/device_communicators/shm_broadcast.py", line 755, in dequeue (EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108] with self.acquire_read(timeout, indefinite) as buf: (EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ (EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108] File "/usr/lib/python3.12/contextlib.py", line 137, in enter (EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108] return next(self.gen) (EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108] ^^^^^^^^^^^^^^ (EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108] File "/usr/local/lib/python3.12/dist-packages/vllm/distributed/device_communicators/shm_broadcast.py", line 677, in acquire_read (EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108] raise RuntimeError("cancelled") (EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108] RuntimeError: cancelled (EngineCore pid=4769) Process EngineCore: (EngineCore pid=4769) Traceback (most recent call last): (EngineCore pid=4769) File "/usr/lib/python3.12/multiprocessing/process.py", line 314, in _bootstrap (EngineCore pid=4769) self.run() (EngineCore pid=4769) File "/usr/lib/python3.12/multiprocessing/process.py", line 108, in run (EngineCore pid=4769) self._target(*self._args, **self._kwargs) (EngineCore pid=4769) File "/usr/local/lib/python3.12/dist-packages/vllm/v1/engine/core.py", line 1112, in run_engine_core (EngineCore pid=4769) raise e (EngineCore pid=4769) File "/usr/local/lib/python3.12/dist-packages/vllm/v1/engine/core.py", line 1082, in run_engine_core (EngineCore pid=4769) engine_core = EngineCoreProc(*args, engine_index=dp_rank, **kwargs) (EngineCore pid=4769) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ (EngineCore pid=4769) File "/usr/local/lib/python3.12/dist-packages/vllm/tracing/otel.py", line 178, in sync_wrapper (EngineCore pid=4769) return func(*args, **kwargs) (EngineCore pid=4769) ^^^^^^^^^^^^^^^^^^^^^ (EngineCore pid=4769) File "/usr/local/lib/python3.12/dist-packages/vllm/v1/engine/core.py", line 848, in init (EngineCore pid=4769) super().init( (EngineCore pid=4769) File "/usr/local/lib/python3.12/dist-packages/vllm/v1/engine/core.py", line 124, in init (EngineCore pid=4769) kv_cache_config = self._initialize_kv_caches(vllm_config) (EngineCore pid=4769) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ (EngineCore pid=4769) File "/usr/local/lib/python3.12/dist-packages/vllm/tracing/otel.py", line 178, in sync_wrapper (EngineCore pid=4769) return func(*args, **kwargs) (EngineCore pid=4769) ^^^^^^^^^^^^^^^^^^^^^ (EngineCore pid=4769) File "/usr/local/lib/python3.12/dist-packages/vllm/v1/engine/core.py", line 280, in _initialize_kv_caches (EngineCore pid=4769) self.model_executor.initialize_from_config(kv_cache_configs) (EngineCore pid=4769) File "/usr/local/lib/python3.12/dist-packages/vllm/v1/executor/abstract.py", line 118, in initialize_from_config (EngineCore pid=4769) compilation_times: list[float] = self.collective_rpc("compile_or_warm_up_model") (EngineCore pid=4769) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ (EngineCore pid=4769) File "/usr/local/lib/python3.12/dist-packages/vllm/v1/executor/multiproc_executor.py", line 397, in collective_rpc (EngineCore pid=4769) return aggregate(get_response()) (EngineCore pid=4769) ^^^^^^^^^^^^^^ (EngineCore pid=4769) File "/usr/local/lib/python3.12/dist-packages/vllm/v1/executor/multiproc_executor.py", line 376, in get_response (EngineCore pid=4769) status, result = mq.dequeue(timeout=dequeue_timeout) (EngineCore pid=4769) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ (EngineCore pid=4769) File "/usr/local/lib/python3.12/dist-packages/vllm/distributed/device_communicators/shm_broadcast.py", line 755, in dequeue (EngineCore pid=4769) with self.acquire_read(timeout, indefinite) as buf: (EngineCore pid=4769) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ (EngineCore pid=4769) File "/usr/lib/python3.12/contextlib.py", line 137, in enter (EngineCore pid=4769) return next(self.gen) (EngineCore pid=4769) ^^^^^^^^^^^^^^ (EngineCore pid=4769) File "/usr/local/lib/python3.12/dist-packages/vllm/distributed/device_communicators/shm_broadcast.py", line 677, in acquire_read (EngineCore pid=4769) raise RuntimeError("cancelled") (EngineCore pid=4769) RuntimeError: cancelled (APIServer pid=4566) Traceback (most recent call last): (APIServer pid=4566) File "/usr/local/bin/vllm", line 10, in <module> (APIServer pid=4566) sys.exit(main()) (APIServer pid=4566) ^^^^^^ (APIServer pid=4566) File "/usr/local/lib/python3.12/dist-packages/vllm/entrypoints/cli/main.py", line 75, in main (APIServer pid=4566) args.dispatch_function(args) (APIServer pid=4566) File "/usr/local/lib/python3.12/dist-packages/vllm/entrypoints/cli/serve.py", line 122, in cmd (APIServer pid=4566) uvloop.run(run_server(args)) (APIServer pid=4566) File "/usr/local/lib/python3.12/dist-packages/uvloop/init.py", line 96, in run (APIServer pid=4566) return __asyncio.run( (APIServer pid=4566) ^^^^^^^^^^^^^^ (APIServer pid=4566) File "/usr/lib/python3.12/asyncio/runners.py", line 195, in run (APIServer pid=4566) return runner.run(main) (APIServer pid=4566) ^^^^^^^^^^^^^^^^ (APIServer pid=4566) File "/usr/lib/python3.12/asyncio/runners.py", line 118, in run (APIServer pid=4566) return self._loop.run_until_complete(task) (APIServer pid=4566) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ (APIServer pid=4566) File "uvloop/loop.pyx", line 1518, in uvloop.loop.Loop.run_until_complete (APIServer pid=4566) File "/usr/local/lib/python3.12/dist-packages/uvloop/init.py", line 48, in wrapper (APIServer pid=4566) return await main (APIServer pid=4566) ^^^^^^^^^^ (APIServer pid=4566) File "/usr/local/lib/python3.12/dist-packages/vllm/entrypoints/openai/api_server.py", line 670, in run_server (APIServer pid=4566) await run_server_worker(listen_address, sock, args, **uvicorn_kwargs) (APIServer pid=4566) File "/usr/local/lib/python3.12/dist-packages/vllm/entrypoints/openai/api_server.py", line 684, in run_server_worker (APIServer pid=4566) async with build_async_engine_client( (APIServer pid=4566) ^^^^^^^^^^^^^^^^^^^^^^^^^^ (APIServer pid=4566) File "/usr/lib/python3.12/contextlib.py", line 210, in aenter (APIServer pid=4566) return await anext(self.gen) (APIServer pid=4566) ^^^^^^^^^^^^^^^^^^^^^ (APIServer pid=4566) File "/usr/local/lib/python3.12/dist-packages/vllm/entrypoints/openai/api_server.py", line 100, in build_async_engine_client (APIServer pid=4566) async with build_async_engine_client_from_engine_args( (APIServer pid=4566) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ (APIServer pid=4566) File "/usr/lib/python3.12/contextlib.py", line 210, in aenter (APIServer pid=4566) return await anext(self.gen) (APIServer pid=4566) ^^^^^^^^^^^^^^^^^^^^^ (APIServer pid=4566) File "/usr/local/lib/python3.12/dist-packages/vllm/entrypoints/openai/api_server.py", line 136, in build_async_engine_client_from_engine_args (APIServer pid=4566) async_llm = AsyncLLM.from_vllm_config( (APIServer pid=4566) ^^^^^^^^^^^^^^^^^^^^^^^^^^ (APIServer pid=4566) File "/usr/local/lib/python3.12/dist-packages/vllm/v1/engine/async_llm.py", line 225, in from_vllm_config (APIServer pid=4566) return cls( (APIServer pid=4566) ^^^^ (APIServer pid=4566) File "/usr/local/lib/python3.12/dist-packages/vllm/v1/engine/async_llm.py", line 154, in init (APIServer pid=4566) self.engine_core = EngineCoreClient.make_async_mp_client( (APIServer pid=4566) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ (APIServer pid=4566) File "/usr/local/lib/python3.12/dist-packages/vllm/tracing/otel.py", line 178, in sync_wrapper (APIServer pid=4566) return func(*args, **kwargs) (APIServer pid=4566) ^^^^^^^^^^^^^^^^^^^^^ (APIServer pid=4566) File "/usr/local/lib/python3.12/dist-packages/vllm/v1/engine/core_client.py", line 130, in make_async_mp_client (APIServer pid=4566) return AsyncMPClient(*client_args) (APIServer pid=4566) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ (APIServer pid=4566) File "/usr/local/lib/python3.12/dist-packages/vllm/tracing/otel.py", line 178, in sync_wrapper (APIServer pid=4566) return func(*args, **kwargs) (APIServer pid=4566) ^^^^^^^^^^^^^^^^^^^^^ (APIServer pid=4566) File "/usr/local/lib/python3.12/dist-packages/vllm/v1/engine/core_client.py", line 887, in init (APIServer pid=4566) super().init( (APIServer pid=4566) File "/usr/local/lib/python3.12/dist-packages/vllm/v1/engine/core_client.py", line 535, in init (APIServer pid=4566) with launch_core_engines( (APIServer pid=4566) ^^^^^^^^^^^^^^^^^^^^ (APIServer pid=4566) File "/usr/lib/python3.12/contextlib.py", line 144, in exit (APIServer pid=4566) next(self.gen) (APIServer pid=4566) File "/usr/local/lib/python3.12/dist-packages/vllm/v1/engine/utils.py", line 998, in launch_core_engines (APIServer pid=4566) wait_for_engine_startup( (APIServer pid=4566) File "/usr/local/lib/python3.12/dist-packages/vllm/v1/engine/utils.py", line 1057, in wait_for_engine_startup (APIServer pid=4566) raise RuntimeError( (APIServer pid=4566) RuntimeError: Engine core initialization failed. See root cause above. Failed core proc(s): {} /usr/lib/python3.12/multiprocessing/resource_tracker.py:279: UserWarning: resource_tracker: There appear to be 4 leaked semaphore objects to clean up at shutdown warnings.warn('resource_tracker: There appear to be %d ' /usr/lib/python3.12/multiprocessing/resource_tracker.py:279: UserWarning: resource_tracker: There appear to be 5 leaked shared_memory objects to clean up at shutdown warnings.warn('resource_tracker: There appear to be %d

Root Cause

(Worker_TP1 pid=4969) 2026-04-17 05:52:34,084 - INFO - autotuner.py:268 - flashinfer.jit: [Autotuner]: Autotuning process ends
Capturing CUDA graphs (mixed prefill-decode, PIECEWISE):  88%|███████████████████████████████████████████████████████████████████████████████████████████▊            | 45/51 [00:05<00:00,  8.04it/s]Exception caught during TVMFFIGetTypeInfo:
Check failed: (entry != nullptr) is false: Cannot find type info for type_index=10567392
Exception caught during TVMFFIGetTypeInfo:
Check failed: (entry != nullptr) is false: Cannot find type info for type_index=10555392
Exception caught during TVMFFIGetTypeInfo:
Check failed: (entry != nullptr) is false: Cannot find type info for type_index=10567392
Exception caught during TVMFFIGetTypeInfo:
Check failed: (entry != nullptr) is false: Cannot find type info for type_index=10555392
(EngineCore pid=4769) ERROR 04-17 05:52:40 [multiproc_executor.py:273] Worker proc VllmWorker-2 died unexpectedly, shutting down executor.
(EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108] EngineCore failed to start.
(EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108] Traceback (most recent call last):
(EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108]   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/engine/core.py", line 1082, in run_engine_core
(EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108]     engine_core = EngineCoreProc(*args, engine_index=dp_rank, **kwargs)
(EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108]                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108]   File "/usr/local/lib/python3.12/dist-packages/vllm/tracing/otel.py", line 178, in sync_wrapper
(EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108]     return func(*args, **kwargs)
(EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108]            ^^^^^^^^^^^^^^^^^^^^^
(EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108]   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/engine/core.py", line 848, in __init__
(EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108]     super().__init__(
(EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108]   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/engine/core.py", line 124, in __init__
(EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108]     kv_cache_config = self._initialize_kv_caches(vllm_config)
(EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108]                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108]   File "/usr/local/lib/python3.12/dist-packages/vllm/tracing/otel.py", line 178, in sync_wrapper
(EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108]     return func(*args, **kwargs)
(EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108]            ^^^^^^^^^^^^^^^^^^^^^
(EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108]   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/engine/core.py", line 280, in _initialize_kv_caches
(EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108]     self.model_executor.initialize_from_config(kv_cache_configs)
(EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108]   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/executor/abstract.py", line 118, in initialize_from_config
(EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108]     compilation_times: list[float] = self.collective_rpc("compile_or_warm_up_model")
(EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108]                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108]   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/executor/multiproc_executor.py", line 397, in collective_rpc
(EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108]     return aggregate(get_response())
(EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108]                      ^^^^^^^^^^^^^^
(EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108]   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/executor/multiproc_executor.py", line 376, in get_response
(EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108]     status, result = mq.dequeue(timeout=dequeue_timeout)
(EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108]                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108]   File "/usr/local/lib/python3.12/dist-packages/vllm/distributed/device_communicators/shm_broadcast.py", line 755, in dequeue
(EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108]     with self.acquire_read(timeout, indefinite) as buf:
(EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108]          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108]   File "/usr/lib/python3.12/contextlib.py", line 137, in __enter__
(EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108]     return next(self.gen)
(EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108]            ^^^^^^^^^^^^^^
(EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108]   File "/usr/local/lib/python3.12/dist-packages/vllm/distributed/device_communicators/shm_broadcast.py", line 677, in acquire_read
(EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108]     raise RuntimeError("cancelled")
(EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108] RuntimeError: cancelled
(EngineCore pid=4769) Process EngineCore:
(EngineCore pid=4769) Traceback (most recent call last):
(EngineCore pid=4769)   File "/usr/lib/python3.12/multiprocessing/process.py", line 314, in _bootstrap
(EngineCore pid=4769)     self.run()
(EngineCore pid=4769)   File "/usr/lib/python3.12/multiprocessing/process.py", line 108, in run
(EngineCore pid=4769)     self._target(*self._args, **self._kwargs)
(EngineCore pid=4769)   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/engine/core.py", line 1112, in run_engine_core
(EngineCore pid=4769)     raise e
(EngineCore pid=4769)   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/engine/core.py", line 1082, in run_engine_core
(EngineCore pid=4769)     engine_core = EngineCoreProc(*args, engine_index=dp_rank, **kwargs)
(EngineCore pid=4769)                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(EngineCore pid=4769)   File "/usr/local/lib/python3.12/dist-packages/vllm/tracing/otel.py", line 178, in sync_wrapper
(EngineCore pid=4769)     return func(*args, **kwargs)
(EngineCore pid=4769)            ^^^^^^^^^^^^^^^^^^^^^
(EngineCore pid=4769)   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/engine/core.py", line 848, in __init__
(EngineCore pid=4769)     super().__init__(
(EngineCore pid=4769)   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/engine/core.py", line 124, in __init__
(EngineCore pid=4769)     kv_cache_config = self._initialize_kv_caches(vllm_config)
(EngineCore pid=4769)                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(EngineCore pid=4769)   File "/usr/local/lib/python3.12/dist-packages/vllm/tracing/otel.py", line 178, in sync_wrapper
(EngineCore pid=4769)     return func(*args, **kwargs)
(EngineCore pid=4769)            ^^^^^^^^^^^^^^^^^^^^^
(EngineCore pid=4769)   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/engine/core.py", line 280, in _initialize_kv_caches
(EngineCore pid=4769)     self.model_executor.initialize_from_config(kv_cache_configs)
(EngineCore pid=4769)   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/executor/abstract.py", line 118, in initialize_from_config
(EngineCore pid=4769)     compilation_times: list[float] = self.collective_rpc("compile_or_warm_up_model")
(EngineCore pid=4769)                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(EngineCore pid=4769)   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/executor/multiproc_executor.py", line 397, in collective_rpc
(EngineCore pid=4769)     return aggregate(get_response())
(EngineCore pid=4769)                      ^^^^^^^^^^^^^^
(EngineCore pid=4769)   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/executor/multiproc_executor.py", line 376, in get_response
(EngineCore pid=4769)     status, result = mq.dequeue(timeout=dequeue_timeout)
(EngineCore pid=4769)                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(EngineCore pid=4769)   File "/usr/local/lib/python3.12/dist-packages/vllm/distributed/device_communicators/shm_broadcast.py", line 755, in dequeue
(EngineCore pid=4769)     with self.acquire_read(timeout, indefinite) as buf:
(EngineCore pid=4769)          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(EngineCore pid=4769)   File "/usr/lib/python3.12/contextlib.py", line 137, in __enter__
(EngineCore pid=4769)     return next(self.gen)
(EngineCore pid=4769)            ^^^^^^^^^^^^^^
(EngineCore pid=4769)   File "/usr/local/lib/python3.12/dist-packages/vllm/distributed/device_communicators/shm_broadcast.py", line 677, in acquire_read
(EngineCore pid=4769)     raise RuntimeError("cancelled")
(EngineCore pid=4769) RuntimeError: cancelled
(APIServer pid=4566) Traceback (most recent call last):
(APIServer pid=4566)   File "/usr/local/bin/vllm", line 10, in <module>
(APIServer pid=4566)     sys.exit(main())
(APIServer pid=4566)              ^^^^^^
(APIServer pid=4566)   File "/usr/local/lib/python3.12/dist-packages/vllm/entrypoints/cli/main.py", line 75, in main
(APIServer pid=4566)     args.dispatch_function(args)
(APIServer pid=4566)   File "/usr/local/lib/python3.12/dist-packages/vllm/entrypoints/cli/serve.py", line 122, in cmd
(APIServer pid=4566)     uvloop.run(run_server(args))
(APIServer pid=4566)   File "/usr/local/lib/python3.12/dist-packages/uvloop/__init__.py", line 96, in run
(APIServer pid=4566)     return __asyncio.run(
(APIServer pid=4566)            ^^^^^^^^^^^^^^
(APIServer pid=4566)   File "/usr/lib/python3.12/asyncio/runners.py", line 195, in run
(APIServer pid=4566)     return runner.run(main)
(APIServer pid=4566)            ^^^^^^^^^^^^^^^^
(APIServer pid=4566)   File "/usr/lib/python3.12/asyncio/runners.py", line 118, in run
(APIServer pid=4566)     return self._loop.run_until_complete(task)
(APIServer pid=4566)            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(APIServer pid=4566)   File "uvloop/loop.pyx", line 1518, in uvloop.loop.Loop.run_until_complete
(APIServer pid=4566)   File "/usr/local/lib/python3.12/dist-packages/uvloop/__init__.py", line 48, in wrapper
(APIServer pid=4566)     return await main
(APIServer pid=4566)            ^^^^^^^^^^
(APIServer pid=4566)   File "/usr/local/lib/python3.12/dist-packages/vllm/entrypoints/openai/api_server.py", line 670, in run_server
(APIServer pid=4566)     await run_server_worker(listen_address, sock, args, **uvicorn_kwargs)
(APIServer pid=4566)   File "/usr/local/lib/python3.12/dist-packages/vllm/entrypoints/openai/api_server.py", line 684, in run_server_worker
(APIServer pid=4566)     async with build_async_engine_client(
(APIServer pid=4566)                ^^^^^^^^^^^^^^^^^^^^^^^^^^
(APIServer pid=4566)   File "/usr/lib/python3.12/contextlib.py", line 210, in __aenter__
(APIServer pid=4566)     return await anext(self.gen)
(APIServer pid=4566)            ^^^^^^^^^^^^^^^^^^^^^
(APIServer pid=4566)   File "/usr/local/lib/python3.12/dist-packages/vllm/entrypoints/openai/api_server.py", line 100, in build_async_engine_client
(APIServer pid=4566)     async with build_async_engine_client_from_engine_args(
(APIServer pid=4566)                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(APIServer pid=4566)   File "/usr/lib/python3.12/contextlib.py", line 210, in __aenter__
(APIServer pid=4566)     return await anext(self.gen)
(APIServer pid=4566)            ^^^^^^^^^^^^^^^^^^^^^
(APIServer pid=4566)   File "/usr/local/lib/python3.12/dist-packages/vllm/entrypoints/openai/api_server.py", line 136, in build_async_engine_client_from_engine_args
(APIServer pid=4566)     async_llm = AsyncLLM.from_vllm_config(
(APIServer pid=4566)                 ^^^^^^^^^^^^^^^^^^^^^^^^^^
(APIServer pid=4566)   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/engine/async_llm.py", line 225, in from_vllm_config
(APIServer pid=4566)     return cls(
(APIServer pid=4566)            ^^^^
(APIServer pid=4566)   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/engine/async_llm.py", line 154, in __init__
(APIServer pid=4566)     self.engine_core = EngineCoreClient.make_async_mp_client(
(APIServer pid=4566)                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(APIServer pid=4566)   File "/usr/local/lib/python3.12/dist-packages/vllm/tracing/otel.py", line 178, in sync_wrapper
(APIServer pid=4566)     return func(*args, **kwargs)
(APIServer pid=4566)            ^^^^^^^^^^^^^^^^^^^^^
(APIServer pid=4566)   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/engine/core_client.py", line 130, in make_async_mp_client
(APIServer pid=4566)     return AsyncMPClient(*client_args)
(APIServer pid=4566)            ^^^^^^^^^^^^^^^^^^^^^^^^^^^
(APIServer pid=4566)   File "/usr/local/lib/python3.12/dist-packages/vllm/tracing/otel.py", line 178, in sync_wrapper
(APIServer pid=4566)     return func(*args, **kwargs)
(APIServer pid=4566)            ^^^^^^^^^^^^^^^^^^^^^
(APIServer pid=4566)   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/engine/core_client.py", line 887, in __init__
(APIServer pid=4566)     super().__init__(
(APIServer pid=4566)   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/engine/core_client.py", line 535, in __init__
(APIServer pid=4566)     with launch_core_engines(
(APIServer pid=4566)          ^^^^^^^^^^^^^^^^^^^^
(APIServer pid=4566)   File "/usr/lib/python3.12/contextlib.py", line 144, in __exit__
(APIServer pid=4566)     next(self.gen)
(APIServer pid=4566)   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/engine/utils.py", line 998, in launch_core_engines
(APIServer pid=4566)     wait_for_engine_startup(
(APIServer pid=4566)   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/engine/utils.py", line 1057, in wait_for_engine_startup
(APIServer pid=4566)     raise RuntimeError(
(APIServer pid=4566) RuntimeError: Engine core initialization failed. See root cause above. Failed core proc(s): {}
/usr/lib/python3.12/multiprocessing/resource_tracker.py:279: UserWarning: resource_tracker: There appear to be 4 leaked semaphore objects to clean up at shutdown
  warnings.warn('resource_tracker: There appear to be %d '
/usr/lib/python3.12/multiprocessing/resource_tracker.py:279: UserWarning: resource_tracker: There appear to be 5 leaked shared_memory objects to clean up at shutdown
  warnings.warn('resource_tracker: There appear to be %d

Fix Action

Fix / Workaround

============================== CPU Info

Architecture: x86_64 CPU op-mode(s): 32-bit, 64-bit Address sizes: 46 bits physical, 57 bits virtual Byte Order: Little Endian CPU(s): 192 On-line CPU(s) list: 0-191 Vendor ID: GenuineIntel Model name: INTEL(R) XEON(R) PLATINUM 8558 CPU family: 6 Model: 207 Thread(s) per core: 2 Core(s) per socket: 48 Socket(s): 2 Stepping: 2 Frequency boost: enabled CPU max MHz: 2101.0000 CPU min MHz: 800.0000 BogoMIPS: 4200.00 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cat_l2 cdp_l3 invpcid_single intel_ppin cdp_l2 ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb intel_pt avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local split_lock_detect avx_vnni avx512_bf16 wbnoinvd dtherm ida arat pln pts avx512vbmi umip pku ospke waitpkg avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg tme avx512_vpopcntdq la57 rdpid bus_lock_detect cldemote movdiri movdir64b enqcmd fsrm md_clear serialize tsxldtrk pconfig arch_lbr amx_bf16 avx512_fp16 amx_tile amx_int8 flush_l1d arch_capabilities Virtualization: VT-x L1d cache: 4.5 MiB (96 instances) L1i cache: 3 MiB (96 instances) L2 cache: 192 MiB (96 instances) L3 cache: 520 MiB (2 instances) NUMA node(s): 4 NUMA node0 CPU(s): 0-23,96-119 NUMA node1 CPU(s): 24-47,120-143 NUMA node2 CPU(s): 48-71,144-167 NUMA node3 CPU(s): 72-95,168-191 Vulnerability Gather data sampling: Not affected Vulnerability Indirect target selection: Not affected Vulnerability Itlb multihit: Not affected Vulnerability L1tf: Not affected Vulnerability Mds: Not affected Vulnerability Meltdown: Not affected Vulnerability Mmio stale data: Not affected Vulnerability Reg file data sampling: Not affected Vulnerability Retbleed: Not affected Vulnerability Spec rstack overflow: Not affected Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization Vulnerability Spectre v2: Mitigation; Enhanced / Automatic IBRS; IBPB disabled; PBRSB-eIBRS SW sequence; BHI BHI_DIS_S Vulnerability Srbds: Not affected Vulnerability Tsx async abort: Not affected

(Worker_TP1 pid=4969) 2026-04-17 05:52:34,084 - INFO - autotuner.py:268 - flashinfer.jit: [Autotuner]: Autotuning process ends
Capturing CUDA graphs (mixed prefill-decode, PIECEWISE):  88%|███████████████████████████████████████████████████████████████████████████████████████████▊            | 45/51 [00:05<00:00,  8.04it/s]Exception caught during TVMFFIGetTypeInfo:
Check failed: (entry != nullptr) is false: Cannot find type info for type_index=10567392
Exception caught during TVMFFIGetTypeInfo:
Check failed: (entry != nullptr) is false: Cannot find type info for type_index=10555392
Exception caught during TVMFFIGetTypeInfo:
Check failed: (entry != nullptr) is false: Cannot find type info for type_index=10567392
Exception caught during TVMFFIGetTypeInfo:
Check failed: (entry != nullptr) is false: Cannot find type info for type_index=10555392
(EngineCore pid=4769) ERROR 04-17 05:52:40 [multiproc_executor.py:273] Worker proc VllmWorker-2 died unexpectedly, shutting down executor.
(EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108] EngineCore failed to start.
(EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108] Traceback (most recent call last):
(EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108]   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/engine/core.py", line 1082, in run_engine_core
(EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108]     engine_core = EngineCoreProc(*args, engine_index=dp_rank, **kwargs)
(EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108]                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108]   File "/usr/local/lib/python3.12/dist-packages/vllm/tracing/otel.py", line 178, in sync_wrapper
(EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108]     return func(*args, **kwargs)
(EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108]            ^^^^^^^^^^^^^^^^^^^^^
(EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108]   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/engine/core.py", line 848, in __init__
(EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108]     super().__init__(
(EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108]   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/engine/core.py", line 124, in __init__
(EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108]     kv_cache_config = self._initialize_kv_caches(vllm_config)
(EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108]                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108]   File "/usr/local/lib/python3.12/dist-packages/vllm/tracing/otel.py", line 178, in sync_wrapper
(EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108]     return func(*args, **kwargs)
(EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108]            ^^^^^^^^^^^^^^^^^^^^^
(EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108]   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/engine/core.py", line 280, in _initialize_kv_caches
(EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108]     self.model_executor.initialize_from_config(kv_cache_configs)
(EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108]   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/executor/abstract.py", line 118, in initialize_from_config
(EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108]     compilation_times: list[float] = self.collective_rpc("compile_or_warm_up_model")
(EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108]                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108]   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/executor/multiproc_executor.py", line 397, in collective_rpc
(EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108]     return aggregate(get_response())
(EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108]                      ^^^^^^^^^^^^^^
(EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108]   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/executor/multiproc_executor.py", line 376, in get_response
(EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108]     status, result = mq.dequeue(timeout=dequeue_timeout)
(EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108]                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108]   File "/usr/local/lib/python3.12/dist-packages/vllm/distributed/device_communicators/shm_broadcast.py", line 755, in dequeue
(EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108]     with self.acquire_read(timeout, indefinite) as buf:
(EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108]          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108]   File "/usr/lib/python3.12/contextlib.py", line 137, in __enter__
(EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108]     return next(self.gen)
(EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108]            ^^^^^^^^^^^^^^
(EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108]   File "/usr/local/lib/python3.12/dist-packages/vllm/distributed/device_communicators/shm_broadcast.py", line 677, in acquire_read
(EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108]     raise RuntimeError("cancelled")
(EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108] RuntimeError: cancelled
(EngineCore pid=4769) Process EngineCore:
(EngineCore pid=4769) Traceback (most recent call last):
(EngineCore pid=4769)   File "/usr/lib/python3.12/multiprocessing/process.py", line 314, in _bootstrap
(EngineCore pid=4769)     self.run()
(EngineCore pid=4769)   File "/usr/lib/python3.12/multiprocessing/process.py", line 108, in run
(EngineCore pid=4769)     self._target(*self._args, **self._kwargs)
(EngineCore pid=4769)   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/engine/core.py", line 1112, in run_engine_core
(EngineCore pid=4769)     raise e
(EngineCore pid=4769)   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/engine/core.py", line 1082, in run_engine_core
(EngineCore pid=4769)     engine_core = EngineCoreProc(*args, engine_index=dp_rank, **kwargs)
(EngineCore pid=4769)                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(EngineCore pid=4769)   File "/usr/local/lib/python3.12/dist-packages/vllm/tracing/otel.py", line 178, in sync_wrapper
(EngineCore pid=4769)     return func(*args, **kwargs)
(EngineCore pid=4769)            ^^^^^^^^^^^^^^^^^^^^^
(EngineCore pid=4769)   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/engine/core.py", line 848, in __init__
(EngineCore pid=4769)     super().__init__(
(EngineCore pid=4769)   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/engine/core.py", line 124, in __init__
(EngineCore pid=4769)     kv_cache_config = self._initialize_kv_caches(vllm_config)
(EngineCore pid=4769)                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(EngineCore pid=4769)   File "/usr/local/lib/python3.12/dist-packages/vllm/tracing/otel.py", line 178, in sync_wrapper
(EngineCore pid=4769)     return func(*args, **kwargs)
(EngineCore pid=4769)            ^^^^^^^^^^^^^^^^^^^^^
(EngineCore pid=4769)   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/engine/core.py", line 280, in _initialize_kv_caches
(EngineCore pid=4769)     self.model_executor.initialize_from_config(kv_cache_configs)
(EngineCore pid=4769)   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/executor/abstract.py", line 118, in initialize_from_config
(EngineCore pid=4769)     compilation_times: list[float] = self.collective_rpc("compile_or_warm_up_model")
(EngineCore pid=4769)                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(EngineCore pid=4769)   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/executor/multiproc_executor.py", line 397, in collective_rpc
(EngineCore pid=4769)     return aggregate(get_response())
(EngineCore pid=4769)                      ^^^^^^^^^^^^^^
(EngineCore pid=4769)   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/executor/multiproc_executor.py", line 376, in get_response
(EngineCore pid=4769)     status, result = mq.dequeue(timeout=dequeue_timeout)
(EngineCore pid=4769)                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(EngineCore pid=4769)   File "/usr/local/lib/python3.12/dist-packages/vllm/distributed/device_communicators/shm_broadcast.py", line 755, in dequeue
(EngineCore pid=4769)     with self.acquire_read(timeout, indefinite) as buf:
(EngineCore pid=4769)          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(EngineCore pid=4769)   File "/usr/lib/python3.12/contextlib.py", line 137, in __enter__
(EngineCore pid=4769)     return next(self.gen)
(EngineCore pid=4769)            ^^^^^^^^^^^^^^
(EngineCore pid=4769)   File "/usr/local/lib/python3.12/dist-packages/vllm/distributed/device_communicators/shm_broadcast.py", line 677, in acquire_read
(EngineCore pid=4769)     raise RuntimeError("cancelled")
(EngineCore pid=4769) RuntimeError: cancelled
(APIServer pid=4566) Traceback (most recent call last):
(APIServer pid=4566)   File "/usr/local/bin/vllm", line 10, in <module>
(APIServer pid=4566)     sys.exit(main())
(APIServer pid=4566)              ^^^^^^
(APIServer pid=4566)   File "/usr/local/lib/python3.12/dist-packages/vllm/entrypoints/cli/main.py", line 75, in main
(APIServer pid=4566)     args.dispatch_function(args)
(APIServer pid=4566)   File "/usr/local/lib/python3.12/dist-packages/vllm/entrypoints/cli/serve.py", line 122, in cmd
(APIServer pid=4566)     uvloop.run(run_server(args))
(APIServer pid=4566)   File "/usr/local/lib/python3.12/dist-packages/uvloop/__init__.py", line 96, in run
(APIServer pid=4566)     return __asyncio.run(
(APIServer pid=4566)            ^^^^^^^^^^^^^^
(APIServer pid=4566)   File "/usr/lib/python3.12/asyncio/runners.py", line 195, in run
(APIServer pid=4566)     return runner.run(main)
(APIServer pid=4566)            ^^^^^^^^^^^^^^^^
(APIServer pid=4566)   File "/usr/lib/python3.12/asyncio/runners.py", line 118, in run
(APIServer pid=4566)     return self._loop.run_until_complete(task)
(APIServer pid=4566)            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(APIServer pid=4566)   File "uvloop/loop.pyx", line 1518, in uvloop.loop.Loop.run_until_complete
(APIServer pid=4566)   File "/usr/local/lib/python3.12/dist-packages/uvloop/__init__.py", line 48, in wrapper
(APIServer pid=4566)     return await main
(APIServer pid=4566)            ^^^^^^^^^^
(APIServer pid=4566)   File "/usr/local/lib/python3.12/dist-packages/vllm/entrypoints/openai/api_server.py", line 670, in run_server
(APIServer pid=4566)     await run_server_worker(listen_address, sock, args, **uvicorn_kwargs)
(APIServer pid=4566)   File "/usr/local/lib/python3.12/dist-packages/vllm/entrypoints/openai/api_server.py", line 684, in run_server_worker
(APIServer pid=4566)     async with build_async_engine_client(
(APIServer pid=4566)                ^^^^^^^^^^^^^^^^^^^^^^^^^^
(APIServer pid=4566)   File "/usr/lib/python3.12/contextlib.py", line 210, in __aenter__
(APIServer pid=4566)     return await anext(self.gen)
(APIServer pid=4566)            ^^^^^^^^^^^^^^^^^^^^^
(APIServer pid=4566)   File "/usr/local/lib/python3.12/dist-packages/vllm/entrypoints/openai/api_server.py", line 100, in build_async_engine_client
(APIServer pid=4566)     async with build_async_engine_client_from_engine_args(
(APIServer pid=4566)                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(APIServer pid=4566)   File "/usr/lib/python3.12/contextlib.py", line 210, in __aenter__
(APIServer pid=4566)     return await anext(self.gen)
(APIServer pid=4566)            ^^^^^^^^^^^^^^^^^^^^^
(APIServer pid=4566)   File "/usr/local/lib/python3.12/dist-packages/vllm/entrypoints/openai/api_server.py", line 136, in build_async_engine_client_from_engine_args
(APIServer pid=4566)     async_llm = AsyncLLM.from_vllm_config(
(APIServer pid=4566)                 ^^^^^^^^^^^^^^^^^^^^^^^^^^
(APIServer pid=4566)   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/engine/async_llm.py", line 225, in from_vllm_config
(APIServer pid=4566)     return cls(
(APIServer pid=4566)            ^^^^
(APIServer pid=4566)   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/engine/async_llm.py", line 154, in __init__
(APIServer pid=4566)     self.engine_core = EngineCoreClient.make_async_mp_client(
(APIServer pid=4566)                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(APIServer pid=4566)   File "/usr/local/lib/python3.12/dist-packages/vllm/tracing/otel.py", line 178, in sync_wrapper
(APIServer pid=4566)     return func(*args, **kwargs)
(APIServer pid=4566)            ^^^^^^^^^^^^^^^^^^^^^
(APIServer pid=4566)   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/engine/core_client.py", line 130, in make_async_mp_client
(APIServer pid=4566)     return AsyncMPClient(*client_args)
(APIServer pid=4566)            ^^^^^^^^^^^^^^^^^^^^^^^^^^^
(APIServer pid=4566)   File "/usr/local/lib/python3.12/dist-packages/vllm/tracing/otel.py", line 178, in sync_wrapper
(APIServer pid=4566)     return func(*args, **kwargs)
(APIServer pid=4566)            ^^^^^^^^^^^^^^^^^^^^^
(APIServer pid=4566)   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/engine/core_client.py", line 887, in __init__
(APIServer pid=4566)     super().__init__(
(APIServer pid=4566)   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/engine/core_client.py", line 535, in __init__
(APIServer pid=4566)     with launch_core_engines(
(APIServer pid=4566)          ^^^^^^^^^^^^^^^^^^^^
(APIServer pid=4566)   File "/usr/lib/python3.12/contextlib.py", line 144, in __exit__
(APIServer pid=4566)     next(self.gen)
(APIServer pid=4566)   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/engine/utils.py", line 998, in launch_core_engines
(APIServer pid=4566)     wait_for_engine_startup(
(APIServer pid=4566)   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/engine/utils.py", line 1057, in wait_for_engine_startup
(APIServer pid=4566)     raise RuntimeError(
(APIServer pid=4566) RuntimeError: Engine core initialization failed. See root cause above. Failed core proc(s): {}
/usr/lib/python3.12/multiprocessing/resource_tracker.py:279: UserWarning: resource_tracker: There appear to be 4 leaked semaphore objects to clean up at shutdown
  warnings.warn('resource_tracker: There appear to be %d '
/usr/lib/python3.12/multiprocessing/resource_tracker.py:279: UserWarning: resource_tracker: There appear to be 5 leaked shared_memory objects to clean up at shutdown
  warnings.warn('resource_tracker: There appear to be %d

Code Example

Collecting environment information...
==============================
        System Info
==============================
OS                           : Ubuntu 22.04.5 LTS (x86_64)
GCC version                  : (Ubuntu 11.4.0-1ubuntu1~22.04.3) 11.4.0
Clang version                : Could not collect
CMake version                : Could not collect
Libc version                 : glibc-2.35

==============================
       PyTorch Info
==============================
PyTorch version              : 2.10.0+cu129
Is debug build               : False
CUDA used to build PyTorch   : 12.9
ROCM used to build PyTorch   : N/A

==============================
      Python Environment
==============================
Python version               : 3.12.13 (main, Mar  4 2026, 09:23:07) [GCC 11.4.0] (64-bit runtime)
Python platform              : Linux-5.15.0-153-generic-x86_64-with-glibc2.35

==============================
       CUDA / GPU Info
==============================
Is CUDA available            : True
CUDA runtime version         : 12.9.86
CUDA_MODULE_LOADING set to   : 
GPU models and configuration : 
GPU 0: H200
GPU 1: H200
GPU 2: H200
GPU 3: H200
GPU 4: H200
GPU 5: H200
GPU 6: H200
GPU 7: H200

Nvidia driver version        : 575.57.08
cuDNN version                : Could not collect
HIP runtime version          : N/A
MIOpen runtime version       : N/A
Is XNNPACK available         : True

==============================
          CPU Info
==============================
Architecture:                            x86_64
CPU op-mode(s):                          32-bit, 64-bit
Address sizes:                           46 bits physical, 57 bits virtual
Byte Order:                              Little Endian
CPU(s):                                  192
On-line CPU(s) list:                     0-191
Vendor ID:                               GenuineIntel
Model name:                              INTEL(R) XEON(R) PLATINUM 8558
CPU family:                              6
Model:                                   207
Thread(s) per core:                      2
Core(s) per socket:                      48
Socket(s):                               2
Stepping:                                2
Frequency boost:                         enabled
CPU max MHz:                             2101.0000
CPU min MHz:                             800.0000
BogoMIPS:                                4200.00
Flags:                                   fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cat_l2 cdp_l3 invpcid_single intel_ppin cdp_l2 ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb intel_pt avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local split_lock_detect avx_vnni avx512_bf16 wbnoinvd dtherm ida arat pln pts avx512vbmi umip pku ospke waitpkg avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg tme avx512_vpopcntdq la57 rdpid bus_lock_detect cldemote movdiri movdir64b enqcmd fsrm md_clear serialize tsxldtrk pconfig arch_lbr amx_bf16 avx512_fp16 amx_tile amx_int8 flush_l1d arch_capabilities
Virtualization:                          VT-x
L1d cache:                               4.5 MiB (96 instances)
L1i cache:                               3 MiB (96 instances)
L2 cache:                                192 MiB (96 instances)
L3 cache:                                520 MiB (2 instances)
NUMA node(s):                            4
NUMA node0 CPU(s):                       0-23,96-119
NUMA node1 CPU(s):                       24-47,120-143
NUMA node2 CPU(s):                       48-71,144-167
NUMA node3 CPU(s):                       72-95,168-191
Vulnerability Gather data sampling:      Not affected
Vulnerability Indirect target selection: Not affected
Vulnerability Itlb multihit:             Not affected
Vulnerability L1tf:                      Not affected
Vulnerability Mds:                       Not affected
Vulnerability Meltdown:                  Not affected
Vulnerability Mmio stale data:           Not affected
Vulnerability Reg file data sampling:    Not affected
Vulnerability Retbleed:                  Not affected
Vulnerability Spec rstack overflow:      Not affected
Vulnerability Spec store bypass:         Mitigation; Speculative Store Bypass disabled via prctl and seccomp
Vulnerability Spectre v1:                Mitigation; usercopy/swapgs barriers and __user pointer sanitization
Vulnerability Spectre v2:                Mitigation; Enhanced / Automatic IBRS; IBPB disabled; PBRSB-eIBRS SW sequence; BHI BHI_DIS_S
Vulnerability Srbds:                     Not affected
Vulnerability Tsx async abort:           Not affected

==============================
Versions of relevant libraries
==============================
[pip3] flashinfer-python==0.6.6
[pip3] numpy==2.2.6
[pip3] nvidia-cublas-cu12==12.9.1.4
[pip3] nvidia-cuda-cupti-cu12==12.9.79
[pip3] nvidia-cuda-nvrtc-cu12==12.9.86
[pip3] nvidia-cuda-runtime-cu12==12.9.79
[pip3] nvidia-cudnn-cu12==9.10.2.21
[pip3] nvidia-cudnn-frontend==1.18.0
[pip3] nvidia-cufft-cu12==11.4.1.4
[pip3] nvidia-cufile-cu12==1.14.1.1
[pip3] nvidia-curand-cu12==10.3.10.19
[pip3] nvidia-cusolver-cu12==11.7.5.82
[pip3] nvidia-cusparse-cu12==12.5.10.65
[pip3] nvidia-cusparselt-cu12==0.7.1
[pip3] nvidia-cutlass-dsl==4.4.2
[pip3] nvidia-cutlass-dsl-libs-base==4.4.2
[pip3] nvidia-ml-py==13.595.45
[pip3] nvidia-nccl-cu12==2.27.5
[pip3] nvidia-nvjitlink-cu12==12.9.86
[pip3] nvidia-nvshmem-cu12==3.4.5
[pip3] nvidia-nvtx-cu12==12.9.79
[pip3] pyzmq==27.1.0
[pip3] torch==2.10.0+cu129
[pip3] torch_c_dlpack_ext==0.1.5
[pip3] torchaudio==2.10.0+cu129
[pip3] torchvision==0.25.0+cu129
[pip3] transformers==4.57.6
[pip3] triton==3.6.0
[conda] Could not collect

==============================
         vLLM Info
==============================
ROCM Version                 : Could not collect
vLLM Version                 : 0.19.0
vLLM Build Flags:
  CUDA Archs: 7.0 7.5 8.0 8.9 9.0 10.0 12.0; ROCm: Disabled
GPU Topology:
        GPU0    GPU1    GPU2    GPU3    GPU4    GPU5    GPU6    GPU7    NIC0    NIC1    NIC2    NIC3    NIC4    NIC5    NIC6    NIC7    NIC8    NIC9    CPU Affinity    NUMA Affinity   GPU NUMA ID
GPU0     X      NV18    NV18    NV18    NV18    NV18    NV18    NV18    PIX     NODE    NODE    SYS     SYS     SYS     SYS     SYS     SYS     SYS     0-23,96-119     0               N/A
GPU1    NV18     X      NV18    NV18    NV18    NV18    NV18    NV18    NODE    PIX     NODE    SYS     SYS     SYS     SYS     SYS     SYS     SYS     0-23,96-119     0               N/A
GPU2    NV18    NV18     X      NV18    NV18    NV18    NV18    NV18    NODE    NODE    PIX     SYS     SYS     SYS     SYS     SYS     SYS     SYS     0-23,96-119     0               N/A
GPU3    NV18    NV18    NV18     X      NV18    NV18    NV18    NV18    SYS     SYS     SYS     PIX     SYS     SYS     SYS     SYS     SYS     NODE    24-47,120-143   1               N/A
GPU4    NV18    NV18    NV18    NV18     X      NV18    NV18    NV18    SYS     SYS     SYS     SYS     PIX     NODE    NODE    SYS     SYS     SYS     48-71,144-167   2               N/A
GPU5    NV18    NV18    NV18    NV18    NV18     X      NV18    NV18    SYS     SYS     SYS     SYS     NODE    PIX     NODE    SYS     SYS     SYS     48-71,144-167   2               N/A
GPU6    NV18    NV18    NV18    NV18    NV18    NV18     X      NV18    SYS     SYS     SYS     SYS     NODE    NODE    PIX     SYS     SYS     SYS     48-71,144-167   2               N/A
GPU7    NV18    NV18    NV18    NV18    NV18    NV18    NV18     X      SYS     SYS     SYS     SYS     SYS     SYS     SYS     NODE    PIX     SYS     72-95,168-191   3               N/A
NIC0    PIX     NODE    NODE    SYS     SYS     SYS     SYS     SYS      X      NODE    NODE    SYS     SYS     SYS     SYS     SYS     SYS     SYS
NIC1    NODE    PIX     NODE    SYS     SYS     SYS     SYS     SYS     NODE     X      NODE    SYS     SYS     SYS     SYS     SYS     SYS     SYS
NIC2    NODE    NODE    PIX     SYS     SYS     SYS     SYS     SYS     NODE    NODE     X      SYS     SYS     SYS     SYS     SYS     SYS     SYS
NIC3    SYS     SYS     SYS     PIX     SYS     SYS     SYS     SYS     SYS     SYS     SYS      X      SYS     SYS     SYS     SYS     SYS     NODE
NIC4    SYS     SYS     SYS     SYS     PIX     NODE    NODE    SYS     SYS     SYS     SYS     SYS      X      NODE    NODE    SYS     SYS     SYS
NIC5    SYS     SYS     SYS     SYS     NODE    PIX     NODE    SYS     SYS     SYS     SYS     SYS     NODE     X      NODE    SYS     SYS     SYS
NIC6    SYS     SYS     SYS     SYS     NODE    NODE    PIX     SYS     SYS     SYS     SYS     SYS     NODE    NODE     X      SYS     SYS     SYS
NIC7    SYS     SYS     SYS     SYS     SYS     SYS     SYS     NODE    SYS     SYS     SYS     SYS     SYS     SYS     SYS      X      NODE    SYS
NIC8    SYS     SYS     SYS     SYS     SYS     SYS     SYS     PIX     SYS     SYS     SYS     SYS     SYS     SYS     SYS     NODE     X      SYS
NIC9    SYS     SYS     SYS     NODE    SYS     SYS     SYS     SYS     SYS     SYS     SYS     NODE    SYS     SYS     SYS     SYS     SYS      X 

Legend:

  X    = Self
  SYS  = Connection traversing PCIe as well as the SMP interconnect between NUMA nodes (e.g., QPI/UPI)
  NODE = Connection traversing PCIe as well as the interconnect between PCIe Host Bridges within a NUMA node
  PHB  = Connection traversing PCIe as well as a PCIe Host Bridge (typically the CPU)
  PXB  = Connection traversing multiple PCIe bridges (without traversing the PCIe Host Bridge)
  PIX  = Connection traversing at most a single PCIe bridge
  NV#  = Connection traversing a bonded set of # NVLinks

NIC Legend:

  NIC0: mlx5_0
  NIC1: mlx5_1
  NIC2: mlx5_2
  NIC3: mlx5_5
  NIC4: mlx5_6
  NIC5: mlx5_7
  NIC6: mlx5_8
  NIC7: mlx5_9
  NIC8: mlx5_10
  NIC9: mlx5_bond_0

==============================
     Environment Variables
==============================
NVIDIA_VISIBLE_DEVICES=GPU-a9f246ef-1bd6-a9c7-a608-e9138953e4de,GPU-5f32f8d4-630b-1c7d-464f-9aebd90fc037,GPU-f78c0b0b-73df-bae7-16dd-c6ddb034fbe0,GPU-89600e48-5607-379d-7eb9-88cbc621467c,GPU-e8383898-d13a-8efd-6808-81b699b9aec0,GPU-8d380321-d17f-7a52-f62c-8ff81c62abe9,GPU-8655bf50-cffe-cb51-64e3-123e24a4422c,GPU-b327810f-29a2-27c0-2a18-5372f6c64396
NVIDIA_REQUIRE_CUDA=cuda>=12.9 brand=unknown,driver>=535,driver<536 brand=grid,driver>=535,driver<536 brand=tesla,driver>=535,driver<536 brand=nvidia,driver>=535,driver<536 brand=quadro,driver>=535,driver<536 brand=quadrortx,driver>=535,driver<536 brand=nvidiartx,driver>=535,driver<536 brand=vapps,driver>=535,driver<536 brand=vpc,driver>=535,driver<536 brand=vcs,driver>=535,driver<536 brand=vws,driver>=535,driver<536 brand=cloudgaming,driver>=535,driver<536 brand=unknown,driver>=550,driver<551 brand=grid,driver>=550,driver<551 brand=tesla,driver>=550,driver<551 brand=nvidia,driver>=550,driver<551 brand=quadro,driver>=550,driver<551 brand=quadrortx,driver>=550,driver<551 brand=nvidiartx,driver>=550,driver<551 brand=vapps,driver>=550,driver<551 brand=vpc,driver>=550,driver<551 brand=vcs,driver>=550,driver<551 brand=vws,driver>=550,driver<551 brand=cloudgaming,driver>=550,driver<551 brand=unknown,driver>=560,driver<561 brand=grid,driver>=560,driver<561 brand=tesla,driver>=560,driver<561 brand=nvidia,driver>=560,driver<561 brand=quadro,driver>=560,driver<561 brand=quadrortx,driver>=560,driver<561 brand=nvidiartx,driver>=560,driver<561 brand=vapps,driver>=560,driver<561 brand=vpc,driver>=560,driver<561 brand=vcs,driver>=560,driver<561 brand=vws,driver>=560,driver<561 brand=cloudgaming,driver>=560,driver<561 brand=unknown,driver>=565,driver<566 brand=grid,driver>=565,driver<566 brand=tesla,driver>=565,driver<566 brand=nvidia,driver>=565,driver<566 brand=quadro,driver>=565,driver<566 brand=quadrortx,driver>=565,driver<566 brand=nvidiartx,driver>=565,driver<566 brand=vapps,driver>=565,driver<566 brand=vpc,driver>=565,driver<566 brand=vcs,driver>=565,driver<566 brand=vws,driver>=565,driver<566 brand=cloudgaming,driver>=565,driver<566 brand=unknown,driver>=570,driver<571 brand=grid,driver>=570,driver<571 brand=tesla,driver>=570,driver<571 brand=nvidia,driver>=570,driver<571 brand=quadro,driver>=570,driver<571 brand=quadrortx,driver>=570,driver<571 brand=nvidiartx,driver>=570,driver<571 brand=vapps,driver>=570,driver<571 brand=vpc,driver>=570,driver<571 brand=vcs,driver>=570,driver<571 brand=vws,driver>=570,driver<571 brand=cloudgaming,driver>=570,driver<571
TORCH_CUDA_ARCH_LIST=7.0 7.5 8.0 8.9 9.0 10.0 12.0
NVIDIA_DRIVER_CAPABILITIES=compute,utility
VLLM_NIXL_SIDE_CHANNEL_HOST=172.16.11.20
VLLM_USAGE_SOURCE=production-docker-image
CUDA_VERSION=12.9.1
VLLM_EXECUTE_MODEL_TIMEOUT_SECONDS=50000
VLLM_ENABLE_CUDA_COMPATIBILITY=0
LD_LIBRARY_PATH=/usr/local/nvidia/lib64:/usr/local/cuda/lib64:/usr/local/cuda/lib64
PYTORCH_NVML_BASED_CUDA_CHECK=1
TORCHINDUCTOR_COMPILE_THREADS=1
TORCHINDUCTOR_CACHE_DIR=/tmp/torchinductor_root

---

(Worker_TP1 pid=4969) 2026-04-17 05:52:34,084 - INFO - autotuner.py:268 - flashinfer.jit: [Autotuner]: Autotuning process ends
Capturing CUDA graphs (mixed prefill-decode, PIECEWISE):  88%|███████████████████████████████████████████████████████████████████████████████████████████▊            | 45/51 [00:05<00:00,  8.04it/s]Exception caught during TVMFFIGetTypeInfo:
Check failed: (entry != nullptr) is false: Cannot find type info for type_index=10567392
Exception caught during TVMFFIGetTypeInfo:
Check failed: (entry != nullptr) is false: Cannot find type info for type_index=10555392
Exception caught during TVMFFIGetTypeInfo:
Check failed: (entry != nullptr) is false: Cannot find type info for type_index=10567392
Exception caught during TVMFFIGetTypeInfo:
Check failed: (entry != nullptr) is false: Cannot find type info for type_index=10555392
(EngineCore pid=4769) ERROR 04-17 05:52:40 [multiproc_executor.py:273] Worker proc VllmWorker-2 died unexpectedly, shutting down executor.
(EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108] EngineCore failed to start.
(EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108] Traceback (most recent call last):
(EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108]   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/engine/core.py", line 1082, in run_engine_core
(EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108]     engine_core = EngineCoreProc(*args, engine_index=dp_rank, **kwargs)
(EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108]                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108]   File "/usr/local/lib/python3.12/dist-packages/vllm/tracing/otel.py", line 178, in sync_wrapper
(EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108]     return func(*args, **kwargs)
(EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108]            ^^^^^^^^^^^^^^^^^^^^^
(EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108]   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/engine/core.py", line 848, in __init__
(EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108]     super().__init__(
(EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108]   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/engine/core.py", line 124, in __init__
(EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108]     kv_cache_config = self._initialize_kv_caches(vllm_config)
(EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108]                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108]   File "/usr/local/lib/python3.12/dist-packages/vllm/tracing/otel.py", line 178, in sync_wrapper
(EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108]     return func(*args, **kwargs)
(EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108]            ^^^^^^^^^^^^^^^^^^^^^
(EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108]   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/engine/core.py", line 280, in _initialize_kv_caches
(EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108]     self.model_executor.initialize_from_config(kv_cache_configs)
(EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108]   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/executor/abstract.py", line 118, in initialize_from_config
(EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108]     compilation_times: list[float] = self.collective_rpc("compile_or_warm_up_model")
(EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108]                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108]   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/executor/multiproc_executor.py", line 397, in collective_rpc
(EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108]     return aggregate(get_response())
(EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108]                      ^^^^^^^^^^^^^^
(EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108]   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/executor/multiproc_executor.py", line 376, in get_response
(EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108]     status, result = mq.dequeue(timeout=dequeue_timeout)
(EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108]                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108]   File "/usr/local/lib/python3.12/dist-packages/vllm/distributed/device_communicators/shm_broadcast.py", line 755, in dequeue
(EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108]     with self.acquire_read(timeout, indefinite) as buf:
(EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108]          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108]   File "/usr/lib/python3.12/contextlib.py", line 137, in __enter__
(EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108]     return next(self.gen)
(EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108]            ^^^^^^^^^^^^^^
(EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108]   File "/usr/local/lib/python3.12/dist-packages/vllm/distributed/device_communicators/shm_broadcast.py", line 677, in acquire_read
(EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108]     raise RuntimeError("cancelled")
(EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108] RuntimeError: cancelled
(EngineCore pid=4769) Process EngineCore:
(EngineCore pid=4769) Traceback (most recent call last):
(EngineCore pid=4769)   File "/usr/lib/python3.12/multiprocessing/process.py", line 314, in _bootstrap
(EngineCore pid=4769)     self.run()
(EngineCore pid=4769)   File "/usr/lib/python3.12/multiprocessing/process.py", line 108, in run
(EngineCore pid=4769)     self._target(*self._args, **self._kwargs)
(EngineCore pid=4769)   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/engine/core.py", line 1112, in run_engine_core
(EngineCore pid=4769)     raise e
(EngineCore pid=4769)   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/engine/core.py", line 1082, in run_engine_core
(EngineCore pid=4769)     engine_core = EngineCoreProc(*args, engine_index=dp_rank, **kwargs)
(EngineCore pid=4769)                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(EngineCore pid=4769)   File "/usr/local/lib/python3.12/dist-packages/vllm/tracing/otel.py", line 178, in sync_wrapper
(EngineCore pid=4769)     return func(*args, **kwargs)
(EngineCore pid=4769)            ^^^^^^^^^^^^^^^^^^^^^
(EngineCore pid=4769)   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/engine/core.py", line 848, in __init__
(EngineCore pid=4769)     super().__init__(
(EngineCore pid=4769)   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/engine/core.py", line 124, in __init__
(EngineCore pid=4769)     kv_cache_config = self._initialize_kv_caches(vllm_config)
(EngineCore pid=4769)                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(EngineCore pid=4769)   File "/usr/local/lib/python3.12/dist-packages/vllm/tracing/otel.py", line 178, in sync_wrapper
(EngineCore pid=4769)     return func(*args, **kwargs)
(EngineCore pid=4769)            ^^^^^^^^^^^^^^^^^^^^^
(EngineCore pid=4769)   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/engine/core.py", line 280, in _initialize_kv_caches
(EngineCore pid=4769)     self.model_executor.initialize_from_config(kv_cache_configs)
(EngineCore pid=4769)   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/executor/abstract.py", line 118, in initialize_from_config
(EngineCore pid=4769)     compilation_times: list[float] = self.collective_rpc("compile_or_warm_up_model")
(EngineCore pid=4769)                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(EngineCore pid=4769)   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/executor/multiproc_executor.py", line 397, in collective_rpc
(EngineCore pid=4769)     return aggregate(get_response())
(EngineCore pid=4769)                      ^^^^^^^^^^^^^^
(EngineCore pid=4769)   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/executor/multiproc_executor.py", line 376, in get_response
(EngineCore pid=4769)     status, result = mq.dequeue(timeout=dequeue_timeout)
(EngineCore pid=4769)                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(EngineCore pid=4769)   File "/usr/local/lib/python3.12/dist-packages/vllm/distributed/device_communicators/shm_broadcast.py", line 755, in dequeue
(EngineCore pid=4769)     with self.acquire_read(timeout, indefinite) as buf:
(EngineCore pid=4769)          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(EngineCore pid=4769)   File "/usr/lib/python3.12/contextlib.py", line 137, in __enter__
(EngineCore pid=4769)     return next(self.gen)
(EngineCore pid=4769)            ^^^^^^^^^^^^^^
(EngineCore pid=4769)   File "/usr/local/lib/python3.12/dist-packages/vllm/distributed/device_communicators/shm_broadcast.py", line 677, in acquire_read
(EngineCore pid=4769)     raise RuntimeError("cancelled")
(EngineCore pid=4769) RuntimeError: cancelled
(APIServer pid=4566) Traceback (most recent call last):
(APIServer pid=4566)   File "/usr/local/bin/vllm", line 10, in <module>
(APIServer pid=4566)     sys.exit(main())
(APIServer pid=4566)              ^^^^^^
(APIServer pid=4566)   File "/usr/local/lib/python3.12/dist-packages/vllm/entrypoints/cli/main.py", line 75, in main
(APIServer pid=4566)     args.dispatch_function(args)
(APIServer pid=4566)   File "/usr/local/lib/python3.12/dist-packages/vllm/entrypoints/cli/serve.py", line 122, in cmd
(APIServer pid=4566)     uvloop.run(run_server(args))
(APIServer pid=4566)   File "/usr/local/lib/python3.12/dist-packages/uvloop/__init__.py", line 96, in run
(APIServer pid=4566)     return __asyncio.run(
(APIServer pid=4566)            ^^^^^^^^^^^^^^
(APIServer pid=4566)   File "/usr/lib/python3.12/asyncio/runners.py", line 195, in run
(APIServer pid=4566)     return runner.run(main)
(APIServer pid=4566)            ^^^^^^^^^^^^^^^^
(APIServer pid=4566)   File "/usr/lib/python3.12/asyncio/runners.py", line 118, in run
(APIServer pid=4566)     return self._loop.run_until_complete(task)
(APIServer pid=4566)            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(APIServer pid=4566)   File "uvloop/loop.pyx", line 1518, in uvloop.loop.Loop.run_until_complete
(APIServer pid=4566)   File "/usr/local/lib/python3.12/dist-packages/uvloop/__init__.py", line 48, in wrapper
(APIServer pid=4566)     return await main
(APIServer pid=4566)            ^^^^^^^^^^
(APIServer pid=4566)   File "/usr/local/lib/python3.12/dist-packages/vllm/entrypoints/openai/api_server.py", line 670, in run_server
(APIServer pid=4566)     await run_server_worker(listen_address, sock, args, **uvicorn_kwargs)
(APIServer pid=4566)   File "/usr/local/lib/python3.12/dist-packages/vllm/entrypoints/openai/api_server.py", line 684, in run_server_worker
(APIServer pid=4566)     async with build_async_engine_client(
(APIServer pid=4566)                ^^^^^^^^^^^^^^^^^^^^^^^^^^
(APIServer pid=4566)   File "/usr/lib/python3.12/contextlib.py", line 210, in __aenter__
(APIServer pid=4566)     return await anext(self.gen)
(APIServer pid=4566)            ^^^^^^^^^^^^^^^^^^^^^
(APIServer pid=4566)   File "/usr/local/lib/python3.12/dist-packages/vllm/entrypoints/openai/api_server.py", line 100, in build_async_engine_client
(APIServer pid=4566)     async with build_async_engine_client_from_engine_args(
(APIServer pid=4566)                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(APIServer pid=4566)   File "/usr/lib/python3.12/contextlib.py", line 210, in __aenter__
(APIServer pid=4566)     return await anext(self.gen)
(APIServer pid=4566)            ^^^^^^^^^^^^^^^^^^^^^
(APIServer pid=4566)   File "/usr/local/lib/python3.12/dist-packages/vllm/entrypoints/openai/api_server.py", line 136, in build_async_engine_client_from_engine_args
(APIServer pid=4566)     async_llm = AsyncLLM.from_vllm_config(
(APIServer pid=4566)                 ^^^^^^^^^^^^^^^^^^^^^^^^^^
(APIServer pid=4566)   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/engine/async_llm.py", line 225, in from_vllm_config
(APIServer pid=4566)     return cls(
(APIServer pid=4566)            ^^^^
(APIServer pid=4566)   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/engine/async_llm.py", line 154, in __init__
(APIServer pid=4566)     self.engine_core = EngineCoreClient.make_async_mp_client(
(APIServer pid=4566)                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(APIServer pid=4566)   File "/usr/local/lib/python3.12/dist-packages/vllm/tracing/otel.py", line 178, in sync_wrapper
(APIServer pid=4566)     return func(*args, **kwargs)
(APIServer pid=4566)            ^^^^^^^^^^^^^^^^^^^^^
(APIServer pid=4566)   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/engine/core_client.py", line 130, in make_async_mp_client
(APIServer pid=4566)     return AsyncMPClient(*client_args)
(APIServer pid=4566)            ^^^^^^^^^^^^^^^^^^^^^^^^^^^
(APIServer pid=4566)   File "/usr/local/lib/python3.12/dist-packages/vllm/tracing/otel.py", line 178, in sync_wrapper
(APIServer pid=4566)     return func(*args, **kwargs)
(APIServer pid=4566)            ^^^^^^^^^^^^^^^^^^^^^
(APIServer pid=4566)   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/engine/core_client.py", line 887, in __init__
(APIServer pid=4566)     super().__init__(
(APIServer pid=4566)   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/engine/core_client.py", line 535, in __init__
(APIServer pid=4566)     with launch_core_engines(
(APIServer pid=4566)          ^^^^^^^^^^^^^^^^^^^^
(APIServer pid=4566)   File "/usr/lib/python3.12/contextlib.py", line 144, in __exit__
(APIServer pid=4566)     next(self.gen)
(APIServer pid=4566)   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/engine/utils.py", line 998, in launch_core_engines
(APIServer pid=4566)     wait_for_engine_startup(
(APIServer pid=4566)   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/engine/utils.py", line 1057, in wait_for_engine_startup
(APIServer pid=4566)     raise RuntimeError(
(APIServer pid=4566) RuntimeError: Engine core initialization failed. See root cause above. Failed core proc(s): {}
/usr/lib/python3.12/multiprocessing/resource_tracker.py:279: UserWarning: resource_tracker: There appear to be 4 leaked semaphore objects to clean up at shutdown
  warnings.warn('resource_tracker: There appear to be %d '
/usr/lib/python3.12/multiprocessing/resource_tracker.py:279: UserWarning: resource_tracker: There appear to be 5 leaked shared_memory objects to clean up at shutdown
  warnings.warn('resource_tracker: There appear to be %d
RAW_BUFFERClick to expand / collapse

Your current environment

<details> <summary>The output of <code>python collect_env.py</code></summary>
Collecting environment information...
==============================
        System Info
==============================
OS                           : Ubuntu 22.04.5 LTS (x86_64)
GCC version                  : (Ubuntu 11.4.0-1ubuntu1~22.04.3) 11.4.0
Clang version                : Could not collect
CMake version                : Could not collect
Libc version                 : glibc-2.35

==============================
       PyTorch Info
==============================
PyTorch version              : 2.10.0+cu129
Is debug build               : False
CUDA used to build PyTorch   : 12.9
ROCM used to build PyTorch   : N/A

==============================
      Python Environment
==============================
Python version               : 3.12.13 (main, Mar  4 2026, 09:23:07) [GCC 11.4.0] (64-bit runtime)
Python platform              : Linux-5.15.0-153-generic-x86_64-with-glibc2.35

==============================
       CUDA / GPU Info
==============================
Is CUDA available            : True
CUDA runtime version         : 12.9.86
CUDA_MODULE_LOADING set to   : 
GPU models and configuration : 
GPU 0: H200
GPU 1: H200
GPU 2: H200
GPU 3: H200
GPU 4: H200
GPU 5: H200
GPU 6: H200
GPU 7: H200

Nvidia driver version        : 575.57.08
cuDNN version                : Could not collect
HIP runtime version          : N/A
MIOpen runtime version       : N/A
Is XNNPACK available         : True

==============================
          CPU Info
==============================
Architecture:                            x86_64
CPU op-mode(s):                          32-bit, 64-bit
Address sizes:                           46 bits physical, 57 bits virtual
Byte Order:                              Little Endian
CPU(s):                                  192
On-line CPU(s) list:                     0-191
Vendor ID:                               GenuineIntel
Model name:                              INTEL(R) XEON(R) PLATINUM 8558
CPU family:                              6
Model:                                   207
Thread(s) per core:                      2
Core(s) per socket:                      48
Socket(s):                               2
Stepping:                                2
Frequency boost:                         enabled
CPU max MHz:                             2101.0000
CPU min MHz:                             800.0000
BogoMIPS:                                4200.00
Flags:                                   fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cat_l2 cdp_l3 invpcid_single intel_ppin cdp_l2 ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb intel_pt avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local split_lock_detect avx_vnni avx512_bf16 wbnoinvd dtherm ida arat pln pts avx512vbmi umip pku ospke waitpkg avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg tme avx512_vpopcntdq la57 rdpid bus_lock_detect cldemote movdiri movdir64b enqcmd fsrm md_clear serialize tsxldtrk pconfig arch_lbr amx_bf16 avx512_fp16 amx_tile amx_int8 flush_l1d arch_capabilities
Virtualization:                          VT-x
L1d cache:                               4.5 MiB (96 instances)
L1i cache:                               3 MiB (96 instances)
L2 cache:                                192 MiB (96 instances)
L3 cache:                                520 MiB (2 instances)
NUMA node(s):                            4
NUMA node0 CPU(s):                       0-23,96-119
NUMA node1 CPU(s):                       24-47,120-143
NUMA node2 CPU(s):                       48-71,144-167
NUMA node3 CPU(s):                       72-95,168-191
Vulnerability Gather data sampling:      Not affected
Vulnerability Indirect target selection: Not affected
Vulnerability Itlb multihit:             Not affected
Vulnerability L1tf:                      Not affected
Vulnerability Mds:                       Not affected
Vulnerability Meltdown:                  Not affected
Vulnerability Mmio stale data:           Not affected
Vulnerability Reg file data sampling:    Not affected
Vulnerability Retbleed:                  Not affected
Vulnerability Spec rstack overflow:      Not affected
Vulnerability Spec store bypass:         Mitigation; Speculative Store Bypass disabled via prctl and seccomp
Vulnerability Spectre v1:                Mitigation; usercopy/swapgs barriers and __user pointer sanitization
Vulnerability Spectre v2:                Mitigation; Enhanced / Automatic IBRS; IBPB disabled; PBRSB-eIBRS SW sequence; BHI BHI_DIS_S
Vulnerability Srbds:                     Not affected
Vulnerability Tsx async abort:           Not affected

==============================
Versions of relevant libraries
==============================
[pip3] flashinfer-python==0.6.6
[pip3] numpy==2.2.6
[pip3] nvidia-cublas-cu12==12.9.1.4
[pip3] nvidia-cuda-cupti-cu12==12.9.79
[pip3] nvidia-cuda-nvrtc-cu12==12.9.86
[pip3] nvidia-cuda-runtime-cu12==12.9.79
[pip3] nvidia-cudnn-cu12==9.10.2.21
[pip3] nvidia-cudnn-frontend==1.18.0
[pip3] nvidia-cufft-cu12==11.4.1.4
[pip3] nvidia-cufile-cu12==1.14.1.1
[pip3] nvidia-curand-cu12==10.3.10.19
[pip3] nvidia-cusolver-cu12==11.7.5.82
[pip3] nvidia-cusparse-cu12==12.5.10.65
[pip3] nvidia-cusparselt-cu12==0.7.1
[pip3] nvidia-cutlass-dsl==4.4.2
[pip3] nvidia-cutlass-dsl-libs-base==4.4.2
[pip3] nvidia-ml-py==13.595.45
[pip3] nvidia-nccl-cu12==2.27.5
[pip3] nvidia-nvjitlink-cu12==12.9.86
[pip3] nvidia-nvshmem-cu12==3.4.5
[pip3] nvidia-nvtx-cu12==12.9.79
[pip3] pyzmq==27.1.0
[pip3] torch==2.10.0+cu129
[pip3] torch_c_dlpack_ext==0.1.5
[pip3] torchaudio==2.10.0+cu129
[pip3] torchvision==0.25.0+cu129
[pip3] transformers==4.57.6
[pip3] triton==3.6.0
[conda] Could not collect

==============================
         vLLM Info
==============================
ROCM Version                 : Could not collect
vLLM Version                 : 0.19.0
vLLM Build Flags:
  CUDA Archs: 7.0 7.5 8.0 8.9 9.0 10.0 12.0; ROCm: Disabled
GPU Topology:
        GPU0    GPU1    GPU2    GPU3    GPU4    GPU5    GPU6    GPU7    NIC0    NIC1    NIC2    NIC3    NIC4    NIC5    NIC6    NIC7    NIC8    NIC9    CPU Affinity    NUMA Affinity   GPU NUMA ID
GPU0     X      NV18    NV18    NV18    NV18    NV18    NV18    NV18    PIX     NODE    NODE    SYS     SYS     SYS     SYS     SYS     SYS     SYS     0-23,96-119     0               N/A
GPU1    NV18     X      NV18    NV18    NV18    NV18    NV18    NV18    NODE    PIX     NODE    SYS     SYS     SYS     SYS     SYS     SYS     SYS     0-23,96-119     0               N/A
GPU2    NV18    NV18     X      NV18    NV18    NV18    NV18    NV18    NODE    NODE    PIX     SYS     SYS     SYS     SYS     SYS     SYS     SYS     0-23,96-119     0               N/A
GPU3    NV18    NV18    NV18     X      NV18    NV18    NV18    NV18    SYS     SYS     SYS     PIX     SYS     SYS     SYS     SYS     SYS     NODE    24-47,120-143   1               N/A
GPU4    NV18    NV18    NV18    NV18     X      NV18    NV18    NV18    SYS     SYS     SYS     SYS     PIX     NODE    NODE    SYS     SYS     SYS     48-71,144-167   2               N/A
GPU5    NV18    NV18    NV18    NV18    NV18     X      NV18    NV18    SYS     SYS     SYS     SYS     NODE    PIX     NODE    SYS     SYS     SYS     48-71,144-167   2               N/A
GPU6    NV18    NV18    NV18    NV18    NV18    NV18     X      NV18    SYS     SYS     SYS     SYS     NODE    NODE    PIX     SYS     SYS     SYS     48-71,144-167   2               N/A
GPU7    NV18    NV18    NV18    NV18    NV18    NV18    NV18     X      SYS     SYS     SYS     SYS     SYS     SYS     SYS     NODE    PIX     SYS     72-95,168-191   3               N/A
NIC0    PIX     NODE    NODE    SYS     SYS     SYS     SYS     SYS      X      NODE    NODE    SYS     SYS     SYS     SYS     SYS     SYS     SYS
NIC1    NODE    PIX     NODE    SYS     SYS     SYS     SYS     SYS     NODE     X      NODE    SYS     SYS     SYS     SYS     SYS     SYS     SYS
NIC2    NODE    NODE    PIX     SYS     SYS     SYS     SYS     SYS     NODE    NODE     X      SYS     SYS     SYS     SYS     SYS     SYS     SYS
NIC3    SYS     SYS     SYS     PIX     SYS     SYS     SYS     SYS     SYS     SYS     SYS      X      SYS     SYS     SYS     SYS     SYS     NODE
NIC4    SYS     SYS     SYS     SYS     PIX     NODE    NODE    SYS     SYS     SYS     SYS     SYS      X      NODE    NODE    SYS     SYS     SYS
NIC5    SYS     SYS     SYS     SYS     NODE    PIX     NODE    SYS     SYS     SYS     SYS     SYS     NODE     X      NODE    SYS     SYS     SYS
NIC6    SYS     SYS     SYS     SYS     NODE    NODE    PIX     SYS     SYS     SYS     SYS     SYS     NODE    NODE     X      SYS     SYS     SYS
NIC7    SYS     SYS     SYS     SYS     SYS     SYS     SYS     NODE    SYS     SYS     SYS     SYS     SYS     SYS     SYS      X      NODE    SYS
NIC8    SYS     SYS     SYS     SYS     SYS     SYS     SYS     PIX     SYS     SYS     SYS     SYS     SYS     SYS     SYS     NODE     X      SYS
NIC9    SYS     SYS     SYS     NODE    SYS     SYS     SYS     SYS     SYS     SYS     SYS     NODE    SYS     SYS     SYS     SYS     SYS      X 

Legend:

  X    = Self
  SYS  = Connection traversing PCIe as well as the SMP interconnect between NUMA nodes (e.g., QPI/UPI)
  NODE = Connection traversing PCIe as well as the interconnect between PCIe Host Bridges within a NUMA node
  PHB  = Connection traversing PCIe as well as a PCIe Host Bridge (typically the CPU)
  PXB  = Connection traversing multiple PCIe bridges (without traversing the PCIe Host Bridge)
  PIX  = Connection traversing at most a single PCIe bridge
  NV#  = Connection traversing a bonded set of # NVLinks

NIC Legend:

  NIC0: mlx5_0
  NIC1: mlx5_1
  NIC2: mlx5_2
  NIC3: mlx5_5
  NIC4: mlx5_6
  NIC5: mlx5_7
  NIC6: mlx5_8
  NIC7: mlx5_9
  NIC8: mlx5_10
  NIC9: mlx5_bond_0

==============================
     Environment Variables
==============================
NVIDIA_VISIBLE_DEVICES=GPU-a9f246ef-1bd6-a9c7-a608-e9138953e4de,GPU-5f32f8d4-630b-1c7d-464f-9aebd90fc037,GPU-f78c0b0b-73df-bae7-16dd-c6ddb034fbe0,GPU-89600e48-5607-379d-7eb9-88cbc621467c,GPU-e8383898-d13a-8efd-6808-81b699b9aec0,GPU-8d380321-d17f-7a52-f62c-8ff81c62abe9,GPU-8655bf50-cffe-cb51-64e3-123e24a4422c,GPU-b327810f-29a2-27c0-2a18-5372f6c64396
NVIDIA_REQUIRE_CUDA=cuda>=12.9 brand=unknown,driver>=535,driver<536 brand=grid,driver>=535,driver<536 brand=tesla,driver>=535,driver<536 brand=nvidia,driver>=535,driver<536 brand=quadro,driver>=535,driver<536 brand=quadrortx,driver>=535,driver<536 brand=nvidiartx,driver>=535,driver<536 brand=vapps,driver>=535,driver<536 brand=vpc,driver>=535,driver<536 brand=vcs,driver>=535,driver<536 brand=vws,driver>=535,driver<536 brand=cloudgaming,driver>=535,driver<536 brand=unknown,driver>=550,driver<551 brand=grid,driver>=550,driver<551 brand=tesla,driver>=550,driver<551 brand=nvidia,driver>=550,driver<551 brand=quadro,driver>=550,driver<551 brand=quadrortx,driver>=550,driver<551 brand=nvidiartx,driver>=550,driver<551 brand=vapps,driver>=550,driver<551 brand=vpc,driver>=550,driver<551 brand=vcs,driver>=550,driver<551 brand=vws,driver>=550,driver<551 brand=cloudgaming,driver>=550,driver<551 brand=unknown,driver>=560,driver<561 brand=grid,driver>=560,driver<561 brand=tesla,driver>=560,driver<561 brand=nvidia,driver>=560,driver<561 brand=quadro,driver>=560,driver<561 brand=quadrortx,driver>=560,driver<561 brand=nvidiartx,driver>=560,driver<561 brand=vapps,driver>=560,driver<561 brand=vpc,driver>=560,driver<561 brand=vcs,driver>=560,driver<561 brand=vws,driver>=560,driver<561 brand=cloudgaming,driver>=560,driver<561 brand=unknown,driver>=565,driver<566 brand=grid,driver>=565,driver<566 brand=tesla,driver>=565,driver<566 brand=nvidia,driver>=565,driver<566 brand=quadro,driver>=565,driver<566 brand=quadrortx,driver>=565,driver<566 brand=nvidiartx,driver>=565,driver<566 brand=vapps,driver>=565,driver<566 brand=vpc,driver>=565,driver<566 brand=vcs,driver>=565,driver<566 brand=vws,driver>=565,driver<566 brand=cloudgaming,driver>=565,driver<566 brand=unknown,driver>=570,driver<571 brand=grid,driver>=570,driver<571 brand=tesla,driver>=570,driver<571 brand=nvidia,driver>=570,driver<571 brand=quadro,driver>=570,driver<571 brand=quadrortx,driver>=570,driver<571 brand=nvidiartx,driver>=570,driver<571 brand=vapps,driver>=570,driver<571 brand=vpc,driver>=570,driver<571 brand=vcs,driver>=570,driver<571 brand=vws,driver>=570,driver<571 brand=cloudgaming,driver>=570,driver<571
TORCH_CUDA_ARCH_LIST=7.0 7.5 8.0 8.9 9.0 10.0 12.0
NVIDIA_DRIVER_CAPABILITIES=compute,utility
VLLM_NIXL_SIDE_CHANNEL_HOST=172.16.11.20
VLLM_USAGE_SOURCE=production-docker-image
CUDA_VERSION=12.9.1
VLLM_EXECUTE_MODEL_TIMEOUT_SECONDS=50000
VLLM_ENABLE_CUDA_COMPATIBILITY=0
LD_LIBRARY_PATH=/usr/local/nvidia/lib64:/usr/local/cuda/lib64:/usr/local/cuda/lib64
PYTORCH_NVML_BASED_CUDA_CHECK=1
TORCHINDUCTOR_COMPILE_THREADS=1
TORCHINDUCTOR_CACHE_DIR=/tmp/torchinductor_root
</details>

🐛 Describe the bug

vllm serve /model/minimax-m2.5/MiniMax-M2.5/ --tensor-parallel-size 4 --tool-call-parser minimax_m2 --reasoning-parser minimax_m2 --enable-auto-tool-choice --trust-remote-code

(Worker_TP1 pid=4969) 2026-04-17 05:52:34,084 - INFO - autotuner.py:268 - flashinfer.jit: [Autotuner]: Autotuning process ends
Capturing CUDA graphs (mixed prefill-decode, PIECEWISE):  88%|███████████████████████████████████████████████████████████████████████████████████████████▊            | 45/51 [00:05<00:00,  8.04it/s]Exception caught during TVMFFIGetTypeInfo:
Check failed: (entry != nullptr) is false: Cannot find type info for type_index=10567392
Exception caught during TVMFFIGetTypeInfo:
Check failed: (entry != nullptr) is false: Cannot find type info for type_index=10555392
Exception caught during TVMFFIGetTypeInfo:
Check failed: (entry != nullptr) is false: Cannot find type info for type_index=10567392
Exception caught during TVMFFIGetTypeInfo:
Check failed: (entry != nullptr) is false: Cannot find type info for type_index=10555392
(EngineCore pid=4769) ERROR 04-17 05:52:40 [multiproc_executor.py:273] Worker proc VllmWorker-2 died unexpectedly, shutting down executor.
(EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108] EngineCore failed to start.
(EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108] Traceback (most recent call last):
(EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108]   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/engine/core.py", line 1082, in run_engine_core
(EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108]     engine_core = EngineCoreProc(*args, engine_index=dp_rank, **kwargs)
(EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108]                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108]   File "/usr/local/lib/python3.12/dist-packages/vllm/tracing/otel.py", line 178, in sync_wrapper
(EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108]     return func(*args, **kwargs)
(EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108]            ^^^^^^^^^^^^^^^^^^^^^
(EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108]   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/engine/core.py", line 848, in __init__
(EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108]     super().__init__(
(EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108]   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/engine/core.py", line 124, in __init__
(EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108]     kv_cache_config = self._initialize_kv_caches(vllm_config)
(EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108]                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108]   File "/usr/local/lib/python3.12/dist-packages/vllm/tracing/otel.py", line 178, in sync_wrapper
(EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108]     return func(*args, **kwargs)
(EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108]            ^^^^^^^^^^^^^^^^^^^^^
(EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108]   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/engine/core.py", line 280, in _initialize_kv_caches
(EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108]     self.model_executor.initialize_from_config(kv_cache_configs)
(EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108]   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/executor/abstract.py", line 118, in initialize_from_config
(EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108]     compilation_times: list[float] = self.collective_rpc("compile_or_warm_up_model")
(EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108]                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108]   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/executor/multiproc_executor.py", line 397, in collective_rpc
(EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108]     return aggregate(get_response())
(EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108]                      ^^^^^^^^^^^^^^
(EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108]   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/executor/multiproc_executor.py", line 376, in get_response
(EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108]     status, result = mq.dequeue(timeout=dequeue_timeout)
(EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108]                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108]   File "/usr/local/lib/python3.12/dist-packages/vllm/distributed/device_communicators/shm_broadcast.py", line 755, in dequeue
(EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108]     with self.acquire_read(timeout, indefinite) as buf:
(EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108]          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108]   File "/usr/lib/python3.12/contextlib.py", line 137, in __enter__
(EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108]     return next(self.gen)
(EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108]            ^^^^^^^^^^^^^^
(EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108]   File "/usr/local/lib/python3.12/dist-packages/vllm/distributed/device_communicators/shm_broadcast.py", line 677, in acquire_read
(EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108]     raise RuntimeError("cancelled")
(EngineCore pid=4769) ERROR 04-17 05:52:42 [core.py:1108] RuntimeError: cancelled
(EngineCore pid=4769) Process EngineCore:
(EngineCore pid=4769) Traceback (most recent call last):
(EngineCore pid=4769)   File "/usr/lib/python3.12/multiprocessing/process.py", line 314, in _bootstrap
(EngineCore pid=4769)     self.run()
(EngineCore pid=4769)   File "/usr/lib/python3.12/multiprocessing/process.py", line 108, in run
(EngineCore pid=4769)     self._target(*self._args, **self._kwargs)
(EngineCore pid=4769)   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/engine/core.py", line 1112, in run_engine_core
(EngineCore pid=4769)     raise e
(EngineCore pid=4769)   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/engine/core.py", line 1082, in run_engine_core
(EngineCore pid=4769)     engine_core = EngineCoreProc(*args, engine_index=dp_rank, **kwargs)
(EngineCore pid=4769)                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(EngineCore pid=4769)   File "/usr/local/lib/python3.12/dist-packages/vllm/tracing/otel.py", line 178, in sync_wrapper
(EngineCore pid=4769)     return func(*args, **kwargs)
(EngineCore pid=4769)            ^^^^^^^^^^^^^^^^^^^^^
(EngineCore pid=4769)   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/engine/core.py", line 848, in __init__
(EngineCore pid=4769)     super().__init__(
(EngineCore pid=4769)   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/engine/core.py", line 124, in __init__
(EngineCore pid=4769)     kv_cache_config = self._initialize_kv_caches(vllm_config)
(EngineCore pid=4769)                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(EngineCore pid=4769)   File "/usr/local/lib/python3.12/dist-packages/vllm/tracing/otel.py", line 178, in sync_wrapper
(EngineCore pid=4769)     return func(*args, **kwargs)
(EngineCore pid=4769)            ^^^^^^^^^^^^^^^^^^^^^
(EngineCore pid=4769)   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/engine/core.py", line 280, in _initialize_kv_caches
(EngineCore pid=4769)     self.model_executor.initialize_from_config(kv_cache_configs)
(EngineCore pid=4769)   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/executor/abstract.py", line 118, in initialize_from_config
(EngineCore pid=4769)     compilation_times: list[float] = self.collective_rpc("compile_or_warm_up_model")
(EngineCore pid=4769)                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(EngineCore pid=4769)   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/executor/multiproc_executor.py", line 397, in collective_rpc
(EngineCore pid=4769)     return aggregate(get_response())
(EngineCore pid=4769)                      ^^^^^^^^^^^^^^
(EngineCore pid=4769)   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/executor/multiproc_executor.py", line 376, in get_response
(EngineCore pid=4769)     status, result = mq.dequeue(timeout=dequeue_timeout)
(EngineCore pid=4769)                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(EngineCore pid=4769)   File "/usr/local/lib/python3.12/dist-packages/vllm/distributed/device_communicators/shm_broadcast.py", line 755, in dequeue
(EngineCore pid=4769)     with self.acquire_read(timeout, indefinite) as buf:
(EngineCore pid=4769)          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(EngineCore pid=4769)   File "/usr/lib/python3.12/contextlib.py", line 137, in __enter__
(EngineCore pid=4769)     return next(self.gen)
(EngineCore pid=4769)            ^^^^^^^^^^^^^^
(EngineCore pid=4769)   File "/usr/local/lib/python3.12/dist-packages/vllm/distributed/device_communicators/shm_broadcast.py", line 677, in acquire_read
(EngineCore pid=4769)     raise RuntimeError("cancelled")
(EngineCore pid=4769) RuntimeError: cancelled
(APIServer pid=4566) Traceback (most recent call last):
(APIServer pid=4566)   File "/usr/local/bin/vllm", line 10, in <module>
(APIServer pid=4566)     sys.exit(main())
(APIServer pid=4566)              ^^^^^^
(APIServer pid=4566)   File "/usr/local/lib/python3.12/dist-packages/vllm/entrypoints/cli/main.py", line 75, in main
(APIServer pid=4566)     args.dispatch_function(args)
(APIServer pid=4566)   File "/usr/local/lib/python3.12/dist-packages/vllm/entrypoints/cli/serve.py", line 122, in cmd
(APIServer pid=4566)     uvloop.run(run_server(args))
(APIServer pid=4566)   File "/usr/local/lib/python3.12/dist-packages/uvloop/__init__.py", line 96, in run
(APIServer pid=4566)     return __asyncio.run(
(APIServer pid=4566)            ^^^^^^^^^^^^^^
(APIServer pid=4566)   File "/usr/lib/python3.12/asyncio/runners.py", line 195, in run
(APIServer pid=4566)     return runner.run(main)
(APIServer pid=4566)            ^^^^^^^^^^^^^^^^
(APIServer pid=4566)   File "/usr/lib/python3.12/asyncio/runners.py", line 118, in run
(APIServer pid=4566)     return self._loop.run_until_complete(task)
(APIServer pid=4566)            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(APIServer pid=4566)   File "uvloop/loop.pyx", line 1518, in uvloop.loop.Loop.run_until_complete
(APIServer pid=4566)   File "/usr/local/lib/python3.12/dist-packages/uvloop/__init__.py", line 48, in wrapper
(APIServer pid=4566)     return await main
(APIServer pid=4566)            ^^^^^^^^^^
(APIServer pid=4566)   File "/usr/local/lib/python3.12/dist-packages/vllm/entrypoints/openai/api_server.py", line 670, in run_server
(APIServer pid=4566)     await run_server_worker(listen_address, sock, args, **uvicorn_kwargs)
(APIServer pid=4566)   File "/usr/local/lib/python3.12/dist-packages/vllm/entrypoints/openai/api_server.py", line 684, in run_server_worker
(APIServer pid=4566)     async with build_async_engine_client(
(APIServer pid=4566)                ^^^^^^^^^^^^^^^^^^^^^^^^^^
(APIServer pid=4566)   File "/usr/lib/python3.12/contextlib.py", line 210, in __aenter__
(APIServer pid=4566)     return await anext(self.gen)
(APIServer pid=4566)            ^^^^^^^^^^^^^^^^^^^^^
(APIServer pid=4566)   File "/usr/local/lib/python3.12/dist-packages/vllm/entrypoints/openai/api_server.py", line 100, in build_async_engine_client
(APIServer pid=4566)     async with build_async_engine_client_from_engine_args(
(APIServer pid=4566)                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(APIServer pid=4566)   File "/usr/lib/python3.12/contextlib.py", line 210, in __aenter__
(APIServer pid=4566)     return await anext(self.gen)
(APIServer pid=4566)            ^^^^^^^^^^^^^^^^^^^^^
(APIServer pid=4566)   File "/usr/local/lib/python3.12/dist-packages/vllm/entrypoints/openai/api_server.py", line 136, in build_async_engine_client_from_engine_args
(APIServer pid=4566)     async_llm = AsyncLLM.from_vllm_config(
(APIServer pid=4566)                 ^^^^^^^^^^^^^^^^^^^^^^^^^^
(APIServer pid=4566)   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/engine/async_llm.py", line 225, in from_vllm_config
(APIServer pid=4566)     return cls(
(APIServer pid=4566)            ^^^^
(APIServer pid=4566)   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/engine/async_llm.py", line 154, in __init__
(APIServer pid=4566)     self.engine_core = EngineCoreClient.make_async_mp_client(
(APIServer pid=4566)                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(APIServer pid=4566)   File "/usr/local/lib/python3.12/dist-packages/vllm/tracing/otel.py", line 178, in sync_wrapper
(APIServer pid=4566)     return func(*args, **kwargs)
(APIServer pid=4566)            ^^^^^^^^^^^^^^^^^^^^^
(APIServer pid=4566)   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/engine/core_client.py", line 130, in make_async_mp_client
(APIServer pid=4566)     return AsyncMPClient(*client_args)
(APIServer pid=4566)            ^^^^^^^^^^^^^^^^^^^^^^^^^^^
(APIServer pid=4566)   File "/usr/local/lib/python3.12/dist-packages/vllm/tracing/otel.py", line 178, in sync_wrapper
(APIServer pid=4566)     return func(*args, **kwargs)
(APIServer pid=4566)            ^^^^^^^^^^^^^^^^^^^^^
(APIServer pid=4566)   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/engine/core_client.py", line 887, in __init__
(APIServer pid=4566)     super().__init__(
(APIServer pid=4566)   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/engine/core_client.py", line 535, in __init__
(APIServer pid=4566)     with launch_core_engines(
(APIServer pid=4566)          ^^^^^^^^^^^^^^^^^^^^
(APIServer pid=4566)   File "/usr/lib/python3.12/contextlib.py", line 144, in __exit__
(APIServer pid=4566)     next(self.gen)
(APIServer pid=4566)   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/engine/utils.py", line 998, in launch_core_engines
(APIServer pid=4566)     wait_for_engine_startup(
(APIServer pid=4566)   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/engine/utils.py", line 1057, in wait_for_engine_startup
(APIServer pid=4566)     raise RuntimeError(
(APIServer pid=4566) RuntimeError: Engine core initialization failed. See root cause above. Failed core proc(s): {}
/usr/lib/python3.12/multiprocessing/resource_tracker.py:279: UserWarning: resource_tracker: There appear to be 4 leaked semaphore objects to clean up at shutdown
  warnings.warn('resource_tracker: There appear to be %d '
/usr/lib/python3.12/multiprocessing/resource_tracker.py:279: UserWarning: resource_tracker: There appear to be 5 leaked shared_memory objects to clean up at shutdown
  warnings.warn('resource_tracker: There appear to be %d

Before submitting a new issue...

  • Make sure you already searched for relevant issues, and asked the chatbot living at the bottom right corner of the documentation page, which can answer lots of frequently asked questions.

extent analysis

TL;DR

The issue is likely related to a failed engine core initialization due to a worker process dying unexpectedly, and a potential solution is to investigate and resolve the underlying cause of the worker process failure.

Guidance

  1. Investigate worker process failure: The error message indicates that a worker process (VllmWorker-2) died unexpectedly. Check the logs for any errors or exceptions that may have led to this failure.
  2. Check engine core initialization: The engine core initialization failed, which may be related to the worker process failure. Verify that the engine core is properly configured and that all dependencies are met.
  3. Review system resources: The error message mentions leaked semaphore and shared memory objects. Check the system resources to ensure that there are no resource leaks or limitations that could be causing the issue.
  4. Verify model and configuration: Ensure that the model and configuration are correct and compatible with the current setup.

Example

No specific code example is provided, as the issue is more related to system configuration and resource management.

Notes

The provided error message is quite extensive, and it may be helpful to focus on specific sections, such as the worker process failure or engine core initialization, to identify the root cause of the issue.

Recommendation

Apply workaround: Investigate and resolve the underlying cause of the worker process failure, and ensure that the engine core is properly configured and initialized. This may involve checking system resources, model configuration, and dependencies to identify and address any potential issues.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

vllm - 💡(How to fix) Fix [Bug]: Exception caught during TVMFFIGetTypeInfo [1 comments, 2 participants]