Some bootstrap tests fail with custom rustc #105766
Labels
C-bug
Category: This is a bug.
regression-from-stable-to-stable
Performance or correctness regression from one stable version to another.
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
T-infra
Relevant to the infrastructure team, which will review and decide on the PR/issue.
Uh oh!
There was an error while loading. Please reload this page.
Command
I tried this with Rust 1.66.0, simplified from my build for Fedora:
$ ./configure --local-rust-root=/usr $ ./x test bootstrap
I 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
CARGO
andRUSTC
environment variables when building aConfig
.Backtrace
Backtrace
@rustbot modify labels: +regression-from-stable-to-stable -regression-untriaged +A-bootstrap
The text was updated successfully, but these errors were encountered: