[INFO] cloning repository https://github.com/Roguelazer/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/Roguelazer/advent_of_code_2023" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FRoguelazer%2Fadvent_of_code_2023", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FRoguelazer%2Fadvent_of_code_2023'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] dd9a5322e6d5f94901717f4ccb698f33cc32327b [INFO] documenting Roguelazer/advent_of_code_2023 against beta-2025-10-28 for beta-1.92-rustdoc-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FRoguelazer%2Fadvent_of_code_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] started tweaking git repo https://github.com/Roguelazer/advent_of_code_2023 [INFO] finished tweaking git repo https://github.com/Roguelazer/advent_of_code_2023 [INFO] tweaked toml for git repo https://github.com/Roguelazer/advent_of_code_2023 written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/Roguelazer/advent_of_code_2023 on toolchain beta-2025-10-28 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/Roguelazer/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" "+beta-2025-10-28" "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/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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" "+beta-2025-10-28" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7eedb14c1fcb6607f76f0fc96870637def13469df34460b3d6d6f7836b852196 [INFO] running `Command { std: "docker" "start" "-a" "7eedb14c1fcb6607f76f0fc96870637def13469df34460b3d6d6f7836b852196", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7eedb14c1fcb6607f76f0fc96870637def13469df34460b3d6d6f7836b852196", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7eedb14c1fcb6607f76f0fc96870637def13469df34460b3d6d6f7836b852196", kill_on_drop: false }` [INFO] [stdout] 7eedb14c1fcb6607f76f0fc96870637def13469df34460b3d6d6f7836b852196 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=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" "+beta-2025-10-28" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] fb3ac8634d17bd8b2dea7c6a048e392447eb3f1370dfabcf60d8d64395a1dfaf [INFO] running `Command { std: "docker" "start" "-a" "fb3ac8634d17bd8b2dea7c6a048e392447eb3f1370dfabcf60d8d64395a1dfaf", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling proc-macro2 v1.0.70 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling libc v0.2.150 [INFO] [stderr] Compiling crc32fast v1.3.2 [INFO] [stderr] Compiling vcpkg v0.2.15 [INFO] [stderr] Compiling pkg-config v0.3.27 [INFO] [stderr] Checking scopeguard v1.2.0 [INFO] [stderr] Compiling tinyvec_macros v0.1.1 [INFO] [stderr] Compiling foreign-types-shared v0.1.1 [INFO] [stderr] Compiling serde v1.0.193 [INFO] [stderr] Compiling openssl v0.10.56 [INFO] [stderr] Compiling crossbeam-utils v0.8.16 [INFO] [stderr] Compiling tinyvec v1.6.0 [INFO] [stderr] Compiling foreign-types v0.3.2 [INFO] [stderr] Compiling openssl-probe v0.1.5 [INFO] [stderr] Compiling percent-encoding v2.3.0 [INFO] [stderr] Compiling unicode-bidi v0.3.13 [INFO] [stderr] Compiling base64 v0.21.2 [INFO] [stderr] Compiling thiserror v1.0.51 [INFO] [stderr] Compiling anyhow v1.0.75 [INFO] [stderr] Compiling native-tls v0.2.11 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling once_cell v1.18.0 [INFO] [stderr] Compiling adler v1.0.2 [INFO] [stderr] Compiling form_urlencoded v1.2.0 [INFO] [stderr] Compiling miniz_oxide v0.7.1 [INFO] [stderr] Checking simd-adler32 v0.3.7 [INFO] [stderr] Compiling num-traits v0.2.17 [INFO] [stderr] Compiling memoffset v0.9.0 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Compiling crossbeam-epoch v0.9.15 [INFO] [stderr] Compiling lock_api v0.4.11 [INFO] [stderr] Compiling quote v1.0.33 [INFO] [stderr] Checking ppv-lite86 v0.2.17 [INFO] [stderr] Compiling log v0.4.20 [INFO] [stderr] Compiling rustls-pemfile v1.0.3 [INFO] [stderr] Compiling rayon-core v1.12.0 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling cc v1.0.83 [INFO] [stderr] Compiling rustls-native-certs v0.6.3 [INFO] [stderr] Compiling xattr v0.2.3 [INFO] [stderr] Compiling syn v2.0.39 [INFO] [stderr] Compiling filetime v0.2.21 [INFO] [stderr] Compiling walkdir v2.4.0 [INFO] [stderr] Compiling dirs-sys v0.3.7 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling flate2 v1.0.28 [INFO] [stderr] Compiling tar v0.4.38 [INFO] [stderr] Checking bitflags v2.4.1 [INFO] [stderr] Compiling dirs v3.0.2 [INFO] [stderr] Compiling num-bigint v0.4.4 [INFO] [stderr] Checking either v1.9.0 [INFO] [stderr] Checking crossbeam-deque v0.8.3 [INFO] [stderr] Checking memchr v2.6.4 [INFO] [stderr] Checking smallvec v1.11.2 [INFO] [stderr] Compiling matrixmultiply v0.3.8 [INFO] [stderr] Compiling num-rational v0.4.1 [INFO] [stderr] Checking utf8parse v0.2.1 [INFO] [stderr] Compiling parking_lot_core v0.9.9 [INFO] [stderr] Compiling rustix v0.38.26 [INFO] [stderr] Compiling signal-hook v0.3.17 [INFO] [stderr] Checking anstyle-parse v0.2.2 [INFO] [stderr] Checking spin v0.9.8 [INFO] [stderr] Compiling num-iter v0.1.43 [INFO] [stderr] Checking rayon v1.8.0 [INFO] [stderr] Checking anstyle-query v1.0.0 [INFO] [stderr] Checking colorchoice v1.0.0 [INFO] [stderr] Checking anstyle v1.0.4 [INFO] [stderr] Checking rawpointer v0.2.1 [INFO] [stderr] Checking weezl v0.1.7 [INFO] [stderr] Checking regex-syntax v0.8.2 [INFO] [stderr] Checking linux-raw-sys v0.4.12 [INFO] [stderr] Checking aho-corasick v1.1.2 [INFO] [stderr] Checking getrandom v0.2.11 [INFO] [stderr] Compiling unicode-normalization v0.1.22 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Checking signal-hook-registry v1.4.1 [INFO] [stderr] Checking anstream v0.6.4 [INFO] [stderr] Checking mio v0.8.9 [INFO] [stderr] Checking cblas-sys v0.1.4 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Checking approx v0.4.0 [INFO] [stderr] Checking lapack-sys v0.14.0 [INFO] [stderr] Checking flume v0.11.0 [INFO] [stderr] Checking fdeflate v0.3.1 [INFO] [stderr] Checking zune-inflate v0.2.54 [INFO] [stderr] Checking bit_field v0.10.2 [INFO] [stderr] Checking bytemuck v1.14.0 [INFO] [stderr] Checking rand v0.8.5 [INFO] [stderr] Checking hashbrown v0.14.3 [INFO] [stderr] Checking half v2.2.1 [INFO] [stderr] Compiling openssl-sys v0.9.91 [INFO] [stderr] Compiling idna v0.4.0 [INFO] [stderr] Checking color_quant v1.1.0 [INFO] [stderr] Compiling serde_json v1.0.108 [INFO] [stderr] Checking strsim v0.10.0 [INFO] [stderr] Checking equivalent v1.0.1 [INFO] [stderr] Compiling heck v0.4.1 [INFO] [stderr] Checking lebe v0.5.2 [INFO] [stderr] Checking clap_lex v0.6.0 [INFO] [stderr] Checking qoi v0.4.1 [INFO] [stderr] Checking clap_builder v4.4.9 [INFO] [stderr] Checking gif v0.12.0 [INFO] [stderr] Checking exr v1.71.0 [INFO] [stderr] Checking png v0.17.10 [INFO] [stderr] Checking signal-hook-mio v0.2.3 [INFO] [stderr] Checking parking_lot v0.12.1 [INFO] [stderr] Checking nix v0.27.1 [INFO] [stderr] Checking regex-automata v0.4.3 [INFO] [stderr] Checking humantime v2.1.0 [INFO] [stderr] Checking linked-hash-map v0.5.6 [INFO] [stderr] Checking termcolor v1.4.0 [INFO] [stderr] Checking indexmap v2.1.0 [INFO] [stderr] Compiling url v2.4.0 [INFO] [stderr] Checking is-terminal v0.4.9 [INFO] [stderr] Checking bit-vec v0.6.3 [INFO] [stderr] Checking minimal-lexical v0.2.1 [INFO] [stderr] Checking compare v0.1.0 [INFO] [stderr] Checking itoa v1.0.9 [INFO] [stderr] Checking fixedbitset v0.4.2 [INFO] [stderr] Compiling convert_case v0.4.0 [INFO] [stderr] Checking byteorder v1.5.0 [INFO] [stderr] Checking ryu v1.0.15 [INFO] [stderr] Checking bit-set v0.5.3 [INFO] [stderr] Checking nom v7.1.3 [INFO] [stderr] Checking mut-binary-heap v0.1.0 [INFO] [stderr] Checking lru-cache v0.1.2 [INFO] [stderr] Checking crossterm v0.27.0 [INFO] [stderr] Checking itertools v0.12.0 [INFO] [stderr] Checking petgraph v0.6.4 [INFO] [stderr] Checking jpeg-decoder v0.3.0 [INFO] [stderr] Checking ctrlc v3.4.1 [INFO] [stderr] Checking tiff v0.9.0 [INFO] [stderr] Compiling serde_derive v1.0.193 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stderr] Compiling thiserror-impl v1.0.51 [INFO] [stderr] Compiling clap_derive v4.4.7 [INFO] [stderr] Checking regex v1.10.2 [INFO] [stderr] Checking env_logger v0.10.1 [INFO] [stderr] Checking image v0.24.7 [INFO] [stderr] Compiling katexit v0.1.4 [INFO] [stderr] Compiling derive_more v0.99.17 [INFO] [stderr] Checking clap v4.4.10 [INFO] [stderr] Compiling ureq v2.9.1 [INFO] [stderr] Compiling openblas-build v0.10.8 [INFO] [stderr] Compiling openblas-src v0.10.8 [INFO] [stderr] Checking num-complex v0.4.4 [INFO] [stderr] Checking nonempty v0.9.0 [INFO] [stderr] Checking cauchy v0.4.0 [INFO] [stderr] Checking ndarray v0.15.6 [INFO] [stderr] Checking num v0.4.1 [INFO] [stderr] Checking lax v0.16.0 [INFO] [stderr] Checking ndarray-linalg v0.16.0 [INFO] [stderr] Checking aoc2023 v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Documenting aoc2023 v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/aoclib/grid.rs:203:17 [INFO] [stdout] | [INFO] [stdout] 203 | pub fn rows(&self) -> Rows { [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] 203 | pub fn rows(&self) -> Rows<'_, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/aoclib/grid.rs:210:20 [INFO] [stdout] | [INFO] [stdout] 210 | pub fn columns(&self) -> Columns { [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 210 | pub fn columns(&self) -> Columns<'_, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/aoclib/grid.rs:217:17 [INFO] [stdout] | [INFO] [stdout] 217 | pub fn iter(&self) -> Iter { [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 217 | pub fn iter(&self) -> Iter<'_, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 59.74s [INFO] [stderr] Generated /opt/rustwide/target/doc/aoclib/index.html and 25 other files [INFO] running `Command { std: "docker" "inspect" "fb3ac8634d17bd8b2dea7c6a048e392447eb3f1370dfabcf60d8d64395a1dfaf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fb3ac8634d17bd8b2dea7c6a048e392447eb3f1370dfabcf60d8d64395a1dfaf", kill_on_drop: false }` [INFO] [stdout] fb3ac8634d17bd8b2dea7c6a048e392447eb3f1370dfabcf60d8d64395a1dfaf [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "RUSTC_BOOTSTRAP=1" "-e" "DOCS_RS=1" "-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" "+beta-2025-10-28" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--document-private-items\"]" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 51da6f7ef7e0c189f29b7cea57b5e1b5ae1866b14f4e0d6708a238bc455f16c2 [INFO] running `Command { std: "docker" "start" "-a" "51da6f7ef7e0c189f29b7cea57b5e1b5ae1866b14f4e0d6708a238bc455f16c2", kill_on_drop: false }` [INFO] [stderr] Documenting aoc2023 v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.22s [INFO] [stderr] Generated /opt/rustwide/target/doc/aoclib/index.html [INFO] running `Command { std: "docker" "inspect" "51da6f7ef7e0c189f29b7cea57b5e1b5ae1866b14f4e0d6708a238bc455f16c2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "51da6f7ef7e0c189f29b7cea57b5e1b5ae1866b14f4e0d6708a238bc455f16c2", kill_on_drop: false }` [INFO] [stdout] 51da6f7ef7e0c189f29b7cea57b5e1b5ae1866b14f4e0d6708a238bc455f16c2