-
Notifications
You must be signed in to change notification settings - Fork 13k
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#64785
#64798
Comments
I suspect miri just needs a compiletest update cc @RalfJung |
triage: P-medium. Removing nomination label. |
@Manishearth So, the compiletest-update was semver-breaking? |
The failure seems to be a panic in cargo...?
|
@RalfJung, not quite, nightly rustc broke compiletest and we play catch up with that since the nightly feature is "current nightly" the cargo panic you're seeing is an osx bug in cargo that got fixed |
Is this a recent bug? It looks (in Miri CI) as if the bug occurred with stable cargo. |
It's recent, but not on stable, maybe you're seeing something else. |
FWIW, the trouble was that Travis on the auto branch used a beta cargo, not a stable one, due to caching. |
Hello, this is your friendly neighborhood mergebot.
After merging PR #64785, 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 @Manishearth, do you think you would have time to do the follow-up work?
If so, that would be great!
cc @Manishearth, the PR reviewer, and @rust-lang/compiler -- nominating for prioritization.
The text was updated successfully, but these errors were encountered: