restify-openapi 0.0.1

STILL WIP
Documentation
Build #2351917 2025-07-26 11:03:07
# rustc version
rustc 1.90.0-nightly (430d6eddf 2025-07-25)# docs.rs version
docsrs 0.6.0 (4b4a3779 2025-07-22)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/restify-openapi-0.0.1/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/restify-openapi-0.0.1/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:cf8efcab8866f2cf4285301c7418e2f4f2a9b088c91ba69c40d5b659f81557f7" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250725-1.90.0-nightly-430d6eddf\", \"--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] 7ea56dd78a2f58a7a0c864ca6b6dbaa36b3a3334de1a0c41b83d4dbe3819d1b3
[INFO] running `Command { std: "docker" "start" "-a" "7ea56dd78a2f58a7a0c864ca6b6dbaa36b3a3334de1a0c41b83d4dbe3819d1b3", kill_on_drop: false }`
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr]  Documenting restify-openapi v0.0.1 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unexpected `cfg` condition value: `deserialize`
[INFO] [stderr]   --> src/models/mod.rs:30:13
[INFO] [stderr]    |
[INFO] [stderr] 30 |   any(test, feature = "deserialize"),
[INFO] [stderr]    |             ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected values for `feature` are: `axum`
[INFO] [stderr]    = help: consider adding `deserialize` 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] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `deserialize`
[INFO] [stderr]   --> src/models/mod.rs:47:13
[INFO] [stderr]    |
[INFO] [stderr] 47 |   any(test, feature = "deserialize"),
[INFO] [stderr]    |             ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected values for `feature` are: `axum`
[INFO] [stderr]    = help: consider adding `deserialize` 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] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `deserialize`
[INFO] [stderr]   --> src/models/components.rs:13:13
[INFO] [stderr]    |
[INFO] [stderr] 13 |   any(test, feature = "deserialize"),
[INFO] [stderr]    |             ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected values for `feature` are: `axum`
[INFO] [stderr]    = help: consider adding `deserialize` 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] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `deserialize`
[INFO] [stderr]  --> src/models/info.rs:7:22
[INFO] [stderr]   |
[INFO] [stderr] 7 | #[cfg_attr(any(test, feature = "deserialize"), derive(serde::Deserialize, PartialEq))]
[INFO] [stderr]   |                      ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: expected values for `feature` are: `axum`
[INFO] [stderr]   = help: consider adding `deserialize` 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] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `deserialize`
[INFO] [stderr]   --> src/models/info.rs:33:22
[INFO] [stderr]    |
[INFO] [stderr] 33 | #[cfg_attr(any(test, feature = "deserialize"), derive(serde::Deserialize, PartialEq))]
[INFO] [stderr]    |                      ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected values for `feature` are: `axum`
[INFO] [stderr]    = help: consider adding `deserialize` 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] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `deserialize`
[INFO] [stderr]   --> src/models/info.rs:52:22
[INFO] [stderr]    |
[INFO] [stderr] 52 | #[cfg_attr(any(test, feature = "deserialize"), derive(serde::Deserialize, PartialEq))]
[INFO] [stderr]    |                      ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected values for `feature` are: `axum`
[INFO] [stderr]    = help: consider adding `deserialize` 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] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `deserialize`
[INFO] [stderr]   --> src/models/paths.rs:12:13
[INFO] [stderr]    |
[INFO] [stderr] 12 |   any(test, feature = "deserialize"),
[INFO] [stderr]    |             ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected values for `feature` are: `axum`
[INFO] [stderr]    = help: consider adding `deserialize` 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] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `deserialize`
[INFO] [stderr]   --> src/models/paths.rs:31:13
[INFO] [stderr]    |
[INFO] [stderr] 31 |   any(test, feature = "deserialize"),
[INFO] [stderr]    |             ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected values for `feature` are: `axum`
[INFO] [stderr]    = help: consider adding `deserialize` 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] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `deserialize`
[INFO] [stderr]   --> src/models/paths.rs:60:22
[INFO] [stderr]    |
[INFO] [stderr] 60 | #[cfg_attr(any(test, feature = "deserialize"), derive(serde::Deserialize))]
[INFO] [stderr]    |                      ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected values for `feature` are: `axum`
[INFO] [stderr]    = help: consider adding `deserialize` 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] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `deserialize`
[INFO] [stderr]   --> src/models/paths.rs:84:13
[INFO] [stderr]    |
[INFO] [stderr] 84 |   any(test, feature = "deserialize"),
[INFO] [stderr]    |             ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected values for `feature` are: `axum`
[INFO] [stderr]    = help: consider adding `deserialize` 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] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `deserialize`
[INFO] [stderr]    --> src/models/paths.rs:136:13
[INFO] [stderr]     |
[INFO] [stderr] 136 |   any(test, feature = "deserialize"),
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `axum`
[INFO] [stderr]     = help: consider adding `deserialize` 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] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `deserialize`
[INFO] [stderr]    --> src/models/paths.rs:166:13
[INFO] [stderr]     |
[INFO] [stderr] 166 |   any(test, feature = "deserialize"),
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `axum`
[INFO] [stderr]     = help: consider adding `deserialize` 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] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `deserialize`
[INFO] [stderr]    --> src/models/paths.rs:215:13
[INFO] [stderr]     |
[INFO] [stderr] 215 |   any(test, feature = "deserialize"),
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `axum`
[INFO] [stderr]     = help: consider adding `deserialize` 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] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `deserialize`
[INFO] [stderr]    --> src/models/paths.rs:229:13
[INFO] [stderr]     |
[INFO] [stderr] 229 |   any(test, feature = "deserialize"),
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `axum`
[INFO] [stderr]     = help: consider adding `deserialize` 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] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `deserialize`
[INFO] [stderr]    --> src/models/paths.rs:254:13
[INFO] [stderr]     |
[INFO] [stderr] 254 |   any(test, feature = "deserialize"),
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `axum`
[INFO] [stderr]     = help: consider adding `deserialize` 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] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `deserialize`
[INFO] [stderr]    --> src/models/paths.rs:290:13
[INFO] [stderr]     |
[INFO] [stderr] 290 |   any(test, feature = "deserialize"),
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `axum`
[INFO] [stderr]     = help: consider adding `deserialize` 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] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `deserialize`
[INFO] [stderr]    --> src/models/paths.rs:312:22
[INFO] [stderr]     |
[INFO] [stderr] 312 | #[cfg_attr(any(test, feature = "deserialize"), derive(serde::Deserialize))]
[INFO] [stderr]     |                      ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `axum`
[INFO] [stderr]     = help: consider adding `deserialize` 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] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `deserialize`
[INFO] [stderr]    --> src/models/paths.rs:329:13
[INFO] [stderr]     |
[INFO] [stderr] 329 |   any(test, feature = "deserialize"),
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `axum`
[INFO] [stderr]     = help: consider adding `deserialize` 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] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `deserialize`
[INFO] [stderr]    --> src/models/paths.rs:352:13
[INFO] [stderr]     |
[INFO] [stderr] 352 |   any(test, feature = "deserialize"),
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `axum`
[INFO] [stderr]     = help: consider adding `deserialize` 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] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `deserialize`
[INFO] [stderr]    --> src/models/paths.rs:365:13
[INFO] [stderr]     |
[INFO] [stderr] 365 |   any(test, feature = "deserialize"),
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `axum`
[INFO] [stderr]     = help: consider adding `deserialize` 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] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `deserialize`
[INFO] [stderr]    --> src/models/paths.rs:390:13
[INFO] [stderr]     |
[INFO] [stderr] 390 |   any(test, feature = "deserialize"),
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `axum`
[INFO] [stderr]     = help: consider adding `deserialize` 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] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `deserialize`
[INFO] [stderr]    --> src/models/paths.rs:404:13
[INFO] [stderr]     |
[INFO] [stderr] 404 |   any(test, feature = "deserialize"),
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `axum`
[INFO] [stderr]     = help: consider adding `deserialize` 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] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `deserialize`
[INFO] [stderr]    --> src/models/paths.rs:436:13
[INFO] [stderr]     |
[INFO] [stderr] 436 |   any(test, feature = "deserialize"),
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `axum`
[INFO] [stderr]     = help: consider adding `deserialize` 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] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `deserialize`
[INFO] [stderr]    --> src/models/paths.rs:458:13
[INFO] [stderr]     |
[INFO] [stderr] 458 |   any(test, feature = "deserialize"),
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `axum`
[INFO] [stderr]     = help: consider adding `deserialize` 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] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `deserialize`
[INFO] [stderr]    --> src/models/paths.rs:491:13
[INFO] [stderr]     |
[INFO] [stderr] 491 |   any(test, feature = "deserialize"),
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `axum`
[INFO] [stderr]     = help: consider adding `deserialize` 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] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `deserialize`
[INFO] [stderr]    --> src/models/paths.rs:522:13
[INFO] [stderr]     |
[INFO] [stderr] 522 |   any(test, feature = "deserialize"),
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `axum`
[INFO] [stderr]     = help: consider adding `deserialize` 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] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `deserialize`
[INFO] [stderr]    --> src/models/paths.rs:541:13
[INFO] [stderr]     |
[INFO] [stderr] 541 |   any(test, feature = "deserialize"),
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `axum`
[INFO] [stderr]     = help: consider adding `deserialize` 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] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `deserialize`
[INFO] [stderr]    --> src/models/paths.rs:553:13
[INFO] [stderr]     |
[INFO] [stderr] 553 |   any(test, feature = "deserialize"),
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `axum`
[INFO] [stderr]     = help: consider adding `deserialize` 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] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `deserialize`
[INFO] [stderr]  --> src/models/reference_or.rs:5:22
[INFO] [stderr]   |
[INFO] [stderr] 5 | #[cfg_attr(any(test, feature = "deserialize"), derive(serde::Deserialize, PartialEq))]
[INFO] [stderr]   |                      ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: expected values for `feature` are: `axum`
[INFO] [stderr]   = help: consider adding `deserialize` 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] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `deserialize`
[INFO] [stderr]   --> src/models/security.rs:12:22
[INFO] [stderr]    |
[INFO] [stderr] 12 | #[cfg_attr(any(test, feature = "deserialize"), derive(serde::Deserialize, PartialEq))]
[INFO] [stderr]    |                      ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected values for `feature` are: `axum`
[INFO] [stderr]    = help: consider adding `deserialize` 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] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `deserialize`
[INFO] [stderr]   --> src/models/security.rs:22:22
[INFO] [stderr]    |
[INFO] [stderr] 22 | #[cfg_attr(any(test, feature = "deserialize"), derive(serde::Deserialize, PartialEq))]
[INFO] [stderr]    |                      ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected values for `feature` are: `axum`
[INFO] [stderr]    = help: consider adding `deserialize` 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] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `deserialize`
[INFO] [stderr]   --> src/models/security.rs:37:22
[INFO] [stderr]    |
[INFO] [stderr] 37 | #[cfg_attr(any(test, feature = "deserialize"), derive(serde::Deserialize, PartialEq))]
[INFO] [stderr]    |                      ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected values for `feature` are: `axum`
[INFO] [stderr]    = help: consider adding `deserialize` 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] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `deserialize`
[INFO] [stderr]   --> src/models/security.rs:48:22
[INFO] [stderr]    |
[INFO] [stderr] 48 | #[cfg_attr(any(test, feature = "deserialize"), derive(serde::Deserialize, PartialEq))]
[INFO] [stderr]    |                      ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected values for `feature` are: `axum`
[INFO] [stderr]    = help: consider adding `deserialize` 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] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `deserialize`
[INFO] [stderr]   --> src/models/security.rs:59:22
[INFO] [stderr]    |
[INFO] [stderr] 59 | #[cfg_attr(any(test, feature = "deserialize"), derive(serde::Deserialize, PartialEq))]
[INFO] [stderr]    |                      ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected values for `feature` are: `axum`
[INFO] [stderr]    = help: consider adding `deserialize` 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] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `deserialize`
[INFO] [stderr]   --> src/models/security.rs:68:22
[INFO] [stderr]    |
[INFO] [stderr] 68 | #[cfg_attr(any(test, feature = "deserialize"), derive(serde::Deserialize, PartialEq))]
[INFO] [stderr]    |                      ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected values for `feature` are: `axum`
[INFO] [stderr]    = help: consider adding `deserialize` 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] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `deserialize`
[INFO] [stderr]   --> src/models/security.rs:79:22
[INFO] [stderr]    |
[INFO] [stderr] 79 | #[cfg_attr(any(test, feature = "deserialize"), derive(serde::Deserialize, PartialEq))]
[INFO] [stderr]    |                      ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected values for `feature` are: `axum`
[INFO] [stderr]    = help: consider adding `deserialize` 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] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `deserialize`
[INFO] [stderr]   --> src/models/security.rs:88:22
[INFO] [stderr]    |
[INFO] [stderr] 88 | #[cfg_attr(any(test, feature = "deserialize"), derive(serde::Deserialize, PartialEq))]
[INFO] [stderr]    |                      ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected values for `feature` are: `axum`
[INFO] [stderr]    = help: consider adding `deserialize` 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] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `deserialize`
[INFO] [stderr]    --> src/models/security.rs:109:22
[INFO] [stderr]     |
[INFO] [stderr] 109 | #[cfg_attr(any(test, feature = "deserialize"), derive(serde::Deserialize, PartialEq))]
[INFO] [stderr]     |                      ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `axum`
[INFO] [stderr]     = help: consider adding `deserialize` 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] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `deserialize`
[INFO] [stderr]    --> src/models/security.rs:122:22
[INFO] [stderr]     |
[INFO] [stderr] 122 | #[cfg_attr(any(test, feature = "deserialize"), derive(serde::Deserialize, PartialEq))]
[INFO] [stderr]     |                      ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `axum`
[INFO] [stderr]     = help: consider adding `deserialize` 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] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `deserialize`
[INFO] [stderr]    --> src/models/security.rs:135:22
[INFO] [stderr]     |
[INFO] [stderr] 135 | #[cfg_attr(any(test, feature = "deserialize"), derive(serde::Deserialize, PartialEq))]
[INFO] [stderr]     |                      ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `axum`
[INFO] [stderr]     = help: consider adding `deserialize` 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] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `deserialize`
[INFO] [stderr]  --> src/models/server.rs:8:22
[INFO] [stderr]   |
[INFO] [stderr] 8 | #[cfg_attr(any(test, feature = "deserialize"), derive(serde::Deserialize, PartialEq))]
[INFO] [stderr]   |                      ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: expected values for `feature` are: `axum`
[INFO] [stderr]   = help: consider adding `deserialize` 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] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `deserialize`
[INFO] [stderr]   --> src/models/server.rs:26:22
[INFO] [stderr]    |
[INFO] [stderr] 26 | #[cfg_attr(any(test, feature = "deserialize"), derive(serde::Deserialize, PartialEq))]
[INFO] [stderr]    |                      ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected values for `feature` are: `axum`
[INFO] [stderr]    = help: consider adding `deserialize` 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] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `deserialize`
[INFO] [stderr]  --> src/models/tag.rs:9:13
[INFO] [stderr]   |
[INFO] [stderr] 9 |   any(test, feature = "deserialize"),
[INFO] [stderr]   |             ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: expected values for `feature` are: `axum`
[INFO] [stderr]   = help: consider adding `deserialize` 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] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `chrono`
[INFO] [stderr]   --> src/simple.rs:29:7
[INFO] [stderr]    |
[INFO] [stderr] 29 | #[cfg(feature = "chrono")]
[INFO] [stderr]    |       ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected values for `feature` are: `axum`
[INFO] [stderr]    = help: consider adding `chrono` 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] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `rust_decimal`
[INFO] [stderr]   --> src/simple.rs:31:7
[INFO] [stderr]    |
[INFO] [stderr] 31 | #[cfg(feature = "rust_decimal")]
[INFO] [stderr]    |       ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected values for `feature` are: `axum`
[INFO] [stderr]    = help: consider adding `rust_decimal` 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] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `uuid`
[INFO] [stderr]   --> src/simple.rs:33:7
[INFO] [stderr]    |
[INFO] [stderr] 33 | #[cfg(feature = "uuid")]
[INFO] [stderr]    |       ^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected values for `feature` are: `axum`
[INFO] [stderr]    = help: consider adding `uuid` 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] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `url`
[INFO] [stderr]   --> src/simple.rs:35:7
[INFO] [stderr]    |
[INFO] [stderr] 35 | #[cfg(feature = "url")]
[INFO] [stderr]    |       ^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected values for `feature` are: `axum`
[INFO] [stderr]    = help: consider adding `url` 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] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `chrono`
[INFO] [stderr]   --> src/simple.rs:38:7
[INFO] [stderr]    |
[INFO] [stderr] 38 | #[cfg(feature = "chrono")]
[INFO] [stderr]    |       ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected values for `feature` are: `axum`
[INFO] [stderr]    = help: consider adding `chrono` 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] 
[INFO] [stderr] warning: `restify-openapi` (lib doc) generated 48 warnings
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
[INFO] [stderr]    Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/restify_openapi/index.html
[INFO] running `Command { std: "docker" "inspect" "7ea56dd78a2f58a7a0c864ca6b6dbaa36b3a3334de1a0c41b83d4dbe3819d1b3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7ea56dd78a2f58a7a0c864ca6b6dbaa36b3a3334de1a0c41b83d4dbe3819d1b3", kill_on_drop: false }`
[INFO] [stdout] 7ea56dd78a2f58a7a0c864ca6b6dbaa36b3a3334de1a0c41b83d4dbe3819d1b3