Skip to content

Fix MIRI CI run + and update nightly version used #3215

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
wants to merge 2 commits into from

Conversation

alamb
Copy link
Contributor

@alamb alamb commented Aug 21, 2022

Which issue does this PR close?

re #3045

Rationale for this change

As suggested by @jackwener 👍
#3196 (comment)

What changes are included in this PR?

  1. Update version of nightly rust used for MIRI run
  2. Stop ignoring MIRI results

Are there any user-facing changes?

@@ -374,9 +374,7 @@ jobs:
MIRIFLAGS: "-Zmiri-disable-isolation"
run: |
cargo miri setup
cargo clean
# Ignore MIRI errors until we can get a clean run
cargo miri test || true
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The MIRI test on master fails to even start. For example: https://github.com/apache/arrow-datafusion/runs/7932578950?check_suite_focus=true

A libstd for Miri is now available in `/home/runner/.cache/miri/HOST`.
    Updating crates.io index
error: failed to select a version for the requirement `parquet = "^20.0.0"`
candidate versions found which didn't match: 15.0.0, 14.0.0, 13.0.0, ...
location searched: crates.io index
required by package `datafusion-common v11.0.0 (/home/runner/work/arrow-datafusion/arrow-datafusion/datafusion/common)`

@codecov-commenter
Copy link

codecov-commenter commented Aug 21, 2022

Codecov Report

Merging #3215 (a864c3e) into master (08a85db) will decrease coverage by 0.00%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master    #3215      +/-   ##
==========================================
- Coverage   85.58%   85.58%   -0.01%     
==========================================
  Files         296      296              
  Lines       54184    54184              
==========================================
- Hits        46374    46373       -1     
- Misses       7810     7811       +1     
Impacted Files Coverage Δ
datafusion/expr/src/window_frame.rs 92.43% <0.00%> (-0.85%) ⬇️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@alamb alamb force-pushed the alamb/new_nightly_miri branch from e487834 to a864c3e Compare September 6, 2022 14:57
@alamb
Copy link
Contributor Author

alamb commented Sep 25, 2022

Closing for a different approach: #3610

@alamb alamb closed this Sep 25, 2022
@alamb alamb deleted the alamb/new_nightly_miri branch September 25, 2022 12:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants