-
-
Notifications
You must be signed in to change notification settings - Fork 15k
x.py check fails on enzyme build step #139936
Copy link
Copy link
Labels
C-bugCategory: This is a bug.Category: This is a bug.F-autodiff`#![feature(autodiff)]``#![feature(autodiff)]`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
Metadata
Metadata
Assignees
Labels
C-bugCategory: This is a bug.Category: This is a bug.F-autodiff`#![feature(autodiff)]``#![feature(autodiff)]`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)
Type
Fields
Give feedbackNo fields configured for Bug.
Summary
Command used
Expected behaviour
runs a check build
Actual behaviour
Checking stage0 library artifacts (x86_64-unknown-linux-gnu) Finished `release` profile [optimized] target(s) in 0.02s thread 'main' panicked at src/bootstrap/src/core/build_steps/compile.rs:1198:73: called `Option::unwrap()` on a `None` value note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace Build completed unsuccessfully in 0:00:23Bootstrap configuration (bootstrap.toml)
Operating system
Ubuntu 22.04
HEAD
Additional context
Build Log
cc @onur-ozkan since you helped with bootstrap before.
I improved the code a bit here https://github.com/rust-lang/rust/pull/136428/files#diff-5a1e05f2688d271039171a547d407d0c8a96715ee64d35562fc76b4c9a874303 and you improved it here: #130648
I feel like this worked before and probably regressed, but I'm not 100% sure. I guess I need to add a
rustc_checkboolean torustc_cargoand skip the code for both check_runs and dry runs?