-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Silence warning in default compiler bootstrap settings #140934
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
Silence warning in default compiler bootstrap settings #140934
Conversation
r? @onur-ozkan rustbot has assigned @onur-ozkan. Use |
This PR modifies If appropriate, please update |
Thank you! @bors r+ rollup |
Is it intended for this to silently hide LLVM build warnings for people using the compiler profile who do build LLVM? I don't see that outcome mentioned in this PR or the linked issue. |
☀️ 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 ac9ac0e (parent) -> bc7512e (this PR) Test differencesShow 33150 test diffsStage 1
Stage 2
(and 16504 additional test diffs) Additionally, 16546 doctest diffs were found. These are ignored, as they are noisy. Job group index Test dashboardRun cargo run --manifest-path src/ci/citool/Cargo.toml -- \
test-dashboard bc7512ee6309ee7e8cacf87b94aa6d1f550c9d99 --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 (bc7512e): comparison URL. Overall result: ✅ improvements - no action needed@rustbot label: -perf-regression Instruction countThis is the most reliable metric that we have; it was used to determine the overall result at the top of this comment. However, even this metric can sometimes exhibit noise.
Max RSS (memory usage)Results (primary 1.0%)This is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
CyclesResults (primary 0.8%, secondary 1.5%)This is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 772.356s -> 773.173s (0.11%) |
Honestly no idea, I was just annoyed by the warnings and followed @onur-ozkan 's solution, can't say I really understand why these two settings contradict each other. :) |
Fixes #140928