paritytech / cachepot

cachepot is `sccache` with extra sec, which in turn is `ccache` with cloud storage

Home Page:https://cachepot.cc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cargo build fails with "cachepot: error: Timed out waiting for coordinator startup"

claudiociardelli opened this issue · comments

I get this error when running cargo build --release

`error: failed to run "rustc" to learn about target-specific information

Caused by:
process didn't exit successfully: "/home/toto/.cargo/bin/cachepot rustc - --crate-name ___ --print=file-names --crate-type bin --crate-type rlib --crate-type dylib --crate-type cdylib --crate-type staticlib --crate-type proc-macro --print=sysroot --print=cfg" (exit status: 2)
--- stderr
cachepot: error: Timed out waiting for coordinator startup`

What's your environment and what package were you trying to compile?

Can you try running cachepot --stop-coordinator and re-running the compilation again?

I had to reinstall after cachepot --stop-coordinator

cargo install --git https://github.com/paritytech/cachepot

then issue disappeared

That's good! Closing this, then