google-deploymentmanager2 5.0.4+20240229

A complete library to interact with Deployment Manager (protocol v2)
Documentation
Build #1148717 2024-03-05T19:31:38.371404+00:00
# rustc version
rustc 1.78.0-nightly (d18480b84 2024-03-04)
# docs.rs version
docsrs 0.6.0 (60738ee7 2024-03-02)

# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/google-deploymentmanager2-5.0.4+20240229/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/google-deploymentmanager2-5.0.4+20240229/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "6442450944" "--cpus" "6" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20240304-1.78.0-nightly-d18480b84\", \"--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\"" "-Zrustdoc-scrape-examples" "-j6" "--target" "x86_64-unknown-linux-gnu", kill_on_drop: false }`
[INFO] [stdout] 1f6a47e0d4eb2631b2b872844b20bf05d4ded71060d333e7c28ae4395b39fa6d
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] running `Command { std: "docker" "start" "-a" "1f6a47e0d4eb2631b2b872844b20bf05d4ded71060d333e7c28ae4395b39fa6d", kill_on_drop: false }`
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr]  Documenting google-deploymentmanager2 v5.0.4+20240229 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unresolved link to `Deprecated`
[INFO] [stderr]    --> src/api.rs:674:5
[INFO] [stderr]     |
[INFO] [stderr] 674 |     /// [Deprecated] This field is deprecated.
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: the link appears in this line:
[INFO] [stderr]             
[INFO] [stderr]             [Deprecated] This field is deprecated.
[INFO] [stderr]              ^^^^^^^^^^
[INFO] [stderr]     = note: no item named `Deprecated` in scope
[INFO] [stderr]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]     = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]    --> src/lib.rs:149:71
[INFO] [stderr]     |
[INFO] [stderr] 149 | //! All errors produced by the system are provided either as [Result](client::Result) enumeration as return value of
[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: `#[warn(rustdoc::redundant_explicit_links)]` on by default
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]     |
[INFO] [stderr] 149 | //! All errors produced by the system are provided either as [Result] enumeration as return value of
[INFO] [stderr]     |                                                              ~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]    --> src/lib.rs:157:86
[INFO] [stderr]     |
[INFO] [stderr] 157 | //! If a method supports downloads, the response body, which is part of the [Result](client::Result), should be
[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] 157 | //! If a method supports downloads, the response body, which is part of the [Result], should be
[INFO] [stderr]     |                                                                             ~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/api.rs:489:1
[INFO] [stderr]     |
[INFO] [stderr] 489 | / /// Represents a textual expression in the Common Expression Language (CEL) syntax. CEL is a C-like expression language. The syntax and s...
[INFO] [stderr] 490 | | /// 
[INFO] [stderr] 491 | | /// This type is not used in any activity, and only used as *part* of another schema.
[INFO] [stderr] 492 | | /// 
[INFO] [stderr]     | |____^ help: use an automatic link instead: `<https://github.com/google/cel-spec.>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr]     = note: `#[warn(rustdoc::bare_urls)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `google-deploymentmanager2` (lib doc) generated 4 warnings (run `cargo fix --lib -p google-deploymentmanager2` to apply 1 suggestion)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.54s
[INFO] [stderr]    Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/google_deploymentmanager2/index.html
[INFO] running `Command { std: "docker" "inspect" "1f6a47e0d4eb2631b2b872844b20bf05d4ded71060d333e7c28ae4395b39fa6d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1f6a47e0d4eb2631b2b872844b20bf05d4ded71060d333e7c28ae4395b39fa6d", kill_on_drop: false }`
[INFO] [stdout] 1f6a47e0d4eb2631b2b872844b20bf05d4ded71060d333e7c28ae4395b39fa6d