openstack 0.5.0

OpenStack SDK for Rust
Documentation
Build #1647724 2025-01-20 00:16:15

# rustc version rustc 1.86.0-nightly (049355708 2025-01-18)

# docs.rs version docsrs 0.6.0 (13d4ccea 2025-01-13)

# build log [INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/openstack-0.5.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/openstack-0.5.0/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:819108c5571ea2e421544af4d832f968d213c87fbe3707a016657f43d2f853bc" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250118-1.86.0-nightly-049355708\", \"--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] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] ef48b44cd6ac772a8bd98cd3294b98657100d98063ae7beb9b8b50a1decc9481 [INFO] running `Command { std: "docker" "start" "-a" "ef48b44cd6ac772a8bd98cd3294b98657100d98063ae7beb9b8b50a1decc9481", kill_on_drop: false }` [INFO] [stderr] warning: Rustdoc did not scrape the following examples because they require dev-dependencies: create-delete-port, create-router-with-external-gateway, create-server, create-update-delete-router, get-flavor, get-image, get-keypair, get-network, get-router, get-server, list-containers, list-floating-ips, list-images, list-keypairs, list-networks, list-objects, list-ports, list-routers, list-servers, list-subnets, server-action [INFO] [stderr] If you want Rustdoc to scrape these examples, then add `doc-scrape-examples = true` [INFO] [stderr] to the [[example]] target configuration of at least one example. [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Documenting openstack v0.5.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: lint `private_in_public` has been removed: replaced with another group of lints, see RFC <https://rust-lang.github.io/rfcs/2145-type-privacy.html> for more information [INFO] [stderr] --> src/lib.rs:130:5 [INFO] [stderr] | [INFO] [stderr] 130 | private_in_public, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(renamed_and_removed_lints)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `identity` [INFO] [stderr] --> src/common/types.rs:109:19 [INFO] [stderr] | [INFO] [stderr] 109 | #[cfg(not(feature = $service))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 131 | opaque_resource_type!(#[doc = "An ID of a `Project`"] ProjectRef ? "identity"); [INFO] [stderr] | ------------------------------------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `compute`, `default`, `image`, `native-tls`, `network`, `object-storage`, `rustls`, and `tokio-util` [INFO] [stderr] = help: consider adding `identity` as a feature in `Cargo.toml` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stderr] = note: this warning originates in the macro `opaque_resource_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `volume` [INFO] [stderr] --> src/common/types.rs:109:19 [INFO] [stderr] | [INFO] [stderr] 109 | #[cfg(not(feature = $service))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 139 | opaque_resource_type!(#[doc = "An ID of a `Snapshot`"] SnapshotRef ? "volume"); [INFO] [stderr] | ------------------------------------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `compute`, `default`, `image`, `native-tls`, `network`, `object-storage`, `rustls`, and `tokio-util` [INFO] [stderr] = help: consider adding `volume` as a feature in `Cargo.toml` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the macro `opaque_resource_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `identity` [INFO] [stderr] --> src/common/types.rs:109:19 [INFO] [stderr] | [INFO] [stderr] 109 | #[cfg(not(feature = $service))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 143 | opaque_resource_type!(#[doc = "An ID of a `User`"] UserRef ? "identity"); [INFO] [stderr] | ------------------------------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `compute`, `default`, `image`, `native-tls`, `network`, `object-storage`, `rustls`, and `tokio-util` [INFO] [stderr] = help: consider adding `identity` as a feature in `Cargo.toml` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the macro `opaque_resource_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `volume` [INFO] [stderr] --> src/common/types.rs:109:19 [INFO] [stderr] | [INFO] [stderr] 109 | #[cfg(not(feature = $service))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 145 | opaque_resource_type!(#[doc = "An ID of a `Volume`"] VolumeRef ? "volume"); [INFO] [stderr] | -------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `compute`, `default`, `image`, `native-tls`, `network`, `object-storage`, `rustls`, and `tokio-util` [INFO] [stderr] = help: consider adding `volume` as a feature in `Cargo.toml` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the macro `opaque_resource_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `openstack` (lib doc) generated 5 warnings [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.60s [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/openstack/index.html [INFO] running `Command { std: "docker" "inspect" "ef48b44cd6ac772a8bd98cd3294b98657100d98063ae7beb9b8b50a1decc9481", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ef48b44cd6ac772a8bd98cd3294b98657100d98063ae7beb9b8b50a1decc9481", kill_on_drop: false }` [INFO] [stdout] ef48b44cd6ac772a8bd98cd3294b98657100d98063ae7beb9b8b50a1decc9481