Skip to content
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

Can't use download-ci-llvm any more #79071

Closed
est31 opened this issue Nov 15, 2020 · 3 comments · Fixed by #79074
Closed

Can't use download-ci-llvm any more #79071

est31 opened this issue Nov 15, 2020 · 3 comments · Fixed by #79074
Labels
A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. C-bug Category: This is a bug. 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.

Comments

@est31
Copy link
Member

est31 commented Nov 15, 2020

Enabling download-ci-llvm used to work just fine for me, until today.

After rebasing on top of 7504256 , doing anything with rustc beyond stage 1 fails:

$ ./x.py build
[...]
Building stage1 std artifacts (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu)
[...]
error while loading shared libraries: libLLVM-11-rust-1.49.0-nightly.so: cannot open shared object file: No such file or directory

To verify it's not due to some caching issue caused by my experiments in #79043 that temporarily turned the feature off I deleted the entire build directory. It correctly downloaded the stage0 and llvm artifacts, but still failed when trying to run stage1 rustc.

@jonas-schievink jonas-schievink added A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. 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. C-bug Category: This is a bug. labels Nov 15, 2020
@est31
Copy link
Member Author

est31 commented Nov 15, 2020

The last commit I was on was 361c4ea

So the regression is somewhere in this range: 361c4ea...7504256

@est31
Copy link
Member Author

est31 commented Nov 15, 2020

cc @Mark-Simulacrum maybe cause was #78986 ?

@Mark-Simulacrum
Copy link
Member

Indeed. Posted #79074 to fix this.

@bors bors closed this as completed in f4d014c Nov 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. C-bug Category: This is a bug. 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.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants