[INFO] fetching crate herdr-workspacer 0.1.0...
[INFO] documenting herdr-workspacer-0.1.0 against da3f5c31e5535b3dc210067de660a45784ae1e9c for pr-162169
[INFO] extracting crate herdr-workspacer 0.1.0 into /workspace/builds/worker-6-tc2/source
[INFO] removed /workspace/builds/worker-6-tc2/source/rust-toolchain.toml
[INFO] started tweaking crates.io crate herdr-workspacer 0.1.0
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate herdr-workspacer 0.1.0
[INFO] tweaked toml for crates.io crate herdr-workspacer 0.1.0 written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate herdr-workspacer 0.1.0 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 herdr-workspacer 0.1.0 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-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] cc6d3ba38c01093a226f2da1379a199f2b208567db1a76f088db7b8a1a3f8ee5
[INFO] running `Command { std: "docker" "start" "cc6d3ba38c01093a226f2da1379a199f2b208567db1a76f088db7b8a1a3f8ee5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "cc6d3ba38c01093a226f2da1379a199f2b208567db1a76f088db7b8a1a3f8ee5", 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" "cc6d3ba38c01093a226f2da1379a199f2b208567db1a76f088db7b8a1a3f8ee5" "/opt/rustwide/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "cc6d3ba38c01093a226f2da1379a199f2b208567db1a76f088db7b8a1a3f8ee5", 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" "cc6d3ba38c01093a226f2da1379a199f2b208567db1a76f088db7b8a1a3f8ee5" "/opt/rustwide/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling quote v1.0.47
[INFO] [stderr]    Compiling proc-macro2 v1.0.107
[INFO] [stderr]     Checking fuzzy-matcher v0.3.7
[INFO] [stderr]    Compiling syn v3.0.3
[INFO] [stderr]    Compiling serde_derive v1.0.229
[INFO] [stderr]     Checking serde v1.0.229
[INFO] [stderr]  Documenting herdr-workspacer v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/candidate.rs:25:1
[INFO] [stdout]    |
[INFO] [stdout] 25 | / pub struct Candidate {
[INFO] [stdout] 26 | |     /// The action that selecting this row performs.
[INFO] [stdout] 27 | |     pub kind: CandidateKind,
[INFO] [stdout] 28 | |     /// The source path shown to the user.
[INFO] [stdout] ...  |
[INFO] [stdout] 38 | |     pub(crate) source_order: usize,
[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 `Workspace and directory candidates plus merge and path operations.`
[INFO] [stdout]    = help: ends near `A workspace-picker row after source merging and ordering.`
[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/candidate.rs:25:1
[INFO] [stdout]    |
[INFO] [stdout] 25 | / pub struct Candidate {
[INFO] [stdout] 26 | |     /// The action that selecting this row performs.
[INFO] [stdout] 27 | |     pub kind: CandidateKind,
[INFO] [stdout] 28 | |     /// The source path shown to the user.
[INFO] [stdout] ...  |
[INFO] [stdout] 38 | |     pub(crate) source_order: usize,
[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 `A workspace-picker row after source merging and ordering.`
[INFO] [stdout]    = help: ends near `A workspace-picker row after source merging and ordering.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/candidate.rs:13:1
[INFO] [stdout]    |
[INFO] [stdout] 13 | / pub enum CandidateKind {
[INFO] [stdout] 14 | |     /// An already-open Herdr workspace.
[INFO] [stdout] 15 | |     Workspace {
[INFO] [stdout] 16 | |         /// Herdr's opaque workspace identifier.
[INFO] [stdout] ...  |
[INFO] [stdout] 20 | |     Directory,
[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 `Workspace and directory candidates plus merge and path operations.`
[INFO] [stdout]    = help: ends near `The target selected from the workspace picker.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/candidate.rs:13:1
[INFO] [stdout]    |
[INFO] [stdout] 13 | / pub enum CandidateKind {
[INFO] [stdout] 14 | |     /// An already-open Herdr workspace.
[INFO] [stdout] 15 | |     Workspace {
[INFO] [stdout] 16 | |         /// Herdr's opaque workspace identifier.
[INFO] [stdout] ...  |
[INFO] [stdout] 20 | |     Directory,
[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 `The target selected from the workspace picker.`
[INFO] [stdout]    = help: ends near `The target selected from the workspace picker.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/candidate.rs:43:1
[INFO] [stdout]    |
[INFO] [stdout] 43 | / pub struct Workspace {
[INFO] [stdout] 44 | |     /// Herdr's opaque workspace identifier.
[INFO] [stdout] 45 | |     pub id: String,
[INFO] [stdout] 46 | |     /// The label shown by Herdr.
[INFO] [stdout] ...  |
[INFO] [stdout] 51 | |     pub native_order: usize,
[INFO] [stdout] 52 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Workspace and directory candidates plus merge and path operations.`
[INFO] [stdout]    = help: ends near `An open Herdr workspace with its stable directory.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/candidate.rs:43:1
[INFO] [stdout]    |
[INFO] [stdout] 43 | / pub struct Workspace {
[INFO] [stdout] 44 | |     /// Herdr's opaque workspace identifier.
[INFO] [stdout] 45 | |     pub id: String,
[INFO] [stdout] 46 | |     /// The label shown by Herdr.
[INFO] [stdout] ...  |
[INFO] [stdout] 51 | |     pub native_order: usize,
[INFO] [stdout] 52 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `An open Herdr workspace with its stable directory.`
[INFO] [stdout]    = help: ends near `An open Herdr workspace with its stable directory.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/candidate.rs:106:1
[INFO] [stdout]     |
[INFO] [stdout] 106 | / pub fn merge_candidates(
[INFO] [stdout] 107 | |     workspaces: Vec<Workspace>,
[INFO] [stdout] 108 | |     zoxide_entries: Vec<ZoxideEntry>,
[INFO] [stdout] 109 | |     mru: &MruState,
[INFO] [stdout] ...   |
[INFO] [stdout] 132 | |     Ok(candidates)
[INFO] [stdout] 133 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `Workspace and directory candidates plus merge and path operations.`
[INFO] [stdout]     = help: ends near `Merges workspace and zoxide sources into the picker order.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/candidate.rs:106:1
[INFO] [stdout]     |
[INFO] [stdout] 106 | / pub fn merge_candidates(
[INFO] [stdout] 107 | |     workspaces: Vec<Workspace>,
[INFO] [stdout] 108 | |     zoxide_entries: Vec<ZoxideEntry>,
[INFO] [stdout] 109 | |     mru: &MruState,
[INFO] [stdout] ...   |
[INFO] [stdout] 132 | |     Ok(candidates)
[INFO] [stdout] 133 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `Merges workspace and zoxide sources into the picker order.`
[INFO] [stdout]     = help: ends near `Merges workspace and zoxide sources into the picker order.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/candidate.rs:136:1
[INFO] [stdout]     |
[INFO] [stdout] 136 | / pub fn normalize_path(path: &Path) -> Result<PathBuf> {
[INFO] [stdout] 137 | |     let absolute_path = if path.is_absolute() {
[INFO] [stdout] 138 | |         path.to_path_buf()
[INFO] [stdout] 139 | |     } else {
[INFO] [stdout] ...   |
[INFO] [stdout] 143 | |     Ok(std::fs::canonicalize(&absolute_path).unwrap_or(absolute_path))
[INFO] [stdout] 144 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `Workspace and directory candidates plus merge and path operations.`
[INFO] [stdout]     = help: ends near `Returns a canonical path, retaining an absolute path when canonicalization fails.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/candidate.rs:136:1
[INFO] [stdout]     |
[INFO] [stdout] 136 | / pub fn normalize_path(path: &Path) -> Result<PathBuf> {
[INFO] [stdout] 137 | |     let absolute_path = if path.is_absolute() {
[INFO] [stdout] 138 | |         path.to_path_buf()
[INFO] [stdout] 139 | |     } else {
[INFO] [stdout] ...   |
[INFO] [stdout] 143 | |     Ok(std::fs::canonicalize(&absolute_path).unwrap_or(absolute_path))
[INFO] [stdout] 144 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `Returns a canonical path, retaining an absolute path when canonicalization fails.`
[INFO] [stdout]     = help: ends near `Returns a canonical path, retaining an absolute path when canonicalization fails.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/fuzzy.rs:6:1
[INFO] [stdout]    |
[INFO] [stdout]  6 | / pub fn filter_indices(candidates: &[Candidate], query: &str) -> Vec<usize> {
[INFO] [stdout]  7 | |     if query.is_empty() {
[INFO] [stdout]  8 | |         return (0..candidates.len()).collect();
[INFO] [stdout] ...  |
[INFO] [stdout] 26 | |     ranked.into_iter().map(|(_, index)| index).collect()
[INFO] [stdout] 27 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Fuzzy filtering that preserves the caller's candidate order.`
[INFO] [stdout]    = help: ends near `Returns fuzzy-match indexes ranked by relevance, retaining input order for score ties.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/fuzzy.rs:6:1
[INFO] [stdout]    |
[INFO] [stdout]  6 | / pub fn filter_indices(candidates: &[Candidate], query: &str) -> Vec<usize> {
[INFO] [stdout]  7 | |     if query.is_empty() {
[INFO] [stdout]  8 | |         return (0..candidates.len()).collect();
[INFO] [stdout] ...  |
[INFO] [stdout] 26 | |     ranked.into_iter().map(|(_, index)| index).collect()
[INFO] [stdout] 27 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Returns fuzzy-match indexes ranked by relevance, retaining input order for score ties.`
[INFO] [stdout]    = help: ends near `Returns fuzzy-match indexes ranked by relevance, retaining input order for score ties.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/mru.rs:20:1
[INFO] [stdout]    |
[INFO] [stdout] 20 | / pub struct MruState {
[INFO] [stdout] 21 | |     /// Canonical workspace paths in descending recency.
[INFO] [stdout] 22 | |     pub paths: Vec<PathBuf>,
[INFO] [stdout] 23 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Persistent most-recently-used workspace state.`
[INFO] [stdout]    = help: ends near `Ordered paths with the most recently focused path first.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/mru.rs:20:1
[INFO] [stdout]    |
[INFO] [stdout] 20 | / pub struct MruState {
[INFO] [stdout] 21 | |     /// Canonical workspace paths in descending recency.
[INFO] [stdout] 22 | |     pub paths: Vec<PathBuf>,
[INFO] [stdout] 23 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Ordered paths with the most recently focused path first.`
[INFO] [stdout]    = help: ends near `Ordered paths with the most recently focused path first.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/mru.rs:27:1
[INFO] [stdout]    |
[INFO] [stdout] 27 | / pub struct MruStore {
[INFO] [stdout] 28 | |     state_dir: PathBuf,
[INFO] [stdout] 29 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Persistent most-recently-used workspace state.`
[INFO] [stdout]    = help: ends near `Durable MRU state stored in Herdr's plugin state directory.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/mru.rs:27:1
[INFO] [stdout]    |
[INFO] [stdout] 27 | / pub struct MruStore {
[INFO] [stdout] 28 | |     state_dir: PathBuf,
[INFO] [stdout] 29 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Durable MRU state stored in Herdr's plugin state directory.`
[INFO] [stdout]    = help: ends near `Durable MRU state stored in Herdr's plugin state directory.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/zoxide.rs:10:1
[INFO] [stdout]    |
[INFO] [stdout] 10 | / pub struct ZoxideEntry {
[INFO] [stdout] 11 | |     /// The directory recorded by zoxide.
[INFO] [stdout] 12 | |     pub path: PathBuf,
[INFO] [stdout] 13 | |     /// zoxide's score for the directory.
[INFO] [stdout] 14 | |     pub score: f64,
[INFO] [stdout] 15 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `zoxide candidate loading and parsed records.`
[INFO] [stdout]    = help: ends near `A zoxide directory with its ranking score.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/zoxide.rs:10:1
[INFO] [stdout]    |
[INFO] [stdout] 10 | / pub struct ZoxideEntry {
[INFO] [stdout] 11 | |     /// The directory recorded by zoxide.
[INFO] [stdout] 12 | |     pub path: PathBuf,
[INFO] [stdout] 13 | |     /// zoxide's score for the directory.
[INFO] [stdout] 14 | |     pub score: f64,
[INFO] [stdout] 15 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `A zoxide directory with its ranking score.`
[INFO] [stdout]    = help: ends near `A zoxide directory with its ranking score.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/zoxide.rs:19:1
[INFO] [stdout]    |
[INFO] [stdout] 19 | / pub struct ZoxideSource {
[INFO] [stdout] 20 | |     /// Parsed zoxide records.
[INFO] [stdout] 21 | |     pub entries: Vec<ZoxideEntry>,
[INFO] [stdout] 22 | |     /// A user-facing reason that no zoxide records are available.
[INFO] [stdout] 23 | |     pub warning: Option<String>,
[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 `zoxide candidate loading and parsed records.`
[INFO] [stdout]    = help: ends near `zoxide candidates and any non-fatal source warning.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/zoxide.rs:19:1
[INFO] [stdout]    |
[INFO] [stdout] 19 | / pub struct ZoxideSource {
[INFO] [stdout] 20 | |     /// Parsed zoxide records.
[INFO] [stdout] 21 | |     pub entries: Vec<ZoxideEntry>,
[INFO] [stdout] 22 | |     /// A user-facing reason that no zoxide records are available.
[INFO] [stdout] 23 | |     pub warning: Option<String>,
[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 `zoxide candidates and any non-fatal source warning.`
[INFO] [stdout]    = help: ends near `zoxide candidates and any non-fatal source warning.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/zoxide.rs:38:1
[INFO] [stdout]    |
[INFO] [stdout] 38 | / pub fn load() -> ZoxideSource {
[INFO] [stdout] 39 | |     load_from_paths(zoxide_binaries())
[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 `zoxide candidate loading and parsed records.`
[INFO] [stdout]    = help: ends near `Loads zoxide records from PATH and standard install locations without failing when unavailable.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/zoxide.rs:38:1
[INFO] [stdout]    |
[INFO] [stdout] 38 | / pub fn load() -> ZoxideSource {
[INFO] [stdout] 39 | |     load_from_paths(zoxide_binaries())
[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 `Loads zoxide records from PATH and standard install locations without failing when unavailable.`
[INFO] [stdout]    = help: ends near `Loads zoxide records from PATH and standard install locations without failing when unavailable.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not document `herdr-workspacer`
[INFO] running `Command { std: "docker" "inspect" "cc6d3ba38c01093a226f2da1379a199f2b208567db1a76f088db7b8a1a3f8ee5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cc6d3ba38c01093a226f2da1379a199f2b208567db1a76f088db7b8a1a3f8ee5", kill_on_drop: false }`
[INFO] [stdout] cc6d3ba38c01093a226f2da1379a199f2b208567db1a76f088db7b8a1a3f8ee5
