-
Notifications
You must be signed in to change notification settings - Fork 13.5k
Miri subtree update #144019
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 subtree update #144019
Conversation
miri-script: set msrv so clippy doesn't suggest too-new features
addressing, partially at least, FIXME comment and targetting unixes, adding device, user and group ids.
shims::fs adding more fields to FileMetadata
Automatic Rustup
Unwinding != panicking
move our data structures into a central location
Co-Authored-By: Ralf Jung <[email protected]>
native_lib/trace: fix and reenable
Automatic Rustup
readme: update strict provenance link
Automatic Rustup
Add support for global constructors (i.e. life before main)
The Miri subtree was changed cc @rust-lang/miri |
@bors r+ |
@bors p=1 |
🤔 |
☀️ Test successful - checks-actions |
What is this?This is an experimental post-merge analysis report that shows differences in test outcomes between the merged PR and its parent PR.Comparing 5795086 (parent) -> fd2eb39 (this PR) Test differencesShow 2 test diffs2 doctest diffs were found. These are ignored, as they are noisy. Test dashboardRun cargo run --manifest-path src/ci/citool/Cargo.toml -- \
test-dashboard fd2eb391d032181459773f3498c17b198513e0d0 --output-dir test-dashboard And then open Job duration changes
How to interpret the job duration changes?Job durations can vary a lot, based on the actual runner instance |
Finished benchmarking commit (fd2eb39): comparison URL. Overall result: ❌ regressions - please read the text belowOur benchmarks found a performance regression caused by this PR. Next Steps:
@rustbot label: +perf-regression Instruction countOur most reliable metric. Used to determine the overall result above. However, even this metric can be noisy.
Max RSS (memory usage)Results (secondary 0.8%)A less reliable metric. May be of interest, but not used to determine the overall result above.
CyclesResults (secondary 2.5%)A less reliable metric. May be of interest, but not used to determine the overall result above.
Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 466.738s -> 467.109s (0.08%) |
Maybe some tiny regression in CTFE? |
how? |
Oh, I thought that CTFE actually uses code from miri, but it's probably the other way around? In that case nevermind. |
This PR does not change anything in |
Fair enough. @rustbot label: +perf-regression-triaged |
r? @ghost