[INFO] cloning repository https://github.com/mingyli/tictactoe-rs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mingyli/tictactoe-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmingyli%2Ftictactoe-rs", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmingyli%2Ftictactoe-rs'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 56084fa66dabebd96d08024e54d17ab278614162 [INFO] testing mingyli/tictactoe-rs against beta-2022-02-22 for beta-1.60-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmingyli%2Ftictactoe-rs" "/workspace/builds/worker-5/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/mingyli/tictactoe-rs on toolchain beta-2022-02-22 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/mingyli/tictactoe-rs [INFO] finished tweaking git repo https://github.com/mingyli/tictactoe-rs [INFO] tweaked toml for git repo https://github.com/mingyli/tictactoe-rs written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/mingyli/tictactoe-rs already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "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" "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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--no-deps" "--format-version=1", 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] afea45ca2ad0d65961eab40288168320950f92c375dc22df71989a9284835966 [INFO] running `Command { std: "docker" "start" "-a" "afea45ca2ad0d65961eab40288168320950f92c375dc22df71989a9284835966", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "afea45ca2ad0d65961eab40288168320950f92c375dc22df71989a9284835966", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "afea45ca2ad0d65961eab40288168320950f92c375dc22df71989a9284835966", kill_on_drop: false }` [INFO] [stdout] afea45ca2ad0d65961eab40288168320950f92c375dc22df71989a9284835966 [INFO] running `Command { std: "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" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0c7f375356099db80381e14ecbaed4b19cd5cae839c2aac59d1205132ea8ff6d [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" "0c7f375356099db80381e14ecbaed4b19cd5cae839c2aac59d1205132ea8ff6d", kill_on_drop: false }` [INFO] [stderr] Compiling tictactoe v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0437]: type `Ok` is not a member of trait `Try` [INFO] [stdout] --> src/phase.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | type Ok = State; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not a member of trait `Try` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0437]: type `Error` is not a member of trait `Try` [INFO] [stdout] --> src/phase.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | type Error = (State, Option); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not a member of trait `Try` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0407]: method `into_result` is not a member of trait `Try` [INFO] [stdout] --> src/phase.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 15 | / fn into_result(self) -> Result { [INFO] [stdout] 16 | | match self { [INFO] [stdout] 17 | | Phase::InProgress(state) => Ok(state), [INFO] [stdout] 18 | | Phase::Win(state, winner) => Err((state, Some(winner))), [INFO] [stdout] 19 | | Phase::Tie(state) => Err((state, None)), [INFO] [stdout] 20 | | } [INFO] [stdout] 21 | | } [INFO] [stdout] | |_____^ not a member of trait `Try` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0407]: method `from_error` is not a member of trait `Try` [INFO] [stdout] --> src/phase.rs:23:5 [INFO] [stdout] | [INFO] [stdout] 23 | / fn from_error((state, player): Self::Error) -> Self { [INFO] [stdout] 24 | | match player { [INFO] [stdout] 25 | | None => Phase::Tie(state), [INFO] [stdout] 26 | | Some(winner) => Phase::Win(state, winner), [INFO] [stdout] 27 | | } [INFO] [stdout] 28 | | } [INFO] [stdout] | |_____^ not a member of trait `Try` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0407]: method `from_ok` is not a member of trait `Try` [INFO] [stdout] --> src/phase.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 30 | / fn from_ok(v: Self::Ok) -> Self { [INFO] [stdout] 31 | | Phase::InProgress(v) [INFO] [stdout] 32 | | } [INFO] [stdout] | |_____^ not a member of trait `Try` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'try_trait_v2' [INFO] [stdout] --> src/phase.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | use std::ops::Try; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #84277 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'try_trait_v2' [INFO] [stdout] --> src/phase.rs:11:6 [INFO] [stdout] | [INFO] [stdout] 11 | impl Try for Phase { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #84277 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0220]: associated type `Ok` not found for `Self` [INFO] [stdout] --> src/phase.rs:15:42 [INFO] [stdout] | [INFO] [stdout] 15 | fn into_result(self) -> Result { [INFO] [stdout] | ^^ associated type `Ok` not found [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0220]: associated type `Error` not found for `Self` [INFO] [stdout] --> src/phase.rs:15:52 [INFO] [stdout] | [INFO] [stdout] 15 | fn into_result(self) -> Result { [INFO] [stdout] | ^^^^^ associated type `Error` not found [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0220]: associated type `Error` not found for `Self` [INFO] [stdout] --> src/phase.rs:23:42 [INFO] [stdout] | [INFO] [stdout] 23 | fn from_error((state, player): Self::Error) -> Self { [INFO] [stdout] | ^^^^^ associated type `Error` not found [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0220]: associated type `Ok` not found for `Self` [INFO] [stdout] --> src/phase.rs:30:25 [INFO] [stdout] | [INFO] [stdout] 30 | fn from_ok(v: Self::Ok) -> Self { [INFO] [stdout] | ^^ associated type `Ok` not found [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 11 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0220, E0407, E0437, E0658. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0220`. [INFO] [stdout] [INFO] [stderr] error: could not compile `tictactoe` due to 12 previous errors [INFO] running `Command { std: "docker" "inspect" "0c7f375356099db80381e14ecbaed4b19cd5cae839c2aac59d1205132ea8ff6d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0c7f375356099db80381e14ecbaed4b19cd5cae839c2aac59d1205132ea8ff6d", kill_on_drop: false }` [INFO] [stdout] 0c7f375356099db80381e14ecbaed4b19cd5cae839c2aac59d1205132ea8ff6d