[INFO] fetching crate reversi 0.1.0...
[INFO] checking reversi-0.1.0 against try#b1f2594eac607c1f051534800237eeedb5590a49 for pr-139493-3
[INFO] extracting crate reversi 0.1.0 into /workspace/builds/worker-5-tc2/source
[INFO] started tweaking crates.io crate reversi 0.1.0
[INFO] finished tweaking crates.io crate reversi 0.1.0
[INFO] tweaked toml for crates.io crate reversi 0.1.0 written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate reversi 0.1.0 on toolchain b1f2594eac607c1f051534800237eeedb5590a49
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b1f2594eac607c1f051534800237eeedb5590a49" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate reversi 0.1.0 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" "+b1f2594eac607c1f051534800237eeedb5590a49" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+b1f2594eac607c1f051534800237eeedb5590a49" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] b6f1a226ba9ac1bbd5cea0debc034f7623479c7096edc986342af1799b99e8dc
[INFO] running `Command { std: "docker" "start" "-a" "b6f1a226ba9ac1bbd5cea0debc034f7623479c7096edc986342af1799b99e8dc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b6f1a226ba9ac1bbd5cea0debc034f7623479c7096edc986342af1799b99e8dc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b6f1a226ba9ac1bbd5cea0debc034f7623479c7096edc986342af1799b99e8dc", kill_on_drop: false }`
[INFO] [stdout] b6f1a226ba9ac1bbd5cea0debc034f7623479c7096edc986342af1799b99e8dc
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+b1f2594eac607c1f051534800237eeedb5590a49" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 8758eb341675009e64016f4a3a721998eca318e5dd75e35e345f0e824629b870
[INFO] running `Command { std: "docker" "start" "-a" "8758eb341675009e64016f4a3a721998eca318e5dd75e35e345f0e824629b870", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.73
[INFO] [stderr]     Checking ppv-lite86 v0.2.8
[INFO] [stderr]    Compiling hashbrown v0.8.1
[INFO] [stderr]    Compiling indexmap v1.5.0
[INFO] [stderr]     Checking getrandom v0.1.14
[INFO] [stderr]     Checking rand v0.4.6
[INFO] [stderr]     Checking rand_core v0.5.1
[INFO] [stderr]     Checking rand_chacha v0.2.2
[INFO] [stderr]     Checking rand v0.7.3
[INFO] [stderr]     Checking rand v0.3.23
[INFO] [stderr]     Checking libmath v0.2.1
[INFO] [stderr]     Checking reversi v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `debug`
[INFO] [stdout]    --> src/main.rs:128:21
[INFO] [stdout]     |
[INFO] [stdout] 128 |     fn print(&self, debug: bool) {
[INFO] [stdout]     |                     ^^^^^ help: if this is intentional, prefix it with an underscore: `_debug`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `debug`
[INFO] [stdout]    --> src/main.rs:128:21
[INFO] [stdout]     |
[INFO] [stdout] 128 |     fn print(&self, debug: bool) {
[INFO] [stdout]     |                     ^^^^^ help: if this is intentional, prefix it with an underscore: `_debug`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `u` is never read
[INFO] [stdout]    --> src/main.rs:181:25
[INFO] [stdout]     |
[INFO] [stdout] 181 |         let mut u: u8 = 1;
[INFO] [stdout]     |                         ^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout]     = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `u` is never read
[INFO] [stdout]    --> src/main.rs:181:25
[INFO] [stdout]     |
[INFO] [stdout] 181 |         let mut u: u8 = 1;
[INFO] [stdout]     |                         ^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout]     = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `u` is never read
[INFO] [stdout]    --> src/main.rs:320:25
[INFO] [stdout]     |
[INFO] [stdout] 320 |         let mut u: u8 = 1; // used as the iter for get_new_pos()
[INFO] [stdout]     |                         ^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `u` is never read
[INFO] [stdout]    --> src/main.rs:320:25
[INFO] [stdout]     |
[INFO] [stdout] 320 |         let mut u: u8 = 1; // used as the iter for get_new_pos()
[INFO] [stdout]     |                         ^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `prev_player_score`
[INFO] [stdout]    --> src/main.rs:841:10
[INFO] [stdout]     |
[INFO] [stdout] 841 |     let (prev_player_score, prev_cpu_score): (u8, u8) = b.get_score();
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_prev_player_score`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `player_score`
[INFO] [stdout]    --> src/main.rs:857:14
[INFO] [stdout]     |
[INFO] [stdout] 857 |         let (player_score, cpu_score): (u8, u8) = new_board.get_score();
[INFO] [stdout]     |              ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_player_score`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `prev_player_score`
[INFO] [stdout]    --> src/main.rs:841:10
[INFO] [stdout]     |
[INFO] [stdout] 841 |     let (prev_player_score, prev_cpu_score): (u8, u8) = b.get_score();
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_prev_player_score`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `player_score`
[INFO] [stdout]    --> src/main.rs:857:14
[INFO] [stdout]     |
[INFO] [stdout] 857 |         let (player_score, cpu_score): (u8, u8) = new_board.get_score();
[INFO] [stdout]     |              ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_player_score`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `difficulty`
[INFO] [stdout]    --> src/main.rs:886:13
[INFO] [stdout]     |
[INFO] [stdout] 886 |         let difficulty: String = match cpu_diff.trim().to_string().as_str() {
[INFO] [stdout]     |             ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_difficulty`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `difficulty`
[INFO] [stdout]    --> src/main.rs:886:13
[INFO] [stdout]     |
[INFO] [stdout] 886 |         let difficulty: String = match cpu_diff.trim().to_string().as_str() {
[INFO] [stdout]     |             ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_difficulty`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `Result` that must be used
[INFO] [stdout]    --> src/main.rs:715:34
[INFO] [stdout]     |
[INFO] [stdout] 715 |         if !debug { print!("."); stdout().flush(); }
[INFO] [stdout]     |                                  ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stdout]     = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 715 |         if !debug { print!("."); let _ = stdout().flush(); }
[INFO] [stdout]     |                                  +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `Result` that must be used
[INFO] [stdout]    --> src/main.rs:715:34
[INFO] [stdout]     |
[INFO] [stdout] 715 |         if !debug { print!("."); stdout().flush(); }
[INFO] [stdout]     |                                  ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stdout]     = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 715 |         if !debug { print!("."); let _ = stdout().flush(); }
[INFO] [stdout]     |                                  +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.59s
[INFO] running `Command { std: "docker" "inspect" "8758eb341675009e64016f4a3a721998eca318e5dd75e35e345f0e824629b870", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8758eb341675009e64016f4a3a721998eca318e5dd75e35e345f0e824629b870", kill_on_drop: false }`
[INFO] [stdout] 8758eb341675009e64016f4a3a721998eca318e5dd75e35e345f0e824629b870
