-
Notifications
You must be signed in to change notification settings - Fork 13.4k
./x test library/std
fails with library profile
#142505
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
Comments
I can't repro with just |
I had run |
Do you have any changes locally? |
I did, but I specifically tested on master also in case that affected it. I was working on #142506 and wanted to test that change, which I currently can't do locally because of this. After doing That said, even after fully wiping out the directory using 2c2
< Finished `dev` profile [unoptimized] target(s) in 0.26s
---
> Finished `dev` profile [unoptimized] target(s) in 0.27s
82093c82093
< Build completed unsuccessfully in 0:00:13
---
> Build completed unsuccessfully in 0:00:14 I do have a custom
|
custom cargo config can definitely have an impact at times, i've broken bootstrap with one before |
Yeah, although commenting out this cargo config completely didn't seem to fix anything, as expected. |
Gonna try to repro this myself in an Arch Linux container. Will report back with results if I can see what specifically from my setup is causing issues. Cloning the repo a second time on the same machine did give the same failure results, so, it's definitely some system-wide config. EDIT: Nope, just running this inside an Arch Linux container with |
Fwiw I've been hitting this on MacOS since the bootstrap stage changes. It looks like it's attempting to use an old compiler for some reason; my HEAD is at the latest master e314b97 ("Auto merge of #142550 - fmease:rollup-fteyzcv, r=fmease"), and some of my failures are:
Which implies b8066f9 ("Tracking the old name of renamed unstable library attribute", merged 06-13) is not in the compiler that std is being built with. If it helps, bootstrap does the following downloads:
My only non-commented bootstrap.toml config: profile = "library"
change-id = "ignore"
And the downloaded stages:
|
Printing the bootstrap vvv logs I do see
Assuming this should be getting set to 1 instead? |
Uh oh!
There was an error while loading. Please reload this page.
Presumably part of #141901.
Command used
./x test library/std
Actual behaviour
Bootstrap configuration (bootstrap.toml)
Operating system
HEAD
9822e3d
Additional context
Build Log (4.5 MiB)
The text was updated successfully, but these errors were encountered: