[INFO] updating cached repository https://github.com/umbrasdracodominus/redox-curl [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 4084d59eef990c35d4a60307c57c0ebdb15bfce9 [INFO] checking umbrasdracodominus/redox-curl against master#73f76b74efcaf21bd5424d87c66cd6ed7fe5c7de for pr-68325 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fumbrasdracodominus%2Fredox-curl" "/workspace/builds/worker-1/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/umbrasdracodominus/redox-curl on toolchain 73f76b74efcaf21bd5424d87c66cd6ed7fe5c7de [INFO] running `"/workspace/cargo-home/bin/cargo" "+73f76b74efcaf21bd5424d87c66cd6ed7fe5c7de" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/umbrasdracodominus/redox-curl [INFO] finished tweaking git repo https://github.com/umbrasdracodominus/redox-curl [INFO] tweaked toml for git repo https://github.com/umbrasdracodominus/redox-curl written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/umbrasdracodominus/redox-curl already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+73f76b74efcaf21bd5424d87c66cd6ed7fe5c7de" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] error: the lock file /workspace/builds/worker-1/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] [stderr] If you want to try to generate the lock file without accessing the network, use the --offline flag. [INFO] the lockfile is outdated, regenerating it [INFO] running `"/workspace/cargo-home/bin/cargo" "+73f76b74efcaf21bd5424d87c66cd6ed7fe5c7de" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+73f76b74efcaf21bd5424d87c66cd6ed7fe5c7de" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+73f76b74efcaf21bd5424d87c66cd6ed7fe5c7de" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] e690c164f6f27c5491504700b0a16e4abaebded09693fe388f09736a256100da [INFO] running `"docker" "start" "-a" "e690c164f6f27c5491504700b0a16e4abaebded09693fe388f09736a256100da"` [INFO] [stderr] Compiling syn v1.0.14 [INFO] [stderr] Checking resize v0.3.1 [INFO] [stderr] Compiling ring v0.13.5 [INFO] [stderr] Compiling cssparser v0.16.1 [INFO] [stderr] Checking pbr v1.0.2 [INFO] [stderr] Checking tokio v0.2.11 [INFO] [stderr] Checking png v0.14.1 [INFO] [stderr] Checking tiff v0.2.2 [INFO] [stderr] Checking orbclient v0.3.27 [INFO] [stderr] Checking image v0.21.3 [INFO] [stderr] Checking orbfont v0.1.8 [INFO] [stderr] Checking tokio-util v0.2.0 [INFO] [stderr] Checking h2 v0.2.1 [INFO] [stderr] Checking webpki v0.18.1 [INFO] [stderr] Checking sct v0.4.0 [INFO] [stderr] Checking rustls v0.13.1 [INFO] [stderr] Checking webpki-roots v0.15.0 [INFO] [stderr] Checking orbimage v0.1.17 [INFO] [stderr] Checking hyper-rustls v0.6.2 [INFO] [stderr] Compiling cssparser-macros v0.3.6 [INFO] [stderr] Compiling pin-project-internal v0.4.8 [INFO] [stderr] Checking pin-project v0.4.8 [INFO] [stderr] Checking hyper v0.13.2 [INFO] [stderr] Checking orbtk v0.2.31 [INFO] [stderr] Checking redox-curl v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved import `hyper::status` [INFO] [stderr] --> src/main.rs:9:12 [INFO] [stderr] | [INFO] [stderr] 9 | use hyper::status::StatusCode; [INFO] [stderr] | ^^^^^^ help: a similar path exists: `hyper_rustls::hyper::status` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `hyper::net` [INFO] [stderr] --> src/main.rs:11:12 [INFO] [stderr] | [INFO] [stderr] 11 | use hyper::net::HttpsConnector; [INFO] [stderr] | ^^^ help: a similar path exists: `hyper_rustls::hyper::net` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `hyper::header::ContentLength` [INFO] [stderr] --> src/main.rs:14:5 [INFO] [stderr] | [INFO] [stderr] 14 | use hyper::header::ContentLength; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `ContentLength` in `header` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `hyper::status` [INFO] [stderr] --> src/main.rs:9:12 [INFO] [stderr] | [INFO] [stderr] 9 | use hyper::status::StatusCode; [INFO] [stderr] | ^^^^^^ help: a similar path exists: `hyper_rustls::hyper::status` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `hyper::net` [INFO] [stderr] --> src/main.rs:11:12 [INFO] [stderr] | [INFO] [stderr] 11 | use hyper::net::HttpsConnector; [INFO] [stderr] | ^^^ help: a similar path exists: `hyper_rustls::hyper::net` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `hyper::header::ContentLength` [INFO] [stderr] --> src/main.rs:14:5 [INFO] [stderr] | [INFO] [stderr] 14 | use hyper::header::ContentLength; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `ContentLength` in `header` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `with_connector` found for struct `hyper::Client<_, _>` in the current scope [INFO] [stderr] --> src/main.rs:23:30 [INFO] [stderr] | [INFO] [stderr] 23 | let mut client = Client::with_connector(HttpsConnector::new(TlsClient::new())); [INFO] [stderr] | ^^^^^^^^^^^^^^ function or associated item not found in `hyper::Client<_, _>` [INFO] [stderr] [INFO] [stderr] error[E0599]: no associated item named `Io` found for struct `hyper::Error` in the current scope [INFO] [stderr] --> src/main.rs:28:25 [INFO] [stderr] | [INFO] [stderr] 28 | Err(HyperError::Io(err)) => return Err(err), [INFO] [stderr] | ^^ associated item not found in `hyper::Error` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `with_connector` found for struct `hyper::Client<_, _>` in the current scope [INFO] [stderr] --> src/main.rs:23:30 [INFO] [stderr] | [INFO] [stderr] 23 | let mut client = Client::with_connector(HttpsConnector::new(TlsClient::new())); [INFO] [stderr] | ^^^^^^^^^^^^^^ function or associated item not found in `hyper::Client<_, _>` [INFO] [stderr] [INFO] [stderr] error[E0599]: no associated item named `Io` found for struct `hyper::Error` in the current scope [INFO] [stderr] --> src/main.rs:28:25 [INFO] [stderr] | [INFO] [stderr] 28 | Err(HyperError::Io(err)) => return Err(err), [INFO] [stderr] | ^^ associated item not found in `hyper::Error` [INFO] [stderr] [INFO] [stderr] warning: unused import: `Read` [INFO] [stderr] --> src/main.rs:5:29 [INFO] [stderr] | [INFO] [stderr] 5 | use std::io::{self, stderr, Read, Write}; [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::error::Error` [INFO] [stderr] --> src/main.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | use std::error::Error; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `Read` [INFO] [stderr] --> src/main.rs:5:29 [INFO] [stderr] | [INFO] [stderr] 5 | use std::io::{self, stderr, Read, Write}; [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::error::Error` [INFO] [stderr] --> src/main.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | use std::error::Error; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 5 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [INFO] [stderr] error: aborting due to 5 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [INFO] [stderr] error: could not compile `redox-curl`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `redox-curl`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "e690c164f6f27c5491504700b0a16e4abaebded09693fe388f09736a256100da"` [INFO] running `"docker" "rm" "-f" "e690c164f6f27c5491504700b0a16e4abaebded09693fe388f09736a256100da"` [INFO] [stdout] e690c164f6f27c5491504700b0a16e4abaebded09693fe388f09736a256100da