[INFO] cloning repository https://github.com/EasyToFindName/ultimate-tic-tac-toe-game [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/EasyToFindName/ultimate-tic-tac-toe-game" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FEasyToFindName%2Fultimate-tic-tac-toe-game", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FEasyToFindName%2Fultimate-tic-tac-toe-game'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 490f6110762a5cec18ffb3132c22534748d5d73d [INFO] checking EasyToFindName/ultimate-tic-tac-toe-game against try#32cb8dc6fdc8140b91f4d17c4883e528db4e7e6d for pr-83312 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FEasyToFindName%2Fultimate-tic-tac-toe-game" "/workspace/builds/worker-1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/EasyToFindName/ultimate-tic-tac-toe-game on toolchain 32cb8dc6fdc8140b91f4d17c4883e528db4e7e6d [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+32cb8dc6fdc8140b91f4d17c4883e528db4e7e6d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/EasyToFindName/ultimate-tic-tac-toe-game [INFO] finished tweaking git repo https://github.com/EasyToFindName/ultimate-tic-tac-toe-game [INFO] tweaked toml for git repo https://github.com/EasyToFindName/ultimate-tic-tac-toe-game written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/EasyToFindName/ultimate-tic-tac-toe-game already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+32cb8dc6fdc8140b91f4d17c4883e528db4e7e6d" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded tokio-signal v0.2.5 [INFO] [stderr] Downloaded synstructure v0.9.0 [INFO] [stderr] Downloaded serde v1.0.79 [INFO] [stderr] Downloaded actix_derive v0.3.0 [INFO] [stderr] Downloaded tokio-current-thread v0.1.3 [INFO] [stderr] Downloaded syn v0.15.9 [INFO] [stderr] Downloaded ipconfig v0.1.7 [INFO] [stderr] Downloaded trust-dns-resolver v0.9.1 [INFO] [stderr] Downloaded http v0.1.13 [INFO] [stderr] Downloaded failure v0.1.2 [INFO] [stderr] Downloaded flate2 v1.0.2 [INFO] [stderr] Downloaded actix v0.7.4 [INFO] [stderr] Downloaded h2 v0.1.12 [INFO] [stderr] Downloaded trust-dns-proto v0.4.0 [INFO] [stderr] Downloaded resolv-conf v0.6.1 [INFO] [stderr] Downloaded htmlescape v0.3.1 [INFO] [stderr] Downloaded serde_json v1.0.31 [INFO] [stderr] Downloaded tokio-threadpool v0.1.7 [INFO] [stderr] Downloaded tokio-io v0.1.9 [INFO] [stderr] Downloaded tokio-uds v0.2.2 [INFO] [stderr] Downloaded lazycell v1.2.0 [INFO] [stderr] Downloaded serde_derive v1.0.79 [INFO] [stderr] Downloaded tokio-reactor v0.1.6 [INFO] [stderr] Downloaded tokio-timer v0.2.7 [INFO] [stderr] Downloaded failure_derive v0.1.2 [INFO] [stderr] Downloaded actix-web v0.7.8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+32cb8dc6fdc8140b91f4d17c4883e528db4e7e6d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] af79243947f4be864e1d0aee5260cf2d439a5b0433a60159162671c0699b5689 [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" "af79243947f4be864e1d0aee5260cf2d439a5b0433a60159162671c0699b5689", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "af79243947f4be864e1d0aee5260cf2d439a5b0433a60159162671c0699b5689", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "af79243947f4be864e1d0aee5260cf2d439a5b0433a60159162671c0699b5689", kill_on_drop: false }` [INFO] [stdout] af79243947f4be864e1d0aee5260cf2d439a5b0433a60159162671c0699b5689 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+32cb8dc6fdc8140b91f4d17c4883e528db4e7e6d" "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] 4167bf8665d9861d40617669bf8ae414cc6abe50d62b89c56677bc3355763f4e [INFO] running `Command { std: "docker" "start" "-a" "4167bf8665d9861d40617669bf8ae414cc6abe50d62b89c56677bc3355763f4e", kill_on_drop: false }` [INFO] [stderr] Checking libc v0.2.43 [INFO] [stderr] Checking cfg-if v0.1.5 [INFO] [stderr] Checking futures v0.1.24 [INFO] [stderr] Checking rand_core v0.2.1 [INFO] [stderr] Compiling winapi-build v0.1.1 [INFO] [stderr] Checking nodrop v0.1.12 [INFO] [stderr] Checking winapi v0.2.8 [INFO] [stderr] Checking rustc-demangle v0.1.9 [INFO] [stderr] Compiling failure_derive v0.1.2 [INFO] [stderr] Compiling serde v1.0.79 [INFO] [stderr] Compiling regex v1.0.5 [INFO] [stderr] Compiling ryu v0.2.6 [INFO] [stderr] Checking utf8-ranges v1.0.1 [INFO] [stderr] Checking dtoa v0.4.3 [INFO] [stderr] Checking tic_tac_toe v0.1.0 (/opt/rustwide/workdir/tic-tac-toe) [INFO] [stderr] Checking indexmap v1.0.1 [INFO] [stderr] Checking owning_ref v0.3.3 [INFO] [stderr] Compiling memchr v2.1.0 [INFO] [stderr] Compiling unicase v2.1.0 [INFO] [stderr] Compiling ring v0.13.2 [INFO] [stderr] Compiling miniz-sys v0.1.10 [INFO] [stderr] Compiling actix-web v0.7.8 [INFO] [stderr] Checking regex-syntax v0.6.2 [INFO] [stderr] Checking base64 v0.9.3 [INFO] [stdout] error[E0369]: binary operation `==` cannot be applied to type `Option` [INFO] [stdout] --> tic-tac-toe/src/game_logic/game_board.rs:193:9 [INFO] [stdout] | [INFO] [stdout] 193 | assert_eq!(g.get_winner(0, 0), Some(GameElem::X)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | Option [INFO] [stdout] | Option [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: `game_logic::game_elements::Winner` doesn't implement `Debug` [INFO] [stdout] --> tic-tac-toe/src/game_logic/game_board.rs:193:9 [INFO] [stdout] | [INFO] [stdout] 193 | assert_eq!(g.get_winner(0, 0), Some(GameElem::X)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `game_logic::game_elements::Winner` cannot be formatted using `{:?}` [INFO] [stdout] | [INFO] [stdout] = help: the trait `Debug` is not implemented for `game_logic::game_elements::Winner` [INFO] [stdout] = note: add `#[derive(Debug)]` or manually implement `Debug` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Option` [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0369]: binary operation `==` cannot be applied to type `Option` [INFO] [stdout] --> tic-tac-toe/src/game_logic/game_board.rs:194:9 [INFO] [stdout] | [INFO] [stdout] 194 | assert_eq!(g.get_winner(0, 2), None); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | Option [INFO] [stdout] | Option<_> [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking arrayvec v0.4.7 [INFO] [stdout] error[E0277]: `game_logic::game_elements::Winner` doesn't implement `Debug` [INFO] [stdout] --> tic-tac-toe/src/game_logic/game_board.rs:194:9 [INFO] [stdout] | [INFO] [stdout] 194 | assert_eq!(g.get_winner(0, 2), None); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `game_logic::game_elements::Winner` cannot be formatted using `{:?}` [INFO] [stdout] | [INFO] [stdout] = help: the trait `Debug` is not implemented for `game_logic::game_elements::Winner` [INFO] [stdout] = note: add `#[derive(Debug)]` or manually implement `Debug` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `Option` [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 4 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0277, E0369. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stderr] error: could not compile `tic_tac_toe` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "4167bf8665d9861d40617669bf8ae414cc6abe50d62b89c56677bc3355763f4e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4167bf8665d9861d40617669bf8ae414cc6abe50d62b89c56677bc3355763f4e", kill_on_drop: false }` [INFO] [stdout] 4167bf8665d9861d40617669bf8ae414cc6abe50d62b89c56677bc3355763f4e