-
-
Notifications
You must be signed in to change notification settings - Fork 14.1k
Update cargo submodule #149934
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 submodule #149934
Conversation
|
Some changes occurred in src/tools/cargo cc @ehuss |
|
4d017ab to
3a26487
Compare
|
@bors r+ rollup=never p=1 |
Update cargo submodule 27 commits in 2c283a9a5c5968eeb9a8f12313f04feb1ff8dfac..c46423de7351e3c4c734b2faa86088a9f5d1302b 2025-12-04 16:47:28 +0000 to 2025-12-12 23:16:12 +0000 - feat(report): cargo report timings HTML replay (rust-lang/cargo#16377) - feat: stabilize `-Zconfig-include` (rust-lang/cargo#16284) - fix(package): Don't verify registry for --list (rust-lang/cargo#16341) - Fixed incorrect locking logic when artifact-dir == build-dir (rust-lang/cargo#16385) - feat(log): make timing messages ready for HTML replay (rust-lang/cargo#16382) - chore(deps): update msrv (1 version) to v1.92 (rust-lang/cargo#16381) - Downgrade curl-sys to 0.4.83 (rust-lang/cargo#16379) - fix(timing): more self-contained timing/log data (rust-lang/cargo#16378) - test: update to `proc_macro::tracked::path` (rust-lang/cargo#16380) - refactor(lint): move lints to separate modules (rust-lang/cargo#16364) - fix(index): Apply feedback from Cargo team (rust-lang/cargo#16369) - fix(lints): handle lints separately at ws pkg level (rust-lang/cargo#16367) - feat(lint): new `implicit_minimum_version_req` lint (rust-lang/cargo#16321) - fix(info): default to local without explicit reg (rust-lang/cargo#16358) - Remove `[no-mentions]` handler in our triagebot config (rust-lang/cargo#16361) - Don't read the config file twice when $CARGO_HOME is a symlink (rust-lang/cargo#16325) - fix(timings): forgot to negate filter (rust-lang/cargo#16352) - fix(doctest): Include all search paths with new build layout (rust-lang/cargo#16348) - fix(layout): Remove hashes from bins in new layout (rust-lang/cargo#16351) - docs(faq): Include an entry on disk space (rust-lang/cargo#16349) - feat(timings): derive concurrency data from unit data (rust-lang/cargo#16350) - perf(layout): Use unit_id, not pkg hash, for bin/lib pkg_dirs for new layout (rust-lang/cargo#16345) - Validate target source paths before compilation with clearer errors (rust-lang/cargo#16338) - test(doc): Remove unused build script (rust-lang/cargo#16344) - refactor(timings): store UnitData in RenderContext instead (rust-lang/cargo#16346) - perf(clean): Optimize (legacy) clean with multiple -p specifiers (rust-lang/cargo#16264) - test: Adjust output for out-of-tree build-dir (rust-lang/cargo#16343)
This comment has been minimized.
This comment has been minimized.
|
💔 Test failed - checks-actions |
```
---- expected: tests/testsuite/lints/implicit_minimum_version_req.rs:716:27
++++ actual: stderr
1 1 | [WARNING] dependency version requirement without an explicit minimum version
2 2 | --> Cargo.toml:7:[..]
3 3 | |
4 - 7 | bar = { git = '[ROOTURL]/bar', version = "0.1" }
4 + 7 | ...known-linux-gnu/tmp/cit/t2182/bar', version = "0.1" }
5 5 | | [..]^^^^^ missing full version components
6 6 | |
7 7 | [HELP] consider specifying full `major.minor.patch` version components
8 8 | |
9 9 | 7 | bar = { git = '[ROOTURL]/bar', version = "0.1.0" }
10 10 | | [..]++
11 11 | = [NOTE] `cargo::implicit_minimum_version_req` is set to `warn` in `[lints]`
12 12 | [UPDATING] git repository `[ROOTURL]/bar`
13 13 | [LOCKING] 1 package to latest compatible version
14 14 | [CHECKING] bar v0.1.0 ([ROOTURL]/bar#[..])
15 15 | [CHECKING] foo v0.0.0 ([ROOT]/foo)
16 16 | [FINISHED] `dev` profile [unoptimized + debuginfo] target(s) in [ELAPSED]s
```
See rust-lang/rust#149934 (comment)
### What does this PR try to resolve?
```
---- expected: tests/testsuite/lints/implicit_minimum_version_req.rs:716:27
++++ actual: stderr
1 1 | [WARNING] dependency version requirement without an explicit minimum version
2 2 | --> Cargo.toml:7:[..]
3 3 | |
4 - 7 | bar = { git = '[ROOTURL]/bar', version = "0.1" }
4 + 7 | ...known-linux-gnu/tmp/cit/t2182/bar', version = "0.1" }
5 5 | | [..]^^^^^ missing full version components
6 6 | |
7 7 | [HELP] consider specifying full `major.minor.patch` version components
8 8 | |
9 9 | 7 | bar = { git = '[ROOTURL]/bar', version = "0.1.0" }
10 10 | | [..]++
11 11 | = [NOTE] `cargo::implicit_minimum_version_req` is set to `warn` in `[lints]`
12 12 | [UPDATING] git repository `[ROOTURL]/bar`
13 13 | [LOCKING] 1 package to latest compatible version
14 14 | [CHECKING] bar v0.1.0 ([ROOTURL]/bar#[..])
15 15 | [CHECKING] foo v0.0.0 ([ROOT]/foo)
16 16 | [FINISHED] `dev` profile [unoptimized + debuginfo] target(s) in [ELAPSED]s
```
See
rust-lang/rust#149934 (comment)
### How to test and review this PR?
r? Muscraft
I wonder if annotate-snippets already has a way to control not omitting
for tests (or that is not worthy).
3a26487 to
48b0f83
Compare
|
@bors r+ rollup=never p=1 |
|
☀️ 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 8188f6c (parent) -> 430d829 (this PR) Test differencesShow 83 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 430d8297c712ca7e8a4866d7ddccf1b71ba5d4d3 --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 (430d829): 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)This benchmark run did not return any relevant results for this metric. CyclesResults (secondary -2.7%)A less reliable metric. May be of interest, but not used to determine the overall result above.
Binary sizeResults (primary 0.1%, secondary 0.1%)A less reliable metric. May be of interest, but not used to determine the overall result above.
Bootstrap: 472.396s -> 473.205s (0.17%) |
29 commits in 2c283a9a5c5968eeb9a8f12313f04feb1ff8dfac..e91b2baa632c0c7e84216c91ecfe107c37d887c1
2025-12-04 16:47:28 +0000 to 2025-12-13 16:29:21 +0000
-Zconfig-include(feat: stabilize-Zconfig-includecargo#16284)proc_macro::tracked::path(test: update toproc_macro::tracked::pathcargo#16380)implicit_minimum_version_reqlint (feat(lint): newimplicit_minimum_version_reqlint cargo#16321)[no-mentions]handler in our triagebot config (Remove[no-mentions]handler in our triagebot config cargo#16361)