-
Notifications
You must be signed in to change notification settings - Fork 821
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 check is failing on master #879
Comments
@alamb i merely bumped the version. i suspect it's because the 1.56 ver won't play nice with miri i tried to fix it in https://github.com/apache/arrow-rs/pull/591/files#diff-621a5063e07f71e640bc5af8989b652fb7f6f183e7ef81b819a64f9670bea7f0R2044 |
I could not reproduce this locally (on MacOS): Here is what i tried: rustup toolchain install nightly-2021-10-23
rustup component add miri --toolchain nightly-2021-10-23
MIRIFLAGS="-Zmiri-disable-isolation" cargo +nightly-2021-10-23 miri test -p arrow -- --skip csv --skip ipc --skip json Results in
Going to try it on Linux next |
Nor can I on MacBook Pro intel CPU |
🤔 the same commands passed for me on Ubuntu 20.04 on x86 as well
|
Can it because of memory consumption? |
"Great minds think alike" -- lol I tried setting to However, I have had better luck clearing out the old cache. I'll get a new PR up shortly |
It appears to have resurfaced: https://github.com/apache/arrow-rs/commits/master I am going to try to disable caching entirely for MIRI job and see if that looks promising |
Still happening: https://github.com/apache/arrow-rs/runs/4069047142?check_suite_focus=true Passes sometimes on rerun.... |
I did an experiment and confirmed the symptoms we are seeing are the same symptoms as happens when MIRI is killed on github runner due to OOM: https://github.com/alamb/oom_canary#question-what-is-the-symptom-when-cargo-miri-exceeds-its-memory-limits-on-github-runner |
Describe the bug
The MIRI check has started to fail on master:
https://github.com/apache/arrow-rs/commits/master
Example failure: https://github.com/apache/arrow-rs/runs/4023917285?check_suite_focus=true
To Reproduce
Run CI MIRI test on master
Expected behavior
Test should pass
Additional context
The MIRI version was recently updated in #875 by @jimexist
The text was updated successfully, but these errors were encountered: