Skip to content

stage 0 miri tests are broken #114291

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

Closed
RalfJung opened this issue Jul 31, 2023 · 3 comments
Closed

stage 0 miri tests are broken #114291

RalfJung opened this issue Jul 31, 2023 · 3 comments
Labels
C-discussion Category: Discussion or questions that doesn't represent real issues.

Comments

@RalfJung
Copy link
Member

./x.py test --stage 0 miri used to work, but now it is broken. Every single test fails saying "can't find crate for std". That's quite bad as having to use stage 1 instead will make it a lot slower to work on Miir in the rustc tree (which is often needed for deeper interpreter changes).

This is a fairly recent regression, I still used stage 0 testing for #114071.

Cc @rust-lang/bootstrap

@rustbot rustbot added the needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. label Jul 31, 2023
@RalfJung
Copy link
Member Author

Hm, --stage 1 is also broken, with the same error. No idea what is going on...

@RalfJung
Copy link
Member Author

Uh, it also fails when I go back to older commits. What the...?!?

@RalfJung
Copy link
Member Author

RalfJung commented Jul 31, 2023

Ah 🤦 I had to find build/ -name "miri*" | xargs rm -rf. Sorry for the noise.

@Noratrieb Noratrieb added C-discussion Category: Discussion or questions that doesn't represent real issues. and removed needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. labels Aug 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-discussion Category: Discussion or questions that doesn't represent real issues.
Projects
None yet
Development

No branches or pull requests

3 participants