[INFO] updating cached repository https://github.com/JoshuaRadin37/Tic-Tac-Toe [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 9b70def198c3d108619bbc349d17378518b4df7e [INFO] testing JoshuaRadin37/Tic-Tac-Toe against 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJoshuaRadin37%2FTic-Tac-Toe" "/workspace/builds/worker-5/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/JoshuaRadin37/Tic-Tac-Toe on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/JoshuaRadin37/Tic-Tac-Toe [INFO] finished tweaking git repo https://github.com/JoshuaRadin37/Tic-Tac-Toe [INFO] tweaked toml for git repo https://github.com/JoshuaRadin37/Tic-Tac-Toe written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/JoshuaRadin37/Tic-Tac-Toe already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.44.0" "build" "--frozen"` [INFO] [stdout] 83fef9f8406bd4a8e1f15c8de369cf5635b4669d1245956557be042c23ea2310 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "83fef9f8406bd4a8e1f15c8de369cf5635b4669d1245956557be042c23ea2310"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling input-event-codes v0.2.1 [INFO] [stderr] Compiling device_query v0.2.4 [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Compiling net2 v0.2.34 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling signal-hook-registry v1.2.0 [INFO] [stderr] Compiling parking_lot_core v0.7.2 [INFO] [stderr] Compiling x11 v2.18.2 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling parking_lot v0.10.2 [INFO] [stderr] Compiling mio v0.6.22 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling signal-hook v0.1.15 [INFO] [stderr] Compiling crossterm v0.17.4 [INFO] [stderr] Compiling tic_tac_toe v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error: expected one of `(`, `.`, `::`, `;`, `?`, `}`, or an operator, found `!` [INFO] [stderr] --> src/game/board.rs:200:20 [INFO] [stderr] | [INFO] [stderr] 200 | writeln!(f, "")?; [INFO] [stderr] | ^ expected one of 7 possible tokens [INFO] [stderr] [INFO] [stderr] warning: unused import: `crate::game::board::Board` [INFO] [stderr] --> src/main.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use crate::game::board::Board; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `Player` [INFO] [stderr] --> src/main.rs:2:27 [INFO] [stderr] | [INFO] [stderr] 2 | use crate::game::player::{Player, PlayerBuilder}; [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `Controller` [INFO] [stderr] --> src/game/cycle.rs:1:35 [INFO] [stderr] | [INFO] [stderr] 1 | use crate::game::player::{Player, Controller, SelfController}; [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> src/main.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | #[macro_use] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error; 4 warnings emitted [INFO] [stderr] [INFO] [stderr] error: could not compile `tic_tac_toe`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "83fef9f8406bd4a8e1f15c8de369cf5635b4669d1245956557be042c23ea2310"` [INFO] running `"docker" "rm" "-f" "83fef9f8406bd4a8e1f15c8de369cf5635b4669d1245956557be042c23ea2310"` [INFO] [stdout] 83fef9f8406bd4a8e1f15c8de369cf5635b4669d1245956557be042c23ea2310