[INFO] crate yubico 0.9.0 is already in cache [INFO] checking yubico-0.9.0 against try#f149601db42efe10ece8b284ab681fd4a6fcb89c for pr-68766 [INFO] extracting crate yubico 0.9.0 into /workspace/builds/worker-9/source [INFO] validating manifest of crates.io crate yubico 0.9.0 on toolchain f149601db42efe10ece8b284ab681fd4a6fcb89c [INFO] running `"/workspace/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate yubico 0.9.0 [INFO] finished tweaking crates.io crate yubico 0.9.0 [INFO] tweaked toml for crates.io crate yubico 0.9.0 written to /workspace/builds/worker-9/source/Cargo.toml [INFO] crate crates.io crate yubico 0.9.0 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-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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] e760ed41c9ffd2f4f0f40dd7eb9501f37337d6a507c2fd73b50d22b1f01e20c0 [INFO] running `"docker" "start" "-a" "e760ed41c9ffd2f4f0f40dd7eb9501f37337d6a507c2fd73b50d22b1f01e20c0"` [INFO] [stderr] Compiling syn v1.0.11 [INFO] [stderr] Checking num_cpus v1.11.1 [INFO] [stderr] Checking mio v0.6.21 [INFO] [stderr] Checking openssl-sys v0.9.53 [INFO] [stderr] Checking sha-1 v0.8.1 [INFO] [stderr] Checking threadpool v1.7.1 [INFO] [stderr] Checking openssl v0.10.26 [INFO] [stderr] Checking native-tls v0.2.3 [INFO] [stderr] Compiling proc-macro-hack v0.5.11 [INFO] [stderr] Compiling tokio-macros v0.2.1 [INFO] [stderr] Compiling pin-project-internal v0.4.6 [INFO] [stderr] Checking tokio v0.2.6 [INFO] [stderr] Compiling futures-macro v0.3.1 [INFO] [stderr] Checking pin-project v0.4.6 [INFO] [stderr] Checking futures-util v0.3.1 [INFO] [stderr] Checking tokio-util v0.2.0 [INFO] [stderr] Checking tokio-tls v0.3.0 [INFO] [stderr] Checking h2 v0.2.1 [INFO] [stderr] Checking futures-executor v0.3.1 [INFO] [stderr] Checking futures v0.3.1 [INFO] [stderr] Checking hyper v0.13.1 [INFO] [stderr] Checking hyper-tls v0.4.0 [INFO] [stderr] Checking reqwest v0.10.0 [INFO] [stderr] Checking yubico v0.9.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/yubicoerror.rs:95:61 [INFO] [stderr] | [INFO] [stderr] 95 | YubicoError::ConfigurationError(ref err) => err.description(), [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/yubicoerror.rs:96:50 [INFO] [stderr] | [INFO] [stderr] 96 | YubicoError::Network(ref err) => err.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/yubicoerror.rs:98:50 [INFO] [stderr] | [INFO] [stderr] 98 | YubicoError::IOError(ref err) => err.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/yubicoerror.rs:99:55 [INFO] [stderr] | [INFO] [stderr] 99 | YubicoError::ChannelError(ref err) => err.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/yubicoerror.rs:100:54 [INFO] [stderr] | [INFO] [stderr] 100 | YubicoError::DecodeError(ref err) => err.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/yubicoerror.rs:95:61 [INFO] [stderr] | [INFO] [stderr] 95 | YubicoError::ConfigurationError(ref err) => err.description(), [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/yubicoerror.rs:96:50 [INFO] [stderr] | [INFO] [stderr] 96 | YubicoError::Network(ref err) => err.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/yubicoerror.rs:98:50 [INFO] [stderr] | [INFO] [stderr] 98 | YubicoError::IOError(ref err) => err.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/yubicoerror.rs:99:55 [INFO] [stderr] | [INFO] [stderr] 99 | YubicoError::ChannelError(ref err) => err.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/yubicoerror.rs:100:54 [INFO] [stderr] | [INFO] [stderr] 100 | YubicoError::DecodeError(ref err) => err.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 01s [INFO] running `"docker" "inspect" "e760ed41c9ffd2f4f0f40dd7eb9501f37337d6a507c2fd73b50d22b1f01e20c0"` [INFO] running `"docker" "rm" "-f" "e760ed41c9ffd2f4f0f40dd7eb9501f37337d6a507c2fd73b50d22b1f01e20c0"` [INFO] [stdout] e760ed41c9ffd2f4f0f40dd7eb9501f37337d6a507c2fd73b50d22b1f01e20c0