[INFO] cloning repository https://github.com/christiansakai/tictactoe_multiplayer_rust [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/christiansakai/tictactoe_multiplayer_rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fchristiansakai%2Ftictactoe_multiplayer_rust", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fchristiansakai%2Ftictactoe_multiplayer_rust'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 5c60febfdac2f10feff9f09c98c2c7e49d023da7 [INFO] checking christiansakai/tictactoe_multiplayer_rust against master#43d9f3859e0204e764161ee085a360274b5f3e9a for pr-97346 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fchristiansakai%2Ftictactoe_multiplayer_rust" "/workspace/builds/worker-6/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/christiansakai/tictactoe_multiplayer_rust on toolchain 43d9f3859e0204e764161ee085a360274b5f3e9a [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+43d9f3859e0204e764161ee085a360274b5f3e9a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/christiansakai/tictactoe_multiplayer_rust [INFO] finished tweaking git repo https://github.com/christiansakai/tictactoe_multiplayer_rust [INFO] tweaked toml for git repo https://github.com/christiansakai/tictactoe_multiplayer_rust written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/christiansakai/tictactoe_multiplayer_rust already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+43d9f3859e0204e764161ee085a360274b5f3e9a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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:ac0d0aa6ec8ed129e241004a6179c99fa0d2616f50ba759c5b60bd26d0fafa02" "/opt/rustwide/cargo-home/bin/cargo" "+43d9f3859e0204e764161ee085a360274b5f3e9a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] fef53a4328d1ea4f0abd6a5cd7bf0fee65c33a3f5862d55db94bd1bf389b8a10 [INFO] running `Command { std: "docker" "start" "-a" "fef53a4328d1ea4f0abd6a5cd7bf0fee65c33a3f5862d55db94bd1bf389b8a10", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "fef53a4328d1ea4f0abd6a5cd7bf0fee65c33a3f5862d55db94bd1bf389b8a10", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fef53a4328d1ea4f0abd6a5cd7bf0fee65c33a3f5862d55db94bd1bf389b8a10", kill_on_drop: false }` [INFO] [stdout] fef53a4328d1ea4f0abd6a5cd7bf0fee65c33a3f5862d55db94bd1bf389b8a10 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:ac0d0aa6ec8ed129e241004a6179c99fa0d2616f50ba759c5b60bd26d0fafa02" "/opt/rustwide/cargo-home/bin/cargo" "+43d9f3859e0204e764161ee085a360274b5f3e9a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1a37bed3bfe1668b51a1d1dec8052c68d8a5d90d8a073db5b5210745c5c00de7 [INFO] running `Command { std: "docker" "start" "-a" "1a37bed3bfe1668b51a1d1dec8052c68d8a5d90d8a073db5b5210745c5c00de7", kill_on_drop: false }` [INFO] [stderr] Checking tictactoe v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/game.rs:31:17 [INFO] [stdout] | [INFO] [stdout] 31 | let mut row: Vec = vec![ [INFO] [stdout] | ----^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/game.rs:31:17 [INFO] [stdout] | [INFO] [stdout] 31 | let mut row: Vec = vec![ [INFO] [stdout] | ----^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [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: unused imports: `client`, `server` [INFO] [stdout] --> src/main.rs:7:26 [INFO] [stdout] | [INFO] [stdout] 7 | use tictactoe::network::{server, client}; [INFO] [stdout] | ^^^^^^ ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `client`, `server` [INFO] [stdout] --> src/main.rs:7:26 [INFO] [stdout] | [INFO] [stdout] 7 | use tictactoe::network::{server, client}; [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: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 14.16s [ERROR] error running command: no output for 300 seconds [INFO] running `Command { std: "docker" "inspect" "1a37bed3bfe1668b51a1d1dec8052c68d8a5d90d8a073db5b5210745c5c00de7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1a37bed3bfe1668b51a1d1dec8052c68d8a5d90d8a073db5b5210745c5c00de7", kill_on_drop: false }` [INFO] [stderr] Error response from daemon: Could not kill running container 1a37bed3bfe1668b51a1d1dec8052c68d8a5d90d8a073db5b5210745c5c00de7, cannot remove - tried to kill container, but did not receive an exit event [ERROR] failed to delete container 1a37bed3bfe1668b51a1d1dec8052c68d8a5d90d8a073db5b5210745c5c00de7 [ERROR] caused by: command failed: exit status: 1