[INFO] fetching crate srtemplate 0.3.3...
[INFO] documenting srtemplate-0.3.3 against da3f5c31e5535b3dc210067de660a45784ae1e9c for pr-162169
[INFO] extracting crate srtemplate 0.3.3 into /workspace/builds/worker-2-tc2/source
[INFO] removed /workspace/builds/worker-2-tc2/source/rust-toolchain.toml
[INFO] started tweaking crates.io crate srtemplate 0.3.3
[INFO] removed 0 missing examples
[INFO] finished tweaking crates.io crate srtemplate 0.3.3
[INFO] tweaked toml for crates.io crate srtemplate 0.3.3 written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate srtemplate 0.3.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] crate crates.io crate srtemplate 0.3.3 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] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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] 8066b6e1dfd67d1b3372c41692fff21ee50bb1e1e4d9fba125870cfe8c57eddc
[INFO] running `Command { std: "docker" "start" "8066b6e1dfd67d1b3372c41692fff21ee50bb1e1e4d9fba125870cfe8c57eddc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8066b6e1dfd67d1b3372c41692fff21ee50bb1e1e4d9fba125870cfe8c57eddc", 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" "8066b6e1dfd67d1b3372c41692fff21ee50bb1e1e4d9fba125870cfe8c57eddc" "/opt/rustwide/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8066b6e1dfd67d1b3372c41692fff21ee50bb1e1e4d9fba125870cfe8c57eddc", 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" "8066b6e1dfd67d1b3372c41692fff21ee50bb1e1e4d9fba125870cfe8c57eddc" "/opt/rustwide/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.148
[INFO] [stderr]     Checking scopeguard v1.2.0
[INFO] [stderr]    Compiling thiserror v1.0.49
[INFO] [stderr]     Checking cfg-if v1.0.0
[INFO] [stderr]    Compiling paste v1.0.14
[INFO] [stderr]     Checking smallvec v1.11.1
[INFO] [stderr]     Checking once_cell v1.18.0
[INFO] [stderr]     Checking hashbrown v0.14.1
[INFO] [stderr]    Compiling proc-macro2 v1.0.92
[INFO] [stderr]    Compiling parking_lot_core v0.9.8
[INFO] [stderr]    Compiling lock_api v0.4.10
[INFO] [stderr]    Compiling quote v1.0.38
[INFO] [stderr]    Compiling syn v2.0.37
[INFO] [stderr]     Checking dashmap v5.5.3
[INFO] [stderr]    Compiling thiserror-impl v1.0.49
[INFO] [stderr]  Documenting srtemplate v0.3.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unresolved link to `crate::function::FunctionError`
[INFO] [stdout]   --> src/builtin/math.rs:28:60
[INFO] [stdout]    |
[INFO] [stdout] 28 |                 /// This function can return an error of [`crate::function::FunctionError`] variant:
[INFO] [stdout]    |                                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `FunctionError` in module `function`
[INFO] [stdout] ...
[INFO] [stdout] 78 | gen_math_fn!(add, u8, u16, u32, u64, u128, i8, i16, i32, i64, i128, f32, f64);
[INFO] [stdout]    | ----------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stdout]    = note: this warning originates in the macro `gen_math_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `crate::function::FunctionError`
[INFO] [stdout]   --> src/builtin/math.rs:28:60
[INFO] [stdout]    |
[INFO] [stdout] 28 |                 /// This function can return an error of [`crate::function::FunctionError`] variant:
[INFO] [stdout]    |                                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `FunctionError` in module `function`
[INFO] [stdout] ...
[INFO] [stdout] 79 | gen_math_fn!(sub, u8, u16, u32, u64, u128, i8, i16, i32, i64, i128, f32, f64);
[INFO] [stdout]    | ----------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `gen_math_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `crate::function::FunctionError`
[INFO] [stdout]   --> src/builtin/math.rs:28:60
[INFO] [stdout]    |
[INFO] [stdout] 28 |                 /// This function can return an error of [`crate::function::FunctionError`] variant:
[INFO] [stdout]    |                                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `FunctionError` in module `function`
[INFO] [stdout] ...
[INFO] [stdout] 80 | gen_math_fn!(mul, u8, u16, u32, u64, u128, i8, i16, i32, i64, i128, f32, f64);
[INFO] [stdout]    | ----------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `gen_math_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `crate::function::FunctionError`
[INFO] [stdout]   --> src/builtin/math.rs:28:60
[INFO] [stdout]    |
[INFO] [stdout] 28 |                 /// This function can return an error of [`crate::function::FunctionError`] variant:
[INFO] [stdout]    |                                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `FunctionError` in module `function`
[INFO] [stdout] ...
[INFO] [stdout] 81 | gen_math_fn!(div, u8, u16, u32, u64, u128, i8, i16, i32, i64, i128, f32, f64);
[INFO] [stdout]    | ----------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `gen_math_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `crate::function::FunctionError`
[INFO] [stdout]   --> src/builtin/math.rs:61:52
[INFO] [stdout]    |
[INFO] [stdout] 61 |         /// This function can return an error of [`crate::function::FunctionError`] variant:
[INFO] [stdout]    |                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `FunctionError` in module `function`
[INFO] [stdout] ...
[INFO] [stdout] 83 | gen_math_fn!(@add, i32);
[INFO] [stdout]    | ----------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `gen_math_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `crate::function::FunctionError`
[INFO] [stdout]   --> src/builtin/math.rs:61:52
[INFO] [stdout]    |
[INFO] [stdout] 61 |         /// This function can return an error of [`crate::function::FunctionError`] variant:
[INFO] [stdout]    |                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `FunctionError` in module `function`
[INFO] [stdout] ...
[INFO] [stdout] 84 | gen_math_fn!(@sub, i32);
[INFO] [stdout]    | ----------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `gen_math_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `crate::function::FunctionError`
[INFO] [stdout]   --> src/builtin/math.rs:61:52
[INFO] [stdout]    |
[INFO] [stdout] 61 |         /// This function can return an error of [`crate::function::FunctionError`] variant:
[INFO] [stdout]    |                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `FunctionError` in module `function`
[INFO] [stdout] ...
[INFO] [stdout] 85 | gen_math_fn!(@mul, i32);
[INFO] [stdout]    | ----------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `gen_math_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `crate::function::FunctionError`
[INFO] [stdout]   --> src/builtin/math.rs:61:52
[INFO] [stdout]    |
[INFO] [stdout] 61 |         /// This function can return an error of [`crate::function::FunctionError`] variant:
[INFO] [stdout]    |                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `FunctionError` in module `function`
[INFO] [stdout] ...
[INFO] [stdout] 86 | gen_math_fn!(@div, i32);
[INFO] [stdout]    | ----------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `gen_math_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `FunctionError`
[INFO] [stdout]   --> src/builtin/os.rs:21:44
[INFO] [stdout]    |
[INFO] [stdout] 21 | /// This function can return an error of [`FunctionError`] variant:
[INFO] [stdout]    |                                            ^^^^^^^^^^^^^ no item named `FunctionError` 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 `crate::function::FunctionError`
[INFO] [stdout]   --> src/builtin/text.rs:19:44
[INFO] [stdout]    |
[INFO] [stdout] 19 | /// This function can return an error of [`crate::function::FunctionError`] variant:
[INFO] [stdout]    |                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `FunctionError` in module `function`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `crate::function::FunctionError`
[INFO] [stdout]   --> src/builtin/text.rs:48:44
[INFO] [stdout]    |
[INFO] [stdout] 48 | /// This function can return an error of [`crate::function::FunctionError`] variant:
[INFO] [stdout]    |                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `FunctionError` in module `function`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `crate::function::FunctionError`
[INFO] [stdout]   --> src/builtin/text.rs:77:44
[INFO] [stdout]    |
[INFO] [stdout] 77 | /// This function can return an error of [`crate::function::FunctionError`] variant:
[INFO] [stdout]    |                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `FunctionError` in module `function`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `SrTemplateError`
[INFO] [stdout]   --> src/render.rs:13:132
[INFO] [stdout]    |
[INFO] [stdout] 13 | ...dered template as a `String` or a [`SrTemplateError`] in case of an error.
[INFO] [stdout]    |                                        ^^^^^^^^^^^^^^^ no item named `SrTemplateError` 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 `SrTemplateError`
[INFO] [stdout]   --> src/render.rs:23:93
[INFO] [stdout]    |
[INFO] [stdout] 23 | /// A `Result` where `Ok` contains the rendered template as a `String`, and `Err` holds a [`SrTemplateError`] if an error occurs.
[INFO] [stdout]    |                                                                                             ^^^^^^^^^^^^^^^ no item named `SrTemplateError` 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 `template::TemplateFunction`
[INFO] [stdout]   --> src/lib.rs:58:72
[INFO] [stdout]    |
[INFO] [stdout] 58 | /// Re-exports the [`template::function`], [`template::SrTemplate`], [`template::TemplateFunction`] type for convenient use.
[INFO] [stdout]    |                                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `TemplateFunction` in module `template`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `template::TemplateFunction`
[INFO] [stdout]   |
[INFO] [stdout]   = note: the link appears in this line:
[INFO] [stdout]           
[INFO] [stdout]           Re-exports the [`template::function`], [`template::SrTemplate`], [`template::TemplateFunction`] type for convenient use.
[INFO] [stdout]                                                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   = note: no item named `TemplateFunction` in module `template`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `template::TemplateFunction`
[INFO] [stdout]   |
[INFO] [stdout]   = note: the link appears in this line:
[INFO] [stdout]           
[INFO] [stdout]           Re-exports the [`template::function`], [`template::SrTemplate`], [`template::TemplateFunction`] type for convenient use.
[INFO] [stdout]                                                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   = note: no item named `TemplateFunction` in module `template`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: Rust code block is empty
[INFO] [stdout]    --> src/template.rs:132:9
[INFO] [stdout]     |
[INFO] [stdout] 132 |     /// ```
[INFO] [stdout]     |         ^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(rustdoc::invalid_rust_codeblocks)]` on by default
[INFO] [stdout] help: mark blocks that do not contain Rust code as text
[INFO] [stdout]     |
[INFO] [stdout] 132 |     /// ```text
[INFO] [stdout]     |            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/error.rs:5:1
[INFO] [stdout]    |
[INFO] [stdout]  5 | / pub enum Error {
[INFO] [stdout]  6 | |     /// This error appears when the syntax of the template to be rendered is wrong.
[INFO] [stdout]  7 | |     #[error(transparent)]
[INFO] [stdout]  8 | |     BadSyntax(crate::parser::SyntaxError),
[INFO] [stdout] ...  |
[INFO] [stdout] 20 | |     Function(#[from] super::template::function::Error),
[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 `Re-exports the `SrTemplateError` type for convenient use.`
[INFO] [stdout]    = help: ends near `Collection of errors in the library`
[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/error.rs:5:1
[INFO] [stdout]    |
[INFO] [stdout]  5 | / pub enum Error {
[INFO] [stdout]  6 | |     /// This error appears when the syntax of the template to be rendered is wrong.
[INFO] [stdout]  7 | |     #[error(transparent)]
[INFO] [stdout]  8 | |     BadSyntax(crate::parser::SyntaxError),
[INFO] [stdout] ...  |
[INFO] [stdout] 20 | |     Function(#[from] super::template::function::Error),
[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 `Collection of errors in the library`
[INFO] [stdout]    = help: ends near `Collection of errors in the library`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/template.rs:21:1
[INFO] [stdout]    |
[INFO] [stdout] 21 | pub type Function = fn(&[String]) -> FuncResult;
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Re-exports the [`template::function`], [`template::SrTemplate`], [`template::TemplateFunction`] type for convenient use.`
[INFO] [stdout]    = help: ends near `This corresponds to the type for custom functions that may exist.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/template.rs:21:1
[INFO] [stdout]    |
[INFO] [stdout] 21 | pub type Function = fn(&[String]) -> FuncResult;
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `This corresponds to the type for custom functions that may exist.`
[INFO] [stdout]    = help: ends near `This corresponds to the type for custom functions that may exist.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/template.rs:38:1
[INFO] [stdout]    |
[INFO] [stdout] 38 | / pub struct SrTemplate<'a> {
[INFO] [stdout] 39 | |     delimiter_start: Cow<'a, str>,
[INFO] [stdout] 40 | |     delimiter_close: Cow<'a, str>,
[INFO] [stdout] 41 | |     variables: Arc<DashMap<Cow<'a, str>, String>>,
[INFO] [stdout] 42 | |     functions: Arc<DashMap<Cow<'a, str>, Box<Function>>>,
[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 `Re-exports the [`template::function`], [`template::SrTemplate`], [`template::TemplateFunction`] type for convenient use.`
[INFO] [stdout]    = help: ends near `This structure is the basis of everything, it is responsible for managing variables and functions.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/template.rs:38:1
[INFO] [stdout]    |
[INFO] [stdout] 38 | / pub struct SrTemplate<'a> {
[INFO] [stdout] 39 | |     delimiter_start: Cow<'a, str>,
[INFO] [stdout] 40 | |     delimiter_close: Cow<'a, str>,
[INFO] [stdout] 41 | |     variables: Arc<DashMap<Cow<'a, str>, String>>,
[INFO] [stdout] 42 | |     functions: Arc<DashMap<Cow<'a, str>, Box<Function>>>,
[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 `This structure is the basis of everything, it is responsible for managing variables and functions.`
[INFO] [stdout]    = help: ends near `This structure is the basis of everything, it is responsible for managing variables and functions.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not document `srtemplate`
[INFO] running `Command { std: "docker" "inspect" "8066b6e1dfd67d1b3372c41692fff21ee50bb1e1e4d9fba125870cfe8c57eddc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8066b6e1dfd67d1b3372c41692fff21ee50bb1e1e4d9fba125870cfe8c57eddc", kill_on_drop: false }`
[INFO] [stdout] 8066b6e1dfd67d1b3372c41692fff21ee50bb1e1e4d9fba125870cfe8c57eddc
