[INFO] cloning repository https://github.com/royalbit/forge [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/royalbit/forge" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Froyalbit%2Fforge", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Froyalbit%2Fforge'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] ad07c1d7bf74740b9584f9f69f45b80b9d3e7f21 [INFO] documenting royalbit/forge against beta-2026-04-21 for beta-1.96-rustdoc-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Froyalbit%2Fforge" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'... [INFO] [stderr] done. [INFO] removed /workspace/builds/worker-3-tc2/source/.cargo/config.toml [INFO] started tweaking git repo https://github.com/royalbit/forge [INFO] finished tweaking git repo https://github.com/royalbit/forge [INFO] tweaked toml for git repo https://github.com/royalbit/forge written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/royalbit/forge on toolchain beta-2026-04-21 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/royalbit/forge 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-2026-04-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 457a566b9d206c56d9256c1ff285b327b55593c8c2e4fe249669cc8fb1f3702a [INFO] running `Command { std: "docker" "start" "-a" "457a566b9d206c56d9256c1ff285b327b55593c8c2e4fe249669cc8fb1f3702a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "457a566b9d206c56d9256c1ff285b327b55593c8c2e4fe249669cc8fb1f3702a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "457a566b9d206c56d9256c1ff285b327b55593c8c2e4fe249669cc8fb1f3702a", kill_on_drop: false }` [INFO] [stdout] 457a566b9d206c56d9256c1ff285b327b55593c8c2e4fe249669cc8fb1f3702a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a045ca73baaed7037f63b6596b31f42a7dc3805e5606a85583f8f237cfa59307 [INFO] running `Command { std: "docker" "start" "-a" "a045ca73baaed7037f63b6596b31f42a7dc3805e5606a85583f8f237cfa59307", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.106 [INFO] [stderr] Compiling libc v0.2.183 [INFO] [stderr] Checking log v0.4.29 [INFO] [stderr] Compiling libm v0.2.16 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Checking itoa v1.0.17 [INFO] [stderr] Compiling serde_core v1.0.228 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Checking foldhash v0.2.0 [INFO] [stderr] Checking stable_deref_trait v1.2.1 [INFO] [stderr] Compiling find-msvc-tools v0.1.9 [INFO] [stderr] Checking tracing-core v0.1.36 [INFO] [stderr] Compiling dunce v1.0.5 [INFO] [stderr] Compiling fs_extra v1.3.0 [INFO] [stderr] Checking futures-channel v0.3.32 [INFO] [stderr] Compiling zmij v1.0.21 [INFO] [stderr] Compiling zerocopy v0.8.42 [INFO] [stderr] Checking hashbrown v0.16.1 [INFO] [stderr] Checking http v1.4.0 [INFO] [stderr] Checking futures-io v0.3.32 [INFO] [stderr] Checking zeroize v1.8.2 [INFO] [stderr] Compiling aws-lc-rs v1.16.1 [INFO] [stderr] Checking litemap v0.8.1 [INFO] [stderr] Checking writeable v0.6.2 [INFO] [stderr] Compiling serde_json v1.0.149 [INFO] [stderr] Compiling icu_normalizer_data v2.1.1 [INFO] [stderr] Compiling icu_properties_data v2.1.2 [INFO] [stderr] Checking rustls-pki-types v1.14.0 [INFO] [stderr] Compiling rustls v0.23.37 [INFO] [stderr] Compiling getrandom v0.4.2 [INFO] [stderr] Compiling ref-cast v1.0.25 [INFO] [stderr] Checking rand_core v0.10.0 [INFO] [stderr] Checking sync_wrapper v1.0.2 [INFO] [stderr] Checking aho-corasick v1.1.4 [INFO] [stderr] Checking regex-syntax v0.8.10 [INFO] [stderr] Compiling getrandom v0.3.4 [INFO] [stderr] Compiling ucd-trie v0.1.7 [INFO] [stderr] Checking ipnet v2.12.0 [INFO] [stderr] Checking bytemuck v1.25.0 [INFO] [stderr] Compiling ahash v0.8.12 [INFO] [stderr] Compiling quote v1.0.45 [INFO] [stderr] Compiling pest v2.8.6 [INFO] [stderr] Checking crc32fast v1.5.0 [INFO] [stderr] Compiling matrixmultiply v0.3.10 [INFO] [stderr] Checking indexmap v2.13.0 [INFO] [stderr] Checking simd-adler32 v0.3.8 [INFO] [stderr] Compiling rustix v1.1.4 [INFO] [stderr] Checking safe_arch v0.7.4 [INFO] [stderr] Checking iana-time-zone v0.1.65 [INFO] [stderr] Checking openssl-probe v0.2.1 [INFO] [stderr] Checking utf8parse v0.2.2 [INFO] [stderr] Compiling syn v2.0.117 [INFO] [stderr] Checking bumpalo v3.20.2 [INFO] [stderr] Checking zlib-rs v0.6.3 [INFO] [stderr] Checking http-body v1.0.1 [INFO] [stderr] Checking zopfli v0.8.3 [INFO] [stderr] Checking anstyle-parse v1.0.0 [INFO] [stderr] Checking wide v0.7.33 [INFO] [stderr] Checking rustls-native-certs v0.8.3 [INFO] [stderr] Checking http-body-util v0.1.3 [INFO] [stderr] Checking mio v1.1.1 [INFO] [stderr] Checking errno v0.3.14 [INFO] [stderr] Checking signal-hook-registry v1.4.8 [INFO] [stderr] Checking socket2 v0.6.3 [INFO] [stderr] Checking getrandom v0.2.17 [INFO] [stderr] Compiling jobserver v0.1.34 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Checking parking_lot_core v0.9.12 [INFO] [stderr] Checking inotify-sys v0.1.5 [INFO] [stderr] Compiling cc v1.2.57 [INFO] [stderr] Checking encoding_rs v0.8.35 [INFO] [stderr] Checking ryu v1.0.23 [INFO] [stderr] Checking num-integer v0.1.46 [INFO] [stderr] Checking num-complex v0.4.6 [INFO] [stderr] Checking approx v0.5.1 [INFO] [stderr] Compiling thiserror v2.0.18 [INFO] [stderr] Checking borrow-or-share v0.2.4 [INFO] [stderr] Checking anstyle-query v1.1.5 [INFO] [stderr] Checking typed-path v0.12.3 [INFO] [stderr] Checking cpufeatures v0.3.0 [INFO] [stderr] Checking bit-vec v0.8.0 [INFO] [stderr] Compiling unicode-general-category v1.1.0 [INFO] [stderr] Checking num-bigint v0.4.6 [INFO] [stderr] Checking num-iter v0.1.45 [INFO] [stderr] Compiling pest_meta v2.8.6 [INFO] [stderr] Checking anstyle v1.0.14 [INFO] [stderr] Checking rawpointer v0.2.1 [INFO] [stderr] Checking is_terminal_polyfill v1.70.2 [INFO] [stderr] Checking colorchoice v1.0.5 [INFO] [stderr] Checking linux-raw-sys v0.12.1 [INFO] [stderr] Checking same-file v1.0.6 [INFO] [stderr] Checking iri-string v0.7.10 [INFO] [stderr] Checking walkdir v2.5.0 [INFO] [stderr] Checking anstream v1.0.0 [INFO] [stderr] Compiling cmake v0.1.57 [INFO] [stderr] Checking regex-automata v0.4.14 [INFO] [stderr] Checking flate2 v1.1.9 [INFO] [stderr] Checking bit-set v0.8.0 [INFO] [stderr] Checking chacha20 v0.10.0 [INFO] [stderr] Checking zip v7.2.0 [INFO] [stderr] Checking inotify v0.11.1 [INFO] [stderr] Checking parking_lot v0.12.5 [INFO] [stderr] Checking notify-types v2.1.0 [INFO] [stderr] Checking outref v0.5.2 [INFO] [stderr] Compiling anyhow v1.0.102 [INFO] [stderr] Checking debug_unsafe v0.1.4 [INFO] [stderr] Compiling rmcp v1.2.0 [INFO] [stderr] Checking strsim v0.11.1 [INFO] [stderr] Checking clap_lex v1.1.0 [INFO] [stderr] Checking dyn-clone v1.0.20 [INFO] [stderr] Checking notify v8.2.0 [INFO] [stderr] Checking hashbrown v0.15.5 [INFO] [stderr] Checking num-rational v0.4.2 [INFO] [stderr] Checking clap_builder v4.6.0 [INFO] [stderr] Compiling aws-lc-sys v0.38.0 [INFO] [stderr] Checking uuid-simd v0.8.0 [INFO] [stderr] Checking simba v0.9.1 [INFO] [stderr] Checking atoi_simd v0.17.0 [INFO] [stderr] Checking rand v0.10.0 [INFO] [stderr] Checking serde_path_to_error v0.1.20 [INFO] [stderr] Checking quick-xml v0.39.2 [INFO] [stderr] Checking num v0.4.3 [INFO] [stderr] Checking fraction v0.15.3 [INFO] [stderr] Checking codepage v0.1.2 [INFO] [stderr] Checking tracing-log v0.2.0 [INFO] [stderr] Checking thread_local v1.1.9 [INFO] [stderr] Checking unsafe-libyaml v0.2.11 [INFO] [stderr] Checking matchit v0.8.4 [INFO] [stderr] Checking assert_approx_eq v1.1.0 [INFO] [stderr] Checking num-cmp v0.1.0 [INFO] [stderr] Checking tempfile v3.27.0 [INFO] [stderr] Checking data-encoding v2.10.0 [INFO] [stderr] Compiling pastey v0.2.1 [INFO] [stderr] Checking nu-ansi-term v0.50.3 [INFO] [stderr] Checking fixedbitset v0.5.7 [INFO] [stderr] Checking bytecount v0.6.9 [INFO] [stderr] Checking fast-float2 v0.2.3 [INFO] [stderr] Checking notify-debouncer-mini v0.7.0 [INFO] [stderr] Checking rand_distr v0.6.0 [INFO] [stderr] Checking petgraph v0.8.3 [INFO] [stderr] Checking rust_xlsxwriter v0.94.0 [INFO] [stderr] Checking uuid v1.22.0 [INFO] [stderr] Checking colored v3.1.1 [INFO] [stderr] Checking matchers v0.2.0 [INFO] [stderr] Checking fancy-regex v0.17.0 [INFO] [stderr] Checking regex v1.12.3 [INFO] [stderr] Checking ppv-lite86 v0.2.21 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Checking rand v0.8.5 [INFO] [stderr] Compiling synstructure v0.13.2 [INFO] [stderr] Compiling darling_core v0.23.0 [INFO] [stderr] Compiling serde_derive_internals v0.29.1 [INFO] [stderr] Compiling pest_generator v2.8.6 [INFO] [stderr] Checking rand_distr v0.4.3 [INFO] [stderr] Compiling zerofrom-derive v0.1.6 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling yoke-derive v0.8.1 [INFO] [stderr] Compiling zerovec-derive v0.11.2 [INFO] [stderr] Compiling tokio-macros v2.6.1 [INFO] [stderr] Compiling tracing-attributes v0.1.31 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling futures-macro v0.3.32 [INFO] [stderr] Compiling ref-cast-impl v1.0.25 [INFO] [stderr] Compiling schemars_derive v1.2.1 [INFO] [stderr] Checking tokio v1.50.0 [INFO] [stderr] Compiling thiserror-impl v2.0.18 [INFO] [stderr] Compiling async-trait v0.1.89 [INFO] [stderr] Checking futures-util v0.3.32 [INFO] [stderr] Compiling clap_derive v4.6.0 [INFO] [stderr] Compiling pest_derive v2.8.6 [INFO] [stderr] Checking nalgebra v0.33.2 [INFO] [stderr] Checking tracing v0.1.44 [INFO] [stderr] Checking axum-core v0.5.6 [INFO] [stderr] Checking zerofrom v0.1.6 [INFO] [stderr] Checking tracing-subscriber v0.3.23 [INFO] [stderr] Checking yoke v0.8.1 [INFO] [stderr] Checking zerovec v0.11.5 [INFO] [stderr] Checking zerotrie v0.2.3 [INFO] [stderr] Compiling darling_macro v0.23.0 [INFO] [stderr] Compiling darling v0.23.0 [INFO] [stderr] Compiling rmcp-macros v1.2.0 [INFO] [stderr] Checking tinystr v0.8.2 [INFO] [stderr] Checking potential_utf v0.1.4 [INFO] [stderr] Checking icu_collections v2.1.1 [INFO] [stderr] Checking icu_locale_core v2.1.1 [INFO] [stderr] Checking clap v4.6.0 [INFO] [stderr] Checking icu_provider v2.1.1 [INFO] [stderr] Checking icu_normalizer v2.1.1 [INFO] [stderr] Checking icu_properties v2.1.2 [INFO] [stderr] Checking chrono v0.4.44 [INFO] [stderr] Checking fluent-uri v0.4.1 [INFO] [stderr] Checking futures-executor v0.3.32 [INFO] [stderr] Checking futures v0.3.32 [INFO] [stderr] Checking serde_urlencoded v0.7.1 [INFO] [stderr] Checking email_address v0.2.9 [INFO] [stderr] Checking calamine v0.34.0 [INFO] [stderr] Checking serde_yaml_ng v0.10.0 [INFO] [stderr] Checking idna_adapter v1.2.1 [INFO] [stderr] Checking referencing v0.45.0 [INFO] [stderr] Checking idna v1.1.0 [INFO] [stderr] Checking url v2.5.8 [INFO] [stderr] Checking tokio-util v0.7.18 [INFO] [stderr] Checking tower v0.5.3 [INFO] [stderr] Checking schemars v1.2.1 [INFO] [stderr] Checking xlformula_engine v0.1.18 [INFO] [stderr] Checking tower-http v0.6.8 [INFO] [stderr] Checking h2 v0.4.13 [INFO] [stderr] Checking statrs v0.18.0 [INFO] [stderr] Checking hyper v1.8.1 [INFO] [stderr] Checking rustls-webpki v0.103.9 [INFO] [stderr] Checking hyper-util v0.1.20 [INFO] [stderr] Checking axum v0.8.8 [INFO] [stderr] Checking tokio-rustls v0.26.4 [INFO] [stderr] Checking rustls-platform-verifier v0.6.2 [INFO] [stderr] Checking hyper-rustls v0.27.7 [INFO] [stderr] Checking reqwest v0.13.2 [INFO] [stderr] Checking jsonschema v0.45.0 [INFO] [stderr] Documenting mollendorff-forge v10.0.0-beta.8 (/opt/rustwide/workdir) [INFO] [stderr] Checking mollendorff-forge v10.0.0-beta.8 (/opt/rustwide/workdir) [INFO] [stdout] warning: unresolved link to `value2` [INFO] [stdout] --> src/core/array_calculator/evaluator/lookup/choose.rs:13:28 [INFO] [stdout] | [INFO] [stdout] 13 | /// CHOOSE(index, value1, [value2], ...) [INFO] [stdout] | ^^^^^^ no item named `value2` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `col_num` [INFO] [stdout] --> src/core/array_calculator/evaluator/lookup/index.rs:13:31 [INFO] [stdout] | [INFO] [stdout] 13 | /// INDEX(array, `row_num`, [`col_num`]) [INFO] [stdout] | ^^^^^^^ no item named `col_num` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `match_type` [INFO] [stdout] --> src/core/array_calculator/evaluator/lookup/match_fn.rs:13:45 [INFO] [stdout] | [INFO] [stdout] 13 | /// `MATCH(lookup_value`, `lookup_array`, [`match_type`]) [INFO] [stdout] | ^^^^^^^^^^ no item named `match_type` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `a1` [INFO] [stdout] --> src/core/array_calculator/evaluator/lookup/reference.rs:17:27 [INFO] [stdout] | [INFO] [stdout] 17 | /// `INDIRECT(ref_text`, [a1]) [INFO] [stdout] | ^^ no item named `a1` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `height` [INFO] [stdout] --> src/core/array_calculator/evaluator/lookup/reference.rs:41:36 [INFO] [stdout] | [INFO] [stdout] 41 | /// OFFSET(reference, rows, cols, [height], [width]) [INFO] [stdout] | ^^^^^^ no item named `height` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `width` [INFO] [stdout] --> src/core/array_calculator/evaluator/lookup/reference.rs:41:46 [INFO] [stdout] | [INFO] [stdout] 41 | /// OFFSET(reference, rows, cols, [height], [width]) [INFO] [stdout] | ^^^^^ no item named `width` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `abs_num` [INFO] [stdout] --> src/core/array_calculator/evaluator/lookup/reference.rs:82:40 [INFO] [stdout] | [INFO] [stdout] 82 | /// `ADDRESS(row_num`, `column_num`, [`abs_num`], [a1], [`sheet_text`]) [INFO] [stdout] | ^^^^^^^ no item named `abs_num` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `a1` [INFO] [stdout] --> src/core/array_calculator/evaluator/lookup/reference.rs:82:52 [INFO] [stdout] | [INFO] [stdout] 82 | /// `ADDRESS(row_num`, `column_num`, [`abs_num`], [a1], [`sheet_text`]) [INFO] [stdout] | ^^ no item named `a1` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `sheet_text` [INFO] [stdout] --> src/core/array_calculator/evaluator/lookup/reference.rs:82:59 [INFO] [stdout] | [INFO] [stdout] 82 | /// `ADDRESS(row_num`, `column_num`, [`abs_num`], [a1], [`sheet_text`]) [INFO] [stdout] | ^^^^^^^^^^ no item named `sheet_text` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `if_not_found` [INFO] [stdout] --> src/core/array_calculator/evaluator/lookup/xlookup.rs:13:63 [INFO] [stdout] | [INFO] [stdout] 13 | /// `XLOOKUP(lookup_value`, `lookup_array`, `return_array`, [`if_not_found`], [`match_mode`], [`search_mode`]) [INFO] [stdout] | ^^^^^^^^^^^^ no item named `if_not_found` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `match_mode` [INFO] [stdout] --> src/core/array_calculator/evaluator/lookup/xlookup.rs:13:81 [INFO] [stdout] | [INFO] [stdout] 13 | /// `XLOOKUP(lookup_value`, `lookup_array`, `return_array`, [`if_not_found`], [`match_mode`], [`search_mode`]) [INFO] [stdout] | ^^^^^^^^^^ no item named `match_mode` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `search_mode` [INFO] [stdout] --> src/core/array_calculator/evaluator/lookup/xlookup.rs:13:97 [INFO] [stdout] | [INFO] [stdout] 13 | /// `XLOOKUP(lookup_value`, `lookup_array`, `return_array`, [`if_not_found`], [`match_mode`], [`search_mode`]) [INFO] [stdout] | ^^^^^^^^^^^ no item named `search_mode` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `range_lookup` [INFO] [stdout] --> src/core/array_calculator/evaluator/lookup/xlookup.rs:110:59 [INFO] [stdout] | [INFO] [stdout] 110 | /// `VLOOKUP(lookup_value`, `table_array`, `col_index`, [`range_lookup`]) [INFO] [stdout] | ^^^^^^^^^^^^ no item named `range_lookup` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `range_lookup` [INFO] [stdout] --> src/core/array_calculator/evaluator/lookup/xlookup.rs:171:59 [INFO] [stdout] | [INFO] [stdout] 171 | /// `HLOOKUP(lookup_value`, `table_array`, `row_index`, [`range_lookup`]) [INFO] [stdout] | ^^^^^^^^^^^^ no item named `range_lookup` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `text2` [INFO] [stdout] --> src/core/array_calculator/evaluator/text/concat.rs:8:20 [INFO] [stdout] | [INFO] [stdout] 8 | /// CONCAT(text1, [text2], ...) - Joins multiple text values into one [INFO] [stdout] | ^^^^^ no item named `text2` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `text2` [INFO] [stdout] --> src/core/array_calculator/evaluator/text/concat.rs:26:25 [INFO] [stdout] | [INFO] [stdout] 26 | /// CONCATENATE(text1, [text2], ...) - Excel's CONCATENATE (alias for CONCAT, enterprise only) [INFO] [stdout] | ^^^^^ no item named `text2` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `num_chars` [INFO] [stdout] --> src/core/array_calculator/evaluator/text/length.rs:21:18 [INFO] [stdout] | [INFO] [stdout] 21 | /// LEFT(text, [`num_chars`]) - Returns the leftmost characters from a text string [INFO] [stdout] | ^^^^^^^^^ no item named `num_chars` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `num_chars` [INFO] [stdout] --> src/core/array_calculator/evaluator/text/length.rs:33:19 [INFO] [stdout] | [INFO] [stdout] 33 | /// RIGHT(text, [`num_chars`]) - Returns the rightmost characters from a text string [INFO] [stdout] | ^^^^^^^^^ no item named `num_chars` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `instance_num` [INFO] [stdout] --> src/core/array_calculator/evaluator/text/replace.rs:29:48 [INFO] [stdout] | [INFO] [stdout] 29 | /// SUBSTITUTE(text, `old_text`, `new_text`, [`instance_num`]) - Substitutes text occurrences [INFO] [stdout] | ^^^^^^^^^^^^ no item named `instance_num` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `start_num` [INFO] [stdout] --> src/core/array_calculator/evaluator/text/search.rs:12:40 [INFO] [stdout] | [INFO] [stdout] 12 | /// `FIND(find_text`, `within_text`, [`start_num`]) - Finds text within text (case-sensitive) [INFO] [stdout] | ^^^^^^^^^ no item named `start_num` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `start_num` [INFO] [stdout] --> src/core/array_calculator/evaluator/text/search.rs:35:42 [INFO] [stdout] | [INFO] [stdout] 35 | /// `SEARCH(find_text`, `within_text`, [`start_num`]) - Finds text within text (case-insensitive) [INFO] [stdout] | ^^^^^^^^^ no item named `start_num` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `columns` [INFO] [stdout] --> src/core/array_calculator/evaluator/array/generators.rs:16:21 [INFO] [stdout] | [INFO] [stdout] 16 | /// SEQUENCE(rows, [columns], [start], [step]) [INFO] [stdout] | ^^^^^^^ no item named `columns` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `start` [INFO] [stdout] --> src/core/array_calculator/evaluator/array/generators.rs:16:32 [INFO] [stdout] | [INFO] [stdout] 16 | /// SEQUENCE(rows, [columns], [start], [step]) [INFO] [stdout] | ^^^^^ no item named `start` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `step` [INFO] [stdout] --> src/core/array_calculator/evaluator/array/generators.rs:16:41 [INFO] [stdout] | [INFO] [stdout] 16 | /// SEQUENCE(rows, [columns], [start], [step]) [INFO] [stdout] | ^^^^ no item named `step` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `rows` [INFO] [stdout] --> src/core/array_calculator/evaluator/array/generators.rs:47:16 [INFO] [stdout] | [INFO] [stdout] 47 | /// RANDARRAY([rows], [columns], [min], [max], [`whole_number`]) [INFO] [stdout] | ^^^^ no item named `rows` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `columns` [INFO] [stdout] --> src/core/array_calculator/evaluator/array/generators.rs:47:24 [INFO] [stdout] | [INFO] [stdout] 47 | /// RANDARRAY([rows], [columns], [min], [max], [`whole_number`]) [INFO] [stdout] | ^^^^^^^ no item named `columns` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `min` [INFO] [stdout] --> src/core/array_calculator/evaluator/array/generators.rs:47:35 [INFO] [stdout] | [INFO] [stdout] 47 | /// RANDARRAY([rows], [columns], [min], [max], [`whole_number`]) [INFO] [stdout] | ^^^ no item named `min` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `max` [INFO] [stdout] --> src/core/array_calculator/evaluator/array/generators.rs:47:42 [INFO] [stdout] | [INFO] [stdout] 47 | /// RANDARRAY([rows], [columns], [min], [max], [`whole_number`]) [INFO] [stdout] | ^^^ no item named `max` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `whole_number` [INFO] [stdout] --> src/core/array_calculator/evaluator/array/generators.rs:47:50 [INFO] [stdout] | [INFO] [stdout] 47 | /// RANDARRAY([rows], [columns], [min], [max], [`whole_number`]) [INFO] [stdout] | ^^^^^^^^^^^^ no item named `whole_number` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `average_range` [INFO] [stdout] --> src/core/array_calculator/evaluator/conditional/averageif.rs:7:36 [INFO] [stdout] | [INFO] [stdout] 7 | //! - AVERAGEIF(range, criteria, [`average_range`]) [INFO] [stdout] | ^^^^^^^^^^^^^ no item named `average_range` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `sum_range` [INFO] [stdout] --> src/core/array_calculator/evaluator/conditional/sumif.rs:7:32 [INFO] [stdout] | [INFO] [stdout] 7 | //! - SUMIF(range, criteria, [`sum_range`]) [INFO] [stdout] | ^^^^^^^^^ no item named `sum_range` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `index` [INFO] [stdout] --> src/core/array_calculator/parser.rs:28:30 [INFO] [stdout] | [INFO] [stdout] 28 | /// Array indexing: expr[index] [INFO] [stdout] | ^^^^^ no item named `index` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unclosed HTML tag `f64` [INFO] [stdout] --> src/core/array_calculator/dates.rs:578:34 [INFO] [stdout] | [INFO] [stdout] 578 | /// Convert a Column to a Vec of Excel serial dates [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::invalid_html_tags)]` on by default [INFO] [stdout] help: try marking as source code [INFO] [stdout] | [INFO] [stdout] 578 | /// Convert a Column to a `Vec` of Excel serial dates [INFO] [stdout] | + + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unclosed HTML tag `Value` [INFO] [stdout] --> src/core/array_calculator/evaluator/mod.rs:653:51 [INFO] [stdout] | [INFO] [stdout] 653 | /// Collect all values from an expression as a Vec [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: try marking as source code [INFO] [stdout] | [INFO] [stdout] 653 | /// Collect all values from an expression as a `Vec` [INFO] [stdout] | + + [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 41s [INFO] [stderr] Generated /opt/rustwide/target/doc/mollendorff_forge/index.html and 1 other file [INFO] running `Command { std: "docker" "inspect" "a045ca73baaed7037f63b6596b31f42a7dc3805e5606a85583f8f237cfa59307", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a045ca73baaed7037f63b6596b31f42a7dc3805e5606a85583f8f237cfa59307", kill_on_drop: false }` [INFO] [stdout] a045ca73baaed7037f63b6596b31f42a7dc3805e5606a85583f8f237cfa59307 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "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] 164a4dd1f6652b8e977efd7f25a7900b524769fce5cef69eb388a31b9e826098 [INFO] running `Command { std: "docker" "start" "-a" "164a4dd1f6652b8e977efd7f25a7900b524769fce5cef69eb388a31b9e826098", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.106 [INFO] [stderr] Compiling thiserror v2.0.18 [INFO] [stderr] Compiling anyhow v1.0.102 [INFO] [stderr] Compiling quote v1.0.45 [INFO] [stderr] Compiling syn v2.0.117 [INFO] [stderr] Compiling synstructure v0.13.2 [INFO] [stderr] Compiling darling_core v0.23.0 [INFO] [stderr] Compiling serde_derive_internals v0.29.1 [INFO] [stderr] Compiling pest_generator v2.8.6 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling zerovec-derive v0.11.2 [INFO] [stderr] Compiling tokio-macros v2.6.1 [INFO] [stderr] Compiling tracing-attributes v0.1.31 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling futures-macro v0.3.32 [INFO] [stderr] Compiling ref-cast-impl v1.0.25 [INFO] [stderr] Compiling thiserror-impl v2.0.18 [INFO] [stderr] Compiling clap_derive v4.6.0 [INFO] [stderr] Compiling async-trait v0.1.89 [INFO] [stderr] Compiling zerofrom-derive v0.1.6 [INFO] [stderr] Compiling yoke-derive v0.8.1 [INFO] [stderr] Compiling pest_derive v2.8.6 [INFO] [stderr] Checking tokio v1.50.0 [INFO] [stderr] Checking ref-cast v1.0.25 [INFO] [stderr] Checking futures-util v0.3.32 [INFO] [stderr] Checking tracing v0.1.44 [INFO] [stderr] Compiling schemars_derive v1.2.1 [INFO] [stderr] Checking axum-core v0.5.6 [INFO] [stderr] Checking tracing-subscriber v0.3.23 [INFO] [stderr] Checking zerofrom v0.1.6 [INFO] [stderr] Checking yoke v0.8.1 [INFO] [stderr] Checking clap v4.6.0 [INFO] [stderr] Checking zerovec v0.11.5 [INFO] [stderr] Checking zerotrie v0.2.3 [INFO] [stderr] Compiling darling_macro v0.23.0 [INFO] [stderr] Checking tinystr v0.8.2 [INFO] [stderr] Checking potential_utf v0.1.4 [INFO] [stderr] Compiling darling v0.23.0 [INFO] [stderr] Checking icu_collections v2.1.1 [INFO] [stderr] Checking icu_locale_core v2.1.1 [INFO] [stderr] Compiling rmcp-macros v1.2.0 [INFO] [stderr] Checking futures-executor v0.3.32 [INFO] [stderr] Checking futures v0.3.32 [INFO] [stderr] Checking icu_provider v2.1.1 [INFO] [stderr] Checking icu_properties v2.1.2 [INFO] [stderr] Checking icu_normalizer v2.1.1 [INFO] [stderr] Checking serde v1.0.228 [INFO] [stderr] Checking chrono v0.4.44 [INFO] [stderr] Checking fluent-uri v0.4.1 [INFO] [stderr] Checking ahash v0.8.12 [INFO] [stderr] Checking serde_urlencoded v0.7.1 [INFO] [stderr] Checking email_address v0.2.9 [INFO] [stderr] Checking serde_yaml_ng v0.10.0 [INFO] [stderr] Checking calamine v0.34.0 [INFO] [stderr] Checking idna_adapter v1.2.1 [INFO] [stderr] Checking idna v1.1.0 [INFO] [stderr] Checking url v2.5.8 [INFO] [stderr] Checking referencing v0.45.0 [INFO] [stderr] Checking tokio-util v0.7.18 [INFO] [stderr] Checking tower v0.5.3 [INFO] [stderr] Checking tokio-rustls v0.26.4 [INFO] [stderr] Checking schemars v1.2.1 [INFO] [stderr] Checking xlformula_engine v0.1.18 [INFO] [stderr] Checking tower-http v0.6.8 [INFO] [stderr] Checking h2 v0.4.13 [INFO] [stderr] Checking rmcp v1.2.0 [INFO] [stderr] Checking hyper v1.8.1 [INFO] [stderr] Checking hyper-util v0.1.20 [INFO] [stderr] Checking hyper-rustls v0.27.7 [INFO] [stderr] Checking axum v0.8.8 [INFO] [stderr] Checking reqwest v0.13.2 [INFO] [stderr] Checking jsonschema v0.45.0 [INFO] [stderr] Documenting mollendorff-forge v10.0.0-beta.8 (/opt/rustwide/workdir) [INFO] [stdout] warning: unresolved link to `index` [INFO] [stdout] --> src/core/array_calculator/parser.rs:28:30 [INFO] [stdout] | [INFO] [stdout] 28 | /// Array indexing: expr[index] [INFO] [stdout] | ^^^^^ no item named `index` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.44s [INFO] [stderr] Generated /opt/rustwide/target/doc/mollendorff_forge/index.html [INFO] running `Command { std: "docker" "inspect" "164a4dd1f6652b8e977efd7f25a7900b524769fce5cef69eb388a31b9e826098", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "164a4dd1f6652b8e977efd7f25a7900b524769fce5cef69eb388a31b9e826098", kill_on_drop: false }` [INFO] [stdout] 164a4dd1f6652b8e977efd7f25a7900b524769fce5cef69eb388a31b9e826098