Skip to content

checkpoint 1 #145318

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

Conversation

Shourya742
Copy link
Contributor

No description provided.

@rustbot
Copy link
Collaborator

rustbot commented Aug 12, 2025

r? @Mark-Simulacrum

rustbot has assigned @Mark-Simulacrum.
They will have a look at your PR within the next two weeks and either review your PR or reassign to another reviewer.

Use r? to explicitly pick a reviewer

@rustbot rustbot added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap) labels Aug 12, 2025
@rustbot
Copy link
Collaborator

rustbot commented Aug 12, 2025

This PR modifies src/bootstrap/src/core/config.

If appropriate, please update CONFIG_CHANGE_HISTORY in src/bootstrap/src/utils/change_tracker.rs.

@Shourya742 Shourya742 closed this Aug 12, 2025
@rustbot rustbot removed the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Aug 12, 2025
@rust-log-analyzer
Copy link
Collaborator

The job tidy failed! Check out the build log: (web) (plain enhanced) (plain)

Click to see the possible cause of the failure (guessed by this bot)
   Compiling home v0.5.9
error[E0609]: no field `download_rustc_commit` on type `std::option::Option<PathBuf>`
##[error]    --> src/bootstrap/src/core/config/config.rs:1190:49
     |
1190 |         if debug_assertions_requested && config.download_rustc_commit.is_some() {
     |                                                 ^^^^^^^^^^^^^^^^^^^^^ unknown field

For more information about this error, try `rustc --explain E0609`.
error: could not compile `bootstrap` (lib) due to 1 previous error
failed to run: /checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo build --manifest-path /checkout/src/bootstrap/Cargo.toml -Zroot-dir=/checkout --locked --features build-metrics
---
   Compiling bootstrap v0.0.0 (/checkout/src/bootstrap)
error[E0609]: no field `download_rustc_commit` on type `std::option::Option<PathBuf>`
##[error]    --> src/bootstrap/src/core/config/config.rs:1190:49
     |
1190 |         if debug_assertions_requested && config.download_rustc_commit.is_some() {
     |                                                 ^^^^^^^^^^^^^^^^^^^^^ unknown field

For more information about this error, try `rustc --explain E0609`.
error: could not compile `bootstrap` (lib) due to 1 previous error
failed to run: /checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo build --manifest-path /checkout/src/bootstrap/Cargo.toml -Zroot-dir=/checkout --locked --features build-metrics
---
   Compiling bootstrap v0.0.0 (/checkout/src/bootstrap)
error[E0609]: no field `download_rustc_commit` on type `std::option::Option<PathBuf>`
##[error]    --> src/bootstrap/src/core/config/config.rs:1190:49
     |
1190 |         if debug_assertions_requested && config.download_rustc_commit.is_some() {
     |                                                 ^^^^^^^^^^^^^^^^^^^^^ unknown field

For more information about this error, try `rustc --explain E0609`.
error: could not compile `bootstrap` (lib) due to 1 previous error
failed to run: /checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo build --manifest-path /checkout/src/bootstrap/Cargo.toml -Zroot-dir=/checkout --locked --features build-metrics
---
   Compiling bootstrap v0.0.0 (/checkout/src/bootstrap)
error[E0609]: no field `download_rustc_commit` on type `std::option::Option<PathBuf>`
##[error]    --> src/bootstrap/src/core/config/config.rs:1190:49
     |
1190 |         if debug_assertions_requested && config.download_rustc_commit.is_some() {
     |                                                 ^^^^^^^^^^^^^^^^^^^^^ unknown field

For more information about this error, try `rustc --explain E0609`.
error: could not compile `bootstrap` (lib) due to 1 previous error
failed to run: /checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo build --manifest-path /checkout/src/bootstrap/Cargo.toml -Zroot-dir=/checkout --locked --features build-metrics
---
   Compiling bootstrap v0.0.0 (/checkout/src/bootstrap)
error[E0609]: no field `download_rustc_commit` on type `std::option::Option<PathBuf>`
##[error]    --> src/bootstrap/src/core/config/config.rs:1190:49
     |
1190 |         if debug_assertions_requested && config.download_rustc_commit.is_some() {
     |                                                 ^^^^^^^^^^^^^^^^^^^^^ unknown field

For more information about this error, try `rustc --explain E0609`.
error: could not compile `bootstrap` (lib) due to 1 previous error
failed to run: /checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo build --manifest-path /checkout/src/bootstrap/Cargo.toml -Zroot-dir=/checkout --locked --features build-metrics

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants