[INFO] cloning repository https://github.com/Glyndor/podman-compose
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Glyndor/podman-compose" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FGlyndor%2Fpodman-compose", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FGlyndor%2Fpodman-compose'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] ef81f584644b1393cc19ffbe97fcfde753ca7768
[INFO] documenting Glyndor/podman-compose against da3f5c31e5535b3dc210067de660a45784ae1e9c for pr-162169
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FGlyndor%2Fpodman-compose" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-6-tc2/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/Glyndor/podman-compose
[INFO] removed 0 missing tests
[INFO] finished tweaking git repo https://github.com/Glyndor/podman-compose
[INFO] tweaked toml for git repo https://github.com/Glyndor/podman-compose written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Glyndor/podman-compose 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/Glyndor/podman-compose 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] f4cf4ae6422a52ba6e6cd5f2eab9dfde3b77de8e765de93cf4426421b5ad678d
[INFO] running `Command { std: "docker" "start" "f4cf4ae6422a52ba6e6cd5f2eab9dfde3b77de8e765de93cf4426421b5ad678d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f4cf4ae6422a52ba6e6cd5f2eab9dfde3b77de8e765de93cf4426421b5ad678d", 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" "f4cf4ae6422a52ba6e6cd5f2eab9dfde3b77de8e765de93cf4426421b5ad678d" "/opt/rustwide/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f4cf4ae6422a52ba6e6cd5f2eab9dfde3b77de8e765de93cf4426421b5ad678d", 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" "f4cf4ae6422a52ba6e6cd5f2eab9dfde3b77de8e765de93cf4426421b5ad678d" "/opt/rustwide/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling inotify-sys v0.1.8
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling syn v2.0.119
[INFO] [stderr]    Compiling syn v3.0.3
[INFO] [stderr]     Checking mio v1.2.2
[INFO] [stderr]    Compiling curve25519-dalek v4.1.3
[INFO] [stderr]     Checking clap_builder v4.6.6
[INFO] [stderr]     Checking regex-automata v0.4.16
[INFO] [stderr]     Checking futures-channel v0.3.33
[INFO] [stderr]     Checking base64 v0.23.1
[INFO] [stderr]     Checking miniz_oxide v0.9.1
[INFO] [stderr]     Checking indexmap v2.14.1
[INFO] [stderr]     Checking ed25519 v2.2.3
[INFO] [stderr]     Checking notify-types v2.1.0
[INFO] [stderr]     Checking utf8-zero v0.8.1
[INFO] [stderr]    Compiling podup v5.9.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking futures-util v0.3.34
[INFO] [stderr]     Checking serde_json v1.0.151
[INFO] [stderr]     Checking tar v0.4.46
[INFO] [stderr]     Checking http-body-util v0.1.5
[INFO] [stderr]     Checking inotify v0.11.4
[INFO] [stderr]     Checking ureq-proto v0.6.1
[INFO] [stderr]     Checking flate2 v1.1.10
[INFO] [stderr]     Checking notify v8.2.0
[INFO] [stderr]     Checking matchers v0.2.0
[INFO] [stderr]    Compiling clap_derive v4.6.4
[INFO] [stderr]    Compiling serde_derive v1.0.229
[INFO] [stderr]    Compiling rustls v0.23.42
[INFO] [stderr]    Compiling tokio-macros v2.7.1
[INFO] [stderr]    Compiling curve25519-dalek-derive v0.1.1
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]     Checking tokio v1.53.1
[INFO] [stderr]     Checking clap v4.6.6
[INFO] [stderr]     Checking clap_complete v4.6.9
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking tracing-subscriber v0.3.23
[INFO] [stderr]     Checking ed25519-dalek v2.2.0
[INFO] [stderr]     Checking rustls-webpki v0.103.13
[INFO] [stderr]     Checking serde v1.0.229
[INFO] [stderr]     Checking serde_yaml_ng v0.10.0
[INFO] [stderr]     Checking hyper v1.11.1
[INFO] [stderr]     Checking ureq v3.4.0
[INFO] [stderr]     Checking hyper-util v0.1.20
[INFO] [stderr]  Documenting podup v5.9.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unresolved link to `PodmanError::Field`
[INFO] [stdout]    --> internal/engine/build/pull.rs:575:7
[INFO] [stdout]     |
[INFO] [stdout] 575 | /// [`PodmanError::Field`] that names both the compose service and the
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^ no item named `PodmanError` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `super::mod`
[INFO] [stdout]  --> internal/engine/container/inputs.rs:1:53
[INFO] [stdout]   |
[INFO] [stdout] 1 | //! Per-container input computation, split out of [`super::mod`] so the
[INFO] [stdout]   |                                                     ^^^^^^^^^^ no item named `mod` in module `container`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `super::mod`
[INFO] [stdout]  --> internal/engine/container/spec.rs:4:20
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Split out of [`super::mod`] so the orchestrator in `mod.rs` stays a
[INFO] [stdout]   |                    ^^^^^^^^^^ no item named `mod` in module `container`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `Component::Normal`
[INFO] [stdout]    --> internal/engine/copy/archive.rs:167:30
[INFO] [stdout]     |
[INFO] [stdout] 167 | /// `unpack_in` keeps only [`Component::Normal`] parts — a leading `/` or a `..`
[INFO] [stdout]     |                              ^^^^^^^^^^^^^^^^^ no item named `Component` in scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `Engine`
[INFO] [stdout]   --> internal/engine/project_label.rs:14:67
[INFO] [stdout]    |
[INFO] [stdout] 14 | /// the raw `podup.project={name}` label string. Built once per [`Engine`] so
[INFO] [stdout]    |                                                                   ^^^^^^ no item named `Engine` 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 `Engine::run_attached`
[INFO] [stdout]   --> internal/engine/lifecycle/run_attached.rs:89:43
[INFO] [stdout]    |
[INFO] [stdout] 89 | /// Used on the `start` failure path of [`Engine::run_attached`]: the success
[INFO] [stdout]    |                                           ^^^^^^^^^^^^^^^^^^^^ no item named `Engine` in scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `super::mod`
[INFO] [stdout]  --> internal/engine/lifecycle/up.rs:2:28
[INFO] [stdout]   |
[INFO] [stdout] 2 | //! levels. Split out of [`super::mod`] so the orchestrator stays under the
[INFO] [stdout]   |                            ^^^^^^^^^^ no item named `mod` in module `lifecycle`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `super::run_up`
[INFO] [stdout]   --> internal/engine/lifecycle/up_one.rs:21:16
[INFO] [stdout]    |
[INFO] [stdout] 21 |     /// Used by [`super::run_up`]; safe to run concurrently for services in
[INFO] [stdout]    |                   ^^^^^^^^^^^^^ no item named `run_up` in module `lifecycle`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `ComposeError`
[INFO] [stdout]   --> internal/engine/secrets/secret_bytes.rs:12:7
[INFO] [stdout]    |
[INFO] [stdout] 12 | /// [`ComposeError`] carries a `String`, so any error built on this path is one
[INFO] [stdout]    |       ^^^^^^^^^^^^ no item named `ComposeError` 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::build`
[INFO] [stdout]    --> internal/engine/mod.rs:571:53
[INFO] [stdout]     |
[INFO] [stdout] 571 | /// Six sites flow through this — five in [`build`](super::build) (`cachefrom`,
[INFO] [stdout]     |                                                     ^^^^^^^^^^^^ no item named `build` in module `podup`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `super::events`
[INFO] [stdout]    --> internal/engine/mod.rs:573:16
[INFO] [stdout]     |
[INFO] [stdout] 573 | /// [`events`](super::events) (the `--format json` event row). Each of them
[INFO] [stdout]     |                ^^^^^^^^^^^^^ no item named `events` in module `podup`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `super::events`
[INFO] [stdout]    --> internal/engine/mod.rs:599:40
[INFO] [stdout]     |
[INFO] [stdout] 599 | /// [`to_query_json`](self)/[`events`](super::events) — where one row can be
[INFO] [stdout]     |                                        ^^^^^^^^^^^^^ no item named `events` in module `podup`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `abs_against`
[INFO] [stdout]   --> internal/quadlet/unit/build.rs:23:7
[INFO] [stdout]    |
[INFO] [stdout] 23 | /// [`abs_against`].
[INFO] [stdout]    |       ^^^^^^^^^^^ no item named `abs_against` 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 `LogConfig`
[INFO] [stdout]    --> internal/quadlet/unit/container.rs:526:25
[INFO] [stdout]     |
[INFO] [stdout] 526 | /// Render a resolved [`LogConfig`] onto a Quadlet `[Container]` section.
[INFO] [stdout]     |                         ^^^^^^^^^ no item named `LogConfig` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]   --> internal/engine/events.rs:94:42
[INFO] [stdout]    |
[INFO] [stdout] 94 |     ///   [`ComposeError::StreamTruncated`](crate::ComposeError::StreamTruncated).
[INFO] [stdout]    |            -------------------------------  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stdout]    |            |
[INFO] [stdout]    |            because label contains path that resolves to same destination
[INFO] [stdout]    |
[INFO] [stdout]    = note: when a link's destination is not specified,
[INFO] [stdout]            the label is used to resolve intra-doc links
[INFO] [stdout]    = note: `#[warn(rustdoc::redundant_explicit_links)]` on by default
[INFO] [stdout] help: remove explicit link target
[INFO] [stdout]    |
[INFO] [stdout] 94 -     ///   [`ComposeError::StreamTruncated`](crate::ComposeError::StreamTruncated).
[INFO] [stdout] 94 +     ///   [`ComposeError::StreamTruncated`].
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]   --> internal/engine/lifecycle/run.rs:25:34
[INFO] [stdout]    |
[INFO] [stdout] 25 |     /// [`ComposeError::RunExited`](crate::ComposeError::RunExited), carrying its
[INFO] [stdout]    |          -------------------------  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stdout]    |          |
[INFO] [stdout]    |          because label contains path that resolves to same destination
[INFO] [stdout]    |
[INFO] [stdout]    = note: when a link's destination is not specified,
[INFO] [stdout]            the label is used to resolve intra-doc links
[INFO] [stdout] help: remove explicit link target
[INFO] [stdout]    |
[INFO] [stdout] 25 -     /// [`ComposeError::RunExited`](crate::ComposeError::RunExited), carrying its
[INFO] [stdout] 25 +     /// [`ComposeError::RunExited`], carrying its
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]  --> internal/libpod/client/pool.rs:3:16
[INFO] [stdout]   |
[INFO] [stdout] 3 | //! [`Client`](super::Client) opens and reuses hyper HTTP/1.1 connections to the
[INFO] [stdout]   |      --------  ^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stdout]   |      |
[INFO] [stdout]   |      because label contains path that resolves to same destination
[INFO] [stdout]   |
[INFO] [stdout]   = note: when a link's destination is not specified,
[INFO] [stdout]           the label is used to resolve intra-doc links
[INFO] [stdout] help: remove explicit link target
[INFO] [stdout]   |
[INFO] [stdout] 3 - //! [`Client`](super::Client) opens and reuses hyper HTTP/1.1 connections to the
[INFO] [stdout] 3 + //! [`Client`] opens and reuses hyper HTTP/1.1 connections to the
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]  --> internal/libpod/client/pool.rs:9:55
[INFO] [stdout]   |
[INFO] [stdout] 9 | //! The pool is keyed by socket path, so a [`Client`](super::Client) holds one
[INFO] [stdout]   |                                             --------  ^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stdout]   |                                             |
[INFO] [stdout]   |                                             because label contains path that resolves to same destination
[INFO] [stdout]   |
[INFO] [stdout]   = note: when a link's destination is not specified,
[INFO] [stdout]           the label is used to resolve intra-doc links
[INFO] [stdout] help: remove explicit link target
[INFO] [stdout]   |
[INFO] [stdout] 9 - //! The pool is keyed by socket path, so a [`Client`](super::Client) holds one
[INFO] [stdout] 9 + //! The pool is keyed by socket path, so a [`Client`] holds one
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]   --> internal/libpod/client/pool.rs:21:28
[INFO] [stdout]    |
[INFO] [stdout] 21 | //!   wire. The [`Client`](super::Client) tracks its in-flight streaming
[INFO] [stdout]    |                  --------  ^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stdout]    |                  |
[INFO] [stdout]    |                  because label contains path that resolves to same destination
[INFO] [stdout]    |
[INFO] [stdout]    = note: when a link's destination is not specified,
[INFO] [stdout]            the label is used to resolve intra-doc links
[INFO] [stdout] help: remove explicit link target
[INFO] [stdout]    |
[INFO] [stdout] 21 - //!   wire. The [`Client`](super::Client) tracks its in-flight streaming
[INFO] [stdout] 21 + //!   wire. The [`Client`] tracks its in-flight streaming
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]  --> internal/ui/progress/row.rs:1:25
[INFO] [stdout]   |
[INFO] [stdout] 1 | //! Turning one [`Row`](super::Row) into one line of text.
[INFO] [stdout]   |                  -----  ^^^^^^^^^^ explicit target is redundant
[INFO] [stdout]   |                  |
[INFO] [stdout]   |                  because label contains path that resolves to same destination
[INFO] [stdout]   |
[INFO] [stdout]   = note: when a link's destination is not specified,
[INFO] [stdout]           the label is used to resolve intra-doc links
[INFO] [stdout] help: remove explicit link target
[INFO] [stdout]   |
[INFO] [stdout] 1 - //! Turning one [`Row`](super::Row) into one line of text.
[INFO] [stdout] 1 + //! Turning one [`Row`] into one line of text.
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> internal/engine/staging.rs:29:1
[INFO] [stdout]    |
[INFO] [stdout] 29 | / pub fn is_safe_project_name(name: &str) -> bool {
[INFO] [stdout] 30 | |     if name.is_empty() || name.len() > 128 {
[INFO] [stdout] 31 | |         return false;
[INFO] [stdout] ...  |
[INFO] [stdout] 38 | |     chars.all(|c| c.is_ascii_lowercase() || c.is_ascii_digit() || matches!(c, '-' | '_'))
[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 `The lifecycle `Engine` and its per-command option/override types, plus the`
[INFO] [stdout]    = help: ends near `and all-separator names.`
[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]   --> internal/engine/staging.rs:29:1
[INFO] [stdout]    |
[INFO] [stdout] 29 | / pub fn is_safe_project_name(name: &str) -> bool {
[INFO] [stdout] 30 | |     if name.is_empty() || name.len() > 128 {
[INFO] [stdout] 31 | |         return false;
[INFO] [stdout] ...  |
[INFO] [stdout] 38 | |     chars.all(|c| c.is_ascii_lowercase() || c.is_ascii_digit() || matches!(c, '-' | '_'))
[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 `Whether `name` is safe to use as a single path component and container`
[INFO] [stdout]    = help: ends near `Whether `name` is safe to use as a single path component and container`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> internal/engine/projects.rs:118:1
[INFO] [stdout]     |
[INFO] [stdout] 118 | / pub async fn list_projects(client: &Client, opts: LsOptions) -> Result<()> {
[INFO] [stdout] 119 | |     list_projects_filtered(client, opts, &[]).await
[INFO] [stdout] 120 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `The lifecycle `Engine` and its per-command option/override types, plus the`
[INFO] [stdout]     = help: ends near `For the `--filter name=/status=` predicates use [`list_projects_filtered`].`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> internal/engine/projects.rs:118:1
[INFO] [stdout]     |
[INFO] [stdout] 118 | / pub async fn list_projects(client: &Client, opts: LsOptions) -> Result<()> {
[INFO] [stdout] 119 | |     list_projects_filtered(client, opts, &[]).await
[INFO] [stdout] 120 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `List podup projects on the host (`docker compose ls`). Groups every`
[INFO] [stdout]     = help: ends near `List podup projects on the host (`docker compose ls`). Groups every`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> internal/engine/projects.rs:125:1
[INFO] [stdout]     |
[INFO] [stdout] 125 | / pub async fn list_projects_filtered(
[INFO] [stdout] 126 | |     client: &Client,
[INFO] [stdout] 127 | |     opts: LsOptions,
[INFO] [stdout] 128 | |     filters: &[String],
[INFO] [stdout] ...   |
[INFO] [stdout] 231 | |     Ok(())
[INFO] [stdout] 232 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `The lifecycle `Engine` and its per-command option/override types, plus the`
[INFO] [stdout]     = help: ends near `the frozen [`LsOptions`] struct so the published library API stays stable across minors.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> internal/engine/projects.rs:125:1
[INFO] [stdout]     |
[INFO] [stdout] 125 | / pub async fn list_projects_filtered(
[INFO] [stdout] 126 | |     client: &Client,
[INFO] [stdout] 127 | |     opts: LsOptions,
[INFO] [stdout] 128 | |     filters: &[String],
[INFO] [stdout] ...   |
[INFO] [stdout] 231 | |     Ok(())
[INFO] [stdout] 232 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `List podup projects (`docker compose ls`) narrowed by `--filter` predicates`
[INFO] [stdout]     = help: ends near `List podup projects (`docker compose ls`) narrowed by `--filter` predicates`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> internal/engine/image/digests.rs:61:1
[INFO] [stdout]     |
[INFO] [stdout]  61 | / pub async fn resolve_image_digests(client: &Client, file: &ComposeFile) -> Result<ComposeFile> {
[INFO] [stdout]  62 | |     let mut out = file.clone();
[INFO] [stdout] ...   |
[INFO] [stdout] 131 | |     Ok(out)
[INFO] [stdout] 132 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `The lifecycle `Engine` and its per-command option/override types, plus the`
[INFO] [stdout]     = help: ends near `(e.g. built locally, or never pulled) is left unchanged with a warning.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> internal/engine/image/digests.rs:61:1
[INFO] [stdout]     |
[INFO] [stdout]  61 | / pub async fn resolve_image_digests(client: &Client, file: &ComposeFile) -> Result<ComposeFile> {
[INFO] [stdout]  62 | |     let mut out = file.clone();
[INFO] [stdout] ...   |
[INFO] [stdout] 131 | |     Ok(out)
[INFO] [stdout] 132 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `Return a copy of `file` with every service `image:` rewritten to its registry`
[INFO] [stdout]     = help: ends near `Return a copy of `file` with every service `image:` rewritten to its registry`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> internal/engine/network/mod.rs:286:1
[INFO] [stdout]     |
[INFO] [stdout] 286 | / pub fn resolve_network_name(network: &str, file: &ComposeFile, project: &str) -> String {
[INFO] [stdout] 287 | |     match file.networks.get(network).and_then(|c| c.as_ref()) {
[INFO] [stdout] 288 | |         Some(cfg) => {
[INFO] [stdout] 289 | |             if let Some(name) = cfg.name.as_deref() {
[INFO] [stdout] ...   |
[INFO] [stdout] 299 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `The lifecycle `Engine` and its per-command option/override types, plus the`
[INFO] [stdout]     = help: ends near `Resolve the actual network name on the host for a compose network key.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> internal/engine/network/mod.rs:286:1
[INFO] [stdout]     |
[INFO] [stdout] 286 | / pub fn resolve_network_name(network: &str, file: &ComposeFile, project: &str) -> String {
[INFO] [stdout] 287 | |     match file.networks.get(network).and_then(|c| c.as_ref()) {
[INFO] [stdout] 288 | |         Some(cfg) => {
[INFO] [stdout] 289 | |             if let Some(name) = cfg.name.as_deref() {
[INFO] [stdout] ...   |
[INFO] [stdout] 299 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `Re-exported so `startup::config_render` (in the binary crate) can call the`
[INFO] [stdout]     = help: ends near `Re-exported so `startup::config_render` (in the binary crate) can call the`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> internal/engine/network/mod.rs:286:1
[INFO] [stdout]     |
[INFO] [stdout] 286 | / pub fn resolve_network_name(network: &str, file: &ComposeFile, project: &str) -> String {
[INFO] [stdout] 287 | |     match file.networks.get(network).and_then(|c| c.as_ref()) {
[INFO] [stdout] 288 | |         Some(cfg) => {
[INFO] [stdout] 289 | |             if let Some(name) = cfg.name.as_deref() {
[INFO] [stdout] ...   |
[INFO] [stdout] 299 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `Resolve the actual network name on the host for a compose network key.`
[INFO] [stdout]     = help: ends near `Resolve the actual network name on the host for a compose network key.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> internal/engine/profiles.rs:13:1
[INFO] [stdout]    |
[INFO] [stdout] 13 | / pub fn retain_active_profiles(file: &mut ComposeFile, active: &[String]) {
[INFO] [stdout] 14 | |     retain_active_profiles_with_targets(file, active, &[]);
[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 `The lifecycle `Engine` and its per-command option/override types, plus the`
[INFO] [stdout]    = help: ends near `Remove services excluded by the active profile set, in place.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> internal/engine/profiles.rs:13:1
[INFO] [stdout]    |
[INFO] [stdout] 13 | / pub fn retain_active_profiles(file: &mut ComposeFile, active: &[String]) {
[INFO] [stdout] 14 | |     retain_active_profiles_with_targets(file, active, &[]);
[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 `Remove services excluded by the active profile set, in place.`
[INFO] [stdout]    = help: ends near `Remove services excluded by the active profile set, in place.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> internal/engine/profiles.rs:21:1
[INFO] [stdout]    |
[INFO] [stdout] 21 | / pub fn retain_active_profiles_with_targets(
[INFO] [stdout] 22 | |     file: &mut ComposeFile,
[INFO] [stdout] 23 | |     active: &[String],
[INFO] [stdout] 24 | |     targets: &[String],
[INFO] [stdout] ...  |
[INFO] [stdout] 28 | |     file.services.retain(|name, _| enabled.contains(name));
[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 `The lifecycle `Engine` and its per-command option/override types, plus the`
[INFO] [stdout]    = help: ends near `(`start`, `stop`, `build`, `push`, `pull`, …) can still address it.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> internal/engine/profiles.rs:21:1
[INFO] [stdout]    |
[INFO] [stdout] 21 | / pub fn retain_active_profiles_with_targets(
[INFO] [stdout] 22 | |     file: &mut ComposeFile,
[INFO] [stdout] 23 | |     active: &[String],
[INFO] [stdout] 24 | |     targets: &[String],
[INFO] [stdout] ...  |
[INFO] [stdout] 28 | |     file.services.retain(|name, _| enabled.contains(name));
[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 `Like [`retain_active_profiles`], but also keeps any service named in`
[INFO] [stdout]    = help: ends near `Like [`retain_active_profiles`], but also keeps any service named in`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> internal/engine/mod.rs:633:1
[INFO] [stdout]     |
[INFO] [stdout] 633 | / pub fn surface_host_modes(file: &crate::compose::types::ComposeFile) {
[INFO] [stdout] 634 | |     for (name, service) in &file.services {
[INFO] [stdout] 635 | |         for w in self::container::check_host_mode(name, service) {
[INFO] [stdout] 636 | |             tracing::warn!("{}", w.message);
[INFO] [stdout] ...   |
[INFO] [stdout] 639 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `The lifecycle `Engine` and its per-command option/override types, plus the`
[INFO] [stdout]     = help: ends near `across every service in `file`.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> internal/engine/mod.rs:633:1
[INFO] [stdout]     |
[INFO] [stdout] 633 | / pub fn surface_host_modes(file: &crate::compose::types::ComposeFile) {
[INFO] [stdout] 634 | |     for (name, service) in &file.services {
[INFO] [stdout] 635 | |         for w in self::container::check_host_mode(name, service) {
[INFO] [stdout] 636 | |             tracing::warn!("{}", w.message);
[INFO] [stdout] ...   |
[INFO] [stdout] 639 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `Emit one `tracing::warn!` per active host-binding / privilege-escalation mode`
[INFO] [stdout]     = help: ends near `Emit one `tracing::warn!` per active host-binding / privilege-escalation mode`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> internal/engine/lifecycle/targets.rs:34:1
[INFO] [stdout]    |
[INFO] [stdout] 34 | / pub fn validate_stop_timeout(timeout: Option<i32>) -> Result<Option<i32>> {
[INFO] [stdout] 35 | |     match timeout {
[INFO] [stdout] 36 | |         Some(t) if t < -1 => Err(ComposeError::InvalidTimeout(t)),
[INFO] [stdout] 37 | |         other => Ok(other),
[INFO] [stdout] 38 | |     }
[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 `The lifecycle `Engine` and its per-command option/override types, plus the`
[INFO] [stdout]    = help: ends near `Validate a CLI `-t/--timeout` value at the trust boundary.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> internal/engine/lifecycle/targets.rs:34:1
[INFO] [stdout]    |
[INFO] [stdout] 34 | / pub fn validate_stop_timeout(timeout: Option<i32>) -> Result<Option<i32>> {
[INFO] [stdout] 35 | |     match timeout {
[INFO] [stdout] 36 | |         Some(t) if t < -1 => Err(ComposeError::InvalidTimeout(t)),
[INFO] [stdout] 37 | |         other => Ok(other),
[INFO] [stdout] 38 | |     }
[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 `Validate a CLI `-t/--timeout` value at the trust boundary.`
[INFO] [stdout]    = help: ends near `Validate a CLI `-t/--timeout` value at the trust boundary.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> internal/engine/query/attach.rs:72:1
[INFO] [stdout]    |
[INFO] [stdout] 72 | / pub struct AttachOptions {
[INFO] [stdout] 73 | |     /// Prefix each streamed line with the libpod RFC3339 timestamp
[INFO] [stdout] 74 | |     /// (`up --timestamps`).
[INFO] [stdout] 75 | |     pub timestamps: bool,
[INFO] [stdout] ...  |
[INFO] [stdout] 84 | |     pub exit_code_from: Option<String>,
[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 `The lifecycle `Engine` and its per-command option/override types, plus the`
[INFO] [stdout]    = help: ends near `exposes that affects what an attached stream does or how it ends.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> internal/engine/query/attach.rs:72:1
[INFO] [stdout]    |
[INFO] [stdout] 72 | / pub struct AttachOptions {
[INFO] [stdout] 73 | |     /// Prefix each streamed line with the libpod RFC3339 timestamp
[INFO] [stdout] 74 | |     /// (`up --timestamps`).
[INFO] [stdout] 75 | |     pub timestamps: bool,
[INFO] [stdout] ...  |
[INFO] [stdout] 84 | |     pub exit_code_from: Option<String>,
[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 `Options that go with [`Engine::attach_logs_with`] — every flag `podup up``
[INFO] [stdout]    = help: ends near `Options that go with [`Engine::attach_logs_with`] — every flag `podup up``
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> internal/engine/query/attach.rs:46:1
[INFO] [stdout]    |
[INFO] [stdout] 46 | / pub enum AttachOutcome {
[INFO] [stdout] 47 | |     /// Every stream ended on its own.
[INFO] [stdout] 48 | |     StreamsEnded,
[INFO] [stdout] 49 | |     /// SIGINT or SIGTERM arrived while streaming.
[INFO] [stdout] ...  |
[INFO] [stdout] 61 | |     Aborted,
[INFO] [stdout] 62 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `The lifecycle `Engine` and its per-command option/override types, plus the`
[INFO] [stdout]    = help: ends near `How an attached `up` stopped streaming.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> internal/engine/query/attach.rs:46:1
[INFO] [stdout]    |
[INFO] [stdout] 46 | / pub enum AttachOutcome {
[INFO] [stdout] 47 | |     /// Every stream ended on its own.
[INFO] [stdout] 48 | |     StreamsEnded,
[INFO] [stdout] 49 | |     /// SIGINT or SIGTERM arrived while streaming.
[INFO] [stdout] ...  |
[INFO] [stdout] 61 | |     Aborted,
[INFO] [stdout] 62 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `How an attached `up` stopped streaming.`
[INFO] [stdout]    = help: ends near `How an attached `up` stopped streaming.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> internal/engine/query/attach.rs:131:1
[INFO] [stdout]     |
[INFO] [stdout] 131 | / pub struct AttachSummary {
[INFO] [stdout] 132 | |     /// Which of the four endings the attach call reached.
[INFO] [stdout] 133 | |     pub outcome: AttachOutcome,
[INFO] [stdout] 134 | |     /// The compose service whose exit code is being propagated, on the
[INFO] [stdout] ...   |
[INFO] [stdout] 141 | |     pub exit_code: Option<i64>,
[INFO] [stdout] 142 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `The lifecycle `Engine` and its per-command option/override types, plus the`
[INFO] [stdout]     = help: ends near ``Aborted` variant.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> internal/engine/query/attach.rs:131:1
[INFO] [stdout]     |
[INFO] [stdout] 131 | / pub struct AttachSummary {
[INFO] [stdout] 132 | |     /// Which of the four endings the attach call reached.
[INFO] [stdout] 133 | |     pub outcome: AttachOutcome,
[INFO] [stdout] 134 | |     /// The compose service whose exit code is being propagated, on the
[INFO] [stdout] ...   |
[INFO] [stdout] 141 | |     pub exit_code: Option<i64>,
[INFO] [stdout] 142 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `What an attached `up` returned, pairing the always-known [`AttachOutcome`]`
[INFO] [stdout]     = help: ends near `What an attached `up` returned, pairing the always-known [`AttachOutcome`]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> internal/engine/build/mod.rs:62:1
[INFO] [stdout]    |
[INFO] [stdout] 62 | / pub struct BuildOptions {
[INFO] [stdout] 63 | |     /// Force a cache-less build (`--no-cache`).
[INFO] [stdout] 64 | |     pub no_cache: bool,
[INFO] [stdout] 65 | |     /// Always attempt to pull a newer base image (`--pull`).
[INFO] [stdout] ...  |
[INFO] [stdout] 70 | |     pub quiet: bool,
[INFO] [stdout] 71 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `The lifecycle `Engine` and its per-command option/override types, plus the`
[INFO] [stdout]    = help: ends near `the compose file leaves it off.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> internal/engine/build/mod.rs:62:1
[INFO] [stdout]    |
[INFO] [stdout] 62 | / pub struct BuildOptions {
[INFO] [stdout] 63 | |     /// Force a cache-less build (`--no-cache`).
[INFO] [stdout] 64 | |     pub no_cache: bool,
[INFO] [stdout] 65 | |     /// Always attempt to pull a newer base image (`--pull`).
[INFO] [stdout] ...  |
[INFO] [stdout] 70 | |     pub quiet: bool,
[INFO] [stdout] 71 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near ``docker compose build`-style CLI overrides. Each augments (never weakens)`
[INFO] [stdout]    = help: ends near ``docker compose build`-style CLI overrides. Each augments (never weakens)`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> internal/engine/image/export.rs:25:1
[INFO] [stdout]    |
[INFO] [stdout] 25 | / pub struct CommitOptions {
[INFO] [stdout] 26 | |     /// Commit message recorded on the new image (`-m/--message`).
[INFO] [stdout] 27 | |     pub message: Option<String>,
[INFO] [stdout] 28 | |     /// Author recorded on the new image (`-a/--author`).
[INFO] [stdout] ...  |
[INFO] [stdout] 34 | |     pub changes: Vec<String>,
[INFO] [stdout] 35 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `The lifecycle `Engine` and its per-command option/override types, plus the`
[INFO] [stdout]    = help: ends near `(`-m/--message`, `-a/--author`, `-p/--pause`, `-c/--change`).`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> internal/engine/image/export.rs:25:1
[INFO] [stdout]    |
[INFO] [stdout] 25 | / pub struct CommitOptions {
[INFO] [stdout] 26 | |     /// Commit message recorded on the new image (`-m/--message`).
[INFO] [stdout] 27 | |     pub message: Option<String>,
[INFO] [stdout] 28 | |     /// Author recorded on the new image (`-a/--author`).
[INFO] [stdout] ...  |
[INFO] [stdout] 34 | |     pub changes: Vec<String>,
[INFO] [stdout] 35 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Options for [`Engine::commit_with_options`], mirroring `docker compose commit``
[INFO] [stdout]    = help: ends near `Options for [`Engine::commit_with_options`], mirroring `docker compose commit``
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> internal/engine/copy.rs:37:1
[INFO] [stdout]    |
[INFO] [stdout] 37 | / pub struct CpOptions {
[INFO] [stdout] 38 | |     /// 1-based replica index for a scaled service, `--index` (default: first).
[INFO] [stdout] 39 | |     pub index: Option<u32>,
[INFO] [stdout] 40 | |     /// Follow symlinks in the host source before packing, `-L/--follow-link`.
[INFO] [stdout] ...  |
[INFO] [stdout] 46 | |     pub archive: bool,
[INFO] [stdout] 47 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `The lifecycle `Engine` and its per-command option/override types, plus the`
[INFO] [stdout]    = help: ends near `Options for [`Engine::cp_with_options`], mirroring `docker compose cp` flags.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> internal/engine/copy.rs:37:1
[INFO] [stdout]    |
[INFO] [stdout] 37 | / pub struct CpOptions {
[INFO] [stdout] 38 | |     /// 1-based replica index for a scaled service, `--index` (default: first).
[INFO] [stdout] 39 | |     pub index: Option<u32>,
[INFO] [stdout] 40 | |     /// Follow symlinks in the host source before packing, `-L/--follow-link`.
[INFO] [stdout] ...  |
[INFO] [stdout] 46 | |     pub archive: bool,
[INFO] [stdout] 47 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Options for [`Engine::cp_with_options`], mirroring `docker compose cp` flags.`
[INFO] [stdout]    = help: ends near `Options for [`Engine::cp_with_options`], mirroring `docker compose cp` flags.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> internal/engine/mod.rs:77:1
[INFO] [stdout]     |
[INFO] [stdout]  77 | / pub struct Engine {
[INFO] [stdout]  78 | |     pub(super) client: Client,
[INFO] [stdout]  79 | |     pub(super) project: String,
[INFO] [stdout]  80 | |     pub(super) base_dir: PathBuf,
[INFO] [stdout] ...   |
[INFO] [stdout] 144 | |     project_label: ProjectLabelParts,
[INFO] [stdout] 145 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `The lifecycle `Engine` and its per-command option/override types, plus the`
[INFO] [stdout]     = help: ends near `Handle through which all Podman operations for a project are dispatched.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> internal/engine/mod.rs:77:1
[INFO] [stdout]     |
[INFO] [stdout]  77 | / pub struct Engine {
[INFO] [stdout]  78 | |     pub(super) client: Client,
[INFO] [stdout]  79 | |     pub(super) project: String,
[INFO] [stdout]  80 | |     pub(super) base_dir: PathBuf,
[INFO] [stdout] ...   |
[INFO] [stdout] 144 | |     project_label: ProjectLabelParts,
[INFO] [stdout] 145 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `Handle through which all Podman operations for a project are dispatched.`
[INFO] [stdout]     = help: ends near `Handle through which all Podman operations for a project are dispatched.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> internal/engine/events.rs:22:1
[INFO] [stdout]    |
[INFO] [stdout] 22 | / pub struct EventsOptions {
[INFO] [stdout] 23 | |     /// Only events at or after this timestamp/relative time (`--since`).
[INFO] [stdout] 24 | |     pub since: Option<String>,
[INFO] [stdout] 25 | |     /// Only events up to this timestamp/relative time (`--until`).
[INFO] [stdout] ...  |
[INFO] [stdout] 28 | |     pub filters: Vec<String>,
[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 `The lifecycle `Engine` and its per-command option/override types, plus the`
[INFO] [stdout]    = help: ends near `(`--since`, `--until`, `--filter`).`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> internal/engine/events.rs:22:1
[INFO] [stdout]    |
[INFO] [stdout] 22 | / pub struct EventsOptions {
[INFO] [stdout] 23 | |     /// Only events at or after this timestamp/relative time (`--since`).
[INFO] [stdout] 24 | |     pub since: Option<String>,
[INFO] [stdout] 25 | |     /// Only events up to this timestamp/relative time (`--until`).
[INFO] [stdout] ...  |
[INFO] [stdout] 28 | |     pub filters: Vec<String>,
[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 `Options for [`Engine::stream_events`], mirroring `docker compose events``
[INFO] [stdout]    = help: ends near `Options for [`Engine::stream_events`], mirroring `docker compose events``
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> internal/engine/query/exec.rs:35:1
[INFO] [stdout]    |
[INFO] [stdout] 35 | / pub struct ExecOptions {
[INFO] [stdout] 36 | |     /// Extra environment variables (`KEY=VAL`), `-e/--env`.
[INFO] [stdout] 37 | |     pub env: Vec<String>,
[INFO] [stdout] 38 | |     /// Run as this user, `-u/--user`.
[INFO] [stdout] ...  |
[INFO] [stdout] 54 | |     pub no_tty: bool,
[INFO] [stdout] 55 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `The lifecycle `Engine` and its per-command option/override types, plus the`
[INFO] [stdout]    = help: ends near `Options for [`Engine::exec`], mirroring `docker compose exec` flags.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> internal/engine/query/exec.rs:35:1
[INFO] [stdout]    |
[INFO] [stdout] 35 | / pub struct ExecOptions {
[INFO] [stdout] 36 | |     /// Extra environment variables (`KEY=VAL`), `-e/--env`.
[INFO] [stdout] 37 | |     pub env: Vec<String>,
[INFO] [stdout] 38 | |     /// Run as this user, `-u/--user`.
[INFO] [stdout] ...  |
[INFO] [stdout] 54 | |     pub no_tty: bool,
[INFO] [stdout] 55 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Options for [`Engine::exec`], mirroring `docker compose exec` flags.`
[INFO] [stdout]    = help: ends near `Options for [`Engine::exec`], mirroring `docker compose exec` flags.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> internal/engine/query/options.rs:17:1
[INFO] [stdout]    |
[INFO] [stdout] 17 | / pub struct ImagesOptions {
[INFO] [stdout] 18 | |     /// Print only image IDs, `-q/--quiet`.
[INFO] [stdout] 19 | |     pub quiet: bool,
[INFO] [stdout] 20 | |     /// Emit JSON instead of the table, `--format json`.
[INFO] [stdout] 21 | |     pub json: bool,
[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 `The lifecycle `Engine` and its per-command option/override types, plus the`
[INFO] [stdout]    = help: ends near `Options for [`crate::Engine::images_with_options`].`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> internal/engine/query/options.rs:17:1
[INFO] [stdout]    |
[INFO] [stdout] 17 | / pub struct ImagesOptions {
[INFO] [stdout] 18 | |     /// Print only image IDs, `-q/--quiet`.
[INFO] [stdout] 19 | |     pub quiet: bool,
[INFO] [stdout] 20 | |     /// Emit JSON instead of the table, `--format json`.
[INFO] [stdout] 21 | |     pub json: bool,
[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 `Options for [`crate::Engine::images_with_options`].`
[INFO] [stdout]    = help: ends near `Options for [`crate::Engine::images_with_options`].`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> internal/engine/query/options.rs:142:1
[INFO] [stdout]     |
[INFO] [stdout] 142 | / pub struct LogsDisplay {
[INFO] [stdout] 143 | |     /// Produce monochrome output (no colour in the prefix), `--no-color`.
[INFO] [stdout] 144 | |     pub no_color: bool,
[INFO] [stdout] 145 | |     /// Do not print the `{service} | ` prefix, `--no-log-prefix`.
[INFO] [stdout] 146 | |     pub no_log_prefix: bool,
[INFO] [stdout] 147 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `The lifecycle `Engine` and its per-command option/override types, plus the`
[INFO] [stdout]     = help: ends near `logs --no-color` / `--no-log-prefix`).`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> internal/engine/query/options.rs:142:1
[INFO] [stdout]     |
[INFO] [stdout] 142 | / pub struct LogsDisplay {
[INFO] [stdout] 143 | |     /// Produce monochrome output (no colour in the prefix), `--no-color`.
[INFO] [stdout] 144 | |     pub no_color: bool,
[INFO] [stdout] 145 | |     /// Do not print the `{service} | ` prefix, `--no-log-prefix`.
[INFO] [stdout] 146 | |     pub no_log_prefix: bool,
[INFO] [stdout] 147 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `Prefix-display options for [`crate::Engine::logs_with_display`] (`docker compose`
[INFO] [stdout]     = help: ends near `Prefix-display options for [`crate::Engine::logs_with_display`] (`docker compose`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> internal/engine/query/options.rs:64:1
[INFO] [stdout]    |
[INFO] [stdout] 64 | / pub struct LogsOptions {
[INFO] [stdout] 65 | |     /// Follow log output, `-f/--follow`.
[INFO] [stdout] 66 | |     pub follow: bool,
[INFO] [stdout] 67 | |     /// Number of lines to show from the end, `-n/--tail` (`None` = all).
[INFO] [stdout] ...  |
[INFO] [stdout] 74 | |     pub timestamps: bool,
[INFO] [stdout] 75 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `The lifecycle `Engine` and its per-command option/override types, plus the`
[INFO] [stdout]    = help: ends near `Options for [`crate::Engine::logs_with_options`], mirroring `docker compose logs`.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> internal/engine/query/options.rs:64:1
[INFO] [stdout]    |
[INFO] [stdout] 64 | / pub struct LogsOptions {
[INFO] [stdout] 65 | |     /// Follow log output, `-f/--follow`.
[INFO] [stdout] 66 | |     pub follow: bool,
[INFO] [stdout] 67 | |     /// Number of lines to show from the end, `-n/--tail` (`None` = all).
[INFO] [stdout] ...  |
[INFO] [stdout] 74 | |     pub timestamps: bool,
[INFO] [stdout] 75 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Options for [`crate::Engine::logs_with_options`], mirroring `docker compose logs`.`
[INFO] [stdout]    = help: ends near `Options for [`crate::Engine::logs_with_options`], mirroring `docker compose logs`.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> internal/engine/projects.rs:22:1
[INFO] [stdout]    |
[INFO] [stdout] 22 | / pub struct LsOptions {
[INFO] [stdout] 23 | |     /// Include projects whose containers are all stopped.
[INFO] [stdout] 24 | |     pub all: bool,
[INFO] [stdout] 25 | |     /// Print only project names.
[INFO] [stdout] ...  |
[INFO] [stdout] 28 | |     pub json: bool,
[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 `The lifecycle `Engine` and its per-command option/override types, plus the`
[INFO] [stdout]    = help: ends near `Options for [`list_projects`] (`docker compose ls`).`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> internal/engine/projects.rs:22:1
[INFO] [stdout]    |
[INFO] [stdout] 22 | / pub struct LsOptions {
[INFO] [stdout] 23 | |     /// Include projects whose containers are all stopped.
[INFO] [stdout] 24 | |     pub all: bool,
[INFO] [stdout] 25 | |     /// Print only project names.
[INFO] [stdout] ...  |
[INFO] [stdout] 28 | |     pub json: bool,
[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 `Options for [`list_projects`] (`docker compose ls`).`
[INFO] [stdout]    = help: ends near `Options for [`list_projects`] (`docker compose ls`).`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> internal/engine/lock.rs:20:1
[INFO] [stdout]    |
[INFO] [stdout] 20 | / pub struct ProjectLock {
[INFO] [stdout] 21 | |     #[allow(dead_code)]
[INFO] [stdout] 22 | |     file: std::fs::File,
[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 `The lifecycle `Engine` and its per-command option/override types, plus the`
[INFO] [stdout]    = help: ends near `drops the `flock` when the underlying file descriptor is closed).`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> internal/engine/lock.rs:20:1
[INFO] [stdout]    |
[INFO] [stdout] 20 | / pub struct ProjectLock {
[INFO] [stdout] 21 | |     #[allow(dead_code)]
[INFO] [stdout] 22 | |     file: std::fs::File,
[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 `Guard holding a held project lock. Dropping it releases the lock (the OS`
[INFO] [stdout]    = help: ends near `Guard holding a held project lock. Dropping it releases the lock (the OS`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> internal/engine/query/ps.rs:77:1
[INFO] [stdout]    |
[INFO] [stdout] 77 | / pub struct PsDisplayOptions {
[INFO] [stdout] 78 | |     /// Ask the server for each container's on-disk size and show the SIZE
[INFO] [stdout] 79 | |     /// column, `-s/--size`.
[INFO] [stdout] 80 | |     ///
[INFO] [stdout] ...  |
[INFO] [stdout] 84 | |     pub size: bool,
[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 `The lifecycle `Engine` and its per-command option/override types, plus the`
[INFO] [stdout]    = help: ends near `Options for `ps` added after the crate's API froze.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> internal/engine/query/ps.rs:77:1
[INFO] [stdout]    |
[INFO] [stdout] 77 | / pub struct PsDisplayOptions {
[INFO] [stdout] 78 | |     /// Ask the server for each container's on-disk size and show the SIZE
[INFO] [stdout] 79 | |     /// column, `-s/--size`.
[INFO] [stdout] 80 | |     ///
[INFO] [stdout] ...  |
[INFO] [stdout] 84 | |     pub size: bool,
[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 `Options for `ps` added after the crate's API froze.`
[INFO] [stdout]    = help: ends near `Options for `ps` added after the crate's API froze.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> internal/engine/query/ps.rs:112:1
[INFO] [stdout]     |
[INFO] [stdout] 112 | / pub struct PsFilterOptions {
[INFO] [stdout] 113 | |     /// Print the service names instead of the container table, `--services`.
[INFO] [stdout] 114 | |     pub services_only: bool,
[INFO] [stdout] 115 | |     /// Restrict to these services' containers (positional `SERVICE` filter).
[INFO] [stdout] ...   |
[INFO] [stdout] 120 | |     pub filters: Vec<String>,
[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 `The lifecycle `Engine` and its per-command option/override types, plus the`
[INFO] [stdout]     = help: ends near ``--services`, `[SERVICE...]`, `--status`, `--filter`).`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> internal/engine/query/ps.rs:112:1
[INFO] [stdout]     |
[INFO] [stdout] 112 | / pub struct PsFilterOptions {
[INFO] [stdout] 113 | |     /// Print the service names instead of the container table, `--services`.
[INFO] [stdout] 114 | |     pub services_only: bool,
[INFO] [stdout] 115 | |     /// Restrict to these services' containers (positional `SERVICE` filter).
[INFO] [stdout] ...   |
[INFO] [stdout] 120 | |     pub filters: Vec<String>,
[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 `Service/status/name filters for [`Engine::ps_filtered`] (`docker compose ps``
[INFO] [stdout]     = help: ends near `Service/status/name filters for [`Engine::ps_filtered`] (`docker compose ps``
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> internal/engine/query/ps.rs:23:1
[INFO] [stdout]    |
[INFO] [stdout] 23 | / pub struct PsOptions {
[INFO] [stdout] 24 | |     /// Include stopped containers, `-a/--all` (default: running only).
[INFO] [stdout] 25 | |     pub all: bool,
[INFO] [stdout] 26 | |     /// Print only container IDs, `-q/--quiet`.
[INFO] [stdout] ...  |
[INFO] [stdout] 29 | |     pub json: bool,
[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 `The lifecycle `Engine` and its per-command option/override types, plus the`
[INFO] [stdout]    = help: ends near `Options for [`Engine::ps_with_options`], mirroring `docker compose ps`.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> internal/engine/query/ps.rs:23:1
[INFO] [stdout]    |
[INFO] [stdout] 23 | / pub struct PsOptions {
[INFO] [stdout] 24 | |     /// Include stopped containers, `-a/--all` (default: running only).
[INFO] [stdout] 25 | |     pub all: bool,
[INFO] [stdout] 26 | |     /// Print only container IDs, `-q/--quiet`.
[INFO] [stdout] ...  |
[INFO] [stdout] 29 | |     pub json: bool,
[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 `Options for [`Engine::ps_with_options`], mirroring `docker compose ps`.`
[INFO] [stdout]    = help: ends near `Options for [`Engine::ps_with_options`], mirroring `docker compose ps`.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> internal/engine/build/pull.rs:26:1
[INFO] [stdout]    |
[INFO] [stdout] 26 | / pub struct PullOptions {
[INFO] [stdout] 27 | |     /// Warn and continue instead of aborting on the first failure,
[INFO] [stdout] 28 | |     /// `--ignore-pull-failures`.
[INFO] [stdout] 29 | |     pub ignore_failures: bool,
[INFO] [stdout] 30 | |     /// Also pull each named service's transitive `depends_on`, `--include-deps`.
[INFO] [stdout] 31 | |     pub include_deps: bool,
[INFO] [stdout] 32 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `The lifecycle `Engine` and its per-command option/override types, plus the`
[INFO] [stdout]    = help: ends near `[`Engine::with_up_overrides`]), not here.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> internal/engine/build/pull.rs:26:1
[INFO] [stdout]    |
[INFO] [stdout] 26 | / pub struct PullOptions {
[INFO] [stdout] 27 | |     /// Warn and continue instead of aborting on the first failure,
[INFO] [stdout] 28 | |     /// `--ignore-pull-failures`.
[INFO] [stdout] 29 | |     pub ignore_failures: bool,
[INFO] [stdout] 30 | |     /// Also pull each named service's transitive `depends_on`, `--include-deps`.
[INFO] [stdout] 31 | |     pub include_deps: bool,
[INFO] [stdout] 32 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Options for [`Engine::pull_services_with_options`], mirroring `docker`
[INFO] [stdout]    = help: ends near `Options for [`Engine::pull_services_with_options`], mirroring `docker`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> internal/engine/build/push.rs:83:1
[INFO] [stdout]    |
[INFO] [stdout] 83 | / pub struct PushOptions {
[INFO] [stdout] 84 | |     /// Continue with the remaining services after a push fails.
[INFO] [stdout] 85 | |     pub ignore_failures: bool,
[INFO] [stdout] 86 | |     /// Override TLS verification of the registry. `None` leaves Podman's default
[INFO] [stdout] 87 | |     /// (verify on); `Some(false)` allows an insecure/HTTP registry.
[INFO] [stdout] 88 | |     pub tls_verify: Option<bool>,
[INFO] [stdout] 89 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `The lifecycle `Engine` and its per-command option/override types, plus the`
[INFO] [stdout]    = help: ends near ``--tls-verify` escape hatch for insecure/local registries).`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> internal/engine/build/push.rs:83:1
[INFO] [stdout]    |
[INFO] [stdout] 83 | / pub struct PushOptions {
[INFO] [stdout] 84 | |     /// Continue with the remaining services after a push fails.
[INFO] [stdout] 85 | |     pub ignore_failures: bool,
[INFO] [stdout] 86 | |     /// Override TLS verification of the registry. `None` leaves Podman's default
[INFO] [stdout] 87 | |     /// (verify on); `Some(false)` allows an insecure/HTTP registry.
[INFO] [stdout] 88 | |     pub tls_verify: Option<bool>,
[INFO] [stdout] 89 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Options for [`Engine::push`], mirroring `docker compose push` (plus a Podman`
[INFO] [stdout]    = help: ends near `Options for [`Engine::push`], mirroring `docker compose push` (plus a Podman`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> internal/engine/lifecycle/options.rs:18:1
[INFO] [stdout]    |
[INFO] [stdout] 18 | / pub struct RunOptions {
[INFO] [stdout] 19 | |     /// Override the default service command.
[INFO] [stdout] 20 | |     pub cmd: Vec<String>,
[INFO] [stdout] 21 | |     /// Remove the container after it exits.
[INFO] [stdout] ...  |
[INFO] [stdout] 31 | |     pub service_ports: bool,
[INFO] [stdout] 32 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `The lifecycle `Engine` and its per-command option/override types, plus the`
[INFO] [stdout]    = help: ends near `Options for [`crate::Engine::run`].`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> internal/engine/lifecycle/options.rs:18:1
[INFO] [stdout]    |
[INFO] [stdout] 18 | / pub struct RunOptions {
[INFO] [stdout] 19 | |     /// Override the default service command.
[INFO] [stdout] 20 | |     pub cmd: Vec<String>,
[INFO] [stdout] 21 | |     /// Remove the container after it exits.
[INFO] [stdout] ...  |
[INFO] [stdout] 31 | |     pub service_ports: bool,
[INFO] [stdout] 32 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Options for [`crate::Engine::run`].`
[INFO] [stdout]    = help: ends near `Options for [`crate::Engine::run`].`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> internal/engine/lifecycle/options.rs:113:1
[INFO] [stdout]     |
[INFO] [stdout] 113 | / pub struct RunOverrides {
[INFO] [stdout] 114 | |     /// Run the command as this user (`-u/--user`, `name or UID[:GID]`).
[INFO] [stdout] 115 | |     pub user: Option<String>,
[INFO] [stdout] 116 | |     /// Working directory inside the container (`-w/--workdir`).
[INFO] [stdout] ...   |
[INFO] [stdout] 127 | |     pub no_deps: bool,
[INFO] [stdout] 128 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `The lifecycle `Engine` and its per-command option/override types, plus the`
[INFO] [stdout]     = help: ends near `builder ([`crate::Engine::with_run_overrides`]).`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> internal/engine/lifecycle/options.rs:113:1
[INFO] [stdout]     |
[INFO] [stdout] 113 | / pub struct RunOverrides {
[INFO] [stdout] 114 | |     /// Run the command as this user (`-u/--user`, `name or UID[:GID]`).
[INFO] [stdout] 115 | |     pub user: Option<String>,
[INFO] [stdout] 116 | |     /// Working directory inside the container (`-w/--workdir`).
[INFO] [stdout] ...   |
[INFO] [stdout] 127 | |     pub no_deps: bool,
[INFO] [stdout] 128 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `Extra `docker compose run` flag overrides threaded through the engine`
[INFO] [stdout]     = help: ends near `Extra `docker compose run` flag overrides threaded through the engine`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> internal/engine/stats.rs:26:1
[INFO] [stdout]    |
[INFO] [stdout] 26 | / pub struct StatsOptions {
[INFO] [stdout] 27 | |     /// Disable streaming; print a single snapshot and exit, `--no-stream`.
[INFO] [stdout] 28 | |     pub no_stream: bool,
[INFO] [stdout] 29 | |     /// Include non-running containers as zeroed rows, `-a/--all`.
[INFO] [stdout] ...  |
[INFO] [stdout] 34 | |     pub no_trunc: bool,
[INFO] [stdout] 35 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `The lifecycle `Engine` and its per-command option/override types, plus the`
[INFO] [stdout]    = help: ends near `and the table-shaping flags the other list commands expose.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> internal/engine/stats.rs:26:1
[INFO] [stdout]    |
[INFO] [stdout] 26 | / pub struct StatsOptions {
[INFO] [stdout] 27 | |     /// Disable streaming; print a single snapshot and exit, `--no-stream`.
[INFO] [stdout] 28 | |     pub no_stream: bool,
[INFO] [stdout] 29 | |     /// Include non-running containers as zeroed rows, `-a/--all`.
[INFO] [stdout] ...  |
[INFO] [stdout] 34 | |     pub no_trunc: bool,
[INFO] [stdout] 35 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Options for [`Engine::stats_with_options`], mirroring `docker compose stats``
[INFO] [stdout]    = help: ends near `Options for [`Engine::stats_with_options`], mirroring `docker compose stats``
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> internal/engine/volume/list.rs:34:1
[INFO] [stdout]    |
[INFO] [stdout] 34 | / pub struct VolumesDisplayOptions {
[INFO] [stdout] 35 | |     /// Show SIZE and RECLAIMABLE, `-s/--size`.
[INFO] [stdout] 36 | |     ///
[INFO] [stdout] 37 | |     /// Off by default and expensive when on: the only endpoint carrying a
[INFO] [stdout] ...  |
[INFO] [stdout] 41 | |     pub size: bool,
[INFO] [stdout] 42 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `The lifecycle `Engine` and its per-command option/override types, plus the`
[INFO] [stdout]    = help: ends near `Options for `volumes` added after the crate's API froze.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> internal/engine/volume/list.rs:34:1
[INFO] [stdout]    |
[INFO] [stdout] 34 | / pub struct VolumesDisplayOptions {
[INFO] [stdout] 35 | |     /// Show SIZE and RECLAIMABLE, `-s/--size`.
[INFO] [stdout] 36 | |     ///
[INFO] [stdout] 37 | |     /// Off by default and expensive when on: the only endpoint carrying a
[INFO] [stdout] ...  |
[INFO] [stdout] 41 | |     pub size: bool,
[INFO] [stdout] 42 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Options for `volumes` added after the crate's API froze.`
[INFO] [stdout]    = help: ends near `Options for `volumes` added after the crate's API froze.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> internal/engine/volume/list.rs:69:1
[INFO] [stdout]    |
[INFO] [stdout] 69 | / pub struct VolumesOptions {
[INFO] [stdout] 70 | |     /// Print only volume names, `-q/--quiet`.
[INFO] [stdout] 71 | |     pub quiet: bool,
[INFO] [stdout] 72 | |     /// Emit a JSON array instead of the table, `--format json`.
[INFO] [stdout] 73 | |     pub json: bool,
[INFO] [stdout] 74 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `The lifecycle `Engine` and its per-command option/override types, plus the`
[INFO] [stdout]    = help: ends near `Options for [`Engine::list_volumes`], mirroring `docker compose volumes`.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> internal/engine/volume/list.rs:69:1
[INFO] [stdout]    |
[INFO] [stdout] 69 | / pub struct VolumesOptions {
[INFO] [stdout] 70 | |     /// Print only volume names, `-q/--quiet`.
[INFO] [stdout] 71 | |     pub quiet: bool,
[INFO] [stdout] 72 | |     /// Emit a JSON array instead of the table, `--format json`.
[INFO] [stdout] 73 | |     pub json: bool,
[INFO] [stdout] 74 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Options for [`Engine::list_volumes`], mirroring `docker compose volumes`.`
[INFO] [stdout]    = help: ends near `Options for [`Engine::list_volumes`], mirroring `docker compose volumes`.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> internal/engine/query/options.rs:53:1
[INFO] [stdout]    |
[INFO] [stdout] 53 | pub const DEFAULT_LOG_TAIL: &str = "100";
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `The lifecycle `Engine` and its per-command option/override types, plus the`
[INFO] [stdout]    = help: ends near `back into the previous behaviour.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> internal/engine/query/options.rs:53:1
[INFO] [stdout]    |
[INFO] [stdout] 53 | pub const DEFAULT_LOG_TAIL: &str = "100";
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Default for `podup logs` when the user does not pass `--tail`: show the last`
[INFO] [stdout]    = help: ends near `Default for `podup logs` when the user does not pass `--tail`: show the last`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> internal/error.rs:14:1
[INFO] [stdout]     |
[INFO] [stdout]  14 | / pub enum ComposeError {
[INFO] [stdout]  15 | |     /// The compose YAML could not be deserialized.
[INFO] [stdout]  16 | |     Parse(serde_yaml::Error),
[INFO] [stdout]  17 | |     /// A referenced compose/include/extends file does not exist.
[INFO] [stdout] ...   |
[INFO] [stdout] 188 | |     DependencyNotReady(std::sync::Arc<ComposeError>),
[INFO] [stdout] 189 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `The crate's error type and `Result` alias, surfaced so callers handle one`
[INFO] [stdout]     = help: ends near `All errors produced by podup.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> internal/error.rs:14:1
[INFO] [stdout]     |
[INFO] [stdout]  14 | / pub enum ComposeError {
[INFO] [stdout]  15 | |     /// The compose YAML could not be deserialized.
[INFO] [stdout]  16 | |     Parse(serde_yaml::Error),
[INFO] [stdout]  17 | |     /// A referenced compose/include/extends file does not exist.
[INFO] [stdout] ...   |
[INFO] [stdout] 188 | |     DependencyNotReady(std::sync::Arc<ComposeError>),
[INFO] [stdout] 189 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `All errors produced by podup.`
[INFO] [stdout]     = help: ends near `All errors produced by podup.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> internal/error.rs:385:1
[INFO] [stdout]     |
[INFO] [stdout] 385 | pub type Result<T> = std::result::Result<T, ComposeError>;
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `The crate's error type and `Result` alias, surfaced so callers handle one`
[INFO] [stdout]     = help: ends near `Convenience alias for `std::result::Result<T, ComposeError>`.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> internal/error.rs:385:1
[INFO] [stdout]     |
[INFO] [stdout] 385 | pub type Result<T> = std::result::Result<T, ComposeError>;
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `Convenience alias for `std::result::Result<T, ComposeError>`.`
[INFO] [stdout]     = help: ends near `Convenience alias for `std::result::Result<T, ComposeError>`.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> internal/libpod/client/mod.rs:90:1
[INFO] [stdout]    |
[INFO] [stdout] 90 | / pub struct Client {
[INFO] [stdout] 91 | |     socket_path: String,
[INFO] [stdout] 92 | |     pool: Arc<ConnPool>,
[INFO] [stdout] 93 | |     streaming: Mutex<Vec<pool::StreamingConn>>,
[INFO] [stdout] 94 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `The libpod `Client`, surfaced for callers that talk to Podman directly.`
[INFO] [stdout]    = help: ends near `Podman libpod REST API client.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> internal/libpod/client/mod.rs:90:1
[INFO] [stdout]    |
[INFO] [stdout] 90 | / pub struct Client {
[INFO] [stdout] 91 | |     socket_path: String,
[INFO] [stdout] 92 | |     pool: Arc<ConnPool>,
[INFO] [stdout] 93 | |     streaming: Mutex<Vec<pool::StreamingConn>>,
[INFO] [stdout] 94 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Podman libpod REST API client.`
[INFO] [stdout]    = help: ends near `Podman libpod REST API client.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> internal/libpod/error.rs:7:1
[INFO] [stdout]    |
[INFO] [stdout]  7 | / pub enum PodmanError {
[INFO] [stdout]  8 | |     /// I/O or socket connection error.
[INFO] [stdout]  9 | |     Connect(std::io::Error),
[INFO] [stdout] 10 | |     /// Hyper HTTP error.
[INFO] [stdout] ...  |
[INFO] [stdout] 63 | |     },
[INFO] [stdout] 64 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `An embedding daemon has to tell a transport fault it should retry from a`
[INFO] [stdout]    = help: ends near `Errors from the Podman libpod REST API client.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> internal/libpod/types/stream.rs:182:1
[INFO] [stdout]     |
[INFO] [stdout] 182 | / pub fn parse_json_lines<T: serde::de::DeserializeOwned + Send + 'static>(
[INFO] [stdout] 183 | |     body: Incoming,
[INFO] [stdout] 184 | | ) -> BoxStream<T> {
[INFO] [stdout] 185 | |     Box::pin(futures_util::stream::try_unfold(
[INFO] [stdout] ...   |
[INFO] [stdout] 226 | |     ))
[INFO] [stdout] 227 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `Log frames as libpod delivers them, and the stream parsers that produce`
[INFO] [stdout]     = help: ends near `Parse a newline-delimited JSON stream (used for image pull and build output).`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> internal/libpod/types/stream.rs:182:1
[INFO] [stdout]     |
[INFO] [stdout] 182 | / pub fn parse_json_lines<T: serde::de::DeserializeOwned + Send + 'static>(
[INFO] [stdout] 183 | |     body: Incoming,
[INFO] [stdout] 184 | | ) -> BoxStream<T> {
[INFO] [stdout] 185 | |     Box::pin(futures_util::stream::try_unfold(
[INFO] [stdout] ...   |
[INFO] [stdout] 226 | |     ))
[INFO] [stdout] 227 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `Parse a newline-delimited JSON stream (used for image pull and build output).`
[INFO] [stdout]     = help: ends near `Parse a newline-delimited JSON stream (used for image pull and build output).`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> internal/libpod/types/stream.rs:118:1
[INFO] [stdout]     |
[INFO] [stdout] 118 | / pub fn parse_multiplexed(body: Incoming) -> BoxStream<LogOutput> {
[INFO] [stdout] 119 | |     Box::pin(futures_util::stream::try_unfold(
[INFO] [stdout] 120 | |         (body, BytesMut::new(), 0u64),
[INFO] [stdout] 121 | |         |(mut body, mut buf, mut total_received)| async move {
[INFO] [stdout] ...   |
[INFO] [stdout] 150 | |     ))
[INFO] [stdout] 151 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `Log frames as libpod delivers them, and the stream parsers that produce`
[INFO] [stdout]     = help: ends near `Parse a multiplexed stream from a hyper `Incoming` response body.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> internal/libpod/types/stream.rs:118:1
[INFO] [stdout]     |
[INFO] [stdout] 118 | / pub fn parse_multiplexed(body: Incoming) -> BoxStream<LogOutput> {
[INFO] [stdout] 119 | |     Box::pin(futures_util::stream::try_unfold(
[INFO] [stdout] 120 | |         (body, BytesMut::new(), 0u64),
[INFO] [stdout] 121 | |         |(mut body, mut buf, mut total_received)| async move {
[INFO] [stdout] ...   |
[INFO] [stdout] 150 | |     ))
[INFO] [stdout] 151 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `Parse a multiplexed stream from a hyper `Incoming` response body.`
[INFO] [stdout]     = help: ends near `Parse a multiplexed stream from a hyper `Incoming` response body.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> internal/libpod/types/stream.rs:157:1
[INFO] [stdout]     |
[INFO] [stdout] 157 | / pub fn parse_raw(body: Incoming) -> BoxStream<LogOutput> {
[INFO] [stdout] 158 | |     Box::pin(futures_util::stream::try_unfold(
[INFO] [stdout] 159 | |         body,
[INFO] [stdout] 160 | |         |mut body| async move {
[INFO] [stdout] ...   |
[INFO] [stdout] 175 | |     ))
[INFO] [stdout] 176 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `Log frames as libpod delivers them, and the stream parsers that produce`
[INFO] [stdout]     = help: ends near `Parse a raw (non-multiplexed) stream from a hyper `Incoming` response body.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> internal/libpod/types/stream.rs:157:1
[INFO] [stdout]     |
[INFO] [stdout] 157 | / pub fn parse_raw(body: Incoming) -> BoxStream<LogOutput> {
[INFO] [stdout] 158 | |     Box::pin(futures_util::stream::try_unfold(
[INFO] [stdout] 159 | |         body,
[INFO] [stdout] 160 | |         |mut body| async move {
[INFO] [stdout] ...   |
[INFO] [stdout] 175 | |     ))
[INFO] [stdout] 176 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `Parse a raw (non-multiplexed) stream from a hyper `Incoming` response body.`
[INFO] [stdout]     = help: ends near `Parse a raw (non-multiplexed) stream from a hyper `Incoming` response body.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> internal/libpod/types/stream.rs:17:1
[INFO] [stdout]    |
[INFO] [stdout] 17 | / pub enum LogOutput {
[INFO] [stdout] 18 | |     /// Payload demuxed from the stdout stream (frame stream type 1).
[INFO] [stdout] 19 | |     StdOut {
[INFO] [stdout] 20 | |         /// The payload bytes, with the frame header already stripped. Not
[INFO] [stdout] ...  |
[INFO] [stdout] 29 | |     },
[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 `Log frames as libpod delivers them, and the stream parsers that produce`
[INFO] [stdout]    = help: ends near `A single framed chunk from a multiplexed container log or exec stream.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> internal/libpod/types/stream.rs:17:1
[INFO] [stdout]    |
[INFO] [stdout] 17 | / pub enum LogOutput {
[INFO] [stdout] 18 | |     /// Payload demuxed from the stdout stream (frame stream type 1).
[INFO] [stdout] 19 | |     StdOut {
[INFO] [stdout] 20 | |         /// The payload bytes, with the frame header already stripped. Not
[INFO] [stdout] ...  |
[INFO] [stdout] 29 | |     },
[INFO] [stdout] 30 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `A single framed chunk from a multiplexed container log or exec stream.`
[INFO] [stdout]    = help: ends near `A single framed chunk from a multiplexed container log or exec stream.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not document `podup`
[INFO] running `Command { std: "docker" "inspect" "f4cf4ae6422a52ba6e6cd5f2eab9dfde3b77de8e765de93cf4426421b5ad678d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f4cf4ae6422a52ba6e6cd5f2eab9dfde3b77de8e765de93cf4426421b5ad678d", kill_on_drop: false }`
[INFO] [stdout] f4cf4ae6422a52ba6e6cd5f2eab9dfde3b77de8e765de93cf4426421b5ad678d
