# rustc version rustc 1.100.0-nightly (0fc141305 2026-09-11)
# docs.rs version docsrs 0.0.0 (bbe8284d494398efa390829fb7f0bf2364bcdf59 2026-09-08 )
# build log [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" "DOCS_RS=1" "-w" "/opt/rustwide/workdir" "--user" "1001:1001" "d3e9df28a0b186b041e864e02f522ddc6a7d57acec28bc0d57f4b601fc02eb25" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=html-non-static-files\", \"--resource-suffix\", \"-20260911-1.100.0-nightly-0fc141305\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--extern-html-root-takes-precedence\"]" "--offline" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-j11" "--target" "x86_64-unknown-linux-gnu" "-Zrustdoc-scrape-examples", kill_on_drop: false }` [INFO] [stderr] warning: `package.homepage` is redundant with `package.repository` [INFO] [stderr] --> Cargo.toml:34:12 [INFO] [stderr] | [INFO] [stderr] 34 | homepage = "https://github.com/tuplecats/docker-client" [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 37 | repository = "https://github.com/tuplecats/docker-client" [INFO] [stderr] | -------------------------------------------- [INFO] [stderr] | [INFO] [stderr] = note: `cargo::redundant_homepage` is set to `warn` by default [INFO] [stderr] help: consider removing `package.homepage` [INFO] [stderr] warning: `docker_client` (manifest) generated 1 warning [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Documenting docker_client v0.1.0-alpha4 (/opt/rustwide/workdir) [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/container/config.rs:4:41 [INFO] [stderr] | [INFO] [stderr] 4 | //! The module provides [ConfigBuilder](struct.ConfigBuilder.html) and [Config](struct.Config.html) types [INFO] [stderr] | ------------- ^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] note: the lint level is defined here [INFO] [stderr] --> src/lib.rs:1:9 [INFO] [stderr] | [INFO] [stderr] 1 | #![deny(warnings, missing_docs, missing_debug_implementations)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] = note: `#[warn(rustdoc::redundant_explicit_links)]` implied by `#[warn(warnings)]` [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 4 - //! The module provides [ConfigBuilder](struct.ConfigBuilder.html) and [Config](struct.Config.html) types [INFO] [stderr] 4 + //! The module provides [ConfigBuilder] and [Config](struct.Config.html) types [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/container/config.rs:4:81 [INFO] [stderr] | [INFO] [stderr] 4 | //! The module provides [ConfigBuilder](struct.ConfigBuilder.html) and [Config](struct.Config.html) types [INFO] [stderr] | ------ ^^^^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 4 - //! The module provides [ConfigBuilder](struct.ConfigBuilder.html) and [Config](struct.Config.html) types [INFO] [stderr] 4 + //! The module provides [ConfigBuilder](struct.ConfigBuilder.html) and [Config] types [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/container/config.rs:8:25 [INFO] [stderr] | [INFO] [stderr] 8 | //! The [ConfigBuilder](struct.ConfigBuilder.html) provides a set of methods to create a structure [Config](struct.Config.html). [INFO] [stderr] | ------------- ^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 8 - //! The [ConfigBuilder](struct.ConfigBuilder.html) provides a set of methods to create a structure [Config](struct.Config.html). [INFO] [stderr] 8 + //! The [ConfigBuilder] provides a set of methods to create a structure [Config](struct.Config.html). [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/container/config.rs:8:109 [INFO] [stderr] | [INFO] [stderr] 8 | //! The [ConfigBuilder](struct.ConfigBuilder.html) provides a set of methods to create a structure [Config](struct.Config.html). [INFO] [stderr] | ------ ^^^^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 8 - //! The [ConfigBuilder](struct.ConfigBuilder.html) provides a set of methods to create a structure [Config](struct.Config.html). [INFO] [stderr] 8 + //! The [ConfigBuilder](struct.ConfigBuilder.html) provides a set of methods to create a structure [Config]. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/container/config.rs:11:18 [INFO] [stderr] | [INFO] [stderr] 11 | //! The [Config](struct.Config.html) is a helper structure for sending a request to create a container. [INFO] [stderr] | ------ ^^^^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 11 - //! The [Config](struct.Config.html) is a helper structure for sending a request to create a container. [INFO] [stderr] 11 + //! The [Config] is a helper structure for sending a request to create a container. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/container/remove.rs:4:42 [INFO] [stderr] | [INFO] [stderr] 4 | //! The module provides [RemoverBuilder](struct.RemoverBuilder.html) and [Remover](struct.Remover.html) types [INFO] [stderr] | -------------- ^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 4 - //! The module provides [RemoverBuilder](struct.RemoverBuilder.html) and [Remover](struct.Remover.html) types [INFO] [stderr] 4 + //! The module provides [RemoverBuilder] and [Remover](struct.Remover.html) types [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/container/remove.rs:4:84 [INFO] [stderr] | [INFO] [stderr] 4 | //! The module provides [RemoverBuilder](struct.RemoverBuilder.html) and [Remover](struct.Remover.html) types [INFO] [stderr] | ------- ^^^^^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 4 - //! The module provides [RemoverBuilder](struct.RemoverBuilder.html) and [Remover](struct.Remover.html) types [INFO] [stderr] 4 + //! The module provides [RemoverBuilder](struct.RemoverBuilder.html) and [Remover] types [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/container/remove.rs:8:26 [INFO] [stderr] | [INFO] [stderr] 8 | //! The [RemoverBuilder](struct.RemoverBuilder.html) provides a set of methods to create a structure [Remover](struct.Remover.html). [INFO] [stderr] | -------------- ^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 8 - //! The [RemoverBuilder](struct.RemoverBuilder.html) provides a set of methods to create a structure [Remover](struct.Remover.html). [INFO] [stderr] 8 + //! The [RemoverBuilder] provides a set of methods to create a structure [Remover](struct.Remover.html). [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/container/remove.rs:8:112 [INFO] [stderr] | [INFO] [stderr] 8 | //! The [RemoverBuilder](struct.RemoverBuilder.html) provides a set of methods to create a structure [Remover](struct.Remover.html). [INFO] [stderr] | ------- ^^^^^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 8 - //! The [RemoverBuilder](struct.RemoverBuilder.html) provides a set of methods to create a structure [Remover](struct.Remover.html). [INFO] [stderr] 8 + //! The [RemoverBuilder](struct.RemoverBuilder.html) provides a set of methods to create a structure [Remover]. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/container/remove.rs:11:19 [INFO] [stderr] | [INFO] [stderr] 11 | //! The [Remover](struct.Remover.html) is a helper structure for sending a request to remove a container. [INFO] [stderr] | ------- ^^^^^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 11 - //! The [Remover](struct.Remover.html) is a helper structure for sending a request to remove a container. [INFO] [stderr] 11 + //! The [Remover] is a helper structure for sending a request to remove a container. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/container/kill.rs:4:41 [INFO] [stderr] | [INFO] [stderr] 4 | //! The module provides [KillerBuilder](struct.KillerBuilder.html) and [Killer](struct.Killer.html) types [INFO] [stderr] | ------------- ^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 4 - //! The module provides [KillerBuilder](struct.KillerBuilder.html) and [Killer](struct.Killer.html) types [INFO] [stderr] 4 + //! The module provides [KillerBuilder] and [Killer](struct.Killer.html) types [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/container/kill.rs:4:81 [INFO] [stderr] | [INFO] [stderr] 4 | //! The module provides [KillerBuilder](struct.KillerBuilder.html) and [Killer](struct.Killer.html) types [INFO] [stderr] | ------ ^^^^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 4 - //! The module provides [KillerBuilder](struct.KillerBuilder.html) and [Killer](struct.Killer.html) types [INFO] [stderr] 4 + //! The module provides [KillerBuilder](struct.KillerBuilder.html) and [Killer] types [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/container/kill.rs:8:25 [INFO] [stderr] | [INFO] [stderr] 8 | //! The [KillerBuilder](struct.KillerBuilder.html) provides a set of methods to create a structure [Killer](struct.Killer.html). [INFO] [stderr] | ------------- ^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 8 - //! The [KillerBuilder](struct.KillerBuilder.html) provides a set of methods to create a structure [Killer](struct.Killer.html). [INFO] [stderr] 8 + //! The [KillerBuilder] provides a set of methods to create a structure [Killer](struct.Killer.html). [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/container/kill.rs:8:109 [INFO] [stderr] | [INFO] [stderr] 8 | //! The [KillerBuilder](struct.KillerBuilder.html) provides a set of methods to create a structure [Killer](struct.Killer.html). [INFO] [stderr] | ------ ^^^^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 8 - //! The [KillerBuilder](struct.KillerBuilder.html) provides a set of methods to create a structure [Killer](struct.Killer.html). [INFO] [stderr] 8 + //! The [KillerBuilder](struct.KillerBuilder.html) provides a set of methods to create a structure [Killer]. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/container/kill.rs:11:18 [INFO] [stderr] | [INFO] [stderr] 11 | //! The [Killer](struct.Killer.html) is a helper structure for sending a request to kill a container. [INFO] [stderr] | ------ ^^^^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 11 - //! The [Killer](struct.Killer.html) is a helper structure for sending a request to kill a container. [INFO] [stderr] 11 + //! The [Killer] is a helper structure for sending a request to kill a container. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/container/health_check.rs:4:46 [INFO] [stderr] | [INFO] [stderr] 4 | //! The module provides [HealthCheckBuilder](struct.HealthCheckBuilder.html) and [HealthCheck](struct.HealthCheck.html) types [INFO] [stderr] | ------------------ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 4 - //! The module provides [HealthCheckBuilder](struct.HealthCheckBuilder.html) and [HealthCheck](struct.HealthCheck.html) types [INFO] [stderr] 4 + //! The module provides [HealthCheckBuilder] and [HealthCheck](struct.HealthCheck.html) types [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/container/health_check.rs:4:96 [INFO] [stderr] | [INFO] [stderr] 4 | //! The module provides [HealthCheckBuilder](struct.HealthCheckBuilder.html) and [HealthCheck](struct.HealthCheck.html) types [INFO] [stderr] | ----------- ^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 4 - //! The module provides [HealthCheckBuilder](struct.HealthCheckBuilder.html) and [HealthCheck](struct.HealthCheck.html) types [INFO] [stderr] 4 + //! The module provides [HealthCheckBuilder](struct.HealthCheckBuilder.html) and [HealthCheck] types [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/container/health_check.rs:8:30 [INFO] [stderr] | [INFO] [stderr] 8 | //! The [HealthCheckBuilder](struct.HealthCheckBuilder.html) provides a set of methods to create a structure [HealthCheck](struct.Hea... [INFO] [stderr] | ------------------ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 8 - //! The [HealthCheckBuilder](struct.HealthCheckBuilder.html) provides a set of methods to create a structure [HealthCheck](struct.HealthCheck.html). [INFO] [stderr] 8 + //! The [HealthCheckBuilder] provides a set of methods to create a structure [HealthCheck](struct.HealthCheck.html). [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/container/health_check.rs:8:124 [INFO] [stderr] | [INFO] [stderr] 8 | ...hods to create a structure [HealthCheck](struct.HealthCheck.html). [INFO] [stderr] | ----------- ^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 8 - //! The [HealthCheckBuilder](struct.HealthCheckBuilder.html) provides a set of methods to create a structure [HealthCheck](struct.HealthCheck.html). [INFO] [stderr] 8 + //! The [HealthCheckBuilder](struct.HealthCheckBuilder.html) provides a set of methods to create a structure [HealthCheck]. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/container/health_check.rs:11:23 [INFO] [stderr] | [INFO] [stderr] 11 | //! The [HealthCheck](struct.HealthCheck.html) is a helper structure for `Config` structure. [INFO] [stderr] | ----------- ^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 11 - //! The [HealthCheck](struct.HealthCheck.html) is a helper structure for `Config` structure. [INFO] [stderr] 11 + //! The [HealthCheck] is a helper structure for `Config` structure. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `docker_client` (lib doc) generated 20 warnings [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.28s [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/docker_client/index.html [INFO] running `Command { std: "docker" "inspect" "d3e9df28a0b186b041e864e02f522ddc6a7d57acec28bc0d57f4b601fc02eb25", kill_on_drop: false }`