R
Railway2y ago
Vini

failed to compute cache key failed to walk

failed to compute cache key: failed to walk /var/lib/docker/tmp/buildkit-mount4282277915/app/bin: lstat /var/lib/docker/tmp/buildkit-mount4282277915/app/bin: no such file or directory First build of a service runs a-okay, but after that this error happens for every new build.
4 Replies
Percy
Percy2y ago
Project ID: aa3bf0b6-4960-4a56-98d8-1ee0e451f8c9
Vini
Vini2y ago
aa3bf0b6-4960-4a56-98d8-1ee0e451f8c9
angelo
angelo2y ago
Going to need more information, what type of project are you trying to host?
Vini
Vini2y ago
@Angelo It's a Rust backend app, I'm basically spinning an axum server and using a custom nixpacks.toml
providers = ["..."]

[phases.setup]
nixPkgs = ["..."]
aptPkgs = ["...", "libpq-dev"]
providers = ["..."]

[phases.setup]
nixPkgs = ["..."]
aptPkgs = ["...", "libpq-dev"]