[INFO] fetching crate ffuzzy 0.3.16... [INFO] documenting ffuzzy-0.3.16 against beta-2025-10-28 for beta-1.92-rustdoc-1 [INFO] extracting crate ffuzzy 0.3.16 into /workspace/builds/worker-7-tc2/source [INFO] started tweaking crates.io crate ffuzzy 0.3.16 [INFO] finished tweaking crates.io crate ffuzzy 0.3.16 [INFO] tweaked toml for crates.io crate ffuzzy 0.3.16 written to /workspace/builds/worker-7-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate ffuzzy 0.3.16 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 crates.io crate ffuzzy 0.3.16 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-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] 0c20b2b989f7aa52202132bb735af9bc47d32dfbd5c30c5e4c4865ac6227d519 [INFO] running `Command { std: "docker" "start" "-a" "0c20b2b989f7aa52202132bb735af9bc47d32dfbd5c30c5e4c4865ac6227d519", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0c20b2b989f7aa52202132bb735af9bc47d32dfbd5c30c5e4c4865ac6227d519", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0c20b2b989f7aa52202132bb735af9bc47d32dfbd5c30c5e4c4865ac6227d519", kill_on_drop: false }` [INFO] [stdout] 0c20b2b989f7aa52202132bb735af9bc47d32dfbd5c30c5e4c4865ac6227d519 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] 2f36ce60431fe9825dcc3b2e925c0ad0315241bd6ffaf4acdf088ea407c6b8f7 [INFO] running `Command { std: "docker" "start" "-a" "2f36ce60431fe9825dcc3b2e925c0ad0315241bd6ffaf4acdf088ea407c6b8f7", kill_on_drop: false }` [INFO] [stderr] Compiling ffuzzy v0.3.16 (/opt/rustwide/workdir) [INFO] [stderr] Documenting ffuzzy v0.3.16 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary parentheses around closure body [INFO] [stdout] --> src/internals/hash/block.rs:575:21 [INFO] [stdout] | [INFO] [stdout] 575 | |x| (x | ((self.log_block_size as u64) << NumericWindows::BITS)), [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] 575 - |x| (x | ((self.log_block_size as u64) << NumericWindows::BITS)), [INFO] [stdout] 575 + |x| x | ((self.log_block_size as u64) << NumericWindows::BITS), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `BlockHashPositionArrayImplUnchecked` [INFO] [stdout] --> src/internals/compare/position_array.rs:155:11 [INFO] [stdout] | [INFO] [stdout] 155 | /// * [`BlockHashPositionArrayImplUnchecked`] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `BlockHashPositionArrayImplUnchecked` 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 `BlockHashPositionArrayImplUnchecked::is_equiv_unchecked` [INFO] [stdout] --> src/internals/compare/position_array.rs:252:42 [INFO] [stdout] | [INFO] [stdout] 252 | /// The internal implementation of [`BlockHashPositionArrayImplUnchecked::is_equiv_unchecked()`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `BlockHashPositionArrayImplUnchecked` in scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `BlockHashPositionArrayImplUnchecked::has_common_substring_unchecked` [INFO] [stdout] --> src/internals/compare/position_array.rs:270:42 [INFO] [stdout] | [INFO] [stdout] 270 | /// The internal implementation of [`BlockHashPositionArrayImplUnchecked::has_common_substring_unchecked()`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `BlockHashPositionArrayImplUnchecked` in scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `BlockHashPositionArrayImplUnchecked::edit_distance_unchecked` [INFO] [stdout] --> src/internals/compare/position_array.rs:305:42 [INFO] [stdout] | [INFO] [stdout] 305 | /// The internal implementation of [`BlockHashPositionArrayImplUnchecked::edit_distance_unchecked()`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `BlockHashPositionArrayImplUnchecked` in scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `BlockHashPositionArrayImplUnchecked::score_strings_raw_unchecked` [INFO] [stdout] --> src/internals/compare/position_array.rs:324:42 [INFO] [stdout] | [INFO] [stdout] 324 | /// The internal implementation of [`BlockHashPositionArrayImplUnchecked::score_strings_raw_unchecked()`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `BlockHashPositionArrayImplUnchecked` in scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `BlockHashPositionArrayImplUnchecked::score_strings_unchecked` [INFO] [stdout] --> src/internals/compare/position_array.rs:341:42 [INFO] [stdout] | [INFO] [stdout] 341 | /// The internal implementation of [`BlockHashPositionArrayImplUnchecked::score_strings_unchecked()`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `BlockHashPositionArrayImplUnchecked` in scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `BlockHashPositionArrayImplUnchecked` [INFO] [stdout] --> src/internals/compare.rs:329:15 [INFO] [stdout] | [INFO] [stdout] 329 | /// * [`BlockHashPositionArrayImplUnchecked`] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `BlockHashPositionArrayImplUnchecked` 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 `Self::raw_score_by_edit_distance_unchecked` [INFO] [stdout] --> src/internals/compare.rs:526:42 [INFO] [stdout] | [INFO] [stdout] 526 | /// The internal implementation of [`Self::raw_score_by_edit_distance_unchecked()`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `FuzzyHashCompareTarget` has no function named `raw_score_by_edit_distance_unchecked` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `Self::score_cap_on_block_hash_comparison_unchecked` [INFO] [stdout] --> src/internals/compare.rs:662:42 [INFO] [stdout] | [INFO] [stdout] 662 | /// The internal implementation of [`Self::score_cap_on_block_hash_comparison_unchecked()`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `FuzzyHashCompareTarget` has no function named `score_cap_on_block_hash_comparison_unchecked` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `Self::compare_unequal_near_eq_unchecked` [INFO] [stdout] --> src/internals/compare.rs:802:42 [INFO] [stdout] | [INFO] [stdout] 802 | /// The internal implementation of [`Self::compare_unequal_near_eq_unchecked()`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `FuzzyHashCompareTarget` has no function named `compare_unequal_near_eq_unchecked` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `Self::compare_unequal_near_eq_unchecked` [INFO] [stdout] --> src/internals/compare.rs:866:53 [INFO] [stdout] | [INFO] [stdout] 866 | /// * [`compare_unequal_near_eq_unchecked()`](Self::compare_unequal_near_eq_unchecked()) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `FuzzyHashCompareTarget` has no function named `compare_unequal_near_eq_unchecked` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `Self::compare_near_eq_unchecked` [INFO] [stdout] --> src/internals/compare.rs:885:42 [INFO] [stdout] | [INFO] [stdout] 885 | /// The internal implementation of [`Self::compare_near_eq_unchecked()`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `FuzzyHashCompareTarget` has no function named `compare_near_eq_unchecked` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `Self::compare_unequal_near_lt_unchecked` [INFO] [stdout] --> src/internals/compare.rs:953:42 [INFO] [stdout] | [INFO] [stdout] 953 | /// The internal implementation of [`Self::compare_unequal_near_lt_unchecked()`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `FuzzyHashCompareTarget` has no function named `compare_unequal_near_lt_unchecked` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `Self::compare_unequal_near_gt_unchecked` [INFO] [stdout] --> src/internals/compare.rs:1018:42 [INFO] [stdout] | [INFO] [stdout] 1018 | /// The internal implementation of [`Self::compare_unequal_near_gt_unchecked()`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `FuzzyHashCompareTarget` has no function named `compare_unequal_near_gt_unchecked` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `Self::compare_unequal_unchecked` [INFO] [stdout] --> src/internals/compare.rs:1083:42 [INFO] [stdout] | [INFO] [stdout] 1083 | /// The internal implementation of [`Self::compare_unequal_unchecked()`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `FuzzyHashCompareTarget` has no function named `compare_unequal_unchecked` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `Self::compare_unequal_unchecked` [INFO] [stdout] --> src/internals/compare.rs:1142:45 [INFO] [stdout] | [INFO] [stdout] 1142 | /// * [`compare_unequal_unchecked()`](Self::compare_unequal_unchecked()) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `FuzzyHashCompareTarget` has no function named `compare_unequal_unchecked` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `Self::is_comparison_candidate_near_eq_unchecked` [INFO] [stdout] --> src/internals/compare.rs:1180:42 [INFO] [stdout] | [INFO] [stdout] 1180 | /// The internal implementation of [`Self::is_comparison_candidate_near_eq_unchecked()`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `FuzzyHashCompareTarget` has no function named `is_comparison_candidate_near_eq_unchecked` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `Self::is_comparison_candidate_near_lt_unchecked` [INFO] [stdout] --> src/internals/compare.rs:1255:42 [INFO] [stdout] | [INFO] [stdout] 1255 | /// The internal implementation of [`Self::is_comparison_candidate_near_lt_unchecked()`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `FuzzyHashCompareTarget` has no function named `is_comparison_candidate_near_lt_unchecked` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `Self::is_comparison_candidate_near_gt_unchecked` [INFO] [stdout] --> src/internals/compare.rs:1327:42 [INFO] [stdout] | [INFO] [stdout] 1327 | /// The internal implementation of [`Self::is_comparison_candidate_near_gt_unchecked()`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `FuzzyHashCompareTarget` has no function named `is_comparison_candidate_near_gt_unchecked` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `Self::compare_unequal_unchecked` [INFO] [stdout] --> src/internals/compare.rs:1579:42 [INFO] [stdout] | [INFO] [stdout] 1579 | /// The internal implementation of [`Self::compare_unequal_unchecked()`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `FuzzyHashData` has no function named `compare_unequal_unchecked` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `Self::compare_unequal_unchecked` [INFO] [stdout] --> src/internals/compare.rs:1615:45 [INFO] [stdout] | [INFO] [stdout] 1615 | /// * [`compare_unequal_unchecked()`](Self::compare_unequal_unchecked()) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `FuzzyHashData` has no function named `compare_unequal_unchecked` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `from_log_unchecked` [INFO] [stdout] --> src/internals/hash/block.rs:119:42 [INFO] [stdout] | [INFO] [stdout] 119 | /// The internal implementation of [`from_log_unchecked()`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ no item named `from_log_unchecked` 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 `from_log_unchecked` [INFO] [stdout] --> src/internals/hash/block.rs:125:42 [INFO] [stdout] | [INFO] [stdout] 125 | /// The internal implementation of [`from_log_unchecked()`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ no item named `from_log_unchecked` 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 `log_from_valid_unchecked` [INFO] [stdout] --> src/internals/hash/block.rs:236:42 [INFO] [stdout] | [INFO] [stdout] 236 | /// The internal implementation of [`log_from_valid_unchecked()`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `log_from_valid_unchecked` 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 `Self::init_from_internals_raw_unchecked` [INFO] [stdout] --> src/internals/hash.rs:469:42 [INFO] [stdout] | [INFO] [stdout] 469 | /// The internal implementation of [`Self::init_from_internals_raw_unchecked()`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `FuzzyHashData` has no function named `init_from_internals_raw_unchecked` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `Self::new_from_internals_raw_unchecked` [INFO] [stdout] --> src/internals/hash.rs:588:42 [INFO] [stdout] | [INFO] [stdout] 588 | /// The internal implementation of [`Self::new_from_internals_raw_unchecked()`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `FuzzyHashData` has no function named `new_from_internals_raw_unchecked` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `Self::new_from_internals_near_raw_unchecked` [INFO] [stdout] --> src/internals/hash.rs:677:42 [INFO] [stdout] | [INFO] [stdout] 677 | /// The internal implementation of [`Self::new_from_internals_near_raw_unchecked()`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `FuzzyHashData` has no function named `new_from_internals_near_raw_unchecked` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `Self::new_from_internals_unchecked` [INFO] [stdout] --> src/internals/hash.rs:777:42 [INFO] [stdout] | [INFO] [stdout] 777 | /// The internal implementation of [`Self::new_from_internals_unchecked()`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `FuzzyHashData` has no function named `new_from_internals_unchecked` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `Self::new_from_internals_near_raw_unchecked` [INFO] [stdout] --> src/internals/hash_dual.rs:727:42 [INFO] [stdout] | [INFO] [stdout] 727 | /// The internal implementation of [`Self::new_from_internals_near_raw_unchecked()`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `FuzzyHashDualData` has no function named `new_from_internals_near_raw_unchecked` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `Self::new_from_internals_unchecked` [INFO] [stdout] --> src/internals/hash_dual.rs:811:42 [INFO] [stdout] | [INFO] [stdout] 811 | /// The internal implementation of [`Self::new_from_internals_unchecked()`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `FuzzyHashDualData` has no function named `new_from_internals_unchecked` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.65s [INFO] [stderr] Generated /opt/rustwide/target/doc/ssdeep/index.html [INFO] running `Command { std: "docker" "inspect" "2f36ce60431fe9825dcc3b2e925c0ad0315241bd6ffaf4acdf088ea407c6b8f7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2f36ce60431fe9825dcc3b2e925c0ad0315241bd6ffaf4acdf088ea407c6b8f7", kill_on_drop: false }` [INFO] [stdout] 2f36ce60431fe9825dcc3b2e925c0ad0315241bd6ffaf4acdf088ea407c6b8f7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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" "--features" "unstable unsafe unchecked" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--document-private-items\"]" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c156d343c9ac27dfbbef4cbe84ff741539d180e315b97aa993bc68d78ef973e5 [INFO] running `Command { std: "docker" "start" "-a" "c156d343c9ac27dfbbef4cbe84ff741539d180e315b97aa993bc68d78ef973e5", kill_on_drop: false }` [INFO] [stderr] Compiling ffuzzy v0.3.16 (/opt/rustwide/workdir) [INFO] [stderr] Documenting ffuzzy v0.3.16 (/opt/rustwide/workdir) [INFO] [stdout] error[E0557]: feature has been removed [INFO] [stdout] --> src/lib.rs:14:9 [INFO] [stdout] | [INFO] [stdout] 14 | doc_auto_cfg, [INFO] [stdout] | ^^^^^^^^^^^^ feature has been removed [INFO] [stdout] | [INFO] [stdout] = note: removed in 1.92.0; see for more information [INFO] [stdout] = note: merged into `doc_cfg` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Compilation failed, aborting rustdoc [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0557`. [INFO] [stdout] [INFO] [stderr] error: could not document `ffuzzy` [INFO] running `Command { std: "docker" "inspect" "c156d343c9ac27dfbbef4cbe84ff741539d180e315b97aa993bc68d78ef973e5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c156d343c9ac27dfbbef4cbe84ff741539d180e315b97aa993bc68d78ef973e5", kill_on_drop: false }` [INFO] [stdout] c156d343c9ac27dfbbef4cbe84ff741539d180e315b97aa993bc68d78ef973e5