-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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 #114773
Update cargo #114773
Conversation
Some changes occurred in src/tools/cargo cc @ehuss |
@bors r+ p=1 |
⌛ Testing commit ce9bdb1 with merge b0b38eb9c0682416f2ba6e2b05669854c74c0304... |
💔 Test failed - checks-actions |
Re-ran the test and it looked fine. Maybe the cross-compilation led to a failure?
Anyway it seems like a flaky test to me. @bors retry |
☀️ Test successful - checks-actions |
Finished benchmarking commit (1702d0f): comparison URL. Overall result: ✅ improvements - no action needed@rustbot label: -perf-regression Instruction countThis is a highly reliable metric that was used to determine the overall result at the top of this comment.
Max RSS (memory usage)ResultsThis is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
CyclesThis benchmark run did not return any relevant results for this metric. Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 632.779s -> 634.852s (0.33%) |
21 commits in d78bbf4bde3c6b95caca7512f537c6f9721426ff..7e9de3f4ec3708f500bec142317895b96131e47c
2023-08-03 12:58:25 +0000 to 2023-08-13 00:47:32 +0000
--keep-going
fromcargo test/bench
(feat: remove--keep-going
fromcargo test/bench
cargo#12478).cargo/credential
file exists (doc: note the backward compatible.cargo/credential
file exists cargo#12479)--nocapture
flag ifcargo test
process is terminated via a signal. (prompt the use of--nocapture
flag ifcargo test
process is terminated via a signal. cargo#12463)--help
easier to browse (fix(cli): Make--help
easier to browse cargo#11905)TargetInfo
(fix: preserve jobserver file descriptors on rustc invocation to getTargetInfo
cargo#12447)tracing
(refactor: migrate totracing
cargo#12458)r? @ghost