[INFO] fetching crate ffuzzy 0.3.16...
[INFO] documenting ffuzzy-0.3.16 against 1.91.0 for beta-1.92-rustdoc-1
[INFO] extracting crate ffuzzy 0.3.16 into /workspace/builds/worker-7-tc1/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-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate ffuzzy 0.3.16 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 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" "+1.91.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded libc v0.2.163
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] 0d07d87b18b50775fb4d38c338ee03c19a320eba41a2a3282c5e2924d05ccacb
[INFO] running `Command { std: "docker" "start" "-a" "0d07d87b18b50775fb4d38c338ee03c19a320eba41a2a3282c5e2924d05ccacb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0d07d87b18b50775fb4d38c338ee03c19a320eba41a2a3282c5e2924d05ccacb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0d07d87b18b50775fb4d38c338ee03c19a320eba41a2a3282c5e2924d05ccacb", kill_on_drop: false }`
[INFO] [stdout] 0d07d87b18b50775fb4d38c338ee03c19a320eba41a2a3282c5e2924d05ccacb
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] 5e8c3d5d91a12328ac24e0b090817836fa5c8e947f1c2910642c7455477135b6
[INFO] running `Command { std: "docker" "start" "-a" "5e8c3d5d91a12328ac24e0b090817836fa5c8e947f1c2910642c7455477135b6", 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.47s
[INFO] [stderr]    Generated /opt/rustwide/target/doc/ssdeep/index.html
[INFO] running `Command { std: "docker" "inspect" "5e8c3d5d91a12328ac24e0b090817836fa5c8e947f1c2910642c7455477135b6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5e8c3d5d91a12328ac24e0b090817836fa5c8e947f1c2910642c7455477135b6", kill_on_drop: false }`
[INFO] [stdout] 5e8c3d5d91a12328ac24e0b090817836fa5c8e947f1c2910642c7455477135b6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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" "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" "+1.91.0" "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] fdfb5342862da0f5ed7abdcd49aa39d11f01f5550650b6fa7c0f09cb564daeb3
[INFO] running `Command { std: "docker" "start" "-a" "fdfb5342862da0f5ed7abdcd49aa39d11f01f5550650b6fa7c0f09cb564daeb3", 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] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
[INFO] [stderr]    Generated /opt/rustwide/target/doc/ssdeep/index.html
[INFO] running `Command { std: "docker" "inspect" "fdfb5342862da0f5ed7abdcd49aa39d11f01f5550650b6fa7c0f09cb564daeb3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fdfb5342862da0f5ed7abdcd49aa39d11f01f5550650b6fa7c0f09cb564daeb3", kill_on_drop: false }`
[INFO] [stdout] fdfb5342862da0f5ed7abdcd49aa39d11f01f5550650b6fa7c0f09cb564daeb3
