Update cargo submodule#156623
Conversation
|
Some changes occurred in src/tools/cargo cc @ehuss |
|
|
@bors r+ rollup=never p=1 |
This comment has been minimized.
This comment has been minimized.
Update cargo submodule 7 commits in a343accce8526b128adc517d33348573d22920a3..4d1f984518c77fad6eeef4f40153b002a659e662 2026-05-08 22:41:35 +0000 to 2026-05-15 17:12:01 +0000 - Revert "feat: add frame-pointers profile option (rust-lang/cargo#16742)" (rust-lang/cargo#16999) - CI: update to macos-15 (rust-lang/cargo#16996) - fix(clean): respect `build.target` config for `clean -p` (rust-lang/cargo#16988) - fix(diag): Consolidate verify/run diagnostics passes (rust-lang/cargo#16989) - fix(diag): Track Cargo diagnostic warning/error count like is done for rustc (rust-lang/cargo#16981) - fix: suggest 'fmt' when user types 'cargo rustfmt' (rust-lang/cargo#16985) - Rebuild when -Zpublic-dependency changes (rust-lang/cargo#16965) r? ghost
|
💔 Test for 8507b8c failed: CI. Failed job:
|
|
A job failed! Check out the build log: (web) (plain enhanced) (plain) Click to see the possible cause of the failure (guessed by this bot) |
|
@bors retry |
|
☔ The latest upstream changes made this pull request unmergeable. Please resolve the merge conflicts. This pull request was unapproved. |
|
❗ You can only retry pull requests that are approved and have a previously failed auto build. |
|
@weihanglo You'll need to cherry-pick the fix from #156640 to allow the image to work on this branch. Can you include that here? |
|
Oops, sorry, I posted on the wrong PR. I meant for the beta one... Nevermind! |
|
@bors r+ I have no idea why bors said there is a merge conflict. GitHub does not claim that, and nothing has touched the submodule. |
This comment has been minimized.
This comment has been minimized.
Update cargo submodule 7 commits in a343accce8526b128adc517d33348573d22920a3..4d1f984518c77fad6eeef4f40153b002a659e662 2026-05-08 22:41:35 +0000 to 2026-05-15 17:12:01 +0000 - Revert "feat: add frame-pointers profile option (rust-lang/cargo#16742)" (rust-lang/cargo#16999) - CI: update to macos-15 (rust-lang/cargo#16996) - fix(clean): respect `build.target` config for `clean -p` (rust-lang/cargo#16988) - fix(diag): Consolidate verify/run diagnostics passes (rust-lang/cargo#16989) - fix(diag): Track Cargo diagnostic warning/error count like is done for rustc (rust-lang/cargo#16981) - fix: suggest 'fmt' when user types 'cargo rustfmt' (rust-lang/cargo#16985) - Rebuild when -Zpublic-dependency changes (rust-lang/cargo#16965) r? ghost
|
The job Click to see the possible cause of the failure (guessed by this bot) |
|
💔 Test for 3f417ca failed: CI. Failed job:
|
This comment has been minimized.
This comment has been minimized.
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 281c97c (parent) -> ba0949a (this PR) Test differencesShow 12 test diffsStage 2
Additionally, 4 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 ba0949ab745985a442e274ba52e8fb348cb0c662 --output-dir test-dashboardAnd 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 (ba0949a): comparison URL. Overall result: ❌ regressions - 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 (primary 5.0%)A less reliable metric. May be of interest, but not used to determine the overall result above.
CyclesResults (primary -2.0%, secondary 0.3%)A less reliable metric. May be of interest, but not used to determine the overall result above.
Binary sizeResults (primary 0.2%, secondary -0.1%)A less reliable metric. May be of interest, but not used to determine the overall result above.
Bootstrap: 513.22s -> 511.658s (-0.30%) |
View all comments
7 commits in a343accce8526b128adc517d33348573d22920a3..4d1f984518c77fad6eeef4f40153b002a659e662
2026-05-08 22:41:35 +0000 to 2026-05-15 17:12:01 +0000
build.targetconfig forclean -p(fix(clean): respectbuild.targetconfig forclean -pcargo#16988)r? ghost