[INFO] crate bitcoin_client 0.0.2 is already in cache
[INFO] checking bitcoin_client-0.0.2 against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] extracting crate bitcoin_client 0.0.2 into /workspace/builds/worker-0/source
[INFO] validating manifest of crates.io crate bitcoin_client 0.0.2 on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking crates.io crate bitcoin_client 0.0.2
[INFO] finished tweaking crates.io crate bitcoin_client 0.0.2
[INFO] tweaked toml for crates.io crate bitcoin_client 0.0.2 written to /workspace/builds/worker-0/source/Cargo.toml
[INFO] crate crates.io crate bitcoin_client 0.0.2 already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "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" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stdout] 777c6800ef0a0a18faeeb25ec3fc9b64aee3a7dccc735731bafe4b63ea50b8da
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] running `"docker" "start" "-a" "777c6800ef0a0a18faeeb25ec3fc9b64aee3a7dccc735731bafe4b63ea50b8da"`
[INFO] [stderr]    Compiling proc-macro2 v1.0.9
[INFO] [stderr]    Compiling cc v1.0.41
[INFO] [stderr]    Compiling serde v1.0.105
[INFO] [stderr]    Compiling proc-macro-hack v0.5.14
[INFO] [stderr]     Checking bech32 v0.7.2
[INFO] [stderr]     Checking hex v0.3.2
[INFO] [stderr]    Compiling escargot v0.3.1
[INFO] [stderr]     Checking predicates-core v1.0.0
[INFO] [stderr]     Checking treeline v0.1.0
[INFO] [stderr]    Compiling num-bigint v0.2.6
[INFO] [stderr]     Checking idna v0.1.5
[INFO] [stderr]     Checking num-integer v0.1.42
[INFO] [stderr]     Checking predicates-tree v1.0.0
[INFO] [stderr]     Checking predicates v1.0.4
[INFO] [stderr]     Checking chrono v0.4.11
[INFO] [stderr]     Checking url v1.7.2
[INFO] [stderr]    Compiling quote v1.0.3
[INFO] [stderr]    Compiling syn v1.0.17
[INFO] [stderr]    Compiling secp256k1-sys v0.1.2
[INFO] [stderr]    Compiling backtrace-sys v0.1.35
[INFO] [stderr]     Checking simple_logger v1.6.0
[INFO] [stderr]     Checking hyper v0.10.16
[INFO] [stderr]     Checking backtrace v0.3.46
[INFO] [stderr]    Compiling synstructure v0.12.3
[INFO] [stderr]    Compiling serde_derive v1.0.105
[INFO] [stderr]    Compiling futures-macro v0.3.4
[INFO] [stderr]    Compiling failure_derive v0.1.7
[INFO] [stderr]     Checking failure v0.1.7
[INFO] [stderr]     Checking futures-util v0.3.4
[INFO] [stderr]     Checking exitfailure v0.5.1
[INFO] [stderr]     Checking futures-executor v0.3.4
[INFO] [stderr]     Checking futures v0.3.4
[INFO] [stderr]     Checking serde_json v1.0.48
[INFO] [stderr]     Checking secp256k1 v0.17.2
[INFO] [stderr]     Checking bitcoin_hashes v0.7.4
[INFO] [stderr]     Checking jsonrpc v0.11.0
[INFO] [stderr]     Checking ra_common v0.0.43
[INFO] [stderr]     Checking assert_cmd v0.10.2
[INFO] [stderr]     Checking bitcoin v0.23.0
[INFO] [stderr]     Checking bitcoincore-rpc-json v0.9.1
[INFO] [stderr]     Checking bitcoincore-rpc v0.9.1
[INFO] [stderr]     Checking bitcoin_client v0.0.2 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unused import: `std::process::Command`
[INFO] [stderr]  --> tests/bitcoin.rs:1:5
[INFO] [stderr]   |
[INFO] [stderr] 1 | use std::process::Command;  // Run programs
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `assert_cmd::prelude::*`
[INFO] [stderr]  --> tests/bitcoin.rs:2:5
[INFO] [stderr]   |
[INFO] [stderr] 2 | use assert_cmd::prelude::*; // Add methods on commands
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `info`
[INFO] [stderr]  --> src/bin/main.rs:4:17
[INFO] [stderr]   |
[INFO] [stderr] 4 | use log::{trace,info};
[INFO] [stderr]   |                 ^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `info`
[INFO] [stderr]  --> src/bin/main.rs:4:17
[INFO] [stderr]   |
[INFO] [stderr] 4 | use log::{trace,info};
[INFO] [stderr]   |                 ^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr]     Finished dev [unoptimized + debuginfo] target(s) in 1m 44s
[INFO] running `"docker" "inspect" "777c6800ef0a0a18faeeb25ec3fc9b64aee3a7dccc735731bafe4b63ea50b8da"`
[INFO] running `"docker" "rm" "-f" "777c6800ef0a0a18faeeb25ec3fc9b64aee3a7dccc735731bafe4b63ea50b8da"`
[INFO] [stdout] 777c6800ef0a0a18faeeb25ec3fc9b64aee3a7dccc735731bafe4b63ea50b8da
