[INFO] fetching crate shuck-indexer 0.2.1...
[INFO] documenting shuck-indexer-0.2.1 against da3f5c31e5535b3dc210067de660a45784ae1e9c for pr-162169
[INFO] extracting crate shuck-indexer 0.2.1 into /workspace/builds/worker-5-tc2/source
[INFO] started tweaking crates.io crate shuck-indexer 0.2.1
[INFO] finished tweaking crates.io crate shuck-indexer 0.2.1
[INFO] tweaked toml for crates.io crate shuck-indexer 0.2.1 written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate shuck-indexer 0.2.1 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 shuck-indexer 0.2.1 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] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] 7c80ded6ad8a49807e3bba4cac4c916525667bdfcdac48090acf1c4f9e530fac
[INFO] running `Command { std: "docker" "start" "7c80ded6ad8a49807e3bba4cac4c916525667bdfcdac48090acf1c4f9e530fac", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7c80ded6ad8a49807e3bba4cac4c916525667bdfcdac48090acf1c4f9e530fac", 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" "7c80ded6ad8a49807e3bba4cac4c916525667bdfcdac48090acf1c4f9e530fac" "/opt/rustwide/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7c80ded6ad8a49807e3bba4cac4c916525667bdfcdac48090acf1c4f9e530fac", 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" "7c80ded6ad8a49807e3bba4cac4c916525667bdfcdac48090acf1c4f9e530fac" "/opt/rustwide/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]     Checking compact_str v0.8.1
[INFO] [stderr]     Checking shuck-ast v0.2.1
[INFO] [stderr]     Checking shuck-parser v0.2.1
[INFO] [stderr]  Documenting shuck-indexer v0.2.1 (/opt/rustwide/workdir)
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/close_delimiter_index.rs:43:1
[INFO] [stdout]    |
[INFO] [stdout] 43 | / pub struct CloseDelimiterIndex {
[INFO] [stdout] 44 | |     delimiters: Vec<IndexedCloseDelimiter>,
[INFO] [stdout] 45 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Structural close-delimiter lookup types derived from parser output.`
[INFO] [stdout]    = help: ends near `Lookup table for structural close delimiters in parsed shell source.`
[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/close_delimiter_index.rs:43:1
[INFO] [stdout]    |
[INFO] [stdout] 43 | / pub struct CloseDelimiterIndex {
[INFO] [stdout] 44 | |     delimiters: Vec<IndexedCloseDelimiter>,
[INFO] [stdout] 45 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Lookup table for structural close delimiters in parsed shell source.`
[INFO] [stdout]    = help: ends near `Lookup table for structural close delimiters in parsed shell source.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/close_delimiter_index.rs:11:1
[INFO] [stdout]    |
[INFO] [stdout] 11 | / pub enum CloseDelimiterKind {
[INFO] [stdout] 12 | |     /// The `fi` delimiter for `if` commands.
[INFO] [stdout] 13 | |     Fi,
[INFO] [stdout] 14 | |     /// The `done` delimiter for loop bodies.
[INFO] [stdout] ...  |
[INFO] [stdout] 19 | |     RightBrace,
[INFO] [stdout] 20 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Structural close-delimiter lookup types derived from parser output.`
[INFO] [stdout]    = help: ends near `The source delimiter that closes a parsed shell compound command.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/close_delimiter_index.rs:11:1
[INFO] [stdout]    |
[INFO] [stdout] 11 | / pub enum CloseDelimiterKind {
[INFO] [stdout] 12 | |     /// The `fi` delimiter for `if` commands.
[INFO] [stdout] 13 | |     Fi,
[INFO] [stdout] 14 | |     /// The `done` delimiter for loop bodies.
[INFO] [stdout] ...  |
[INFO] [stdout] 19 | |     RightBrace,
[INFO] [stdout] 20 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `The source delimiter that closes a parsed shell compound command.`
[INFO] [stdout]    = help: ends near `The source delimiter that closes a parsed shell compound command.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/close_delimiter_index.rs:35:1
[INFO] [stdout]    |
[INFO] [stdout] 35 | / pub struct IndexedCloseDelimiter {
[INFO] [stdout] 36 | |     command_range: TextRange,
[INFO] [stdout] 37 | |     delimiter_range: TextRange,
[INFO] [stdout] 38 | |     kind: CloseDelimiterKind,
[INFO] [stdout] 39 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Structural close-delimiter lookup types derived from parser output.`
[INFO] [stdout]    = help: ends near `One indexed close delimiter and the compound command span it belongs to.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/close_delimiter_index.rs:35:1
[INFO] [stdout]    |
[INFO] [stdout] 35 | / pub struct IndexedCloseDelimiter {
[INFO] [stdout] 36 | |     command_range: TextRange,
[INFO] [stdout] 37 | |     delimiter_range: TextRange,
[INFO] [stdout] 38 | |     kind: CloseDelimiterKind,
[INFO] [stdout] 39 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `One indexed close delimiter and the compound command span it belongs to.`
[INFO] [stdout]    = help: ends near `One indexed close delimiter and the compound command span it belongs to.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/comment_index.rs:37:1
[INFO] [stdout]    |
[INFO] [stdout] 37 | / pub struct CommentIndex {
[INFO] [stdout] 38 | |     comments: Vec<IndexedComment>,
[INFO] [stdout] 39 | |     line_comment_ranges: Vec<Range<usize>>,
[INFO] [stdout] 40 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Comment lookup types derived from parser output.`
[INFO] [stdout]    = help: ends near `Comment ranges and line-oriented lookup metadata.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/comment_index.rs:37:1
[INFO] [stdout]    |
[INFO] [stdout] 37 | / pub struct CommentIndex {
[INFO] [stdout] 38 | |     comments: Vec<IndexedComment>,
[INFO] [stdout] 39 | |     line_comment_ranges: Vec<Range<usize>>,
[INFO] [stdout] 40 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Comment ranges and line-oriented lookup metadata.`
[INFO] [stdout]    = help: ends near `Comment ranges and line-oriented lookup metadata.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/comment_index.rs:18:1
[INFO] [stdout]    |
[INFO] [stdout] 18 | / pub struct IndexedComment {
[INFO] [stdout] 19 | |     /// Byte range of the comment in source, including the `#` marker.
[INFO] [stdout] 20 | |     pub range: TextRange,
[INFO] [stdout] 21 | |     /// The 1-based physical line number this comment appears on.
[INFO] [stdout] ...  |
[INFO] [stdout] 27 | |     pub is_own_line: bool,
[INFO] [stdout] 28 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Comment lookup types derived from parser output.`
[INFO] [stdout]    = help: ends near `A source comment with resolved positional metadata.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/comment_index.rs:18:1
[INFO] [stdout]    |
[INFO] [stdout] 18 | / pub struct IndexedComment {
[INFO] [stdout] 19 | |     /// Byte range of the comment in source, including the `#` marker.
[INFO] [stdout] 20 | |     pub range: TextRange,
[INFO] [stdout] 21 | |     /// The 1-based physical line number this comment appears on.
[INFO] [stdout] ...  |
[INFO] [stdout] 27 | |     pub is_own_line: bool,
[INFO] [stdout] 28 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `A source comment with resolved positional metadata.`
[INFO] [stdout]    = help: ends near `A source comment with resolved positional metadata.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/folding_range_index.rs:41:1
[INFO] [stdout]    |
[INFO] [stdout] 41 | / pub struct FoldingRangeIndex {
[INFO] [stdout] 42 | |     ranges: Vec<IndexedFoldingRange>,
[INFO] [stdout] 43 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Syntax-aware folding ranges derived from parser and layout facts.`
[INFO] [stdout]    = help: ends near `Stable folding ranges derived from parser and line-layout indexes.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/folding_range_index.rs:41:1
[INFO] [stdout]    |
[INFO] [stdout] 41 | / pub struct FoldingRangeIndex {
[INFO] [stdout] 42 | |     ranges: Vec<IndexedFoldingRange>,
[INFO] [stdout] 43 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Stable folding ranges derived from parser and line-layout indexes.`
[INFO] [stdout]    = help: ends near `Stable folding ranges derived from parser and line-layout indexes.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/folding_range_index.rs:9:1
[INFO] [stdout]    |
[INFO] [stdout]  9 | / pub enum FoldingRangeKind {
[INFO] [stdout] 10 | |     /// A syntax-backed shell construct, heredoc, or continuation region.
[INFO] [stdout] 11 | |     Region,
[INFO] [stdout] 12 | |     /// A consecutive block of own-line comments.
[INFO] [stdout] 13 | |     Comment,
[INFO] [stdout] 14 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Syntax-aware folding ranges derived from parser and layout facts.`
[INFO] [stdout]    = help: ends near `Classification for a foldable shell source range.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/folding_range_index.rs:9:1
[INFO] [stdout]    |
[INFO] [stdout]  9 | / pub enum FoldingRangeKind {
[INFO] [stdout] 10 | |     /// A syntax-backed shell construct, heredoc, or continuation region.
[INFO] [stdout] 11 | |     Region,
[INFO] [stdout] 12 | |     /// A consecutive block of own-line comments.
[INFO] [stdout] 13 | |     Comment,
[INFO] [stdout] 14 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Classification for a foldable shell source range.`
[INFO] [stdout]    = help: ends near `Classification for a foldable shell source range.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/folding_range_index.rs:18:1
[INFO] [stdout]    |
[INFO] [stdout] 18 | / pub struct IndexedFoldingRange {
[INFO] [stdout] 19 | |     range: TextRange,
[INFO] [stdout] 20 | |     kind: FoldingRangeKind,
[INFO] [stdout] 21 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Syntax-aware folding ranges derived from parser and layout facts.`
[INFO] [stdout]    = help: ends near `One validated, multiline folding range in the original source text.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/folding_range_index.rs:18:1
[INFO] [stdout]    |
[INFO] [stdout] 18 | / pub struct IndexedFoldingRange {
[INFO] [stdout] 19 | |     range: TextRange,
[INFO] [stdout] 20 | |     kind: FoldingRangeKind,
[INFO] [stdout] 21 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `One validated, multiline folding range in the original source text.`
[INFO] [stdout]    = help: ends near `One validated, multiline folding range in the original source text.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/line_index.rs:18:1
[INFO] [stdout]    |
[INFO] [stdout] 18 | / pub enum LineEndingStyle {
[INFO] [stdout] 19 | |     /// Unix-style `\n` line endings.
[INFO] [stdout] 20 | |     #[default]
[INFO] [stdout] 21 | |     Lf,
[INFO] [stdout] 22 | |     /// Windows-style `\r\n` line endings.
[INFO] [stdout] 23 | |     CrLf,
[INFO] [stdout] 24 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Line-based offset lookup utilities.`
[INFO] [stdout]    = help: ends near `Source line-ending style inferred while indexing physical lines.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/line_index.rs:18:1
[INFO] [stdout]    |
[INFO] [stdout] 18 | / pub enum LineEndingStyle {
[INFO] [stdout] 19 | |     /// Unix-style `\n` line endings.
[INFO] [stdout] 20 | |     #[default]
[INFO] [stdout] 21 | |     Lf,
[INFO] [stdout] 22 | |     /// Windows-style `\r\n` line endings.
[INFO] [stdout] 23 | |     CrLf,
[INFO] [stdout] 24 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Source line-ending style inferred while indexing physical lines.`
[INFO] [stdout]    = help: ends near `Source line-ending style inferred while indexing physical lines.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/line_index.rs:32:1
[INFO] [stdout]    |
[INFO] [stdout] 32 | / pub struct LineIndex {
[INFO] [stdout] 33 | |     line_starts: Vec<TextSize>,
[INFO] [stdout] 34 | |     raw_continuation_line_starts: Vec<TextSize>,
[INFO] [stdout] 35 | |     raw_continuation_backslashes: Vec<TextSize>,
[INFO] [stdout] 36 | |     line_ending: LineEndingStyle,
[INFO] [stdout] 37 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Line-based offset lookup utilities.`
[INFO] [stdout]    = help: ends near `Maps between byte offsets and 1-based source lines.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/line_index.rs:32:1
[INFO] [stdout]    |
[INFO] [stdout] 32 | / pub struct LineIndex {
[INFO] [stdout] 33 | |     line_starts: Vec<TextSize>,
[INFO] [stdout] 34 | |     raw_continuation_line_starts: Vec<TextSize>,
[INFO] [stdout] 35 | |     raw_continuation_backslashes: Vec<TextSize>,
[INFO] [stdout] 36 | |     line_ending: LineEndingStyle,
[INFO] [stdout] 37 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Maps between byte offsets and 1-based source lines.`
[INFO] [stdout]    = help: ends near `Maps between byte offsets and 1-based source lines.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/region_index.rs:40:1
[INFO] [stdout]    |
[INFO] [stdout] 40 | / pub struct IndexedHeredoc {
[INFO] [stdout] 41 | |     /// Byte range of the parsed heredoc body.
[INFO] [stdout] 42 | |     pub body_range: TextRange,
[INFO] [stdout] 43 | |     /// Byte range of the original closing marker line, excluding the line ending.
[INFO] [stdout] 44 | |     pub closing_marker_range: Option<TextRange>,
[INFO] [stdout] 45 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Structural region indexes over parsed shell source.`
[INFO] [stdout]    = help: ends near `Indexed metadata for one heredoc body and its source closer.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/region_index.rs:40:1
[INFO] [stdout]    |
[INFO] [stdout] 40 | / pub struct IndexedHeredoc {
[INFO] [stdout] 41 | |     /// Byte range of the parsed heredoc body.
[INFO] [stdout] 42 | |     pub body_range: TextRange,
[INFO] [stdout] 43 | |     /// Byte range of the original closing marker line, excluding the line ending.
[INFO] [stdout] 44 | |     pub closing_marker_range: Option<TextRange>,
[INFO] [stdout] 45 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Indexed metadata for one heredoc body and its source closer.`
[INFO] [stdout]    = help: ends near `Indexed metadata for one heredoc body and its source closer.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/region_index.rs:59:1
[INFO] [stdout]    |
[INFO] [stdout] 59 | / pub struct RegionIndex {
[INFO] [stdout] 60 | |     single_quoted: Vec<TextRange>,
[INFO] [stdout] 61 | |     double_quoted: Vec<TextRange>,
[INFO] [stdout] 62 | |     heredocs: Vec<TextRange>,
[INFO] [stdout] ...  |
[INFO] [stdout] 73 | |     selection_ranges: Vec<TextRange>,
[INFO] [stdout] 74 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Structural region indexes over parsed shell source.`
[INFO] [stdout]    = help: ends near `Byte ranges of syntactic regions where special rules apply.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/region_index.rs:59:1
[INFO] [stdout]    |
[INFO] [stdout] 59 | / pub struct RegionIndex {
[INFO] [stdout] 60 | |     single_quoted: Vec<TextRange>,
[INFO] [stdout] 61 | |     double_quoted: Vec<TextRange>,
[INFO] [stdout] 62 | |     heredocs: Vec<TextRange>,
[INFO] [stdout] ...  |
[INFO] [stdout] 73 | |     selection_ranges: Vec<TextRange>,
[INFO] [stdout] 74 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Byte ranges of syntactic regions where special rules apply.`
[INFO] [stdout]    = help: ends near `Byte ranges of syntactic regions where special rules apply.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/region_index.rs:17:1
[INFO] [stdout]    |
[INFO] [stdout] 17 | / pub enum RegionKind {
[INFO] [stdout] 18 | |     /// Text inside single quotes.
[INFO] [stdout] 19 | |     SingleQuoted,
[INFO] [stdout] 20 | |     /// Text inside double quotes.
[INFO] [stdout] ...  |
[INFO] [stdout] 29 | |     Conditional,
[INFO] [stdout] 30 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Structural region indexes over parsed shell source.`
[INFO] [stdout]    = help: ends near `A syntactic region that affects source interpretation.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/region_index.rs:17:1
[INFO] [stdout]    |
[INFO] [stdout] 17 | / pub enum RegionKind {
[INFO] [stdout] 18 | |     /// Text inside single quotes.
[INFO] [stdout] 19 | |     SingleQuoted,
[INFO] [stdout] 20 | |     /// Text inside double quotes.
[INFO] [stdout] ...  |
[INFO] [stdout] 29 | |     Conditional,
[INFO] [stdout] 30 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `A syntactic region that affects source interpretation.`
[INFO] [stdout]    = help: ends near `A syntactic region that affects source interpretation.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/selection_range_index.rs:13:1
[INFO] [stdout]    |
[INFO] [stdout] 13 | / pub struct SelectionRangeIndex {
[INFO] [stdout] 14 | |     ranges: Vec<TextRange>,
[INFO] [stdout] 15 | |     file_range: TextRange,
[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 `Syntax-containment ranges used by editor selection expansion.`
[INFO] [stdout]    = help: ends near `Precomputed syntax spans used to expand editor selections.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/selection_range_index.rs:13:1
[INFO] [stdout]    |
[INFO] [stdout] 13 | / pub struct SelectionRangeIndex {
[INFO] [stdout] 14 | |     ranges: Vec<TextRange>,
[INFO] [stdout] 15 | |     file_range: TextRange,
[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 `Precomputed syntax spans used to expand editor selections.`
[INFO] [stdout]    = help: ends near `Precomputed syntax spans used to expand editor selections.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not document `shuck-indexer`
[INFO] running `Command { std: "docker" "inspect" "7c80ded6ad8a49807e3bba4cac4c916525667bdfcdac48090acf1c4f9e530fac", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7c80ded6ad8a49807e3bba4cac4c916525667bdfcdac48090acf1c4f9e530fac", kill_on_drop: false }`
[INFO] [stdout] 7c80ded6ad8a49807e3bba4cac4c916525667bdfcdac48090acf1c4f9e530fac
