Stage
Disqualified
11 of 12 stages
Settled in
6h 57m
committed Sep 05, 18:54 UTC
Round score
—
awaiting round
p99 latency
—
ceiling 2000 / 50 ms
Round 25: disqualified · no score
11/12 stages
Intake & gates
6/6Patch hash recorded; awaiting fetch.
{
"hotkey": "5DU8tk2zcgDQJSGHLmNQ4wbDrgfB5gRT5E84PWroosTXjmjH",
"payment_tx": 12,
"commit_block": 9003124,
"payment_block": 9003121,
"patch_fingerprint": "sha256:6b7892a845b92db97605765105032a1593c2857f1d49dfa7b91a6bd571c22397"
}A worker claimed the submission and started the pipeline.
{
"job_id": 101
}Patch artifact retrieved from object storage.
{
"size": 73789,
"patch_hash": "sha256:6c23743f90500721e4b749dd83e9eba41f40d6eb6723c80626b8962e56949348"
}Integrity and path constraints checked.
{
"identity": "ok",
"patch_hash": "sha256:6c23743f90500721e4b749dd83e9eba41f40d6eb6723c80626b8962e56949348"
}Patch applied onto the baseline checkout.
{
"ok": true
}Public API / surface compatibility held.
{
"files": [
"vllm/config/speculative.py",
"vllm/engine/arg_utils.py",
"vllm/entrypoints/openai/completion/serving.py",
"vllm/model_executor/layers/fla/ops/chunk.py",
"vllm/model_executor/layers/fla/ops/fused_sigmoid_gating.py",
"vllm/model_executor/layers/mamba/gdn/qwen_gdn_linear_attn.py",
"vllm/model_executor/layers/mamba/ops/causal_conv1d.py",
"vllm/model_executor/warmup/kernel_warmup.py",
"vllm/model_executor/warmup/mtp_first_step.py",
"vllm/outputs.py",
"vllm/v1/attention/backends/gdn_attn.py",
"vllm/v1/engine/detokenizer.py",
"vllm/v1/engine/output_processor.py",
"vllm/v1/sample/rejection_sampler.py",
"vllm/v1/spec_decode/llm_base_proposer.py",
"vllm/v1/worker/block_table.py",
"vllm/v1/worker/gpu_model_runner.py",
"vllm/v1/worker/utils.py"
]
}Build
3/3Hermetic engine image build in progress.
No structured detail recorded for this step.
Candidate engine image pushed to the registry.
{
"image_ref": "ghcr.io/pareton-ai/pareton-engine@sha256:bc09969853ac0436357931479a98c48dac4e5f309ed135d607772ea9ac59c7cf",
"image_digest": "sha256:bc09969853ac0436357931479a98c48dac4e5f309ed135d607772ea9ac59c7cf"
}Candidate engine image built and digest pinned.
{
"mock": false,
"build_log": "/var/log/pareton/builds/d4d15eb4-4c95-4c4c-9351-b0e70ed8e394/build.log",
"image_ref": "ghcr.io/pareton-ai/pareton-engine@sha256:bc09969853ac0436357931479a98c48dac4e5f309ed135d607772ea9ac59c7cf",
"image_tag": "ghcr.io/pareton-ai/pareton-engine:6c23743f90500721e4b749dd83e9eba41f40d6eb6723c80626b8962e56949348"
}Round
2/3Waiting to be seated in a round.
No structured detail recorded for this step.
Seated in a round; waiting to run or running.
{
"ordinal": 25,
"round_id": "37608646-d3f6-45af-907d-ce1a4dc0891a"
}Other events
The image ran and produced wrong output.
{
"score": null,
"reason": "engine died before becoming healthy (last error: [Errno 111] Connection refused); container log tail:\nPIServer pid=1) uvloop.run(run_server(args))\n(APIServer pid=1) File \"/usr/local/lib/python3.12/dist-packages/uvloop/__init__.py\", line 96, in run\n(APIServer pid=1) return __asyncio.run(\n(APIServer pid=1) ^^^^^^^^^^^^^^\n(APIServer pid=1) File \"/usr/lib/python3.12/asyncio/runners.py\", line 195, in run\n(APIServer pid=1) return runner.run(main)\n(APIServer pid=1) ^^^^^^^^^^^^^^^^\n(APIServer pid=1) File \"/usr/lib/python3.12/asyncio/runners.py\", line 118, in run\n(APIServer pid=1) return self._loop.run_until_complete(task)\n(APIServer pid=1) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n(APIServer pid=1) File \"uvloop/loop.pyx\", line 1518, in uvloop.loop.Loop.run_until_complete\n(APIServer pid=1) File \"/usr/local/lib/python3.12/dist-packages/uvloop/__init__.py\", line 48, in wrapper\n(APIServer pid=1) return await main\n(APIServer pid=1) ^^^^^^^^^^\n(APIServer pid=1) File \"/src/vllm/entrypoints/openai/api_server.py\", line 663, in run_server\n(APIServer pid=1) await run_server_worker(listen_address, sock, args, **uvicorn_kwargs)\n(APIServer pid=1) File \"/src/vllm/entrypoints/openai/api_server.py\", line 677, in run_server_worker\n(APIServer pid=1) async with build_async_engine_client(\n(APIServer pid=1) ^^^^^^^^^^^^^^^^^^^^^^^^^^\n(APIServer pid=1) File \"/usr/lib/python3.12/contextlib.py\", line 210, in __aenter__\n(APIServer pid=1) return await anext(self.gen)\n(APIServer pid=1) ^^^^^^^^^^^^^^^^^^^^^\n(APIServer pid=1) File \"/src/vllm/entrypoints/openai/api_server.py\", line 99, in build_async_engine_client\n(APIServer pid=1) async with build_async_engine_client_from_engine_args(\n(APIServer pid=1) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n(APIServer pid=1) File \"/usr/lib/python3.12/contextlib.py\", line 210, in __aenter__\n(APIServer pid=1) return await anext(self.gen)\n(APIServer pid=1) ^^^^^^^^^^^^^^^^^^^^^\n(APIServer pid=1) File \"/src/vllm/entrypoints/openai/api_server.py\", line 135, in build_async_engine_client_from_engine_args\n(APIServer pid=1) async_llm = AsyncLLM.from_vllm_config(\n(APIServer pid=1) ^^^^^^^^^^^^^^^^^^^^^^^^^^\n(APIServer pid=1) File \"/src/vllm/v1/engine/async_llm.py\", line 217, in from_vllm_config\n(APIServer pid=1) return cls(\n(APIServer pid=1) ^^^^\n(APIServer pid=1) File \"/src/vllm/v1/engine/async_llm.py\", line 146, in __init__\n(APIServer pid=1) self.engine_core = EngineCoreClient.make_async_mp_client(\n(APIServer pid=1) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n(APIServer pid=1) File \"/src/vllm/tracing/otel.py\", line 178, in sync_wrapper\n(APIServer pid=1) return func(*args, **kwargs)\n(APIServer pid=1) ^^^^^^^^^^^^^^^^^^^^^\n(APIServer pid=1) File \"/src/vllm/v1/engine/core_client.py\", line 132, in make_async_mp_client\n(APIServer pid=1) return AsyncMPClient(*client_args)\n(APIServer pid=1) ^^^^^^^^^^^^^^^^^^^^^^^^^^^\n(APIServer pid=1) File \"/src/vllm/tracing/otel.py\", line 178, in sync_wrapper\n(APIServer pid=1) return func(*args, **kwargs)\n(APIServer pid=1) ^^^^^^^^^^^^^^^^^^^^^\n(APIServer pid=1) File \"/src/vllm/v1/engine/core_client.py\", line 963, in __init__\n(APIServer pid=1) super().__init__(\n(APIServer pid=1) File \"/src/vllm/v1/engine/core_client.py\", line 573, in __init__\n(APIServer pid=1) with launch_core_engines(\n(APIServer pid=1) ^^^^^^^^^^^^^^^^^^^^\n(APIServer pid=1) File \"/usr/lib/python3.12/contextlib.py\", line 144, in __exit__\n(APIServer pid=1) next(self.gen)\n(APIServer pid=1) File \"/src/vllm/v1/engine/utils.py\", line 1213, in launch_core_engines\n(APIServer pid=1) wait_for_engine_startup(\n(APIServer pid=1) File \"/src/vllm/v1/engine/utils.py\", line 1272, in wait_for_engine_startup\n(APIServer pid=1) raise RuntimeError(\n(APIServer pid=1) RuntimeError: Engine core initialization failed. See root cause above. Failed core proc(s): {}\n",
"ordinal": 25,
"round_id": "37608646-d3f6-45af-907d-ce1a4dc0891a"
}