-
Notifications
You must be signed in to change notification settings - Fork 13.5k
Update cargo #143809
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
Update cargo #143809
Conversation
Some changes occurred in src/tools/cargo cc @ehuss |
@bors r+ rollup=never p=1 |
@bors p=5 threading between rollups |
☀️ 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 855e0fe (parent) -> 9535fee (this PR) Test differencesShow 54 test diffsStage 2
Additionally, 5 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 9535feebd5741a55fc24e84060e82d41a75dac6e --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 (9535fee): comparison URL. Overall result: ✅ improvements - no action needed@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 3.6%)A less reliable metric. May be of interest, but not used to determine the overall result above.
CyclesResults (secondary -4.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: 464.604s -> 463.248s (-0.29%) |
14 commits in 930b4f62cfcd1f0eabdb30a56d91bf6844b739bf..eabb4cd923deb73e714f7ad3f5234d68ca284dbe
2025-06-28 14:58:43 +0000 to 2025-07-09 22:07:55 +0000
multiple-build-scripts
(feat: Implementation and tests formultiple-build-scripts
cargo#15704)name = "foo.rs"
(Report valid file name when we can't find a build target forname = "foo.rs"
cargo#15707)Cargo.lock
checksums when doing a dry-runpublish
(OverrideCargo.lock
checksums when doing a dry-runpublish
cargo#15711)r? ghost