-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed
Labels
C-bugCategory: This is a bug.Category: This is a bug.E-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.T-bootstrapRelevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
Description
I tried this:
x b -h 2>/dev/null
I expected to see this happen: No status messages, only help output
Instead, this happened:
info: Downloading and building bootstrap before processing --help command.
See src/bootstrap/README.md for help with common commands.
extracting /home/jamie/Documents/rust/build/cache/2023-04-20/rust-std-beta-x86_64-unknown-linux-gnu.tar.xz
extracting /home/jamie/Documents/rust/build/cache/2023-04-20/rustc-beta-x86_64-unknown-linux-gnu.tar.xz
extracting /home/jamie/Documents/rust/build/cache/2023-04-20/cargo-beta-x86_64-unknown-linux-gnu.tar.xz
Building bootstrap
This makes stdout awkward to parse when using e.g. --json-output
.
(I'll fix this myself later today if no one else wants to claim it)
@rustbot claim
@rustbot label +T-bootstrap
Metadata
Metadata
Assignees
Labels
C-bugCategory: This is a bug.Category: This is a bug.E-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.T-bootstrapRelevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)