[INFO] fetching crate faiquery 0.1.3...
[INFO] documenting faiquery-0.1.3 against da3f5c31e5535b3dc210067de660a45784ae1e9c for pr-162169
[INFO] extracting crate faiquery 0.1.3 into /workspace/builds/worker-3-tc2/source
[INFO] started tweaking crates.io crate faiquery 0.1.3
[INFO] finished tweaking crates.io crate faiquery 0.1.3
[INFO] tweaked toml for crates.io crate faiquery 0.1.3 written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate faiquery 0.1.3 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] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 24 packages to highest compatible versions
[INFO] [stderr]       Adding hashbrown v0.14.5 (available: v0.17.1)
[INFO] [stderr]       Adding memmap2 v0.7.1 (available: v0.9.11)
[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-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] 8218f5454916fdebd9cc10790e8cff6d87ac34ed0ac4b46dd87e38a1dea89151
[INFO] running `Command { std: "docker" "start" "8218f5454916fdebd9cc10790e8cff6d87ac34ed0ac4b46dd87e38a1dea89151", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8218f5454916fdebd9cc10790e8cff6d87ac34ed0ac4b46dd87e38a1dea89151", 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" "8218f5454916fdebd9cc10790e8cff6d87ac34ed0ac4b46dd87e38a1dea89151" "/opt/rustwide/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8218f5454916fdebd9cc10790e8cff6d87ac34ed0ac4b46dd87e38a1dea89151", 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" "8218f5454916fdebd9cc10790e8cff6d87ac34ed0ac4b46dd87e38a1dea89151" "/opt/rustwide/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.107
[INFO] [stderr]    Compiling quote v1.0.47
[INFO] [stderr]    Compiling serde_core v1.0.229
[INFO] [stderr]    Compiling serde v1.0.229
[INFO] [stderr]     Checking memchr v2.8.3
[INFO] [stderr]     Checking once_cell v1.21.4
[INFO] [stderr]     Checking ryu v1.0.23
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]     Checking memmap2 v0.7.1
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]     Checking csv-core v0.1.13
[INFO] [stderr]    Compiling syn v3.0.5
[INFO] [stderr]    Compiling serde_derive v1.0.229
[INFO] [stderr]     Checking csv v1.4.0
[INFO] [stderr]  Documenting faiquery v0.1.3 (/opt/rustwide/workdir)
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/fasta_index.rs:11:1
[INFO] [stdout]    |
[INFO] [stdout] 11 | / pub struct FastaIndex {
[INFO] [stdout] 12 | |     entries: HashMap<String, IndexEntry>,
[INFO] [stdout] 13 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `The `FastaIndex` struct represents a FAI index file.`
[INFO] [stdout]    = help: ends near `A FASTA index.`
[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/fasta_index.rs:11:1
[INFO] [stdout]    |
[INFO] [stdout] 11 | / pub struct FastaIndex {
[INFO] [stdout] 12 | |     entries: HashMap<String, IndexEntry>,
[INFO] [stdout] 13 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `A FASTA index.`
[INFO] [stdout]    = help: ends near `A FASTA index.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/index_entry.rs:10:1
[INFO] [stdout]    |
[INFO] [stdout] 10 | / pub struct IndexEntry {
[INFO] [stdout] 11 | |     pub name: String,
[INFO] [stdout] 12 | |     pub length: usize,
[INFO] [stdout] 13 | |     pub offset: usize,
[INFO] [stdout] 14 | |     pub line_bases: usize,
[INFO] [stdout] 15 | |     pub line_width: usize,
[INFO] [stdout] 16 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `The `IndexEntry` struct represents a single entry in a FAI index file.`
[INFO] [stdout]    = help: ends near `A FASTA index entry.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/index_entry.rs:10:1
[INFO] [stdout]    |
[INFO] [stdout] 10 | / pub struct IndexEntry {
[INFO] [stdout] 11 | |     pub name: String,
[INFO] [stdout] 12 | |     pub length: usize,
[INFO] [stdout] 13 | |     pub offset: usize,
[INFO] [stdout] 14 | |     pub line_bases: usize,
[INFO] [stdout] 15 | |     pub line_width: usize,
[INFO] [stdout] 16 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `A FASTA index entry.`
[INFO] [stdout]    = help: ends near `A FASTA index entry.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/indexed_fasta.rs:27:1
[INFO] [stdout]    |
[INFO] [stdout] 27 | / pub struct IndexedFasta {
[INFO] [stdout] 28 | |     index: FastaIndex,
[INFO] [stdout] 29 | |     map: Mmap,
[INFO] [stdout] 30 | |     buffer: Vec<u8>,
[INFO] [stdout] 31 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `The `IndexedFasta` struct represents a FASTA file that has been indexed`
[INFO] [stdout]    = help: ends near `An indexed FASTA file.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/indexed_fasta.rs:27:1
[INFO] [stdout]    |
[INFO] [stdout] 27 | / pub struct IndexedFasta {
[INFO] [stdout] 28 | |     index: FastaIndex,
[INFO] [stdout] 29 | |     map: Mmap,
[INFO] [stdout] 30 | |     buffer: Vec<u8>,
[INFO] [stdout] 31 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `An indexed FASTA file.`
[INFO] [stdout]    = help: ends near `An indexed FASTA file.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not document `faiquery`
[INFO] running `Command { std: "docker" "inspect" "8218f5454916fdebd9cc10790e8cff6d87ac34ed0ac4b46dd87e38a1dea89151", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8218f5454916fdebd9cc10790e8cff6d87ac34ed0ac4b46dd87e38a1dea89151", kill_on_drop: false }`
[INFO] [stdout] 8218f5454916fdebd9cc10790e8cff6d87ac34ed0ac4b46dd87e38a1dea89151
