[INFO] cloning repository https://github.com/sa-kei728/tic_tac_toe [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/sa-kei728/tic_tac_toe" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsa-kei728%2Ftic_tac_toe", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsa-kei728%2Ftic_tac_toe'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] ff4b45b415b73c471103df1d44f8a611a089043c [INFO] checking sa-kei728/tic_tac_toe against beta for pr-78714 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsa-kei728%2Ftic_tac_toe" "/workspace/builds/worker-9/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-9/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/sa-kei728/tic_tac_toe on toolchain beta [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/sa-kei728/tic_tac_toe [INFO] finished tweaking git repo https://github.com/sa-kei728/tic_tac_toe [INFO] tweaked toml for git repo https://github.com/sa-kei728/tic_tac_toe written to /workspace/builds/worker-9/source/Cargo.toml [INFO] crate git repo https://github.com/sa-kei728/tic_tac_toe already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 8d0bbf2006cb0f40ae3954f1950d2da6bbb9ab1c938aa374cd6e5c01c07b517a [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" "8d0bbf2006cb0f40ae3954f1950d2da6bbb9ab1c938aa374cd6e5c01c07b517a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8d0bbf2006cb0f40ae3954f1950d2da6bbb9ab1c938aa374cd6e5c01c07b517a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8d0bbf2006cb0f40ae3954f1950d2da6bbb9ab1c938aa374cd6e5c01c07b517a", kill_on_drop: false }` [INFO] [stdout] 8d0bbf2006cb0f40ae3954f1950d2da6bbb9ab1c938aa374cd6e5c01c07b517a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] e275ee2425c4cfde0f3b1b3e8d806802cbfc5c865d0d95da1d08b2215cbec1e9 [INFO] running `Command { std: "docker" "start" "-a" "e275ee2425c4cfde0f3b1b3e8d806802cbfc5c865d0d95da1d08b2215cbec1e9", kill_on_drop: false }` [INFO] [stderr] Checking tic_tac_toe v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/board.rs:131:90 [INFO] [stdout] | [INFO] [stdout] 131 | std::mem::replace(&mut self.board_matrix[row][col], player.get_piece_type());; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(redundant_semicolons)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/board.rs:131:90 [INFO] [stdout] | [INFO] [stdout] 131 | std::mem::replace(&mut self.board_matrix[row][col], player.get_piece_type());; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(redundant_semicolons)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `std::mem::replace` that must be used [INFO] [stdout] --> src/board.rs:131:13 [INFO] [stdout] | [INFO] [stdout] 131 | std::mem::replace(&mut self.board_matrix[row][col], player.get_piece_type());; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `std::mem::replace` that must be used [INFO] [stdout] --> src/board.rs:131:13 [INFO] [stdout] | [INFO] [stdout] 131 | std::mem::replace(&mut self.board_matrix[row][col], player.get_piece_type());; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.68s [INFO] running `Command { std: "docker" "inspect" "e275ee2425c4cfde0f3b1b3e8d806802cbfc5c865d0d95da1d08b2215cbec1e9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e275ee2425c4cfde0f3b1b3e8d806802cbfc5c865d0d95da1d08b2215cbec1e9", kill_on_drop: false }` [INFO] [stdout] e275ee2425c4cfde0f3b1b3e8d806802cbfc5c865d0d95da1d08b2215cbec1e9