azure_mgmt_keyvault 0.21.0

generated REST API bindings
Build #1393411 2024-10-16T02:40:42.783587+00:00
# rustc version
rustc 1.84.0-nightly (e7c0d2750 2024-10-15)# docs.rs version
docsrs 0.6.0 (d4641c3c 2024-10-14)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/azure_mgmt_keyvault-0.21.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/azure_mgmt_keyvault-0.21.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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--all-features" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20241015-1.84.0-nightly-e7c0d2750\", \"--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] 61f36a99b7569ea3544dd6846e07654cb105b903aeb3f0ace2e6347886478876
[INFO] running `Command { std: "docker" "start" "-a" "61f36a99b7569ea3544dd6846e07654cb105b903aeb3f0ace2e6347886478876", kill_on_drop: false }`
[INFO] [stderr] warning: Rustdoc did not scrape the following examples because they require dev-dependencies: create_keyvault
[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 azure_mgmt_keyvault v0.21.0 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0428]: the name `SystemData` is defined multiple times
[INFO] [stderr]     --> src/package_preview_2024_04/models.rs:3878:1
[INFO] [stderr]      |
[INFO] [stderr] 3437 | pub struct SystemData {
[INFO] [stderr]      | --------------------- previous definition of the type `SystemData` here
[INFO] [stderr] ...
[INFO] [stderr] 3878 | pub struct SystemData {
[INFO] [stderr]      | ^^^^^^^^^^^^^^^^^^^^^ `SystemData` redefined here
[INFO] [stderr]      |
[INFO] [stderr]      = note: `SystemData` must be defined only once in the type namespace of this module
[INFO] [stderr] 
[INFO] [stderr] error[E0119]: conflicting implementations of trait `std::clone::Clone` for type `package_preview_2024_04::models::SystemData`
[INFO] [stderr]     --> src/package_preview_2024_04/models.rs:3877:10
[INFO] [stderr]      |
[INFO] [stderr] 3436 | #[derive(Clone, Debug, PartialEq, Serialize, Deserialize, Default)]
[INFO] [stderr]      |          ----- first implementation here
[INFO] [stderr] ...
[INFO] [stderr] 3877 | #[derive(Clone, Debug, PartialEq, Serialize, Deserialize, Default)]
[INFO] [stderr]      |          ^^^^^ conflicting implementation for `package_preview_2024_04::models::SystemData`
[INFO] [stderr]      |
[INFO] [stderr]      = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0119]: conflicting implementations of trait `std::fmt::Debug` for type `package_preview_2024_04::models::SystemData`
[INFO] [stderr]     --> src/package_preview_2024_04/models.rs:3877:17
[INFO] [stderr]      |
[INFO] [stderr] 3436 | #[derive(Clone, Debug, PartialEq, Serialize, Deserialize, Default)]
[INFO] [stderr]      |                 ----- first implementation here
[INFO] [stderr] ...
[INFO] [stderr] 3877 | #[derive(Clone, Debug, PartialEq, Serialize, Deserialize, Default)]
[INFO] [stderr]      |                 ^^^^^ conflicting implementation for `package_preview_2024_04::models::SystemData`
[INFO] [stderr]      |
[INFO] [stderr]      = note: this error originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0119]: conflicting implementations of trait `std::marker::StructuralPartialEq` for type `package_preview_2024_04::models::SystemData`
[INFO] [stderr]     --> src/package_preview_2024_04/models.rs:3877:24
[INFO] [stderr]      |
[INFO] [stderr] 3436 | #[derive(Clone, Debug, PartialEq, Serialize, Deserialize, Default)]
[INFO] [stderr]      |                        --------- first implementation here
[INFO] [stderr] ...
[INFO] [stderr] 3877 | #[derive(Clone, Debug, PartialEq, Serialize, Deserialize, Default)]
[INFO] [stderr]      |                        ^^^^^^^^^ conflicting implementation for `package_preview_2024_04::models::SystemData`
[INFO] [stderr]      |
[INFO] [stderr]      = note: this error originates in the derive macro `PartialEq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0119]: conflicting implementations of trait `std::cmp::PartialEq` for type `package_preview_2024_04::models::SystemData`
[INFO] [stderr]     --> src/package_preview_2024_04/models.rs:3877:24
[INFO] [stderr]      |
[INFO] [stderr] 3436 | #[derive(Clone, Debug, PartialEq, Serialize, Deserialize, Default)]
[INFO] [stderr]      |                        --------- first implementation here
[INFO] [stderr] ...
[INFO] [stderr] 3877 | #[derive(Clone, Debug, PartialEq, Serialize, Deserialize, Default)]
[INFO] [stderr]      |                        ^^^^^^^^^ conflicting implementation for `package_preview_2024_04::models::SystemData`
[INFO] [stderr]      |
[INFO] [stderr]      = note: this error originates in the derive macro `PartialEq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0119]: conflicting implementations of trait `package_preview_2021_06::models::_::_serde::Serialize` for type `package_preview_2024_04::models::SystemData`
[INFO] [stderr]     --> src/package_preview_2024_04/models.rs:3877:35
[INFO] [stderr]      |
[INFO] [stderr] 3436 | #[derive(Clone, Debug, PartialEq, Serialize, Deserialize, Default)]
[INFO] [stderr]      |                                   --------- first implementation here
[INFO] [stderr] ...
[INFO] [stderr] 3877 | #[derive(Clone, Debug, PartialEq, Serialize, Deserialize, Default)]
[INFO] [stderr]      |                                   ^^^^^^^^^ conflicting implementation for `package_preview_2024_04::models::SystemData`
[INFO] [stderr]      |
[INFO] [stderr]      = note: this error originates in the derive macro `Serialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0119]: conflicting implementations of trait `package_preview_2021_06::models::_::_serde::Deserialize<'_>` for type `package_preview_2024_04::models::SystemData`
[INFO] [stderr]     --> src/package_preview_2024_04/models.rs:3877:46
[INFO] [stderr]      |
[INFO] [stderr] 3436 | #[derive(Clone, Debug, PartialEq, Serialize, Deserialize, Default)]
[INFO] [stderr]      |                                              ----------- first implementation here
[INFO] [stderr] ...
[INFO] [stderr] 3877 | #[derive(Clone, Debug, PartialEq, Serialize, Deserialize, Default)]
[INFO] [stderr]      |                                              ^^^^^^^^^^^ conflicting implementation for `package_preview_2024_04::models::SystemData`
[INFO] [stderr]      |
[INFO] [stderr]      = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0119]: conflicting implementations of trait `std::default::Default` for type `package_preview_2024_04::models::SystemData`
[INFO] [stderr]     --> src/package_preview_2024_04/models.rs:3877:59
[INFO] [stderr]      |
[INFO] [stderr] 3436 | #[derive(Clone, Debug, PartialEq, Serialize, Deserialize, Default)]
[INFO] [stderr]      |                                                           ------- first implementation here
[INFO] [stderr] ...
[INFO] [stderr] 3877 | #[derive(Clone, Debug, PartialEq, Serialize, Deserialize, Default)]
[INFO] [stderr]      |                                                           ^^^^^^^ conflicting implementation for `package_preview_2024_04::models::SystemData`
[INFO] [stderr]      |
[INFO] [stderr]      = note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0119, E0428.
[INFO] [stderr] For more information about an error, try `rustc --explain E0119`.
[INFO] [stderr] error: could not document `azure_mgmt_keyvault`
[INFO] running `Command { std: "docker" "inspect" "61f36a99b7569ea3544dd6846e07654cb105b903aeb3f0ace2e6347886478876", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "61f36a99b7569ea3544dd6846e07654cb105b903aeb3f0ace2e6347886478876", kill_on_drop: false }`
[INFO] [stdout] 61f36a99b7569ea3544dd6846e07654cb105b903aeb3f0ace2e6347886478876