wide-ice-68336
12/31/2022, 2:55 PMmake images and make up work fine, except for datadog which seems to be in a restart loop. Creating a project works fine.
But when I try to deploy anything, I get errors like this:
2022-12-31T15:36:27.956692353Z INFO Entering queued state
2022-12-31T15:36:27.959661775Z DEBUG hyper::client::connect::http: connecting to 10.99.0.7:8001
2022-12-31T15:36:27.976201572Z DEBUG hyper::client::connect::http: connected to 10.99.0.7:8001
2022-12-31T15:36:27.995258298Z DEBUG hyper::client::pool: pooling idle connection for ("http", gateway:8001)
2022-12-31T15:36:28.009011293Z INFO Entering building state
2022-12-31T15:36:28.953878890Z INFO Updating `shuttle-crates-io-mirror` index
2022-12-31T15:36:29.426941012Z INFO Entering crashed state
2022-12-31T15:36:29.438892459Z ERROR {error="Build error: no matching package named `anyhow` found\nlocation searched: registry `crates-io`\nrequired by package `hello-world-b4145134-8d42-4cc5-9148-8b7afb2a48b9 v0.1.0 (/opt/shuttle/shuttle-builds/hello-world-poise-bot)`"} shuttle_deployer::deployment::queue: service build encountered an error
I was trying to get it working locally for this: https://github.com/shuttle-hq/shuttle/pull/560kind-area-3810
12/31/2022, 4:07 PMkind-area-3810
12/31/2022, 4:07 PMdocker ps look like?wide-ice-68336
12/31/2022, 4:52 PMkind-area-3810
01/01/2023, 1:05 PMkind-area-3810
01/01/2023, 1:44 PMkind-area-3810
01/01/2023, 1:47 PMwide-ice-68336
01/01/2023, 2:09 PMkind-area-3810
01/02/2023, 12:23 PMkind-area-3810
01/02/2023, 1:52 PMwide-ice-68336
01/02/2023, 7:30 PMstocky-kangaroo-53672
01/03/2023, 6:29 AMwide-ice-68336
01/03/2023, 4:47 PMexport DOCKER_HOST=unix:///run/user/1000/docker.sock with the rootless socket and changed the host side of the relevant docker volumes in the docker-compose.yml
diff
- - /var/run/docker.sock:/var/run/docker.sock:ro
+ - /run/user/1000/docker.sock:/var/run/docker.sock:rostocky-kangaroo-53672
01/04/2023, 5:49 AM