[INFO] fetching crate bisq_client 0.0.1... [INFO] checking bisq_client-0.0.1 against try#8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8 for pr-82565 [INFO] extracting crate bisq_client 0.0.1 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate bisq_client 0.0.1 on toolchain 8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate bisq_client 0.0.1 [INFO] finished tweaking crates.io crate bisq_client 0.0.1 [INFO] tweaked toml for crates.io crate bisq_client 0.0.1 written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate crates.io crate bisq_client 0.0.1 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] cab3733efe846c54301b427994a26659de69d7462a6b15c9c41d9f14d995a27f [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "cab3733efe846c54301b427994a26659de69d7462a6b15c9c41d9f14d995a27f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "cab3733efe846c54301b427994a26659de69d7462a6b15c9c41d9f14d995a27f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cab3733efe846c54301b427994a26659de69d7462a6b15c9c41d9f14d995a27f", kill_on_drop: false }` [INFO] [stdout] cab3733efe846c54301b427994a26659de69d7462a6b15c9c41d9f14d995a27f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "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" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b589345e327085beb3dca5dbbed8cafd96b9da46c73a1739e46cd577ee165c91 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "b589345e327085beb3dca5dbbed8cafd96b9da46c73a1739e46cd577ee165c91", kill_on_drop: false }` [INFO] [stderr] Compiling cc v1.0.50 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Checking difference v2.0.0 [INFO] [stderr] Compiling num-traits v0.2.11 [INFO] [stderr] Compiling num-integer v0.1.42 [INFO] [stderr] Checking colored v1.9.3 [INFO] [stderr] Checking predicates v1.0.4 [INFO] [stderr] Checking assert_cmd v0.10.2 [INFO] [stderr] Compiling backtrace-sys v0.1.35 [INFO] [stderr] Checking chrono v0.4.11 [INFO] [stderr] Checking backtrace v0.3.46 [INFO] [stderr] Checking failure v0.1.7 [INFO] [stderr] Checking simple_logger v1.6.0 [INFO] [stderr] Checking exitfailure v0.5.1 [INFO] [stderr] Checking bisq_client v0.0.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `info` [INFO] [stdout] --> src/bin/main.rs:4:17 [INFO] [stdout] | [INFO] [stdout] 4 | use log::{trace,info}; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `info` [INFO] [stdout] --> src/bin/main.rs:4:17 [INFO] [stdout] | [INFO] [stdout] 4 | use log::{trace,info}; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::process::Command` [INFO] [stdout] --> tests/bisq.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use std::process::Command; // Run programs [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `assert_cmd::prelude::*` [INFO] [stdout] --> tests/bisq.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use assert_cmd::prelude::*; // Add methods on commands [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.50s [INFO] running `Command { std: "docker" "inspect" "b589345e327085beb3dca5dbbed8cafd96b9da46c73a1739e46cd577ee165c91", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b589345e327085beb3dca5dbbed8cafd96b9da46c73a1739e46cd577ee165c91", kill_on_drop: false }` [INFO] [stdout] b589345e327085beb3dca5dbbed8cafd96b9da46c73a1739e46cd577ee165c91