Closed
Description
While debugging the CI failure in #95450, I saw the following output in the logs:
2022-04-13T11:24:41.1948979Z [TIMING] Rustc { stage: 2, target: TargetSelection { triple: "x86_64-unknown-linux-gnu", file: None } } -- 113.867
2022-04-13T11:25:13.1594039Z [TIMING] Rustc { target: TargetSelection { triple: "x86_64-unknown-linux-gnu", file: None } } -- 31.963
The first one is doc::Rustc
and the second I think is check::Rustc
, by the fields it has. But we should just print that in the debug logs rather than having to guess.
@rustbot label +A-contributor-roadblock +C-enhancement
Metadata
Metadata
Assignees
Labels
Area: Makes things more difficult for new or seasoned contributors to RustCategory: An issue proposing an enhancement or a PR with one.Call for participation: Medium difficulty. Experience needed to fix: Intermediate.Call for participation: This issue has a mentor. Use #t-compiler/help on Zulip for discussion.Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)