-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
Testing under bootstrap does not work on x86_64 macOS 10.14 #130434
Copy link
Copy link
Open
Labels
A-testsuiteArea: The testsuite used to check the correctness of rustcArea: The testsuite used to check the correctness of rustcC-bugCategory: This is a bug.Category: This is a bug.O-macosOperating system: macOSOperating system: macOST-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)
Metadata
Metadata
Assignees
Labels
A-testsuiteArea: The testsuite used to check the correctness of rustcArea: The testsuite used to check the correctness of rustcC-bugCategory: This is a bug.Category: This is a bug.O-macosOperating system: macOSOperating system: macOST-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.
I tried running this test on 02b1be1:
The compiler builds fine, but the test fails with the following message:
Which is really weird, because every file it uses is clearly available when I look through the directory.
I'm not yet sure if this is due to something specific to my setup, perhaps bootstrap doesn't like
uv? Filing this bug mostly for myself to keep track of.@rustbot label O-macos