-
Notifications
You must be signed in to change notification settings - Fork 565
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
S3 has 100% of misses all of the time #218
Comments
RUST_LOG=sccache=trace sccache rustc …
cat sccache.log |
Did you get this sorted out? We have an existing issue on file about this: #45 Right now it's hard to diagnose if your S3 configuration isn't correct. |
Yes, I've eventually found the log, and that It'd be great if you could add proper diagnostic for it, e.g. try making a |
I seond @kornelski 's suggestion. |
How can I diagnose issues with sccache apparently not working with S3?
If I do the above without setting up S3, I get cache hits on local disk.
However, with S3 enabled I only get cache misses. The S3 bucket remains completely empty.
How can I diagnose what went wrong?
The text was updated successfully, but these errors were encountered: