[INFO] crate monero 0.5.0 is already in cache [INFO] checking monero-0.5.0 against try#a243773eaf3fedcd203f10ae4579e4f106bf7ccd for pr-68325 [INFO] extracting crate monero 0.5.0 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate monero 0.5.0 on toolchain a243773eaf3fedcd203f10ae4579e4f106bf7ccd [INFO] running `"/workspace/cargo-home/bin/cargo" "+a243773eaf3fedcd203f10ae4579e4f106bf7ccd" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate monero 0.5.0 [INFO] finished tweaking crates.io crate monero 0.5.0 [INFO] tweaked toml for crates.io crate monero 0.5.0 written to /workspace/builds/worker-4/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] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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] 417b95005e4df160bb3d5e9ab129ca7c58f7eb0be82d92145ff43802de4db768 [INFO] running `"docker" "start" "-a" "417b95005e4df160bb3d5e9ab129ca7c58f7eb0be82d92145ff43802de4db768"` [INFO] [stderr] Compiling typenum v1.11.2 [INFO] [stderr] Checking arrayvec v0.5.1 [INFO] [stderr] Checking bitvec v0.15.2 [INFO] [stderr] Checking static_assertions v0.2.5 [INFO] [stderr] Checking byte-slice-cast v0.3.5 [INFO] [stderr] Checking tiny-keccak v1.5.0 [INFO] [stderr] Checking uint v0.8.2 [INFO] [stderr] Checking uint v0.4.1 [INFO] [stderr] Checking fixed-hash v0.4.0 [INFO] [stderr] Checking fixed-hash v0.3.2 [INFO] [stderr] Checking ethereum-types-serialize v0.2.2 [INFO] [stderr] Checking ethbloom v0.5.3 [INFO] [stderr] Checking ethereum-types v0.4.2 [INFO] [stderr] Checking generic-array v0.12.3 [INFO] [stderr] Checking digest v0.8.1 [INFO] [stderr] Checking curve25519-dalek v2.0.0 [INFO] [stderr] Checking parity-scale-codec v1.1.2 [INFO] [stderr] Checking keccak-hash v0.1.2 [INFO] [stderr] Checking base58-monero v0.1.1 [INFO] [stderr] Checking impl-codec v0.4.2 [INFO] [stderr] Checking primitive-types v0.5.1 [INFO] [stderr] Checking keccak-hash v0.3.0 [INFO] [stderr] Checking monero v0.5.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/network.rs:34:52 [INFO] [stderr] | [INFO] [stderr] 34 | Error::InvalidMagicByte => f.write_str(error::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/util/address.rs:83:51 [INFO] [stderr] | [INFO] [stderr] 83 | | Error::InvalidFormat => f.write_str(error::Error::description(self)), [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/util/key.rs:95:29 [INFO] [stderr] | [INFO] [stderr] 95 | f.write_str(error::Error::description(self)) [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/network.rs:34:52 [INFO] [stderr] | [INFO] [stderr] 34 | Error::InvalidMagicByte => f.write_str(error::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/util/address.rs:83:51 [INFO] [stderr] | [INFO] [stderr] 83 | | Error::InvalidFormat => f.write_str(error::Error::description(self)), [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/util/key.rs:95:29 [INFO] [stderr] | [INFO] [stderr] 95 | f.write_str(error::Error::description(self)) [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/util/mod.rs:62:40 [INFO] [stderr] | [INFO] [stderr] 62 | Error::Network(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/util/mod.rs:63:40 [INFO] [stderr] | [INFO] [stderr] 63 | Error::Address(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/util/mod.rs:64:36 [INFO] [stderr] | [INFO] [stderr] 64 | Error::Key(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/util/address.rs:102:39 [INFO] [stderr] | [INFO] [stderr] 102 | Error::Base58(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/util/address.rs:103:40 [INFO] [stderr] | [INFO] [stderr] 103 | Error::Network(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/util/key.rs:111:36 [INFO] [stderr] | [INFO] [stderr] 111 | Error::Hex(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/util/mod.rs:62:40 [INFO] [stderr] | [INFO] [stderr] 62 | Error::Network(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/util/mod.rs:63:40 [INFO] [stderr] | [INFO] [stderr] 63 | Error::Address(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/util/mod.rs:64:36 [INFO] [stderr] | [INFO] [stderr] 64 | Error::Key(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/util/address.rs:102:39 [INFO] [stderr] | [INFO] [stderr] 102 | Error::Base58(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/util/address.rs:103:40 [INFO] [stderr] | [INFO] [stderr] 103 | Error::Network(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/util/key.rs:111:36 [INFO] [stderr] | [INFO] [stderr] 111 | Error::Hex(ref e) => e.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 29.65s [INFO] running `"docker" "inspect" "417b95005e4df160bb3d5e9ab129ca7c58f7eb0be82d92145ff43802de4db768"` [INFO] running `"docker" "rm" "-f" "417b95005e4df160bb3d5e9ab129ca7c58f7eb0be82d92145ff43802de4db768"` [INFO] [stdout] 417b95005e4df160bb3d5e9ab129ca7c58f7eb0be82d92145ff43802de4db768