[INFO] cloning repository https://github.com/overhacked/raft_for_beginners
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/overhacked/raft_for_beginners" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Foverhacked%2Fraft_for_beginners", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Foverhacked%2Fraft_for_beginners'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 23d62157cafa78c6f28b0b611e940353a58f61dd
[INFO] checking overhacked/raft_for_beginners against 1.95.0 for pr-155915
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Foverhacked%2Fraft_for_beginners" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/overhacked/raft_for_beginners
[INFO] finished tweaking git repo https://github.com/overhacked/raft_for_beginners
[INFO] tweaked toml for git repo https://github.com/overhacked/raft_for_beginners written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/overhacked/raft_for_beginners on toolchain 1.95.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/overhacked/raft_for_beginners already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded tracing-forest v0.1.4
[INFO] [stderr]   Downloaded term_size v0.3.2
[INFO] [stderr]   Downloaded rmp v0.8.11
[INFO] [stderr]   Downloaded async-trait v0.1.57
[INFO] [stderr]   Downloaded rmp-serde v1.1.1
[INFO] [stderr]   Downloaded k9 v0.11.5
[INFO] [stderr]   Downloaded proc-macro2 v1.0.44
[INFO] [stderr]   Downloaded paste v1.0.9
[INFO] [stderr]   Downloaded textwrap v0.15.1
[INFO] [stderr]   Downloaded clap v3.2.22
[INFO] [stderr]   Downloaded libc v0.2.133
[INFO] [stderr]   Downloaded tokio v1.21.2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 4e32966020de178d7c4d5b0ac53cea4ea651188b629ac59bf94bddf3111414e4
[INFO] running `Command { std: "docker" "start" "-a" "4e32966020de178d7c4d5b0ac53cea4ea651188b629ac59bf94bddf3111414e4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4e32966020de178d7c4d5b0ac53cea4ea651188b629ac59bf94bddf3111414e4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4e32966020de178d7c4d5b0ac53cea4ea651188b629ac59bf94bddf3111414e4", kill_on_drop: false }`
[INFO] [stdout] 4e32966020de178d7c4d5b0ac53cea4ea651188b629ac59bf94bddf3111414e4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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" "RUSTDOCFLAGS=--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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 9540f2720b51905b9f587aa608294b149c14168ecffba64a0c1769faad7042dc
[INFO] running `Command { std: "docker" "start" "-a" "9540f2720b51905b9f587aa608294b149c14168ecffba64a0c1769faad7042dc", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.133
[INFO] [stderr]    Compiling proc-macro2 v1.0.44
[INFO] [stderr]    Compiling unicode-ident v1.0.4
[INFO] [stderr]    Compiling syn v1.0.101
[INFO] [stderr]     Checking regex-syntax v0.6.27
[INFO] [stderr]    Compiling num-traits v0.2.15
[INFO] [stderr]     Checking smallvec v1.9.0
[INFO] [stderr]    Compiling parking_lot_core v0.9.3
[INFO] [stderr]     Checking tracing-core v0.1.29
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]     Checking aho-corasick v0.7.19
[INFO] [stderr]    Compiling quote v1.0.21
[INFO] [stderr]    Compiling tokio v1.21.2
[INFO] [stderr]    Compiling anyhow v1.0.65
[INFO] [stderr]    Compiling thiserror v1.0.37
[INFO] [stderr]     Checking sharded-slab v0.1.4
[INFO] [stderr]     Checking thread_local v1.1.4
[INFO] [stderr]    Compiling paste v1.0.9
[INFO] [stderr]    Compiling async-trait v0.1.57
[INFO] [stderr]     Checking bytes v1.2.1
[INFO] [stderr]    Compiling convert_case v0.4.0
[INFO] [stderr]     Checking textwrap v0.15.1
[INFO] [stderr]     Checking tracing-log v0.1.3
[INFO] [stderr]     Checking getrandom v0.2.7
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]     Checking num_cpus v1.13.1
[INFO] [stderr]     Checking socket2 v0.4.7
[INFO] [stderr]     Checking time v0.1.44
[INFO] [stderr]     Checking signal-hook-registry v1.4.0
[INFO] [stderr]     Checking mio v0.8.4
[INFO] [stderr]     Checking term_size v0.3.2
[INFO] [stderr]     Checking colored v1.9.3
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking parking_lot v0.12.1
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]     Checking rmp v0.8.11
[INFO] [stderr]     Checking chrono v0.4.22
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking regex v1.6.0
[INFO] [stderr]     Checking regex-automata v0.1.10
[INFO] [stderr]     Checking matchers v0.1.0
[INFO] [stderr]     Checking k9 v0.11.5
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling serde_derive v1.0.145
[INFO] [stderr]    Compiling tracing-attributes v0.1.22
[INFO] [stderr]    Compiling thiserror-impl v1.0.37
[INFO] [stderr]    Compiling tokio-macros v1.8.0
[INFO] [stderr]    Compiling clap_derive v3.2.18
[INFO] [stderr]    Compiling derive_more v0.99.17
[INFO] [stderr]     Checking tracing v0.1.36
[INFO] [stderr]     Checking tracing-subscriber v0.3.15
[INFO] [stderr]     Checking clap v3.2.22
[INFO] [stderr]     Checking serde v1.0.145
[INFO] [stderr]     Checking uuid v0.8.2
[INFO] [stderr]     Checking rmp-serde v1.1.1
[INFO] [stderr]     Checking tracing-forest v0.1.4
[INFO] [stderr]     Checking raft_for_beginners v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: method `address` is never used
[INFO] [stdout]   --> src/connection/mod.rs:43:8
[INFO] [stdout]    |
[INFO] [stdout] 39 | pub trait Connection: Sized + Send + Sync + 'static {
[INFO] [stdout]    |           ---------- method in this trait
[INFO] [stdout] ...
[INFO] [stdout] 43 |     fn address(&self) -> ServerAddress;
[INFO] [stdout]    |        ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `address` is never used
[INFO] [stdout]   --> src/connection/mod.rs:43:8
[INFO] [stdout]    |
[INFO] [stdout] 39 | pub trait Connection: Sized + Send + Sync + 'static {
[INFO] [stdout]    |           ---------- method in this trait
[INFO] [stdout] ...
[INFO] [stdout] 43 |     fn address(&self) -> ServerAddress;
[INFO] [stdout]    |        ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.43s
[INFO] running `Command { std: "docker" "inspect" "9540f2720b51905b9f587aa608294b149c14168ecffba64a0c1769faad7042dc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9540f2720b51905b9f587aa608294b149c14168ecffba64a0c1769faad7042dc", kill_on_drop: false }`
[INFO] [stdout] 9540f2720b51905b9f587aa608294b149c14168ecffba64a0c1769faad7042dc
