[INFO] cloning repository https://github.com/guillaumeLamanda/aoc-2023
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/guillaumeLamanda/aoc-2023" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FguillaumeLamanda%2Faoc-2023", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FguillaumeLamanda%2Faoc-2023'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 7ec4347eb839a30958777a20427150f43cec897c
[INFO] documenting guillaumeLamanda/aoc-2023 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%2FguillaumeLamanda%2Faoc-2023" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-2-tc2/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/guillaumeLamanda/aoc-2023
[INFO] finished tweaking git repo https://github.com/guillaumeLamanda/aoc-2023
[INFO] tweaked toml for git repo https://github.com/guillaumeLamanda/aoc-2023 written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/guillaumeLamanda/aoc-2023 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] crate git repo https://github.com/guillaumeLamanda/aoc-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.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-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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] 0f514a438aeef5d1b45d2e73bc880cbf6e8683dc8de32c71cd17a69d9daef764
[INFO] running `Command { std: "docker" "start" "0f514a438aeef5d1b45d2e73bc880cbf6e8683dc8de32c71cd17a69d9daef764", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0f514a438aeef5d1b45d2e73bc880cbf6e8683dc8de32c71cd17a69d9daef764", 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" "0f514a438aeef5d1b45d2e73bc880cbf6e8683dc8de32c71cd17a69d9daef764" "/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" "0f514a438aeef5d1b45d2e73bc880cbf6e8683dc8de32c71cd17a69d9daef764", 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" "0f514a438aeef5d1b45d2e73bc880cbf6e8683dc8de32c71cd17a69d9daef764" "/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 num-traits v0.2.17
[INFO] [stderr]    Compiling semver v1.0.20
[INFO] [stderr]     Checking once_cell v1.19.0
[INFO] [stderr]    Compiling ahash v0.8.6
[INFO] [stderr]     Checking byteorder v1.5.0
[INFO] [stderr]    Compiling num-bigint v0.4.4
[INFO] [stderr]     Checking stable_deref_trait v1.2.0
[INFO] [stderr]     Checking either v1.9.0
[INFO] [stderr]     Checking smallvec v1.11.2
[INFO] [stderr]     Checking lock_api v0.4.11
[INFO] [stderr]    Compiling thiserror v1.0.51
[INFO] [stderr]     Checking fixedbitset v0.4.2
[INFO] [stderr]     Checking robust v1.1.0
[INFO] [stderr]    Compiling syn v2.0.41
[INFO] [stderr]     Checking geographiclib-rs v0.2.3
[INFO] [stderr]     Checking pico-args v0.5.0
[INFO] [stderr]     Checking rangetools v0.1.4
[INFO] [stderr]     Checking hash32 v0.2.1
[INFO] [stderr]     Checking itertools v0.11.0
[INFO] [stderr]     Checking itertools v0.12.0
[INFO] [stderr]     Checking spin v0.9.8
[INFO] [stderr]     Checking hashbrown v0.14.3
[INFO] [stderr]    Compiling rustc_version v0.4.0
[INFO] [stderr]    Compiling heapless v0.7.17
[INFO] [stderr]     Checking indexmap v2.1.0
[INFO] [stderr]     Checking petgraph v0.6.4
[INFO] [stderr]     Checking num-integer v0.1.45
[INFO] [stderr]     Checking approx v0.5.1
[INFO] [stderr]     Checking spade v2.4.1
[INFO] [stderr]     Checking integer-sqrt v0.1.5
[INFO] [stderr]     Checking num-complex v0.4.4
[INFO] [stderr]     Checking earcutr v0.4.3
[INFO] [stderr]    Compiling thiserror-impl v1.0.51
[INFO] [stderr]    Compiling deprecate-until v0.1.1
[INFO] [stderr]     Checking rstar v0.11.0
[INFO] [stderr]     Checking num-iter v0.1.43
[INFO] [stderr]     Checking pathfinding v4.6.0
[INFO] [stderr]     Checking geo-types v0.7.12
[INFO] [stderr]     Checking geo v0.27.0
[INFO] [stderr]     Checking num-rational v0.4.1
[INFO] [stderr]     Checking num v0.4.1
[INFO] [stderr]     Checking advent_of_code v0.9.0 (/opt/rustwide/workdir)
[INFO] [stderr]  Documenting advent_of_code v0.9.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `max`
[INFO] [stdout]   --> src/direction.rs:53:58
[INFO] [stdout]    |
[INFO] [stdout] 53 |     pub fn apply_with_repeat(&self, position: &Position, max: (usize, usize)) -> Position {
[INFO] [stdout]    |                                                          ^^^ help: if this is intentional, prefix it with an underscore: `_max`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not document `advent_of_code`
[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 19 src/bin/19.rs -o /opt/rustwide/target/doc --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("test_lib"))' --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat -C metadata=5c37750d031228ca -L dependency=/opt/rustwide/target/debug/deps --extern advent_of_code=/opt/rustwide/target/debug/deps/libadvent_of_code-8b150fe4a324213e.rmeta --extern geo=/opt/rustwide/target/debug/deps/libgeo-03b126c7b2d6b04a.rmeta --extern itertools=/opt/rustwide/target/debug/deps/libitertools-e7645fef2e7d1270.rmeta --extern num=/opt/rustwide/target/debug/deps/libnum-5058e46d0cc0cc10.rmeta --extern num_traits=/opt/rustwide/target/debug/deps/libnum_traits-d92936a6a903afb6.rmeta --extern pathfinding=/opt/rustwide/target/debug/deps/libpathfinding-8123c3da8e506bcf.rmeta --extern petgraph=/opt/rustwide/target/debug/deps/libpetgraph-e6bdc5750ac4c115.rmeta --extern pico_args=/opt/rustwide/target/debug/deps/libpico_args-30a312e91312b880.rmeta --extern rangetools=/opt/rustwide/target/debug/deps/librangetools-f3d7e1cc840da306.rmeta --document-private-items '-Arustdoc::private-intra-doc-links' --cap-lints=warn --crate-version 0.9.0` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not document `advent_of_code`
[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 22 src/bin/22.rs -o /opt/rustwide/target/doc --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("test_lib"))' --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat -C metadata=d2a70073ed85f9a9 -L dependency=/opt/rustwide/target/debug/deps --extern advent_of_code=/opt/rustwide/target/debug/deps/libadvent_of_code-8b150fe4a324213e.rmeta --extern geo=/opt/rustwide/target/debug/deps/libgeo-03b126c7b2d6b04a.rmeta --extern itertools=/opt/rustwide/target/debug/deps/libitertools-e7645fef2e7d1270.rmeta --extern num=/opt/rustwide/target/debug/deps/libnum-5058e46d0cc0cc10.rmeta --extern num_traits=/opt/rustwide/target/debug/deps/libnum_traits-d92936a6a903afb6.rmeta --extern pathfinding=/opt/rustwide/target/debug/deps/libpathfinding-8123c3da8e506bcf.rmeta --extern petgraph=/opt/rustwide/target/debug/deps/libpetgraph-e6bdc5750ac4c115.rmeta --extern pico_args=/opt/rustwide/target/debug/deps/libpico_args-30a312e91312b880.rmeta --extern rangetools=/opt/rustwide/target/debug/deps/librangetools-f3d7e1cc840da306.rmeta --document-private-items '-Arustdoc::private-intra-doc-links' --cap-lints=warn --crate-version 0.9.0` (signal: 9, SIGKILL: kill)
[INFO] [stderr] error: could not document `advent_of_code`
[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 09 src/bin/09.rs -o /opt/rustwide/target/doc --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("test_lib"))' --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat -C metadata=322261fdc5576402 -L dependency=/opt/rustwide/target/debug/deps --extern advent_of_code=/opt/rustwide/target/debug/deps/libadvent_of_code-8b150fe4a324213e.rmeta --extern geo=/opt/rustwide/target/debug/deps/libgeo-03b126c7b2d6b04a.rmeta --extern itertools=/opt/rustwide/target/debug/deps/libitertools-e7645fef2e7d1270.rmeta --extern num=/opt/rustwide/target/debug/deps/libnum-5058e46d0cc0cc10.rmeta --extern num_traits=/opt/rustwide/target/debug/deps/libnum_traits-d92936a6a903afb6.rmeta --extern pathfinding=/opt/rustwide/target/debug/deps/libpathfinding-8123c3da8e506bcf.rmeta --extern petgraph=/opt/rustwide/target/debug/deps/libpetgraph-e6bdc5750ac4c115.rmeta --extern pico_args=/opt/rustwide/target/debug/deps/libpico_args-30a312e91312b880.rmeta --extern rangetools=/opt/rustwide/target/debug/deps/librangetools-f3d7e1cc840da306.rmeta --document-private-items '-Arustdoc::private-intra-doc-links' --cap-lints=warn --crate-version 0.9.0` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "0f514a438aeef5d1b45d2e73bc880cbf6e8683dc8de32c71cd17a69d9daef764", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0f514a438aeef5d1b45d2e73bc880cbf6e8683dc8de32c71cd17a69d9daef764", kill_on_drop: false }`
[INFO] [stdout] 0f514a438aeef5d1b45d2e73bc880cbf6e8683dc8de32c71cd17a69d9daef764
