-
Notifications
You must be signed in to change notification settings - Fork 13.7k
std: fix SplitPaths
regression
#146053
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
std: fix SplitPaths
regression
#146053
Conversation
r=me
☀️ Test successful - checks-actions
Approved by: Mark-Simulacrum
Pushing f73bcd5 to master...
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 564ee21 (parent) -> f73bcd5 (this PR)
Test differences
Show 4 test diffs
Stage 1
[ui] tests/ui/type-alias-impl-trait/split-paths-may-dangle.rs
: [missing] -> pass (J1)
Stage 2
[ui] tests/ui/type-alias-impl-trait/split-paths-may-dangle.rs
: [missing] -> pass (J0)
Additionally, 2 doctest diffs were found. These are ignored, as they are noisy.
Job group index
- J0: aarch64-apple, aarch64-gnu, aarch64-gnu-llvm-19-1, aarch64-msvc-1, arm-android, armhf-gnu, dist-i586-gnu-i586-i686-musl, i686-gnu-1, i686-gnu-nopt-1, i686-msvc-1, test-various, x86_64-gnu, x86_64-gnu-debug, x86_64-gnu-llvm-19, x86_64-gnu-llvm-19-2, x86_64-gnu-llvm-20-2, x86_64-gnu-nopt, x86_64-gnu-stable, x86_64-mingw-1, x86_64-msvc-1
- J1: x86_64-gnu-llvm-19-3, x86_64-gnu-llvm-20-3
Test dashboard
Run
cargo run --manifest-path src/ci/citool/Cargo.toml -- \ test-dashboard f73bcd50a433b7c17225ca98b44064236e7e84b3 --output-dir test-dashboard
And then open test-dashboard/index.html
in your browser to see an overview of all executed tests.
Job duration changes
- dist-aarch64-linux: 8400.8s -> 5712.7s (-32.0%)
- dist-apple-various: 4008.5s -> 3214.0s (-19.8%)
- x86_64-rust-for-linux: 3212.9s -> 2628.1s (-18.2%)
- x86_64-gnu-llvm-19: 2767.5s -> 2366.6s (-14.5%)
- aarch64-gnu-debug: 4999.9s -> 4301.9s (-14.0%)
- i686-gnu-2: 6228.5s -> 5401.6s (-13.3%)
- pr-check-2: 2423.7s -> 2130.8s (-12.1%)
- i686-gnu-nopt-1: 8383.5s -> 7372.9s (-12.1%)
- test-various: 5124.2s -> 4536.0s (-11.5%)
- arm-android: 6392.0s -> 5750.3s (-10.0%)
How to interpret the job duration changes?
Job durations can vary a lot, based on the actual runner instance
that executed the job, system noise, invalidated caches, etc. The table above is provided
mostly for t-infra members, for simpler debugging of potential CI slow-downs.
Finished benchmarking commit (f73bcd5): comparison URL. Overall result: no relevant changes - no action needed@rustbot label: -perf-regression Instruction countThis benchmark run did not return any relevant results for this metric. Max RSS (memory usage)Results (primary 7.7%)A less reliable metric. May be of interest, but not used to determine the overall result above.
CyclesResults (primary -2.0%)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: 468.632s -> 468.46s (-0.04%) |
Uh oh!
There was an error while loading. Please reload this page.
Fixes #146045 by defining the TAIT more precisely, ensuring that
'a
does not need to be live on drop.