-
Notifications
You must be signed in to change notification settings - Fork 13.1k
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
miri
no longer builds after rust-lang/rust#75048
#75274
Comments
Is https://github.com/rust-lang-ci/rust/runs/960369368#step:23:34066 the failure at issue? |
No, that builder is in the auto-fallible section. The problem is here:
We probably want to put a |
Okay, thanks. (For future reference, where did you see that log? All the other CI tests that I can see passed.) |
Issues like this one are "toolstate" issues; they're autofiled when tools break in the tools builders. That breakage, however, does not actually fail the builder, instead it just files this issue. This is because miri (and the other tools using this system) are out-of-tree, managed via submodules, and we don't want to be updating the submodules in more than one PR at a time generally speaking (that just causes pain for everyone involved). |
Got it, thanks. |
There is no way Miri can support inline assembly, so yeah, a I hope that black_box was not added for soundness reasons; see rust-lang/rfcs#2360 for a discussion on why that does not work. |
If by that you mean "to avoid UB", then no it certainly wasn't. TCO of the |
Yes that looks like a valid use of black_box, good. :) |
do not call black_box on Miri Helps with rust-lang#75274 (but rust-lang#74932 introduced unrelated breakage that will need a separate fix) Cc @eggyal r? @Mark-Simulacrum
Hello, this is your friendly neighborhood mergebot.
After merging PR #75048, I observed that the tool miri has failing tests.
A follow-up PR to the repository https://github.com/rust-lang/miri is needed to fix the fallout.
cc @eggyal, do you think you would have time to do the follow-up work?
If so, that would be great!
And nominating for compiler team prioritization.
The text was updated successfully, but these errors were encountered: