[INFO] cloning repository https://github.com/fish-face/aoc2023 [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/fish-face/aoc2023" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffish-face%2Faoc2023", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffish-face%2Faoc2023'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] a8c8ef447b06c364947111a51b9bef44d304d34b [INFO] documenting fish-face/aoc2023 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%2Ffish-face%2Faoc2023" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'... [INFO] [stderr] done. [INFO] removed /workspace/builds/worker-2-tc1/source/.cargo/config.toml [INFO] started tweaking git repo https://github.com/fish-face/aoc2023 [INFO] finished tweaking git repo https://github.com/fish-face/aoc2023 [INFO] tweaked toml for git repo https://github.com/fish-face/aoc2023 written to /workspace/builds/worker-2-tc1/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/fish-face/aoc2023 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/fish-face/aoc2023 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] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded pest_meta v2.7.5 [INFO] [stderr] Downloaded pest_derive v2.7.5 [INFO] [stderr] Downloaded pest_generator v2.7.5 [INFO] [stderr] Downloaded cmp_by_derive v0.1.0 [INFO] [stderr] Downloaded pest_typed_derive v0.11.7 [INFO] [stderr] Downloaded array-macro v2.1.8 [INFO] [stderr] Downloaded num_enum_derive v0.7.1 [INFO] [stderr] Downloaded itertools v0.12.0 [INFO] [stderr] Downloaded proc-macro-crate v2.0.0 [INFO] [stderr] Downloaded custom_debug_derive v0.5.1 [INFO] [stderr] Downloaded pest v2.7.5 [INFO] [stderr] Downloaded toml_edit v0.20.7 [INFO] [stderr] Downloaded num v0.4.1 [INFO] [stderr] Downloaded pest_typed_generator v0.11.7 [INFO] [stderr] Downloaded num_enum v0.7.1 [INFO] [stderr] Downloaded modinverse v0.1.1 [INFO] [stderr] Downloaded pest_typed v0.11.7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0af2535834b329715a148d2ad115245e4685b3bf4b7db82119fae530c763a7b9 [INFO] running `Command { std: "docker" "start" "-a" "0af2535834b329715a148d2ad115245e4685b3bf4b7db82119fae530c763a7b9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0af2535834b329715a148d2ad115245e4685b3bf4b7db82119fae530c763a7b9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0af2535834b329715a148d2ad115245e4685b3bf4b7db82119fae530c763a7b9", kill_on_drop: false }` [INFO] [stdout] 0af2535834b329715a148d2ad115245e4685b3bf4b7db82119fae530c763a7b9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/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] fe9b6db51aa1dc23c211a3ed31efbb21fcacc4038f9db83f6c62ad424aea937d [INFO] running `Command { std: "docker" "start" "-a" "fe9b6db51aa1dc23c211a3ed31efbb21fcacc4038f9db83f6c62ad424aea937d", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.70 [INFO] [stderr] Compiling thiserror v1.0.50 [INFO] [stderr] Compiling ucd-trie v0.1.6 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling toml_datetime v0.6.5 [INFO] [stderr] Compiling radium v0.7.0 [INFO] [stderr] Compiling unicode-xid v0.2.4 [INFO] [stderr] Compiling num-traits v0.2.17 [INFO] [stderr] Compiling libc v0.2.150 [INFO] [stderr] Compiling num-bigint v0.4.4 [INFO] [stderr] Compiling num-iter v0.1.43 [INFO] [stderr] Compiling num-rational v0.4.1 [INFO] [stderr] Checking tap v1.0.1 [INFO] [stderr] Checking hashbrown v0.14.3 [INFO] [stderr] Compiling cmp_by_derive v0.1.0 [INFO] [stderr] Compiling anyhow v1.0.75 [INFO] [stderr] Checking wyz v0.5.1 [INFO] [stderr] Checking funty v2.0.0 [INFO] [stderr] Checking fixedbitset v0.4.2 [INFO] [stderr] Checking either v1.9.0 [INFO] [stderr] Checking unicode-width v0.1.11 [INFO] [stderr] Checking array-macro v2.1.8 [INFO] [stderr] Compiling toml_edit v0.20.7 [INFO] [stderr] Checking itertools v0.12.0 [INFO] [stderr] Checking indexmap v2.1.0 [INFO] [stderr] Compiling quote v1.0.33 [INFO] [stderr] Checking bitvec v1.0.1 [INFO] [stderr] Checking getrandom v0.2.11 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Compiling syn v2.0.39 [INFO] [stderr] Checking petgraph v0.6.4 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Checking rand v0.8.5 [INFO] [stderr] Checking num-integer v0.1.45 [INFO] [stderr] Checking num-complex v0.4.4 [INFO] [stderr] Checking modinverse v0.1.1 [INFO] [stderr] Compiling proc-macro-crate v2.0.0 [INFO] [stderr] Checking num v0.4.1 [INFO] [stderr] Compiling synstructure v0.12.6 [INFO] [stderr] Compiling custom_debug_derive v0.5.1 [INFO] [stderr] Compiling thiserror-impl v1.0.50 [INFO] [stderr] Compiling num_enum_derive v0.7.1 [INFO] [stderr] Checking pest v2.7.5 [INFO] [stderr] Checking num_enum v0.7.1 [INFO] [stderr] Compiling pest_meta v2.7.5 [INFO] [stderr] Checking pest_typed v0.11.7 [INFO] [stderr] Compiling pest_typed_generator v0.11.7 [INFO] [stderr] Compiling pest_generator v2.7.5 [INFO] [stderr] Compiling pest_derive v2.7.5 [INFO] [stderr] Compiling pest_typed_derive v0.11.7 [INFO] [stderr] Checking aoc2023 v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Documenting aoc2023 v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error: could not document `aoc2023` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/1.91.0-x86_64-unknown-linux-gnu/bin/rustdoc --edition=2021 --crate-type bin --crate-name day_25 src/bin/day-25.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=8aec7b7209b71606 -L dependency=/opt/rustwide/target/debug/deps --extern anyhow=/opt/rustwide/target/debug/deps/libanyhow-84ef6520e7fd3e52.rmeta --extern aoc2023=/opt/rustwide/target/debug/deps/libaoc2023-2d3c7a065774b856.rmeta --extern array_macro=/opt/rustwide/target/debug/deps/libarray_macro-1a2e05d73769d607.rmeta --extern bit_set=/opt/rustwide/target/debug/deps/libbit_set-ac818c4d0459b51a.rmeta --extern bitvec=/opt/rustwide/target/debug/deps/libbitvec-8667decf4e11de44.rmeta --extern itertools=/opt/rustwide/target/debug/deps/libitertools-313fa56b9836086d.rmeta --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-e79df461c7ca50f1.rmeta --extern modinverse=/opt/rustwide/target/debug/deps/libmodinverse-c9041d22fb3055ce.rmeta --extern num=/opt/rustwide/target/debug/deps/libnum-10efeeb4cea35ab1.rmeta --extern num_enum=/opt/rustwide/target/debug/deps/libnum_enum-28c28e8c45c859d7.rmeta --extern pest=/opt/rustwide/target/debug/deps/libpest-f04e8069d4f48e77.rmeta --extern pest_derive=/opt/rustwide/target/debug/deps/libpest_derive-e7b8294019d11ef3.so --extern pest_typed=/opt/rustwide/target/debug/deps/libpest_typed-1502113d29f2890d.rmeta --extern pest_typed_derive=/opt/rustwide/target/debug/deps/libpest_typed_derive-2e4109519a3782a0.so --extern petgraph=/opt/rustwide/target/debug/deps/libpetgraph-fe05608d283aaf7d.rmeta --extern rand=/opt/rustwide/target/debug/deps/librand-a06090f84ee4584a.rmeta --extern rustc_hash=/opt/rustwide/target/debug/deps/librustc_hash-ce897736cbff1153.rmeta --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-84d4c6bef137b631.rmeta --extern unreachable=/opt/rustwide/target/debug/deps/libunreachable-6a438b11d160f576.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" "fe9b6db51aa1dc23c211a3ed31efbb21fcacc4038f9db83f6c62ad424aea937d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fe9b6db51aa1dc23c211a3ed31efbb21fcacc4038f9db83f6c62ad424aea937d", kill_on_drop: false }` [INFO] [stdout] fe9b6db51aa1dc23c211a3ed31efbb21fcacc4038f9db83f6c62ad424aea937d