[INFO] fetching crate valico 3.2.0... [INFO] checking valico-3.2.0 against master#45d050cde277b22a755847338f2acc2c7b834141 for pr-71393 [INFO] extracting crate valico 3.2.0 into /workspace/builds/worker-14/source [INFO] validating manifest of crates.io crate valico 3.2.0 on toolchain 45d050cde277b22a755847338f2acc2c7b834141 [INFO] running `"/workspace/cargo-home/bin/cargo" "+45d050cde277b22a755847338f2acc2c7b834141" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate valico 3.2.0 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate valico 3.2.0 [INFO] tweaked toml for crates.io crate valico 3.2.0 written to /workspace/builds/worker-14/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+45d050cde277b22a755847338f2acc2c7b834141" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+45d050cde277b22a755847338f2acc2c7b834141" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+45d050cde277b22a755847338f2acc2c7b834141" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 1cff15511634f58086cf28d86f0e5548b4000d2488d19235bc7ef757e3d9bdf2 [INFO] running `"docker" "start" "-a" "1cff15511634f58086cf28d86f0e5548b4000d2488d19235bc7ef757e3d9bdf2"` [INFO] [stderr] Compiling libc v0.2.69 [INFO] [stderr] Checking cfg-if v0.1.10 [INFO] [stderr] Compiling ppv-lite86 v0.2.6 [INFO] [stderr] Checking matches v0.1.8 [INFO] [stderr] Checking smallvec v1.4.0 [INFO] [stderr] Checking itoa v0.4.5 [INFO] [stderr] Checking percent-encoding v2.1.0 [INFO] [stderr] Compiling num-traits v0.2.11 [INFO] [stderr] Compiling num-integer v0.1.42 [INFO] [stderr] Checking phf v0.8.0 [INFO] [stderr] Checking unicode-bidi v0.3.4 [INFO] [stderr] Checking serde_json v1.0.52 [INFO] [stderr] Checking unicode-normalization v0.1.12 [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Checking time v0.1.43 [INFO] [stderr] Checking jsonway v2.0.0 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Checking idna v0.2.0 [INFO] [stderr] Compiling rand_pcg v0.2.1 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Checking chrono v0.4.11 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Checking url v2.1.1 [INFO] [stderr] Checking publicsuffix v1.5.4 [INFO] [stderr] Compiling phf_generator v0.8.0 [INFO] [stderr] Checking uuid v0.8.1 [INFO] [stderr] Compiling phf_codegen v0.8.0 [INFO] [stderr] Compiling valico v3.2.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unnecessary trailing semicolon [INFO] [stderr] --> src/json_schema/keywords/maxmin_length.rs:61:19 [INFO] [stderr] | [INFO] [stderr] 61 | .unwrap();; [INFO] [stderr] | ^ help: remove this semicolon [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(redundant_semicolons)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary trailing semicolon [INFO] [stderr] --> src/json_schema/keywords/maxmin_length.rs:124:19 [INFO] [stderr] | [INFO] [stderr] 124 | .unwrap();; [INFO] [stderr] | ^ help: remove this semicolon [INFO] [stderr] [INFO] [stderr] warning: unnecessary trailing semicolon [INFO] [stderr] --> src/json_schema/keywords/maxmin_items.rs:30:19 [INFO] [stderr] | [INFO] [stderr] 30 | .unwrap();; [INFO] [stderr] | ^ help: remove this semicolon [INFO] [stderr] [INFO] [stderr] warning: unnecessary trailing semicolon [INFO] [stderr] --> src/json_schema/keywords/maxmin_items.rs:99:19 [INFO] [stderr] | [INFO] [stderr] 99 | .unwrap();; [INFO] [stderr] | ^ help: remove this semicolon [INFO] [stderr] [INFO] [stderr] warning: unnecessary trailing semicolon [INFO] [stderr] --> src/json_schema/keywords/maxmin_properties.rs:119:19 [INFO] [stderr] | [INFO] [stderr] 119 | .unwrap();; [INFO] [stderr] | ^ help: remove this semicolon [INFO] [stderr] [INFO] [stderr] warning: unnecessary trailing semicolon [INFO] [stderr] --> src/json_schema/keywords/unique_items.rs:40:19 [INFO] [stderr] | [INFO] [stderr] 40 | .unwrap();; [INFO] [stderr] | ^ help: remove this semicolon [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/common/error.rs:71:22 [INFO] [stderr] | [INFO] [stderr] 71 | self.description().fmt(formatter) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/json_dsl/errors.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | impl_err!(Required, "required", "This field is required"); [INFO] [stderr] | ---------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/common/error.rs:71:22 [INFO] [stderr] | [INFO] [stderr] 71 | self.description().fmt(formatter) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/json_dsl/errors.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | impl_err!(WrongType, "wrong_type", "Type of the value is wrong", +detail); [INFO] [stderr] | -------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/common/error.rs:71:22 [INFO] [stderr] | [INFO] [stderr] 71 | self.description().fmt(formatter) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/json_dsl/errors.rs:29:1 [INFO] [stderr] | [INFO] [stderr] 29 | impl_err!(WrongValue, "wrong_value", "The value is wrong or mailformed", +opt_detail); [INFO] [stderr] | -------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/common/error.rs:71:22 [INFO] [stderr] | [INFO] [stderr] 71 | self.description().fmt(formatter) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/json_dsl/errors.rs:39:1 [INFO] [stderr] | [INFO] [stderr] 39 | impl_err!(MutuallyExclusive, "mutually_exclusive", "The values are mutually exclusive", +opt_detail); [INFO] [stderr] | ----------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/common/error.rs:71:22 [INFO] [stderr] | [INFO] [stderr] 71 | self.description().fmt(formatter) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/json_dsl/errors.rs:55:1 [INFO] [stderr] | [INFO] [stderr] 55 | impl_err!(ExactlyOne, "exactly_one", "Exacly one of the values must be present", +opt_detail); [INFO] [stderr] | ---------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/common/error.rs:71:22 [INFO] [stderr] | [INFO] [stderr] 71 | self.description().fmt(formatter) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/json_dsl/errors.rs:69:1 [INFO] [stderr] | [INFO] [stderr] 69 | impl_err!(AtLeastOne, "at_least_one", "At least one of the values must be present", +opt_detail); [INFO] [stderr] | ------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/common/error.rs:71:22 [INFO] [stderr] | [INFO] [stderr] 71 | self.description().fmt(formatter) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/json_schema/errors.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | impl_err!(WrongType, "wrong_type", "Type of the value is wrong", +detail); [INFO] [stderr] | -------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/common/error.rs:71:22 [INFO] [stderr] | [INFO] [stderr] 71 | self.description().fmt(formatter) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/json_schema/errors.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | impl_err!(MultipleOf, "multiple_of", "Wrong number of the value"); [INFO] [stderr] | ------------------------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/common/error.rs:71:22 [INFO] [stderr] | [INFO] [stderr] 71 | self.description().fmt(formatter) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/json_schema/errors.rs:28:1 [INFO] [stderr] | [INFO] [stderr] 28 | impl_err!(Maximum, "maximum", "Maximum condition is not met"); [INFO] [stderr] | -------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/common/error.rs:71:22 [INFO] [stderr] | [INFO] [stderr] 71 | self.description().fmt(formatter) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/json_schema/errors.rs:36:1 [INFO] [stderr] | [INFO] [stderr] 36 | impl_err!(Minimum, "minimum", "Minimum condition is not met"); [INFO] [stderr] | -------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/common/error.rs:71:22 [INFO] [stderr] | [INFO] [stderr] 71 | self.description().fmt(formatter) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/json_schema/errors.rs:44:1 [INFO] [stderr] | [INFO] [stderr] 44 | impl_err!(MaxLength, "max_length", "MaxLength condition is not met"); [INFO] [stderr] | --------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/common/error.rs:71:22 [INFO] [stderr] | [INFO] [stderr] 71 | self.description().fmt(formatter) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/json_schema/errors.rs:52:1 [INFO] [stderr] | [INFO] [stderr] 52 | impl_err!(MinLength, "min_length", "MinLength condition is not met"); [INFO] [stderr] | --------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/common/error.rs:71:22 [INFO] [stderr] | [INFO] [stderr] 71 | self.description().fmt(formatter) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/json_schema/errors.rs:60:1 [INFO] [stderr] | [INFO] [stderr] 60 | impl_err!(Pattern, "pattern", "Pattern condition is not met"); [INFO] [stderr] | -------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/common/error.rs:71:22 [INFO] [stderr] | [INFO] [stderr] 71 | self.description().fmt(formatter) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/json_schema/errors.rs:68:1 [INFO] [stderr] | [INFO] [stderr] 68 | impl_err!(MaxItems, "max_items", "MaxItems condition is not met"); [INFO] [stderr] | ------------------------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/common/error.rs:71:22 [INFO] [stderr] | [INFO] [stderr] 71 | self.description().fmt(formatter) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/json_schema/errors.rs:76:1 [INFO] [stderr] | [INFO] [stderr] 76 | impl_err!(MinItems, "min_items", "MinItems condition is not met"); [INFO] [stderr] | ------------------------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/common/error.rs:71:22 [INFO] [stderr] | [INFO] [stderr] 71 | self.description().fmt(formatter) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/json_schema/errors.rs:84:1 [INFO] [stderr] | [INFO] [stderr] 84 | / impl_err!( [INFO] [stderr] 85 | | UniqueItems, [INFO] [stderr] 86 | | "unique_items", [INFO] [stderr] 87 | | "UniqueItems condition is not met" [INFO] [stderr] 88 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/common/error.rs:71:22 [INFO] [stderr] | [INFO] [stderr] 71 | self.description().fmt(formatter) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/json_schema/errors.rs:97:1 [INFO] [stderr] | [INFO] [stderr] 97 | impl_err!(Items, "items", "Items condition is not met", +detail); [INFO] [stderr] | ----------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/common/error.rs:71:22 [INFO] [stderr] | [INFO] [stderr] 71 | self.description().fmt(formatter) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/json_schema/errors.rs:105:1 [INFO] [stderr] | [INFO] [stderr] 105 | / impl_err!( [INFO] [stderr] 106 | | MaxProperties, [INFO] [stderr] 107 | | "max_properties", [INFO] [stderr] 108 | | "MaxProperties condition is not met" [INFO] [stderr] 109 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/common/error.rs:71:22 [INFO] [stderr] | [INFO] [stderr] 71 | self.description().fmt(formatter) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/json_schema/errors.rs:117:1 [INFO] [stderr] | [INFO] [stderr] 117 | / impl_err!( [INFO] [stderr] 118 | | MinProperties, [INFO] [stderr] 119 | | "min_properties", [INFO] [stderr] 120 | | "MinProperties condition is not met" [INFO] [stderr] 121 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/common/error.rs:71:22 [INFO] [stderr] | [INFO] [stderr] 71 | self.description().fmt(formatter) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/json_schema/errors.rs:129:1 [INFO] [stderr] | [INFO] [stderr] 129 | impl_err!(Required, "required", "This property is required"); [INFO] [stderr] | ------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/common/error.rs:71:22 [INFO] [stderr] | [INFO] [stderr] 71 | self.description().fmt(formatter) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/json_schema/errors.rs:138:1 [INFO] [stderr] | [INFO] [stderr] 138 | impl_err!(Properties, "properties", "Property conditions are not met", +detail); [INFO] [stderr] | -------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/common/error.rs:71:22 [INFO] [stderr] | [INFO] [stderr] 71 | self.description().fmt(formatter) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/json_schema/errors.rs:146:1 [INFO] [stderr] | [INFO] [stderr] 146 | impl_err!(Enum, "enum", "Enum conditions are not met"); [INFO] [stderr] | ------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/common/error.rs:71:22 [INFO] [stderr] | [INFO] [stderr] 71 | self.description().fmt(formatter) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/json_schema/errors.rs:155:1 [INFO] [stderr] | [INFO] [stderr] 155 | impl_err!(AnyOf, "any_of", "AnyOf conditions are not met"); [INFO] [stderr] | ----------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/common/error.rs:71:22 [INFO] [stderr] | [INFO] [stderr] 71 | self.description().fmt(formatter) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/json_schema/errors.rs:168:1 [INFO] [stderr] | [INFO] [stderr] 168 | impl_err!(OneOf, "one_of", "OneOf conditions are not met"); [INFO] [stderr] | ----------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/common/error.rs:71:22 [INFO] [stderr] | [INFO] [stderr] 71 | self.description().fmt(formatter) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/json_schema/errors.rs:180:1 [INFO] [stderr] | [INFO] [stderr] 180 | impl_err!(Const, "const", "Const condition is not met"); [INFO] [stderr] | -------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/common/error.rs:71:22 [INFO] [stderr] | [INFO] [stderr] 71 | self.description().fmt(formatter) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/json_schema/errors.rs:188:1 [INFO] [stderr] | [INFO] [stderr] 188 | impl_err!(Contains, "contains", "Contains condition is not met"); [INFO] [stderr] | ----------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/common/error.rs:71:22 [INFO] [stderr] | [INFO] [stderr] 71 | self.description().fmt(formatter) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/json_schema/errors.rs:196:1 [INFO] [stderr] | [INFO] [stderr] 196 | impl_err!(Not, "not", "Not condition is not met"); [INFO] [stderr] | -------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/common/error.rs:71:22 [INFO] [stderr] | [INFO] [stderr] 71 | self.description().fmt(formatter) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/json_schema/errors.rs:205:1 [INFO] [stderr] | [INFO] [stderr] 205 | impl_err!(Format, "format", "Format is wrong", +detail); [INFO] [stderr] | -------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/common/error.rs:71:22 [INFO] [stderr] | [INFO] [stderr] 71 | self.description().fmt(formatter) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/json_dsl/errors.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | impl_err!(Required, "required", "This field is required"); [INFO] [stderr] | ---------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/common/error.rs:71:22 [INFO] [stderr] | [INFO] [stderr] 71 | self.description().fmt(formatter) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/json_dsl/errors.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | impl_err!(WrongType, "wrong_type", "Type of the value is wrong", +detail); [INFO] [stderr] | -------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/common/error.rs:71:22 [INFO] [stderr] | [INFO] [stderr] 71 | self.description().fmt(formatter) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/json_dsl/errors.rs:29:1 [INFO] [stderr] | [INFO] [stderr] 29 | impl_err!(WrongValue, "wrong_value", "The value is wrong or mailformed", +opt_detail); [INFO] [stderr] | -------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/common/error.rs:71:22 [INFO] [stderr] | [INFO] [stderr] 71 | self.description().fmt(formatter) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/json_dsl/errors.rs:39:1 [INFO] [stderr] | [INFO] [stderr] 39 | impl_err!(MutuallyExclusive, "mutually_exclusive", "The values are mutually exclusive", +opt_detail); [INFO] [stderr] | ----------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/common/error.rs:71:22 [INFO] [stderr] | [INFO] [stderr] 71 | self.description().fmt(formatter) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/json_dsl/errors.rs:55:1 [INFO] [stderr] | [INFO] [stderr] 55 | impl_err!(ExactlyOne, "exactly_one", "Exacly one of the values must be present", +opt_detail); [INFO] [stderr] | ---------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/common/error.rs:71:22 [INFO] [stderr] | [INFO] [stderr] 71 | self.description().fmt(formatter) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/json_dsl/errors.rs:69:1 [INFO] [stderr] | [INFO] [stderr] 69 | impl_err!(AtLeastOne, "at_least_one", "At least one of the values must be present", +opt_detail); [INFO] [stderr] | ------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/common/error.rs:71:22 [INFO] [stderr] | [INFO] [stderr] 71 | self.description().fmt(formatter) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/json_schema/errors.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | impl_err!(WrongType, "wrong_type", "Type of the value is wrong", +detail); [INFO] [stderr] | -------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/common/error.rs:71:22 [INFO] [stderr] | [INFO] [stderr] 71 | self.description().fmt(formatter) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/json_schema/errors.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | impl_err!(MultipleOf, "multiple_of", "Wrong number of the value"); [INFO] [stderr] | ------------------------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/common/error.rs:71:22 [INFO] [stderr] | [INFO] [stderr] 71 | self.description().fmt(formatter) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/json_schema/errors.rs:28:1 [INFO] [stderr] | [INFO] [stderr] 28 | impl_err!(Maximum, "maximum", "Maximum condition is not met"); [INFO] [stderr] | -------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/common/error.rs:71:22 [INFO] [stderr] | [INFO] [stderr] 71 | self.description().fmt(formatter) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/json_schema/errors.rs:36:1 [INFO] [stderr] | [INFO] [stderr] 36 | impl_err!(Minimum, "minimum", "Minimum condition is not met"); [INFO] [stderr] | -------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/common/error.rs:71:22 [INFO] [stderr] | [INFO] [stderr] 71 | self.description().fmt(formatter) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/json_schema/errors.rs:44:1 [INFO] [stderr] | [INFO] [stderr] 44 | impl_err!(MaxLength, "max_length", "MaxLength condition is not met"); [INFO] [stderr] | --------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/common/error.rs:71:22 [INFO] [stderr] | [INFO] [stderr] 71 | self.description().fmt(formatter) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/json_schema/errors.rs:52:1 [INFO] [stderr] | [INFO] [stderr] 52 | impl_err!(MinLength, "min_length", "MinLength condition is not met"); [INFO] [stderr] | --------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/common/error.rs:71:22 [INFO] [stderr] | [INFO] [stderr] 71 | self.description().fmt(formatter) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/json_schema/errors.rs:60:1 [INFO] [stderr] | [INFO] [stderr] 60 | impl_err!(Pattern, "pattern", "Pattern condition is not met"); [INFO] [stderr] | -------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/common/error.rs:71:22 [INFO] [stderr] | [INFO] [stderr] 71 | self.description().fmt(formatter) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/json_schema/errors.rs:68:1 [INFO] [stderr] | [INFO] [stderr] 68 | impl_err!(MaxItems, "max_items", "MaxItems condition is not met"); [INFO] [stderr] | ------------------------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/common/error.rs:71:22 [INFO] [stderr] | [INFO] [stderr] 71 | self.description().fmt(formatter) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/json_schema/errors.rs:76:1 [INFO] [stderr] | [INFO] [stderr] 76 | impl_err!(MinItems, "min_items", "MinItems condition is not met"); [INFO] [stderr] | ------------------------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/common/error.rs:71:22 [INFO] [stderr] | [INFO] [stderr] 71 | self.description().fmt(formatter) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/json_schema/errors.rs:84:1 [INFO] [stderr] | [INFO] [stderr] 84 | / impl_err!( [INFO] [stderr] 85 | | UniqueItems, [INFO] [stderr] 86 | | "unique_items", [INFO] [stderr] 87 | | "UniqueItems condition is not met" [INFO] [stderr] 88 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/common/error.rs:71:22 [INFO] [stderr] | [INFO] [stderr] 71 | self.description().fmt(formatter) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/json_schema/errors.rs:97:1 [INFO] [stderr] | [INFO] [stderr] 97 | impl_err!(Items, "items", "Items condition is not met", +detail); [INFO] [stderr] | ----------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/common/error.rs:71:22 [INFO] [stderr] | [INFO] [stderr] 71 | self.description().fmt(formatter) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/json_schema/errors.rs:105:1 [INFO] [stderr] | [INFO] [stderr] 105 | / impl_err!( [INFO] [stderr] 106 | | MaxProperties, [INFO] [stderr] 107 | | "max_properties", [INFO] [stderr] 108 | | "MaxProperties condition is not met" [INFO] [stderr] 109 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/common/error.rs:71:22 [INFO] [stderr] | [INFO] [stderr] 71 | self.description().fmt(formatter) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/json_schema/errors.rs:117:1 [INFO] [stderr] | [INFO] [stderr] 117 | / impl_err!( [INFO] [stderr] 118 | | MinProperties, [INFO] [stderr] 119 | | "min_properties", [INFO] [stderr] 120 | | "MinProperties condition is not met" [INFO] [stderr] 121 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/common/error.rs:71:22 [INFO] [stderr] | [INFO] [stderr] 71 | self.description().fmt(formatter) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/json_schema/errors.rs:129:1 [INFO] [stderr] | [INFO] [stderr] 129 | impl_err!(Required, "required", "This property is required"); [INFO] [stderr] | ------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/common/error.rs:71:22 [INFO] [stderr] | [INFO] [stderr] 71 | self.description().fmt(formatter) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/json_schema/errors.rs:138:1 [INFO] [stderr] | [INFO] [stderr] 138 | impl_err!(Properties, "properties", "Property conditions are not met", +detail); [INFO] [stderr] | -------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/common/error.rs:71:22 [INFO] [stderr] | [INFO] [stderr] 71 | self.description().fmt(formatter) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/json_schema/errors.rs:146:1 [INFO] [stderr] | [INFO] [stderr] 146 | impl_err!(Enum, "enum", "Enum conditions are not met"); [INFO] [stderr] | ------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/common/error.rs:71:22 [INFO] [stderr] | [INFO] [stderr] 71 | self.description().fmt(formatter) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/json_schema/errors.rs:155:1 [INFO] [stderr] | [INFO] [stderr] 155 | impl_err!(AnyOf, "any_of", "AnyOf conditions are not met"); [INFO] [stderr] | ----------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/common/error.rs:71:22 [INFO] [stderr] | [INFO] [stderr] 71 | self.description().fmt(formatter) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/json_schema/errors.rs:168:1 [INFO] [stderr] | [INFO] [stderr] 168 | impl_err!(OneOf, "one_of", "OneOf conditions are not met"); [INFO] [stderr] | ----------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/common/error.rs:71:22 [INFO] [stderr] | [INFO] [stderr] 71 | self.description().fmt(formatter) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/json_schema/errors.rs:180:1 [INFO] [stderr] | [INFO] [stderr] 180 | impl_err!(Const, "const", "Const condition is not met"); [INFO] [stderr] | -------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/common/error.rs:71:22 [INFO] [stderr] | [INFO] [stderr] 71 | self.description().fmt(formatter) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/json_schema/errors.rs:188:1 [INFO] [stderr] | [INFO] [stderr] 188 | impl_err!(Contains, "contains", "Contains condition is not met"); [INFO] [stderr] | ----------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/common/error.rs:71:22 [INFO] [stderr] | [INFO] [stderr] 71 | self.description().fmt(formatter) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/json_schema/errors.rs:196:1 [INFO] [stderr] | [INFO] [stderr] 196 | impl_err!(Not, "not", "Not condition is not met"); [INFO] [stderr] | -------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/common/error.rs:71:22 [INFO] [stderr] | [INFO] [stderr] 71 | self.description().fmt(formatter) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/json_schema/errors.rs:205:1 [INFO] [stderr] | [INFO] [stderr] 205 | impl_err!(Format, "format", "Format is wrong", +detail); [INFO] [stderr] | -------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: 28 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: 34 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 25.58s [INFO] running `"docker" "inspect" "1cff15511634f58086cf28d86f0e5548b4000d2488d19235bc7ef757e3d9bdf2"` [INFO] running `"docker" "rm" "-f" "1cff15511634f58086cf28d86f0e5548b4000d2488d19235bc7ef757e3d9bdf2"` [INFO] [stdout] 1cff15511634f58086cf28d86f0e5548b4000d2488d19235bc7ef757e3d9bdf2