[INFO] crate isahc 0.8.2 is already in cache [INFO] checking isahc-0.8.2 against try#f149601db42efe10ece8b284ab681fd4a6fcb89c for pr-68766 [INFO] extracting crate isahc 0.8.2 into /workspace/builds/worker-0/source [INFO] validating manifest of crates.io crate isahc 0.8.2 on toolchain f149601db42efe10ece8b284ab681fd4a6fcb89c [INFO] running `"/workspace/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate isahc 0.8.2 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate isahc 0.8.2 [INFO] tweaked toml for crates.io crate isahc 0.8.2 written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate crates.io crate isahc 0.8.2 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "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] 51017cc21605f994821f4fa56083b7cbc31d7cba393b3642373ac2d7a10d07d8 [INFO] running `"docker" "start" "-a" "51017cc21605f994821f4fa56083b7cbc31d7cba393b3642373ac2d7a10d07d8"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Checking futures-sink v0.3.1 [INFO] [stderr] Checking futures-io v0.3.1 [INFO] [stderr] Compiling curl v0.4.25 [INFO] [stderr] Compiling isahc v0.8.2 (/opt/rustwide/workdir) [INFO] [stderr] Checking number_prefix v0.3.0 [INFO] [stderr] Compiling libz-sys v1.0.25 [INFO] [stderr] Compiling libnghttp2-sys v0.1.2 [INFO] [stderr] Compiling curl-sys v0.4.24 [INFO] [stderr] Compiling proc-macro-error v0.2.6 [INFO] [stderr] Checking assert-json-diff v1.0.1 [INFO] [stderr] Compiling futures-macro v0.3.1 [INFO] [stderr] Checking console v0.9.1 [INFO] [stderr] Checking http v0.1.21 [INFO] [stderr] Checking env_logger v0.7.1 [INFO] [stderr] Compiling speculate v0.1.2 [INFO] [stderr] Checking rayon-core v1.6.1 [INFO] [stderr] Checking futures-channel v0.3.1 [INFO] [stderr] Checking indicatif v0.13.0 [INFO] [stderr] Checking mockito v0.22.0 [INFO] [stderr] Compiling structopt-derive v0.3.5 [INFO] [stderr] Checking rayon v1.2.1 [INFO] [stderr] Checking futures-util v0.3.1 [INFO] [stderr] Checking structopt v0.3.5 [INFO] [stderr] Checking futures-executor v0.3.1 [INFO] [stderr] Checking sluice v0.5.1 [INFO] [stderr] Checking futures v0.3.1 [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] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> examples/progress.rs:12:10 [INFO] [stderr] | [INFO] [stderr] 12 | url: http::Uri, [INFO] [stderr] | ^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0423`. [INFO] [stderr] error: could not compile `isahc`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "51017cc21605f994821f4fa56083b7cbc31d7cba393b3642373ac2d7a10d07d8"` [INFO] running `"docker" "rm" "-f" "51017cc21605f994821f4fa56083b7cbc31d7cba393b3642373ac2d7a10d07d8"` [INFO] [stdout] 51017cc21605f994821f4fa56083b7cbc31d7cba393b3642373ac2d7a10d07d8