[INFO] cloning repository https://github.com/ContinuousC/ApistosSchemaRs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ContinuousC/ApistosSchemaRs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FContinuousC%2FApistosSchemaRs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FContinuousC%2FApistosSchemaRs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] ace307537ff7913c30f465cbfdaf70f4883618a9
[INFO] checking ContinuousC/ApistosSchemaRs against master#a6acf0f07f0ed1c12e26dc0db3b9bf1d0504a0bb for pr-151109
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FContinuousC%2FApistosSchemaRs" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/ContinuousC/ApistosSchemaRs
[INFO] finished tweaking git repo https://github.com/ContinuousC/ApistosSchemaRs
[INFO] tweaked toml for git repo https://github.com/ContinuousC/ApistosSchemaRs written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/ContinuousC/ApistosSchemaRs on toolchain a6acf0f07f0ed1c12e26dc0db3b9bf1d0504a0bb
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+a6acf0f07f0ed1c12e26dc0db3b9bf1d0504a0bb" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/ContinuousC/ApistosSchemaRs already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+a6acf0f07f0ed1c12e26dc0db3b9bf1d0504a0bb" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded enumset v1.1.3
[INFO] [stderr]   Downloaded enumset_derive v0.8.1
[INFO] [stderr]   Downloaded smol_str v0.1.24
[INFO] [stderr]   Downloaded serde_derive_internals v0.29.0
[INFO] [stderr]   Downloaded bigdecimal v0.4.2
[INFO] [stderr]   Downloaded trybuild v1.0.85
[INFO] [stderr]   Downloaded basic-toml v0.1.4
[INFO] [stderr]   Downloaded rust_decimal v1.32.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+a6acf0f07f0ed1c12e26dc0db3b9bf1d0504a0bb" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] e1b56462b2f89ae6e42ed5f405716907ea70d525f7b31100b02873009593aa0f
[INFO] running `Command { std: "docker" "start" "-a" "e1b56462b2f89ae6e42ed5f405716907ea70d525f7b31100b02873009593aa0f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e1b56462b2f89ae6e42ed5f405716907ea70d525f7b31100b02873009593aa0f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e1b56462b2f89ae6e42ed5f405716907ea70d525f7b31100b02873009593aa0f", kill_on_drop: false }`
[INFO] [stdout] e1b56462b2f89ae6e42ed5f405716907ea70d525f7b31100b02873009593aa0f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+a6acf0f07f0ed1c12e26dc0db3b9bf1d0504a0bb" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 692b8f7e84d77d60e93b5bb2ad584068c58d78f1d82d5aa4133f0e5f521b7b91
[INFO] running `Command { std: "docker" "start" "-a" "692b8f7e84d77d60e93b5bb2ad584068c58d78f1d82d5aa4133f0e5f521b7b91", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.189
[INFO] [stderr]    Compiling serde_json v1.0.107
[INFO] [stderr]    Compiling schemars v0.8.22 (/opt/rustwide/workdir/schemars)
[INFO] [stderr]     Checking diff v0.1.13
[INFO] [stderr]    Compiling trybuild v1.0.85
[INFO] [stderr]     Checking glob v0.3.1
[INFO] [stderr]     Checking dyn-clone v1.0.14
[INFO] [stderr]     Checking termcolor v1.3.0
[INFO] [stderr]     Checking unicode-ident v1.0.12
[INFO] [stderr]    Compiling syn v2.0.38
[INFO] [stderr]     Checking proc-macro2 v1.0.69
[INFO] [stderr]     Checking pretty_assertions v1.4.0
[INFO] [stderr]     Checking quote v1.0.33
[INFO] [stderr]    Compiling serde_derive_internals v0.29.0
[INFO] [stderr]    Compiling serde_derive v1.0.189
[INFO] [stderr]     Checking schemars_derive v0.8.21 (/opt/rustwide/workdir/schemars_derive)
[INFO] [stdout] warning: field `original` is never read
[INFO] [stdout]   --> schemars_derive/src/ast/mod.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout]  8 | pub struct Container<'a> {
[INFO] [stdout]    |            --------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 13 |     pub original: &'a syn::DeriveInput,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> schemars_derive/src/ast/mod.rs:55:54
[INFO] [stdout]    |
[INFO] [stdout] 55 |     pub fn transparent_field(&'a self) -> Option<&'a Field> {
[INFO] [stdout]    |                               --                  -- ^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                               |                   |
[INFO] [stdout]    |                               |                   the same lifetime is named here
[INFO] [stdout]    |                               the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 55 |     pub fn transparent_field(&'a self) -> Option<&'a Field<'a>> {
[INFO] [stdout]    |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `original` is never read
[INFO] [stdout]   --> schemars_derive/src/ast/mod.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout]  8 | pub struct Container<'a> {
[INFO] [stdout]    |            --------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 13 |     pub original: &'a syn::DeriveInput,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> schemars_derive/src/ast/mod.rs:55:54
[INFO] [stdout]    |
[INFO] [stdout] 55 |     pub fn transparent_field(&'a self) -> Option<&'a Field> {
[INFO] [stdout]    |                               --                  -- ^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                               |                   |
[INFO] [stdout]    |                               |                   the same lifetime is named here
[INFO] [stdout]    |                               the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 55 |     pub fn transparent_field(&'a self) -> Option<&'a Field<'a>> {
[INFO] [stdout]    |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `original` is never read
[INFO] [stdout]   --> schemars_derive/src/ast/mod.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout]  8 | pub struct Container<'a> {
[INFO] [stdout]    |            --------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 13 |     pub original: &'a syn::DeriveInput,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> schemars_derive/src/ast/mod.rs:55:54
[INFO] [stdout]    |
[INFO] [stdout] 55 |     pub fn transparent_field(&'a self) -> Option<&'a Field> {
[INFO] [stdout]    |                               --                  -- ^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                               |                   |
[INFO] [stdout]    |                               |                   the same lifetime is named here
[INFO] [stdout]    |                               the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 55 |     pub fn transparent_field(&'a self) -> Option<&'a Field<'a>> {
[INFO] [stdout]    |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking basic-toml v0.1.4
[INFO] [stdout] warning: unexpected `cfg` condition name: `std_atomic`
[INFO] [stdout]   --> schemars/src/json_schema_impls/mod.rs:47:7
[INFO] [stdout]    |
[INFO] [stdout] 47 | #[cfg(std_atomic)]
[INFO] [stdout]    |       ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: expected names are: `docsrs`, `feature`, and `test` and 31 more
[INFO] [stdout]    = help: consider using a Cargo feature instead
[INFO] [stdout]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]             [lints.rust]
[INFO] [stdout]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std_atomic)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std_atomic)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `std_atomic64`
[INFO] [stdout]   --> schemars/src/json_schema_impls/atomic.rs:11:7
[INFO] [stdout]    |
[INFO] [stdout] 11 | #[cfg(std_atomic64)]
[INFO] [stdout]    |       ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead
[INFO] [stdout]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]             [lints.rust]
[INFO] [stdout]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std_atomic64)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std_atomic64)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `std_atomic64`
[INFO] [stdout]   --> schemars/src/json_schema_impls/atomic.rs:18:7
[INFO] [stdout]    |
[INFO] [stdout] 18 | #[cfg(std_atomic64)]
[INFO] [stdout]    |       ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead
[INFO] [stdout]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]             [lints.rust]
[INFO] [stdout]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std_atomic64)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std_atomic64)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `std_atomic`
[INFO] [stdout]   --> schemars/src/json_schema_impls/mod.rs:47:7
[INFO] [stdout]    |
[INFO] [stdout] 47 | #[cfg(std_atomic)]
[INFO] [stdout]    |       ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: expected names are: `docsrs`, `feature`, and `test` and 31 more
[INFO] [stdout]    = help: consider using a Cargo feature instead
[INFO] [stdout]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]             [lints.rust]
[INFO] [stdout]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std_atomic)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std_atomic)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `std_atomic64`
[INFO] [stdout]   --> schemars/src/json_schema_impls/atomic.rs:11:7
[INFO] [stdout]    |
[INFO] [stdout] 11 | #[cfg(std_atomic64)]
[INFO] [stdout]    |       ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead
[INFO] [stdout]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]             [lints.rust]
[INFO] [stdout]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std_atomic64)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std_atomic64)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `std_atomic64`
[INFO] [stdout]   --> schemars/src/json_schema_impls/atomic.rs:18:7
[INFO] [stdout]    |
[INFO] [stdout] 18 | #[cfg(std_atomic64)]
[INFO] [stdout]    |       ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead
[INFO] [stdout]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]             [lints.rust]
[INFO] [stdout]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std_atomic64)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std_atomic64)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0463]: can't find crate for `apistos_schemars`
[INFO] [stdout]   --> schemars/examples/remote_derive.rs:13:1
[INFO] [stdout]    |
[INFO] [stdout] 13 | extern crate apistos_schemars as schemars;
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0463]: can't find crate for `apistos_schemars`
[INFO] [stdout]  --> schemars/examples/custom_serialization.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | extern crate apistos_schemars as schemars;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0463]: can't find crate for `apistos_schemars`
[INFO] [stdout]  --> schemars/tests/util/mod.rs:2:1
[INFO] [stdout]   |
[INFO] [stdout] 2 | extern crate apistos_schemars as schemars;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0463]: can't find crate for `apistos_schemars`
[INFO] [stdout]  --> schemars/tests/result.rs:2:1
[INFO] [stdout]   |
[INFO] [stdout] 2 | extern crate apistos_schemars as schemars;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0463`.
[INFO] [stdout] 
[INFO] [stdout] error[E0463]: can't find crate for `apistos_schemars`
[INFO] [stdout]  --> schemars/tests/util/mod.rs:2:1
[INFO] [stdout]   |
[INFO] [stdout] 2 | extern crate apistos_schemars as schemars;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0463]: can't find crate for `apistos_schemars`
[INFO] [stdout]  --> schemars/tests/util/mod.rs:2:1
[INFO] [stdout]   |
[INFO] [stdout] 2 | extern crate apistos_schemars as schemars;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0463]: can't find crate for `apistos_schemars`
[INFO] [stdout]  --> schemars/tests/range.rs:2:1
[INFO] [stdout]   |
[INFO] [stdout] 2 | extern crate apistos_schemars as schemars;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0463]: can't find crate for `apistos_schemars`
[INFO] [stdout]  --> schemars/tests/util/mod.rs:2:1
[INFO] [stdout]   |
[INFO] [stdout] 2 | extern crate apistos_schemars as schemars;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0463]: can't find crate for `apistos_schemars`
[INFO] [stdout]  --> schemars/tests/enum_deny_unknown_fields.rs:2:1
[INFO] [stdout]   |
[INFO] [stdout] 2 | extern crate apistos_schemars as schemars;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `schemars` (test "result") due to 2 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0463]: can't find crate for `apistos_schemars`
[INFO] [stdout]  --> schemars/examples/schemars_attrs.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | extern crate apistos_schemars as schemars;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0463]: can't find crate for `apistos_schemars`
[INFO] [stdout]  --> schemars/examples/custom_settings.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | extern crate apistos_schemars as schemars;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0463]: can't find crate for `apistos_schemars`
[INFO] [stdout]  --> schemars/tests/util/mod.rs:2:1
[INFO] [stdout]   |
[INFO] [stdout] 2 | extern crate apistos_schemars as schemars;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0463]: can't find crate for `apistos_schemars`
[INFO] [stdout]  --> schemars/tests/default.rs:2:1
[INFO] [stdout]   |
[INFO] [stdout] 2 | extern crate apistos_schemars as schemars;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0463]: can't find crate for `apistos_schemars`
[INFO] [stdout]  --> schemars/tests/util/mod.rs:2:1
[INFO] [stdout]   |
[INFO] [stdout] 2 | extern crate apistos_schemars as schemars;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0463]: can't find crate for `apistos_schemars`
[INFO] [stdout]  --> schemars/tests/util/mod.rs:2:1
[INFO] [stdout]   |
[INFO] [stdout] 2 | extern crate apistos_schemars as schemars;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0463]: can't find crate for `apistos_schemars`
[INFO] [stdout]  --> schemars/tests/property_name.rs:2:1
[INFO] [stdout]   |
[INFO] [stdout] 2 | extern crate apistos_schemars as schemars;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0463`.
[INFO] [stdout] 
[INFO] [stdout] error[E0463]: can't find crate for `apistos_schemars`
[INFO] [stdout]  --> schemars/tests/remote_derive.rs:3:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | extern crate apistos_schemars as schemars;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0463`.
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]   --> schemars/examples/remote_derive.rs:20:3
[INFO] [stdout]    |
[INFO] [stdout] 20 | #[serde(remote = "Duration")]
[INFO] [stdout]    |   ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] help: `serde` is an attribute that can be used by the derive macros `Deserialize`, `JsonSchema`, `JsonSchema_repr` and `Serialize`, you might be missing a `derive` attribute
[INFO] [stdout]    |
[INFO] [stdout] 21 + #[derive(Deserialize, JsonSchema, JsonSchema_repr, Serialize)]
[INFO] [stdout] 22 | pub struct DurationDef {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0463]: can't find crate for `apistos_schemars`
[INFO] [stdout]  --> schemars/tests/util/mod.rs:2:1
[INFO] [stdout]   |
[INFO] [stdout] 2 | extern crate apistos_schemars as schemars;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0463]: can't find crate for `apistos_schemars`
[INFO] [stdout]  --> schemars/tests/deprecated.rs:4:1
[INFO] [stdout]   |
[INFO] [stdout] 4 | extern crate apistos_schemars as schemars;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `schemars` (test "range") due to 2 previous errors
[INFO] [stdout] error[E0463]: can't find crate for `apistos_schemars`
[INFO] [stdout]  --> schemars/tests/util/mod.rs:2:1
[INFO] [stdout]   |
[INFO] [stdout] 2 | extern crate apistos_schemars as schemars;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0463]: can't find crate for `apistos_schemars`
[INFO] [stdout]  --> schemars/tests/enum.rs:2:1
[INFO] [stdout]   |
[INFO] [stdout] 2 | extern crate apistos_schemars as schemars;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0463]: can't find crate for `apistos_schemars`
[INFO] [stdout]  --> schemars/tests/util/mod.rs:2:1
[INFO] [stdout]   |
[INFO] [stdout] 2 | extern crate apistos_schemars as schemars;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0463]: can't find crate for `apistos_schemars`
[INFO] [stdout]  --> schemars/tests/schema_name.rs:2:1
[INFO] [stdout]   |
[INFO] [stdout] 2 | extern crate apistos_schemars as schemars;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `schemars` (example "custom_settings") due to 1 previous error
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]   --> schemars/examples/remote_derive.rs:33:7
[INFO] [stdout]    |
[INFO] [stdout] 33 |     #[serde(with = "DurationDef")]
[INFO] [stdout]    |       ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `serde` is an attribute that can be used by the derive macros `Deserialize`, `JsonSchema`, `JsonSchema_repr` and `Serialize`, you might be missing a `derive` attribute
[INFO] [stdout]    = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `schemars` in this scope
[INFO] [stdout]   --> schemars/examples/custom_serialization.rs:10:7
[INFO] [stdout]    |
[INFO] [stdout] 10 |     #[schemars(with = "String")]
[INFO] [stdout]    |       ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `schemars` is an attribute that can be used by the derive macros `JsonSchema` and `JsonSchema_repr`, you might be missing a `derive` attribute
[INFO] [stdout] note: `schemars` is imported here, but it is an unresolved item, not an attribute
[INFO] [stdout]   --> schemars/examples/custom_serialization.rs:1:1
[INFO] [stdout]    |
[INFO] [stdout]  1 | extern crate apistos_schemars as schemars;
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0463]: can't find crate for `apistos_schemars`
[INFO] [stdout]  --> schemars/tests/util/mod.rs:2:1
[INFO] [stdout]   |
[INFO] [stdout] 2 | extern crate apistos_schemars as schemars;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0463]: can't find crate for `apistos_schemars`
[INFO] [stdout]  --> schemars/tests/same_name.rs:2:1
[INFO] [stdout]   |
[INFO] [stdout] 2 | extern crate apistos_schemars as schemars;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]   --> schemars/examples/remote_derive.rs:36:7
[INFO] [stdout]    |
[INFO] [stdout] 36 |     #[serde(with = "Vec::<DurationDef>")]
[INFO] [stdout]    |       ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `serde` is an attribute that can be used by the derive macros `Deserialize`, `JsonSchema`, `JsonSchema_repr` and `Serialize`, you might be missing a `derive` attribute
[INFO] [stdout]    = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `schemars` in this scope
[INFO] [stdout]   --> schemars/examples/custom_serialization.rs:17:7
[INFO] [stdout]    |
[INFO] [stdout] 17 |     #[schemars(schema_with = "make_custom_schema")]
[INFO] [stdout]    |       ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `schemars` is an attribute that can be used by the derive macros `JsonSchema` and `JsonSchema_repr`, you might be missing a `derive` attribute
[INFO] [stdout] note: `schemars` is imported here, but it is an unresolved item, not an attribute
[INFO] [stdout]   --> schemars/examples/custom_serialization.rs:1:1
[INFO] [stdout]    |
[INFO] [stdout]  1 | extern crate apistos_schemars as schemars;
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0463`.
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0463`.
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `apistos_schemars`
[INFO] [stdout]  --> schemars/tests/crate_alias.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use ::apistos_schemars as not_schemars;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no external crate `apistos_schemars`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]   --> schemars/tests/default.rs:30:3
[INFO] [stdout]    |
[INFO] [stdout] 30 | #[serde(default)]
[INFO] [stdout]    |   ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] help: `serde` is an attribute that can be used by the derive macros `Deserialize`, `JsonSchema`, `JsonSchema_repr` and `Serialize`, you might be missing a `derive` attribute
[INFO] [stdout]    |
[INFO] [stdout] 31 + #[derive(Deserialize, JsonSchema, JsonSchema_repr, Serialize)]
[INFO] [stdout] 32 | struct MyStruct {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `schemars` in this scope
[INFO] [stdout]   --> schemars/tests/enum_deny_unknown_fields.rs:23:3
[INFO] [stdout]    |
[INFO] [stdout] 23 | #[schemars(rename_all = "camelCase", deny_unknown_fields)]
[INFO] [stdout]    |   ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: `schemars` is imported here, but it is an unresolved item, not an attribute
[INFO] [stdout]   --> schemars/tests/enum_deny_unknown_fields.rs:2:1
[INFO] [stdout]    |
[INFO] [stdout]  2 | extern crate apistos_schemars as schemars;
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: `schemars` is an attribute that can be used by the derive macros `JsonSchema` and `JsonSchema_repr`, you might be missing a `derive` attribute
[INFO] [stdout]    |
[INFO] [stdout] 24 + #[derive(JsonSchema, JsonSchema_repr)]
[INFO] [stdout] 25 | enum External {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0463`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `schemars` (test "deprecated") due to 2 previous errors
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]   --> schemars/tests/property_name.rs:8:3
[INFO] [stdout]    |
[INFO] [stdout]  8 | #[serde(rename_all = "camelCase")]
[INFO] [stdout]    |   ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] help: `serde` is an attribute that can be used by the derive macros `Deserialize`, `JsonSchema`, `JsonSchema_repr` and `Serialize`, you might be missing a `derive` attribute
[INFO] [stdout]    |
[INFO] [stdout]  9 + #[derive(Deserialize, JsonSchema, JsonSchema_repr, Serialize)]
[INFO] [stdout] 10 | struct MyStruct {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `schemars` (example "remote_derive") due to 4 previous errors
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]   --> schemars/tests/default.rs:35:7
[INFO] [stdout]    |
[INFO] [stdout] 35 |     #[serde(serialize_with = "custom_serialize")]
[INFO] [stdout]    |       ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `serde` is an attribute that can be used by the derive macros `Deserialize`, `JsonSchema`, `JsonSchema_repr` and `Serialize`, you might be missing a `derive` attribute
[INFO] [stdout]    = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]   --> schemars/tests/default.rs:37:7
[INFO] [stdout]    |
[INFO] [stdout] 37 |     #[serde(
[INFO] [stdout]    |       ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `serde` is an attribute that can be used by the derive macros `Deserialize`, `JsonSchema`, `JsonSchema_repr` and `Serialize`, you might be missing a `derive` attribute
[INFO] [stdout]    = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `schemars` in this scope
[INFO] [stdout]   --> schemars/tests/enum_deny_unknown_fields.rs:35:7
[INFO] [stdout]    |
[INFO] [stdout] 35 |     #[schemars(with = "i32")]
[INFO] [stdout]    |       ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: `schemars` is imported here, but it is an unresolved item, not an attribute
[INFO] [stdout]   --> schemars/tests/enum_deny_unknown_fields.rs:2:1
[INFO] [stdout]    |
[INFO] [stdout]  2 | extern crate apistos_schemars as schemars;
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: `schemars` is an attribute that can be used by the derive macros `JsonSchema` and `JsonSchema_repr`, you might be missing a `derive` attribute
[INFO] [stdout]    |
[INFO] [stdout] 24 + #[derive(JsonSchema, JsonSchema_repr)]
[INFO] [stdout] 25 | enum External {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]   --> schemars/tests/default.rs:47:3
[INFO] [stdout]    |
[INFO] [stdout] 47 | #[serde(default = "ten_and_true")]
[INFO] [stdout]    |   ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] help: `serde` is an attribute that can be used by the derive macros `Deserialize`, `JsonSchema`, `JsonSchema_repr` and `Serialize`, you might be missing a `derive` attribute
[INFO] [stdout]    |
[INFO] [stdout] 48 + #[derive(Deserialize, JsonSchema, JsonSchema_repr, Serialize)]
[INFO] [stdout] 49 | struct MyStruct2 {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]   --> schemars/tests/default.rs:49:7
[INFO] [stdout]    |
[INFO] [stdout] 49 |     #[serde(default = "six")]
[INFO] [stdout]    |       ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `serde` is an attribute that can be used by the derive macros `Deserialize`, `JsonSchema`, `JsonSchema_repr` and `Serialize`, you might be missing a `derive` attribute
[INFO] [stdout]    = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `schemars` in this scope
[INFO] [stdout]   --> schemars/tests/crate_alias.rs:10:3
[INFO] [stdout]    |
[INFO] [stdout] 10 | #[schemars(crate = "not_schemars")]
[INFO] [stdout]    |   ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: `schemars` is imported here, but it is a crate, not an attribute
[INFO] [stdout]   --> schemars/tests/crate_alias.rs:6:5
[INFO] [stdout]    |
[INFO] [stdout]  6 | use std as schemars;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^
[INFO] [stdout] help: `schemars` is an attribute that can be used by the derive macros `JsonSchema` and `JsonSchema_repr`, you might be missing a `derive` attribute
[INFO] [stdout]    |
[INFO] [stdout] 11 + #[derive(JsonSchema, JsonSchema_repr)]
[INFO] [stdout] 12 | struct Struct {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `schemars` (test "same_name") due to 2 previous errors
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]   --> schemars/tests/property_name.rs:11:7
[INFO] [stdout]    |
[INFO] [stdout] 11 |     #[serde(rename = "new_name_1")]
[INFO] [stdout]    |       ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `serde` is an attribute that can be used by the derive macros `Deserialize`, `JsonSchema`, `JsonSchema_repr` and `Serialize`, you might be missing a `derive` attribute
[INFO] [stdout]    = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `schemars` in this scope
[INFO] [stdout]   --> schemars/tests/enum_deny_unknown_fields.rs:47:3
[INFO] [stdout]    |
[INFO] [stdout] 47 | #[schemars(tag = "typeProperty", deny_unknown_fields)]
[INFO] [stdout]    |   ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: `schemars` is imported here, but it is an unresolved item, not an attribute
[INFO] [stdout]   --> schemars/tests/enum_deny_unknown_fields.rs:2:1
[INFO] [stdout]    |
[INFO] [stdout]  2 | extern crate apistos_schemars as schemars;
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: `schemars` is an attribute that can be used by the derive macros `JsonSchema` and `JsonSchema_repr`, you might be missing a `derive` attribute
[INFO] [stdout]    |
[INFO] [stdout] 48 + #[derive(JsonSchema, JsonSchema_repr)]
[INFO] [stdout] 49 | enum Internal {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0463`.
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `schemars` in this scope
[INFO] [stdout]   --> schemars/tests/enum_deny_unknown_fields.rs:58:7
[INFO] [stdout]    |
[INFO] [stdout] 58 |     #[schemars(with = "i32")]
[INFO] [stdout]    |       ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: `schemars` is imported here, but it is an unresolved item, not an attribute
[INFO] [stdout]   --> schemars/tests/enum_deny_unknown_fields.rs:2:1
[INFO] [stdout]    |
[INFO] [stdout]  2 | extern crate apistos_schemars as schemars;
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: `schemars` is an attribute that can be used by the derive macros `JsonSchema` and `JsonSchema_repr`, you might be missing a `derive` attribute
[INFO] [stdout]    |
[INFO] [stdout] 48 + #[derive(JsonSchema, JsonSchema_repr)]
[INFO] [stdout] 49 | enum Internal {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `schemars` in this scope
[INFO] [stdout]   --> schemars/tests/enum_deny_unknown_fields.rs:70:3
[INFO] [stdout]    |
[INFO] [stdout] 70 | #[schemars(untagged, deny_unknown_fields)]
[INFO] [stdout]    |   ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: `schemars` is imported here, but it is an unresolved item, not an attribute
[INFO] [stdout]   --> schemars/tests/enum_deny_unknown_fields.rs:2:1
[INFO] [stdout]    |
[INFO] [stdout]  2 | extern crate apistos_schemars as schemars;
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: `schemars` is an attribute that can be used by the derive macros `JsonSchema` and `JsonSchema_repr`, you might be missing a `derive` attribute
[INFO] [stdout]    |
[INFO] [stdout] 71 + #[derive(JsonSchema, JsonSchema_repr)]
[INFO] [stdout] 72 | enum Untagged {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0463.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `schemars` in this scope
[INFO] [stdout]   --> schemars/tests/enum_deny_unknown_fields.rs:81:7
[INFO] [stdout]    |
[INFO] [stdout] 81 |     #[schemars(with = "i32")]
[INFO] [stdout]    |       ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: `schemars` is imported here, but it is an unresolved item, not an attribute
[INFO] [stdout]   --> schemars/tests/enum_deny_unknown_fields.rs:2:1
[INFO] [stdout]    |
[INFO] [stdout]  2 | extern crate apistos_schemars as schemars;
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: `schemars` is an attribute that can be used by the derive macros `JsonSchema` and `JsonSchema_repr`, you might be missing a `derive` attribute
[INFO] [stdout]    |
[INFO] [stdout] 71 + #[derive(JsonSchema, JsonSchema_repr)]
[INFO] [stdout] 72 | enum Untagged {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `schemars` in this scope
[INFO] [stdout]   --> schemars/tests/enum_deny_unknown_fields.rs:93:3
[INFO] [stdout]    |
[INFO] [stdout] 93 | #[schemars(tag = "t", content = "c", deny_unknown_fields)]
[INFO] [stdout]    |   ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: `schemars` is imported here, but it is an unresolved item, not an attribute
[INFO] [stdout]   --> schemars/tests/enum_deny_unknown_fields.rs:2:1
[INFO] [stdout]    |
[INFO] [stdout]  2 | extern crate apistos_schemars as schemars;
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: `schemars` is an attribute that can be used by the derive macros `JsonSchema` and `JsonSchema_repr`, you might be missing a `derive` attribute
[INFO] [stdout]    |
[INFO] [stdout] 94 + #[derive(JsonSchema, JsonSchema_repr)]
[INFO] [stdout] 95 | enum Adjacent {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `schemars` in this scope
[INFO] [stdout]    --> schemars/tests/enum_deny_unknown_fields.rs:105:7
[INFO] [stdout]     |
[INFO] [stdout] 105 |     #[schemars(with = "i32")]
[INFO] [stdout]     |       ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] note: `schemars` is imported here, but it is an unresolved item, not an attribute
[INFO] [stdout]    --> schemars/tests/enum_deny_unknown_fields.rs:2:1
[INFO] [stdout]     |
[INFO] [stdout]   2 | extern crate apistos_schemars as schemars;
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: `schemars` is an attribute that can be used by the derive macros `JsonSchema` and `JsonSchema_repr`, you might be missing a `derive` attribute
[INFO] [stdout]     |
[INFO] [stdout]  94 + #[derive(JsonSchema, JsonSchema_repr)]
[INFO] [stdout]  95 | enum Adjacent {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `schemars` (test "default") due to 7 previous errors
[INFO] [stdout] error: cannot find attribute `schemars` in this scope
[INFO] [stdout]    --> schemars/tests/enum_deny_unknown_fields.rs:116:3
[INFO] [stdout]     |
[INFO] [stdout] 116 | #[schemars(tag = "typeProperty", deny_unknown_fields)]
[INFO] [stdout]     |   ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] note: `schemars` is imported here, but it is an unresolved item, not an attribute
[INFO] [stdout]    --> schemars/tests/enum_deny_unknown_fields.rs:2:1
[INFO] [stdout]     |
[INFO] [stdout]   2 | extern crate apistos_schemars as schemars;
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: `schemars` is an attribute that can be used by the derive macros `JsonSchema` and `JsonSchema_repr`, you might be missing a `derive` attribute
[INFO] [stdout]     |
[INFO] [stdout] 117 + #[derive(JsonSchema, JsonSchema_repr)]
[INFO] [stdout] 118 | enum SimpleInternal {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `schemars` in this scope
[INFO] [stdout]   --> schemars/tests/remote_derive.rs:39:7
[INFO] [stdout]    |
[INFO] [stdout] 39 |     #[schemars(with = "DurationDef")]
[INFO] [stdout]    |       ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `schemars` is an attribute that can be used by the derive macros `JsonSchema` and `JsonSchema_repr`, you might be missing a `derive` attribute
[INFO] [stdout] note: `schemars` is imported here, but it is an unresolved item, not an attribute
[INFO] [stdout]   --> schemars/tests/remote_derive.rs:3:1
[INFO] [stdout]    |
[INFO] [stdout]  3 | extern crate apistos_schemars as schemars;
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]   --> schemars/tests/property_name.rs:13:7
[INFO] [stdout]    |
[INFO] [stdout] 13 |     #[serde(rename = "ignored")]
[INFO] [stdout]    |       ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `serde` is an attribute that can be used by the derive macros `Deserialize`, `JsonSchema`, `JsonSchema_repr` and `Serialize`, you might be missing a `derive` attribute
[INFO] [stdout]    = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0463`.
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `schemars` in this scope
[INFO] [stdout]   --> schemars/tests/enum.rs:21:3
[INFO] [stdout]    |
[INFO] [stdout] 21 | #[schemars(rename_all = "camelCase")]
[INFO] [stdout]    |   ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: `schemars` is imported here, but it is an unresolved item, not an attribute
[INFO] [stdout]   --> schemars/tests/enum.rs:2:1
[INFO] [stdout]    |
[INFO] [stdout]  2 | extern crate apistos_schemars as schemars;
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: `schemars` is an attribute that can be used by the derive macros `JsonSchema` and `JsonSchema_repr`, you might be missing a `derive` attribute
[INFO] [stdout]    |
[INFO] [stdout] 22 + #[derive(JsonSchema, JsonSchema_repr)]
[INFO] [stdout] 23 | enum External {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `schemars` in this scope
[INFO] [stdout]   --> schemars/tests/enum.rs:33:7
[INFO] [stdout]    |
[INFO] [stdout] 33 |     #[schemars(with = "i32")]
[INFO] [stdout]    |       ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: `schemars` is imported here, but it is an unresolved item, not an attribute
[INFO] [stdout]   --> schemars/tests/enum.rs:2:1
[INFO] [stdout]    |
[INFO] [stdout]  2 | extern crate apistos_schemars as schemars;
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: `schemars` is an attribute that can be used by the derive macros `JsonSchema` and `JsonSchema_repr`, you might be missing a `derive` attribute
[INFO] [stdout]    |
[INFO] [stdout] 22 + #[derive(JsonSchema, JsonSchema_repr)]
[INFO] [stdout] 23 | enum External {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `schemars` (test "enum_deny_unknown_fields") due to 11 previous errors
[INFO] [stdout] error: cannot find attribute `schemars` in this scope
[INFO] [stdout]   --> schemars/tests/property_name.rs:14:7
[INFO] [stdout]    |
[INFO] [stdout] 14 |     #[schemars(rename = "new_name_2")]
[INFO] [stdout]    |       ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `schemars` is an attribute that can be used by the derive macros `JsonSchema` and `JsonSchema_repr`, you might be missing a `derive` attribute
[INFO] [stdout] note: `schemars` is imported here, but it is an unresolved item, not an attribute
[INFO] [stdout]   --> schemars/tests/property_name.rs:2:1
[INFO] [stdout]    |
[INFO] [stdout]  2 | extern crate apistos_schemars as schemars;
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `schemars` in this scope
[INFO] [stdout]   --> schemars/tests/enum.rs:44:3
[INFO] [stdout]    |
[INFO] [stdout] 44 | #[schemars(tag = "typeProperty")]
[INFO] [stdout]    |   ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: `schemars` is imported here, but it is an unresolved item, not an attribute
[INFO] [stdout]   --> schemars/tests/enum.rs:2:1
[INFO] [stdout]    |
[INFO] [stdout]  2 | extern crate apistos_schemars as schemars;
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: `schemars` is an attribute that can be used by the derive macros `JsonSchema` and `JsonSchema_repr`, you might be missing a `derive` attribute
[INFO] [stdout]    |
[INFO] [stdout] 45 + #[derive(JsonSchema, JsonSchema_repr)]
[INFO] [stdout] 46 | enum Internal {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `schemars` (test "crate_alias") due to 3 previous errors
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]   --> schemars/tests/schema_name.rs:29:3
[INFO] [stdout]    |
[INFO] [stdout] 29 | #[serde(rename = "a-new-name-{W}-{T}-{T}")]
[INFO] [stdout]    |   ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] help: `serde` is an attribute that can be used by the derive macros `Deserialize`, `JsonSchema`, `JsonSchema_repr` and `Serialize`, you might be missing a `derive` attribute
[INFO] [stdout]    |
[INFO] [stdout] 31 + #[derive(Deserialize, JsonSchema, JsonSchema_repr, Serialize)]
[INFO] [stdout] 32 | struct MyRenamedStruct<T, U, V, W> {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0463`.
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `schemars` in this scope
[INFO] [stdout]  --> schemars/examples/schemars_attrs.rs:6:3
[INFO] [stdout]   |
[INFO] [stdout] 6 | #[schemars(rename_all = "camelCase", deny_unknown_fields)]
[INFO] [stdout]   |   ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `schemars` is imported here, but it is an unresolved item, not an attribute
[INFO] [stdout]  --> schemars/examples/schemars_attrs.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | extern crate apistos_schemars as schemars;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: `schemars` is an attribute that can be used by the derive macros `JsonSchema` and `JsonSchema_repr`, you might be missing a `derive` attribute
[INFO] [stdout]   |
[INFO] [stdout] 7 + #[derive(JsonSchema, JsonSchema_repr)]
[INFO] [stdout] 8 | pub struct MyStruct {
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `schemars` in this scope
[INFO] [stdout]   --> schemars/tests/schema_name.rs:30:3
[INFO] [stdout]    |
[INFO] [stdout] 30 | #[schemars(rename_all = "camelCase")]
[INFO] [stdout]    |   ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: `schemars` is imported here, but it is an unresolved item, not an attribute
[INFO] [stdout]   --> schemars/tests/schema_name.rs:2:1
[INFO] [stdout]    |
[INFO] [stdout]  2 | extern crate apistos_schemars as schemars;
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: `schemars` is an attribute that can be used by the derive macros `JsonSchema` and `JsonSchema_repr`, you might be missing a `derive` attribute
[INFO] [stdout]    |
[INFO] [stdout] 31 + #[derive(JsonSchema, JsonSchema_repr)]
[INFO] [stdout] 32 | struct MyRenamedStruct<T, U, V, W> {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `schemars` in this scope
[INFO] [stdout]   --> schemars/tests/enum.rs:55:7
[INFO] [stdout]    |
[INFO] [stdout] 55 |     #[schemars(with = "i32")]
[INFO] [stdout]    |       ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: `schemars` is imported here, but it is an unresolved item, not an attribute
[INFO] [stdout]   --> schemars/tests/enum.rs:2:1
[INFO] [stdout]    |
[INFO] [stdout]  2 | extern crate apistos_schemars as schemars;
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: `schemars` is an attribute that can be used by the derive macros `JsonSchema` and `JsonSchema_repr`, you might be missing a `derive` attribute
[INFO] [stdout]    |
[INFO] [stdout] 45 + #[derive(JsonSchema, JsonSchema_repr)]
[INFO] [stdout] 46 | enum Internal {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `schemars` in this scope
[INFO] [stdout]   --> schemars/tests/enum.rs:66:3
[INFO] [stdout]    |
[INFO] [stdout] 66 | #[schemars(untagged)]
[INFO] [stdout]    |   ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: `schemars` is imported here, but it is an unresolved item, not an attribute
[INFO] [stdout]   --> schemars/tests/enum.rs:2:1
[INFO] [stdout]    |
[INFO] [stdout]  2 | extern crate apistos_schemars as schemars;
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: `schemars` is an attribute that can be used by the derive macros `JsonSchema` and `JsonSchema_repr`, you might be missing a `derive` attribute
[INFO] [stdout]    |
[INFO] [stdout] 67 + #[derive(JsonSchema, JsonSchema_repr)]
[INFO] [stdout] 68 | enum Untagged {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `schemars` in this scope
[INFO] [stdout]   --> schemars/tests/enum.rs:77:7
[INFO] [stdout]    |
[INFO] [stdout] 77 |     #[schemars(with = "i32")]
[INFO] [stdout]    |       ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: `schemars` is imported here, but it is an unresolved item, not an attribute
[INFO] [stdout]   --> schemars/tests/enum.rs:2:1
[INFO] [stdout]    |
[INFO] [stdout]  2 | extern crate apistos_schemars as schemars;
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: `schemars` is an attribute that can be used by the derive macros `JsonSchema` and `JsonSchema_repr`, you might be missing a `derive` attribute
[INFO] [stdout]    |
[INFO] [stdout] 67 + #[derive(JsonSchema, JsonSchema_repr)]
[INFO] [stdout] 68 | enum Untagged {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `schemars` in this scope
[INFO] [stdout]  --> schemars/examples/schemars_attrs.rs:9:7
[INFO] [stdout]   |
[INFO] [stdout] 9 |     #[schemars(rename = "myNumber", range(min = 1, max = 10))]
[INFO] [stdout]   |       ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `schemars` is an attribute that can be used by the derive macros `JsonSchema` and `JsonSchema_repr`, you might be missing a `derive` attribute
[INFO] [stdout] note: `schemars` is imported here, but it is an unresolved item, not an attribute
[INFO] [stdout]  --> schemars/examples/schemars_attrs.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | extern crate apistos_schemars as schemars;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]   --> schemars/tests/schema_name.rs:41:3
[INFO] [stdout]    |
[INFO] [stdout] 41 | #[serde(rename = "this-attribute-is-ignored")]
[INFO] [stdout]    |   ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] help: `serde` is an attribute that can be used by the derive macros `Deserialize`, `JsonSchema`, `JsonSchema_repr` and `Serialize`, you might be missing a `derive` attribute
[INFO] [stdout]    |
[INFO] [stdout] 43 + #[derive(Deserialize, JsonSchema, JsonSchema_repr, Serialize)]
[INFO] [stdout] 44 | struct MySimpleRenamedStruct {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `schemars` in this scope
[INFO] [stdout]   --> schemars/examples/schemars_attrs.rs:12:7
[INFO] [stdout]    |
[INFO] [stdout] 12 |     #[schemars(default)]
[INFO] [stdout]    |       ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `schemars` is an attribute that can be used by the derive macros `JsonSchema` and `JsonSchema_repr`, you might be missing a `derive` attribute
[INFO] [stdout] note: `schemars` is imported here, but it is an unresolved item, not an attribute
[INFO] [stdout]   --> schemars/examples/schemars_attrs.rs:1:1
[INFO] [stdout]    |
[INFO] [stdout]  1 | extern crate apistos_schemars as schemars;
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `json_schema` found for struct `std::string::String` in the current scope
[INFO] [stdout]   --> schemars/examples/custom_serialization.rs:25:46
[INFO] [stdout]    |
[INFO] [stdout] 25 |     let mut schema: SchemaObject = <String>::json_schema(gen).into();
[INFO] [stdout]    |                                              ^^^^^^^^^^^ function or associated item not found in `std::string::String`
[INFO] [stdout]    |
[INFO] [stdout] note: if you're trying to build a new `std::string::String` consider using one of the following associated functions:
[INFO] [stdout]       std::string::String::new
[INFO] [stdout]       std::string::String::with_capacity
[INFO] [stdout]       std::string::String::try_with_capacity
[INFO] [stdout]       std::string::String::from_utf8
[INFO] [stdout]       and 9 others
[INFO] [stdout]   --> /rustc/a6acf0f07f0ed1c12e26dc0db3b9bf1d0504a0bb/library/alloc/src/string.rs:437:4
[INFO] [stdout]    = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `JsonSchema` which provides `json_schema` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    |
[INFO] [stdout]  1 + use schemars::JsonSchema;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `schemars` in this scope
[INFO] [stdout]   --> schemars/tests/enum.rs:88:3
[INFO] [stdout]    |
[INFO] [stdout] 88 | #[schemars(tag = "t", content = "c")]
[INFO] [stdout]    |   ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: `schemars` is imported here, but it is an unresolved item, not an attribute
[INFO] [stdout]   --> schemars/tests/enum.rs:2:1
[INFO] [stdout]    |
[INFO] [stdout]  2 | extern crate apistos_schemars as schemars;
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: `schemars` is an attribute that can be used by the derive macros `JsonSchema` and `JsonSchema_repr`, you might be missing a `derive` attribute
[INFO] [stdout]    |
[INFO] [stdout] 89 + #[derive(JsonSchema, JsonSchema_repr)]
[INFO] [stdout] 90 | enum Adjacent {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `schemars` in this scope
[INFO] [stdout]   --> schemars/tests/schema_name.rs:42:3
[INFO] [stdout]    |
[INFO] [stdout] 42 | #[schemars(rename = "another-new-name")]
[INFO] [stdout]    |   ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: `schemars` is imported here, but it is an unresolved item, not an attribute
[INFO] [stdout]   --> schemars/tests/schema_name.rs:2:1
[INFO] [stdout]    |
[INFO] [stdout]  2 | extern crate apistos_schemars as schemars;
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: `schemars` is an attribute that can be used by the derive macros `JsonSchema` and `JsonSchema_repr`, you might be missing a `derive` attribute
[INFO] [stdout]    |
[INFO] [stdout] 43 + #[derive(JsonSchema, JsonSchema_repr)]
[INFO] [stdout] 44 | struct MySimpleRenamedStruct {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `schemars` (test "property_name") due to 6 previous errors
[INFO] [stdout] error: cannot find attribute `schemars` in this scope
[INFO] [stdout]   --> schemars/examples/schemars_attrs.rs:14:7
[INFO] [stdout]    |
[INFO] [stdout] 14 |     #[schemars(inner(regex(pattern = "^x$")))]
[INFO] [stdout]    |       ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `schemars` is an attribute that can be used by the derive macros `JsonSchema` and `JsonSchema_repr`, you might be missing a `derive` attribute
[INFO] [stdout] note: `schemars` is imported here, but it is an unresolved item, not an attribute
[INFO] [stdout]   --> schemars/examples/schemars_attrs.rs:1:1
[INFO] [stdout]    |
[INFO] [stdout]  1 | extern crate apistos_schemars as schemars;
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0463`.
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `schemars` in this scope
[INFO] [stdout]   --> schemars/examples/schemars_attrs.rs:19:3
[INFO] [stdout]    |
[INFO] [stdout] 19 | #[schemars(untagged)]
[INFO] [stdout]    |   ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: `schemars` is imported here, but it is an unresolved item, not an attribute
[INFO] [stdout]   --> schemars/examples/schemars_attrs.rs:1:1
[INFO] [stdout]    |
[INFO] [stdout]  1 | extern crate apistos_schemars as schemars;
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: `schemars` is an attribute that can be used by the derive macros `JsonSchema` and `JsonSchema_repr`, you might be missing a `derive` attribute
[INFO] [stdout]    |
[INFO] [stdout] 20 + #[derive(JsonSchema, JsonSchema_repr)]
[INFO] [stdout] 21 | pub enum MyEnum {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `schemars` in this scope
[INFO] [stdout]   --> schemars/tests/schema_name.rs:56:3
[INFO] [stdout]    |
[INFO] [stdout] 56 | #[schemars(rename = "const-generics-{BAR}-")]
[INFO] [stdout]    |   ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: `schemars` is imported here, but it is an unresolved item, not an attribute
[INFO] [stdout]   --> schemars/tests/schema_name.rs:2:1
[INFO] [stdout]    |
[INFO] [stdout]  2 | extern crate apistos_schemars as schemars;
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: `schemars` is an attribute that can be used by the derive macros `JsonSchema` and `JsonSchema_repr`, you might be missing a `derive` attribute
[INFO] [stdout]    |
[INFO] [stdout] 57 + #[derive(JsonSchema, JsonSchema_repr)]
[INFO] [stdout] 58 | struct ConstGenericStruct<const FOO: usize, const BAR: char> {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `schemars` in this scope
[INFO] [stdout]    --> schemars/tests/enum.rs:100:7
[INFO] [stdout]     |
[INFO] [stdout] 100 |     #[schemars(with = "i32")]
[INFO] [stdout]     |       ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] note: `schemars` is imported here, but it is an unresolved item, not an attribute
[INFO] [stdout]    --> schemars/tests/enum.rs:2:1
[INFO] [stdout]     |
[INFO] [stdout]   2 | extern crate apistos_schemars as schemars;
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: `schemars` is an attribute that can be used by the derive macros `JsonSchema` and `JsonSchema_repr`, you might be missing a `derive` attribute
[INFO] [stdout]     |
[INFO] [stdout]  89 + #[derive(JsonSchema, JsonSchema_repr)]
[INFO] [stdout]  90 | enum Adjacent {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `schemars` in this scope
[INFO] [stdout]   --> schemars/examples/schemars_attrs.rs:21:21
[INFO] [stdout]    |
[INFO] [stdout] 21 |     StringNewType(#[schemars(phone)] String),
[INFO] [stdout]    |                     ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: `schemars` is imported here, but it is an unresolved item, not an attribute
[INFO] [stdout]   --> schemars/examples/schemars_attrs.rs:1:1
[INFO] [stdout]    |
[INFO] [stdout]  1 | extern crate apistos_schemars as schemars;
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: `schemars` is an attribute that can be used by the derive macros `JsonSchema` and `JsonSchema_repr`, you might be missing a `derive` attribute
[INFO] [stdout]    |
[INFO] [stdout] 20 + #[derive(JsonSchema, JsonSchema_repr)]
[INFO] [stdout] 21 | pub enum MyEnum {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `schemars` in this scope
[INFO] [stdout]   --> schemars/examples/schemars_attrs.rs:23:11
[INFO] [stdout]    |
[INFO] [stdout] 23 |         #[schemars(length(min = 1, max = 100))]
[INFO] [stdout]    |           ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: `schemars` is imported here, but it is an unresolved item, not an attribute
[INFO] [stdout]   --> schemars/examples/schemars_attrs.rs:1:1
[INFO] [stdout]    |
[INFO] [stdout]  1 | extern crate apistos_schemars as schemars;
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: `schemars` is an attribute that can be used by the derive macros `JsonSchema` and `JsonSchema_repr`, you might be missing a `derive` attribute
[INFO] [stdout]    |
[INFO] [stdout] 20 + #[derive(JsonSchema, JsonSchema_repr)]
[INFO] [stdout] 21 | pub enum MyEnum {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0463`.
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `schemars` in this scope
[INFO] [stdout]    --> schemars/tests/enum.rs:111:3
[INFO] [stdout]     |
[INFO] [stdout] 111 | #[schemars(tag = "typeProperty")]
[INFO] [stdout]     |   ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] note: `schemars` is imported here, but it is an unresolved item, not an attribute
[INFO] [stdout]    --> schemars/tests/enum.rs:2:1
[INFO] [stdout]     |
[INFO] [stdout]   2 | extern crate apistos_schemars as schemars;
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: `schemars` is an attribute that can be used by the derive macros `JsonSchema` and `JsonSchema_repr`, you might be missing a `derive` attribute
[INFO] [stdout]     |
[INFO] [stdout] 112 + #[derive(JsonSchema, JsonSchema_repr)]
[INFO] [stdout] 113 | enum SimpleInternal {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `schemars` (test "remote_derive") due to 3 previous errors
[INFO] [stdout] For more information about this error, try `rustc --explain E0463`.
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0463, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0463`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `schemars` (test "enum") due to 11 previous errors
[INFO] [stderr] error: could not compile `schemars` (example "custom_serialization") due to 4 previous errors
[INFO] [stdout] For more information about this error, try `rustc --explain E0463`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `schemars` (test "schema_name") due to 7 previous errors
[INFO] [stderr] error: could not compile `schemars` (example "schemars_attrs") due to 8 previous errors
[INFO] running `Command { std: "docker" "inspect" "692b8f7e84d77d60e93b5bb2ad584068c58d78f1d82d5aa4133f0e5f521b7b91", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "692b8f7e84d77d60e93b5bb2ad584068c58d78f1d82d5aa4133f0e5f521b7b91", kill_on_drop: false }`
[INFO] [stdout] 692b8f7e84d77d60e93b5bb2ad584068c58d78f1d82d5aa4133f0e5f521b7b91
