[INFO] fetching crate bhtsne 0.7.13...
[INFO] documenting bhtsne-0.7.13 against da3f5c31e5535b3dc210067de660a45784ae1e9c for pr-162169
[INFO] extracting crate bhtsne 0.7.13 into /workspace/builds/worker-7-tc2/source
[INFO] started tweaking crates.io crate bhtsne 0.7.13
[INFO] removed 0 missing examples
[INFO] finished tweaking crates.io crate bhtsne 0.7.13
[INFO] tweaked toml for crates.io crate bhtsne 0.7.13 written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate bhtsne 0.7.13 on toolchain da3f5c31e5535b3dc210067de660a45784ae1e9c
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate bhtsne 0.7.13 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" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "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/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 4f9406134c22e7328c64822e7a348467df51c386727c4e985d6b8bdd3ab92064
[INFO] running `Command { std: "docker" "start" "4f9406134c22e7328c64822e7a348467df51c386727c4e985d6b8bdd3ab92064", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4f9406134c22e7328c64822e7a348467df51c386727c4e985d6b8bdd3ab92064", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "4f9406134c22e7328c64822e7a348467df51c386727c4e985d6b8bdd3ab92064" "/opt/rustwide/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4f9406134c22e7328c64822e7a348467df51c386727c4e985d6b8bdd3ab92064", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "4f9406134c22e7328c64822e7a348467df51c386727c4e985d6b8bdd3ab92064" "/opt/rustwide/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]     Checking num-integer v0.1.47
[INFO] [stderr]    Compiling serde_core v1.0.229
[INFO] [stderr]     Checking num-complex v0.4.6
[INFO] [stderr]     Checking memchr v2.8.3
[INFO] [stderr]     Checking getrandom v0.3.4
[INFO] [stderr]     Checking rayon v1.12.0
[INFO] [stderr]     Checking rand_core v0.9.5
[INFO] [stderr]     Checking primal-check v0.3.4
[INFO] [stderr]     Checking transpose v0.2.3
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking csv-core v0.1.13
[INFO] [stderr]     Checking rand v0.9.5
[INFO] [stderr]     Checking rustfft v6.4.1
[INFO] [stderr]     Checking rand_distr v0.5.1
[INFO] [stderr]     Checking barnes-hut-tree v0.1.2
[INFO] [stderr]     Checking csv v1.4.0
[INFO] [stderr]     Checking realfft v3.5.0
[INFO] [stderr]  Documenting bhtsne v0.7.13 (/opt/rustwide/workdir)
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/tsne/spectral.rs:43:1
[INFO] [stdout]    |
[INFO] [stdout] 43 | / pub trait SpectralBlock: sealed::Sealed {
[INFO] [stdout] 44 | |     /// Width of a block row, the dimensionality plus the oversampling of 8.
[INFO] [stdout] 45 | |     const WIDTH: usize;
[INFO] [stdout] ...  |
[INFO] [stdout] 55 | |     fn as_rows_mut<T: Float + Default + Send + Sync>(flat: &mut [T]) -> &mut [Self::Row<T>];
[INFO] [stdout] 56 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Public re-exports.`
[INFO] [stdout]    = help: ends near `dynamic-width loop.`
[INFO] [stdout]    = note: `#[deny(rustdoc::unportable_markdown)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/tsne/spectral.rs:43:1
[INFO] [stdout]    |
[INFO] [stdout] 43 | / pub trait SpectralBlock: sealed::Sealed {
[INFO] [stdout] 44 | |     /// Width of a block row, the dimensionality plus the oversampling of 8.
[INFO] [stdout] 45 | |     const WIDTH: usize;
[INFO] [stdout] ...  |
[INFO] [stdout] 55 | |     fn as_rows_mut<T: Float + Default + Send + Sync>(flat: &mut [T]) -> &mut [Self::Row<T>];
[INFO] [stdout] 56 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Fixed-width row storage of the spectral solver, in the spirit of the `Morton``
[INFO] [stdout]    = help: ends near `Fixed-width row storage of the spectral solver, in the spirit of the `Morton``
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/tsne/spectral.rs:131:1
[INFO] [stdout]     |
[INFO] [stdout] 131 | / pub struct SpectralParams {
[INFO] [stdout] 132 | |     pub(crate) rounds: usize,
[INFO] [stdout] 133 | |     pub(crate) degree: usize,
[INFO] [stdout] 134 | |     pub(crate) seed_std: f64,
[INFO] [stdout] 135 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `Public re-exports.`
[INFO] [stdout]     = help: ends near `to handle unusually structured graphs.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/tsne/spectral.rs:131:1
[INFO] [stdout]     |
[INFO] [stdout] 131 | / pub struct SpectralParams {
[INFO] [stdout] 132 | |     pub(crate) rounds: usize,
[INFO] [stdout] 133 | |     pub(crate) degree: usize,
[INFO] [stdout] 134 | |     pub(crate) seed_std: f64,
[INFO] [stdout] 135 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `Tunable parameters of the spectral embedding initialization, accepted by`
[INFO] [stdout]     = help: ends near `Tunable parameters of the spectral embedding initialization, accepted by`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not document `bhtsne`
[INFO] running `Command { std: "docker" "inspect" "4f9406134c22e7328c64822e7a348467df51c386727c4e985d6b8bdd3ab92064", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4f9406134c22e7328c64822e7a348467df51c386727c4e985d6b8bdd3ab92064", kill_on_drop: false }`
[INFO] [stdout] 4f9406134c22e7328c64822e7a348467df51c386727c4e985d6b8bdd3ab92064
