For the past several days I've been working on a PR to reintegrate hyper into rustup, and for the last two build attempts I'm getting a strange failure for all Linux builds. The build image first successfully fetches, builds and installs OpenSSL, then fails at the beginning of cargo build
:
+ cargo build --release --target i686-unknown-linux-gnu
Updating registry `https://github.com/rust-lang/crates.io-index`
Updating git repository `https://github.com/Diggsey/markdown.rs.git`
Updating git repository `https://github.com/sfackler/winapi-rs`
Updating git repository `https://github.com/sfackler/rust-native-tls.git`
Updating git repository `https://github.com/sfackler/schannel-rs`
error: failed to write /buildslave/Cargo.lock
Caused by:
failed to open: /buildslave/Cargo.lock
To learn more, run the command again with --verbose.
Full logs for reference.