salvo-oapi 0.67.2

OpenApi support for Salvo web framework
Documentation
Build #1212003 2024-05-07T02:21:31.937385+00:00
# rustc version
rustc 1.80.0-nightly (7d83a4c13 2024-05-06)
# docs.rs version
docsrs 0.6.0 (7c63657e 2024-05-03)

# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/salvo-oapi-0.67.2/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/salvo-oapi-0.67.2/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace-builder/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace-builder/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:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--all-features" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20240506-1.80.0-nightly-7d83a4c13\", \"--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] 1afbe4d41ec83f4a9942f5c950ee5c0f2887223c1bd169fa102bf6604ff26648
[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" "1afbe4d41ec83f4a9942f5c950ee5c0f2887223c1bd169fa102bf6604ff26648", kill_on_drop: false }`
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr]  Documenting salvo-oapi v0.67.2 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unexpected `cfg` condition name: `doc_cfg`
[INFO] [stderr]    --> src/openapi/schema/mod.rs:292:16
[INFO] [stderr]     |
[INFO] [stderr] 292 |     #[cfg_attr(doc_cfg, doc(cfg(any(feature = "decimal", feature = "decimal-float"))))]
[INFO] [stderr]     |                ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = help: expected names are: `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, `windows`
[INFO] [stderr]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `doc_cfg`
[INFO] [stderr]    --> src/openapi/schema/mod.rs:298:16
[INFO] [stderr]     |
[INFO] [stderr] 298 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "url")))]
[INFO] [stderr]     |                ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `doc_cfg`
[INFO] [stderr]    --> src/openapi/schema/mod.rs:304:16
[INFO] [stderr]     |
[INFO] [stderr] 304 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "ulid")))]
[INFO] [stderr]     |                ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `doc_cfg`
[INFO] [stderr]    --> src/openapi/schema/mod.rs:310:16
[INFO] [stderr]     |
[INFO] [stderr] 310 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "uuid")))]
[INFO] [stderr]     |                ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `preserve_order`
[INFO] [stderr]   --> src/openapi/schema/object.rs:10:11
[INFO] [stderr]    |
[INFO] [stderr] 10 | #[cfg(not(feature = "preserve_order"))]
[INFO] [stderr]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected values for `feature` are: `chrono`, `decimal`, `decimal-float`, `default`, `full`, `indexmap`, `rapidoc`, `redoc`, `scalar`, `smallvec`, `swagger-ui`, `time`, `ulid`, `url`, `uuid`, `yaml`
[INFO] [stderr]    = help: consider adding `preserve_order` as a feature in `Cargo.toml`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `preserve_order`
[INFO] [stderr]   --> src/openapi/schema/object.rs:12:7
[INFO] [stderr]    |
[INFO] [stderr] 12 | #[cfg(feature = "preserve_order")]
[INFO] [stderr]    |       ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected values for `feature` are: `chrono`, `decimal`, `decimal-float`, `default`, `full`, `indexmap`, `rapidoc`, `redoc`, `scalar`, `smallvec`, `swagger-ui`, `time`, `ulid`, `url`, `uuid`, `yaml`
[INFO] [stderr]    = help: consider adding `preserve_order` as a feature in `Cargo.toml`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `doc_cfg`
[INFO] [stderr]    --> src/openapi/mod.rs:158:16
[INFO] [stderr]     |
[INFO] [stderr] 158 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "yaml")))]
[INFO] [stderr]     |                ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]  --> src/../docs/derive_to_parameters.md:7:41
[INFO] [stderr]   |
[INFO] [stderr] 7 | Still [`std::primitive`] and [`String`](std::string::String) path parameters or [`tuple`] style path parameters need to be defined
[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] 7 | Still [`std::primitive`] and [`String`] path parameters or [`tuple`] style path parameters need to be defined
[INFO] [stderr]   |                              ~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]    --> src/../docs/derive_to_parameters.md:128:15
[INFO] [stderr]     |
[INFO] [stderr] 128 |   [`HashMap`](std::collections::HashMap) and [`BTreeMap`](std::collections::BTreeMap).
[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] 128 |   [`HashMap`] and [`BTreeMap`](std::collections::BTreeMap).
[INFO] [stderr]     |   ~~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]    --> src/../docs/derive_to_parameters.md:128:59
[INFO] [stderr]     |
[INFO] [stderr] 128 |   [`HashMap`](std::collections::HashMap) and [`BTreeMap`](std::collections::BTreeMap).
[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] 128 |   [`HashMap`](std::collections::HashMap) and [`BTreeMap`].
[INFO] [stderr]     |                                              ~~~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: `salvo-oapi` (lib doc) generated 10 warnings
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.91s
[INFO] [stderr]    Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/salvo_oapi/index.html
[INFO] running `Command { std: "docker" "inspect" "1afbe4d41ec83f4a9942f5c950ee5c0f2887223c1bd169fa102bf6604ff26648", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1afbe4d41ec83f4a9942f5c950ee5c0f2887223c1bd169fa102bf6604ff26648", kill_on_drop: false }`
[INFO] [stdout] 1afbe4d41ec83f4a9942f5c950ee5c0f2887223c1bd169fa102bf6604ff26648