[INFO] cloning repository https://github.com/AdmiralPotato/advent_of_code_2023
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/AdmiralPotato/advent_of_code_2023" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAdmiralPotato%2Fadvent_of_code_2023", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAdmiralPotato%2Fadvent_of_code_2023'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] d5da33d4411f4fe1b13dfc75da0072e668bc61cd
[INFO] documenting AdmiralPotato/advent_of_code_2023 against 1.91.0 for beta-1.92-rustdoc-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAdmiralPotato%2Fadvent_of_code_2023" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/AdmiralPotato/advent_of_code_2023
[INFO] finished tweaking git repo https://github.com/AdmiralPotato/advent_of_code_2023
[INFO] tweaked toml for git repo https://github.com/AdmiralPotato/advent_of_code_2023 written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/AdmiralPotato/advent_of_code_2023 on toolchain 1.91.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.91.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/AdmiralPotato/advent_of_code_2023 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" "+1.91.0" "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] 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-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] d84c1245288a0fd4947d45179da4f46fc99eb2e4128db85d05a073fa91be138f
[INFO] running `Command { std: "docker" "start" "-a" "d84c1245288a0fd4947d45179da4f46fc99eb2e4128db85d05a073fa91be138f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d84c1245288a0fd4947d45179da4f46fc99eb2e4128db85d05a073fa91be138f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d84c1245288a0fd4947d45179da4f46fc99eb2e4128db85d05a073fa91be138f", kill_on_drop: false }`
[INFO] [stdout] d84c1245288a0fd4947d45179da4f46fc99eb2e4128db85d05a073fa91be138f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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" "RUSTDOCFLAGS=--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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5b5bb225d1ca9476593f0c3233233792dd833de5ee78c4ad4f2637e5dd8b39b8
[INFO] running `Command { std: "docker" "start" "-a" "5b5bb225d1ca9476593f0c3233233792dd833de5ee78c4ad4f2637e5dd8b39b8", 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] 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]     Checking memchr v2.6.4
[INFO] [stderr]     Checking regex-syntax v0.8.2
[INFO] [stderr]  Documenting day_06 v0.1.0 (/opt/rustwide/workdir/day_06)
[INFO] [stderr]  Documenting day_02 v0.1.0 (/opt/rustwide/workdir/day_02)
[INFO] [stderr]  Documenting day_08 v0.1.0 (/opt/rustwide/workdir/day_08)
[INFO] [stderr]  Documenting day_05 v0.1.0 (/opt/rustwide/workdir/day_05)
[INFO] [stderr]  Documenting day_12 v0.1.0 (/opt/rustwide/workdir/day_12)
[INFO] [stderr]  Documenting day_04 v0.1.0 (/opt/rustwide/workdir/day_04)
[INFO] [stderr]  Documenting day_13 v0.1.0 (/opt/rustwide/workdir/day_13)
[INFO] [stderr]  Documenting day_09 v0.1.0 (/opt/rustwide/workdir/day_09)
[INFO] [stderr]  Documenting day_01 v0.1.0 (/opt/rustwide/workdir/day_01)
[INFO] [stderr]  Documenting day_07 v0.1.0 (/opt/rustwide/workdir/day_07)
[INFO] [stderr]  Documenting day_10 v0.1.0 (/opt/rustwide/workdir/day_10)
[INFO] [stdout] error: expected a pattern, found an expression
[INFO] [stdout]   --> day_07/src/main.rs:50:9
[INFO] [stdout]    |
[INFO] [stdout] 50 |         values[0] == 5 => Classification::HighCard,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ not a pattern
[INFO] [stdout]    |
[INFO] [stdout]    = note: arbitrary expressions are not allowed in patterns: <https://doc.rust-lang.org/book/ch19-00-patterns.html>
[INFO] [stdout] help: consider moving the expression to a match arm guard
[INFO] [stdout]    |
[INFO] [stdout] 50 -         values[0] == 5 => Classification::HighCard,
[INFO] [stdout] 50 +         val if val == (values[0] == 5) => Classification::HighCard,
[INFO] [stdout]    |
[INFO] [stdout] help: consider extracting the expression into a `const`
[INFO] [stdout]    |
[INFO] [stdout] 49 +     const VAL: /* Type */ = values[0] == 5;
[INFO] [stdout] 50 ~     match values {
[INFO] [stdout] 51 ~         VAL => Classification::HighCard,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: Compilation failed, aborting rustdoc
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not document `day_07`
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "5b5bb225d1ca9476593f0c3233233792dd833de5ee78c4ad4f2637e5dd8b39b8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5b5bb225d1ca9476593f0c3233233792dd833de5ee78c4ad4f2637e5dd8b39b8", kill_on_drop: false }`
[INFO] [stdout] 5b5bb225d1ca9476593f0c3233233792dd833de5ee78c4ad4f2637e5dd8b39b8
