[INFO] fetching crate msi 0.2.0... [INFO] checking msi-0.2.0 against beta for pr-78714 [INFO] extracting crate msi 0.2.0 into /workspace/builds/worker-10/source [INFO] validating manifest of crates.io crate msi 0.2.0 on toolchain beta [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate msi 0.2.0 [INFO] finished tweaking crates.io crate msi 0.2.0 [INFO] tweaked toml for crates.io crate msi 0.2.0 written to /workspace/builds/worker-10/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 599461e189479754a56d874476456d271702f695848b2f45e82dc2fb44e3a27f [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "599461e189479754a56d874476456d271702f695848b2f45e82dc2fb44e3a27f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "599461e189479754a56d874476456d271702f695848b2f45e82dc2fb44e3a27f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "599461e189479754a56d874476456d271702f695848b2f45e82dc2fb44e3a27f", kill_on_drop: false }` [INFO] [stdout] 599461e189479754a56d874476456d271702f695848b2f45e82dc2fb44e3a27f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6dee3414e3a8e9530ff3ba0981880cbe157578d75caaf24ea9ee5acaf8c32708 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "6dee3414e3a8e9530ff3ba0981880cbe157578d75caaf24ea9ee5acaf8c32708", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Checking uuid v0.5.1 [INFO] [stderr] Checking cfb v0.3.1 [INFO] [stderr] Checking msi v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/internal/codepage.rs:159:28 [INFO] [stdout] | [INFO] [stdout] 159 | fn encoding(&self) -> &Encoding { [INFO] [stdout] | ^^^^^^^^ help: use `dyn`: `dyn Encoding` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/internal/expr.rs:303:28 [INFO] [stdout] | [INFO] [stdout] 303 | (value as &fmt::Display).fmt(formatter) [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn fmt::Display` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/internal/package.rs:191:26 [INFO] [stdout] | [INFO] [stdout] 191 | finisher: Option>>, [INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn Finish` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/internal/package.rs:709:31 [INFO] [stdout] | [INFO] [stdout] 709 | let finisher: Box> = Box::new(FinishImpl {}); [INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn Finish` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/internal/propset.rs:149:17 [INFO] [stdout] | [INFO] [stdout] 149 | (((12 + string.len() as u32) >> 2) << 2) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/internal/query.rs:543:19 [INFO] [stdout] | [INFO] [stdout] 543 | (self as &fmt::Display).fmt(formatter)?; [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn fmt::Display` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/internal/codepage.rs:159:28 [INFO] [stdout] | [INFO] [stdout] 159 | fn encoding(&self) -> &Encoding { [INFO] [stdout] | ^^^^^^^^ help: use `dyn`: `dyn Encoding` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/internal/expr.rs:303:28 [INFO] [stdout] | [INFO] [stdout] 303 | (value as &fmt::Display).fmt(formatter) [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn fmt::Display` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/internal/package.rs:191:26 [INFO] [stdout] | [INFO] [stdout] 191 | finisher: Option>>, [INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn Finish` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/internal/package.rs:709:31 [INFO] [stdout] | [INFO] [stdout] 709 | let finisher: Box> = Box::new(FinishImpl {}); [INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn Finish` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/internal/propset.rs:149:17 [INFO] [stdout] | [INFO] [stdout] 149 | (((12 + string.len() as u32) >> 2) << 2) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/internal/query.rs:543:19 [INFO] [stdout] | [INFO] [stdout] 543 | (self as &fmt::Display).fmt(formatter)?; [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn fmt::Display` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `core::str::::trim_left_matches`: superseded by `trim_start_matches` [INFO] [stdout] --> src/internal/summary.rs:167:28 [INFO] [stdout] | [INFO] [stdout] 167 | string.trim_left_matches('{').trim_right_matches('}'); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated associated function: `trim_start_matches` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `core::str::::trim_right_matches`: superseded by `trim_end_matches` [INFO] [stdout] --> src/internal/summary.rs:167:51 [INFO] [stdout] | [INFO] [stdout] 167 | string.trim_left_matches('{').trim_right_matches('}'); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated associated function: `trim_end_matches` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `core::str::::trim_left_matches`: superseded by `trim_start_matches` [INFO] [stdout] --> src/internal/summary.rs:167:28 [INFO] [stdout] | [INFO] [stdout] 167 | string.trim_left_matches('{').trim_right_matches('}'); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated associated function: `trim_start_matches` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `core::str::::trim_right_matches`: superseded by `trim_end_matches` [INFO] [stdout] --> src/internal/summary.rs:167:51 [INFO] [stdout] | [INFO] [stdout] 167 | string.trim_left_matches('{').trim_right_matches('}'); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated associated function: `trim_end_matches` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 8 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around method argument [INFO] [stdout] --> tests/delete.rs:58:15 [INFO] [stdout] | [INFO] [stdout] 58 | .with((Expr::col("Foo").eq(Expr::integer(2)))); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> tests/testutil/mod.rs:13:54 [INFO] [stdout] | [INFO] [stdout] 13 | ... kind, error.kind(), error.description()); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/delete.rs:18:5 [INFO] [stdout] | [INFO] [stdout] 18 | / assert_error!(package.delete_rows(query), [INFO] [stdout] 19 | | ErrorKind::NotFound, [INFO] [stdout] 20 | | "Table \"Foobar\" does not exist"); [INFO] [stdout] | |_____________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> tests/testutil/mod.rs:15:26 [INFO] [stdout] | [INFO] [stdout] 15 | if error.description() != description { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/delete.rs:18:5 [INFO] [stdout] | [INFO] [stdout] 18 | / assert_error!(package.delete_rows(query), [INFO] [stdout] 19 | | ErrorKind::NotFound, [INFO] [stdout] 20 | | "Table \"Foobar\" does not exist"); [INFO] [stdout] | |_____________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> tests/testutil/mod.rs:18:53 [INFO] [stdout] | [INFO] [stdout] 18 | ... kind, description, error.description()); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/delete.rs:18:5 [INFO] [stdout] | [INFO] [stdout] 18 | / assert_error!(package.delete_rows(query), [INFO] [stdout] 19 | | ErrorKind::NotFound, [INFO] [stdout] 20 | | "Table \"Foobar\" does not exist"); [INFO] [stdout] | |_____________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> tests/testutil/mod.rs:13:54 [INFO] [stdout] | [INFO] [stdout] 13 | ... kind, error.kind(), error.description()); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/delete.rs:36:5 [INFO] [stdout] | [INFO] [stdout] 36 | / assert_error!(package.delete_rows(query), [INFO] [stdout] 37 | | ErrorKind::InvalidInput, [INFO] [stdout] 38 | | "Table \"Foobar\" has no column named \"Baz\""); [INFO] [stdout] | |__________________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> tests/testutil/mod.rs:15:26 [INFO] [stdout] | [INFO] [stdout] 15 | if error.description() != description { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/delete.rs:36:5 [INFO] [stdout] | [INFO] [stdout] 36 | / assert_error!(package.delete_rows(query), [INFO] [stdout] 37 | | ErrorKind::InvalidInput, [INFO] [stdout] 38 | | "Table \"Foobar\" has no column named \"Baz\""); [INFO] [stdout] | |__________________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> tests/testutil/mod.rs:18:53 [INFO] [stdout] | [INFO] [stdout] 18 | ... kind, description, error.description()); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/delete.rs:36:5 [INFO] [stdout] | [INFO] [stdout] 36 | / assert_error!(package.delete_rows(query), [INFO] [stdout] 37 | | ErrorKind::InvalidInput, [INFO] [stdout] 38 | | "Table \"Foobar\" has no column named \"Baz\""); [INFO] [stdout] | |__________________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> tests/testutil/mod.rs:13:54 [INFO] [stdout] | [INFO] [stdout] 13 | ... kind, error.kind(), error.description()); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/streams.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 16 | / assert_error!(package.read_stream("\u{4840}Foo"), [INFO] [stdout] 17 | | ErrorKind::InvalidInput, [INFO] [stdout] 18 | | "\"\u{4840}Foo\" is not a valid stream name"); [INFO] [stdout] | |________________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> tests/testutil/mod.rs:15:26 [INFO] [stdout] | [INFO] [stdout] 15 | if error.description() != description { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/streams.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 16 | / assert_error!(package.read_stream("\u{4840}Foo"), [INFO] [stdout] 17 | | ErrorKind::InvalidInput, [INFO] [stdout] 18 | | "\"\u{4840}Foo\" is not a valid stream name"); [INFO] [stdout] | |________________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> tests/testutil/mod.rs:18:53 [INFO] [stdout] | [INFO] [stdout] 18 | ... kind, description, error.description()); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/streams.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 16 | / assert_error!(package.read_stream("\u{4840}Foo"), [INFO] [stdout] 17 | | ErrorKind::InvalidInput, [INFO] [stdout] 18 | | "\"\u{4840}Foo\" is not a valid stream name"); [INFO] [stdout] | |________________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> tests/testutil/mod.rs:13:54 [INFO] [stdout] | [INFO] [stdout] 13 | ... kind, error.kind(), error.description()); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/streams.rs:19:5 [INFO] [stdout] | [INFO] [stdout] 19 | / assert_error!(package.write_stream("\u{4840}Bar"), [INFO] [stdout] 20 | | ErrorKind::InvalidInput, [INFO] [stdout] 21 | | "\"\u{4840}Bar\" is not a valid stream name"); [INFO] [stdout] | |________________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> tests/testutil/mod.rs:15:26 [INFO] [stdout] | [INFO] [stdout] 15 | if error.description() != description { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/streams.rs:19:5 [INFO] [stdout] | [INFO] [stdout] 19 | / assert_error!(package.write_stream("\u{4840}Bar"), [INFO] [stdout] 20 | | ErrorKind::InvalidInput, [INFO] [stdout] 21 | | "\"\u{4840}Bar\" is not a valid stream name"); [INFO] [stdout] | |________________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> tests/testutil/mod.rs:18:53 [INFO] [stdout] | [INFO] [stdout] 18 | ... kind, description, error.description()); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/streams.rs:19:5 [INFO] [stdout] | [INFO] [stdout] 19 | / assert_error!(package.write_stream("\u{4840}Bar"), [INFO] [stdout] 20 | | ErrorKind::InvalidInput, [INFO] [stdout] 21 | | "\"\u{4840}Bar\" is not a valid stream name"); [INFO] [stdout] | |________________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> tests/testutil/mod.rs:13:54 [INFO] [stdout] | [INFO] [stdout] 13 | ... kind, error.kind(), error.description()); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/streams.rs:22:5 [INFO] [stdout] | [INFO] [stdout] 22 | / assert_error!(package.remove_stream("\u{4840}Baz"), [INFO] [stdout] 23 | | ErrorKind::InvalidInput, [INFO] [stdout] 24 | | "\"\u{4840}Baz\" is not a valid stream name"); [INFO] [stdout] | |________________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> tests/testutil/mod.rs:15:26 [INFO] [stdout] | [INFO] [stdout] 15 | if error.description() != description { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/streams.rs:22:5 [INFO] [stdout] | [INFO] [stdout] 22 | / assert_error!(package.remove_stream("\u{4840}Baz"), [INFO] [stdout] 23 | | ErrorKind::InvalidInput, [INFO] [stdout] 24 | | "\"\u{4840}Baz\" is not a valid stream name"); [INFO] [stdout] | |________________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> tests/testutil/mod.rs:18:53 [INFO] [stdout] | [INFO] [stdout] 18 | ... kind, description, error.description()); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/streams.rs:22:5 [INFO] [stdout] | [INFO] [stdout] 22 | / assert_error!(package.remove_stream("\u{4840}Baz"), [INFO] [stdout] 23 | | ErrorKind::InvalidInput, [INFO] [stdout] 24 | | "\"\u{4840}Baz\" is not a valid stream name"); [INFO] [stdout] | |________________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> tests/testutil/mod.rs:13:54 [INFO] [stdout] | [INFO] [stdout] 13 | ... kind, error.kind(), error.description()); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/streams.rs:31:5 [INFO] [stdout] | [INFO] [stdout] 31 | / assert_error!(package.read_stream("Foo"), [INFO] [stdout] 32 | | ErrorKind::NotFound, [INFO] [stdout] 33 | | "Stream \"Foo\" does not exist"); [INFO] [stdout] | |___________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> tests/testutil/mod.rs:15:26 [INFO] [stdout] | [INFO] [stdout] 15 | if error.description() != description { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/streams.rs:31:5 [INFO] [stdout] | [INFO] [stdout] 31 | / assert_error!(package.read_stream("Foo"), [INFO] [stdout] 32 | | ErrorKind::NotFound, [INFO] [stdout] 33 | | "Stream \"Foo\" does not exist"); [INFO] [stdout] | |___________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> tests/testutil/mod.rs:18:53 [INFO] [stdout] | [INFO] [stdout] 18 | ... kind, description, error.description()); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/streams.rs:31:5 [INFO] [stdout] | [INFO] [stdout] 31 | / assert_error!(package.read_stream("Foo"), [INFO] [stdout] 32 | | ErrorKind::NotFound, [INFO] [stdout] 33 | | "Stream \"Foo\" does not exist"); [INFO] [stdout] | |___________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> tests/testutil/mod.rs:13:54 [INFO] [stdout] | [INFO] [stdout] 13 | ... kind, error.kind(), error.description()); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/streams.rs:34:5 [INFO] [stdout] | [INFO] [stdout] 34 | / assert_error!(package.remove_stream("Baz"), [INFO] [stdout] 35 | | ErrorKind::NotFound, [INFO] [stdout] 36 | | "Stream \"Baz\" does not exist"); [INFO] [stdout] | |___________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> tests/testutil/mod.rs:15:26 [INFO] [stdout] | [INFO] [stdout] 15 | if error.description() != description { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/streams.rs:34:5 [INFO] [stdout] | [INFO] [stdout] 34 | / assert_error!(package.remove_stream("Baz"), [INFO] [stdout] 35 | | ErrorKind::NotFound, [INFO] [stdout] 36 | | "Stream \"Baz\" does not exist"); [INFO] [stdout] | |___________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> tests/testutil/mod.rs:18:53 [INFO] [stdout] | [INFO] [stdout] 18 | ... kind, description, error.description()); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/streams.rs:34:5 [INFO] [stdout] | [INFO] [stdout] 34 | / assert_error!(package.remove_stream("Baz"), [INFO] [stdout] 35 | | ErrorKind::NotFound, [INFO] [stdout] 36 | | "Stream \"Baz\" does not exist"); [INFO] [stdout] | |___________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> tests/testutil/mod.rs:13:54 [INFO] [stdout] | [INFO] [stdout] 13 | ... kind, error.kind(), error.description()); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/tables.rs:18:5 [INFO] [stdout] | [INFO] [stdout] 18 | / assert_error!(package.create_table("Foo & Bar", columns), [INFO] [stdout] 19 | | ErrorKind::InvalidInput, [INFO] [stdout] 20 | | "\"Foo & Bar\" is not a valid table name"); [INFO] [stdout] | |_____________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> tests/testutil/mod.rs:15:26 [INFO] [stdout] | [INFO] [stdout] 15 | if error.description() != description { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/tables.rs:18:5 [INFO] [stdout] | [INFO] [stdout] 18 | / assert_error!(package.create_table("Foo & Bar", columns), [INFO] [stdout] 19 | | ErrorKind::InvalidInput, [INFO] [stdout] 20 | | "\"Foo & Bar\" is not a valid table name"); [INFO] [stdout] | |_____________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> tests/testutil/mod.rs:18:53 [INFO] [stdout] | [INFO] [stdout] 18 | ... kind, description, error.description()); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/tables.rs:18:5 [INFO] [stdout] | [INFO] [stdout] 18 | / assert_error!(package.create_table("Foo & Bar", columns), [INFO] [stdout] 19 | | ErrorKind::InvalidInput, [INFO] [stdout] 20 | | "\"Foo & Bar\" is not a valid table name"); [INFO] [stdout] | |_____________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> tests/testutil/mod.rs:13:54 [INFO] [stdout] | [INFO] [stdout] 13 | ... kind, error.kind(), error.description()); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/tables.rs:28:5 [INFO] [stdout] | [INFO] [stdout] 28 | / assert_error!(package.create_table("FooBar", vec![]), [INFO] [stdout] 29 | | ErrorKind::InvalidInput, [INFO] [stdout] 30 | | "Cannot create a table with no columns"); [INFO] [stdout] | |___________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> tests/testutil/mod.rs:15:26 [INFO] [stdout] | [INFO] [stdout] 15 | if error.description() != description { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/tables.rs:28:5 [INFO] [stdout] | [INFO] [stdout] 28 | / assert_error!(package.create_table("FooBar", vec![]), [INFO] [stdout] 29 | | ErrorKind::InvalidInput, [INFO] [stdout] 30 | | "Cannot create a table with no columns"); [INFO] [stdout] | |___________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> tests/testutil/mod.rs:18:53 [INFO] [stdout] | [INFO] [stdout] 18 | ... kind, description, error.description()); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/tables.rs:28:5 [INFO] [stdout] | [INFO] [stdout] 28 | / assert_error!(package.create_table("FooBar", vec![]), [INFO] [stdout] 29 | | ErrorKind::InvalidInput, [INFO] [stdout] 30 | | "Cannot create a table with no columns"); [INFO] [stdout] | |___________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> tests/testutil/mod.rs:13:54 [INFO] [stdout] | [INFO] [stdout] 13 | ... kind, error.kind(), error.description()); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/validation.rs:28:5 [INFO] [stdout] | [INFO] [stdout] 28 | / assert_error!(package.insert_rows(query), [INFO] [stdout] 29 | | ErrorKind::InvalidInput, [INFO] [stdout] 30 | | "-7 is not a valid value for column \"Number\""); [INFO] [stdout] | |___________________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> tests/testutil/mod.rs:15:26 [INFO] [stdout] | [INFO] [stdout] 15 | if error.description() != description { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/validation.rs:28:5 [INFO] [stdout] | [INFO] [stdout] 28 | / assert_error!(package.insert_rows(query), [INFO] [stdout] 29 | | ErrorKind::InvalidInput, [INFO] [stdout] 30 | | "-7 is not a valid value for column \"Number\""); [INFO] [stdout] | |___________________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> tests/testutil/mod.rs:18:53 [INFO] [stdout] | [INFO] [stdout] 18 | ... kind, description, error.description()); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/validation.rs:28:5 [INFO] [stdout] | [INFO] [stdout] 28 | / assert_error!(package.insert_rows(query), [INFO] [stdout] 29 | | ErrorKind::InvalidInput, [INFO] [stdout] 30 | | "-7 is not a valid value for column \"Number\""); [INFO] [stdout] | |___________________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> tests/testutil/mod.rs:13:54 [INFO] [stdout] | [INFO] [stdout] 13 | ... kind, error.kind(), error.description()); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/tables.rs:39:5 [INFO] [stdout] | [INFO] [stdout] 39 | / assert_error!(package.create_table("FooBar", columns), [INFO] [stdout] 40 | | ErrorKind::InvalidInput, [INFO] [stdout] 41 | | "Cannot create a table without at least one primary key \ [INFO] [stdout] 42 | | column"); [INFO] [stdout] | |____________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> tests/testutil/mod.rs:15:26 [INFO] [stdout] | [INFO] [stdout] 15 | if error.description() != description { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/tables.rs:39:5 [INFO] [stdout] | [INFO] [stdout] 39 | / assert_error!(package.create_table("FooBar", columns), [INFO] [stdout] 40 | | ErrorKind::InvalidInput, [INFO] [stdout] 41 | | "Cannot create a table without at least one primary key \ [INFO] [stdout] 42 | | column"); [INFO] [stdout] | |____________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> tests/testutil/mod.rs:18:53 [INFO] [stdout] | [INFO] [stdout] 18 | ... kind, description, error.description()); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/tables.rs:39:5 [INFO] [stdout] | [INFO] [stdout] 39 | / assert_error!(package.create_table("FooBar", columns), [INFO] [stdout] 40 | | ErrorKind::InvalidInput, [INFO] [stdout] 41 | | "Cannot create a table without at least one primary key \ [INFO] [stdout] 42 | | column"); [INFO] [stdout] | |____________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> tests/testutil/mod.rs:13:54 [INFO] [stdout] | [INFO] [stdout] 13 | ... kind, error.kind(), error.description()); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/validation.rs:32:5 [INFO] [stdout] | [INFO] [stdout] 32 | / assert_error!(package.insert_rows(query), [INFO] [stdout] 33 | | ErrorKind::InvalidInput, [INFO] [stdout] 34 | | "101 is not a valid value for column \"Number\""); [INFO] [stdout] | |____________________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> tests/testutil/mod.rs:15:26 [INFO] [stdout] | [INFO] [stdout] 15 | if error.description() != description { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/validation.rs:32:5 [INFO] [stdout] | [INFO] [stdout] 32 | / assert_error!(package.insert_rows(query), [INFO] [stdout] 33 | | ErrorKind::InvalidInput, [INFO] [stdout] 34 | | "101 is not a valid value for column \"Number\""); [INFO] [stdout] | |____________________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> tests/testutil/mod.rs:18:53 [INFO] [stdout] | [INFO] [stdout] 18 | ... kind, description, error.description()); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/validation.rs:32:5 [INFO] [stdout] | [INFO] [stdout] 32 | / assert_error!(package.insert_rows(query), [INFO] [stdout] 33 | | ErrorKind::InvalidInput, [INFO] [stdout] 34 | | "101 is not a valid value for column \"Number\""); [INFO] [stdout] | |____________________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> tests/testutil/mod.rs:13:54 [INFO] [stdout] | [INFO] [stdout] 13 | ... kind, error.kind(), error.description()); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/tables.rs:54:5 [INFO] [stdout] | [INFO] [stdout] 54 | / assert_error!(package.create_table("FooBar", columns), [INFO] [stdout] 55 | | ErrorKind::AlreadyExists, [INFO] [stdout] 56 | | "Table \"FooBar\" already exists"); [INFO] [stdout] | |_____________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> tests/testutil/mod.rs:15:26 [INFO] [stdout] | [INFO] [stdout] 15 | if error.description() != description { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/tables.rs:54:5 [INFO] [stdout] | [INFO] [stdout] 54 | / assert_error!(package.create_table("FooBar", columns), [INFO] [stdout] 55 | | ErrorKind::AlreadyExists, [INFO] [stdout] 56 | | "Table \"FooBar\" already exists"); [INFO] [stdout] | |_____________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> tests/testutil/mod.rs:18:53 [INFO] [stdout] | [INFO] [stdout] 18 | ... kind, description, error.description()); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/tables.rs:54:5 [INFO] [stdout] | [INFO] [stdout] 54 | / assert_error!(package.create_table("FooBar", columns), [INFO] [stdout] 55 | | ErrorKind::AlreadyExists, [INFO] [stdout] 56 | | "Table \"FooBar\" already exists"); [INFO] [stdout] | |_____________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> tests/testutil/mod.rs:13:54 [INFO] [stdout] | [INFO] [stdout] 13 | ... kind, error.kind(), error.description()); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/tables.rs:65:5 [INFO] [stdout] | [INFO] [stdout] 65 | / assert_error!(package.create_table("FooBar", columns), [INFO] [stdout] 66 | | ErrorKind::InvalidInput, [INFO] [stdout] 67 | | "\"Foo & Bar\" is not a valid column name"); [INFO] [stdout] | |______________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> tests/testutil/mod.rs:15:26 [INFO] [stdout] | [INFO] [stdout] 15 | if error.description() != description { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/tables.rs:65:5 [INFO] [stdout] | [INFO] [stdout] 65 | / assert_error!(package.create_table("FooBar", columns), [INFO] [stdout] 66 | | ErrorKind::InvalidInput, [INFO] [stdout] 67 | | "\"Foo & Bar\" is not a valid column name"); [INFO] [stdout] | |______________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> tests/testutil/mod.rs:18:53 [INFO] [stdout] | [INFO] [stdout] 18 | ... kind, description, error.description()); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/tables.rs:65:5 [INFO] [stdout] | [INFO] [stdout] 65 | / assert_error!(package.create_table("FooBar", columns), [INFO] [stdout] 66 | | ErrorKind::InvalidInput, [INFO] [stdout] 67 | | "\"Foo & Bar\" is not a valid column name"); [INFO] [stdout] | |______________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> tests/testutil/mod.rs:13:54 [INFO] [stdout] | [INFO] [stdout] 13 | ... kind, error.kind(), error.description()); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/tables.rs:80:5 [INFO] [stdout] | [INFO] [stdout] 80 | / assert_error!(package.create_table("FooBar", columns), [INFO] [stdout] 81 | | ErrorKind::InvalidInput, [INFO] [stdout] 82 | | "Cannot create a table with multiple columns with the \ [INFO] [stdout] 83 | | same name (\"Foo\")"); [INFO] [stdout] | |_________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> tests/testutil/mod.rs:15:26 [INFO] [stdout] | [INFO] [stdout] 15 | if error.description() != description { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/tables.rs:80:5 [INFO] [stdout] | [INFO] [stdout] 80 | / assert_error!(package.create_table("FooBar", columns), [INFO] [stdout] 81 | | ErrorKind::InvalidInput, [INFO] [stdout] 82 | | "Cannot create a table with multiple columns with the \ [INFO] [stdout] 83 | | same name (\"Foo\")"); [INFO] [stdout] | |_________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> tests/testutil/mod.rs:18:53 [INFO] [stdout] | [INFO] [stdout] 18 | ... kind, description, error.description()); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/tables.rs:80:5 [INFO] [stdout] | [INFO] [stdout] 80 | / assert_error!(package.create_table("FooBar", columns), [INFO] [stdout] 81 | | ErrorKind::InvalidInput, [INFO] [stdout] 82 | | "Cannot create a table with multiple columns with the \ [INFO] [stdout] 83 | | same name (\"Foo\")"); [INFO] [stdout] | |_________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> tests/testutil/mod.rs:13:54 [INFO] [stdout] | [INFO] [stdout] 13 | ... kind, error.kind(), error.description()); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/tables.rs:125:5 [INFO] [stdout] | [INFO] [stdout] 125 | / assert_error!(package.drop_table("Foo & Bar"), [INFO] [stdout] 126 | | ErrorKind::InvalidInput, [INFO] [stdout] 127 | | "\"Foo & Bar\" is not a valid table name"); [INFO] [stdout] | |_____________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> tests/testutil/mod.rs:15:26 [INFO] [stdout] | [INFO] [stdout] 15 | if error.description() != description { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/tables.rs:125:5 [INFO] [stdout] | [INFO] [stdout] 125 | / assert_error!(package.drop_table("Foo & Bar"), [INFO] [stdout] 126 | | ErrorKind::InvalidInput, [INFO] [stdout] 127 | | "\"Foo & Bar\" is not a valid table name"); [INFO] [stdout] | |_____________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> tests/testutil/mod.rs:18:53 [INFO] [stdout] | [INFO] [stdout] 18 | ... kind, description, error.description()); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/tables.rs:125:5 [INFO] [stdout] | [INFO] [stdout] 125 | / assert_error!(package.drop_table("Foo & Bar"), [INFO] [stdout] 126 | | ErrorKind::InvalidInput, [INFO] [stdout] 127 | | "\"Foo & Bar\" is not a valid table name"); [INFO] [stdout] | |_____________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> tests/testutil/mod.rs:13:54 [INFO] [stdout] | [INFO] [stdout] 13 | ... kind, error.kind(), error.description()); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/tables.rs:135:5 [INFO] [stdout] | [INFO] [stdout] 135 | / assert_error!(package.drop_table("FooBar"), [INFO] [stdout] 136 | | ErrorKind::NotFound, [INFO] [stdout] 137 | | "Table \"FooBar\" does not exist"); [INFO] [stdout] | |_____________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> tests/testutil/mod.rs:15:26 [INFO] [stdout] | [INFO] [stdout] 15 | if error.description() != description { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/tables.rs:135:5 [INFO] [stdout] | [INFO] [stdout] 135 | / assert_error!(package.drop_table("FooBar"), [INFO] [stdout] 136 | | ErrorKind::NotFound, [INFO] [stdout] 137 | | "Table \"FooBar\" does not exist"); [INFO] [stdout] | |_____________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> tests/testutil/mod.rs:18:53 [INFO] [stdout] | [INFO] [stdout] 18 | ... kind, description, error.description()); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/tables.rs:135:5 [INFO] [stdout] | [INFO] [stdout] 135 | / assert_error!(package.drop_table("FooBar"), [INFO] [stdout] 136 | | ErrorKind::NotFound, [INFO] [stdout] 137 | | "Table \"FooBar\" does not exist"); [INFO] [stdout] | |_____________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> tests/testutil/mod.rs:13:54 [INFO] [stdout] | [INFO] [stdout] 13 | ... kind, error.kind(), error.description()); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/validation.rs:59:5 [INFO] [stdout] | [INFO] [stdout] 59 | / assert_error!(package.insert_rows(query), [INFO] [stdout] 60 | | ErrorKind::InvalidInput, [INFO] [stdout] 61 | | "\"$99\" is not a valid value for column \"Property\""); [INFO] [stdout] | |__________________________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> tests/testutil/mod.rs:13:54 [INFO] [stdout] | [INFO] [stdout] 13 | ... kind, error.kind(), error.description()); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/tables.rs:144:5 [INFO] [stdout] | [INFO] [stdout] 144 | / assert_error!(package.drop_table("_Columns"), [INFO] [stdout] 145 | | ErrorKind::InvalidInput, [INFO] [stdout] 146 | | "Cannot drop special \"_Columns\" table"); [INFO] [stdout] | |____________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> tests/testutil/mod.rs:15:26 [INFO] [stdout] | [INFO] [stdout] 15 | if error.description() != description { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/validation.rs:59:5 [INFO] [stdout] | [INFO] [stdout] 59 | / assert_error!(package.insert_rows(query), [INFO] [stdout] 60 | | ErrorKind::InvalidInput, [INFO] [stdout] 61 | | "\"$99\" is not a valid value for column \"Property\""); [INFO] [stdout] | |__________________________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> tests/testutil/mod.rs:18:53 [INFO] [stdout] | [INFO] [stdout] 18 | ... kind, description, error.description()); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/validation.rs:59:5 [INFO] [stdout] | [INFO] [stdout] 59 | / assert_error!(package.insert_rows(query), [INFO] [stdout] 60 | | ErrorKind::InvalidInput, [INFO] [stdout] 61 | | "\"$99\" is not a valid value for column \"Property\""); [INFO] [stdout] | |__________________________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> tests/testutil/mod.rs:15:26 [INFO] [stdout] | [INFO] [stdout] 15 | if error.description() != description { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/tables.rs:144:5 [INFO] [stdout] | [INFO] [stdout] 144 | / assert_error!(package.drop_table("_Columns"), [INFO] [stdout] 145 | | ErrorKind::InvalidInput, [INFO] [stdout] 146 | | "Cannot drop special \"_Columns\" table"); [INFO] [stdout] | |____________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> tests/testutil/mod.rs:18:53 [INFO] [stdout] | [INFO] [stdout] 18 | ... kind, description, error.description()); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/tables.rs:144:5 [INFO] [stdout] | [INFO] [stdout] 144 | / assert_error!(package.drop_table("_Columns"), [INFO] [stdout] 145 | | ErrorKind::InvalidInput, [INFO] [stdout] 146 | | "Cannot drop special \"_Columns\" table"); [INFO] [stdout] | |____________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> tests/testutil/mod.rs:13:54 [INFO] [stdout] | [INFO] [stdout] 13 | ... kind, error.kind(), error.description()); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/tables.rs:148:5 [INFO] [stdout] | [INFO] [stdout] 148 | / assert_error!(package.drop_table("_Tables"), [INFO] [stdout] 149 | | ErrorKind::InvalidInput, [INFO] [stdout] 150 | | "Cannot drop special \"_Tables\" table"); [INFO] [stdout] | |___________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> tests/testutil/mod.rs:15:26 [INFO] [stdout] | [INFO] [stdout] 15 | if error.description() != description { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/tables.rs:148:5 [INFO] [stdout] | [INFO] [stdout] 148 | / assert_error!(package.drop_table("_Tables"), [INFO] [stdout] 149 | | ErrorKind::InvalidInput, [INFO] [stdout] 150 | | "Cannot drop special \"_Tables\" table"); [INFO] [stdout] | |___________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> tests/testutil/mod.rs:18:53 [INFO] [stdout] | [INFO] [stdout] 18 | ... kind, description, error.description()); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/tables.rs:148:5 [INFO] [stdout] | [INFO] [stdout] 148 | / assert_error!(package.drop_table("_Tables"), [INFO] [stdout] 149 | | ErrorKind::InvalidInput, [INFO] [stdout] 150 | | "Cannot drop special \"_Tables\" table"); [INFO] [stdout] | |___________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> tests/testutil/mod.rs:13:54 [INFO] [stdout] | [INFO] [stdout] 13 | ... kind, error.kind(), error.description()); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/tables.rs:152:5 [INFO] [stdout] | [INFO] [stdout] 152 | / assert_error!(package.drop_table("_Validation"), [INFO] [stdout] 153 | | ErrorKind::InvalidInput, [INFO] [stdout] 154 | | "Cannot drop special \"_Validation\" table"); [INFO] [stdout] | |_______________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> tests/testutil/mod.rs:15:26 [INFO] [stdout] | [INFO] [stdout] 15 | if error.description() != description { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/tables.rs:152:5 [INFO] [stdout] | [INFO] [stdout] 152 | / assert_error!(package.drop_table("_Validation"), [INFO] [stdout] 153 | | ErrorKind::InvalidInput, [INFO] [stdout] 154 | | "Cannot drop special \"_Validation\" table"); [INFO] [stdout] | |_______________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> tests/testutil/mod.rs:18:53 [INFO] [stdout] | [INFO] [stdout] 18 | ... kind, description, error.description()); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/tables.rs:152:5 [INFO] [stdout] | [INFO] [stdout] 152 | / assert_error!(package.drop_table("_Validation"), [INFO] [stdout] 153 | | ErrorKind::InvalidInput, [INFO] [stdout] 154 | | "Cannot drop special \"_Validation\" table"); [INFO] [stdout] | |_______________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> tests/testutil/mod.rs:13:54 [INFO] [stdout] | [INFO] [stdout] 13 | ... kind, error.kind(), error.description()); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/validation.rs:99:5 [INFO] [stdout] | [INFO] [stdout] 99 | / assert_error!(package.insert_rows(query), [INFO] [stdout] 100 | | ErrorKind::InvalidInput, [INFO] [stdout] 101 | | "\"Sit\" is not a valid value for column \"Day\""); [INFO] [stdout] | |_____________________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> tests/testutil/mod.rs:15:26 [INFO] [stdout] | [INFO] [stdout] 15 | if error.description() != description { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/validation.rs:99:5 [INFO] [stdout] | [INFO] [stdout] 99 | / assert_error!(package.insert_rows(query), [INFO] [stdout] 100 | | ErrorKind::InvalidInput, [INFO] [stdout] 101 | | "\"Sit\" is not a valid value for column \"Day\""); [INFO] [stdout] | |_____________________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> tests/testutil/mod.rs:18:53 [INFO] [stdout] | [INFO] [stdout] 18 | ... kind, description, error.description()); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/validation.rs:99:5 [INFO] [stdout] | [INFO] [stdout] 99 | / assert_error!(package.insert_rows(query), [INFO] [stdout] 100 | | ErrorKind::InvalidInput, [INFO] [stdout] 101 | | "\"Sit\" is not a valid value for column \"Day\""); [INFO] [stdout] | |_____________________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 15 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 12 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 33 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 8 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.05s [INFO] running `Command { std: "docker" "inspect" "6dee3414e3a8e9530ff3ba0981880cbe157578d75caaf24ea9ee5acaf8c32708", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6dee3414e3a8e9530ff3ba0981880cbe157578d75caaf24ea9ee5acaf8c32708", kill_on_drop: false }` [INFO] [stdout] 6dee3414e3a8e9530ff3ba0981880cbe157578d75caaf24ea9ee5acaf8c32708