creamy-nest-62805
05/09/2023, 3:07 PMbash
cargo shuttle run
my poise bot starts without any issue.
However when trying to deploy it, I get the following error:
bash
❯ cargo shuttle logs --name <name> -l
2023-05-09T16:51:46.858819480Z INFO Entering queued state
2023-05-09T16:51:46.864477901Z TRACE shuttle_deployer::deployment::queue: getting a build slot
2023-05-09T16:51:46.871537677Z TRACE {uri="http://gateway:8001/stats/load"} shuttle_deployer::deployment::gateway_client: calling gateway
2023-05-09T16:51:46.876255935Z DEBUG hyper::client::pool: reuse idle connection for ("http", gateway:8001)
2023-05-09T16:51:46.881347637Z DEBUG hyper::client::pool: pooling idle connection for ("http", gateway:8001)
2023-05-09T16:51:46.885494815Z TRACE {response="Response { status: 200, version: HTTP/1.1, headers: {\"content-type\": \"application/json\", \"content-length\": \"38\", \"date\": \"Tue, 09 May 2023 14:51:46 GMT\"}, body: Body(Streaming) }"} shuttle_deployer::deployment::gateway_client: Load response
2023-05-09T16:51:46.890465959Z INFO Entering building state
2023-05-09T16:52:09.725436425Z INFO Blocking waiting for file lock on build directory
2023-05-09T16:55:13.084883320Z INFO Finished release [optimized] target(s) in 3m 26s
2023-05-09T16:55:13.088509441Z INFO shuttle_deployer::deployment::queue: Running tests before starting up
2023-05-09T16:55:13.294767489Z INFO Blocking waiting for file lock on package cache
2023-05-09T16:55:27.678093800Z INFO Blocking waiting for file lock on package cache
2023-05-09T16:55:39.951473483Z INFO Blocking waiting for file lock on build directory
2023-05-09T16:56:05.926654451Z INFO Finished release [optimized] target(s) in 52.82s
2023-05-09T16:56:05.930632995Z INFO Running unittests src/main.rs (opt/shuttle/shuttle-builds/<name>/target/release/deps/<name>-e1bb3518bf861a3a)
2023-05-09T16:56:05.948939759Z INFO Entering crashed state
2023-05-09T16:56:05.950695955Z ERROR {error="Internal I/O error: No such file or directory (os error 2)"} shuttle_deployer::deployment::queue: service build encountered an error
creamy-nest-62805
05/09/2023, 3:08 PM0.16.0
release according to the docs and examples.creamy-nest-62805
05/09/2023, 3:09 PMenough-oil-62271
05/09/2023, 4:47 PMenough-oil-62271
05/09/2023, 4:49 PMgentle-ice-1561
05/09/2023, 8:36 PMcargo shuttle project restart
(add idle minutes if u want)creamy-nest-62805
05/09/2023, 8:38 PMenough-oil-62271
05/09/2023, 9:33 PMcreamy-nest-62805
05/10/2023, 8:07 AMcreamy-nest-62805
05/10/2023, 8:08 AM