-
Notifications
You must be signed in to change notification settings - Fork 360
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Stuck when running cargo miri test
#3646
Comments
I'm pretty sure Miri is not "stuck" in any sense here; the interpreter is just really slow compared to even a debug build. For this reason, it's common to use |
I can attest to this. For (Now I really see how slow miri can get...) |
The slowdown is unbounded, currently because of a problem with the provenance GC: #3209 I'm going to close this; we already have a lot of issues which are various versions of "Miri is slow" and this one is just another as far as I can tell. If you want to be doubly sure, you can set |
I've found that there are times when running
cargo miri test
, it gets stuck without any information.Not sure if it's related with rustc/cargo/miri's version, or something else potentially.
I've tried this crate named
adler
(https://github.com/jonas-schievink/adler):Another crate
aho-corasick
(https://github.com/BurntSushi/aho-corasick), it would stuck at:tests::regression_case_insensitive_prefilter ...
The output is as follows:
Then there is no response for a long time.
My cargo version is:
cargo 1.77.0-nightly (1ae631085 2024-01-17)
The text was updated successfully, but these errors were encountered: