[INFO] fetching crate pocketflow 0.1.0...
[INFO] documenting pocketflow-0.1.0 against da3f5c31e5535b3dc210067de660a45784ae1e9c for pr-162169
[INFO] extracting crate pocketflow 0.1.0 into /workspace/builds/worker-6-tc2/source
[INFO] started tweaking crates.io crate pocketflow 0.1.0
[INFO] finished tweaking crates.io crate pocketflow 0.1.0
[INFO] tweaked toml for crates.io crate pocketflow 0.1.0 written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate pocketflow 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 pocketflow 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] e3e9dc95a5ee5581701e9a090e7ae0bb034c099079c2b0177881e9618bb596ae
[INFO] running `Command { std: "docker" "start" "e3e9dc95a5ee5581701e9a090e7ae0bb034c099079c2b0177881e9618bb596ae", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e3e9dc95a5ee5581701e9a090e7ae0bb034c099079c2b0177881e9618bb596ae", 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" "e3e9dc95a5ee5581701e9a090e7ae0bb034c099079c2b0177881e9618bb596ae" "/opt/rustwide/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e3e9dc95a5ee5581701e9a090e7ae0bb034c099079c2b0177881e9618bb596ae", 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" "e3e9dc95a5ee5581701e9a090e7ae0bb034c099079c2b0177881e9618bb596ae" "/opt/rustwide/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]     Checking smallvec v1.15.0
[INFO] [stderr]     Checking futures-core v0.3.31
[INFO] [stderr]     Checking futures-sink v0.3.31
[INFO] [stderr]    Compiling lock_api v0.4.12
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling serde_json v1.0.140
[INFO] [stderr]     Checking tracing-core v0.1.33
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]    Compiling syn v2.0.101
[INFO] [stderr]     Checking signal-hook-registry v1.4.5
[INFO] [stderr]     Checking futures-channel v0.3.31
[INFO] [stderr]     Checking parking_lot v0.12.3
[INFO] [stderr]     Checking dashmap v6.1.0
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling tracing-attributes v0.1.28
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling async-trait v0.1.88
[INFO] [stderr]     Checking tokio v1.44.2
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]     Checking futures-executor v0.3.31
[INFO] [stderr]     Checking futures v0.3.31
[INFO] [stderr]  Documenting pocketflow v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/flow/async_flow.rs:90:1
[INFO] [stdout]    |
[INFO] [stdout] 90 | / pub struct AsyncBatchFlow {
[INFO] [stdout] 91 | |     pub(crate) inner: AsyncFlow,
[INFO] [stdout] 92 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Asynchronous flow implementations for creating complex data processing pipelines.`
[INFO] [stdout]    = help: ends near `Async batch flow structure`
[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/flow/async_flow.rs:90:1
[INFO] [stdout]    |
[INFO] [stdout] 90 | / pub struct AsyncBatchFlow {
[INFO] [stdout] 91 | |     pub(crate) inner: AsyncFlow,
[INFO] [stdout] 92 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Async batch flow structure`
[INFO] [stdout]    = help: ends near `Async batch flow structure`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/flow/async_flow.rs:13:1
[INFO] [stdout]    |
[INFO] [stdout] 13 | / pub struct AsyncFlow {
[INFO] [stdout] 14 | |     params: Params,
[INFO] [stdout] 15 | |     pub(crate) start_node: Option<Arc<dyn AsyncBaseNode>>,
[INFO] [stdout] 16 | |     node_map: DashMap<ActionKey, Arc<dyn AsyncBaseNode>>,
[INFO] [stdout] 17 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Asynchronous flow implementations for creating complex data processing pipelines.`
[INFO] [stdout]    = help: ends near `Async flow structure`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/flow/async_flow.rs:13:1
[INFO] [stdout]    |
[INFO] [stdout] 13 | / pub struct AsyncFlow {
[INFO] [stdout] 14 | |     params: Params,
[INFO] [stdout] 15 | |     pub(crate) start_node: Option<Arc<dyn AsyncBaseNode>>,
[INFO] [stdout] 16 | |     node_map: DashMap<ActionKey, Arc<dyn AsyncBaseNode>>,
[INFO] [stdout] 17 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Async flow structure`
[INFO] [stdout]    = help: ends near `Async flow structure`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/flow/async_flow.rs:146:1
[INFO] [stdout]     |
[INFO] [stdout] 146 | / pub struct AsyncParallelBatchFlow {
[INFO] [stdout] 147 | |     pub(crate) inner: AsyncFlow,
[INFO] [stdout] 148 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `Asynchronous flow implementations for creating complex data processing pipelines.`
[INFO] [stdout]     = help: ends near `Async parallel batch flow structure`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/flow/async_flow.rs:146:1
[INFO] [stdout]     |
[INFO] [stdout] 146 | / pub struct AsyncParallelBatchFlow {
[INFO] [stdout] 147 | |     pub(crate) inner: AsyncFlow,
[INFO] [stdout] 148 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `Async parallel batch flow structure`
[INFO] [stdout]     = help: ends near `Async parallel batch flow structure`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/flow/sync.rs:90:1
[INFO] [stdout]    |
[INFO] [stdout] 90 | / pub struct BatchFlow {
[INFO] [stdout] 91 | |     pub(crate) inner: Flow,
[INFO] [stdout] 92 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Synchronous flow implementations for creating data processing pipelines.`
[INFO] [stdout]    = help: ends near `Batch flow structure`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/flow/sync.rs:90:1
[INFO] [stdout]    |
[INFO] [stdout] 90 | / pub struct BatchFlow {
[INFO] [stdout] 91 | |     pub(crate) inner: Flow,
[INFO] [stdout] 92 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Batch flow structure`
[INFO] [stdout]    = help: ends near `Batch flow structure`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/flow/sync.rs:12:1
[INFO] [stdout]    |
[INFO] [stdout] 12 | / pub struct Flow {
[INFO] [stdout] 13 | |     params: Params,
[INFO] [stdout] 14 | |     pub(crate) start_node: Option<Arc<dyn BaseNode>>,
[INFO] [stdout] 15 | |     node_map: DashMap<ActionKey, Arc<dyn BaseNode>>,
[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 `Synchronous flow implementations for creating data processing pipelines.`
[INFO] [stdout]    = help: ends near `Flow orchestration structure`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/flow/sync.rs:12:1
[INFO] [stdout]    |
[INFO] [stdout] 12 | / pub struct Flow {
[INFO] [stdout] 13 | |     params: Params,
[INFO] [stdout] 14 | |     pub(crate) start_node: Option<Arc<dyn BaseNode>>,
[INFO] [stdout] 15 | |     node_map: DashMap<ActionKey, Arc<dyn BaseNode>>,
[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 `Flow orchestration structure`
[INFO] [stdout]    = help: ends near `Flow orchestration structure`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/lib.rs:79:5
[INFO] [stdout]    |
[INFO] [stdout] 79 | /// Base node traits that define the core behavior of processing nodes.
[INFO] [stdout]    |     ^ starts here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: ends near ` The base trait for all async nodes`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/node/base.rs:7:1
[INFO] [stdout]    |
[INFO] [stdout]  7 | / pub trait BaseNode: Send + Sync + 'static {
[INFO] [stdout]  8 | |     /// Prepare resources for execution
[INFO] [stdout]  9 | |     fn prep(&self, shared: &SharedState) -> Result<serde_json::Value>;
[INFO] [stdout] 10 | |     /// Execute the node's core functionality
[INFO] [stdout] ...  |
[INFO] [stdout] 25 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Base node traits that define the core behavior of processing nodes.`
[INFO] [stdout]    = help: ends near `The base trait for all nodes in the flow`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/node/base.rs:7:1
[INFO] [stdout]    |
[INFO] [stdout]  7 | / pub trait BaseNode: Send + Sync + 'static {
[INFO] [stdout]  8 | |     /// Prepare resources for execution
[INFO] [stdout]  9 | |     fn prep(&self, shared: &SharedState) -> Result<serde_json::Value>;
[INFO] [stdout] 10 | |     /// Execute the node's core functionality
[INFO] [stdout] ...  |
[INFO] [stdout] 25 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `The base trait for all nodes in the flow`
[INFO] [stdout]    = help: ends near `The base trait for all nodes in the flow`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/node/async_node.rs:130:1
[INFO] [stdout]     |
[INFO] [stdout] 130 | / pub struct AsyncBatchNode<F>
[INFO] [stdout] 131 | | where
[INFO] [stdout] 132 | |     F: for<'a> Fn(
[INFO] [stdout] 133 | |             &'a serde_json::Value,
[INFO] [stdout] ...   |
[INFO] [stdout] 140 | |     inner: AsyncNode<F>,
[INFO] [stdout] 141 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `Node implementations for both synchronous and asynchronous data processing.`
[INFO] [stdout]     = help: ends near `Async batch node implementation`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/node/async_node.rs:130:1
[INFO] [stdout]     |
[INFO] [stdout] 130 | / pub struct AsyncBatchNode<F>
[INFO] [stdout] 131 | | where
[INFO] [stdout] 132 | |     F: for<'a> Fn(
[INFO] [stdout] 133 | |             &'a serde_json::Value,
[INFO] [stdout] ...   |
[INFO] [stdout] 140 | |     inner: AsyncNode<F>,
[INFO] [stdout] 141 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `Async batch node implementation`
[INFO] [stdout]     = help: ends near `Async batch node implementation`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/node/async_node.rs:15:1
[INFO] [stdout]    |
[INFO] [stdout] 15 | / pub struct AsyncNode<F>
[INFO] [stdout] 16 | | where
[INFO] [stdout] 17 | |     F: for<'a> Fn(
[INFO] [stdout] 18 | |             &'a serde_json::Value,
[INFO] [stdout] ...  |
[INFO] [stdout] 29 | |     wait_ms: u64,
[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 `Node implementations for both synchronous and asynchronous data processing.`
[INFO] [stdout]    = help: ends near `Async node implementation`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/node/async_node.rs:15:1
[INFO] [stdout]    |
[INFO] [stdout] 15 | / pub struct AsyncNode<F>
[INFO] [stdout] 16 | | where
[INFO] [stdout] 17 | |     F: for<'a> Fn(
[INFO] [stdout] 18 | |             &'a serde_json::Value,
[INFO] [stdout] ...  |
[INFO] [stdout] 29 | |     wait_ms: u64,
[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 `Async node implementation`
[INFO] [stdout]    = help: ends near `Async node implementation`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/node/async_node.rs:219:1
[INFO] [stdout]     |
[INFO] [stdout] 219 | / pub struct AsyncParallelBatchNode<F>
[INFO] [stdout] 220 | | where
[INFO] [stdout] 221 | |     F: for<'a> Fn(
[INFO] [stdout] 222 | |             &'a serde_json::Value,
[INFO] [stdout] ...   |
[INFO] [stdout] 229 | |     inner: AsyncNode<F>,
[INFO] [stdout] 230 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `Node implementations for both synchronous and asynchronous data processing.`
[INFO] [stdout]     = help: ends near `Async parallel batch node implementation`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/node/async_node.rs:219:1
[INFO] [stdout]     |
[INFO] [stdout] 219 | / pub struct AsyncParallelBatchNode<F>
[INFO] [stdout] 220 | | where
[INFO] [stdout] 221 | |     F: for<'a> Fn(
[INFO] [stdout] 222 | |             &'a serde_json::Value,
[INFO] [stdout] ...   |
[INFO] [stdout] 229 | |     inner: AsyncNode<F>,
[INFO] [stdout] 230 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `Async parallel batch node implementation`
[INFO] [stdout]     = help: ends near `Async parallel batch node implementation`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/node/sync.rs:116:1
[INFO] [stdout]     |
[INFO] [stdout] 116 | / pub struct BatchNode<F>
[INFO] [stdout] 117 | | where
[INFO] [stdout] 118 | |     F: Fn(&serde_json::Value) -> Result<serde_json::Value> + Send + Sync + 'static,
[INFO] [stdout] ...   |
[INFO] [stdout] 121 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `Node implementations for both synchronous and asynchronous data processing.`
[INFO] [stdout]     = help: ends near `A node that processes a batch of items`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/node/sync.rs:116:1
[INFO] [stdout]     |
[INFO] [stdout] 116 | / pub struct BatchNode<F>
[INFO] [stdout] 117 | | where
[INFO] [stdout] 118 | |     F: Fn(&serde_json::Value) -> Result<serde_json::Value> + Send + Sync + 'static,
[INFO] [stdout] ...   |
[INFO] [stdout] 121 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `A node that processes a batch of items`
[INFO] [stdout]     = help: ends near `A node that processes a batch of items`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/node/sync.rs:13:1
[INFO] [stdout]    |
[INFO] [stdout] 13 | / pub struct Node<F>
[INFO] [stdout] 14 | | where
[INFO] [stdout] 15 | |     F: Fn(&serde_json::Value) -> Result<serde_json::Value> + Send + Sync + 'static,
[INFO] [stdout] ...  |
[INFO] [stdout] 21 | |     wait_ms: u64,
[INFO] [stdout] 22 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Node implementations for both synchronous and asynchronous data processing.`
[INFO] [stdout]    = help: ends near `A node with retry capabilities`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/node/sync.rs:13:1
[INFO] [stdout]    |
[INFO] [stdout] 13 | / pub struct Node<F>
[INFO] [stdout] 14 | | where
[INFO] [stdout] 15 | |     F: Fn(&serde_json::Value) -> Result<serde_json::Value> + Send + Sync + 'static,
[INFO] [stdout] ...  |
[INFO] [stdout] 21 | |     wait_ms: u64,
[INFO] [stdout] 22 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `A node with retry capabilities`
[INFO] [stdout]    = help: ends near `A node with retry capabilities`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]  --> src/types.rs:4:1
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub type SharedState = serde_json::Value;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: the way this is parsed might change in the future
[INFO] [stdout]   = help: starts near `Common types and constants used throughout the library.`
[INFO] [stdout]   = help: ends near `Shared state that can be passed between nodes`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]  --> src/types.rs:4:1
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub type SharedState = serde_json::Value;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: the way this is parsed might change in the future
[INFO] [stdout]   = help: starts near `Shared state that can be passed between nodes`
[INFO] [stdout]   = help: ends near `Shared state that can be passed between nodes`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]  --> src/types.rs:6:1
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub type Params = HashMap<String, serde_json::Value>;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: the way this is parsed might change in the future
[INFO] [stdout]   = help: starts near `Common types and constants used throughout the library.`
[INFO] [stdout]   = help: ends near `Parameters that can be configured for nodes`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]  --> src/types.rs:6:1
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub type Params = HashMap<String, serde_json::Value>;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: the way this is parsed might change in the future
[INFO] [stdout]   = help: starts near `Parameters that can be configured for nodes`
[INFO] [stdout]   = help: ends near `Parameters that can be configured for nodes`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]  --> src/types.rs:8:1
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub type ActionKey = String;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: the way this is parsed might change in the future
[INFO] [stdout]   = help: starts near `Common types and constants used throughout the library.`
[INFO] [stdout]   = help: ends near `Action string used for determining the next node in a flow`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]  --> src/types.rs:8:1
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub type ActionKey = String;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: the way this is parsed might change in the future
[INFO] [stdout]   = help: starts near `Action string used for determining the next node in a flow`
[INFO] [stdout]   = help: ends near `Action string used for determining the next node in a flow`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not document `pocketflow`
[INFO] running `Command { std: "docker" "inspect" "e3e9dc95a5ee5581701e9a090e7ae0bb034c099079c2b0177881e9618bb596ae", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e3e9dc95a5ee5581701e9a090e7ae0bb034c099079c2b0177881e9618bb596ae", kill_on_drop: false }`
[INFO] [stdout] e3e9dc95a5ee5581701e9a090e7ae0bb034c099079c2b0177881e9618bb596ae
