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

-Z build-std stopped working in 7/29 rust nightly #8568

Closed
jdm opened this issue Jul 30, 2020 · 2 comments
Closed

-Z build-std stopped working in 7/29 rust nightly #8568

jdm opened this issue Jul 30, 2020 · 2 comments

Comments

@jdm
Copy link

jdm commented Jul 30, 2020

surfman's CI has the following using the nightly rustc compiler:

cd surfman
rustup component add rust-src --target=aarch64-uwp-windows-msvc
cargo build -Z build-std --verbose --target=aarch64-uwp-windows-msvc

This regressed on 7/29, according to https://travis-ci.com/github/servo/surfman/builds/177861097. It used to complete without issue, and now it gives this output:

error: failed to read `/home/travis/.rustup/toolchains/nightly-2020-07-29-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/src/libstd/Cargo.toml`

Caused by:

  No such file or directory (os error 2)

The command "cargo build -Z build-std --verbose --target=aarch64-uwp-windows-msvc" exited with 101.
@jdm
Copy link
Author

jdm commented Jul 30, 2020

This may be a regression in the rust-src bundle somehow. This affects the CI on all of Linux, macOS, and Windows.

@alexcrichton
Copy link
Member

I believe this was already fixed in #8558 and rust-lang/rust was updated today in rust-lang/rust#74923

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants