[INFO] crate devolutions-crypto 0.3.0 is already in cache [INFO] checking devolutions-crypto-0.3.0 against try#a243773eaf3fedcd203f10ae4579e4f106bf7ccd for pr-68325 [INFO] extracting crate devolutions-crypto 0.3.0 into /workspace/builds/worker-7/source [INFO] validating manifest of crates.io crate devolutions-crypto 0.3.0 on toolchain a243773eaf3fedcd203f10ae4579e4f106bf7ccd [INFO] running `"/workspace/cargo-home/bin/cargo" "+a243773eaf3fedcd203f10ae4579e4f106bf7ccd" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate devolutions-crypto 0.3.0 [INFO] finished tweaking crates.io crate devolutions-crypto 0.3.0 [INFO] tweaked toml for crates.io crate devolutions-crypto 0.3.0 written to /workspace/builds/worker-7/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+a243773eaf3fedcd203f10ae4579e4f106bf7ccd" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+a243773eaf3fedcd203f10ae4579e4f106bf7ccd" "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-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "+a243773eaf3fedcd203f10ae4579e4f106bf7ccd" "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] aa6c16b34692a218f7eb52a093dd48ec9b66643078b7acb04dc81e6ea2f0af9d [INFO] running `"docker" "start" "-a" "aa6c16b34692a218f7eb52a093dd48ec9b66643078b7acb04dc81e6ea2f0af9d"` [INFO] [stderr] Compiling byteorder v1.3.2 [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Checking subtle v2.2.2 [INFO] [stderr] Checking subtle v1.0.0 [INFO] [stderr] Checking digest v0.8.1 [INFO] [stderr] Checking stream-cipher v0.3.2 [INFO] [stderr] Checking aead v0.2.0 [INFO] [stderr] Checking block-modes v0.3.3 [INFO] [stderr] Compiling zeroize_derive v1.0.0 [INFO] [stderr] Checking crypto-mac v0.7.0 [INFO] [stderr] Checking universal-hash v0.3.0 [INFO] [stderr] Checking hmac v0.7.1 [INFO] [stderr] Checking poly1305 v0.5.2 [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stderr] Checking rand_chacha v0.2.1 [INFO] [stderr] Checking aes-soft v0.3.3 [INFO] [stderr] Checking block-buffer v0.7.3 [INFO] [stderr] Checking pbkdf2 v0.3.0 [INFO] [stderr] Checking sha2 v0.8.1 [INFO] [stderr] Checking rand v0.7.3 [INFO] [stderr] Checking aes v0.3.2 [INFO] [stderr] Checking zeroize v1.1.0 [INFO] [stderr] Checking curve25519-dalek v2.0.0 [INFO] [stderr] Checking chacha20 v0.3.3 [INFO] [stderr] Checking chacha20poly1305 v0.3.1 [INFO] [stderr] Checking x25519-dalek v0.6.0 [INFO] [stderr] Checking devolutions-crypto v0.3.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/devocrypto_errors.rs:95:68 [INFO] [stderr] | [INFO] [stderr] 95 | _ => write!(f, "Error {}: {}", self.error_code(), self.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/devocrypto_errors.rs:119:58 [INFO] [stderr] | [INFO] [stderr] 119 | DevoCryptoError::IoError(ref error) => error.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/devocrypto_errors.rs:95:68 [INFO] [stderr] | [INFO] [stderr] 95 | _ => write!(f, "Error {}: {}", self.error_code(), self.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/devocrypto_errors.rs:119:58 [INFO] [stderr] | [INFO] [stderr] 119 | DevoCryptoError::IoError(ref error) => error.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.64s [INFO] running `"docker" "inspect" "aa6c16b34692a218f7eb52a093dd48ec9b66643078b7acb04dc81e6ea2f0af9d"` [INFO] running `"docker" "rm" "-f" "aa6c16b34692a218f7eb52a093dd48ec9b66643078b7acb04dc81e6ea2f0af9d"` [INFO] [stdout] aa6c16b34692a218f7eb52a093dd48ec9b66643078b7acb04dc81e6ea2f0af9d