Update cargo submodule#152240
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 12 commits in fe2f314aef06e688a9517da1ac0577bb1854d01f..b9f0d83fd6528158af09d37e64779a0414da1ee 2026-01-30 21:52:01 +0000 to 2026-02-05 19:27:30 +0000 - chore(deps): bump time from 0.3.46 to 0.3.47 (rust-lang/cargo#16593) - feat(lints): Add missing_lints_inheritance (rust-lang/cargo#16588) - chore(deps): bump git2 from 0.20.3 to 0.20.4 (rust-lang/cargo#16589) - chore(deps): update msrv (3 versions) to v1.91 (rust-lang/cargo#16587) - feat(lints): Add unused_workspace_package_fields lint (rust-lang/cargo#16585) - Add command field to BuildStarted in build-analysis (rust-lang/cargo#16577) - Fix link for lockfile-publish-time (rust-lang/cargo#16582) - docs(cli): Discuss commands and aliases (rust-lang/cargo#16581) - fix(script): Correct style of help message (rust-lang/cargo#16580) - chore(deps): update compatible (rust-lang/cargo#16578) - chore(deps): update crate-ci/typos action to v1.42.3 (rust-lang/cargo#16579) - fix(timings): Only compute `y_ticks` when the `units` is not empty. (rust-lang/cargo#16575)
This comment has been minimized.
This comment has been minimized.
|
💔 Test for 6e393cd failed: CI. Failed job:
|
|
Looks like the ABI mismatch is a regression bug: openssl/openssl#29815 |
OpenSSL 3.5.5 has an ELFv1/ELFv2 ABI mismatch that breaks powerpc64-unknown-linux-gnu builds. The fix is merged in openssl/openssl#29827 but not yet released. See * openssl/openssl#29815 * rust-lang/rust#152240 (comment)
OpenSSL 3.5.5 has an ELFv1/ELFv2 ABI mismatch that breaks powerpc64-unknown-linux-gnu builds. The fix is merged in openssl/openssl#29827 but not yet released. See * openssl/openssl#29815 * rust-lang/rust#152240 (comment)
a23ceac to
2d9ef1b
Compare
|
@bors r+ rollup=never p=1 |
This comment has been minimized.
This comment has been minimized.
Update cargo submodule 15 commits in fe2f314aef06e688a9517da1ac0577bb1854d01f..14f99cc7806713d7353bb57c54e8af2740afe8f7 2026-01-30 21:52:01 +0000 to 2026-02-08 15:10:49 +0000 - refactor(timings): Remove `CanvasRenderer` in favor of `SvgRenderer` (rust-lang/cargo#16602) - Fix known hosts parsing (rust-lang/cargo#16596) - chore: pin openssl-src to 300.5.4 (rust-lang/cargo#16601) - chore(deps): bump time from 0.3.46 to 0.3.47 (rust-lang/cargo#16593) - feat(lints): Add missing_lints_inheritance (rust-lang/cargo#16588) - chore(deps): bump git2 from 0.20.3 to 0.20.4 (rust-lang/cargo#16589) - chore(deps): update msrv (3 versions) to v1.91 (rust-lang/cargo#16587) - feat(lints): Add unused_workspace_package_fields lint (rust-lang/cargo#16585) - Add command field to BuildStarted in build-analysis (rust-lang/cargo#16577) - Fix link for lockfile-publish-time (rust-lang/cargo#16582) - docs(cli): Discuss commands and aliases (rust-lang/cargo#16581) - fix(script): Correct style of help message (rust-lang/cargo#16580) - chore(deps): update compatible (rust-lang/cargo#16578) - chore(deps): update crate-ci/typos action to v1.42.3 (rust-lang/cargo#16579) - fix(timings): Only compute `y_ticks` when the `units` is not empty. (rust-lang/cargo#16575)
This comment has been minimized.
This comment has been minimized.
|
💔 Test for 4165e64 failed: CI. Failed job:
|
This comment has been minimized.
This comment has been minimized.
473ea92 to
34596ec
Compare
|
@bors try jobs=dist-loongarch64-musl |
This comment has been minimized.
This comment has been minimized.
Update cargo submodule try-job: dist-loongarch64-musl
|
💔 Test for cfd38ca failed: CI. Failed job:
|
This comment has been minimized.
This comment has been minimized.
34596ec to
d517ca2
Compare
|
@bors try jobs=dist-loongarch64-musl |
This comment has been minimized.
This comment has been minimized.
Update cargo submodule try-job: dist-loongarch64-musl
|
@bors r+ rollup=never p=1 |
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 d34f1f9 (parent) -> 7dc2e92 (this PR) Test differencesShow 75 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 7dc2e92b83be02dc07f87be7e94266d6e48e5ca5 --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 (7dc2e92): comparison URL. Overall result: ❌✅ regressions and 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 1.1%)A less reliable metric. May be of interest, but not used to determine the overall result above.
CyclesResults (secondary 2.1%)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: 474.584s -> 475.749s (0.25%) |
27 commits in fe2f314aef06e688a9517da1ac0577bb1854d01f..0c9e687d237ff04b53ccb67b4ce63e9483789e88
2026-01-30 21:52:01 +0000 to 2026-02-11 05:58:30 +0000
impl Copy for RustVersion(feat(schema): Addimpl Copy for RustVersioncargo#16609)CanvasRendererin favor ofSvgRenderer(refactor(timings): RemoveCanvasRendererin favor ofSvgRenderercargo#16602)y_tickswhen theunitsis not empty. (fix(timings): Only computey_tickswhen theunitsis not empty. cargo#16575)