[INFO] crate isahc 0.7.6 is already in cache [INFO] checking isahc-0.7.6 against master#30ca215b4e38b32aa7abdd635c5e2d56f5724494 for pr-66037 [INFO] extracting crate isahc 0.7.6 into /workspace/builds/worker-8/source [INFO] validating manifest of crates.io crate isahc 0.7.6 on toolchain 30ca215b4e38b32aa7abdd635c5e2d56f5724494 [INFO] running `"/workspace/cargo-home/bin/cargo" "+30ca215b4e38b32aa7abdd635c5e2d56f5724494" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate isahc 0.7.6 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate isahc 0.7.6 [INFO] tweaked toml for crates.io crate isahc 0.7.6 written to /workspace/builds/worker-8/source/Cargo.toml [INFO] crate crates.io crate isahc 0.7.6 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+30ca215b4e38b32aa7abdd635c5e2d56f5724494" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "+30ca215b4e38b32aa7abdd635c5e2d56f5724494" "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] 89c29bfb0ccac5e3c0d7e34e2b63551220005a9652bf8c91cd3f447b6a6f29ac [INFO] running `"docker" "start" "-a" "89c29bfb0ccac5e3c0d7e34e2b63551220005a9652bf8c91cd3f447b6a6f29ac"` [INFO] [stderr] Checking futures-io-preview v0.3.0-alpha.19 [INFO] [stderr] Compiling winapi v0.3.8 [INFO] [stderr] Compiling curl v0.4.25 [INFO] [stderr] Compiling isahc v0.7.6 (/opt/rustwide/workdir) [INFO] [stderr] Checking number_prefix v0.3.0 [INFO] [stderr] Compiling libnghttp2-sys v0.1.2 [INFO] [stderr] Compiling curl-sys v0.4.24 [INFO] [stderr] Checking futures-channel-preview v0.3.0-alpha.19 [INFO] [stderr] Checking termios v0.3.1 [INFO] [stderr] Checking clicolors-control v1.0.1 [INFO] [stderr] Checking bytes v0.4.12 [INFO] [stderr] Checking num-traits v0.1.43 [INFO] [stderr] Checking flate2 v1.0.12 [INFO] [stderr] Checking assert-json-diff v1.0.1 [INFO] [stderr] Compiling syn v0.14.9 [INFO] [stderr] Checking env_logger v0.7.1 [INFO] [stderr] Checking structopt v0.3.3 [INFO] [stderr] Checking cgmath v0.16.1 [INFO] [stderr] Checking console v0.9.1 [INFO] [stderr] Checking http v0.1.19 [INFO] [stderr] Checking futures-util-preview v0.3.0-alpha.19 [INFO] [stderr] Checking sluice v0.4.2 [INFO] [stderr] Checking indicatif v0.12.0 [INFO] [stderr] Checking futures-executor-preview v0.3.0-alpha.19 [INFO] [stderr] Checking futures-preview v0.3.0-alpha.19 [INFO] [stderr] Checking winconsole v0.10.0 [INFO] [stderr] Checking colored v1.8.0 [INFO] [stderr] Checking mockito v0.21.0 [INFO] [stderr] Compiling speculate v0.1.2 [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/error.rs:54:37 [INFO] [stderr] | [INFO] [stderr] 54 | write!(f, "{:?}: {}", self, Error::description(self)) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/error.rs:70:50 [INFO] [stderr] | [INFO] [stderr] 70 | Error::InvalidHttpFormat(ref e) => e.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/error.rs:72:35 [INFO] [stderr] | [INFO] [stderr] 72 | Error::Io(ref e) => e.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/error.rs:131:31 [INFO] [stderr] | [INFO] [stderr] 131 | Error::Curl(error.description().to_owned()) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/error.rs:139:27 [INFO] [stderr] | [INFO] [stderr] 139 | Error::Curl(error.description().to_owned()) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/error.rs:54:37 [INFO] [stderr] | [INFO] [stderr] 54 | write!(f, "{:?}: {}", self, Error::description(self)) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/error.rs:70:50 [INFO] [stderr] | [INFO] [stderr] 70 | Error::InvalidHttpFormat(ref e) => e.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/error.rs:72:35 [INFO] [stderr] | [INFO] [stderr] 72 | Error::Io(ref e) => e.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/error.rs:131:31 [INFO] [stderr] | [INFO] [stderr] 131 | Error::Curl(error.description().to_owned()) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/error.rs:139:27 [INFO] [stderr] | [INFO] [stderr] 139 | Error::Curl(error.description().to_owned()) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 38.75s [INFO] running `"docker" "inspect" "89c29bfb0ccac5e3c0d7e34e2b63551220005a9652bf8c91cd3f447b6a6f29ac"` [INFO] running `"docker" "rm" "-f" "89c29bfb0ccac5e3c0d7e34e2b63551220005a9652bf8c91cd3f447b6a6f29ac"` [INFO] [stdout] 89c29bfb0ccac5e3c0d7e34e2b63551220005a9652bf8c91cd3f447b6a6f29ac