[INFO] fetching crate redis 0.21.0... [INFO] building redis-0.21.0 against master#d5c88c22807925c189328ef9d923c5d2b11a95b8 for pr-87066-3 [INFO] extracting crate redis 0.21.0 into /workspace/builds/worker-0/source [INFO] validating manifest of crates.io crate redis 0.21.0 on toolchain d5c88c22807925c189328ef9d923c5d2b11a95b8 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+d5c88c22807925c189328ef9d923c5d2b11a95b8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate redis 0.21.0 [INFO] removed 0 missing examples [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate redis 0.21.0 [INFO] tweaked toml for crates.io crate redis 0.21.0 written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate crates.io crate redis 0.21.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+d5c88c22807925c189328ef9d923c5d2b11a95b8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+d5c88c22807925c189328ef9d923c5d2b11a95b8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a6d16865c87e6c738f1233a632297e344327c9b77e192a98c8a015e069e3a6b7 [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" "a6d16865c87e6c738f1233a632297e344327c9b77e192a98c8a015e069e3a6b7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a6d16865c87e6c738f1233a632297e344327c9b77e192a98c8a015e069e3a6b7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a6d16865c87e6c738f1233a632297e344327c9b77e192a98c8a015e069e3a6b7", kill_on_drop: false }` [INFO] [stdout] a6d16865c87e6c738f1233a632297e344327c9b77e192a98c8a015e069e3a6b7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+d5c88c22807925c189328ef9d923c5d2b11a95b8" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] fc694f7ab55ba1279df1ceb0b5974d89f2f682109c77ef193687e6e1b90cf1bc [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" "fc694f7ab55ba1279df1ceb0b5974d89f2f682109c77ef193687e6e1b90cf1bc", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.73 [INFO] [stderr] Compiling tinyvec v1.2.0 [INFO] [stderr] Compiling proc-macro2 v1.0.27 [INFO] [stderr] Compiling form_urlencoded v1.0.1 [INFO] [stderr] Compiling combine v4.6.0 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling unicode-normalization v0.1.19 [INFO] [stderr] Compiling idna v0.2.3 [INFO] [stderr] Compiling url v2.2.2 [INFO] [stderr] Compiling async-trait v0.1.50 [INFO] [stderr] Compiling redis v0.21.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/pipeline.rs:99:18 [INFO] [stdout] | [INFO] [stdout] 99 | _ => fail!(( [INFO] [stdout] | __________________- [INFO] [stdout] 100 | | ErrorKind::ResponseError, [INFO] [stdout] 101 | | "Invalid response when parsing multi response" [INFO] [stdout] 102 | | )), [INFO] [stdout] | |______________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/streams.rs:581:34 [INFO] [stdout] | [INFO] [stdout] 581 | ... _ => fail!(( [INFO] [stdout] | ____________________________- [INFO] [stdout] 582 | | ... crate::types::ErrorKind::TypeError, [INFO] [stdout] 583 | | ... "Cannot parse redis data (3)" [INFO] [stdout] 584 | | ... )), [INFO] [stdout] | |________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/streams.rs:586:30 [INFO] [stdout] | [INFO] [stdout] 586 | _ => fail!(( [INFO] [stdout] | ______________________________- [INFO] [stdout] 587 | | crate::types::ErrorKind::TypeError, [INFO] [stdout] 588 | | "Cannot parse redis data (2)" [INFO] [stdout] 589 | | )), [INFO] [stdout] | |__________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/streams.rs:593:18 [INFO] [stdout] | [INFO] [stdout] 593 | _ => fail!(( [INFO] [stdout] | __________________- [INFO] [stdout] 594 | | crate::types::ErrorKind::TypeError, [INFO] [stdout] 595 | | "Cannot parse redis data (1)" [INFO] [stdout] 596 | | )), [INFO] [stdout] | |______________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/connection.rs:139:21 [INFO] [stdout] | [INFO] [stdout] 139 | None => fail!((ErrorKind::InvalidClientConfig, "Redis URL did not parse")), [INFO] [stdout] | ------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/connection.rs:160:21 [INFO] [stdout] | [INFO] [stdout] 160 | None => fail!((ErrorKind::InvalidClientConfig, "Redis URL did not parse")), [INFO] [stdout] | ------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/connection.rs:168:17 [INFO] [stdout] | [INFO] [stdout] 168 | None => fail!((ErrorKind::InvalidClientConfig, "Missing hostname")), [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/connection.rs:207:21 [INFO] [stdout] | [INFO] [stdout] 207 | fail!((ErrorKind::InvalidClientConfig, "Invalid database number")) [INFO] [stdout] | ------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/connection.rs:215:31 [INFO] [stdout] | [INFO] [stdout] 215 | Err(_) => fail!(( [INFO] [stdout] | _______________________________- [INFO] [stdout] 216 | | ErrorKind::InvalidClientConfig, [INFO] [stdout] 217 | | "Username is not valid UTF-8 string" [INFO] [stdout] 218 | | )), [INFO] [stdout] | |______________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/connection.rs:224:31 [INFO] [stdout] | [INFO] [stdout] 224 | Err(_) => fail!(( [INFO] [stdout] | _______________________________- [INFO] [stdout] 225 | | ErrorKind::InvalidClientConfig, [INFO] [stdout] 226 | | "Password is not valid UTF-8 string" [INFO] [stdout] 227 | | )), [INFO] [stdout] | |______________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/connection.rs:241:13 [INFO] [stdout] | [INFO] [stdout] 241 | fail!((ErrorKind::InvalidClientConfig, "Missing path")) [INFO] [stdout] | ------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/connection.rs:247:21 [INFO] [stdout] | [INFO] [stdout] 247 | fail!((ErrorKind::InvalidClientConfig, "Invalid database number")) [INFO] [stdout] | ------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/connection.rs:270:18 [INFO] [stdout] | [INFO] [stdout] 270 | _ => fail!(( [INFO] [stdout] | __________________- [INFO] [stdout] 271 | | ErrorKind::InvalidClientConfig, [INFO] [stdout] 272 | | "URL provided is not a redis URL" [INFO] [stdout] 273 | | )), [INFO] [stdout] | |______________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/connection.rs:565:14 [INFO] [stdout] | [INFO] [stdout] 565 | _ => fail!(( [INFO] [stdout] | ______________- [INFO] [stdout] 566 | | ErrorKind::AuthenticationFailed, [INFO] [stdout] 567 | | "Password authentication failed", [INFO] [stdout] 568 | | )), [INFO] [stdout] | |__________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/connection.rs:601:18 [INFO] [stdout] | [INFO] [stdout] 601 | _ => fail!(( [INFO] [stdout] | __________________- [INFO] [stdout] 602 | | ErrorKind::ResponseError, [INFO] [stdout] 603 | | "Redis server refused to switch database" [INFO] [stdout] 604 | | )), [INFO] [stdout] | |______________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1061:9 [INFO] [stdout] | [INFO] [stdout] 1061 | from_redis_value_for_num_internal!(u8, v) [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1061:9 [INFO] [stdout] | [INFO] [stdout] 1061 | from_redis_value_for_num_internal!(u8, v) [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1061:9 [INFO] [stdout] | [INFO] [stdout] 1061 | from_redis_value_for_num_internal!(u8, v) [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1069:1 [INFO] [stdout] | [INFO] [stdout] 1069 | from_redis_value_for_num!(i8); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1069:1 [INFO] [stdout] | [INFO] [stdout] 1069 | from_redis_value_for_num!(i8); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1069:1 [INFO] [stdout] | [INFO] [stdout] 1069 | from_redis_value_for_num!(i8); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1070:1 [INFO] [stdout] | [INFO] [stdout] 1070 | from_redis_value_for_num!(i16); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1070:1 [INFO] [stdout] | [INFO] [stdout] 1070 | from_redis_value_for_num!(i16); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1070:1 [INFO] [stdout] | [INFO] [stdout] 1070 | from_redis_value_for_num!(i16); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1071:1 [INFO] [stdout] | [INFO] [stdout] 1071 | from_redis_value_for_num!(u16); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1071:1 [INFO] [stdout] | [INFO] [stdout] 1071 | from_redis_value_for_num!(u16); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1071:1 [INFO] [stdout] | [INFO] [stdout] 1071 | from_redis_value_for_num!(u16); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1072:1 [INFO] [stdout] | [INFO] [stdout] 1072 | from_redis_value_for_num!(i32); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1072:1 [INFO] [stdout] | [INFO] [stdout] 1072 | from_redis_value_for_num!(i32); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1072:1 [INFO] [stdout] | [INFO] [stdout] 1072 | from_redis_value_for_num!(i32); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1073:1 [INFO] [stdout] | [INFO] [stdout] 1073 | from_redis_value_for_num!(u32); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1073:1 [INFO] [stdout] | [INFO] [stdout] 1073 | from_redis_value_for_num!(u32); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1073:1 [INFO] [stdout] | [INFO] [stdout] 1073 | from_redis_value_for_num!(u32); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1074:1 [INFO] [stdout] | [INFO] [stdout] 1074 | from_redis_value_for_num!(i64); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1074:1 [INFO] [stdout] | [INFO] [stdout] 1074 | from_redis_value_for_num!(i64); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1074:1 [INFO] [stdout] | [INFO] [stdout] 1074 | from_redis_value_for_num!(i64); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1075:1 [INFO] [stdout] | [INFO] [stdout] 1075 | from_redis_value_for_num!(u64); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1075:1 [INFO] [stdout] | [INFO] [stdout] 1075 | from_redis_value_for_num!(u64); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1075:1 [INFO] [stdout] | [INFO] [stdout] 1075 | from_redis_value_for_num!(u64); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1076:1 [INFO] [stdout] | [INFO] [stdout] 1076 | from_redis_value_for_num!(i128); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1076:1 [INFO] [stdout] | [INFO] [stdout] 1076 | from_redis_value_for_num!(i128); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1076:1 [INFO] [stdout] | [INFO] [stdout] 1076 | from_redis_value_for_num!(i128); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1077:1 [INFO] [stdout] | [INFO] [stdout] 1077 | from_redis_value_for_num!(u128); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1077:1 [INFO] [stdout] | [INFO] [stdout] 1077 | from_redis_value_for_num!(u128); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1077:1 [INFO] [stdout] | [INFO] [stdout] 1077 | from_redis_value_for_num!(u128); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1078:1 [INFO] [stdout] | [INFO] [stdout] 1078 | from_redis_value_for_num!(f32); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1078:1 [INFO] [stdout] | [INFO] [stdout] 1078 | from_redis_value_for_num!(f32); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1078:1 [INFO] [stdout] | [INFO] [stdout] 1078 | from_redis_value_for_num!(f32); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1079:1 [INFO] [stdout] | [INFO] [stdout] 1079 | from_redis_value_for_num!(f64); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1079:1 [INFO] [stdout] | [INFO] [stdout] 1079 | from_redis_value_for_num!(f64); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1079:1 [INFO] [stdout] | [INFO] [stdout] 1079 | from_redis_value_for_num!(f64); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1080:1 [INFO] [stdout] | [INFO] [stdout] 1080 | from_redis_value_for_num!(isize); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1080:1 [INFO] [stdout] | [INFO] [stdout] 1080 | from_redis_value_for_num!(isize); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1080:1 [INFO] [stdout] | [INFO] [stdout] 1080 | from_redis_value_for_num!(isize); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1081:1 [INFO] [stdout] | [INFO] [stdout] 1081 | from_redis_value_for_num!(usize); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1081:1 [INFO] [stdout] | [INFO] [stdout] 1081 | from_redis_value_for_num!(usize); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1081:1 [INFO] [stdout] | [INFO] [stdout] 1081 | from_redis_value_for_num!(usize); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1094:21 [INFO] [stdout] | [INFO] [stdout] 1094 | invalid_type_error!(v, "Response status not valid boolean"); [INFO] [stdout] | ------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1103:21 [INFO] [stdout] | [INFO] [stdout] 1103 | invalid_type_error!(v, "Response type not bool compatible."); [INFO] [stdout] | ------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1107:18 [INFO] [stdout] | [INFO] [stdout] 1107 | _ => invalid_type_error!(v, "Response type not bool compatible."), [INFO] [stdout] | ------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1118:18 [INFO] [stdout] | [INFO] [stdout] 1118 | _ => invalid_type_error!(v, "Response type not string compatible."), [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1130:25 [INFO] [stdout] | [INFO] [stdout] 1130 | None => invalid_type_error!(v, "Response type not vector compatible."), [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1134:18 [INFO] [stdout] | [INFO] [stdout] 1134 | _ => invalid_type_error!(v, "Response type not vector compatible."), [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1258:1 [INFO] [stdout] | [INFO] [stdout] 1258 | from_redis_value_for_tuple! { T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, } [INFO] [stdout] | ---------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1258:1 [INFO] [stdout] | [INFO] [stdout] 1258 | from_redis_value_for_tuple! { T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, } [INFO] [stdout] | ---------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1258:1 [INFO] [stdout] | [INFO] [stdout] 1258 | from_redis_value_for_tuple! { T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, } [INFO] [stdout] | ---------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1258:1 [INFO] [stdout] | [INFO] [stdout] 1258 | from_redis_value_for_tuple! { T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, } [INFO] [stdout] | ---------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1258:1 [INFO] [stdout] | [INFO] [stdout] 1258 | from_redis_value_for_tuple! { T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, } [INFO] [stdout] | ---------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1258:1 [INFO] [stdout] | [INFO] [stdout] 1258 | from_redis_value_for_tuple! { T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, } [INFO] [stdout] | ---------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1258:1 [INFO] [stdout] | [INFO] [stdout] 1258 | from_redis_value_for_tuple! { T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, } [INFO] [stdout] | ---------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1258:1 [INFO] [stdout] | [INFO] [stdout] 1258 | from_redis_value_for_tuple! { T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, } [INFO] [stdout] | ---------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1258:1 [INFO] [stdout] | [INFO] [stdout] 1258 | from_redis_value_for_tuple! { T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, } [INFO] [stdout] | ---------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1258:1 [INFO] [stdout] | [INFO] [stdout] 1258 | from_redis_value_for_tuple! { T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, } [INFO] [stdout] | ---------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1258:1 [INFO] [stdout] | [INFO] [stdout] 1258 | from_redis_value_for_tuple! { T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, } [INFO] [stdout] | ---------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1258:1 [INFO] [stdout] | [INFO] [stdout] 1258 | from_redis_value_for_tuple! { T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, } [INFO] [stdout] | ---------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1258:1 [INFO] [stdout] | [INFO] [stdout] 1258 | from_redis_value_for_tuple! { T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, } [INFO] [stdout] | ---------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1258:1 [INFO] [stdout] | [INFO] [stdout] 1258 | from_redis_value_for_tuple! { T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, } [INFO] [stdout] | ---------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1258:1 [INFO] [stdout] | [INFO] [stdout] 1258 | from_redis_value_for_tuple! { T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, } [INFO] [stdout] | ---------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1258:1 [INFO] [stdout] | [INFO] [stdout] 1258 | from_redis_value_for_tuple! { T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, } [INFO] [stdout] | ---------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1258:1 [INFO] [stdout] | [INFO] [stdout] 1258 | from_redis_value_for_tuple! { T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, } [INFO] [stdout] | ---------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1258:1 [INFO] [stdout] | [INFO] [stdout] 1258 | from_redis_value_for_tuple! { T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, } [INFO] [stdout] | ---------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1258:1 [INFO] [stdout] | [INFO] [stdout] 1258 | from_redis_value_for_tuple! { T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, } [INFO] [stdout] | ---------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1258:1 [INFO] [stdout] | [INFO] [stdout] 1258 | from_redis_value_for_tuple! { T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, } [INFO] [stdout] | ---------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1258:1 [INFO] [stdout] | [INFO] [stdout] 1258 | from_redis_value_for_tuple! { T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, } [INFO] [stdout] | ---------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1258:1 [INFO] [stdout] | [INFO] [stdout] 1258 | from_redis_value_for_tuple! { T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, } [INFO] [stdout] | ---------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1258:1 [INFO] [stdout] | [INFO] [stdout] 1258 | from_redis_value_for_tuple! { T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, } [INFO] [stdout] | ---------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1258:1 [INFO] [stdout] | [INFO] [stdout] 1258 | from_redis_value_for_tuple! { T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, } [INFO] [stdout] | ---------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1258:1 [INFO] [stdout] | [INFO] [stdout] 1258 | from_redis_value_for_tuple! { T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, } [INFO] [stdout] | ---------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1258:1 [INFO] [stdout] | [INFO] [stdout] 1258 | from_redis_value_for_tuple! { T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, } [INFO] [stdout] | ---------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1258:1 [INFO] [stdout] | [INFO] [stdout] 1258 | from_redis_value_for_tuple! { T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, } [INFO] [stdout] | ---------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1258:1 [INFO] [stdout] | [INFO] [stdout] 1258 | from_redis_value_for_tuple! { T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, } [INFO] [stdout] | ---------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1258:1 [INFO] [stdout] | [INFO] [stdout] 1258 | from_redis_value_for_tuple! { T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, } [INFO] [stdout] | ---------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1258:1 [INFO] [stdout] | [INFO] [stdout] 1258 | from_redis_value_for_tuple! { T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, } [INFO] [stdout] | ---------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1258:1 [INFO] [stdout] | [INFO] [stdout] 1258 | from_redis_value_for_tuple! { T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, } [INFO] [stdout] | ---------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1258:1 [INFO] [stdout] | [INFO] [stdout] 1258 | from_redis_value_for_tuple! { T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, } [INFO] [stdout] | ---------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1258:1 [INFO] [stdout] | [INFO] [stdout] 1258 | from_redis_value_for_tuple! { T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, } [INFO] [stdout] | ---------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1258:1 [INFO] [stdout] | [INFO] [stdout] 1258 | from_redis_value_for_tuple! { T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, } [INFO] [stdout] | ---------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1258:1 [INFO] [stdout] | [INFO] [stdout] 1258 | from_redis_value_for_tuple! { T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, } [INFO] [stdout] | ---------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1258:1 [INFO] [stdout] | [INFO] [stdout] 1258 | from_redis_value_for_tuple! { T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, } [INFO] [stdout] | ---------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 99 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 19.28s [INFO] running `Command { std: "docker" "inspect" "fc694f7ab55ba1279df1ceb0b5974d89f2f682109c77ef193687e6e1b90cf1bc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fc694f7ab55ba1279df1ceb0b5974d89f2f682109c77ef193687e6e1b90cf1bc", kill_on_drop: false }` [INFO] [stdout] fc694f7ab55ba1279df1ceb0b5974d89f2f682109c77ef193687e6e1b90cf1bc [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+d5c88c22807925c189328ef9d923c5d2b11a95b8" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f15c0a596c1ff04918c96c787d2547d938f3c5e1499fcc85cac5abe0e2b83fd4 [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" "f15c0a596c1ff04918c96c787d2547d938f3c5e1499fcc85cac5abe0e2b83fd4", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.97 [INFO] [stderr] Compiling ucd-trie v0.1.3 [INFO] [stderr] Compiling crossbeam-epoch v0.9.5 [INFO] [stderr] Compiling proc-macro-hack v0.5.19 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling futures-core v0.3.15 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Compiling futures-channel v0.3.15 [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Compiling rayon-core v1.9.1 [INFO] [stderr] Compiling proc-macro-nested v0.1.7 [INFO] [stderr] Compiling regex-syntax v0.6.25 [INFO] [stderr] Compiling futures-sink v0.3.15 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling serde_json v1.0.64 [INFO] [stderr] Compiling quick-error v1.2.3 [INFO] [stderr] Compiling plotters-backend v0.3.0 [INFO] [stderr] Compiling ppv-lite86 v0.2.10 [INFO] [stderr] Compiling unicode-width v0.1.8 [INFO] [stderr] Compiling regex-automata v0.1.10 [INFO] [stderr] Compiling termcolor v1.1.2 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling half v1.7.1 [INFO] [stderr] Compiling oorandom v11.1.3 [INFO] [stderr] Compiling remove_dir_all v0.5.3 [INFO] [stderr] Compiling assert_approx_eq v1.1.0 [INFO] [stderr] Compiling memoffset v0.6.4 [INFO] [stderr] Compiling futures-macro v0.3.15 [INFO] [stderr] Compiling futures-util v0.3.15 [INFO] [stderr] Compiling rayon v1.5.1 [INFO] [stderr] Compiling tokio v1.7.0 [INFO] [stderr] Compiling humantime v1.3.0 [INFO] [stderr] Compiling pest v2.1.3 [INFO] [stderr] Compiling itertools v0.9.0 [INFO] [stderr] Compiling itertools v0.10.1 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling plotters-svg v0.3.0 [INFO] [stderr] Compiling walkdir v2.3.2 [INFO] [stderr] Compiling aho-corasick v0.7.18 [INFO] [stderr] Compiling csv-core v0.1.10 [INFO] [stderr] Compiling crossbeam-channel v0.5.1 [INFO] [stderr] Compiling bstr v0.2.16 [INFO] [stderr] Compiling serde_cbor v0.11.1 [INFO] [stderr] Compiling plotters v0.3.1 [INFO] [stderr] Compiling clap v2.33.3 [INFO] [stderr] Compiling tokio-macros v1.2.0 [INFO] [stderr] Compiling serde_derive v1.0.126 [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/pipeline.rs:99:18 [INFO] [stdout] | [INFO] [stdout] 99 | _ => fail!(( [INFO] [stdout] | __________________- [INFO] [stdout] 100 | | ErrorKind::ResponseError, [INFO] [stdout] 101 | | "Invalid response when parsing multi response" [INFO] [stdout] 102 | | )), [INFO] [stdout] | |______________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/streams.rs:581:34 [INFO] [stdout] | [INFO] [stdout] 581 | ... _ => fail!(( [INFO] [stdout] | ____________________________- [INFO] [stdout] 582 | | ... crate::types::ErrorKind::TypeError, [INFO] [stdout] 583 | | ... "Cannot parse redis data (3)" [INFO] [stdout] 584 | | ... )), [INFO] [stdout] | |________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/streams.rs:586:30 [INFO] [stdout] | [INFO] [stdout] 586 | _ => fail!(( [INFO] [stdout] | ______________________________- [INFO] [stdout] 587 | | crate::types::ErrorKind::TypeError, [INFO] [stdout] 588 | | "Cannot parse redis data (2)" [INFO] [stdout] 589 | | )), [INFO] [stdout] | |__________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/streams.rs:593:18 [INFO] [stdout] | [INFO] [stdout] 593 | _ => fail!(( [INFO] [stdout] | __________________- [INFO] [stdout] 594 | | crate::types::ErrorKind::TypeError, [INFO] [stdout] 595 | | "Cannot parse redis data (1)" [INFO] [stdout] 596 | | )), [INFO] [stdout] | |______________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/connection.rs:139:21 [INFO] [stdout] | [INFO] [stdout] 139 | None => fail!((ErrorKind::InvalidClientConfig, "Redis URL did not parse")), [INFO] [stdout] | ------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/connection.rs:160:21 [INFO] [stdout] | [INFO] [stdout] 160 | None => fail!((ErrorKind::InvalidClientConfig, "Redis URL did not parse")), [INFO] [stdout] | ------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/connection.rs:168:17 [INFO] [stdout] | [INFO] [stdout] 168 | None => fail!((ErrorKind::InvalidClientConfig, "Missing hostname")), [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/connection.rs:207:21 [INFO] [stdout] | [INFO] [stdout] 207 | fail!((ErrorKind::InvalidClientConfig, "Invalid database number")) [INFO] [stdout] | ------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/connection.rs:215:31 [INFO] [stdout] | [INFO] [stdout] 215 | Err(_) => fail!(( [INFO] [stdout] | _______________________________- [INFO] [stdout] 216 | | ErrorKind::InvalidClientConfig, [INFO] [stdout] 217 | | "Username is not valid UTF-8 string" [INFO] [stdout] 218 | | )), [INFO] [stdout] | |______________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/connection.rs:224:31 [INFO] [stdout] | [INFO] [stdout] 224 | Err(_) => fail!(( [INFO] [stdout] | _______________________________- [INFO] [stdout] 225 | | ErrorKind::InvalidClientConfig, [INFO] [stdout] 226 | | "Password is not valid UTF-8 string" [INFO] [stdout] 227 | | )), [INFO] [stdout] | |______________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/connection.rs:241:13 [INFO] [stdout] | [INFO] [stdout] 241 | fail!((ErrorKind::InvalidClientConfig, "Missing path")) [INFO] [stdout] | ------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/connection.rs:247:21 [INFO] [stdout] | [INFO] [stdout] 247 | fail!((ErrorKind::InvalidClientConfig, "Invalid database number")) [INFO] [stdout] | ------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/connection.rs:270:18 [INFO] [stdout] | [INFO] [stdout] 270 | _ => fail!(( [INFO] [stdout] | __________________- [INFO] [stdout] 271 | | ErrorKind::InvalidClientConfig, [INFO] [stdout] 272 | | "URL provided is not a redis URL" [INFO] [stdout] 273 | | )), [INFO] [stdout] | |______________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/connection.rs:565:14 [INFO] [stdout] | [INFO] [stdout] 565 | _ => fail!(( [INFO] [stdout] | ______________- [INFO] [stdout] 566 | | ErrorKind::AuthenticationFailed, [INFO] [stdout] 567 | | "Password authentication failed", [INFO] [stdout] 568 | | )), [INFO] [stdout] | |__________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/connection.rs:601:18 [INFO] [stdout] | [INFO] [stdout] 601 | _ => fail!(( [INFO] [stdout] | __________________- [INFO] [stdout] 602 | | ErrorKind::ResponseError, [INFO] [stdout] 603 | | "Redis server refused to switch database" [INFO] [stdout] 604 | | )), [INFO] [stdout] | |______________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1061:9 [INFO] [stdout] | [INFO] [stdout] 1061 | from_redis_value_for_num_internal!(u8, v) [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1061:9 [INFO] [stdout] | [INFO] [stdout] 1061 | from_redis_value_for_num_internal!(u8, v) [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1061:9 [INFO] [stdout] | [INFO] [stdout] 1061 | from_redis_value_for_num_internal!(u8, v) [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1069:1 [INFO] [stdout] | [INFO] [stdout] 1069 | from_redis_value_for_num!(i8); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1069:1 [INFO] [stdout] | [INFO] [stdout] 1069 | from_redis_value_for_num!(i8); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1069:1 [INFO] [stdout] | [INFO] [stdout] 1069 | from_redis_value_for_num!(i8); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1070:1 [INFO] [stdout] | [INFO] [stdout] 1070 | from_redis_value_for_num!(i16); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1070:1 [INFO] [stdout] | [INFO] [stdout] 1070 | from_redis_value_for_num!(i16); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1070:1 [INFO] [stdout] | [INFO] [stdout] 1070 | from_redis_value_for_num!(i16); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1071:1 [INFO] [stdout] | [INFO] [stdout] 1071 | from_redis_value_for_num!(u16); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1071:1 [INFO] [stdout] | [INFO] [stdout] 1071 | from_redis_value_for_num!(u16); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1071:1 [INFO] [stdout] | [INFO] [stdout] 1071 | from_redis_value_for_num!(u16); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1072:1 [INFO] [stdout] | [INFO] [stdout] 1072 | from_redis_value_for_num!(i32); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1072:1 [INFO] [stdout] | [INFO] [stdout] 1072 | from_redis_value_for_num!(i32); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1072:1 [INFO] [stdout] | [INFO] [stdout] 1072 | from_redis_value_for_num!(i32); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1073:1 [INFO] [stdout] | [INFO] [stdout] 1073 | from_redis_value_for_num!(u32); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1073:1 [INFO] [stdout] | [INFO] [stdout] 1073 | from_redis_value_for_num!(u32); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1073:1 [INFO] [stdout] | [INFO] [stdout] 1073 | from_redis_value_for_num!(u32); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1074:1 [INFO] [stdout] | [INFO] [stdout] 1074 | from_redis_value_for_num!(i64); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1074:1 [INFO] [stdout] | [INFO] [stdout] 1074 | from_redis_value_for_num!(i64); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1074:1 [INFO] [stdout] | [INFO] [stdout] 1074 | from_redis_value_for_num!(i64); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1075:1 [INFO] [stdout] | [INFO] [stdout] 1075 | from_redis_value_for_num!(u64); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1075:1 [INFO] [stdout] | [INFO] [stdout] 1075 | from_redis_value_for_num!(u64); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1075:1 [INFO] [stdout] | [INFO] [stdout] 1075 | from_redis_value_for_num!(u64); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1076:1 [INFO] [stdout] | [INFO] [stdout] 1076 | from_redis_value_for_num!(i128); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1076:1 [INFO] [stdout] | [INFO] [stdout] 1076 | from_redis_value_for_num!(i128); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1076:1 [INFO] [stdout] | [INFO] [stdout] 1076 | from_redis_value_for_num!(i128); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1077:1 [INFO] [stdout] | [INFO] [stdout] 1077 | from_redis_value_for_num!(u128); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1077:1 [INFO] [stdout] | [INFO] [stdout] 1077 | from_redis_value_for_num!(u128); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1077:1 [INFO] [stdout] | [INFO] [stdout] 1077 | from_redis_value_for_num!(u128); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1078:1 [INFO] [stdout] | [INFO] [stdout] 1078 | from_redis_value_for_num!(f32); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1078:1 [INFO] [stdout] | [INFO] [stdout] 1078 | from_redis_value_for_num!(f32); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1078:1 [INFO] [stdout] | [INFO] [stdout] 1078 | from_redis_value_for_num!(f32); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1079:1 [INFO] [stdout] | [INFO] [stdout] 1079 | from_redis_value_for_num!(f64); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1079:1 [INFO] [stdout] | [INFO] [stdout] 1079 | from_redis_value_for_num!(f64); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1079:1 [INFO] [stdout] | [INFO] [stdout] 1079 | from_redis_value_for_num!(f64); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1080:1 [INFO] [stdout] | [INFO] [stdout] 1080 | from_redis_value_for_num!(isize); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1080:1 [INFO] [stdout] | [INFO] [stdout] 1080 | from_redis_value_for_num!(isize); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1080:1 [INFO] [stdout] | [INFO] [stdout] 1080 | from_redis_value_for_num!(isize); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1081:1 [INFO] [stdout] | [INFO] [stdout] 1081 | from_redis_value_for_num!(usize); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1081:1 [INFO] [stdout] | [INFO] [stdout] 1081 | from_redis_value_for_num!(usize); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1081:1 [INFO] [stdout] | [INFO] [stdout] 1081 | from_redis_value_for_num!(usize); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1094:21 [INFO] [stdout] | [INFO] [stdout] 1094 | invalid_type_error!(v, "Response status not valid boolean"); [INFO] [stdout] | ------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1103:21 [INFO] [stdout] | [INFO] [stdout] 1103 | invalid_type_error!(v, "Response type not bool compatible."); [INFO] [stdout] | ------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1107:18 [INFO] [stdout] | [INFO] [stdout] 1107 | _ => invalid_type_error!(v, "Response type not bool compatible."), [INFO] [stdout] | ------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1118:18 [INFO] [stdout] | [INFO] [stdout] 1118 | _ => invalid_type_error!(v, "Response type not string compatible."), [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1130:25 [INFO] [stdout] | [INFO] [stdout] 1130 | None => invalid_type_error!(v, "Response type not vector compatible."), [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1134:18 [INFO] [stdout] | [INFO] [stdout] 1134 | _ => invalid_type_error!(v, "Response type not vector compatible."), [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1258:1 [INFO] [stdout] | [INFO] [stdout] 1258 | from_redis_value_for_tuple! { T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, } [INFO] [stdout] | ---------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1258:1 [INFO] [stdout] | [INFO] [stdout] 1258 | from_redis_value_for_tuple! { T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, } [INFO] [stdout] | ---------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1258:1 [INFO] [stdout] | [INFO] [stdout] 1258 | from_redis_value_for_tuple! { T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, } [INFO] [stdout] | ---------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1258:1 [INFO] [stdout] | [INFO] [stdout] 1258 | from_redis_value_for_tuple! { T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, } [INFO] [stdout] | ---------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1258:1 [INFO] [stdout] | [INFO] [stdout] 1258 | from_redis_value_for_tuple! { T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, } [INFO] [stdout] | ---------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1258:1 [INFO] [stdout] | [INFO] [stdout] 1258 | from_redis_value_for_tuple! { T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, } [INFO] [stdout] | ---------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1258:1 [INFO] [stdout] | [INFO] [stdout] 1258 | from_redis_value_for_tuple! { T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, } [INFO] [stdout] | ---------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1258:1 [INFO] [stdout] | [INFO] [stdout] 1258 | from_redis_value_for_tuple! { T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, } [INFO] [stdout] | ---------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1258:1 [INFO] [stdout] | [INFO] [stdout] 1258 | from_redis_value_for_tuple! { T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, } [INFO] [stdout] | ---------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1258:1 [INFO] [stdout] | [INFO] [stdout] 1258 | from_redis_value_for_tuple! { T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, } [INFO] [stdout] | ---------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1258:1 [INFO] [stdout] | [INFO] [stdout] 1258 | from_redis_value_for_tuple! { T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, } [INFO] [stdout] | ---------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1258:1 [INFO] [stdout] | [INFO] [stdout] 1258 | from_redis_value_for_tuple! { T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, } [INFO] [stdout] | ---------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1258:1 [INFO] [stdout] | [INFO] [stdout] 1258 | from_redis_value_for_tuple! { T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, } [INFO] [stdout] | ---------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1258:1 [INFO] [stdout] | [INFO] [stdout] 1258 | from_redis_value_for_tuple! { T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, } [INFO] [stdout] | ---------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1258:1 [INFO] [stdout] | [INFO] [stdout] 1258 | from_redis_value_for_tuple! { T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, } [INFO] [stdout] | ---------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1258:1 [INFO] [stdout] | [INFO] [stdout] 1258 | from_redis_value_for_tuple! { T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, } [INFO] [stdout] | ---------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1258:1 [INFO] [stdout] | [INFO] [stdout] 1258 | from_redis_value_for_tuple! { T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, } [INFO] [stdout] | ---------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1258:1 [INFO] [stdout] | [INFO] [stdout] 1258 | from_redis_value_for_tuple! { T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, } [INFO] [stdout] | ---------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1258:1 [INFO] [stdout] | [INFO] [stdout] 1258 | from_redis_value_for_tuple! { T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, } [INFO] [stdout] | ---------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1258:1 [INFO] [stdout] | [INFO] [stdout] 1258 | from_redis_value_for_tuple! { T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, } [INFO] [stdout] | ---------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1258:1 [INFO] [stdout] | [INFO] [stdout] 1258 | from_redis_value_for_tuple! { T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, } [INFO] [stdout] | ---------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1258:1 [INFO] [stdout] | [INFO] [stdout] 1258 | from_redis_value_for_tuple! { T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, } [INFO] [stdout] | ---------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1258:1 [INFO] [stdout] | [INFO] [stdout] 1258 | from_redis_value_for_tuple! { T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, } [INFO] [stdout] | ---------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1258:1 [INFO] [stdout] | [INFO] [stdout] 1258 | from_redis_value_for_tuple! { T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, } [INFO] [stdout] | ---------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1258:1 [INFO] [stdout] | [INFO] [stdout] 1258 | from_redis_value_for_tuple! { T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, } [INFO] [stdout] | ---------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1258:1 [INFO] [stdout] | [INFO] [stdout] 1258 | from_redis_value_for_tuple! { T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, } [INFO] [stdout] | ---------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1258:1 [INFO] [stdout] | [INFO] [stdout] 1258 | from_redis_value_for_tuple! { T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, } [INFO] [stdout] | ---------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1258:1 [INFO] [stdout] | [INFO] [stdout] 1258 | from_redis_value_for_tuple! { T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, } [INFO] [stdout] | ---------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1258:1 [INFO] [stdout] | [INFO] [stdout] 1258 | from_redis_value_for_tuple! { T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, } [INFO] [stdout] | ---------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1258:1 [INFO] [stdout] | [INFO] [stdout] 1258 | from_redis_value_for_tuple! { T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, } [INFO] [stdout] | ---------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1258:1 [INFO] [stdout] | [INFO] [stdout] 1258 | from_redis_value_for_tuple! { T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, } [INFO] [stdout] | ---------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1258:1 [INFO] [stdout] | [INFO] [stdout] 1258 | from_redis_value_for_tuple! { T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, } [INFO] [stdout] | ---------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1258:1 [INFO] [stdout] | [INFO] [stdout] 1258 | from_redis_value_for_tuple! { T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, } [INFO] [stdout] | ---------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1258:1 [INFO] [stdout] | [INFO] [stdout] 1258 | from_redis_value_for_tuple! { T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, } [INFO] [stdout] | ---------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1258:1 [INFO] [stdout] | [INFO] [stdout] 1258 | from_redis_value_for_tuple! { T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, } [INFO] [stdout] | ---------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling crossbeam-deque v0.8.0 [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1258:1 [INFO] [stdout] | [INFO] [stdout] 1258 | from_redis_value_for_tuple! { T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, } [INFO] [stdout] | ---------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 99 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling csv v1.1.6 [INFO] [stderr] Compiling semver-parser v0.10.2 [INFO] [stderr] Compiling getrandom v0.2.3 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling socket2 v0.3.19 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling bytes v0.4.12 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling semver v0.11.0 [INFO] [stderr] Compiling tinytemplate v1.2.1 [INFO] [stderr] Compiling tokio-io v0.1.13 [INFO] [stderr] Compiling regex v1.5.4 [INFO] [stderr] Compiling rand v0.8.4 [INFO] [stderr] Compiling rustc_version v0.3.3 [INFO] [stderr] Compiling cast v0.2.6 [INFO] [stderr] Compiling tempfile v3.2.0 [INFO] [stderr] Compiling criterion-plot v0.4.3 [INFO] [stderr] Compiling env_logger v0.5.13 [INFO] [stderr] Compiling quickcheck v0.6.2 [INFO] [stderr] Compiling partial-io v0.3.1 [INFO] [stderr] Compiling criterion v0.3.4 [INFO] [stderr] Compiling futures-executor v0.3.15 [INFO] [stderr] Compiling futures v0.3.15 [INFO] [stderr] Compiling redis v0.21.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/pipeline.rs:99:18 [INFO] [stdout] | [INFO] [stdout] 99 | _ => fail!(( [INFO] [stdout] | __________________- [INFO] [stdout] 100 | | ErrorKind::ResponseError, [INFO] [stdout] 101 | | "Invalid response when parsing multi response" [INFO] [stdout] 102 | | )), [INFO] [stdout] | |______________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/streams.rs:581:34 [INFO] [stdout] | [INFO] [stdout] 581 | ... _ => fail!(( [INFO] [stdout] | ____________________________- [INFO] [stdout] 582 | | ... crate::types::ErrorKind::TypeError, [INFO] [stdout] 583 | | ... "Cannot parse redis data (3)" [INFO] [stdout] 584 | | ... )), [INFO] [stdout] | |________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/streams.rs:586:30 [INFO] [stdout] | [INFO] [stdout] 586 | _ => fail!(( [INFO] [stdout] | ______________________________- [INFO] [stdout] 587 | | crate::types::ErrorKind::TypeError, [INFO] [stdout] 588 | | "Cannot parse redis data (2)" [INFO] [stdout] 589 | | )), [INFO] [stdout] | |__________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/streams.rs:593:18 [INFO] [stdout] | [INFO] [stdout] 593 | _ => fail!(( [INFO] [stdout] | __________________- [INFO] [stdout] 594 | | crate::types::ErrorKind::TypeError, [INFO] [stdout] 595 | | "Cannot parse redis data (1)" [INFO] [stdout] 596 | | )), [INFO] [stdout] | |______________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/connection.rs:139:21 [INFO] [stdout] | [INFO] [stdout] 139 | None => fail!((ErrorKind::InvalidClientConfig, "Redis URL did not parse")), [INFO] [stdout] | ------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/connection.rs:160:21 [INFO] [stdout] | [INFO] [stdout] 160 | None => fail!((ErrorKind::InvalidClientConfig, "Redis URL did not parse")), [INFO] [stdout] | ------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/connection.rs:168:17 [INFO] [stdout] | [INFO] [stdout] 168 | None => fail!((ErrorKind::InvalidClientConfig, "Missing hostname")), [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/connection.rs:207:21 [INFO] [stdout] | [INFO] [stdout] 207 | fail!((ErrorKind::InvalidClientConfig, "Invalid database number")) [INFO] [stdout] | ------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/connection.rs:215:31 [INFO] [stdout] | [INFO] [stdout] 215 | Err(_) => fail!(( [INFO] [stdout] | _______________________________- [INFO] [stdout] 216 | | ErrorKind::InvalidClientConfig, [INFO] [stdout] 217 | | "Username is not valid UTF-8 string" [INFO] [stdout] 218 | | )), [INFO] [stdout] | |______________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/connection.rs:224:31 [INFO] [stdout] | [INFO] [stdout] 224 | Err(_) => fail!(( [INFO] [stdout] | _______________________________- [INFO] [stdout] 225 | | ErrorKind::InvalidClientConfig, [INFO] [stdout] 226 | | "Password is not valid UTF-8 string" [INFO] [stdout] 227 | | )), [INFO] [stdout] | |______________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/connection.rs:241:13 [INFO] [stdout] | [INFO] [stdout] 241 | fail!((ErrorKind::InvalidClientConfig, "Missing path")) [INFO] [stdout] | ------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/connection.rs:247:21 [INFO] [stdout] | [INFO] [stdout] 247 | fail!((ErrorKind::InvalidClientConfig, "Invalid database number")) [INFO] [stdout] | ------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/connection.rs:270:18 [INFO] [stdout] | [INFO] [stdout] 270 | _ => fail!(( [INFO] [stdout] | __________________- [INFO] [stdout] 271 | | ErrorKind::InvalidClientConfig, [INFO] [stdout] 272 | | "URL provided is not a redis URL" [INFO] [stdout] 273 | | )), [INFO] [stdout] | |______________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/connection.rs:565:14 [INFO] [stdout] | [INFO] [stdout] 565 | _ => fail!(( [INFO] [stdout] | ______________- [INFO] [stdout] 566 | | ErrorKind::AuthenticationFailed, [INFO] [stdout] 567 | | "Password authentication failed", [INFO] [stdout] 568 | | )), [INFO] [stdout] | |__________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/connection.rs:601:18 [INFO] [stdout] | [INFO] [stdout] 601 | _ => fail!(( [INFO] [stdout] | __________________- [INFO] [stdout] 602 | | ErrorKind::ResponseError, [INFO] [stdout] 603 | | "Redis server refused to switch database" [INFO] [stdout] 604 | | )), [INFO] [stdout] | |______________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1061:9 [INFO] [stdout] | [INFO] [stdout] 1061 | from_redis_value_for_num_internal!(u8, v) [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1061:9 [INFO] [stdout] | [INFO] [stdout] 1061 | from_redis_value_for_num_internal!(u8, v) [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1061:9 [INFO] [stdout] | [INFO] [stdout] 1061 | from_redis_value_for_num_internal!(u8, v) [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1069:1 [INFO] [stdout] | [INFO] [stdout] 1069 | from_redis_value_for_num!(i8); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1069:1 [INFO] [stdout] | [INFO] [stdout] 1069 | from_redis_value_for_num!(i8); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1069:1 [INFO] [stdout] | [INFO] [stdout] 1069 | from_redis_value_for_num!(i8); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1070:1 [INFO] [stdout] | [INFO] [stdout] 1070 | from_redis_value_for_num!(i16); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1070:1 [INFO] [stdout] | [INFO] [stdout] 1070 | from_redis_value_for_num!(i16); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1070:1 [INFO] [stdout] | [INFO] [stdout] 1070 | from_redis_value_for_num!(i16); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1071:1 [INFO] [stdout] | [INFO] [stdout] 1071 | from_redis_value_for_num!(u16); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1071:1 [INFO] [stdout] | [INFO] [stdout] 1071 | from_redis_value_for_num!(u16); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1071:1 [INFO] [stdout] | [INFO] [stdout] 1071 | from_redis_value_for_num!(u16); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1072:1 [INFO] [stdout] | [INFO] [stdout] 1072 | from_redis_value_for_num!(i32); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1072:1 [INFO] [stdout] | [INFO] [stdout] 1072 | from_redis_value_for_num!(i32); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1072:1 [INFO] [stdout] | [INFO] [stdout] 1072 | from_redis_value_for_num!(i32); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1073:1 [INFO] [stdout] | [INFO] [stdout] 1073 | from_redis_value_for_num!(u32); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1073:1 [INFO] [stdout] | [INFO] [stdout] 1073 | from_redis_value_for_num!(u32); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1073:1 [INFO] [stdout] | [INFO] [stdout] 1073 | from_redis_value_for_num!(u32); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1074:1 [INFO] [stdout] | [INFO] [stdout] 1074 | from_redis_value_for_num!(i64); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1074:1 [INFO] [stdout] | [INFO] [stdout] 1074 | from_redis_value_for_num!(i64); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1074:1 [INFO] [stdout] | [INFO] [stdout] 1074 | from_redis_value_for_num!(i64); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1075:1 [INFO] [stdout] | [INFO] [stdout] 1075 | from_redis_value_for_num!(u64); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1075:1 [INFO] [stdout] | [INFO] [stdout] 1075 | from_redis_value_for_num!(u64); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1075:1 [INFO] [stdout] | [INFO] [stdout] 1075 | from_redis_value_for_num!(u64); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1076:1 [INFO] [stdout] | [INFO] [stdout] 1076 | from_redis_value_for_num!(i128); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1076:1 [INFO] [stdout] | [INFO] [stdout] 1076 | from_redis_value_for_num!(i128); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1076:1 [INFO] [stdout] | [INFO] [stdout] 1076 | from_redis_value_for_num!(i128); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1077:1 [INFO] [stdout] | [INFO] [stdout] 1077 | from_redis_value_for_num!(u128); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1077:1 [INFO] [stdout] | [INFO] [stdout] 1077 | from_redis_value_for_num!(u128); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1077:1 [INFO] [stdout] | [INFO] [stdout] 1077 | from_redis_value_for_num!(u128); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1078:1 [INFO] [stdout] | [INFO] [stdout] 1078 | from_redis_value_for_num!(f32); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1078:1 [INFO] [stdout] | [INFO] [stdout] 1078 | from_redis_value_for_num!(f32); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1078:1 [INFO] [stdout] | [INFO] [stdout] 1078 | from_redis_value_for_num!(f32); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1079:1 [INFO] [stdout] | [INFO] [stdout] 1079 | from_redis_value_for_num!(f64); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1079:1 [INFO] [stdout] | [INFO] [stdout] 1079 | from_redis_value_for_num!(f64); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1079:1 [INFO] [stdout] | [INFO] [stdout] 1079 | from_redis_value_for_num!(f64); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1080:1 [INFO] [stdout] | [INFO] [stdout] 1080 | from_redis_value_for_num!(isize); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1080:1 [INFO] [stdout] | [INFO] [stdout] 1080 | from_redis_value_for_num!(isize); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1080:1 [INFO] [stdout] | [INFO] [stdout] 1080 | from_redis_value_for_num!(isize); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1081:1 [INFO] [stdout] | [INFO] [stdout] 1081 | from_redis_value_for_num!(usize); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1081:1 [INFO] [stdout] | [INFO] [stdout] 1081 | from_redis_value_for_num!(usize); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1081:1 [INFO] [stdout] | [INFO] [stdout] 1081 | from_redis_value_for_num!(usize); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1094:21 [INFO] [stdout] | [INFO] [stdout] 1094 | invalid_type_error!(v, "Response status not valid boolean"); [INFO] [stdout] | ------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1103:21 [INFO] [stdout] | [INFO] [stdout] 1103 | invalid_type_error!(v, "Response type not bool compatible."); [INFO] [stdout] | ------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1107:18 [INFO] [stdout] | [INFO] [stdout] 1107 | _ => invalid_type_error!(v, "Response type not bool compatible."), [INFO] [stdout] | ------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1118:18 [INFO] [stdout] | [INFO] [stdout] 1118 | _ => invalid_type_error!(v, "Response type not string compatible."), [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1130:25 [INFO] [stdout] | [INFO] [stdout] 1130 | None => invalid_type_error!(v, "Response type not vector compatible."), [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1134:18 [INFO] [stdout] | [INFO] [stdout] 1134 | _ => invalid_type_error!(v, "Response type not vector compatible."), [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1258:1 [INFO] [stdout] | [INFO] [stdout] 1258 | from_redis_value_for_tuple! { T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, } [INFO] [stdout] | ---------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1258:1 [INFO] [stdout] | [INFO] [stdout] 1258 | from_redis_value_for_tuple! { T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, } [INFO] [stdout] | ---------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1258:1 [INFO] [stdout] | [INFO] [stdout] 1258 | from_redis_value_for_tuple! { T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, } [INFO] [stdout] | ---------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1258:1 [INFO] [stdout] | [INFO] [stdout] 1258 | from_redis_value_for_tuple! { T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, } [INFO] [stdout] | ---------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1258:1 [INFO] [stdout] | [INFO] [stdout] 1258 | from_redis_value_for_tuple! { T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, } [INFO] [stdout] | ---------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1258:1 [INFO] [stdout] | [INFO] [stdout] 1258 | from_redis_value_for_tuple! { T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, } [INFO] [stdout] | ---------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1258:1 [INFO] [stdout] | [INFO] [stdout] 1258 | from_redis_value_for_tuple! { T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, } [INFO] [stdout] | ---------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1258:1 [INFO] [stdout] | [INFO] [stdout] 1258 | from_redis_value_for_tuple! { T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, } [INFO] [stdout] | ---------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1258:1 [INFO] [stdout] | [INFO] [stdout] 1258 | from_redis_value_for_tuple! { T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, } [INFO] [stdout] | ---------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1258:1 [INFO] [stdout] | [INFO] [stdout] 1258 | from_redis_value_for_tuple! { T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, } [INFO] [stdout] | ---------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1258:1 [INFO] [stdout] | [INFO] [stdout] 1258 | from_redis_value_for_tuple! { T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, } [INFO] [stdout] | ---------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1258:1 [INFO] [stdout] | [INFO] [stdout] 1258 | from_redis_value_for_tuple! { T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, } [INFO] [stdout] | ---------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1258:1 [INFO] [stdout] | [INFO] [stdout] 1258 | from_redis_value_for_tuple! { T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, } [INFO] [stdout] | ---------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1258:1 [INFO] [stdout] | [INFO] [stdout] 1258 | from_redis_value_for_tuple! { T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, } [INFO] [stdout] | ---------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1258:1 [INFO] [stdout] | [INFO] [stdout] 1258 | from_redis_value_for_tuple! { T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, } [INFO] [stdout] | ---------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1258:1 [INFO] [stdout] | [INFO] [stdout] 1258 | from_redis_value_for_tuple! { T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, } [INFO] [stdout] | ---------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1258:1 [INFO] [stdout] | [INFO] [stdout] 1258 | from_redis_value_for_tuple! { T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, } [INFO] [stdout] | ---------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1258:1 [INFO] [stdout] | [INFO] [stdout] 1258 | from_redis_value_for_tuple! { T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, } [INFO] [stdout] | ---------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1258:1 [INFO] [stdout] | [INFO] [stdout] 1258 | from_redis_value_for_tuple! { T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, } [INFO] [stdout] | ---------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1258:1 [INFO] [stdout] | [INFO] [stdout] 1258 | from_redis_value_for_tuple! { T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, } [INFO] [stdout] | ---------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1258:1 [INFO] [stdout] | [INFO] [stdout] 1258 | from_redis_value_for_tuple! { T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, } [INFO] [stdout] | ---------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1258:1 [INFO] [stdout] | [INFO] [stdout] 1258 | from_redis_value_for_tuple! { T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, } [INFO] [stdout] | ---------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1258:1 [INFO] [stdout] | [INFO] [stdout] 1258 | from_redis_value_for_tuple! { T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, } [INFO] [stdout] | ---------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1258:1 [INFO] [stdout] | [INFO] [stdout] 1258 | from_redis_value_for_tuple! { T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, } [INFO] [stdout] | ---------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1258:1 [INFO] [stdout] | [INFO] [stdout] 1258 | from_redis_value_for_tuple! { T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, } [INFO] [stdout] | ---------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1258:1 [INFO] [stdout] | [INFO] [stdout] 1258 | from_redis_value_for_tuple! { T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, } [INFO] [stdout] | ---------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1258:1 [INFO] [stdout] | [INFO] [stdout] 1258 | from_redis_value_for_tuple! { T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, } [INFO] [stdout] | ---------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1258:1 [INFO] [stdout] | [INFO] [stdout] 1258 | from_redis_value_for_tuple! { T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, } [INFO] [stdout] | ---------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1258:1 [INFO] [stdout] | [INFO] [stdout] 1258 | from_redis_value_for_tuple! { T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, } [INFO] [stdout] | ---------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1258:1 [INFO] [stdout] | [INFO] [stdout] 1258 | from_redis_value_for_tuple! { T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, } [INFO] [stdout] | ---------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1258:1 [INFO] [stdout] | [INFO] [stdout] 1258 | from_redis_value_for_tuple! { T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, } [INFO] [stdout] | ---------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1258:1 [INFO] [stdout] | [INFO] [stdout] 1258 | from_redis_value_for_tuple! { T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, } [INFO] [stdout] | ---------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1258:1 [INFO] [stdout] | [INFO] [stdout] 1258 | from_redis_value_for_tuple! { T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, } [INFO] [stdout] | ---------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1258:1 [INFO] [stdout] | [INFO] [stdout] 1258 | from_redis_value_for_tuple! { T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, } [INFO] [stdout] | ---------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1258:1 [INFO] [stdout] | [INFO] [stdout] 1258 | from_redis_value_for_tuple! { T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, } [INFO] [stdout] | ---------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | return Err(::std::convert::From::from($expr)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:1258:1 [INFO] [stdout] | [INFO] [stdout] 1258 | from_redis_value_for_tuple! { T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, } [INFO] [stdout] | ---------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 99 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1m 13s [INFO] running `Command { std: "docker" "inspect" "f15c0a596c1ff04918c96c787d2547d938f3c5e1499fcc85cac5abe0e2b83fd4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f15c0a596c1ff04918c96c787d2547d938f3c5e1499fcc85cac5abe0e2b83fd4", kill_on_drop: false }` [INFO] [stdout] f15c0a596c1ff04918c96c787d2547d938f3c5e1499fcc85cac5abe0e2b83fd4