anoma / anoma-archive

Reference implementation of the Anoma protocols in Rust.
https://anoma.net
GNU General Public License v3.0
425 stars 176 forks source link

sccache timeouts in CI #1204

Closed james-chf closed 2 years ago

james-chf commented 2 years ago

eg https://ci.heliax.dev/anoma/anoma/4214/3/4

+ sccache --start-server
sccache: Starting the server...
sccache: error: Timed out waiting for server startup

This only happens occasionally. We could probably workaround by allowing more time for sccache to start up.

tzemanovic commented 2 years ago

I’ve also been getting these quite often

tzemanovic commented 2 years ago

I tried bumping the bucket ID in https://github.com/anoma/anoma/pull/1219/commits/18ae9c47d7bc671cbc2f64cfb5294fc80cc5f0bc, I'll run the tests couple more times but it seems to help. I think the cache still had stuff from previous toolchain, so it was getting a bit slow for the default 10s timeout

tzemanovic commented 2 years ago

cache cleared, should be good for now