[INFO] cloning repository https://github.com/mnocenti/aoc23
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mnocenti/aoc23" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmnocenti%2Faoc23", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmnocenti%2Faoc23'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 31032e82e0f00b78d2528be3c7b8325f73dc884f
[INFO] documenting mnocenti/aoc23 against 1.98.0-beta.1 for beta-rustdoc-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmnocenti%2Faoc23" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/mnocenti/aoc23
[INFO] finished tweaking git repo https://github.com/mnocenti/aoc23
[INFO] tweaked toml for git repo https://github.com/mnocenti/aoc23 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/mnocenti/aoc23 on toolchain 1.98.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]      Locking 207 packages to latest compatible versions
[INFO] [stderr]       Adding colored v2.2.0 (available: v3.1.1)
[INFO] [stderr]       Adding itertools v0.10.5 (available: v0.15.0)
[INFO] [stderr]       Adding take-until v0.1.0 (available: v0.2.0)
[INFO] [stderr]       Adding thiserror v1.0.69 (available: v2.0.18)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 9374e5cee1cc1be3d415cf3d218d9002dd1bed818c64562bf05c4eeabdcd26b5
[INFO] running `Command { std: "docker" "start" "9374e5cee1cc1be3d415cf3d218d9002dd1bed818c64562bf05c4eeabdcd26b5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9374e5cee1cc1be3d415cf3d218d9002dd1bed818c64562bf05c4eeabdcd26b5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "9374e5cee1cc1be3d415cf3d218d9002dd1bed818c64562bf05c4eeabdcd26b5" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9374e5cee1cc1be3d415cf3d218d9002dd1bed818c64562bf05c4eeabdcd26b5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "9374e5cee1cc1be3d415cf3d218d9002dd1bed818c64562bf05c4eeabdcd26b5" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]    Compiling autocfg v1.5.1
[INFO] [stderr]    Compiling xml-rs v0.8.28
[INFO] [stderr]    Compiling unicode-ident v1.0.24
[INFO] [stderr]     Checking cfg-if v1.0.4
[INFO] [stderr]    Compiling pkg-config v0.3.33
[INFO] [stderr]     Checking lazy_static v1.5.0
[INFO] [stderr]    Compiling khronos_api v3.1.0
[INFO] [stderr]     Checking once_cell v1.21.4
[INFO] [stderr]    Compiling log v0.4.33
[INFO] [stderr]     Checking smallvec v1.15.2
[INFO] [stderr]     Checking scoped-tls v1.0.1
[INFO] [stderr]     Checking downcast-rs v1.2.1
[INFO] [stderr]    Compiling parking_lot_core v0.8.6
[INFO] [stderr]     Checking memchr v2.8.3
[INFO] [stderr]     Checking libloading v0.8.9
[INFO] [stderr]     Checking instant v0.1.13
[INFO] [stderr]    Compiling crossbeam-utils v0.8.22
[INFO] [stderr]     Checking xcursor v0.3.10
[INFO] [stderr]     Checking lock_api v0.4.14
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling object v0.37.3
[INFO] [stderr]     Checking cty v0.2.2
[INFO] [stderr]    Compiling winit v0.26.1
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.20
[INFO] [stderr]     Checking raw-window-handle v0.4.3
[INFO] [stderr]     Checking dlib v0.5.3
[INFO] [stderr]     Checking utf8parse v0.2.2
[INFO] [stderr]     Checking gimli v0.32.3
[INFO] [stderr]     Checking adler2 v2.0.1
[INFO] [stderr]     Checking percent-encoding v2.3.2
[INFO] [stderr]     Checking cfg-if v0.1.10
[INFO] [stderr]    Compiling crossbeam-deque v0.8.7
[INFO] [stderr]     Checking libloading v0.7.4
[INFO] [stderr]     Checking anstyle v1.0.14
[INFO] [stderr]    Compiling paste v1.0.15
[INFO] [stderr]     Checking miniz_oxide v0.8.9
[INFO] [stderr]     Checking anstyle-parse v1.0.0
[INFO] [stderr]    Compiling rayon-core v1.13.0
[INFO] [stderr]     Checking anstyle-query v1.1.5
[INFO] [stderr]    Compiling quote v1.0.46
[INFO] [stderr]    Compiling memoffset v0.6.5
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking colorchoice v1.0.5
[INFO] [stderr]     Checking is_terminal_polyfill v1.70.2
[INFO] [stderr]     Checking rustc-demangle v0.1.28
[INFO] [stderr]     Checking slab v0.4.12
[INFO] [stderr]     Checking regex-syntax v0.8.11
[INFO] [stderr]     Checking takeable-option v0.5.0
[INFO] [stderr]    Compiling wayland-sys v0.29.5
[INFO] [stderr]    Compiling x11-dl v2.21.0
[INFO] [stderr]    Compiling smithay-client-toolkit v0.15.4
[INFO] [stderr]     Checking anstream v1.0.0
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]     Checking strsim v0.11.1
[INFO] [stderr]     Checking either v1.16.0
[INFO] [stderr]     Checking clap_lex v1.1.0
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling syn v2.0.118
[INFO] [stderr]     Checking aho-corasick v1.1.4
[INFO] [stderr]     Checking clap_builder v4.6.0
[INFO] [stderr]    Compiling macro_rules_attribute-proc_macro v0.2.2
[INFO] [stderr]     Checking colored v2.2.0
[INFO] [stderr]     Checking take-until v0.1.0
[INFO] [stderr]     Checking itertools v0.10.5
[INFO] [stderr]     Checking bitflags v2.13.0
[INFO] [stderr]     Checking macro_rules_attribute v0.2.2
[INFO] [stderr]    Compiling wayland-scanner v0.29.5
[INFO] [stderr]    Compiling gl_generator v0.14.0
[INFO] [stderr]     Checking rayon v1.12.0
[INFO] [stderr]    Compiling glutin_egl_sys v0.1.6
[INFO] [stderr]    Compiling glutin_glx_sys v0.1.8
[INFO] [stderr]    Compiling glium v0.31.0
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking num-complex v0.4.6
[INFO] [stderr]     Checking nix v0.24.3
[INFO] [stderr]     Checking nix v0.22.3
[INFO] [stderr]     Checking memmap2 v0.3.1
[INFO] [stderr]    Compiling wayland-client v0.29.5
[INFO] [stderr]    Compiling wayland-protocols v0.29.5
[INFO] [stderr]     Checking mio v0.8.11
[INFO] [stderr]     Checking parking_lot v0.11.2
[INFO] [stderr]     Checking shared_library v0.1.9
[INFO] [stderr]     Checking crossterm_utils v0.4.0
[INFO] [stderr]     Checking iovec v0.1.4
[INFO] [stderr]     Checking net2 v0.2.39
[INFO] [stderr]     Checking osmesa-sys v0.1.2
[INFO] [stderr]     Checking num-bigint v0.4.8
[INFO] [stderr]     Checking crossterm_screen v0.3.2
[INFO] [stderr]     Checking num-iter v0.1.46
[INFO] [stderr]     Checking regex-automata v0.4.15
[INFO] [stderr]     Checking mio v0.6.23
[INFO] [stderr]     Checking wayland-commons v0.29.5
[INFO] [stderr]     Checking crossterm_input v0.5.0
[INFO] [stderr]     Checking num-rational v0.4.2
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]     Checking addr2line v0.25.1
[INFO] [stderr]     Checking crossterm_cursor v0.4.0
[INFO] [stderr]     Checking num v0.4.3
[INFO] [stderr]     Checking backtrace v0.3.76
[INFO] [stderr]     Checking wayland-cursor v0.29.5
[INFO] [stderr]     Checking wayland-egl v0.29.5
[INFO] [stderr]     Checking clap v4.6.1
[INFO] [stderr]     Checking regex v1.13.0
[INFO] [stderr]     Checking calloop v0.9.3
[INFO] [stderr]     Checking glutin v0.28.0
[INFO] [stderr]     Checking pixel-canvas v0.2.3
[INFO] [stderr]     Checking aoc23 v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]  Documenting aoc23 v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unnecessary parentheses around closure body
[INFO] [stdout]    --> src/day23/main.rs:189:76
[INFO] [stdout]     |
[INFO] [stdout] 189 |             !next_dir.is_reverse(dir) && trail.get(*coord).is_some_and(|t| (t != &Tile::Forest))
[INFO] [stdout]     |                                                                            ^                  ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 189 -             !next_dir.is_reverse(dir) && trail.get(*coord).is_some_and(|t| (t != &Tile::Forest))
[INFO] [stdout] 189 +             !next_dir.is_reverse(dir) && trail.get(*coord).is_some_and(|t| t != &Tile::Forest)
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around closure body
[INFO] [stdout]    --> src/day23/main.rs:235:72
[INFO] [stdout]     |
[INFO] [stdout] 235 |                 .filter(|(_, coord)| trail.get(*coord).is_some_and(|t| (t != &Tile::Forest)))
[INFO] [stdout]     |                                                                        ^                  ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 235 -                 .filter(|(_, coord)| trail.get(*coord).is_some_and(|t| (t != &Tile::Forest)))
[INFO] [stdout] 235 +                 .filter(|(_, coord)| trail.get(*coord).is_some_and(|t| t != &Tile::Forest))
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not document `aoc23`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/1.98.0-beta.1-x86_64-unknown-linux-gnu/bin/rustdoc --edition=2021 --crate-type bin --crate-name day8 src/day8/main.rs -o /opt/rustwide/target/doc --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat -C metadata=ce05307073c60d9a -L dependency=/opt/rustwide/target/debug/deps --extern anyhow=/opt/rustwide/target/debug/deps/libanyhow-16acc3cf23c2c14b.rmeta --extern aoc23=/opt/rustwide/target/debug/deps/libaoc23-e8b96ed09d864334.rmeta --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-c2f24ced80720cf8.rmeta --extern clap=/opt/rustwide/target/debug/deps/libclap-8dd4bf324c3a661f.rmeta --extern colored=/opt/rustwide/target/debug/deps/libcolored-6b50cbfad1b7fee9.rmeta --extern crossterm_cursor=/opt/rustwide/target/debug/deps/libcrossterm_cursor-961570e8b754e5d6.rmeta --extern itertools=/opt/rustwide/target/debug/deps/libitertools-145129b75867d911.rmeta --extern macro_rules_attribute=/opt/rustwide/target/debug/deps/libmacro_rules_attribute-58b5a5ef891b358c.rmeta --extern num=/opt/rustwide/target/debug/deps/libnum-e139d891f84bde40.rmeta --extern once_cell=/opt/rustwide/target/debug/deps/libonce_cell-ba6e84a63f9bad05.rmeta --extern pixel_canvas=/opt/rustwide/target/debug/deps/libpixel_canvas-4a44ea30f0df642a.rmeta --extern rayon=/opt/rustwide/target/debug/deps/librayon-b96f28101f27bc57.rmeta --extern regex=/opt/rustwide/target/debug/deps/libregex-cfe8989ce8c9ee50.rmeta --extern take_until=/opt/rustwide/target/debug/deps/libtake_until-5e678c2d6a0eb008.rmeta --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-8f040ad09e60ed09.rmeta --document-private-items '-Arustdoc::private-intra-doc-links' --cap-lints=warn --crate-version 0.1.0` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "9374e5cee1cc1be3d415cf3d218d9002dd1bed818c64562bf05c4eeabdcd26b5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9374e5cee1cc1be3d415cf3d218d9002dd1bed818c64562bf05c4eeabdcd26b5", kill_on_drop: false }`
[INFO] [stdout] 9374e5cee1cc1be3d415cf3d218d9002dd1bed818c64562bf05c4eeabdcd26b5
