[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 824336ad4127ce295849937a24c08a4aeff6ada7 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-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-6-tc1/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-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Glyndor/podman-compose on toolchain 824336ad4127ce295849937a24c08a4aeff6ada7
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+824336ad4127ce295849937a24c08a4aeff6ada7" "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" "+824336ad4127ce295849937a24c08a4aeff6ada7" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded indexmap v2.14.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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] 33176ad8cd3eb07fe2f432eb1dc792c266dcf74b80eccf4fc813363aeefcefc3
[INFO] running `Command { std: "docker" "start" "33176ad8cd3eb07fe2f432eb1dc792c266dcf74b80eccf4fc813363aeefcefc3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "33176ad8cd3eb07fe2f432eb1dc792c266dcf74b80eccf4fc813363aeefcefc3", 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" "33176ad8cd3eb07fe2f432eb1dc792c266dcf74b80eccf4fc813363aeefcefc3" "/opt/rustwide/cargo-home/bin/cargo" "+824336ad4127ce295849937a24c08a4aeff6ada7" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "33176ad8cd3eb07fe2f432eb1dc792c266dcf74b80eccf4fc813363aeefcefc3", 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" "33176ad8cd3eb07fe2f432eb1dc792c266dcf74b80eccf4fc813363aeefcefc3" "/opt/rustwide/cargo-home/bin/cargo" "+824336ad4127ce295849937a24c08a4aeff6ada7" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling inotify-sys v0.1.8
[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 regex-automata v0.4.16
[INFO] [stderr]     Checking clap_builder v4.6.6
[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]    Compiling podup v5.9.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking utf8-zero v0.8.1
[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 notify v8.2.0
[INFO] [stderr]     Checking flate2 v1.1.10
[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]     Checking rustls-webpki v0.103.13
[INFO] [stderr]     Checking clap v4.6.6
[INFO] [stderr]     Checking clap_complete v4.6.9
[INFO] [stderr]    Compiling tokio-macros v2.7.1
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling curve25519-dalek-derive v0.1.1
[INFO] [stderr]     Checking tokio v1.53.1
[INFO] [stderr]     Checking serde v1.0.229
[INFO] [stderr]     Checking serde_yaml_ng v0.10.0
[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 ureq v3.4.0
[INFO] [stderr]     Checking hyper v1.11.1
[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] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.92s
[INFO] [stderr]    Generated /opt/rustwide/target/doc/podup/index.html
[INFO] running `Command { std: "docker" "inspect" "33176ad8cd3eb07fe2f432eb1dc792c266dcf74b80eccf4fc813363aeefcefc3", 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" "-e" "DOCS_RS=1" "-e" "RUSTC_BOOTSTRAP=1" "-w" "/opt/rustwide/workdir" "--user" "0:0" "33176ad8cd3eb07fe2f432eb1dc792c266dcf74b80eccf4fc813363aeefcefc3" "/opt/rustwide/cargo-home/bin/cargo" "+824336ad4127ce295849937a24c08a4aeff6ada7" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--document-private-items\"]" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]  Documenting podup v5.9.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.69s
[INFO] [stderr]    Generated /opt/rustwide/target/doc/podup/index.html
[INFO] running `Command { std: "docker" "inspect" "33176ad8cd3eb07fe2f432eb1dc792c266dcf74b80eccf4fc813363aeefcefc3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "33176ad8cd3eb07fe2f432eb1dc792c266dcf74b80eccf4fc813363aeefcefc3", kill_on_drop: false }`
[INFO] [stdout] 33176ad8cd3eb07fe2f432eb1dc792c266dcf74b80eccf4fc813363aeefcefc3
