Skip to content
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#79196 #79226

Closed
rust-highfive opened this issue Nov 20, 2020 · 1 comment · Fixed by #79250
Closed

miri no longer builds after rust-lang/rust#79196 #79226

rust-highfive opened this issue Nov 20, 2020 · 1 comment · Fixed by #79250
Assignees
Labels
A-miri Area: The miri tool C-bug Category: This is a bug.

Comments

@rust-highfive
Copy link
Collaborator

Hello, this is your friendly neighborhood mergebot.
After merging PR #79196, 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 @RalfJung, do you think you would have time to do the follow-up work?
If so, that would be great!

@rust-highfive rust-highfive added A-miri Area: The miri tool C-bug Category: This is a bug. labels Nov 20, 2020
@m-ou-se
Copy link
Member

m-ou-se commented Nov 20, 2020

Error log: https://github.com/rust-lang-ci/rust/runs/1429657808?#step:24:8507

error: Undefined Behavior: scalar size mismatch: expected 8 bytes but got 4 bytes instead
   --> /checkout/library/std/src/sys/unix/fs.rs:107:9
    |
107 | /         syscall! {
108 | |             fn statx(
109 | |                 fd: c_int,
110 | |                 pathname: *const libc::c_char,
...   |
114 | |             ) -> c_int
115 | |         }
    | |_________^ scalar size mismatch: expected 8 bytes but got 4 bytes instead

@RalfJung RalfJung mentioned this issue Nov 20, 2020
Dylan-DPC-zz pushed a commit to Dylan-DPC-zz/rust that referenced this issue Nov 21, 2020
update miri

Fixes rust-lang#79226
Cc `@rust-lang/miri` r? `@ghost`
@bors bors closed this as completed in 822fa7c Nov 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-miri Area: The miri tool C-bug Category: This is a bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants