Uh oh!
There was an error while loading. Please reload this page.
Set error handler output format as soon as possible - #113127
Conversation
rustbot
commented
Jun 28, 2023
r? @TaKO8Ki (rustbot has picked a reviewer for you, use r? to override) |
davidtwco
commented
Jun 28, 2023
r? @davidtwco |
This comment has been minimized.
This comment has been minimized.
EDIT: The old code constructs an This can be fixed by passing |
davidtwco
commented
Jun 29, 2023
@bors r+ |
bors
commented
Jun 29, 2023
…r=davidtwco Set error handler output format as soon as possible Should fixrust-lang#112692 (comment).
matthiaskrgr
commented
Jun 29, 2023
@bors r- failed in |
…t error handler every time `early_warn` is called Skip `colored-session-opt-error.rs` on Windows hosts This is very cursed as to why it fails on Windows CI specifically: - The test emits a *warning*. - *Warnings*, and only warnings *specifically*, have a different 256-color between Windows and non-Windows hosts (other levels `set_intense(true)` unconditionally): https://github.com/rust-lang/rust/blob/e69c7306e2be08939d95f14229e3f96566fb206c/compiler/rustc_errors/src/lib.rs#L1792-L1794 Therefore, I added `// ignore-windows` test header to skip this test on Windows (it's sufficient to test color is enabled on at least one non-Windows host).
1805d44 to
1faa95dCompareSo this is very cursed as to why it fails on Windows CI specifically:
Therefore, I added |
davidtwco
commented
Jul 3, 2023
@bors r+ |
bors
commented
Jul 3, 2023
bors
commented
Jul 3, 2023
⌛ Testing commit 1faa95d with merge 5583f11b47b7513d7503f5502366f91a4deba660... |
rust-log-analyzer
commented
Jul 3, 2023
The job Click to see the possible cause of the failure (guessed by this bot) |
bors
commented
Jul 3, 2023
💔 Test failed - checks-actions |
fee1-dead
commented
Jul 8, 2023
@bors r- |
fee1-dead
commented
Jul 9, 2023
Actually this seems to be the mips issue that was fixed. @bors r=davidtwco |
bors
commented
Jul 9, 2023
bors
commented
Jul 10, 2023
bors
commented
Jul 10, 2023
☀️ Test successful - checks-actions |
rust-timer
commented
Jul 10, 2023
Finished benchmarking commit (02d1ee4): 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: 658.067s -> 657.826s (-0.04%) |
Should fix#112692 (comment).