-
Notifications
You must be signed in to change notification settings - Fork 560
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
sccache panic on linked_hash_map::Node being uninitialized #875
Comments
I have the same error on disk storage, no sccache config. Ubuntu 20.04.1 LTS. Built with |
Work when I build sccache with stable, even when I'm building my project with nightly. Versions in question: |
Yes, when I compile sccache with stable instead of nightly, it works fine. Thanks for the suggestion there. I'm going to close this since it is likely due to nightly volatility rather than an inherent issue with sccache. |
I'm getting this when sccache is built with rust 1.48.0, released to stable yesterday.
|
This is caused by lru-disk-cache depending on linked-hash-map v0.2.1. The issue was patched in v0.5.3. |
Per #875 (comment), this means the issue is fixed as of 033ebaa. |
I am trying to run sccache in a docker container, passing in the S3 (minio) settings via environment variable. cargo build fails without much logging, but, if I fire up the sccache instance in no-fork daemon mode, I am able to get the below backtrace.
app@501a1e077ff5:~/project$ rustc -V
rustc 1.49.0-nightly (f2bbdd0a3 2020-11-04)
The text was updated successfully, but these errors were encountered: