Closed
Description
Hello, this is your friendly neighborhood mergebot.
After merging PR #101333, 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 @matthiaskrgr, do you think you would have time to do the follow-up work?
If so, that would be great!
Activity
RalfJung commentedon Sep 2, 2022
Ah damn it, we keep getting broken so there's still no nightly with Miri. :(
RalfJung commentedon Sep 2, 2022
Building std now ICEs on windows...?
The same target works fine on my system, so it is host-specific. Sounds like one of the PRs in that rollup is buggy...
FILE_ATTRIBUTE_TAG_INFO
to get reparse tag #101260compiler-errors commentedon Sep 2, 2022
@RalfJung do you have a stack trace for that ICE?
RalfJung commentedon Sep 2, 2022
Nope, I cannot reproduce so all we got is the log from CI. The ICE is here.
RalfJung commentedon Sep 2, 2022
Miri CI cannot reproduce either, not even in a Windows host. It's a 32bit host though.
Would be great if someone with an x86_64 windows host could try to clone the Miri repo and do
./rustup-toolchain HEAD && ./miri test
.tmandry commentedon Sep 2, 2022
We're seeing a related-looking issue on Fuchsia on the same commit:
https://logs.chromium.org/logs/fuchsia/buildbucket/cr-buildbucket/8804097715115352817/+/u/build/failure_summary
saethlin commentedon Sep 3, 2022
I'm unable to reproduce the ICE with
./miri test
onBtw the advice of
./rustup-toolchain HEAD
results in a build error, because Miri was broken again by another PR.Noratrieb commentedon Sep 3, 2022
This does look like my PR causes this.
17 remaining items