#2133·shuttle

无法运行 `shuttle run`,原因是 `thread 'tokio-runtime-worker' 在 /home/circleci/project/cargo-shuttle/src/provisioner_server.rs:261:18 出现异常:无法创建 exec 以检查容器是否已准备好`

作者: jymchng创建于 2025年11月14日更新于 2025年11月21日
标签S-Triage

Warning: shuttle-runtime 0.56.0 and Shuttle CLI 0.57.3 are incompatible. Hint: A newer version of shuttle-runtime is available. Change its version to 0.57.3 in Cargo.toml to update it, or run this command: cargo add [email protected] Starting shortener-asyncmove on http://127.0.0.1:8000 2025-11-14T17:17:30.485+01:00 [app] shuttle-runtime 0.56.0 starting: project-name 0.1.0 2025-11-14T17:17:30.487+01:00 [app] WARN shuttle_runtime::start: Default tracing subscriber initialized (https://docs.shuttle.dev/docs/logs) 2025-11-14T17:17:30.487+01:00 [app] INFO shuttle_runtime::rt: Loading resources These secrets can be accessed by local service ┌────────────────────┐ │ Key │ ╞════════════════════╡ │ ADMIN_KEY │ │ SERVER_PRIVATE_KEY │ └────────────────────┘ 2025-11-14T17:17:30.494+01:00 [app] INFO shuttle_runtime::rt: Provisioning DatabaseSharedPostgres thread 'tokio-runtime-worker' panicked at /home/circleci/project/cargo-shuttle/src/provisioner_server.rs:261:18: failed to create exec to check if container is ready: DockerResponseServerError { status_code: 409, message: "container 8c60d3395955bdabdd58065d04be5123b08c2181cb8486909d49800acad1881d is not running" } note: run with RUST_BACKTRACE=1 environment variable to display a backtrace 2025-11-14T17:17:37.503+01:00 [app] ERROR: Runtime Provisioning phase failed: error sending request for url (http://127.0.0.1:15848/projects/proj_LOCAL/resources) Error: Runtime process exited with code 131

内容来源: shuttle-hq/shuttle