[INFO] cloning repository https://github.com/EcnuDase0705/sparse-index
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/EcnuDase0705/sparse-index" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FEcnuDase0705%2Fsparse-index", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FEcnuDase0705%2Fsparse-index'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] bfbd34443baaf8c42f62e75fe11defbbdcc16b25
[INFO] documenting EcnuDase0705/sparse-index against da3f5c31e5535b3dc210067de660a45784ae1e9c for pr-162169
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FEcnuDase0705%2Fsparse-index" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/EcnuDase0705/sparse-index
[INFO] finished tweaking git repo https://github.com/EcnuDase0705/sparse-index
[INFO] tweaked toml for git repo https://github.com/EcnuDase0705/sparse-index written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/EcnuDase0705/sparse-index 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 git repo https://github.com/EcnuDase0705/sparse-index 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-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] ceaa7eba7392911121a717ac828e8cfdb87c25a7d75b7f1fb5092ba43e6ebc7e
[INFO] running `Command { std: "docker" "start" "ceaa7eba7392911121a717ac828e8cfdb87c25a7d75b7f1fb5092ba43e6ebc7e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ceaa7eba7392911121a717ac828e8cfdb87c25a7d75b7f1fb5092ba43e6ebc7e", 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" "ceaa7eba7392911121a717ac828e8cfdb87c25a7d75b7f1fb5092ba43e6ebc7e" "/opt/rustwide/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ceaa7eba7392911121a717ac828e8cfdb87c25a7d75b7f1fb5092ba43e6ebc7e", 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" "ceaa7eba7392911121a717ac828e8cfdb87c25a7d75b7f1fb5092ba43e6ebc7e" "/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.79
[INFO] [stderr]    Compiling libc v0.2.172
[INFO] [stderr]    Compiling serde v1.0.210
[INFO] [stderr]     Checking smallvec v1.15.0
[INFO] [stderr]    Compiling zerocopy v0.8.25
[INFO] [stderr]    Compiling serde_json v1.0.140
[INFO] [stderr]    Compiling cc v1.2.25
[INFO] [stderr]    Compiling crossbeam-utils v0.7.2
[INFO] [stderr]    Compiling lock_api v0.4.13
[INFO] [stderr]     Checking unicode-normalization v0.1.24
[INFO] [stderr]     Checking aho-corasick v1.1.3
[INFO] [stderr]    Compiling memoffset v0.5.6
[INFO] [stderr]    Compiling rustix v1.0.7
[INFO] [stderr]    Compiling crunchy v0.2.3
[INFO] [stderr]     Checking futures-core v0.3.31
[INFO] [stderr]     Checking unicode-bidi v0.3.18
[INFO] [stderr]     Checking futures-sink v0.3.31
[INFO] [stderr]     Checking regex-syntax v0.8.5
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking futures-channel v0.3.31
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling crossbeam-epoch v0.8.2
[INFO] [stderr]    Compiling cxxbridge-flags v1.0.158
[INFO] [stderr]     Checking destructure_traitobject v0.2.0
[INFO] [stderr]     Checking hashbrown v0.15.3
[INFO] [stderr]    Compiling thiserror v1.0.65
[INFO] [stderr]     Checking unsafe-any-ors v1.0.0
[INFO] [stderr]     Checking maybe-uninit v2.0.0
[INFO] [stderr]     Checking ordered-float v2.10.1
[INFO] [stderr]     Checking lock_api v0.3.4
[INFO] [stderr]     Checking idna v0.4.0
[INFO] [stderr]     Checking stable_deref_trait v1.2.0
[INFO] [stderr]    Compiling schemars v0.8.22
[INFO] [stderr]     Checking humantime v2.2.0
[INFO] [stderr]     Checking chrono v0.4.41
[INFO] [stderr]    Compiling semver v1.0.26
[INFO] [stderr]     Checking ownedbytes v0.1.0 (/opt/rustwide/workdir/ownedbytes)
[INFO] [stderr]    Compiling quote v1.0.36
[INFO] [stderr]     Checking idna v0.5.0
[INFO] [stderr]     Checking typemap-ors v1.0.0
[INFO] [stderr]    Compiling syn v2.0.58
[INFO] [stderr]     Checking url v2.4.1
[INFO] [stderr]     Checking bitpacking v0.9.2
[INFO] [stderr]     Checking instant v0.1.13
[INFO] [stderr]     Checking foldhash v0.1.5
[INFO] [stderr]     Checking dyn-clone v1.0.19
[INFO] [stderr]     Checking ahash v0.3.8
[INFO] [stderr]     Checking log-mdc v0.1.0
[INFO] [stderr]     Checking getrandom v0.2.16
[INFO] [stderr]     Checking regex-automata v0.4.9
[INFO] [stderr]     Checking getrandom v0.3.3
[INFO] [stderr]     Checking indexmap v2.9.0
[INFO] [stderr]     Checking parking_lot_core v0.9.11
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking parking_lot_core v0.7.3
[INFO] [stderr]     Checking is-terminal v0.4.16
[INFO] [stderr]     Checking num_cpus v1.17.0
[INFO] [stderr]     Checking parking_lot v0.10.2
[INFO] [stderr]     Checking thread-id v4.2.2
[INFO] [stderr]     Checking memmap2 v0.9.5
[INFO] [stderr]     Checking rayon v1.10.0
[INFO] [stderr]     Checking flurry v0.3.1
[INFO] [stderr]     Checking parking_lot v0.12.4
[INFO] [stderr]     Checking ordered-float v4.6.0
[INFO] [stderr]     Checking half v2.4.1
[INFO] [stderr]     Checking crc32fast v1.4.2
[INFO] [stderr]     Checking census v0.4.2
[INFO] [stderr]     Checking oneshot v0.1.11
[INFO] [stderr]    Compiling link-cplusplus v1.0.10
[INFO] [stderr]    Compiling cxx v1.0.158
[INFO] [stderr]     Checking fs4 v0.8.4
[INFO] [stderr]     Checking atomic_refcell v0.1.13
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking tempfile v3.20.0
[INFO] [stderr]     Checking atomicwrites v0.4.4
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking regex v1.11.1
[INFO] [stderr]    Compiling derivative v2.2.0
[INFO] [stderr]    Compiling serde_derive_internals v0.29.1
[INFO] [stderr]    Compiling serde_derive v1.0.210
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling thiserror-impl v1.0.65
[INFO] [stderr]    Compiling async-trait v0.1.88
[INFO] [stderr]    Compiling cxxbridge-macro v1.0.158
[INFO] [stderr]    Compiling typed-builder-macro v0.20.1
[INFO] [stderr]    Compiling generic-tests v0.1.3
[INFO] [stderr]    Compiling enum_dispatch v0.3.13
[INFO] [stderr]    Compiling schemars_derive v0.8.22
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]     Checking typed-builder v0.20.1
[INFO] [stderr]     Checking sparse-bitpacker v0.1.0 (/opt/rustwide/workdir/bitpacker)
[INFO] [stderr]     Checking futures-executor v0.3.31
[INFO] [stderr]     Checking futures v0.3.31
[INFO] [stderr]     Checking log v0.4.27
[INFO] [stderr]     Checking deranged v0.4.0
[INFO] [stderr]     Checking serde_yaml v0.9.34+deprecated
[INFO] [stderr]     Checking serde-value v0.7.0
[INFO] [stderr]     Checking bincode v1.3.3
[INFO] [stderr]     Checking uuid v1.17.0
[INFO] [stderr]     Checking env_logger v0.10.2
[INFO] [stderr]     Checking measure_time v0.8.3
[INFO] [stderr]     Checking validator v0.18.1
[INFO] [stderr]     Checking log4rs v1.3.0
[INFO] [stderr]     Checking time v0.3.41
[INFO] [stderr]     Checking sparse-common v0.1.0 (/opt/rustwide/workdir/common)
[INFO] [stdout] warning: unexpected `cfg` condition value: `unstable`
[INFO] [stdout]    --> common/src/bitset.rs:700:17
[INFO] [stdout]     |
[INFO] [stdout] 700 | #[cfg(all(test, feature = "unstable"))]
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `unstable` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated module `std::u64`: all constants in this module replaced by associated constants on the type
[INFO] [stdout]  --> common/src/bitset.rs:2:20
[INFO] [stdout]   |
[INFO] [stdout] 2 | use std::{fmt, io, u64};
[INFO] [stdout]   |                    ^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]  Documenting sparse_index v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition value: `unstable`
[INFO] [stdout]    --> src/core/posting_list/encoder/mod.rs:396:17
[INFO] [stdout]     |
[INFO] [stdout] 396 | #[cfg(all(test, feature = "unstable"))]
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `unstable` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `mmap`
[INFO] [stdout]    --> src/directory/managed_directory.rs:379:7
[INFO] [stdout]     |
[INFO] [stdout] 379 | #[cfg(feature = "mmap")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `mmap` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `crate::Directory::acquire_lock`
[INFO] [stdout]    --> src/common/errors.rs:133:55
[INFO] [stdout]     |
[INFO] [stdout] 133 | /// This is returned from [`Directory::acquire_lock`](crate::Directory::acquire_lock).
[INFO] [stdout]     |                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `Directory` in module `sparse_index`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stdout] help: there's a similarly named item `directory`
[INFO] [stdout]     |
[INFO] [stdout] 133 - /// This is returned from [`Directory::acquire_lock`](crate::Directory::acquire_lock).
[INFO] [stdout] 133 + /// This is returned from [`Directory::acquire_lock`](crate::directory::acquire_lock).
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `Weight`
[INFO] [stdout]   --> src/core/common/types/weights/mod.rs:77:26
[INFO] [stdout]    |
[INFO] [stdout] 77 |     /// Return current [`Weight`] minimum value.
[INFO] [stdout]    |                          ^^^^^^ no item named `Weight` 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 `Weight`
[INFO] [stdout]   --> src/core/common/types/weights/mod.rs:81:26
[INFO] [stdout]    |
[INFO] [stdout] 81 |     /// Return current [`Weight`] type.
[INFO] [stdout]    |                          ^^^^^^ no item named `Weight` 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 `Weight`
[INFO] [stdout]   --> src/core/common/types/weights/mod.rs:84:44
[INFO] [stdout]    |
[INFO] [stdout] 84 |     /// Get quantized params for current [`Weight`]
[INFO] [stdout]    |                                            ^^^^^^ no item named `Weight` 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 `Weight`
[INFO] [stdout]   --> src/core/common/types/weights/mod.rs:87:39
[INFO] [stdout]    |
[INFO] [stdout] 87 |     /// Convert from f32 to current [`Weight`]
[INFO] [stdout]    |                                       ^^^^^^ no item named `Weight` 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 `Weight`
[INFO] [stdout]   --> src/core/common/types/weights/mod.rs:97:34
[INFO] [stdout]    |
[INFO] [stdout] 97 |     /// Compare with the other [`Weight`], return the smaller one.
[INFO] [stdout]    |                                  ^^^^^^ no item named `Weight` 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 `Weight`
[INFO] [stdout]   --> src/core/common/types/weights/mod.rs:99:34
[INFO] [stdout]    |
[INFO] [stdout] 99 |     /// Compare with the other [`Weight`], return the bigger one.
[INFO] [stdout]    |                                  ^^^^^^ no item named `Weight` 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 `propagate_while_upserting`
[INFO] [stdout]   --> src/core/posting_list/compress/compressed_posting_builder.rs:42:40
[INFO] [stdout]    |
[INFO] [stdout] 42 |     /// It is conflict with switcher [`propagate_while_upserting`]
[INFO] [stdout]    |                                        ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `propagate_while_upserting` 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 `EXTENDED_ELEMENT_TYPE`
[INFO] [stdout]   --> src/core/posting_list/simple/posting_list_builder.rs:30:61
[INFO] [stdout]    |
[INFO] [stdout] 30 |     /// This switch is supported when the element type is [`EXTENDED_ELEMENT_TYPE`].
[INFO] [stdout]    |                                                             ^^^^^^^^^^^^^^^^^^^^^ no item named `EXTENDED_ELEMENT_TYPE` 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 `propagate_while_upserting`
[INFO] [stdout]   --> src/core/posting_list/simple/posting_list_builder.rs:34:40
[INFO] [stdout]    |
[INFO] [stdout] 34 |     /// It is conflict with switcher [`propagate_while_upserting`]
[INFO] [stdout]    |                                        ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `propagate_while_upserting` 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 `super::PostingListElement`
[INFO] [stdout]   --> src/core/posting_list/element/extended_element.rs:11:49
[INFO] [stdout]    |
[INFO] [stdout] 11 | /// When quantized is enabled, you should use [`super::PostingListElement`]
[INFO] [stdout]    |                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `PostingListElement` in module `element`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `crate::directory::MmapDirectory`
[INFO] [stdout]    --> src/directory/directory.rs:111:29
[INFO] [stdout]     |
[INFO] [stdout] 111 | /// - The [`MMapDirectory`][crate::directory::MmapDirectory], this
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `MmapDirectory` in module `directory`
[INFO] [stdout]     |
[INFO] [stdout] help: there's a similarly named item `mmap_directory`
[INFO] [stdout]     |
[INFO] [stdout] 111 - /// - The [`MMapDirectory`][crate::directory::MmapDirectory], this
[INFO] [stdout] 111 + /// - The [`MMapDirectory`][crate::directory::mmap_directory], this
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `crate::directory::RamDirectory`
[INFO] [stdout]    --> src/directory/directory.rs:113:28
[INFO] [stdout]     |
[INFO] [stdout] 113 | /// - The [`RamDirectory`][crate::directory::RamDirectory], which
[INFO] [stdout]     |                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `RamDirectory` in module `directory`
[INFO] [stdout]     |
[INFO] [stdout] help: there's a similarly named item `ram_directory`
[INFO] [stdout]     |
[INFO] [stdout] 113 - /// - The [`RamDirectory`][crate::directory::RamDirectory], which
[INFO] [stdout] 113 + /// - The [`RamDirectory`][crate::directory::ram_directory], which
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `crate::directory::RamDirectory`
[INFO] [stdout]    --> src/directory/directory.rs:170:36
[INFO] [stdout]     |
[INFO] [stdout] 170 |     /// Note that [`RamDirectory`][crate::directory::RamDirectory] will
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `RamDirectory` in module `directory`
[INFO] [stdout]     |
[INFO] [stdout] help: there's a similarly named item `ram_directory`
[INFO] [stdout]     |
[INFO] [stdout] 170 -     /// Note that [`RamDirectory`][crate::directory::RamDirectory] will
[INFO] [stdout] 170 +     /// Note that [`RamDirectory`][crate::directory::ram_directory] will
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `crate::Directory::acquire_lock`
[INFO] [stdout]  --> src/directory/directory_lock.rs:9:60
[INFO] [stdout]   |
[INFO] [stdout] 9 | /// The lock will be passed to [`Directory::acquire_lock`](crate::Directory::acquire_lock).
[INFO] [stdout]   |                                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `Directory` in module `sparse_index`
[INFO] [stdout]   |
[INFO] [stdout] help: there's a similarly named item `directory`
[INFO] [stdout]   |
[INFO] [stdout] 9 - /// The lock will be passed to [`Directory::acquire_lock`](crate::Directory::acquire_lock).
[INFO] [stdout] 9 + /// The lock will be passed to [`Directory::acquire_lock`](crate::directory::acquire_lock).
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `crate::Directory::acquire_lock`
[INFO] [stdout]   --> src/directory/error.rs:11:55
[INFO] [stdout]    |
[INFO] [stdout] 11 | /// This is returned from [`Directory::acquire_lock`](crate::Directory::acquire_lock).
[INFO] [stdout]    |                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `Directory` in module `sparse_index`
[INFO] [stdout]    |
[INFO] [stdout] help: there's a similarly named item `directory`
[INFO] [stdout]    |
[INFO] [stdout] 11 - /// This is returned from [`Directory::acquire_lock`](crate::Directory::acquire_lock).
[INFO] [stdout] 11 + /// This is returned from [`Directory::acquire_lock`](crate::directory::acquire_lock).
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `Index`
[INFO] [stdout]    --> src/directory/managed_directory.rs:118:79
[INFO] [stdout]     |
[INFO] [stdout] 118 |     /// - `get_living_files`: callback function, return files still used by [`Index`].
[INFO] [stdout]     |                                                                               ^^^^^ no item named `Index` 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 `private`
[INFO] [stdout]    --> src/indexer/segment_updater.rs:231:10
[INFO] [stdout]     |
[INFO] [stdout] 231 |     /// [private] It is used to schedule asynchronous tasks
[INFO] [stdout]     |          ^^^^^^^ no item named `private` 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 `private`
[INFO] [stdout]    --> src/indexer/segment_updater.rs:366:10
[INFO] [stdout]     |
[INFO] [stdout] 366 |     /// [private] Update the active_index_meta held by the current segment updater.
[INFO] [stdout]     |          ^^^^^^^ no item named `private` 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 `private`
[INFO] [stdout]    --> src/indexer/segment_updater.rs:371:10
[INFO] [stdout]     |
[INFO] [stdout] 371 |     /// [private] Retrieve the active_index_meta held by the current segment updater.
[INFO] [stdout]     |          ^^^^^^^ no item named `private` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unclosed HTML tag `IndexReaderBridge`
[INFO] [stdout]   --> src/api/cxx_ffi/cache/index_reader_bridge.rs:91:17
[INFO] [stdout]    |
[INFO] [stdout] 91 |     /// - Ok(Arc<IndexReaderBridge>): The cached reader bridge
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(rustdoc::invalid_html_tags)]` on by default
[INFO] [stdout] help: try marking as source code
[INFO] [stdout]    |
[INFO] [stdout] 91 |     /// - Ok(`Arc<IndexReaderBridge>`): The cached reader bridge
[INFO] [stdout]    |              +                      +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unclosed HTML tag `Executor`
[INFO] [stdout]    --> src/api/cxx_ffi/cache/index_reader_bridge.rs:135:17
[INFO] [stdout]     |
[INFO] [stdout] 135 |     /// - Ok(Arc<Executor>): The thread pool executor
[INFO] [stdout]     |                 ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: try marking as source code
[INFO] [stdout]     |
[INFO] [stdout] 135 |     /// - Ok(`Arc<Executor>`): The thread pool executor
[INFO] [stdout]     |              +             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unclosed HTML tag `IndexWriterBridge`
[INFO] [stdout]   --> src/api/cxx_ffi/cache/index_writer_bridge.rs:87:17
[INFO] [stdout]    |
[INFO] [stdout] 87 |     /// - Ok(Arc<IndexWriterBridge>): The cached writer bridge
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: try marking as source code
[INFO] [stdout]    |
[INFO] [stdout] 87 |     /// - Ok(`Arc<IndexWriterBridge>`): The cached writer bridge
[INFO] [stdout]    |              +                      +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unclosed HTML tag `T`
[INFO] [stdout]   --> src/api/cxx_ffi/converter/mod.rs:22:23
[INFO] [stdout]    |
[INFO] [stdout] 22 | /// Convert 'CxxVector<T> to Vec<T>'
[INFO] [stdout]    |                       ^^^
[INFO] [stdout]    |
[INFO] [stdout] help: try marking as source code
[INFO] [stdout]    |
[INFO] [stdout] 22 | /// Convert '`CxxVector<T>` to Vec<T>'
[INFO] [stdout]    |              +            +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unclosed HTML tag `T`
[INFO] [stdout]   --> src/api/cxx_ffi/converter/mod.rs:22:33
[INFO] [stdout]    |
[INFO] [stdout] 22 | /// Convert 'CxxVector<T> to Vec<T>'
[INFO] [stdout]    |                                 ^^^
[INFO] [stdout]    |
[INFO] [stdout] help: try marking as source code
[INFO] [stdout]    |
[INFO] [stdout] 22 | /// Convert 'CxxVector<T> to `Vec<T>`'
[INFO] [stdout]    |                              +      +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unopened HTML tag `br`
[INFO] [stdout]   --> src/directory/mmap_directory.rs:36:58
[INFO] [stdout]    |
[INFO] [stdout] 36 | /// Attempt to memory-map the file located at full_path. </br>
[INFO] [stdout]    |                                                          ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unopened HTML tag `br`
[INFO] [stdout]   --> src/directory/mmap_directory.rs:37:70
[INFO] [stdout]    |
[INFO] [stdout] 37 | /// Ok(Some(Mmap)) indicates that the memory mapping was successful. </br>
[INFO] [stdout]    |                                                                      ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unopened HTML tag `br`
[INFO] [stdout]   --> src/directory/mmap_directory.rs:38:48
[INFO] [stdout]    |
[INFO] [stdout] 38 | /// Ok(None) indicates that the file is empty. </br>
[INFO] [stdout]    |                                                ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unopened HTML tag `br`
[INFO] [stdout]   --> src/directory/mmap_directory.rs:39:75
[INFO] [stdout]    |
[INFO] [stdout] 39 | /// Err(...) indicates that an error occurred during the mapping process. </br>
[INFO] [stdout]    |                                                                           ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unopened HTML tag `br`
[INFO] [stdout]    --> src/directory/mmap_directory.rs:137:89
[INFO] [stdout]     |
[INFO] [stdout] 137 |     /// Returns None if the file exists but as a len of 0 (and hence is not mmappable). </br>
[INFO] [stdout]     |                                                                                         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unopened HTML tag `br`
[INFO] [stdout]  --> src/directory/watch_event_router.rs:7:85
[INFO] [stdout]   |
[INFO] [stdout] 7 | /// Cloneable wrapper for callbacks registered when watching files of a `Directory`.</br>
[INFO] [stdout]   |                                                                                     ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unopened HTML tag `br`
[INFO] [stdout]   --> src/directory/watch_event_router.rs:62:100
[INFO] [stdout]    |
[INFO] [stdout] 62 |     /// Subscribes a new callback and returns a handle that controls the lifetime of the callback. </br>
[INFO] [stdout]    |                                                                                                    ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unopened HTML tag `br`
[INFO] [stdout]   --> src/directory/watch_event_router.rs:63:140
[INFO] [stdout]    |
[INFO] [stdout] 63 | ...reference, storing it in the internal callback function list. </br>
[INFO] [stdout]    |                                                                  ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/api/cxx_ffi/api/ffi_index_manager.rs:88:1
[INFO] [stdout]     |
[INFO] [stdout]  88 | / pub fn ffi_commit_index(index_path: &CxxString) -> FFIBoolResult {
[INFO] [stdout]  89 | |     const FUNC_NAME: &str = "ffi_commit_index";
[INFO] [stdout]  90 | |
[INFO] [stdout]  91 | |     let convert_and_commit = || {
[INFO] [stdout] ...   |
[INFO] [stdout] 109 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `- `ffi_create_index`: Creates a new index with default parameters`
[INFO] [stdout]     = help: ends near `Commit the index to disk.`
[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/api/cxx_ffi/api/ffi_index_manager.rs:88:1
[INFO] [stdout]     |
[INFO] [stdout]  88 | / pub fn ffi_commit_index(index_path: &CxxString) -> FFIBoolResult {
[INFO] [stdout]  89 | |     const FUNC_NAME: &str = "ffi_commit_index";
[INFO] [stdout]  90 | |
[INFO] [stdout]  91 | |     let convert_and_commit = || {
[INFO] [stdout] ...   |
[INFO] [stdout] 109 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `- `ffi_free_index_writer`: Releases resources associated with the index writer`
[INFO] [stdout]     = help: ends near `Commit the index to disk.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/api/cxx_ffi/api/ffi_index_manager.rs:12:1
[INFO] [stdout]    |
[INFO] [stdout] 12 | / pub fn ffi_create_index(index_path: &CxxString) -> FFIBoolResult {
[INFO] [stdout] 13 | |     let_cxx_string!(parameter = "{\"inverted_index_config\": {}}");
[INFO] [stdout] 14 | |     ffi_create_index_with_parameter(index_path, &parameter)
[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 `- `ffi_create_index`: Creates a new index with default parameters`
[INFO] [stdout]    = help: ends near `Create a new index.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/api/cxx_ffi/api/ffi_index_manager.rs:12:1
[INFO] [stdout]    |
[INFO] [stdout] 12 | / pub fn ffi_create_index(index_path: &CxxString) -> FFIBoolResult {
[INFO] [stdout] 13 | |     let_cxx_string!(parameter = "{\"inverted_index_config\": {}}");
[INFO] [stdout] 14 | |     ffi_create_index_with_parameter(index_path, &parameter)
[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 `- `ffi_free_index_writer`: Releases resources associated with the index writer`
[INFO] [stdout]    = help: ends near `Create a new index.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/api/cxx_ffi/api/ffi_index_manager.rs:18:1
[INFO] [stdout]    |
[INFO] [stdout] 18 | / pub fn ffi_create_index_with_parameter(
[INFO] [stdout] 19 | |     index_path: &CxxString,
[INFO] [stdout] 20 | |     index_json_parameter: &CxxString,
[INFO] [stdout] 21 | | ) -> FFIBoolResult {
[INFO] [stdout] ...  |
[INFO] [stdout] 51 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `- `ffi_create_index`: Creates a new index with default parameters`
[INFO] [stdout]    = help: ends near `Create a new index with a JSON parameter.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/api/cxx_ffi/api/ffi_index_manager.rs:18:1
[INFO] [stdout]    |
[INFO] [stdout] 18 | / pub fn ffi_create_index_with_parameter(
[INFO] [stdout] 19 | |     index_path: &CxxString,
[INFO] [stdout] 20 | |     index_json_parameter: &CxxString,
[INFO] [stdout] 21 | | ) -> FFIBoolResult {
[INFO] [stdout] ...  |
[INFO] [stdout] 51 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `- `ffi_free_index_writer`: Releases resources associated with the index writer`
[INFO] [stdout]    = help: ends near `Create a new index with a JSON parameter.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/api/cxx_ffi/api/ffi_index_reader.rs:37:1
[INFO] [stdout]    |
[INFO] [stdout] 37 | / pub fn ffi_free_index_reader(index_path: &CxxString) -> FFIBoolResult {
[INFO] [stdout] 38 | |     const FUNC_NAME: &str = "ffi_free_index_reader";
[INFO] [stdout] 39 | |
[INFO] [stdout] 40 | |     let free_reader = || {
[INFO] [stdout] ...  |
[INFO] [stdout] 58 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `- `ffi_load_index_reader`: Loads an index reader for the specified index path`
[INFO] [stdout]    = help: ends near `Free the index reader resources.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/api/cxx_ffi/api/ffi_index_reader.rs:37:1
[INFO] [stdout]    |
[INFO] [stdout] 37 | / pub fn ffi_free_index_reader(index_path: &CxxString) -> FFIBoolResult {
[INFO] [stdout] 38 | |     const FUNC_NAME: &str = "ffi_free_index_reader";
[INFO] [stdout] 39 | |
[INFO] [stdout] 40 | |     let free_reader = || {
[INFO] [stdout] ...  |
[INFO] [stdout] 58 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `- `ffi_sparse_search`: Performs a sparse search on the index`
[INFO] [stdout]    = help: ends near `Free the index reader resources.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/api/cxx_ffi/api/ffi_index_manager.rs:54:1
[INFO] [stdout]    |
[INFO] [stdout] 54 | / pub fn ffi_insert_sparse_vector(
[INFO] [stdout] 55 | |     index_path: &CxxString,
[INFO] [stdout] 56 | |     row_id: RowId,
[INFO] [stdout] 57 | |     sparse_vector: &Vec<TupleElement>,
[INFO] [stdout] ...  |
[INFO] [stdout] 85 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `- `ffi_create_index`: Creates a new index with default parameters`
[INFO] [stdout]    = help: ends near `Insert a sparse vector into the index.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/api/cxx_ffi/api/ffi_index_manager.rs:54:1
[INFO] [stdout]    |
[INFO] [stdout] 54 | / pub fn ffi_insert_sparse_vector(
[INFO] [stdout] 55 | |     index_path: &CxxString,
[INFO] [stdout] 56 | |     row_id: RowId,
[INFO] [stdout] 57 | |     sparse_vector: &Vec<TupleElement>,
[INFO] [stdout] ...  |
[INFO] [stdout] 85 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `- `ffi_free_index_writer`: Releases resources associated with the index writer`
[INFO] [stdout]    = help: ends near `Insert a sparse vector into the index.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/api/cxx_ffi/api/ffi_index_reader.rs:13:1
[INFO] [stdout]    |
[INFO] [stdout] 13 | / pub fn ffi_load_index_reader(index_path: &CxxString) -> FFIBoolResult {
[INFO] [stdout] 14 | |     const FUNC_NAME: &str = "ffi_load_index_reader";
[INFO] [stdout] 15 | |
[INFO] [stdout] 16 | |     let load_reader = || {
[INFO] [stdout] ...  |
[INFO] [stdout] 34 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `- `ffi_load_index_reader`: Loads an index reader for the specified index path`
[INFO] [stdout]    = help: ends near `Load an index reader for the specified index path.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/api/cxx_ffi/api/ffi_index_reader.rs:13:1
[INFO] [stdout]    |
[INFO] [stdout] 13 | / pub fn ffi_load_index_reader(index_path: &CxxString) -> FFIBoolResult {
[INFO] [stdout] 14 | |     const FUNC_NAME: &str = "ffi_load_index_reader";
[INFO] [stdout] 15 | |
[INFO] [stdout] 16 | |     let load_reader = || {
[INFO] [stdout] ...  |
[INFO] [stdout] 34 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `- `ffi_sparse_search`: Performs a sparse search on the index`
[INFO] [stdout]    = help: ends near `Load an index reader for the specified index path.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/api/cxx_ffi/api/ffi_index_reader.rs:69:1
[INFO] [stdout]     |
[INFO] [stdout]  69 | / pub fn ffi_sparse_search(
[INFO] [stdout]  70 | |     index_path: &CxxString,
[INFO] [stdout]  71 | |     sparse_vector: &Vec<TupleElement>,
[INFO] [stdout]  72 | |     filter: &CxxVector<u8>,
[INFO] [stdout] ...   |
[INFO] [stdout] 111 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `- `ffi_load_index_reader`: Loads an index reader for the specified index path`
[INFO] [stdout]     = help: ends near ``
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/api/cxx_ffi/api/ffi_index_reader.rs:69:1
[INFO] [stdout]     |
[INFO] [stdout]  69 | / pub fn ffi_sparse_search(
[INFO] [stdout]  70 | |     index_path: &CxxString,
[INFO] [stdout]  71 | |     sparse_vector: &Vec<TupleElement>,
[INFO] [stdout]  72 | |     filter: &CxxVector<u8>,
[INFO] [stdout] ...   |
[INFO] [stdout] 111 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `- `ffi_sparse_search`: Performs a sparse search on the index`
[INFO] [stdout]     = help: ends near ``
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not document `sparse_index`
[INFO] running `Command { std: "docker" "inspect" "ceaa7eba7392911121a717ac828e8cfdb87c25a7d75b7f1fb5092ba43e6ebc7e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ceaa7eba7392911121a717ac828e8cfdb87c25a7d75b7f1fb5092ba43e6ebc7e", kill_on_drop: false }`
[INFO] [stdout] ceaa7eba7392911121a717ac828e8cfdb87c25a7d75b7f1fb5092ba43e6ebc7e
