-
Notifications
You must be signed in to change notification settings - Fork 210
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
Using Miri first builds some crates #684
Comments
Is this still the right setup to do before running the user code?
|
CI appears to be precompiling those crates (click on "build and push container"):
|
Yeah, I would think so. However, it's possible that old files sticking around could confuse cargo-miri... does this process start with an empty |
The intention (and everything I've seen previously) is that it's a completely clean build. |
Yeah this is a Miri bug: rust-lang/miri#1722 |
Closing this then, bors is testing the fix for Miri now and eventually it should make its way through to the playground. |
Thank you! |
It looks like somehow Miri doesn't come with fully pre-built crates any more on the playground: when I open this code and run it in Miri, it starts doing this in the output:
Most of the time, it then timeouts, probably because building the dependencies takes too long.
We have done some changes to cargo-miri in the recent past that fixed in particular the interaction with hyper (rust-lang/miri#1705), so maybe the cache needs to be cleared and re-built somehow? But I thought that was supposed to happen automatically.
The text was updated successfully, but these errors were encountered: