[INFO] cloning repository https://github.com/Gnarus-G/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/Gnarus-G/tic-tac-toe" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FGnarus-G%2Ftic-tac-toe", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FGnarus-G%2Ftic-tac-toe'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 982b8697d291d3b7f28cd43bcfab0e99b8300240
[INFO] checking Gnarus-G/tic-tac-toe against try#4f260f0f20b3133d20cfb50353c0221943af5796+rustflags=-Dunmustuse_in_always_ok for pr-148577
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FGnarus-G%2Ftic-tac-toe" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Gnarus-G/tic-tac-toe
[INFO] finished tweaking git repo https://github.com/Gnarus-G/tic-tac-toe
[INFO] tweaked toml for git repo https://github.com/Gnarus-G/tic-tac-toe written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Gnarus-G/tic-tac-toe on toolchain 4f260f0f20b3133d20cfb50353c0221943af5796
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4f260f0f20b3133d20cfb50353c0221943af5796" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Gnarus-G/tic-tac-toe already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4f260f0f20b3133d20cfb50353c0221943af5796" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
[INFO] [stderr]   |
[INFO] [stderr]   = note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
[INFO] [stderr]   = note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
[INFO] [stderr]   = note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+4f260f0f20b3133d20cfb50353c0221943af5796" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 04f738f9013de924e72aebebfed42ecc034c211a629cdc0334e44ddd6357ce9b
[INFO] running `Command { std: "docker" "start" "-a" "04f738f9013de924e72aebebfed42ecc034c211a629cdc0334e44ddd6357ce9b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "04f738f9013de924e72aebebfed42ecc034c211a629cdc0334e44ddd6357ce9b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "04f738f9013de924e72aebebfed42ecc034c211a629cdc0334e44ddd6357ce9b", kill_on_drop: false }`
[INFO] [stdout] 04f738f9013de924e72aebebfed42ecc034c211a629cdc0334e44ddd6357ce9b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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 -Dunmustuse_in_always_ok" "-e" "RUSTDOCFLAGS=--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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+4f260f0f20b3133d20cfb50353c0221943af5796" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b2e82145d20c83f78e0da5ec62882c6f4026594408fde11c64f4991ce1e794e0
[INFO] running `Command { std: "docker" "start" "-a" "b2e82145d20c83f78e0da5ec62882c6f4026594408fde11c64f4991ce1e794e0", kill_on_drop: false }`
[INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
[INFO] [stderr]   |
[INFO] [stderr]   = note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
[INFO] [stderr]   = note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
[INFO] [stderr]   = note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
[INFO] [stderr]    Compiling libc v0.2.126
[INFO] [stderr]    Compiling proc-macro2 v1.0.39
[INFO] [stderr]    Compiling unicode-ident v1.0.0
[INFO] [stderr]    Compiling syn v1.0.95
[INFO] [stderr]    Compiling indexmap v1.8.2
[INFO] [stderr]     Checking os_str_bytes v6.1.0
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling heck v0.4.0
[INFO] [stderr]    Compiling io-lifetimes v0.6.1
[INFO] [stderr]     Checking clap_lex v0.2.0
[INFO] [stderr]     Checking termcolor v1.1.3
[INFO] [stderr]    Compiling rustix v0.34.8
[INFO] [stderr]     Checking textwrap v0.15.0
[INFO] [stderr]     Checking linux-raw-sys v0.0.46
[INFO] [stderr]     Checking smallvec v1.8.0
[INFO] [stderr]     Checking endian-type v0.1.2
[INFO] [stderr]     Checking unicode-segmentation v1.9.0
[INFO] [stderr]     Checking unicode-width v0.1.9
[INFO] [stderr]     Checking utf8parse v0.2.0
[INFO] [stderr]     Checking nibble_vec v0.1.0
[INFO] [stderr]     Checking radix_trie v0.2.1
[INFO] [stderr]    Compiling quote v1.0.18
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]     Checking dirs-sys-next v0.1.2
[INFO] [stderr]     Checking nix v0.23.1
[INFO] [stderr]     Checking dirs-next v2.0.0
[INFO] [stderr]     Checking fd-lock v3.0.5
[INFO] [stderr]     Checking rustyline v9.1.2
[INFO] [stderr]    Compiling clap_derive v3.1.18
[INFO] [stderr]     Checking promptly v0.3.1
[INFO] [stderr]     Checking clap v3.1.18
[INFO] [stderr]     Checking tic-tac-toe v0.1.1 (/opt/rustwide/workdir/crates/tic-tac-toe)
[INFO] [stdout] warning: method `is_complete` is never used
[INFO] [stdout]    --> crates/tic-tac-toe/src/lib.rs:104:8
[INFO] [stdout]     |
[INFO] [stdout]  35 | impl Board {
[INFO] [stdout]     | ---------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 104 |     fn is_complete(&self) -> bool {
[INFO] [stdout]     |        ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> crates/tic-tac-toe/src/lib.rs:62:17
[INFO] [stdout]    |
[INFO] [stdout] 62 |     pub fn rows(&self) -> std::slice::Iter<Vec<Option<Move>>> {
[INFO] [stdout]    |                 ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 62 |     pub fn rows(&self) -> std::slice::Iter<'_, Vec<Option<Move>>> {
[INFO] [stdout]    |                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> crates/tic-tac-toe/src/lib.rs:62:17
[INFO] [stdout]    |
[INFO] [stdout] 62 |     pub fn rows(&self) -> std::slice::Iter<Vec<Option<Move>>> {
[INFO] [stdout]    |                 ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 62 |     pub fn rows(&self) -> std::slice::Iter<'_, Vec<Option<Move>>> {
[INFO] [stdout]    |                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking net-tac-toe v0.2.1 (/opt/rustwide/workdir/crates/net-tac-toe)
[INFO] [stderr] error: could not compile `net-tac-toe` (bin "net-tac-toe") due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `net-tac-toe` (bin "net-tac-toe" test) due to 1 previous error
[INFO] [stdout] error: this type will no longer be must used: Result<std::string::String, Infallible>
[INFO] [stdout]   --> crates/net-tac-toe/src/main.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 | /     /// IP address of the X peer's connection. Required if you're not X.
[INFO] [stdout] 19 | |     #[clap(short, long, required_unless_present = "x")]
[INFO] [stdout] 20 | |     ip: Option<String>,
[INFO] [stdout]    | |______________________^
[INFO] [stdout]    |
[INFO] [stdout]    = note: requested on the command line with `-D unmustuse-in-always-ok`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<std::string::String, Infallible>
[INFO] [stdout]   --> crates/net-tac-toe/src/main.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 | /     /// IP address of the X peer's connection. Required if you're not X.
[INFO] [stdout] 19 | |     #[clap(short, long, required_unless_present = "x")]
[INFO] [stdout] 20 | |     ip: Option<String>,
[INFO] [stdout]    | |______________________^
[INFO] [stdout]    |
[INFO] [stdout]    = note: requested on the command line with `-D unmustuse-in-always-ok`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "b2e82145d20c83f78e0da5ec62882c6f4026594408fde11c64f4991ce1e794e0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b2e82145d20c83f78e0da5ec62882c6f4026594408fde11c64f4991ce1e794e0", kill_on_drop: false }`
[INFO] [stdout] b2e82145d20c83f78e0da5ec62882c6f4026594408fde11c64f4991ce1e794e0
