[INFO] cloning repository https://github.com/VBO06/rust-exercices [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/VBO06/rust-exercices" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FVBO06%2Frust-exercices", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FVBO06%2Frust-exercices'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 4c1a1daff22bae91ed255c66d75d3e743f2ba599 [INFO] checking VBO06/rust-exercices against try#377afada703be70d3fdff9164a481570a3cba7fe for pr-113240 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FVBO06%2Frust-exercices" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/VBO06/rust-exercices on toolchain 377afada703be70d3fdff9164a481570a3cba7fe [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+377afada703be70d3fdff9164a481570a3cba7fe" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/VBO06/rust-exercices [INFO] finished tweaking git repo https://github.com/VBO06/rust-exercices [INFO] tweaked toml for git repo https://github.com/VBO06/rust-exercices written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/VBO06/rust-exercices 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" "+377afada703be70d3fdff9164a481570a3cba7fe" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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:a420fdec406141845121210faa381f8029b0be6d4170deff7c4445a424f67918" "/opt/rustwide/cargo-home/bin/cargo" "+377afada703be70d3fdff9164a481570a3cba7fe" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 823d4459b572e4f1b3124887c40e3f808a0cd47a536734cf128f5ed967338a55 [INFO] running `Command { std: "docker" "start" "-a" "823d4459b572e4f1b3124887c40e3f808a0cd47a536734cf128f5ed967338a55", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "823d4459b572e4f1b3124887c40e3f808a0cd47a536734cf128f5ed967338a55", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "823d4459b572e4f1b3124887c40e3f808a0cd47a536734cf128f5ed967338a55", kill_on_drop: false }` [INFO] [stdout] 823d4459b572e4f1b3124887c40e3f808a0cd47a536734cf128f5ed967338a55 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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:a420fdec406141845121210faa381f8029b0be6d4170deff7c4445a424f67918" "/opt/rustwide/cargo-home/bin/cargo" "+377afada703be70d3fdff9164a481570a3cba7fe" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c95ebb8b4dec76ced8d9af81aeecad1bb2e28a28ff4f2accdb03ab8080338dd5 [INFO] running `Command { std: "docker" "start" "-a" "c95ebb8b4dec76ced8d9af81aeecad1bb2e28a28ff4f2accdb03ab8080338dd5", kill_on_drop: false }` [INFO] [stderr] Checking once_cell v1.14.0 [INFO] [stderr] Checking hex v0.3.2 [INFO] [stderr] Compiling thiserror-impl v1.0.34 [INFO] [stderr] Checking openssl v0.10.41 [INFO] [stderr] Checking thiserror v1.0.34 [INFO] [stderr] Checking crypto-hash v0.3.4 [INFO] [stderr] Checking rust-blockchain-example v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `hash` [INFO] [stdout] --> src/block.rs:26:46 [INFO] [stdout] | [INFO] [stdout] 26 | pub fn new (index: u32, timestamp: u128, hash: Hash, prev_block_hash: Hash, nonce: u64, payload: String) -> Self { [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_hash` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `hash` [INFO] [stdout] --> src/block.rs:26:46 [INFO] [stdout] | [INFO] [stdout] 26 | pub fn new (index: u32, timestamp: u128, hash: Hash, prev_block_hash: Hash, nonce: u64, payload: String) -> Self { [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_hash` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::collections::HashMap` [INFO] [stdout] --> src/main.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use std::collections::HashMap; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::collections::HashMap` [INFO] [stdout] --> src/main.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use std::collections::HashMap; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.10s [INFO] running `Command { std: "docker" "inspect" "c95ebb8b4dec76ced8d9af81aeecad1bb2e28a28ff4f2accdb03ab8080338dd5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c95ebb8b4dec76ced8d9af81aeecad1bb2e28a28ff4f2accdb03ab8080338dd5", kill_on_drop: false }` [INFO] [stdout] c95ebb8b4dec76ced8d9af81aeecad1bb2e28a28ff4f2accdb03ab8080338dd5