-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
Some bootstrap tests fail with custom rustc #105766
Copy link
Copy link
Closed
Labels
C-bugCategory: This is a bug.Category: This is a bug.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)T-infraRelevant to the infrastructure team, which will review and decide on the PR/issue.Relevant to the infrastructure team, which will review and decide on the PR/issue.regression-from-stable-to-stablePerformance or correctness regression from one stable version to another.Performance or correctness regression from one stable version to another.
Metadata
Metadata
Assignees
Labels
C-bugCategory: This is a bug.Category: This is a bug.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)T-infraRelevant to the infrastructure team, which will review and decide on the PR/issue.Relevant to the infrastructure team, which will review and decide on the PR/issue.regression-from-stable-to-stablePerformance or correctness regression from one stable version to another.Performance or correctness regression from one stable version to another.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Command
I tried this with Rust 1.66.0, simplified from my build for Fedora:
$ ./configure --local-rust-root=/usr $ ./x test bootstrapI expected to see this happen: passing tests
Instead, this happened: 20
builder::tests::...failures, all of this sort:My stage0 should be using
/usr/bin/rustc.Version it worked on
It most recently worked on: Rust 1.65.0
Version with regression
rustc-1.66.0-src/version:I bisected this to #98483, commit 55c040e, which stopped using
CARGOandRUSTCenvironment variables when building aConfig.Backtrace
Backtrace
@rustbot modify labels: +regression-from-stable-to-stable -regression-untriaged +A-bootstrap