[INFO] fetching crate jsonrpc-macros-plus 7.1.4... [INFO] testing jsonrpc-macros-plus-7.1.4 against beta-2022-02-22 for beta-1.60-1 [INFO] extracting crate jsonrpc-macros-plus 7.1.4 into /workspace/builds/worker-0/source [INFO] validating manifest of crates.io crate jsonrpc-macros-plus 7.1.4 on toolchain beta-2022-02-22 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate jsonrpc-macros-plus 7.1.4 [INFO] finished tweaking crates.io crate jsonrpc-macros-plus 7.1.4 [INFO] tweaked toml for crates.io crate jsonrpc-macros-plus 7.1.4 written to /workspace/builds/worker-0/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded jsonrpc-core v7.1.1 [INFO] [stderr] Downloaded globset v0.1.4 [INFO] [stderr] Downloaded jsonrpc-server-utils v7.1.1 [INFO] [stderr] Downloaded jsonrpc-tcp-server v7.1.1 [INFO] [stderr] Downloaded jsonrpc-pubsub v7.1.1 [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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 31a32212076782bebc227d375605766129586194ba86c3e45572734ff570f813 [INFO] running `Command { std: "docker" "start" "-a" "31a32212076782bebc227d375605766129586194ba86c3e45572734ff570f813", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "31a32212076782bebc227d375605766129586194ba86c3e45572734ff570f813", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "31a32212076782bebc227d375605766129586194ba86c3e45572734ff570f813", kill_on_drop: false }` [INFO] [stdout] 31a32212076782bebc227d375605766129586194ba86c3e45572734ff570f813 [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=warn" "-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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5fe1ab8d8ccc5beaa500288dae6c6f54e79836e05045a7300c6e8b72a4ca3bf2 [INFO] running `Command { std: "docker" "start" "-a" "5fe1ab8d8ccc5beaa500288dae6c6f54e79836e05045a7300c6e8b72a4ca3bf2", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling futures v0.1.31 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling log v0.3.9 [INFO] [stderr] Compiling parking_lot_core v0.2.14 [INFO] [stderr] Compiling parking_lot v0.4.8 [INFO] [stderr] Compiling jsonrpc-core v7.1.1 [INFO] [stderr] Compiling jsonrpc-pubsub v7.1.1 [INFO] [stderr] Compiling jsonrpc-macros-plus v7.1.4 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/auto_args.rs:443:12 [INFO] [stdout] | [INFO] [stdout] 443 | let len = try!(params_len(¶ms)); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/auto_args.rs:458:12 [INFO] [stdout] | [INFO] [stdout] 458 | let id = try!(parse_trailing_param(params)).0; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/auto_args.rs:528:24 [INFO] [stdout] | [INFO] [stdout] 528 | let ($($x,)+ id) = try!(params); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 639 | wrap_with_trailing!(6, A, B, C, D, E, F); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/auto_args.rs:528:24 [INFO] [stdout] | [INFO] [stdout] 528 | let ($($x,)+ id) = try!(params); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 640 | wrap_with_trailing!(5, A, B, C, D, E); [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/auto_args.rs:528:24 [INFO] [stdout] | [INFO] [stdout] 528 | let ($($x,)+ id) = try!(params); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 641 | wrap_with_trailing!(4, A, B, C, D); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/auto_args.rs:528:24 [INFO] [stdout] | [INFO] [stdout] 528 | let ($($x,)+ id) = try!(params); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 642 | wrap_with_trailing!(3, A, B, C); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/auto_args.rs:528:24 [INFO] [stdout] | [INFO] [stdout] 528 | let ($($x,)+ id) = try!(params); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 643 | wrap_with_trailing!(2, A, B); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/auto_args.rs:528:24 [INFO] [stdout] | [INFO] [stdout] 528 | let ($($x,)+ id) = try!(params); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 644 | wrap_with_trailing!(1, A); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:8:35 [INFO] [stdout] | [INFO] [stdout] 8 | use jsonrpc_core::futures::{self, BoxFuture, Future}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:321:44 [INFO] [stdout] | [INFO] [stdout] 321 | impl WrapAsync for fn(&B) -> BoxFuture [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:332:52 [INFO] [stdout] | [INFO] [stdout] 332 | impl WrapMeta for fn(&B, M) -> BoxFuture [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:464:60 [INFO] [stdout] | [INFO] [stdout] 464 | impl WrapAsync for fn(&B, Trailing) -> BoxFuture [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:477:68 [INFO] [stdout] | [INFO] [stdout] 477 | impl WrapMeta for fn(&B, M, Trailing) -> BoxFuture [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:382:48 [INFO] [stdout] | [INFO] [stdout] 382 | > WrapAsync for fn(&BASE, $($x,)+ ) -> BoxFuture { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 632 | wrap!(A, B, C, D, E, F); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:398:58 [INFO] [stdout] | [INFO] [stdout] 398 | > WrapMeta for fn(&BASE, META, $($x,)+) -> BoxFuture { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 632 | wrap!(A, B, C, D, E, F); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:382:48 [INFO] [stdout] | [INFO] [stdout] 382 | > WrapAsync for fn(&BASE, $($x,)+ ) -> BoxFuture { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 633 | wrap!(A, B, C, D, E); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:398:58 [INFO] [stdout] | [INFO] [stdout] 398 | > WrapMeta for fn(&BASE, META, $($x,)+) -> BoxFuture { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 633 | wrap!(A, B, C, D, E); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:382:48 [INFO] [stdout] | [INFO] [stdout] 382 | > WrapAsync for fn(&BASE, $($x,)+ ) -> BoxFuture { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 634 | wrap!(A, B, C, D); [INFO] [stdout] | ----------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:398:58 [INFO] [stdout] | [INFO] [stdout] 398 | > WrapMeta for fn(&BASE, META, $($x,)+) -> BoxFuture { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 634 | wrap!(A, B, C, D); [INFO] [stdout] | ----------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:382:48 [INFO] [stdout] | [INFO] [stdout] 382 | > WrapAsync for fn(&BASE, $($x,)+ ) -> BoxFuture { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 635 | wrap!(A, B, C); [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:398:58 [INFO] [stdout] | [INFO] [stdout] 398 | > WrapMeta for fn(&BASE, META, $($x,)+) -> BoxFuture { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 635 | wrap!(A, B, C); [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:382:48 [INFO] [stdout] | [INFO] [stdout] 382 | > WrapAsync for fn(&BASE, $($x,)+ ) -> BoxFuture { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 636 | wrap!(A, B); [INFO] [stdout] | ----------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:398:58 [INFO] [stdout] | [INFO] [stdout] 398 | > WrapMeta for fn(&BASE, META, $($x,)+) -> BoxFuture { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 636 | wrap!(A, B); [INFO] [stdout] | ----------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:382:48 [INFO] [stdout] | [INFO] [stdout] 382 | > WrapAsync for fn(&BASE, $($x,)+ ) -> BoxFuture { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 637 | wrap!(A); [INFO] [stdout] | -------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:398:58 [INFO] [stdout] | [INFO] [stdout] 398 | > WrapMeta for fn(&BASE, META, $($x,)+) -> BoxFuture { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 637 | wrap!(A); [INFO] [stdout] | -------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:540:66 [INFO] [stdout] | [INFO] [stdout] 540 | > WrapAsync for fn(&BASE, $($x,)+ Trailing) -> BoxFuture { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 639 | wrap_with_trailing!(6, A, B, C, D, E, F); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:570:77 [INFO] [stdout] | [INFO] [stdout] 570 | > WrapMeta for fn(&BASE, META, $($x,)+ Trailing) -> BoxFuture { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 639 | wrap_with_trailing!(6, A, B, C, D, E, F); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:540:66 [INFO] [stdout] | [INFO] [stdout] 540 | > WrapAsync for fn(&BASE, $($x,)+ Trailing) -> BoxFuture { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 640 | wrap_with_trailing!(5, A, B, C, D, E); [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:570:77 [INFO] [stdout] | [INFO] [stdout] 570 | > WrapMeta for fn(&BASE, META, $($x,)+ Trailing) -> BoxFuture { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 640 | wrap_with_trailing!(5, A, B, C, D, E); [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:540:66 [INFO] [stdout] | [INFO] [stdout] 540 | > WrapAsync for fn(&BASE, $($x,)+ Trailing) -> BoxFuture { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 641 | wrap_with_trailing!(4, A, B, C, D); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:570:77 [INFO] [stdout] | [INFO] [stdout] 570 | > WrapMeta for fn(&BASE, META, $($x,)+ Trailing) -> BoxFuture { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 641 | wrap_with_trailing!(4, A, B, C, D); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:540:66 [INFO] [stdout] | [INFO] [stdout] 540 | > WrapAsync for fn(&BASE, $($x,)+ Trailing) -> BoxFuture { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 642 | wrap_with_trailing!(3, A, B, C); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:570:77 [INFO] [stdout] | [INFO] [stdout] 570 | > WrapMeta for fn(&BASE, META, $($x,)+ Trailing) -> BoxFuture { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 642 | wrap_with_trailing!(3, A, B, C); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:540:66 [INFO] [stdout] | [INFO] [stdout] 540 | > WrapAsync for fn(&BASE, $($x,)+ Trailing) -> BoxFuture { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 643 | wrap_with_trailing!(2, A, B); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:570:77 [INFO] [stdout] | [INFO] [stdout] 570 | > WrapMeta for fn(&BASE, META, $($x,)+ Trailing) -> BoxFuture { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 643 | wrap_with_trailing!(2, A, B); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:540:66 [INFO] [stdout] | [INFO] [stdout] 540 | > WrapAsync for fn(&BASE, $($x,)+ Trailing) -> BoxFuture { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 644 | wrap_with_trailing!(1, A); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:570:77 [INFO] [stdout] | [INFO] [stdout] 570 | > WrapMeta for fn(&BASE, META, $($x,)+ Trailing) -> BoxFuture { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 644 | wrap_with_trailing!(1, A); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:294:50 [INFO] [stdout] | [INFO] [stdout] 294 | fn wrap_rpc(&self, base: &B, params: Params) -> BoxFuture; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:300:59 [INFO] [stdout] | [INFO] [stdout] 300 | fn wrap_rpc(&self, base: &B, params: Params, meta: M) -> BoxFuture; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:324:50 [INFO] [stdout] | [INFO] [stdout] 324 | fn wrap_rpc(&self, base: &B, params: Params) -> BoxFuture { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:335:59 [INFO] [stdout] | [INFO] [stdout] 335 | fn wrap_rpc(&self, base: &B, params: Params, meta: M) -> BoxFuture { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:467:50 [INFO] [stdout] | [INFO] [stdout] 467 | fn wrap_rpc(&self, base: &B, params: Params) -> BoxFuture { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:480:59 [INFO] [stdout] | [INFO] [stdout] 480 | fn wrap_rpc(&self, base: &B, params: Params, meta: M) -> BoxFuture { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:383:55 [INFO] [stdout] | [INFO] [stdout] 383 | fn wrap_rpc(&self, base: &BASE, params: Params) -> BoxFuture { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 632 | wrap!(A, B, C, D, E, F); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:399:67 [INFO] [stdout] | [INFO] [stdout] 399 | fn wrap_rpc(&self, base: &BASE, params: Params, meta: META) -> BoxFuture { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 632 | wrap!(A, B, C, D, E, F); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:383:55 [INFO] [stdout] | [INFO] [stdout] 383 | fn wrap_rpc(&self, base: &BASE, params: Params) -> BoxFuture { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 633 | wrap!(A, B, C, D, E); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:399:67 [INFO] [stdout] | [INFO] [stdout] 399 | fn wrap_rpc(&self, base: &BASE, params: Params, meta: META) -> BoxFuture { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 633 | wrap!(A, B, C, D, E); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:383:55 [INFO] [stdout] | [INFO] [stdout] 383 | fn wrap_rpc(&self, base: &BASE, params: Params) -> BoxFuture { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 634 | wrap!(A, B, C, D); [INFO] [stdout] | ----------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:399:67 [INFO] [stdout] | [INFO] [stdout] 399 | fn wrap_rpc(&self, base: &BASE, params: Params, meta: META) -> BoxFuture { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 634 | wrap!(A, B, C, D); [INFO] [stdout] | ----------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:383:55 [INFO] [stdout] | [INFO] [stdout] 383 | fn wrap_rpc(&self, base: &BASE, params: Params) -> BoxFuture { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 635 | wrap!(A, B, C); [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:399:67 [INFO] [stdout] | [INFO] [stdout] 399 | fn wrap_rpc(&self, base: &BASE, params: Params, meta: META) -> BoxFuture { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 635 | wrap!(A, B, C); [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:383:55 [INFO] [stdout] | [INFO] [stdout] 383 | fn wrap_rpc(&self, base: &BASE, params: Params) -> BoxFuture { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 636 | wrap!(A, B); [INFO] [stdout] | ----------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:399:67 [INFO] [stdout] | [INFO] [stdout] 399 | fn wrap_rpc(&self, base: &BASE, params: Params, meta: META) -> BoxFuture { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 636 | wrap!(A, B); [INFO] [stdout] | ----------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:383:55 [INFO] [stdout] | [INFO] [stdout] 383 | fn wrap_rpc(&self, base: &BASE, params: Params) -> BoxFuture { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 637 | wrap!(A); [INFO] [stdout] | -------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:399:67 [INFO] [stdout] | [INFO] [stdout] 399 | fn wrap_rpc(&self, base: &BASE, params: Params, meta: META) -> BoxFuture { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 637 | wrap!(A); [INFO] [stdout] | -------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:541:55 [INFO] [stdout] | [INFO] [stdout] 541 | fn wrap_rpc(&self, base: &BASE, params: Params) -> BoxFuture { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 639 | wrap_with_trailing!(6, A, B, C, D, E, F); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:571:67 [INFO] [stdout] | [INFO] [stdout] 571 | fn wrap_rpc(&self, base: &BASE, params: Params, meta: META) -> BoxFuture { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 639 | wrap_with_trailing!(6, A, B, C, D, E, F); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:541:55 [INFO] [stdout] | [INFO] [stdout] 541 | fn wrap_rpc(&self, base: &BASE, params: Params) -> BoxFuture { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 640 | wrap_with_trailing!(5, A, B, C, D, E); [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:571:67 [INFO] [stdout] | [INFO] [stdout] 571 | fn wrap_rpc(&self, base: &BASE, params: Params, meta: META) -> BoxFuture { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 640 | wrap_with_trailing!(5, A, B, C, D, E); [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:541:55 [INFO] [stdout] | [INFO] [stdout] 541 | fn wrap_rpc(&self, base: &BASE, params: Params) -> BoxFuture { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 641 | wrap_with_trailing!(4, A, B, C, D); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:571:67 [INFO] [stdout] | [INFO] [stdout] 571 | fn wrap_rpc(&self, base: &BASE, params: Params, meta: META) -> BoxFuture { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 641 | wrap_with_trailing!(4, A, B, C, D); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:541:55 [INFO] [stdout] | [INFO] [stdout] 541 | fn wrap_rpc(&self, base: &BASE, params: Params) -> BoxFuture { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 642 | wrap_with_trailing!(3, A, B, C); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:571:67 [INFO] [stdout] | [INFO] [stdout] 571 | fn wrap_rpc(&self, base: &BASE, params: Params, meta: META) -> BoxFuture { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 642 | wrap_with_trailing!(3, A, B, C); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:541:55 [INFO] [stdout] | [INFO] [stdout] 541 | fn wrap_rpc(&self, base: &BASE, params: Params) -> BoxFuture { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 643 | wrap_with_trailing!(2, A, B); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:571:67 [INFO] [stdout] | [INFO] [stdout] 571 | fn wrap_rpc(&self, base: &BASE, params: Params, meta: META) -> BoxFuture { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 643 | wrap_with_trailing!(2, A, B); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:541:55 [INFO] [stdout] | [INFO] [stdout] 541 | fn wrap_rpc(&self, base: &BASE, params: Params) -> BoxFuture { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 644 | wrap_with_trailing!(1, A); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:571:67 [INFO] [stdout] | [INFO] [stdout] 571 | fn wrap_rpc(&self, base: &BASE, params: Params, meta: META) -> BoxFuture { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 644 | wrap_with_trailing!(1, A); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/delegates.rs:6:35 [INFO] [stdout] | [INFO] [stdout] 6 | use jsonrpc_core::futures::{self, BoxFuture, Future}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/delegates.rs:11:18 [INFO] [stdout] | [INFO] [stdout] 11 | type AsyncData = BoxFuture; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:326:61 [INFO] [stdout] | [INFO] [stdout] 326 | Ok(()) => (self)(base).map(to_value).map_err(Into::into).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:327:33 [INFO] [stdout] | [INFO] [stdout] 327 | Err(e) => futures::failed(e).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:337:67 [INFO] [stdout] | [INFO] [stdout] 337 | Ok(()) => (self)(base, meta).map(to_value).map_err(Into::into).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:338:40 [INFO] [stdout] | [INFO] [stdout] 338 | Err(e) => futures::failed(e.into()).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:471:78 [INFO] [stdout] | [INFO] [stdout] 471 | Ok((id,)) => (self)(base, Trailing(id)).map(to_value).map_err(Into::into).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:472:33 [INFO] [stdout] | [INFO] [stdout] 472 | Err(e) => futures::failed(e).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:484:84 [INFO] [stdout] | [INFO] [stdout] 484 | Ok((id,)) => (self)(base, meta, Trailing(id)).map(to_value).map_err(Into::into).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:485:33 [INFO] [stdout] | [INFO] [stdout] 485 | Err(e) => futures::failed(e).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/delegates.rs:26:50 [INFO] [stdout] | [INFO] [stdout] 26 | futures::done(closure(&self.delegate, params)).boxed() [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:385:79 [INFO] [stdout] | [INFO] [stdout] 385 | Ok(($($x,)+)) => (self)(base, $($x,)+).map(to_value).map_err(Into::into).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 632 | wrap!(A, B, C, D, E, F); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:386:35 [INFO] [stdout] | [INFO] [stdout] 386 | Err(e) => futures::failed(e).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 632 | wrap!(A, B, C, D, E, F); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:401:85 [INFO] [stdout] | [INFO] [stdout] 401 | Ok(($($x,)+)) => (self)(base, meta, $($x,)+).map(to_value).map_err(Into::into).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 632 | wrap!(A, B, C, D, E, F); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:402:35 [INFO] [stdout] | [INFO] [stdout] 402 | Err(e) => futures::failed(e).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 632 | wrap!(A, B, C, D, E, F); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:385:79 [INFO] [stdout] | [INFO] [stdout] 385 | Ok(($($x,)+)) => (self)(base, $($x,)+).map(to_value).map_err(Into::into).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 633 | wrap!(A, B, C, D, E); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:386:35 [INFO] [stdout] | [INFO] [stdout] 386 | Err(e) => futures::failed(e).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 633 | wrap!(A, B, C, D, E); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:401:85 [INFO] [stdout] | [INFO] [stdout] 401 | Ok(($($x,)+)) => (self)(base, meta, $($x,)+).map(to_value).map_err(Into::into).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 633 | wrap!(A, B, C, D, E); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:402:35 [INFO] [stdout] | [INFO] [stdout] 402 | Err(e) => futures::failed(e).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 633 | wrap!(A, B, C, D, E); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:385:79 [INFO] [stdout] | [INFO] [stdout] 385 | Ok(($($x,)+)) => (self)(base, $($x,)+).map(to_value).map_err(Into::into).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 634 | wrap!(A, B, C, D); [INFO] [stdout] | ----------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:386:35 [INFO] [stdout] | [INFO] [stdout] 386 | Err(e) => futures::failed(e).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 634 | wrap!(A, B, C, D); [INFO] [stdout] | ----------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:401:85 [INFO] [stdout] | [INFO] [stdout] 401 | Ok(($($x,)+)) => (self)(base, meta, $($x,)+).map(to_value).map_err(Into::into).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 634 | wrap!(A, B, C, D); [INFO] [stdout] | ----------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:402:35 [INFO] [stdout] | [INFO] [stdout] 402 | Err(e) => futures::failed(e).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 634 | wrap!(A, B, C, D); [INFO] [stdout] | ----------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:385:79 [INFO] [stdout] | [INFO] [stdout] 385 | Ok(($($x,)+)) => (self)(base, $($x,)+).map(to_value).map_err(Into::into).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 635 | wrap!(A, B, C); [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:386:35 [INFO] [stdout] | [INFO] [stdout] 386 | Err(e) => futures::failed(e).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 635 | wrap!(A, B, C); [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:401:85 [INFO] [stdout] | [INFO] [stdout] 401 | Ok(($($x,)+)) => (self)(base, meta, $($x,)+).map(to_value).map_err(Into::into).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 635 | wrap!(A, B, C); [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:402:35 [INFO] [stdout] | [INFO] [stdout] 402 | Err(e) => futures::failed(e).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 635 | wrap!(A, B, C); [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:385:79 [INFO] [stdout] | [INFO] [stdout] 385 | Ok(($($x,)+)) => (self)(base, $($x,)+).map(to_value).map_err(Into::into).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 636 | wrap!(A, B); [INFO] [stdout] | ----------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:386:35 [INFO] [stdout] | [INFO] [stdout] 386 | Err(e) => futures::failed(e).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 636 | wrap!(A, B); [INFO] [stdout] | ----------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:401:85 [INFO] [stdout] | [INFO] [stdout] 401 | Ok(($($x,)+)) => (self)(base, meta, $($x,)+).map(to_value).map_err(Into::into).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 636 | wrap!(A, B); [INFO] [stdout] | ----------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:402:35 [INFO] [stdout] | [INFO] [stdout] 402 | Err(e) => futures::failed(e).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 636 | wrap!(A, B); [INFO] [stdout] | ----------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:385:79 [INFO] [stdout] | [INFO] [stdout] 385 | Ok(($($x,)+)) => (self)(base, $($x,)+).map(to_value).map_err(Into::into).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 637 | wrap!(A); [INFO] [stdout] | -------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:386:35 [INFO] [stdout] | [INFO] [stdout] 386 | Err(e) => futures::failed(e).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 637 | wrap!(A); [INFO] [stdout] | -------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:401:85 [INFO] [stdout] | [INFO] [stdout] 401 | Ok(($($x,)+)) => (self)(base, meta, $($x,)+).map(to_value).map_err(Into::into).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 637 | wrap!(A); [INFO] [stdout] | -------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:402:35 [INFO] [stdout] | [INFO] [stdout] 402 | Err(e) => futures::failed(e).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 637 | wrap!(A); [INFO] [stdout] | -------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:544:42 [INFO] [stdout] | [INFO] [stdout] 544 | Err(e) => return futures::failed(e).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 639 | wrap_with_trailing!(6, A, B, C, D, E, F); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:556:95 [INFO] [stdout] | [INFO] [stdout] 556 | Ok(($($x,)+ id)) => (self)(base, $($x,)+ Trailing(id)).map(to_value).map_err(Into::into).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 639 | wrap_with_trailing!(6, A, B, C, D, E, F); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:557:35 [INFO] [stdout] | [INFO] [stdout] 557 | Err(e) => futures::failed(e).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 639 | wrap_with_trailing!(6, A, B, C, D, E, F); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:574:42 [INFO] [stdout] | [INFO] [stdout] 574 | Err(e) => return futures::failed(e).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 639 | wrap_with_trailing!(6, A, B, C, D, E, F); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:586:101 [INFO] [stdout] | [INFO] [stdout] 586 | Ok(($($x,)+ id)) => (self)(base, meta, $($x,)+ Trailing(id)).map(to_value).map_err(Into::into).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 639 | wrap_with_trailing!(6, A, B, C, D, E, F); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:587:35 [INFO] [stdout] | [INFO] [stdout] 587 | Err(e) => futures::failed(e).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 639 | wrap_with_trailing!(6, A, B, C, D, E, F); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:544:42 [INFO] [stdout] | [INFO] [stdout] 544 | Err(e) => return futures::failed(e).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 640 | wrap_with_trailing!(5, A, B, C, D, E); [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:556:95 [INFO] [stdout] | [INFO] [stdout] 556 | Ok(($($x,)+ id)) => (self)(base, $($x,)+ Trailing(id)).map(to_value).map_err(Into::into).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 640 | wrap_with_trailing!(5, A, B, C, D, E); [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:557:35 [INFO] [stdout] | [INFO] [stdout] 557 | Err(e) => futures::failed(e).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 640 | wrap_with_trailing!(5, A, B, C, D, E); [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:574:42 [INFO] [stdout] | [INFO] [stdout] 574 | Err(e) => return futures::failed(e).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 640 | wrap_with_trailing!(5, A, B, C, D, E); [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:586:101 [INFO] [stdout] | [INFO] [stdout] 586 | Ok(($($x,)+ id)) => (self)(base, meta, $($x,)+ Trailing(id)).map(to_value).map_err(Into::into).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 640 | wrap_with_trailing!(5, A, B, C, D, E); [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:587:35 [INFO] [stdout] | [INFO] [stdout] 587 | Err(e) => futures::failed(e).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 640 | wrap_with_trailing!(5, A, B, C, D, E); [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:544:42 [INFO] [stdout] | [INFO] [stdout] 544 | Err(e) => return futures::failed(e).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 641 | wrap_with_trailing!(4, A, B, C, D); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:556:95 [INFO] [stdout] | [INFO] [stdout] 556 | Ok(($($x,)+ id)) => (self)(base, $($x,)+ Trailing(id)).map(to_value).map_err(Into::into).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 641 | wrap_with_trailing!(4, A, B, C, D); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:557:35 [INFO] [stdout] | [INFO] [stdout] 557 | Err(e) => futures::failed(e).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 641 | wrap_with_trailing!(4, A, B, C, D); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:574:42 [INFO] [stdout] | [INFO] [stdout] 574 | Err(e) => return futures::failed(e).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 641 | wrap_with_trailing!(4, A, B, C, D); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:586:101 [INFO] [stdout] | [INFO] [stdout] 586 | Ok(($($x,)+ id)) => (self)(base, meta, $($x,)+ Trailing(id)).map(to_value).map_err(Into::into).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 641 | wrap_with_trailing!(4, A, B, C, D); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:587:35 [INFO] [stdout] | [INFO] [stdout] 587 | Err(e) => futures::failed(e).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 641 | wrap_with_trailing!(4, A, B, C, D); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:544:42 [INFO] [stdout] | [INFO] [stdout] 544 | Err(e) => return futures::failed(e).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 642 | wrap_with_trailing!(3, A, B, C); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:556:95 [INFO] [stdout] | [INFO] [stdout] 556 | Ok(($($x,)+ id)) => (self)(base, $($x,)+ Trailing(id)).map(to_value).map_err(Into::into).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 642 | wrap_with_trailing!(3, A, B, C); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:557:35 [INFO] [stdout] | [INFO] [stdout] 557 | Err(e) => futures::failed(e).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 642 | wrap_with_trailing!(3, A, B, C); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:574:42 [INFO] [stdout] | [INFO] [stdout] 574 | Err(e) => return futures::failed(e).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 642 | wrap_with_trailing!(3, A, B, C); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:586:101 [INFO] [stdout] | [INFO] [stdout] 586 | Ok(($($x,)+ id)) => (self)(base, meta, $($x,)+ Trailing(id)).map(to_value).map_err(Into::into).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 642 | wrap_with_trailing!(3, A, B, C); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:587:35 [INFO] [stdout] | [INFO] [stdout] 587 | Err(e) => futures::failed(e).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 642 | wrap_with_trailing!(3, A, B, C); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:544:42 [INFO] [stdout] | [INFO] [stdout] 544 | Err(e) => return futures::failed(e).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 643 | wrap_with_trailing!(2, A, B); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:556:95 [INFO] [stdout] | [INFO] [stdout] 556 | Ok(($($x,)+ id)) => (self)(base, $($x,)+ Trailing(id)).map(to_value).map_err(Into::into).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 643 | wrap_with_trailing!(2, A, B); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:557:35 [INFO] [stdout] | [INFO] [stdout] 557 | Err(e) => futures::failed(e).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 643 | wrap_with_trailing!(2, A, B); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:574:42 [INFO] [stdout] | [INFO] [stdout] 574 | Err(e) => return futures::failed(e).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 643 | wrap_with_trailing!(2, A, B); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:586:101 [INFO] [stdout] | [INFO] [stdout] 586 | Ok(($($x,)+ id)) => (self)(base, meta, $($x,)+ Trailing(id)).map(to_value).map_err(Into::into).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 643 | wrap_with_trailing!(2, A, B); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:587:35 [INFO] [stdout] | [INFO] [stdout] 587 | Err(e) => futures::failed(e).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 643 | wrap_with_trailing!(2, A, B); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:544:42 [INFO] [stdout] | [INFO] [stdout] 544 | Err(e) => return futures::failed(e).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 644 | wrap_with_trailing!(1, A); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:556:95 [INFO] [stdout] | [INFO] [stdout] 556 | Ok(($($x,)+ id)) => (self)(base, $($x,)+ Trailing(id)).map(to_value).map_err(Into::into).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 644 | wrap_with_trailing!(1, A); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:557:35 [INFO] [stdout] | [INFO] [stdout] 557 | Err(e) => futures::failed(e).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 644 | wrap_with_trailing!(1, A); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:574:42 [INFO] [stdout] | [INFO] [stdout] 574 | Err(e) => return futures::failed(e).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 644 | wrap_with_trailing!(1, A); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:586:101 [INFO] [stdout] | [INFO] [stdout] 586 | Ok(($($x,)+ id)) => (self)(base, meta, $($x,)+ Trailing(id)).map(to_value).map_err(Into::into).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 644 | wrap_with_trailing!(1, A); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:587:35 [INFO] [stdout] | [INFO] [stdout] 587 | Err(e) => futures::failed(e).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 644 | wrap_with_trailing!(1, A); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a macro [INFO] [stdout] --> src/auto_args.rs:74:1 [INFO] [stdout] | [INFO] [stdout] 74 | macro_rules! build_rpc_trait { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:50:9 [INFO] [stdout] | [INFO] [stdout] 50 | #![warn(missing_docs)] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 139 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.56s [INFO] running `Command { std: "docker" "inspect" "5fe1ab8d8ccc5beaa500288dae6c6f54e79836e05045a7300c6e8b72a4ca3bf2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5fe1ab8d8ccc5beaa500288dae6c6f54e79836e05045a7300c6e8b72a4ca3bf2", kill_on_drop: false }` [INFO] [stdout] 5fe1ab8d8ccc5beaa500288dae6c6f54e79836e05045a7300c6e8b72a4ca3bf2 [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=warn" "-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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] bf2bd9946db7ab2176987709e2dc49dc8bd6181cb11afe812248d3bcd32cd6b1 [INFO] running `Command { std: "docker" "start" "-a" "bf2bd9946db7ab2176987709e2dc49dc8bd6181cb11afe812248d3bcd32cd6b1", kill_on_drop: false }` [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Compiling ucd-util v0.1.8 [INFO] [stderr] Compiling regex v0.2.11 [INFO] [stderr] Compiling utf8-ranges v1.0.4 [INFO] [stderr] Compiling scoped-tls v0.1.2 [INFO] [stderr] Compiling lock_api v0.3.4 [INFO] [stderr] Compiling tokio-sync v0.1.8 [INFO] [stderr] Compiling thread_local v0.3.6 [INFO] [stderr] Compiling tokio-service v0.1.0 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling num_cpus v1.13.1 [INFO] [stderr] Compiling net2 v0.2.37 [INFO] [stderr] Compiling memchr v1.0.2 [INFO] [stderr] Compiling aho-corasick v0.6.10 [INFO] [stderr] Compiling tokio-executor v0.1.10 [INFO] [stderr] Compiling crossbeam-queue v0.2.3 [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/auto_args.rs:443:12 [INFO] [stdout] | [INFO] [stdout] 443 | let len = try!(params_len(¶ms)); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/auto_args.rs:458:12 [INFO] [stdout] | [INFO] [stdout] 458 | let id = try!(parse_trailing_param(params)).0; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/auto_args.rs:528:24 [INFO] [stdout] | [INFO] [stdout] 528 | let ($($x,)+ id) = try!(params); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 639 | wrap_with_trailing!(6, A, B, C, D, E, F); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/auto_args.rs:528:24 [INFO] [stdout] | [INFO] [stdout] 528 | let ($($x,)+ id) = try!(params); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 640 | wrap_with_trailing!(5, A, B, C, D, E); [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/auto_args.rs:528:24 [INFO] [stdout] | [INFO] [stdout] 528 | let ($($x,)+ id) = try!(params); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 641 | wrap_with_trailing!(4, A, B, C, D); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/auto_args.rs:528:24 [INFO] [stdout] | [INFO] [stdout] 528 | let ($($x,)+ id) = try!(params); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 642 | wrap_with_trailing!(3, A, B, C); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/auto_args.rs:528:24 [INFO] [stdout] | [INFO] [stdout] 528 | let ($($x,)+ id) = try!(params); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 643 | wrap_with_trailing!(2, A, B); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/auto_args.rs:528:24 [INFO] [stdout] | [INFO] [stdout] 528 | let ($($x,)+ id) = try!(params); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 644 | wrap_with_trailing!(1, A); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:8:35 [INFO] [stdout] | [INFO] [stdout] 8 | use jsonrpc_core::futures::{self, BoxFuture, Future}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:321:44 [INFO] [stdout] | [INFO] [stdout] 321 | impl WrapAsync for fn(&B) -> BoxFuture [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:332:52 [INFO] [stdout] | [INFO] [stdout] 332 | impl WrapMeta for fn(&B, M) -> BoxFuture [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:464:60 [INFO] [stdout] | [INFO] [stdout] 464 | impl WrapAsync for fn(&B, Trailing) -> BoxFuture [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:477:68 [INFO] [stdout] | [INFO] [stdout] 477 | impl WrapMeta for fn(&B, M, Trailing) -> BoxFuture [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:382:48 [INFO] [stdout] | [INFO] [stdout] 382 | > WrapAsync for fn(&BASE, $($x,)+ ) -> BoxFuture { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 632 | wrap!(A, B, C, D, E, F); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:398:58 [INFO] [stdout] | [INFO] [stdout] 398 | > WrapMeta for fn(&BASE, META, $($x,)+) -> BoxFuture { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 632 | wrap!(A, B, C, D, E, F); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:382:48 [INFO] [stdout] | [INFO] [stdout] 382 | > WrapAsync for fn(&BASE, $($x,)+ ) -> BoxFuture { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 633 | wrap!(A, B, C, D, E); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:398:58 [INFO] [stdout] | [INFO] [stdout] 398 | > WrapMeta for fn(&BASE, META, $($x,)+) -> BoxFuture { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 633 | wrap!(A, B, C, D, E); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:382:48 [INFO] [stdout] | [INFO] [stdout] 382 | > WrapAsync for fn(&BASE, $($x,)+ ) -> BoxFuture { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 634 | wrap!(A, B, C, D); [INFO] [stdout] | ----------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:398:58 [INFO] [stdout] | [INFO] [stdout] 398 | > WrapMeta for fn(&BASE, META, $($x,)+) -> BoxFuture { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 634 | wrap!(A, B, C, D); [INFO] [stdout] | ----------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:382:48 [INFO] [stdout] | [INFO] [stdout] 382 | > WrapAsync for fn(&BASE, $($x,)+ ) -> BoxFuture { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 635 | wrap!(A, B, C); [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:398:58 [INFO] [stdout] | [INFO] [stdout] 398 | > WrapMeta for fn(&BASE, META, $($x,)+) -> BoxFuture { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 635 | wrap!(A, B, C); [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:382:48 [INFO] [stdout] | [INFO] [stdout] 382 | > WrapAsync for fn(&BASE, $($x,)+ ) -> BoxFuture { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 636 | wrap!(A, B); [INFO] [stdout] | ----------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:398:58 [INFO] [stdout] | [INFO] [stdout] 398 | > WrapMeta for fn(&BASE, META, $($x,)+) -> BoxFuture { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 636 | wrap!(A, B); [INFO] [stdout] | ----------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:382:48 [INFO] [stdout] | [INFO] [stdout] 382 | > WrapAsync for fn(&BASE, $($x,)+ ) -> BoxFuture { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 637 | wrap!(A); [INFO] [stdout] | -------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:398:58 [INFO] [stdout] | [INFO] [stdout] 398 | > WrapMeta for fn(&BASE, META, $($x,)+) -> BoxFuture { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 637 | wrap!(A); [INFO] [stdout] | -------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:540:66 [INFO] [stdout] | [INFO] [stdout] 540 | > WrapAsync for fn(&BASE, $($x,)+ Trailing) -> BoxFuture { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 639 | wrap_with_trailing!(6, A, B, C, D, E, F); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:570:77 [INFO] [stdout] | [INFO] [stdout] 570 | > WrapMeta for fn(&BASE, META, $($x,)+ Trailing) -> BoxFuture { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 639 | wrap_with_trailing!(6, A, B, C, D, E, F); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:540:66 [INFO] [stdout] | [INFO] [stdout] 540 | > WrapAsync for fn(&BASE, $($x,)+ Trailing) -> BoxFuture { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 640 | wrap_with_trailing!(5, A, B, C, D, E); [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:570:77 [INFO] [stdout] | [INFO] [stdout] 570 | > WrapMeta for fn(&BASE, META, $($x,)+ Trailing) -> BoxFuture { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 640 | wrap_with_trailing!(5, A, B, C, D, E); [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:540:66 [INFO] [stdout] | [INFO] [stdout] 540 | > WrapAsync for fn(&BASE, $($x,)+ Trailing) -> BoxFuture { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 641 | wrap_with_trailing!(4, A, B, C, D); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:570:77 [INFO] [stdout] | [INFO] [stdout] 570 | > WrapMeta for fn(&BASE, META, $($x,)+ Trailing) -> BoxFuture { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 641 | wrap_with_trailing!(4, A, B, C, D); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:540:66 [INFO] [stdout] | [INFO] [stdout] 540 | > WrapAsync for fn(&BASE, $($x,)+ Trailing) -> BoxFuture { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 642 | wrap_with_trailing!(3, A, B, C); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:570:77 [INFO] [stdout] | [INFO] [stdout] 570 | > WrapMeta for fn(&BASE, META, $($x,)+ Trailing) -> BoxFuture { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 642 | wrap_with_trailing!(3, A, B, C); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:540:66 [INFO] [stdout] | [INFO] [stdout] 540 | > WrapAsync for fn(&BASE, $($x,)+ Trailing) -> BoxFuture { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 643 | wrap_with_trailing!(2, A, B); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:570:77 [INFO] [stdout] | [INFO] [stdout] 570 | > WrapMeta for fn(&BASE, META, $($x,)+ Trailing) -> BoxFuture { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 643 | wrap_with_trailing!(2, A, B); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:540:66 [INFO] [stdout] | [INFO] [stdout] 540 | > WrapAsync for fn(&BASE, $($x,)+ Trailing) -> BoxFuture { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 644 | wrap_with_trailing!(1, A); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:570:77 [INFO] [stdout] | [INFO] [stdout] 570 | > WrapMeta for fn(&BASE, META, $($x,)+ Trailing) -> BoxFuture { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 644 | wrap_with_trailing!(1, A); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:294:50 [INFO] [stdout] | [INFO] [stdout] 294 | fn wrap_rpc(&self, base: &B, params: Params) -> BoxFuture; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:300:59 [INFO] [stdout] | [INFO] [stdout] 300 | fn wrap_rpc(&self, base: &B, params: Params, meta: M) -> BoxFuture; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:324:50 [INFO] [stdout] | [INFO] [stdout] 324 | fn wrap_rpc(&self, base: &B, params: Params) -> BoxFuture { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:335:59 [INFO] [stdout] | [INFO] [stdout] 335 | fn wrap_rpc(&self, base: &B, params: Params, meta: M) -> BoxFuture { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:467:50 [INFO] [stdout] | [INFO] [stdout] 467 | fn wrap_rpc(&self, base: &B, params: Params) -> BoxFuture { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:480:59 [INFO] [stdout] | [INFO] [stdout] 480 | fn wrap_rpc(&self, base: &B, params: Params, meta: M) -> BoxFuture { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:383:55 [INFO] [stdout] | [INFO] [stdout] 383 | fn wrap_rpc(&self, base: &BASE, params: Params) -> BoxFuture { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 632 | wrap!(A, B, C, D, E, F); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:399:67 [INFO] [stdout] | [INFO] [stdout] 399 | fn wrap_rpc(&self, base: &BASE, params: Params, meta: META) -> BoxFuture { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 632 | wrap!(A, B, C, D, E, F); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:383:55 [INFO] [stdout] | [INFO] [stdout] 383 | fn wrap_rpc(&self, base: &BASE, params: Params) -> BoxFuture { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 633 | wrap!(A, B, C, D, E); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:399:67 [INFO] [stdout] | [INFO] [stdout] 399 | fn wrap_rpc(&self, base: &BASE, params: Params, meta: META) -> BoxFuture { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 633 | wrap!(A, B, C, D, E); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:383:55 [INFO] [stdout] | [INFO] [stdout] 383 | fn wrap_rpc(&self, base: &BASE, params: Params) -> BoxFuture { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 634 | wrap!(A, B, C, D); [INFO] [stdout] | ----------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:399:67 [INFO] [stdout] | [INFO] [stdout] 399 | fn wrap_rpc(&self, base: &BASE, params: Params, meta: META) -> BoxFuture { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 634 | wrap!(A, B, C, D); [INFO] [stdout] | ----------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:383:55 [INFO] [stdout] | [INFO] [stdout] 383 | fn wrap_rpc(&self, base: &BASE, params: Params) -> BoxFuture { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 635 | wrap!(A, B, C); [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:399:67 [INFO] [stdout] | [INFO] [stdout] 399 | fn wrap_rpc(&self, base: &BASE, params: Params, meta: META) -> BoxFuture { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 635 | wrap!(A, B, C); [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:383:55 [INFO] [stdout] | [INFO] [stdout] 383 | fn wrap_rpc(&self, base: &BASE, params: Params) -> BoxFuture { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 636 | wrap!(A, B); [INFO] [stdout] | ----------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:399:67 [INFO] [stdout] | [INFO] [stdout] 399 | fn wrap_rpc(&self, base: &BASE, params: Params, meta: META) -> BoxFuture { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 636 | wrap!(A, B); [INFO] [stdout] | ----------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:383:55 [INFO] [stdout] | [INFO] [stdout] 383 | fn wrap_rpc(&self, base: &BASE, params: Params) -> BoxFuture { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 637 | wrap!(A); [INFO] [stdout] | -------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:399:67 [INFO] [stdout] | [INFO] [stdout] 399 | fn wrap_rpc(&self, base: &BASE, params: Params, meta: META) -> BoxFuture { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 637 | wrap!(A); [INFO] [stdout] | -------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:541:55 [INFO] [stdout] | [INFO] [stdout] 541 | fn wrap_rpc(&self, base: &BASE, params: Params) -> BoxFuture { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 639 | wrap_with_trailing!(6, A, B, C, D, E, F); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:571:67 [INFO] [stdout] | [INFO] [stdout] 571 | fn wrap_rpc(&self, base: &BASE, params: Params, meta: META) -> BoxFuture { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 639 | wrap_with_trailing!(6, A, B, C, D, E, F); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:541:55 [INFO] [stdout] | [INFO] [stdout] 541 | fn wrap_rpc(&self, base: &BASE, params: Params) -> BoxFuture { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 640 | wrap_with_trailing!(5, A, B, C, D, E); [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:571:67 [INFO] [stdout] | [INFO] [stdout] 571 | fn wrap_rpc(&self, base: &BASE, params: Params, meta: META) -> BoxFuture { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 640 | wrap_with_trailing!(5, A, B, C, D, E); [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:541:55 [INFO] [stdout] | [INFO] [stdout] 541 | fn wrap_rpc(&self, base: &BASE, params: Params) -> BoxFuture { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 641 | wrap_with_trailing!(4, A, B, C, D); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:571:67 [INFO] [stdout] | [INFO] [stdout] 571 | fn wrap_rpc(&self, base: &BASE, params: Params, meta: META) -> BoxFuture { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 641 | wrap_with_trailing!(4, A, B, C, D); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:541:55 [INFO] [stdout] | [INFO] [stdout] 541 | fn wrap_rpc(&self, base: &BASE, params: Params) -> BoxFuture { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 642 | wrap_with_trailing!(3, A, B, C); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:571:67 [INFO] [stdout] | [INFO] [stdout] 571 | fn wrap_rpc(&self, base: &BASE, params: Params, meta: META) -> BoxFuture { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 642 | wrap_with_trailing!(3, A, B, C); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:541:55 [INFO] [stdout] | [INFO] [stdout] 541 | fn wrap_rpc(&self, base: &BASE, params: Params) -> BoxFuture { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 643 | wrap_with_trailing!(2, A, B); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:571:67 [INFO] [stdout] | [INFO] [stdout] 571 | fn wrap_rpc(&self, base: &BASE, params: Params, meta: META) -> BoxFuture { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 643 | wrap_with_trailing!(2, A, B); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:541:55 [INFO] [stdout] | [INFO] [stdout] 541 | fn wrap_rpc(&self, base: &BASE, params: Params) -> BoxFuture { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 644 | wrap_with_trailing!(1, A); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:571:67 [INFO] [stdout] | [INFO] [stdout] 571 | fn wrap_rpc(&self, base: &BASE, params: Params, meta: META) -> BoxFuture { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 644 | wrap_with_trailing!(1, A); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/delegates.rs:6:35 [INFO] [stdout] | [INFO] [stdout] 6 | use jsonrpc_core::futures::{self, BoxFuture, Future}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/delegates.rs:11:18 [INFO] [stdout] | [INFO] [stdout] 11 | type AsyncData = BoxFuture; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:326:61 [INFO] [stdout] | [INFO] [stdout] 326 | Ok(()) => (self)(base).map(to_value).map_err(Into::into).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:327:33 [INFO] [stdout] | [INFO] [stdout] 327 | Err(e) => futures::failed(e).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:337:67 [INFO] [stdout] | [INFO] [stdout] 337 | Ok(()) => (self)(base, meta).map(to_value).map_err(Into::into).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:338:40 [INFO] [stdout] | [INFO] [stdout] 338 | Err(e) => futures::failed(e.into()).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:471:78 [INFO] [stdout] | [INFO] [stdout] 471 | Ok((id,)) => (self)(base, Trailing(id)).map(to_value).map_err(Into::into).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:472:33 [INFO] [stdout] | [INFO] [stdout] 472 | Err(e) => futures::failed(e).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:484:84 [INFO] [stdout] | [INFO] [stdout] 484 | Ok((id,)) => (self)(base, meta, Trailing(id)).map(to_value).map_err(Into::into).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:485:33 [INFO] [stdout] | [INFO] [stdout] 485 | Err(e) => futures::failed(e).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/delegates.rs:26:50 [INFO] [stdout] | [INFO] [stdout] 26 | futures::done(closure(&self.delegate, params)).boxed() [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:385:79 [INFO] [stdout] | [INFO] [stdout] 385 | Ok(($($x,)+)) => (self)(base, $($x,)+).map(to_value).map_err(Into::into).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 632 | wrap!(A, B, C, D, E, F); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:386:35 [INFO] [stdout] | [INFO] [stdout] 386 | Err(e) => futures::failed(e).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 632 | wrap!(A, B, C, D, E, F); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:401:85 [INFO] [stdout] | [INFO] [stdout] 401 | Ok(($($x,)+)) => (self)(base, meta, $($x,)+).map(to_value).map_err(Into::into).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 632 | wrap!(A, B, C, D, E, F); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:402:35 [INFO] [stdout] | [INFO] [stdout] 402 | Err(e) => futures::failed(e).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 632 | wrap!(A, B, C, D, E, F); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:385:79 [INFO] [stdout] | [INFO] [stdout] 385 | Ok(($($x,)+)) => (self)(base, $($x,)+).map(to_value).map_err(Into::into).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 633 | wrap!(A, B, C, D, E); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:386:35 [INFO] [stdout] | [INFO] [stdout] 386 | Err(e) => futures::failed(e).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 633 | wrap!(A, B, C, D, E); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:401:85 [INFO] [stdout] | [INFO] [stdout] 401 | Ok(($($x,)+)) => (self)(base, meta, $($x,)+).map(to_value).map_err(Into::into).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 633 | wrap!(A, B, C, D, E); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:402:35 [INFO] [stdout] | [INFO] [stdout] 402 | Err(e) => futures::failed(e).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 633 | wrap!(A, B, C, D, E); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:385:79 [INFO] [stdout] | [INFO] [stdout] 385 | Ok(($($x,)+)) => (self)(base, $($x,)+).map(to_value).map_err(Into::into).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 634 | wrap!(A, B, C, D); [INFO] [stdout] | ----------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:386:35 [INFO] [stdout] | [INFO] [stdout] 386 | Err(e) => futures::failed(e).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 634 | wrap!(A, B, C, D); [INFO] [stdout] | ----------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:401:85 [INFO] [stdout] | [INFO] [stdout] 401 | Ok(($($x,)+)) => (self)(base, meta, $($x,)+).map(to_value).map_err(Into::into).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 634 | wrap!(A, B, C, D); [INFO] [stdout] | ----------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:402:35 [INFO] [stdout] | [INFO] [stdout] 402 | Err(e) => futures::failed(e).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 634 | wrap!(A, B, C, D); [INFO] [stdout] | ----------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:385:79 [INFO] [stdout] | [INFO] [stdout] 385 | Ok(($($x,)+)) => (self)(base, $($x,)+).map(to_value).map_err(Into::into).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 635 | wrap!(A, B, C); [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:386:35 [INFO] [stdout] | [INFO] [stdout] 386 | Err(e) => futures::failed(e).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 635 | wrap!(A, B, C); [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:401:85 [INFO] [stdout] | [INFO] [stdout] 401 | Ok(($($x,)+)) => (self)(base, meta, $($x,)+).map(to_value).map_err(Into::into).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 635 | wrap!(A, B, C); [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:402:35 [INFO] [stdout] | [INFO] [stdout] 402 | Err(e) => futures::failed(e).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 635 | wrap!(A, B, C); [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:385:79 [INFO] [stdout] | [INFO] [stdout] 385 | Ok(($($x,)+)) => (self)(base, $($x,)+).map(to_value).map_err(Into::into).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 636 | wrap!(A, B); [INFO] [stdout] | ----------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:386:35 [INFO] [stdout] | [INFO] [stdout] 386 | Err(e) => futures::failed(e).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 636 | wrap!(A, B); [INFO] [stdout] | ----------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:401:85 [INFO] [stdout] | [INFO] [stdout] 401 | Ok(($($x,)+)) => (self)(base, meta, $($x,)+).map(to_value).map_err(Into::into).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 636 | wrap!(A, B); [INFO] [stdout] | ----------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:402:35 [INFO] [stdout] | [INFO] [stdout] 402 | Err(e) => futures::failed(e).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 636 | wrap!(A, B); [INFO] [stdout] | ----------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:385:79 [INFO] [stdout] | [INFO] [stdout] 385 | Ok(($($x,)+)) => (self)(base, $($x,)+).map(to_value).map_err(Into::into).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 637 | wrap!(A); [INFO] [stdout] | -------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:386:35 [INFO] [stdout] | [INFO] [stdout] 386 | Err(e) => futures::failed(e).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 637 | wrap!(A); [INFO] [stdout] | -------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:401:85 [INFO] [stdout] | [INFO] [stdout] 401 | Ok(($($x,)+)) => (self)(base, meta, $($x,)+).map(to_value).map_err(Into::into).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 637 | wrap!(A); [INFO] [stdout] | -------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:402:35 [INFO] [stdout] | [INFO] [stdout] 402 | Err(e) => futures::failed(e).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 637 | wrap!(A); [INFO] [stdout] | -------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:544:42 [INFO] [stdout] | [INFO] [stdout] 544 | Err(e) => return futures::failed(e).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 639 | wrap_with_trailing!(6, A, B, C, D, E, F); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:556:95 [INFO] [stdout] | [INFO] [stdout] 556 | Ok(($($x,)+ id)) => (self)(base, $($x,)+ Trailing(id)).map(to_value).map_err(Into::into).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 639 | wrap_with_trailing!(6, A, B, C, D, E, F); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:557:35 [INFO] [stdout] | [INFO] [stdout] 557 | Err(e) => futures::failed(e).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 639 | wrap_with_trailing!(6, A, B, C, D, E, F); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:574:42 [INFO] [stdout] | [INFO] [stdout] 574 | Err(e) => return futures::failed(e).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 639 | wrap_with_trailing!(6, A, B, C, D, E, F); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:586:101 [INFO] [stdout] | [INFO] [stdout] 586 | Ok(($($x,)+ id)) => (self)(base, meta, $($x,)+ Trailing(id)).map(to_value).map_err(Into::into).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 639 | wrap_with_trailing!(6, A, B, C, D, E, F); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:587:35 [INFO] [stdout] | [INFO] [stdout] 587 | Err(e) => futures::failed(e).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 639 | wrap_with_trailing!(6, A, B, C, D, E, F); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:544:42 [INFO] [stdout] | [INFO] [stdout] 544 | Err(e) => return futures::failed(e).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 640 | wrap_with_trailing!(5, A, B, C, D, E); [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:556:95 [INFO] [stdout] | [INFO] [stdout] 556 | Ok(($($x,)+ id)) => (self)(base, $($x,)+ Trailing(id)).map(to_value).map_err(Into::into).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 640 | wrap_with_trailing!(5, A, B, C, D, E); [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:557:35 [INFO] [stdout] | [INFO] [stdout] 557 | Err(e) => futures::failed(e).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 640 | wrap_with_trailing!(5, A, B, C, D, E); [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:574:42 [INFO] [stdout] | [INFO] [stdout] 574 | Err(e) => return futures::failed(e).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 640 | wrap_with_trailing!(5, A, B, C, D, E); [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:586:101 [INFO] [stdout] | [INFO] [stdout] 586 | Ok(($($x,)+ id)) => (self)(base, meta, $($x,)+ Trailing(id)).map(to_value).map_err(Into::into).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 640 | wrap_with_trailing!(5, A, B, C, D, E); [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:587:35 [INFO] [stdout] | [INFO] [stdout] 587 | Err(e) => futures::failed(e).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 640 | wrap_with_trailing!(5, A, B, C, D, E); [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:544:42 [INFO] [stdout] | [INFO] [stdout] 544 | Err(e) => return futures::failed(e).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 641 | wrap_with_trailing!(4, A, B, C, D); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:556:95 [INFO] [stdout] | [INFO] [stdout] 556 | Ok(($($x,)+ id)) => (self)(base, $($x,)+ Trailing(id)).map(to_value).map_err(Into::into).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 641 | wrap_with_trailing!(4, A, B, C, D); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:557:35 [INFO] [stdout] | [INFO] [stdout] 557 | Err(e) => futures::failed(e).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 641 | wrap_with_trailing!(4, A, B, C, D); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:574:42 [INFO] [stdout] | [INFO] [stdout] 574 | Err(e) => return futures::failed(e).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 641 | wrap_with_trailing!(4, A, B, C, D); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:586:101 [INFO] [stdout] | [INFO] [stdout] 586 | Ok(($($x,)+ id)) => (self)(base, meta, $($x,)+ Trailing(id)).map(to_value).map_err(Into::into).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 641 | wrap_with_trailing!(4, A, B, C, D); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:587:35 [INFO] [stdout] | [INFO] [stdout] 587 | Err(e) => futures::failed(e).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 641 | wrap_with_trailing!(4, A, B, C, D); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:544:42 [INFO] [stdout] | [INFO] [stdout] 544 | Err(e) => return futures::failed(e).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 642 | wrap_with_trailing!(3, A, B, C); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:556:95 [INFO] [stdout] | [INFO] [stdout] 556 | Ok(($($x,)+ id)) => (self)(base, $($x,)+ Trailing(id)).map(to_value).map_err(Into::into).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 642 | wrap_with_trailing!(3, A, B, C); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:557:35 [INFO] [stdout] | [INFO] [stdout] 557 | Err(e) => futures::failed(e).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 642 | wrap_with_trailing!(3, A, B, C); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:574:42 [INFO] [stdout] | [INFO] [stdout] 574 | Err(e) => return futures::failed(e).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 642 | wrap_with_trailing!(3, A, B, C); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:586:101 [INFO] [stdout] | [INFO] [stdout] 586 | Ok(($($x,)+ id)) => (self)(base, meta, $($x,)+ Trailing(id)).map(to_value).map_err(Into::into).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 642 | wrap_with_trailing!(3, A, B, C); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:587:35 [INFO] [stdout] | [INFO] [stdout] 587 | Err(e) => futures::failed(e).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 642 | wrap_with_trailing!(3, A, B, C); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:544:42 [INFO] [stdout] | [INFO] [stdout] 544 | Err(e) => return futures::failed(e).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 643 | wrap_with_trailing!(2, A, B); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:556:95 [INFO] [stdout] | [INFO] [stdout] 556 | Ok(($($x,)+ id)) => (self)(base, $($x,)+ Trailing(id)).map(to_value).map_err(Into::into).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 643 | wrap_with_trailing!(2, A, B); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:557:35 [INFO] [stdout] | [INFO] [stdout] 557 | Err(e) => futures::failed(e).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 643 | wrap_with_trailing!(2, A, B); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:574:42 [INFO] [stdout] | [INFO] [stdout] 574 | Err(e) => return futures::failed(e).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 643 | wrap_with_trailing!(2, A, B); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:586:101 [INFO] [stdout] | [INFO] [stdout] 586 | Ok(($($x,)+ id)) => (self)(base, meta, $($x,)+ Trailing(id)).map(to_value).map_err(Into::into).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 643 | wrap_with_trailing!(2, A, B); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:587:35 [INFO] [stdout] | [INFO] [stdout] 587 | Err(e) => futures::failed(e).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 643 | wrap_with_trailing!(2, A, B); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:544:42 [INFO] [stdout] | [INFO] [stdout] 544 | Err(e) => return futures::failed(e).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 644 | wrap_with_trailing!(1, A); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:556:95 [INFO] [stdout] | [INFO] [stdout] 556 | Ok(($($x,)+ id)) => (self)(base, $($x,)+ Trailing(id)).map(to_value).map_err(Into::into).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 644 | wrap_with_trailing!(1, A); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:557:35 [INFO] [stdout] | [INFO] [stdout] 557 | Err(e) => futures::failed(e).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 644 | wrap_with_trailing!(1, A); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:574:42 [INFO] [stdout] | [INFO] [stdout] 574 | Err(e) => return futures::failed(e).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 644 | wrap_with_trailing!(1, A); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:586:101 [INFO] [stdout] | [INFO] [stdout] 586 | Ok(($($x,)+ id)) => (self)(base, meta, $($x,)+ Trailing(id)).map(to_value).map_err(Into::into).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 644 | wrap_with_trailing!(1, A); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:587:35 [INFO] [stdout] | [INFO] [stdout] 587 | Err(e) => futures::failed(e).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 644 | wrap_with_trailing!(1, A); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a macro [INFO] [stdout] --> src/auto_args.rs:74:1 [INFO] [stdout] | [INFO] [stdout] 74 | macro_rules! build_rpc_trait { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:50:9 [INFO] [stdout] | [INFO] [stdout] 50 | #![warn(missing_docs)] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 139 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling bytes v0.4.12 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling tokio-current-thread v0.1.7 [INFO] [stderr] Compiling tokio-timer v0.2.13 [INFO] [stderr] Compiling tokio-threadpool v0.1.18 [INFO] [stderr] Compiling regex-syntax v0.5.6 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Compiling mio v0.6.23 [INFO] [stderr] Compiling tokio-io v0.1.13 [INFO] [stderr] Compiling parking_lot_core v0.6.2 [INFO] [stderr] Compiling parking_lot v0.9.0 [INFO] [stderr] Compiling tokio-codec v0.1.2 [INFO] [stderr] Compiling tokio-fs v0.1.7 [INFO] [stderr] Compiling mio-uds v0.6.8 [INFO] [stderr] Compiling tokio-reactor v0.1.12 [INFO] [stderr] Compiling tokio-tcp v0.1.4 [INFO] [stderr] Compiling tokio-udp v0.1.6 [INFO] [stderr] Compiling tokio-uds v0.2.7 [INFO] [stderr] Compiling tokio v0.1.22 [INFO] [stderr] Compiling tokio-core v0.1.18 [INFO] [stderr] Compiling globset v0.1.4 [INFO] [stderr] Compiling jsonrpc-server-utils v7.1.1 [INFO] [stderr] Compiling jsonrpc-tcp-server v7.1.1 [INFO] [stderr] Compiling jsonrpc-macros-plus v7.1.4 (/opt/rustwide/workdir) [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> examples/std.rs:16:17 [INFO] [stdout] | [INFO] [stdout] 16 | fn add(&self, u64, u64) -> Result; [INFO] [stdout] | ^^^ help: try naming the parameter or explicitly ignoring it: `_: u64` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(anonymous_parameters)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> examples/std.rs:16:22 [INFO] [stdout] | [INFO] [stdout] 16 | fn add(&self, u64, u64) -> Result; [INFO] [stdout] | ^^^ help: try naming the parameter or explicitly ignoring it: `_: u64` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> examples/std.rs:20:18 [INFO] [stdout] | [INFO] [stdout] 20 | fn call(&self, u64) -> BoxFuture; [INFO] [stdout] | ^^^ help: try naming the parameter or explicitly ignoring it: `_: u64` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> examples/std.rs:6:35 [INFO] [stdout] | [INFO] [stdout] 6 | use jsonrpc_core::futures::{self, BoxFuture, Future}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> examples/std.rs:20:26 [INFO] [stdout] | [INFO] [stdout] 20 | fn call(&self, u64) -> BoxFuture; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> examples/std.rs:35:28 [INFO] [stdout] | [INFO] [stdout] 35 | fn call(&self, _: u64) -> BoxFuture { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> examples/pubsub-macros.rs:35:17 [INFO] [stdout] | [INFO] [stdout] 35 | fn add(&self, u64, u64) -> Result; [INFO] [stdout] | ^^^ help: try naming the parameter or explicitly ignoring it: `_: u64` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(anonymous_parameters)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> examples/pubsub-macros.rs:35:22 [INFO] [stdout] | [INFO] [stdout] 35 | fn add(&self, u64, u64) -> Result; [INFO] [stdout] | ^^^ help: try naming the parameter or explicitly ignoring it: `_: u64` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> examples/pubsub-macros.rs:40:24 [INFO] [stdout] | [INFO] [stdout] 40 | fn subscribe(&self, Self::Metadata, pubsub::Subscriber, u64); [INFO] [stdout] | ^^^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: Self::Metadata` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> examples/pubsub-macros.rs:40:40 [INFO] [stdout] | [INFO] [stdout] 40 | fn subscribe(&self, Self::Metadata, pubsub::Subscriber, u64); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: pubsub::Subscriber` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> examples/pubsub-macros.rs:40:68 [INFO] [stdout] | [INFO] [stdout] 40 | fn subscribe(&self, Self::Metadata, pubsub::Subscriber, u64); [INFO] [stdout] | ^^^ help: try naming the parameter or explicitly ignoring it: `_: u64` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> examples/pubsub-macros.rs:44:26 [INFO] [stdout] | [INFO] [stdout] 44 | fn unsubscribe(&self, SubscriptionId) -> BoxFuture; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: SubscriptionId` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> examples/meta-macros.rs:21:17 [INFO] [stdout] | [INFO] [stdout] 21 | fn add(&self, u64, u64) -> Result; [INFO] [stdout] | ^^^ help: try naming the parameter or explicitly ignoring it: `_: u64` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(anonymous_parameters)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> examples/meta-macros.rs:21:22 [INFO] [stdout] | [INFO] [stdout] 21 | fn add(&self, u64, u64) -> Result; [INFO] [stdout] | ^^^ help: try naming the parameter or explicitly ignoring it: `_: u64` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> examples/meta-macros.rs:25:17 [INFO] [stdout] | [INFO] [stdout] 25 | fn mul(&self, u64, jsonrpc_macros::Trailing) -> Result; [INFO] [stdout] | ^^^ help: try naming the parameter or explicitly ignoring it: `_: u64` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> examples/meta-macros.rs:25:22 [INFO] [stdout] | [INFO] [stdout] 25 | fn mul(&self, u64, jsonrpc_macros::Trailing) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: jsonrpc_macros::Trailing` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> examples/meta-macros.rs:29:18 [INFO] [stdout] | [INFO] [stdout] 29 | fn call(&self, u64) -> BoxFuture; [INFO] [stdout] | ^^^ help: try naming the parameter or explicitly ignoring it: `_: u64` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> examples/meta-macros.rs:33:23 [INFO] [stdout] | [INFO] [stdout] 33 | fn call_meta(&self, Self::Metadata, BTreeMap) -> BoxFuture; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: Self::Metadata` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> examples/meta-macros.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn call_meta(&self, Self::Metadata, BTreeMap) -> BoxFuture; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: BTreeMap` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> examples/std.rs:36:38 [INFO] [stdout] | [INFO] [stdout] 36 | futures::finished("OK".to_owned()).boxed() [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> examples/pubsub-macros.rs:12:29 [INFO] [stdout] | [INFO] [stdout] 12 | use jsonrpc_core::futures::{BoxFuture, Future, future}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> examples/pubsub-macros.rs:44:45 [INFO] [stdout] | [INFO] [stdout] 44 | fn unsubscribe(&self, SubscriptionId) -> BoxFuture; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> examples/pubsub-macros.rs:77:47 [INFO] [stdout] | [INFO] [stdout] 77 | fn unsubscribe(&self, id: SubscriptionId) -> BoxFuture { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> examples/meta-macros.rs:9:35 [INFO] [stdout] | [INFO] [stdout] 9 | use jsonrpc_core::futures::{self, BoxFuture, Future}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> examples/meta-macros.rs:29:26 [INFO] [stdout] | [INFO] [stdout] 29 | fn call(&self, u64) -> BoxFuture; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> examples/meta-macros.rs:33:67 [INFO] [stdout] | [INFO] [stdout] 33 | fn call_meta(&self, Self::Metadata, BTreeMap) -> BoxFuture; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> examples/meta-macros.rs:49:28 [INFO] [stdout] | [INFO] [stdout] 49 | fn call(&self, x: u64) -> BoxFuture { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> examples/meta-macros.rs:53:77 [INFO] [stdout] | [INFO] [stdout] 53 | fn call_meta(&self, meta: Self::Metadata, map: BTreeMap) -> BoxFuture { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> tests/pubsub-macros.rs:21:24 [INFO] [stdout] | [INFO] [stdout] 21 | fn subscribe(&self, Self::Metadata, pubsub::Subscriber, u32, Trailing); [INFO] [stdout] | ^^^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: Self::Metadata` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(anonymous_parameters)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> tests/pubsub-macros.rs:21:40 [INFO] [stdout] | [INFO] [stdout] 21 | fn subscribe(&self, Self::Metadata, pubsub::Subscriber, u32, Trailing); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: pubsub::Subscriber` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> tests/pubsub-macros.rs:21:68 [INFO] [stdout] | [INFO] [stdout] 21 | fn subscribe(&self, Self::Metadata, pubsub::Subscriber, u32, Trailing); [INFO] [stdout] | ^^^ help: try naming the parameter or explicitly ignoring it: `_: u32` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> tests/pubsub-macros.rs:21:73 [INFO] [stdout] | [INFO] [stdout] 21 | fn subscribe(&self, Self::Metadata, pubsub::Subscriber, u32, Trailing); [INFO] [stdout] | ^^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: Trailing` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> tests/pubsub-macros.rs:25:26 [INFO] [stdout] | [INFO] [stdout] 25 | fn unsubscribe(&self, SubscriptionId) -> BoxFuture; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: SubscriptionId` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> examples/pubsub-macros.rs:80:21 [INFO] [stdout] | [INFO] [stdout] 80 | future::ok(true).boxed() [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/auto_args.rs:443:12 [INFO] [stdout] | [INFO] [stdout] 443 | let len = try!(params_len(¶ms)); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/auto_args.rs:458:12 [INFO] [stdout] | [INFO] [stdout] 458 | let id = try!(parse_trailing_param(params)).0; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> examples/pubsub-macros.rs:86:7 [INFO] [stdout] | [INFO] [stdout] 86 | }).boxed() [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> examples/meta-macros.rs:50:43 [INFO] [stdout] | [INFO] [stdout] 50 | futures::finished(format!("OK: {}", x)).boxed() [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/auto_args.rs:528:24 [INFO] [stdout] | [INFO] [stdout] 528 | let ($($x,)+ id) = try!(params); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 639 | wrap_with_trailing!(6, A, B, C, D, E, F); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/auto_args.rs:528:24 [INFO] [stdout] | [INFO] [stdout] 528 | let ($($x,)+ id) = try!(params); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 640 | wrap_with_trailing!(5, A, B, C, D, E); [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> tests/pubsub-macros.rs:8:37 [INFO] [stdout] | [INFO] [stdout] 8 | use jsonrpc_core::futures::{future, BoxFuture, Future}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> examples/meta-macros.rs:54:66 [INFO] [stdout] | [INFO] [stdout] 54 | futures::finished(format!("From: {}, got: {:?}", meta.0, map)).boxed() [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> tests/pubsub-macros.rs:25:45 [INFO] [stdout] | [INFO] [stdout] 25 | fn unsubscribe(&self, SubscriptionId) -> BoxFuture; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> tests/pubsub-macros.rs:40:48 [INFO] [stdout] | [INFO] [stdout] 40 | fn unsubscribe(&self, _id: SubscriptionId) -> BoxFuture { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/auto_args.rs:528:24 [INFO] [stdout] | [INFO] [stdout] 528 | let ($($x,)+ id) = try!(params); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 641 | wrap_with_trailing!(4, A, B, C, D); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/auto_args.rs:528:24 [INFO] [stdout] | [INFO] [stdout] 528 | let ($($x,)+ id) = try!(params); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 642 | wrap_with_trailing!(3, A, B, C); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/auto_args.rs:528:24 [INFO] [stdout] | [INFO] [stdout] 528 | let ($($x,)+ id) = try!(params); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 643 | wrap_with_trailing!(2, A, B); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/auto_args.rs:528:24 [INFO] [stdout] | [INFO] [stdout] 528 | let ($($x,)+ id) = try!(params); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 644 | wrap_with_trailing!(1, A); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:8:35 [INFO] [stdout] | [INFO] [stdout] 8 | use jsonrpc_core::futures::{self, BoxFuture, Future}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:321:44 [INFO] [stdout] | [INFO] [stdout] 321 | impl WrapAsync for fn(&B) -> BoxFuture [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:332:52 [INFO] [stdout] | [INFO] [stdout] 332 | impl WrapMeta for fn(&B, M) -> BoxFuture [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:464:60 [INFO] [stdout] | [INFO] [stdout] 464 | impl WrapAsync for fn(&B, Trailing) -> BoxFuture [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:477:68 [INFO] [stdout] | [INFO] [stdout] 477 | impl WrapMeta for fn(&B, M, Trailing) -> BoxFuture [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:382:48 [INFO] [stdout] | [INFO] [stdout] 382 | > WrapAsync for fn(&BASE, $($x,)+ ) -> BoxFuture { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 632 | wrap!(A, B, C, D, E, F); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> examples/pubsub-macros.rs:29:1 [INFO] [stdout] | [INFO] [stdout] 29 | / build_rpc_trait! { [INFO] [stdout] 30 | | pub trait Rpc { [INFO] [stdout] 31 | | type Metadata; [INFO] [stdout] 32 | | [INFO] [stdout] ... | [INFO] [stdout] 46 | | } [INFO] [stdout] 47 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `build_rpc_trait` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:398:58 [INFO] [stdout] | [INFO] [stdout] 398 | > WrapMeta for fn(&BASE, META, $($x,)+) -> BoxFuture { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 632 | wrap!(A, B, C, D, E, F); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:382:48 [INFO] [stdout] | [INFO] [stdout] 382 | > WrapAsync for fn(&BASE, $($x,)+ ) -> BoxFuture { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 633 | wrap!(A, B, C, D, E); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> tests/pubsub-macros.rs:41:20 [INFO] [stdout] | [INFO] [stdout] 41 | future::ok(true).boxed() [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:398:58 [INFO] [stdout] | [INFO] [stdout] 398 | > WrapMeta for fn(&BASE, META, $($x,)+) -> BoxFuture { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 633 | wrap!(A, B, C, D, E); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:382:48 [INFO] [stdout] | [INFO] [stdout] 382 | > WrapAsync for fn(&BASE, $($x,)+ ) -> BoxFuture { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 634 | wrap!(A, B, C, D); [INFO] [stdout] | ----------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:398:58 [INFO] [stdout] | [INFO] [stdout] 398 | > WrapMeta for fn(&BASE, META, $($x,)+) -> BoxFuture { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 634 | wrap!(A, B, C, D); [INFO] [stdout] | ----------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:382:48 [INFO] [stdout] | [INFO] [stdout] 382 | > WrapAsync for fn(&BASE, $($x,)+ ) -> BoxFuture { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 635 | wrap!(A, B, C); [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:398:58 [INFO] [stdout] | [INFO] [stdout] 398 | > WrapMeta for fn(&BASE, META, $($x,)+) -> BoxFuture { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 635 | wrap!(A, B, C); [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:382:48 [INFO] [stdout] | [INFO] [stdout] 382 | > WrapAsync for fn(&BASE, $($x,)+ ) -> BoxFuture { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 636 | wrap!(A, B); [INFO] [stdout] | ----------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:398:58 [INFO] [stdout] | [INFO] [stdout] 398 | > WrapMeta for fn(&BASE, META, $($x,)+) -> BoxFuture { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 636 | wrap!(A, B); [INFO] [stdout] | ----------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:382:48 [INFO] [stdout] | [INFO] [stdout] 382 | > WrapAsync for fn(&BASE, $($x,)+ ) -> BoxFuture { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 637 | wrap!(A); [INFO] [stdout] | -------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:398:58 [INFO] [stdout] | [INFO] [stdout] 398 | > WrapMeta for fn(&BASE, META, $($x,)+) -> BoxFuture { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 637 | wrap!(A); [INFO] [stdout] | -------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:540:66 [INFO] [stdout] | [INFO] [stdout] 540 | > WrapAsync for fn(&BASE, $($x,)+ Trailing) -> BoxFuture { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 639 | wrap_with_trailing!(6, A, B, C, D, E, F); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:570:77 [INFO] [stdout] | [INFO] [stdout] 570 | > WrapMeta for fn(&BASE, META, $($x,)+ Trailing) -> BoxFuture { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 639 | wrap_with_trailing!(6, A, B, C, D, E, F); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> tests/pubsub-macros.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 14 | / build_rpc_trait! { [INFO] [stdout] 15 | | pub trait Rpc { [INFO] [stdout] 16 | | type Metadata; [INFO] [stdout] 17 | | [INFO] [stdout] ... | [INFO] [stdout] 27 | | } [INFO] [stdout] 28 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `build_rpc_trait` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:540:66 [INFO] [stdout] | [INFO] [stdout] 540 | > WrapAsync for fn(&BASE, $($x,)+ Trailing) -> BoxFuture { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 640 | wrap_with_trailing!(5, A, B, C, D, E); [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:570:77 [INFO] [stdout] | [INFO] [stdout] 570 | > WrapMeta for fn(&BASE, META, $($x,)+ Trailing) -> BoxFuture { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 640 | wrap_with_trailing!(5, A, B, C, D, E); [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:540:66 [INFO] [stdout] | [INFO] [stdout] 540 | > WrapAsync for fn(&BASE, $($x,)+ Trailing) -> BoxFuture { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 641 | wrap_with_trailing!(4, A, B, C, D); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:570:77 [INFO] [stdout] | [INFO] [stdout] 570 | > WrapMeta for fn(&BASE, META, $($x,)+ Trailing) -> BoxFuture { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 641 | wrap_with_trailing!(4, A, B, C, D); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:540:66 [INFO] [stdout] | [INFO] [stdout] 540 | > WrapAsync for fn(&BASE, $($x,)+ Trailing) -> BoxFuture { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 642 | wrap_with_trailing!(3, A, B, C); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:570:77 [INFO] [stdout] | [INFO] [stdout] 570 | > WrapMeta for fn(&BASE, META, $($x,)+ Trailing) -> BoxFuture { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 642 | wrap_with_trailing!(3, A, B, C); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:540:66 [INFO] [stdout] | [INFO] [stdout] 540 | > WrapAsync for fn(&BASE, $($x,)+ Trailing) -> BoxFuture { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 643 | wrap_with_trailing!(2, A, B); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:570:77 [INFO] [stdout] | [INFO] [stdout] 570 | > WrapMeta for fn(&BASE, META, $($x,)+ Trailing) -> BoxFuture { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 643 | wrap_with_trailing!(2, A, B); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:540:66 [INFO] [stdout] | [INFO] [stdout] 540 | > WrapAsync for fn(&BASE, $($x,)+ Trailing) -> BoxFuture { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 644 | wrap_with_trailing!(1, A); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:570:77 [INFO] [stdout] | [INFO] [stdout] 570 | > WrapMeta for fn(&BASE, META, $($x,)+ Trailing) -> BoxFuture { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 644 | wrap_with_trailing!(1, A); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:294:50 [INFO] [stdout] | [INFO] [stdout] 294 | fn wrap_rpc(&self, base: &B, params: Params) -> BoxFuture; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:300:59 [INFO] [stdout] | [INFO] [stdout] 300 | fn wrap_rpc(&self, base: &B, params: Params, meta: M) -> BoxFuture; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:324:50 [INFO] [stdout] | [INFO] [stdout] 324 | fn wrap_rpc(&self, base: &B, params: Params) -> BoxFuture { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:335:59 [INFO] [stdout] | [INFO] [stdout] 335 | fn wrap_rpc(&self, base: &B, params: Params, meta: M) -> BoxFuture { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:467:50 [INFO] [stdout] | [INFO] [stdout] 467 | fn wrap_rpc(&self, base: &B, params: Params) -> BoxFuture { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:480:59 [INFO] [stdout] | [INFO] [stdout] 480 | fn wrap_rpc(&self, base: &B, params: Params, meta: M) -> BoxFuture { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:383:55 [INFO] [stdout] | [INFO] [stdout] 383 | fn wrap_rpc(&self, base: &BASE, params: Params) -> BoxFuture { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 632 | wrap!(A, B, C, D, E, F); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:399:67 [INFO] [stdout] | [INFO] [stdout] 399 | fn wrap_rpc(&self, base: &BASE, params: Params, meta: META) -> BoxFuture { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 632 | wrap!(A, B, C, D, E, F); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:383:55 [INFO] [stdout] | [INFO] [stdout] 383 | fn wrap_rpc(&self, base: &BASE, params: Params) -> BoxFuture { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 633 | wrap!(A, B, C, D, E); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:399:67 [INFO] [stdout] | [INFO] [stdout] 399 | fn wrap_rpc(&self, base: &BASE, params: Params, meta: META) -> BoxFuture { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 633 | wrap!(A, B, C, D, E); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:383:55 [INFO] [stdout] | [INFO] [stdout] 383 | fn wrap_rpc(&self, base: &BASE, params: Params) -> BoxFuture { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 634 | wrap!(A, B, C, D); [INFO] [stdout] | ----------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:399:67 [INFO] [stdout] | [INFO] [stdout] 399 | fn wrap_rpc(&self, base: &BASE, params: Params, meta: META) -> BoxFuture { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 634 | wrap!(A, B, C, D); [INFO] [stdout] | ----------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:383:55 [INFO] [stdout] | [INFO] [stdout] 383 | fn wrap_rpc(&self, base: &BASE, params: Params) -> BoxFuture { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 635 | wrap!(A, B, C); [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:399:67 [INFO] [stdout] | [INFO] [stdout] 399 | fn wrap_rpc(&self, base: &BASE, params: Params, meta: META) -> BoxFuture { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 635 | wrap!(A, B, C); [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:383:55 [INFO] [stdout] | [INFO] [stdout] 383 | fn wrap_rpc(&self, base: &BASE, params: Params) -> BoxFuture { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 636 | wrap!(A, B); [INFO] [stdout] | ----------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:399:67 [INFO] [stdout] | [INFO] [stdout] 399 | fn wrap_rpc(&self, base: &BASE, params: Params, meta: META) -> BoxFuture { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 636 | wrap!(A, B); [INFO] [stdout] | ----------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:383:55 [INFO] [stdout] | [INFO] [stdout] 383 | fn wrap_rpc(&self, base: &BASE, params: Params) -> BoxFuture { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 637 | wrap!(A); [INFO] [stdout] | -------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:399:67 [INFO] [stdout] | [INFO] [stdout] 399 | fn wrap_rpc(&self, base: &BASE, params: Params, meta: META) -> BoxFuture { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 637 | wrap!(A); [INFO] [stdout] | -------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:541:55 [INFO] [stdout] | [INFO] [stdout] 541 | fn wrap_rpc(&self, base: &BASE, params: Params) -> BoxFuture { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 639 | wrap_with_trailing!(6, A, B, C, D, E, F); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:571:67 [INFO] [stdout] | [INFO] [stdout] 571 | fn wrap_rpc(&self, base: &BASE, params: Params, meta: META) -> BoxFuture { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 639 | wrap_with_trailing!(6, A, B, C, D, E, F); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:541:55 [INFO] [stdout] | [INFO] [stdout] 541 | fn wrap_rpc(&self, base: &BASE, params: Params) -> BoxFuture { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 640 | wrap_with_trailing!(5, A, B, C, D, E); [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:571:67 [INFO] [stdout] | [INFO] [stdout] 571 | fn wrap_rpc(&self, base: &BASE, params: Params, meta: META) -> BoxFuture { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 640 | wrap_with_trailing!(5, A, B, C, D, E); [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:541:55 [INFO] [stdout] | [INFO] [stdout] 541 | fn wrap_rpc(&self, base: &BASE, params: Params) -> BoxFuture { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 641 | wrap_with_trailing!(4, A, B, C, D); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:571:67 [INFO] [stdout] | [INFO] [stdout] 571 | fn wrap_rpc(&self, base: &BASE, params: Params, meta: META) -> BoxFuture { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 641 | wrap_with_trailing!(4, A, B, C, D); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:541:55 [INFO] [stdout] | [INFO] [stdout] 541 | fn wrap_rpc(&self, base: &BASE, params: Params) -> BoxFuture { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 642 | wrap_with_trailing!(3, A, B, C); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:571:67 [INFO] [stdout] | [INFO] [stdout] 571 | fn wrap_rpc(&self, base: &BASE, params: Params, meta: META) -> BoxFuture { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 642 | wrap_with_trailing!(3, A, B, C); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:541:55 [INFO] [stdout] | [INFO] [stdout] 541 | fn wrap_rpc(&self, base: &BASE, params: Params) -> BoxFuture { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 643 | wrap_with_trailing!(2, A, B); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:571:67 [INFO] [stdout] | [INFO] [stdout] 571 | fn wrap_rpc(&self, base: &BASE, params: Params, meta: META) -> BoxFuture { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 643 | wrap_with_trailing!(2, A, B); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:541:55 [INFO] [stdout] | [INFO] [stdout] 541 | fn wrap_rpc(&self, base: &BASE, params: Params) -> BoxFuture { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 644 | wrap_with_trailing!(1, A); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:571:67 [INFO] [stdout] | [INFO] [stdout] 571 | fn wrap_rpc(&self, base: &BASE, params: Params, meta: META) -> BoxFuture { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 644 | wrap_with_trailing!(1, A); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/delegates.rs:6:35 [INFO] [stdout] | [INFO] [stdout] 6 | use jsonrpc_core::futures::{self, BoxFuture, Future}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/delegates.rs:11:18 [INFO] [stdout] | [INFO] [stdout] 11 | type AsyncData = BoxFuture; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:326:61 [INFO] [stdout] | [INFO] [stdout] 326 | Ok(()) => (self)(base).map(to_value).map_err(Into::into).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:327:33 [INFO] [stdout] | [INFO] [stdout] 327 | Err(e) => futures::failed(e).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:337:67 [INFO] [stdout] | [INFO] [stdout] 337 | Ok(()) => (self)(base, meta).map(to_value).map_err(Into::into).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:338:40 [INFO] [stdout] | [INFO] [stdout] 338 | Err(e) => futures::failed(e.into()).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:471:78 [INFO] [stdout] | [INFO] [stdout] 471 | Ok((id,)) => (self)(base, Trailing(id)).map(to_value).map_err(Into::into).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:472:33 [INFO] [stdout] | [INFO] [stdout] 472 | Err(e) => futures::failed(e).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:484:84 [INFO] [stdout] | [INFO] [stdout] 484 | Ok((id,)) => (self)(base, meta, Trailing(id)).map(to_value).map_err(Into::into).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:485:33 [INFO] [stdout] | [INFO] [stdout] 485 | Err(e) => futures::failed(e).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/delegates.rs:26:50 [INFO] [stdout] | [INFO] [stdout] 26 | futures::done(closure(&self.delegate, params)).boxed() [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:385:79 [INFO] [stdout] | [INFO] [stdout] 385 | Ok(($($x,)+)) => (self)(base, $($x,)+).map(to_value).map_err(Into::into).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 632 | wrap!(A, B, C, D, E, F); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:386:35 [INFO] [stdout] | [INFO] [stdout] 386 | Err(e) => futures::failed(e).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 632 | wrap!(A, B, C, D, E, F); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:401:85 [INFO] [stdout] | [INFO] [stdout] 401 | Ok(($($x,)+)) => (self)(base, meta, $($x,)+).map(to_value).map_err(Into::into).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 632 | wrap!(A, B, C, D, E, F); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:402:35 [INFO] [stdout] | [INFO] [stdout] 402 | Err(e) => futures::failed(e).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 632 | wrap!(A, B, C, D, E, F); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:385:79 [INFO] [stdout] | [INFO] [stdout] 385 | Ok(($($x,)+)) => (self)(base, $($x,)+).map(to_value).map_err(Into::into).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 633 | wrap!(A, B, C, D, E); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:386:35 [INFO] [stdout] | [INFO] [stdout] 386 | Err(e) => futures::failed(e).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 633 | wrap!(A, B, C, D, E); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:401:85 [INFO] [stdout] | [INFO] [stdout] 401 | Ok(($($x,)+)) => (self)(base, meta, $($x,)+).map(to_value).map_err(Into::into).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 633 | wrap!(A, B, C, D, E); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:402:35 [INFO] [stdout] | [INFO] [stdout] 402 | Err(e) => futures::failed(e).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 633 | wrap!(A, B, C, D, E); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:385:79 [INFO] [stdout] | [INFO] [stdout] 385 | Ok(($($x,)+)) => (self)(base, $($x,)+).map(to_value).map_err(Into::into).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 634 | wrap!(A, B, C, D); [INFO] [stdout] | ----------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:386:35 [INFO] [stdout] | [INFO] [stdout] 386 | Err(e) => futures::failed(e).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 634 | wrap!(A, B, C, D); [INFO] [stdout] | ----------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:401:85 [INFO] [stdout] | [INFO] [stdout] 401 | Ok(($($x,)+)) => (self)(base, meta, $($x,)+).map(to_value).map_err(Into::into).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 634 | wrap!(A, B, C, D); [INFO] [stdout] | ----------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:402:35 [INFO] [stdout] | [INFO] [stdout] 402 | Err(e) => futures::failed(e).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 634 | wrap!(A, B, C, D); [INFO] [stdout] | ----------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:385:79 [INFO] [stdout] | [INFO] [stdout] 385 | Ok(($($x,)+)) => (self)(base, $($x,)+).map(to_value).map_err(Into::into).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 635 | wrap!(A, B, C); [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:386:35 [INFO] [stdout] | [INFO] [stdout] 386 | Err(e) => futures::failed(e).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 635 | wrap!(A, B, C); [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:401:85 [INFO] [stdout] | [INFO] [stdout] 401 | Ok(($($x,)+)) => (self)(base, meta, $($x,)+).map(to_value).map_err(Into::into).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 635 | wrap!(A, B, C); [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:402:35 [INFO] [stdout] | [INFO] [stdout] 402 | Err(e) => futures::failed(e).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 635 | wrap!(A, B, C); [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:385:79 [INFO] [stdout] | [INFO] [stdout] 385 | Ok(($($x,)+)) => (self)(base, $($x,)+).map(to_value).map_err(Into::into).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 636 | wrap!(A, B); [INFO] [stdout] | ----------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:386:35 [INFO] [stdout] | [INFO] [stdout] 386 | Err(e) => futures::failed(e).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 636 | wrap!(A, B); [INFO] [stdout] | ----------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:401:85 [INFO] [stdout] | [INFO] [stdout] 401 | Ok(($($x,)+)) => (self)(base, meta, $($x,)+).map(to_value).map_err(Into::into).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 636 | wrap!(A, B); [INFO] [stdout] | ----------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:402:35 [INFO] [stdout] | [INFO] [stdout] 402 | Err(e) => futures::failed(e).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 636 | wrap!(A, B); [INFO] [stdout] | ----------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:385:79 [INFO] [stdout] | [INFO] [stdout] 385 | Ok(($($x,)+)) => (self)(base, $($x,)+).map(to_value).map_err(Into::into).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 637 | wrap!(A); [INFO] [stdout] | -------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:386:35 [INFO] [stdout] | [INFO] [stdout] 386 | Err(e) => futures::failed(e).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 637 | wrap!(A); [INFO] [stdout] | -------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:401:85 [INFO] [stdout] | [INFO] [stdout] 401 | Ok(($($x,)+)) => (self)(base, meta, $($x,)+).map(to_value).map_err(Into::into).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 637 | wrap!(A); [INFO] [stdout] | -------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:402:35 [INFO] [stdout] | [INFO] [stdout] 402 | Err(e) => futures::failed(e).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 637 | wrap!(A); [INFO] [stdout] | -------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:544:42 [INFO] [stdout] | [INFO] [stdout] 544 | Err(e) => return futures::failed(e).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 639 | wrap_with_trailing!(6, A, B, C, D, E, F); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:556:95 [INFO] [stdout] | [INFO] [stdout] 556 | Ok(($($x,)+ id)) => (self)(base, $($x,)+ Trailing(id)).map(to_value).map_err(Into::into).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 639 | wrap_with_trailing!(6, A, B, C, D, E, F); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:557:35 [INFO] [stdout] | [INFO] [stdout] 557 | Err(e) => futures::failed(e).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 639 | wrap_with_trailing!(6, A, B, C, D, E, F); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:574:42 [INFO] [stdout] | [INFO] [stdout] 574 | Err(e) => return futures::failed(e).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 639 | wrap_with_trailing!(6, A, B, C, D, E, F); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:586:101 [INFO] [stdout] | [INFO] [stdout] 586 | Ok(($($x,)+ id)) => (self)(base, meta, $($x,)+ Trailing(id)).map(to_value).map_err(Into::into).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 639 | wrap_with_trailing!(6, A, B, C, D, E, F); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:587:35 [INFO] [stdout] | [INFO] [stdout] 587 | Err(e) => futures::failed(e).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 639 | wrap_with_trailing!(6, A, B, C, D, E, F); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:544:42 [INFO] [stdout] | [INFO] [stdout] 544 | Err(e) => return futures::failed(e).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 640 | wrap_with_trailing!(5, A, B, C, D, E); [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:556:95 [INFO] [stdout] | [INFO] [stdout] 556 | Ok(($($x,)+ id)) => (self)(base, $($x,)+ Trailing(id)).map(to_value).map_err(Into::into).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 640 | wrap_with_trailing!(5, A, B, C, D, E); [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:557:35 [INFO] [stdout] | [INFO] [stdout] 557 | Err(e) => futures::failed(e).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 640 | wrap_with_trailing!(5, A, B, C, D, E); [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:574:42 [INFO] [stdout] | [INFO] [stdout] 574 | Err(e) => return futures::failed(e).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 640 | wrap_with_trailing!(5, A, B, C, D, E); [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:586:101 [INFO] [stdout] | [INFO] [stdout] 586 | Ok(($($x,)+ id)) => (self)(base, meta, $($x,)+ Trailing(id)).map(to_value).map_err(Into::into).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 640 | wrap_with_trailing!(5, A, B, C, D, E); [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:587:35 [INFO] [stdout] | [INFO] [stdout] 587 | Err(e) => futures::failed(e).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 640 | wrap_with_trailing!(5, A, B, C, D, E); [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:544:42 [INFO] [stdout] | [INFO] [stdout] 544 | Err(e) => return futures::failed(e).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 641 | wrap_with_trailing!(4, A, B, C, D); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:556:95 [INFO] [stdout] | [INFO] [stdout] 556 | Ok(($($x,)+ id)) => (self)(base, $($x,)+ Trailing(id)).map(to_value).map_err(Into::into).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 641 | wrap_with_trailing!(4, A, B, C, D); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:557:35 [INFO] [stdout] | [INFO] [stdout] 557 | Err(e) => futures::failed(e).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 641 | wrap_with_trailing!(4, A, B, C, D); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:574:42 [INFO] [stdout] | [INFO] [stdout] 574 | Err(e) => return futures::failed(e).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 641 | wrap_with_trailing!(4, A, B, C, D); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:586:101 [INFO] [stdout] | [INFO] [stdout] 586 | Ok(($($x,)+ id)) => (self)(base, meta, $($x,)+ Trailing(id)).map(to_value).map_err(Into::into).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 641 | wrap_with_trailing!(4, A, B, C, D); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:587:35 [INFO] [stdout] | [INFO] [stdout] 587 | Err(e) => futures::failed(e).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 641 | wrap_with_trailing!(4, A, B, C, D); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:544:42 [INFO] [stdout] | [INFO] [stdout] 544 | Err(e) => return futures::failed(e).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 642 | wrap_with_trailing!(3, A, B, C); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:556:95 [INFO] [stdout] | [INFO] [stdout] 556 | Ok(($($x,)+ id)) => (self)(base, $($x,)+ Trailing(id)).map(to_value).map_err(Into::into).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 642 | wrap_with_trailing!(3, A, B, C); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:557:35 [INFO] [stdout] | [INFO] [stdout] 557 | Err(e) => futures::failed(e).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 642 | wrap_with_trailing!(3, A, B, C); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:574:42 [INFO] [stdout] | [INFO] [stdout] 574 | Err(e) => return futures::failed(e).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 642 | wrap_with_trailing!(3, A, B, C); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:586:101 [INFO] [stdout] | [INFO] [stdout] 586 | Ok(($($x,)+ id)) => (self)(base, meta, $($x,)+ Trailing(id)).map(to_value).map_err(Into::into).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 642 | wrap_with_trailing!(3, A, B, C); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:587:35 [INFO] [stdout] | [INFO] [stdout] 587 | Err(e) => futures::failed(e).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 642 | wrap_with_trailing!(3, A, B, C); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:544:42 [INFO] [stdout] | [INFO] [stdout] 544 | Err(e) => return futures::failed(e).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 643 | wrap_with_trailing!(2, A, B); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:556:95 [INFO] [stdout] | [INFO] [stdout] 556 | Ok(($($x,)+ id)) => (self)(base, $($x,)+ Trailing(id)).map(to_value).map_err(Into::into).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 643 | wrap_with_trailing!(2, A, B); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:557:35 [INFO] [stdout] | [INFO] [stdout] 557 | Err(e) => futures::failed(e).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 643 | wrap_with_trailing!(2, A, B); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:574:42 [INFO] [stdout] | [INFO] [stdout] 574 | Err(e) => return futures::failed(e).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 643 | wrap_with_trailing!(2, A, B); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:586:101 [INFO] [stdout] | [INFO] [stdout] 586 | Ok(($($x,)+ id)) => (self)(base, meta, $($x,)+ Trailing(id)).map(to_value).map_err(Into::into).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 643 | wrap_with_trailing!(2, A, B); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:587:35 [INFO] [stdout] | [INFO] [stdout] 587 | Err(e) => futures::failed(e).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 643 | wrap_with_trailing!(2, A, B); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:544:42 [INFO] [stdout] | [INFO] [stdout] 544 | Err(e) => return futures::failed(e).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 644 | wrap_with_trailing!(1, A); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:556:95 [INFO] [stdout] | [INFO] [stdout] 556 | Ok(($($x,)+ id)) => (self)(base, $($x,)+ Trailing(id)).map(to_value).map_err(Into::into).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 644 | wrap_with_trailing!(1, A); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:557:35 [INFO] [stdout] | [INFO] [stdout] 557 | Err(e) => futures::failed(e).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 644 | wrap_with_trailing!(1, A); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:574:42 [INFO] [stdout] | [INFO] [stdout] 574 | Err(e) => return futures::failed(e).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 644 | wrap_with_trailing!(1, A); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:586:101 [INFO] [stdout] | [INFO] [stdout] 586 | Ok(($($x,)+ id)) => (self)(base, meta, $($x,)+ Trailing(id)).map(to_value).map_err(Into::into).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 644 | wrap_with_trailing!(1, A); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> src/auto_args.rs:587:35 [INFO] [stdout] | [INFO] [stdout] 587 | Err(e) => futures::failed(e).boxed(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 644 | wrap_with_trailing!(1, A); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 138 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 10 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 12 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 14 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 7.06s [INFO] running `Command { std: "docker" "inspect" "bf2bd9946db7ab2176987709e2dc49dc8bd6181cb11afe812248d3bcd32cd6b1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bf2bd9946db7ab2176987709e2dc49dc8bd6181cb11afe812248d3bcd32cd6b1", kill_on_drop: false }` [INFO] [stdout] bf2bd9946db7ab2176987709e2dc49dc8bd6181cb11afe812248d3bcd32cd6b1 [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=warn" "-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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 35ca71524e4867e3a2d50b0934b4c664c8d28e61fcd12abc1aed583dde6f2f06 [INFO] running `Command { std: "docker" "start" "-a" "35ca71524e4867e3a2d50b0934b4c664c8d28e61fcd12abc1aed583dde6f2f06", kill_on_drop: false }` [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/auto_args.rs:443:12 [INFO] [stderr] | [INFO] [stderr] 443 | let len = try!(params_len(¶ms)); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/auto_args.rs:458:12 [INFO] [stderr] | [INFO] [stderr] 458 | let id = try!(parse_trailing_param(params)).0; [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/auto_args.rs:528:24 [INFO] [stderr] | [INFO] [stderr] 528 | let ($($x,)+ id) = try!(params); [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 639 | wrap_with_trailing!(6, A, B, C, D, E, F); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/auto_args.rs:528:24 [INFO] [stderr] | [INFO] [stderr] 528 | let ($($x,)+ id) = try!(params); [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 640 | wrap_with_trailing!(5, A, B, C, D, E); [INFO] [stderr] | ------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/auto_args.rs:528:24 [INFO] [stderr] | [INFO] [stderr] 528 | let ($($x,)+ id) = try!(params); [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 641 | wrap_with_trailing!(4, A, B, C, D); [INFO] [stderr] | ---------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/auto_args.rs:528:24 [INFO] [stderr] | [INFO] [stderr] 528 | let ($($x,)+ id) = try!(params); [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 642 | wrap_with_trailing!(3, A, B, C); [INFO] [stderr] | ------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/auto_args.rs:528:24 [INFO] [stderr] | [INFO] [stderr] 528 | let ($($x,)+ id) = try!(params); [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 643 | wrap_with_trailing!(2, A, B); [INFO] [stderr] | ---------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/auto_args.rs:528:24 [INFO] [stderr] | [INFO] [stderr] 528 | let ($($x,)+ id) = try!(params); [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 644 | wrap_with_trailing!(1, A); [INFO] [stderr] | ------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> src/auto_args.rs:8:35 [INFO] [stderr] | [INFO] [stderr] 8 | use jsonrpc_core::futures::{self, BoxFuture, Future}; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> src/auto_args.rs:321:44 [INFO] [stderr] | [INFO] [stderr] 321 | impl WrapAsync for fn(&B) -> BoxFuture [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> src/auto_args.rs:332:52 [INFO] [stderr] | [INFO] [stderr] 332 | impl WrapMeta for fn(&B, M) -> BoxFuture [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> src/auto_args.rs:464:60 [INFO] [stderr] | [INFO] [stderr] 464 | impl WrapAsync for fn(&B, Trailing) -> BoxFuture [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> src/auto_args.rs:477:68 [INFO] [stderr] | [INFO] [stderr] 477 | impl WrapMeta for fn(&B, M, Trailing) -> BoxFuture [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> src/auto_args.rs:382:48 [INFO] [stderr] | [INFO] [stderr] 382 | > WrapAsync for fn(&BASE, $($x,)+ ) -> BoxFuture { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 632 | wrap!(A, B, C, D, E, F); [INFO] [stderr] | ----------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> src/auto_args.rs:398:58 [INFO] [stderr] | [INFO] [stderr] 398 | > WrapMeta for fn(&BASE, META, $($x,)+) -> BoxFuture { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 632 | wrap!(A, B, C, D, E, F); [INFO] [stderr] | ----------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> src/auto_args.rs:382:48 [INFO] [stderr] | [INFO] [stderr] 382 | > WrapAsync for fn(&BASE, $($x,)+ ) -> BoxFuture { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 633 | wrap!(A, B, C, D, E); [INFO] [stderr] | -------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> src/auto_args.rs:398:58 [INFO] [stderr] | [INFO] [stderr] 398 | > WrapMeta for fn(&BASE, META, $($x,)+) -> BoxFuture { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 633 | wrap!(A, B, C, D, E); [INFO] [stderr] | -------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> src/auto_args.rs:382:48 [INFO] [stderr] | [INFO] [stderr] 382 | > WrapAsync for fn(&BASE, $($x,)+ ) -> BoxFuture { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 634 | wrap!(A, B, C, D); [INFO] [stderr] | ----------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> src/auto_args.rs:398:58 [INFO] [stderr] | [INFO] [stderr] 398 | > WrapMeta for fn(&BASE, META, $($x,)+) -> BoxFuture { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 634 | wrap!(A, B, C, D); [INFO] [stderr] | ----------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> src/auto_args.rs:382:48 [INFO] [stderr] | [INFO] [stderr] 382 | > WrapAsync for fn(&BASE, $($x,)+ ) -> BoxFuture { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 635 | wrap!(A, B, C); [INFO] [stderr] | -------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> src/auto_args.rs:398:58 [INFO] [stderr] | [INFO] [stderr] 398 | > WrapMeta for fn(&BASE, META, $($x,)+) -> BoxFuture { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 635 | wrap!(A, B, C); [INFO] [stderr] | -------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> src/auto_args.rs:382:48 [INFO] [stderr] | [INFO] [stderr] 382 | > WrapAsync for fn(&BASE, $($x,)+ ) -> BoxFuture { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 636 | wrap!(A, B); [INFO] [stderr] | ----------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> src/auto_args.rs:398:58 [INFO] [stderr] | [INFO] [stderr] 398 | > WrapMeta for fn(&BASE, META, $($x,)+) -> BoxFuture { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 636 | wrap!(A, B); [INFO] [stderr] | ----------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> src/auto_args.rs:382:48 [INFO] [stderr] | [INFO] [stderr] 382 | > WrapAsync for fn(&BASE, $($x,)+ ) -> BoxFuture { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 637 | wrap!(A); [INFO] [stderr] | -------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> src/auto_args.rs:398:58 [INFO] [stderr] | [INFO] [stderr] 398 | > WrapMeta for fn(&BASE, META, $($x,)+) -> BoxFuture { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 637 | wrap!(A); [INFO] [stderr] | -------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> src/auto_args.rs:540:66 [INFO] [stderr] | [INFO] [stderr] 540 | > WrapAsync for fn(&BASE, $($x,)+ Trailing) -> BoxFuture { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 639 | wrap_with_trailing!(6, A, B, C, D, E, F); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> src/auto_args.rs:570:77 [INFO] [stderr] | [INFO] [stderr] 570 | > WrapMeta for fn(&BASE, META, $($x,)+ Trailing) -> BoxFuture { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 639 | wrap_with_trailing!(6, A, B, C, D, E, F); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> src/auto_args.rs:540:66 [INFO] [stderr] | [INFO] [stderr] 540 | > WrapAsync for fn(&BASE, $($x,)+ Trailing) -> BoxFuture { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 640 | wrap_with_trailing!(5, A, B, C, D, E); [INFO] [stderr] | ------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> src/auto_args.rs:570:77 [INFO] [stderr] | [INFO] [stderr] 570 | > WrapMeta for fn(&BASE, META, $($x,)+ Trailing) -> BoxFuture { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 640 | wrap_with_trailing!(5, A, B, C, D, E); [INFO] [stderr] | ------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> src/auto_args.rs:540:66 [INFO] [stderr] | [INFO] [stderr] 540 | > WrapAsync for fn(&BASE, $($x,)+ Trailing) -> BoxFuture { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 641 | wrap_with_trailing!(4, A, B, C, D); [INFO] [stderr] | ---------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> src/auto_args.rs:570:77 [INFO] [stderr] | [INFO] [stderr] 570 | > WrapMeta for fn(&BASE, META, $($x,)+ Trailing) -> BoxFuture { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 641 | wrap_with_trailing!(4, A, B, C, D); [INFO] [stderr] | ---------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> src/auto_args.rs:540:66 [INFO] [stderr] | [INFO] [stderr] 540 | > WrapAsync for fn(&BASE, $($x,)+ Trailing) -> BoxFuture { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 642 | wrap_with_trailing!(3, A, B, C); [INFO] [stderr] | ------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> src/auto_args.rs:570:77 [INFO] [stderr] | [INFO] [stderr] 570 | > WrapMeta for fn(&BASE, META, $($x,)+ Trailing) -> BoxFuture { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 642 | wrap_with_trailing!(3, A, B, C); [INFO] [stderr] | ------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> src/auto_args.rs:540:66 [INFO] [stderr] | [INFO] [stderr] 540 | > WrapAsync for fn(&BASE, $($x,)+ Trailing) -> BoxFuture { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 643 | wrap_with_trailing!(2, A, B); [INFO] [stderr] | ---------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> src/auto_args.rs:570:77 [INFO] [stderr] | [INFO] [stderr] 570 | > WrapMeta for fn(&BASE, META, $($x,)+ Trailing) -> BoxFuture { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 643 | wrap_with_trailing!(2, A, B); [INFO] [stderr] | ---------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> src/auto_args.rs:540:66 [INFO] [stderr] | [INFO] [stderr] 540 | > WrapAsync for fn(&BASE, $($x,)+ Trailing) -> BoxFuture { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 644 | wrap_with_trailing!(1, A); [INFO] [stderr] | ------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> src/auto_args.rs:570:77 [INFO] [stderr] | [INFO] [stderr] 570 | > WrapMeta for fn(&BASE, META, $($x,)+ Trailing) -> BoxFuture { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 644 | wrap_with_trailing!(1, A); [INFO] [stderr] | ------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> src/auto_args.rs:294:50 [INFO] [stderr] | [INFO] [stderr] 294 | fn wrap_rpc(&self, base: &B, params: Params) -> BoxFuture; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> src/auto_args.rs:300:59 [INFO] [stderr] | [INFO] [stderr] 300 | fn wrap_rpc(&self, base: &B, params: Params, meta: M) -> BoxFuture; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> src/auto_args.rs:324:50 [INFO] [stderr] | [INFO] [stderr] 324 | fn wrap_rpc(&self, base: &B, params: Params) -> BoxFuture { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> src/auto_args.rs:335:59 [INFO] [stderr] | [INFO] [stderr] 335 | fn wrap_rpc(&self, base: &B, params: Params, meta: M) -> BoxFuture { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> src/auto_args.rs:467:50 [INFO] [stderr] | [INFO] [stderr] 467 | fn wrap_rpc(&self, base: &B, params: Params) -> BoxFuture { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> src/auto_args.rs:480:59 [INFO] [stderr] | [INFO] [stderr] 480 | fn wrap_rpc(&self, base: &B, params: Params, meta: M) -> BoxFuture { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> src/auto_args.rs:383:55 [INFO] [stderr] | [INFO] [stderr] 383 | fn wrap_rpc(&self, base: &BASE, params: Params) -> BoxFuture { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 632 | wrap!(A, B, C, D, E, F); [INFO] [stderr] | ----------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> src/auto_args.rs:399:67 [INFO] [stderr] | [INFO] [stderr] 399 | fn wrap_rpc(&self, base: &BASE, params: Params, meta: META) -> BoxFuture { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 632 | wrap!(A, B, C, D, E, F); [INFO] [stderr] | ----------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> src/auto_args.rs:383:55 [INFO] [stderr] | [INFO] [stderr] 383 | fn wrap_rpc(&self, base: &BASE, params: Params) -> BoxFuture { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 633 | wrap!(A, B, C, D, E); [INFO] [stderr] | -------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> src/auto_args.rs:399:67 [INFO] [stderr] | [INFO] [stderr] 399 | fn wrap_rpc(&self, base: &BASE, params: Params, meta: META) -> BoxFuture { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 633 | wrap!(A, B, C, D, E); [INFO] [stderr] | -------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> src/auto_args.rs:383:55 [INFO] [stderr] | [INFO] [stderr] 383 | fn wrap_rpc(&self, base: &BASE, params: Params) -> BoxFuture { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 634 | wrap!(A, B, C, D); [INFO] [stderr] | ----------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> src/auto_args.rs:399:67 [INFO] [stderr] | [INFO] [stderr] 399 | fn wrap_rpc(&self, base: &BASE, params: Params, meta: META) -> BoxFuture { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 634 | wrap!(A, B, C, D); [INFO] [stderr] | ----------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> src/auto_args.rs:383:55 [INFO] [stderr] | [INFO] [stderr] 383 | fn wrap_rpc(&self, base: &BASE, params: Params) -> BoxFuture { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 635 | wrap!(A, B, C); [INFO] [stderr] | -------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> src/auto_args.rs:399:67 [INFO] [stderr] | [INFO] [stderr] 399 | fn wrap_rpc(&self, base: &BASE, params: Params, meta: META) -> BoxFuture { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 635 | wrap!(A, B, C); [INFO] [stderr] | -------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> src/auto_args.rs:383:55 [INFO] [stderr] | [INFO] [stderr] 383 | fn wrap_rpc(&self, base: &BASE, params: Params) -> BoxFuture { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 636 | wrap!(A, B); [INFO] [stderr] | ----------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> src/auto_args.rs:399:67 [INFO] [stderr] | [INFO] [stderr] 399 | fn wrap_rpc(&self, base: &BASE, params: Params, meta: META) -> BoxFuture { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 636 | wrap!(A, B); [INFO] [stderr] | ----------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> src/auto_args.rs:383:55 [INFO] [stderr] | [INFO] [stderr] 383 | fn wrap_rpc(&self, base: &BASE, params: Params) -> BoxFuture { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 637 | wrap!(A); [INFO] [stderr] | -------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> src/auto_args.rs:399:67 [INFO] [stderr] | [INFO] [stderr] 399 | fn wrap_rpc(&self, base: &BASE, params: Params, meta: META) -> BoxFuture { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 637 | wrap!(A); [INFO] [stderr] | -------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> src/auto_args.rs:541:55 [INFO] [stderr] | [INFO] [stderr] 541 | fn wrap_rpc(&self, base: &BASE, params: Params) -> BoxFuture { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 639 | wrap_with_trailing!(6, A, B, C, D, E, F); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> src/auto_args.rs:571:67 [INFO] [stderr] | [INFO] [stderr] 571 | fn wrap_rpc(&self, base: &BASE, params: Params, meta: META) -> BoxFuture { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 639 | wrap_with_trailing!(6, A, B, C, D, E, F); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> src/auto_args.rs:541:55 [INFO] [stderr] | [INFO] [stderr] 541 | fn wrap_rpc(&self, base: &BASE, params: Params) -> BoxFuture { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 640 | wrap_with_trailing!(5, A, B, C, D, E); [INFO] [stderr] | ------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> src/auto_args.rs:571:67 [INFO] [stderr] | [INFO] [stderr] 571 | fn wrap_rpc(&self, base: &BASE, params: Params, meta: META) -> BoxFuture { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 640 | wrap_with_trailing!(5, A, B, C, D, E); [INFO] [stderr] | ------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> src/auto_args.rs:541:55 [INFO] [stderr] | [INFO] [stderr] 541 | fn wrap_rpc(&self, base: &BASE, params: Params) -> BoxFuture { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 641 | wrap_with_trailing!(4, A, B, C, D); [INFO] [stderr] | ---------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> src/auto_args.rs:571:67 [INFO] [stderr] | [INFO] [stderr] 571 | fn wrap_rpc(&self, base: &BASE, params: Params, meta: META) -> BoxFuture { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 641 | wrap_with_trailing!(4, A, B, C, D); [INFO] [stderr] | ---------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> src/auto_args.rs:541:55 [INFO] [stderr] | [INFO] [stderr] 541 | fn wrap_rpc(&self, base: &BASE, params: Params) -> BoxFuture { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 642 | wrap_with_trailing!(3, A, B, C); [INFO] [stderr] | ------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> src/auto_args.rs:571:67 [INFO] [stderr] | [INFO] [stderr] 571 | fn wrap_rpc(&self, base: &BASE, params: Params, meta: META) -> BoxFuture { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 642 | wrap_with_trailing!(3, A, B, C); [INFO] [stderr] | ------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> src/auto_args.rs:541:55 [INFO] [stderr] | [INFO] [stderr] 541 | fn wrap_rpc(&self, base: &BASE, params: Params) -> BoxFuture { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 643 | wrap_with_trailing!(2, A, B); [INFO] [stderr] | ---------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> src/auto_args.rs:571:67 [INFO] [stderr] | [INFO] [stderr] 571 | fn wrap_rpc(&self, base: &BASE, params: Params, meta: META) -> BoxFuture { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 643 | wrap_with_trailing!(2, A, B); [INFO] [stderr] | ---------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> src/auto_args.rs:541:55 [INFO] [stderr] | [INFO] [stderr] 541 | fn wrap_rpc(&self, base: &BASE, params: Params) -> BoxFuture { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 644 | wrap_with_trailing!(1, A); [INFO] [stderr] | ------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> src/auto_args.rs:571:67 [INFO] [stderr] | [INFO] [stderr] 571 | fn wrap_rpc(&self, base: &BASE, params: Params, meta: META) -> BoxFuture { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 644 | wrap_with_trailing!(1, A); [INFO] [stderr] | ------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> src/delegates.rs:6:35 [INFO] [stderr] | [INFO] [stderr] 6 | use jsonrpc_core::futures::{self, BoxFuture, Future}; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> src/delegates.rs:11:18 [INFO] [stderr] | [INFO] [stderr] 11 | type AsyncData = BoxFuture; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> src/auto_args.rs:326:61 [INFO] [stderr] | [INFO] [stderr] 326 | Ok(()) => (self)(base).map(to_value).map_err(Into::into).boxed(), [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> src/auto_args.rs:327:33 [INFO] [stderr] | [INFO] [stderr] 327 | Err(e) => futures::failed(e).boxed(), [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> src/auto_args.rs:337:67 [INFO] [stderr] | [INFO] [stderr] 337 | Ok(()) => (self)(base, meta).map(to_value).map_err(Into::into).boxed(), [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> src/auto_args.rs:338:40 [INFO] [stderr] | [INFO] [stderr] 338 | Err(e) => futures::failed(e.into()).boxed(), [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> src/auto_args.rs:471:78 [INFO] [stderr] | [INFO] [stderr] 471 | Ok((id,)) => (self)(base, Trailing(id)).map(to_value).map_err(Into::into).boxed(), [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> src/auto_args.rs:472:33 [INFO] [stderr] | [INFO] [stderr] 472 | Err(e) => futures::failed(e).boxed(), [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> src/auto_args.rs:484:84 [INFO] [stderr] | [INFO] [stderr] 484 | Ok((id,)) => (self)(base, meta, Trailing(id)).map(to_value).map_err(Into::into).boxed(), [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> src/auto_args.rs:485:33 [INFO] [stderr] | [INFO] [stderr] 485 | Err(e) => futures::failed(e).boxed(), [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> src/delegates.rs:26:50 [INFO] [stderr] | [INFO] [stderr] 26 | futures::done(closure(&self.delegate, params)).boxed() [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> src/auto_args.rs:385:79 [INFO] [stderr] | [INFO] [stderr] 385 | Ok(($($x,)+)) => (self)(base, $($x,)+).map(to_value).map_err(Into::into).boxed(), [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 632 | wrap!(A, B, C, D, E, F); [INFO] [stderr] | ----------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> src/auto_args.rs:386:35 [INFO] [stderr] | [INFO] [stderr] 386 | Err(e) => futures::failed(e).boxed(), [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 632 | wrap!(A, B, C, D, E, F); [INFO] [stderr] | ----------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> src/auto_args.rs:401:85 [INFO] [stderr] | [INFO] [stderr] 401 | Ok(($($x,)+)) => (self)(base, meta, $($x,)+).map(to_value).map_err(Into::into).boxed(), [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 632 | wrap!(A, B, C, D, E, F); [INFO] [stderr] | ----------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> src/auto_args.rs:402:35 [INFO] [stderr] | [INFO] [stderr] 402 | Err(e) => futures::failed(e).boxed(), [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 632 | wrap!(A, B, C, D, E, F); [INFO] [stderr] | ----------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> src/auto_args.rs:385:79 [INFO] [stderr] | [INFO] [stderr] 385 | Ok(($($x,)+)) => (self)(base, $($x,)+).map(to_value).map_err(Into::into).boxed(), [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 633 | wrap!(A, B, C, D, E); [INFO] [stderr] | -------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> src/auto_args.rs:386:35 [INFO] [stderr] | [INFO] [stderr] 386 | Err(e) => futures::failed(e).boxed(), [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 633 | wrap!(A, B, C, D, E); [INFO] [stderr] | -------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> src/auto_args.rs:401:85 [INFO] [stderr] | [INFO] [stderr] 401 | Ok(($($x,)+)) => (self)(base, meta, $($x,)+).map(to_value).map_err(Into::into).boxed(), [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 633 | wrap!(A, B, C, D, E); [INFO] [stderr] | -------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> src/auto_args.rs:402:35 [INFO] [stderr] | [INFO] [stderr] 402 | Err(e) => futures::failed(e).boxed(), [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 633 | wrap!(A, B, C, D, E); [INFO] [stderr] | -------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> src/auto_args.rs:385:79 [INFO] [stderr] | [INFO] [stderr] 385 | Ok(($($x,)+)) => (self)(base, $($x,)+).map(to_value).map_err(Into::into).boxed(), [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 634 | wrap!(A, B, C, D); [INFO] [stderr] | ----------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> src/auto_args.rs:386:35 [INFO] [stderr] | [INFO] [stderr] 386 | Err(e) => futures::failed(e).boxed(), [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 634 | wrap!(A, B, C, D); [INFO] [stderr] | ----------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> src/auto_args.rs:401:85 [INFO] [stderr] | [INFO] [stderr] 401 | Ok(($($x,)+)) => (self)(base, meta, $($x,)+).map(to_value).map_err(Into::into).boxed(), [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 634 | wrap!(A, B, C, D); [INFO] [stderr] | ----------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> src/auto_args.rs:402:35 [INFO] [stderr] | [INFO] [stderr] 402 | Err(e) => futures::failed(e).boxed(), [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 634 | wrap!(A, B, C, D); [INFO] [stderr] | ----------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> src/auto_args.rs:385:79 [INFO] [stderr] | [INFO] [stderr] 385 | Ok(($($x,)+)) => (self)(base, $($x,)+).map(to_value).map_err(Into::into).boxed(), [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 635 | wrap!(A, B, C); [INFO] [stderr] | -------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> src/auto_args.rs:386:35 [INFO] [stderr] | [INFO] [stderr] 386 | Err(e) => futures::failed(e).boxed(), [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 635 | wrap!(A, B, C); [INFO] [stderr] | -------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> src/auto_args.rs:401:85 [INFO] [stderr] | [INFO] [stderr] 401 | Ok(($($x,)+)) => (self)(base, meta, $($x,)+).map(to_value).map_err(Into::into).boxed(), [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 635 | wrap!(A, B, C); [INFO] [stderr] | -------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> src/auto_args.rs:402:35 [INFO] [stderr] | [INFO] [stderr] 402 | Err(e) => futures::failed(e).boxed(), [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 635 | wrap!(A, B, C); [INFO] [stderr] | -------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> src/auto_args.rs:385:79 [INFO] [stderr] | [INFO] [stderr] 385 | Ok(($($x,)+)) => (self)(base, $($x,)+).map(to_value).map_err(Into::into).boxed(), [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 636 | wrap!(A, B); [INFO] [stderr] | ----------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> src/auto_args.rs:386:35 [INFO] [stderr] | [INFO] [stderr] 386 | Err(e) => futures::failed(e).boxed(), [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 636 | wrap!(A, B); [INFO] [stderr] | ----------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> src/auto_args.rs:401:85 [INFO] [stderr] | [INFO] [stderr] 401 | Ok(($($x,)+)) => (self)(base, meta, $($x,)+).map(to_value).map_err(Into::into).boxed(), [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 636 | wrap!(A, B); [INFO] [stderr] | ----------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> src/auto_args.rs:402:35 [INFO] [stderr] | [INFO] [stderr] 402 | Err(e) => futures::failed(e).boxed(), [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 636 | wrap!(A, B); [INFO] [stderr] | ----------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> src/auto_args.rs:385:79 [INFO] [stderr] | [INFO] [stderr] 385 | Ok(($($x,)+)) => (self)(base, $($x,)+).map(to_value).map_err(Into::into).boxed(), [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 637 | wrap!(A); [INFO] [stderr] | -------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> src/auto_args.rs:386:35 [INFO] [stderr] | [INFO] [stderr] 386 | Err(e) => futures::failed(e).boxed(), [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 637 | wrap!(A); [INFO] [stderr] | -------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> src/auto_args.rs:401:85 [INFO] [stderr] | [INFO] [stderr] 401 | Ok(($($x,)+)) => (self)(base, meta, $($x,)+).map(to_value).map_err(Into::into).boxed(), [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 637 | wrap!(A); [INFO] [stderr] | -------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> src/auto_args.rs:402:35 [INFO] [stderr] | [INFO] [stderr] 402 | Err(e) => futures::failed(e).boxed(), [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 637 | wrap!(A); [INFO] [stderr] | -------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `wrap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> src/auto_args.rs:544:42 [INFO] [stderr] | [INFO] [stderr] 544 | Err(e) => return futures::failed(e).boxed(), [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 639 | wrap_with_trailing!(6, A, B, C, D, E, F); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> src/auto_args.rs:556:95 [INFO] [stderr] | [INFO] [stderr] 556 | Ok(($($x,)+ id)) => (self)(base, $($x,)+ Trailing(id)).map(to_value).map_err(Into::into).boxed(), [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 639 | wrap_with_trailing!(6, A, B, C, D, E, F); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> src/auto_args.rs:557:35 [INFO] [stderr] | [INFO] [stderr] 557 | Err(e) => futures::failed(e).boxed(), [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 639 | wrap_with_trailing!(6, A, B, C, D, E, F); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> src/auto_args.rs:574:42 [INFO] [stderr] | [INFO] [stderr] 574 | Err(e) => return futures::failed(e).boxed(), [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 639 | wrap_with_trailing!(6, A, B, C, D, E, F); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> src/auto_args.rs:586:101 [INFO] [stderr] | [INFO] [stderr] 586 | Ok(($($x,)+ id)) => (self)(base, meta, $($x,)+ Trailing(id)).map(to_value).map_err(Into::into).boxed(), [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 639 | wrap_with_trailing!(6, A, B, C, D, E, F); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> src/auto_args.rs:587:35 [INFO] [stderr] | [INFO] [stderr] 587 | Err(e) => futures::failed(e).boxed(), [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 639 | wrap_with_trailing!(6, A, B, C, D, E, F); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> src/auto_args.rs:544:42 [INFO] [stderr] | [INFO] [stderr] 544 | Err(e) => return futures::failed(e).boxed(), [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 640 | wrap_with_trailing!(5, A, B, C, D, E); [INFO] [stderr] | ------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> src/auto_args.rs:556:95 [INFO] [stderr] | [INFO] [stderr] 556 | Ok(($($x,)+ id)) => (self)(base, $($x,)+ Trailing(id)).map(to_value).map_err(Into::into).boxed(), [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 640 | wrap_with_trailing!(5, A, B, C, D, E); [INFO] [stderr] | ------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> src/auto_args.rs:557:35 [INFO] [stderr] | [INFO] [stderr] 557 | Err(e) => futures::failed(e).boxed(), [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 640 | wrap_with_trailing!(5, A, B, C, D, E); [INFO] [stderr] | ------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> src/auto_args.rs:574:42 [INFO] [stderr] | [INFO] [stderr] 574 | Err(e) => return futures::failed(e).boxed(), [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 640 | wrap_with_trailing!(5, A, B, C, D, E); [INFO] [stderr] | ------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> src/auto_args.rs:586:101 [INFO] [stderr] | [INFO] [stderr] 586 | Ok(($($x,)+ id)) => (self)(base, meta, $($x,)+ Trailing(id)).map(to_value).map_err(Into::into).boxed(), [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 640 | wrap_with_trailing!(5, A, B, C, D, E); [INFO] [stderr] | ------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> src/auto_args.rs:587:35 [INFO] [stderr] | [INFO] [stderr] 587 | Err(e) => futures::failed(e).boxed(), [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 640 | wrap_with_trailing!(5, A, B, C, D, E); [INFO] [stderr] | ------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> src/auto_args.rs:544:42 [INFO] [stderr] | [INFO] [stderr] 544 | Err(e) => return futures::failed(e).boxed(), [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 641 | wrap_with_trailing!(4, A, B, C, D); [INFO] [stderr] | ---------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> src/auto_args.rs:556:95 [INFO] [stderr] | [INFO] [stderr] 556 | Ok(($($x,)+ id)) => (self)(base, $($x,)+ Trailing(id)).map(to_value).map_err(Into::into).boxed(), [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 641 | wrap_with_trailing!(4, A, B, C, D); [INFO] [stderr] | ---------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> src/auto_args.rs:557:35 [INFO] [stderr] | [INFO] [stderr] 557 | Err(e) => futures::failed(e).boxed(), [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 641 | wrap_with_trailing!(4, A, B, C, D); [INFO] [stderr] | ---------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> src/auto_args.rs:574:42 [INFO] [stderr] | [INFO] [stderr] 574 | Err(e) => return futures::failed(e).boxed(), [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 641 | wrap_with_trailing!(4, A, B, C, D); [INFO] [stderr] | ---------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> src/auto_args.rs:586:101 [INFO] [stderr] | [INFO] [stderr] 586 | Ok(($($x,)+ id)) => (self)(base, meta, $($x,)+ Trailing(id)).map(to_value).map_err(Into::into).boxed(), [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 641 | wrap_with_trailing!(4, A, B, C, D); [INFO] [stderr] | ---------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> src/auto_args.rs:587:35 [INFO] [stderr] | [INFO] [stderr] 587 | Err(e) => futures::failed(e).boxed(), [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 641 | wrap_with_trailing!(4, A, B, C, D); [INFO] [stderr] | ---------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> src/auto_args.rs:544:42 [INFO] [stderr] | [INFO] [stderr] 544 | Err(e) => return futures::failed(e).boxed(), [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 642 | wrap_with_trailing!(3, A, B, C); [INFO] [stderr] | ------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> src/auto_args.rs:556:95 [INFO] [stderr] | [INFO] [stderr] 556 | Ok(($($x,)+ id)) => (self)(base, $($x,)+ Trailing(id)).map(to_value).map_err(Into::into).boxed(), [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 642 | wrap_with_trailing!(3, A, B, C); [INFO] [stderr] | ------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> src/auto_args.rs:557:35 [INFO] [stderr] | [INFO] [stderr] 557 | Err(e) => futures::failed(e).boxed(), [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 642 | wrap_with_trailing!(3, A, B, C); [INFO] [stderr] | ------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> src/auto_args.rs:574:42 [INFO] [stderr] | [INFO] [stderr] 574 | Err(e) => return futures::failed(e).boxed(), [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 642 | wrap_with_trailing!(3, A, B, C); [INFO] [stderr] | ------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> src/auto_args.rs:586:101 [INFO] [stderr] | [INFO] [stderr] 586 | Ok(($($x,)+ id)) => (self)(base, meta, $($x,)+ Trailing(id)).map(to_value).map_err(Into::into).boxed(), [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 642 | wrap_with_trailing!(3, A, B, C); [INFO] [stderr] | ------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> src/auto_args.rs:587:35 [INFO] [stderr] | [INFO] [stderr] 587 | Err(e) => futures::failed(e).boxed(), [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 642 | wrap_with_trailing!(3, A, B, C); [INFO] [stderr] | ------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> src/auto_args.rs:544:42 [INFO] [stderr] | [INFO] [stderr] 544 | Err(e) => return futures::failed(e).boxed(), [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 643 | wrap_with_trailing!(2, A, B); [INFO] [stderr] | ---------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> src/auto_args.rs:556:95 [INFO] [stderr] | [INFO] [stderr] 556 | Ok(($($x,)+ id)) => (self)(base, $($x,)+ Trailing(id)).map(to_value).map_err(Into::into).boxed(), [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 643 | wrap_with_trailing!(2, A, B); [INFO] [stderr] | ---------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> src/auto_args.rs:557:35 [INFO] [stderr] | [INFO] [stderr] 557 | Err(e) => futures::failed(e).boxed(), [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 643 | wrap_with_trailing!(2, A, B); [INFO] [stderr] | ---------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> src/auto_args.rs:574:42 [INFO] [stderr] | [INFO] [stderr] 574 | Err(e) => return futures::failed(e).boxed(), [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 643 | wrap_with_trailing!(2, A, B); [INFO] [stderr] | ---------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> src/auto_args.rs:586:101 [INFO] [stderr] | [INFO] [stderr] 586 | Ok(($($x,)+ id)) => (self)(base, meta, $($x,)+ Trailing(id)).map(to_value).map_err(Into::into).boxed(), [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 643 | wrap_with_trailing!(2, A, B); [INFO] [stderr] | ---------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> src/auto_args.rs:587:35 [INFO] [stderr] | [INFO] [stderr] 587 | Err(e) => futures::failed(e).boxed(), [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 643 | wrap_with_trailing!(2, A, B); [INFO] [stderr] | ---------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> src/auto_args.rs:544:42 [INFO] [stderr] | [INFO] [stderr] 544 | Err(e) => return futures::failed(e).boxed(), [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 644 | wrap_with_trailing!(1, A); [INFO] [stderr] | ------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> src/auto_args.rs:556:95 [INFO] [stderr] | [INFO] [stderr] 556 | Ok(($($x,)+ id)) => (self)(base, $($x,)+ Trailing(id)).map(to_value).map_err(Into::into).boxed(), [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 644 | wrap_with_trailing!(1, A); [INFO] [stderr] | ------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> src/auto_args.rs:557:35 [INFO] [stderr] | [INFO] [stderr] 557 | Err(e) => futures::failed(e).boxed(), [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 644 | wrap_with_trailing!(1, A); [INFO] [stderr] | ------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> src/auto_args.rs:574:42 [INFO] [stderr] | [INFO] [stderr] 574 | Err(e) => return futures::failed(e).boxed(), [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 644 | wrap_with_trailing!(1, A); [INFO] [stderr] | ------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> src/auto_args.rs:586:101 [INFO] [stderr] | [INFO] [stderr] 586 | Ok(($($x,)+ id)) => (self)(base, meta, $($x,)+ Trailing(id)).map(to_value).map_err(Into::into).boxed(), [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 644 | wrap_with_trailing!(1, A); [INFO] [stderr] | ------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> src/auto_args.rs:587:35 [INFO] [stderr] | [INFO] [stderr] 587 | Err(e) => futures::failed(e).boxed(), [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 644 | wrap_with_trailing!(1, A); [INFO] [stderr] | ------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `wrap_with_trailing` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: missing documentation for a macro [INFO] [stderr] --> src/auto_args.rs:74:1 [INFO] [stderr] | [INFO] [stderr] 74 | macro_rules! build_rpc_trait { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: the lint level is defined here [INFO] [stderr] --> src/lib.rs:50:9 [INFO] [stderr] | [INFO] [stderr] 50 | #![warn(missing_docs)] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `jsonrpc-macros-plus` (lib) generated 139 warnings [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> examples/pubsub-macros.rs:35:17 [INFO] [stderr] | [INFO] [stderr] 35 | fn add(&self, u64, u64) -> Result; [INFO] [stderr] | ^^^ help: try naming the parameter or explicitly ignoring it: `_: u64` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(anonymous_parameters)]` on by default [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> examples/pubsub-macros.rs:35:22 [INFO] [stderr] | [INFO] [stderr] 35 | fn add(&self, u64, u64) -> Result; [INFO] [stderr] | ^^^ help: try naming the parameter or explicitly ignoring it: `_: u64` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> examples/pubsub-macros.rs:40:24 [INFO] [stderr] | [INFO] [stderr] 40 | fn subscribe(&self, Self::Metadata, pubsub::Subscriber, u64); [INFO] [stderr] | ^^^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: Self::Metadata` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> examples/pubsub-macros.rs:40:40 [INFO] [stderr] | [INFO] [stderr] 40 | fn subscribe(&self, Self::Metadata, pubsub::Subscriber, u64); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: pubsub::Subscriber` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> examples/pubsub-macros.rs:40:68 [INFO] [stderr] | [INFO] [stderr] 40 | fn subscribe(&self, Self::Metadata, pubsub::Subscriber, u64); [INFO] [stderr] | ^^^ help: try naming the parameter or explicitly ignoring it: `_: u64` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> examples/pubsub-macros.rs:44:26 [INFO] [stderr] | [INFO] [stderr] 44 | fn unsubscribe(&self, SubscriptionId) -> BoxFuture; [INFO] [stderr] | ^^^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: SubscriptionId` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> examples/pubsub-macros.rs:12:29 [INFO] [stderr] | [INFO] [stderr] 12 | use jsonrpc_core::futures::{BoxFuture, Future, future}; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> examples/pubsub-macros.rs:44:45 [INFO] [stderr] | [INFO] [stderr] 44 | fn unsubscribe(&self, SubscriptionId) -> BoxFuture; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> examples/pubsub-macros.rs:77:47 [INFO] [stderr] | [INFO] [stderr] 77 | fn unsubscribe(&self, id: SubscriptionId) -> BoxFuture { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> examples/pubsub-macros.rs:80:21 [INFO] [stderr] | [INFO] [stderr] 80 | future::ok(true).boxed() [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> examples/pubsub-macros.rs:86:7 [INFO] [stderr] | [INFO] [stderr] 86 | }).boxed() [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> examples/pubsub-macros.rs:29:1 [INFO] [stderr] | [INFO] [stderr] 29 | / build_rpc_trait! { [INFO] [stderr] 30 | | pub trait Rpc { [INFO] [stderr] 31 | | type Metadata; [INFO] [stderr] 32 | | [INFO] [stderr] ... | [INFO] [stderr] 46 | | } [INFO] [stderr] 47 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `build_rpc_trait` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> examples/std.rs:16:17 [INFO] [stderr] | [INFO] [stderr] 16 | fn add(&self, u64, u64) -> Result; [INFO] [stderr] | ^^^ help: try naming the parameter or explicitly ignoring it: `_: u64` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(anonymous_parameters)]` on by default [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> examples/std.rs:16:22 [INFO] [stderr] | [INFO] [stderr] 16 | fn add(&self, u64, u64) -> Result; [INFO] [stderr] | ^^^ help: try naming the parameter or explicitly ignoring it: `_: u64` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> examples/std.rs:20:18 [INFO] [stderr] | [INFO] [stderr] 20 | fn call(&self, u64) -> BoxFuture; [INFO] [stderr] | ^^^ help: try naming the parameter or explicitly ignoring it: `_: u64` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> examples/std.rs:6:35 [INFO] [stderr] | [INFO] [stderr] 6 | use jsonrpc_core::futures::{self, BoxFuture, Future}; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> examples/std.rs:20:26 [INFO] [stderr] | [INFO] [stderr] 20 | fn call(&self, u64) -> BoxFuture; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> examples/std.rs:35:28 [INFO] [stderr] | [INFO] [stderr] 35 | fn call(&self, _: u64) -> BoxFuture { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> examples/std.rs:36:38 [INFO] [stderr] | [INFO] [stderr] 36 | futures::finished("OK".to_owned()).boxed() [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> tests/pubsub-macros.rs:21:24 [INFO] [stderr] | [INFO] [stderr] 21 | fn subscribe(&self, Self::Metadata, pubsub::Subscriber, u32, Trailing); [INFO] [stderr] | ^^^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: Self::Metadata` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(anonymous_parameters)]` on by default [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> tests/pubsub-macros.rs:21:40 [INFO] [stderr] | [INFO] [stderr] 21 | fn subscribe(&self, Self::Metadata, pubsub::Subscriber, u32, Trailing); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: pubsub::Subscriber` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> tests/pubsub-macros.rs:21:68 [INFO] [stderr] | [INFO] [stderr] 21 | fn subscribe(&self, Self::Metadata, pubsub::Subscriber, u32, Trailing); [INFO] [stderr] | ^^^ help: try naming the parameter or explicitly ignoring it: `_: u32` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> tests/pubsub-macros.rs:21:73 [INFO] [stderr] | [INFO] [stderr] 21 | fn subscribe(&self, Self::Metadata, pubsub::Subscriber, u32, Trailing); [INFO] [stderr] | ^^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: Trailing` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> tests/pubsub-macros.rs:25:26 [INFO] [stderr] | [INFO] [stderr] 25 | fn unsubscribe(&self, SubscriptionId) -> BoxFuture; [INFO] [stderr] | ^^^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: SubscriptionId` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> tests/pubsub-macros.rs:8:37 [INFO] [stderr] | [INFO] [stderr] 8 | use jsonrpc_core::futures::{future, BoxFuture, Future}; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> tests/pubsub-macros.rs:25:45 [INFO] [stderr] | [INFO] [stderr] 25 | fn unsubscribe(&self, SubscriptionId) -> BoxFuture; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> tests/pubsub-macros.rs:40:48 [INFO] [stderr] | [INFO] [stderr] 40 | fn unsubscribe(&self, _id: SubscriptionId) -> BoxFuture { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> tests/pubsub-macros.rs:41:20 [INFO] [stderr] | [INFO] [stderr] 41 | future::ok(true).boxed() [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> tests/pubsub-macros.rs:14:1 [INFO] [stderr] | [INFO] [stderr] 14 | / build_rpc_trait! { [INFO] [stderr] 15 | | pub trait Rpc { [INFO] [stderr] 16 | | type Metadata; [INFO] [stderr] 17 | | [INFO] [stderr] ... | [INFO] [stderr] 27 | | } [INFO] [stderr] 28 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `build_rpc_trait` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> examples/meta-macros.rs:21:17 [INFO] [stderr] | [INFO] [stderr] 21 | fn add(&self, u64, u64) -> Result; [INFO] [stderr] | ^^^ help: try naming the parameter or explicitly ignoring it: `_: u64` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(anonymous_parameters)]` on by default [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> examples/meta-macros.rs:21:22 [INFO] [stderr] | [INFO] [stderr] 21 | fn add(&self, u64, u64) -> Result; [INFO] [stderr] | ^^^ help: try naming the parameter or explicitly ignoring it: `_: u64` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> examples/meta-macros.rs:25:17 [INFO] [stderr] | [INFO] [stderr] 25 | fn mul(&self, u64, jsonrpc_macros::Trailing) -> Result; [INFO] [stderr] | ^^^ help: try naming the parameter or explicitly ignoring it: `_: u64` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> examples/meta-macros.rs:25:22 [INFO] [stderr] | [INFO] [stderr] 25 | fn mul(&self, u64, jsonrpc_macros::Trailing) -> Result; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: jsonrpc_macros::Trailing` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> examples/meta-macros.rs:29:18 [INFO] [stderr] | [INFO] [stderr] 29 | fn call(&self, u64) -> BoxFuture; [INFO] [stderr] | ^^^ help: try naming the parameter or explicitly ignoring it: `_: u64` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> examples/meta-macros.rs:33:23 [INFO] [stderr] | [INFO] [stderr] 33 | fn call_meta(&self, Self::Metadata, BTreeMap) -> BoxFuture; [INFO] [stderr] | ^^^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: Self::Metadata` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> examples/meta-macros.rs:33:39 [INFO] [stderr] | [INFO] [stderr] 33 | fn call_meta(&self, Self::Metadata, BTreeMap) -> BoxFuture; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: BTreeMap` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> examples/meta-macros.rs:9:35 [INFO] [stderr] | [INFO] [stderr] 9 | use jsonrpc_core::futures::{self, BoxFuture, Future}; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> examples/meta-macros.rs:29:26 [INFO] [stderr] | [INFO] [stderr] 29 | fn call(&self, u64) -> BoxFuture; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> examples/meta-macros.rs:33:67 [INFO] [stderr] | [INFO] [stderr] 33 | fn call_meta(&self, Self::Metadata, BTreeMap) -> BoxFuture; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> examples/meta-macros.rs:49:28 [INFO] [stderr] | [INFO] [stderr] 49 | fn call(&self, x: u64) -> BoxFuture { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> examples/meta-macros.rs:53:77 [INFO] [stderr] | [INFO] [stderr] 53 | fn call_meta(&self, meta: Self::Metadata, map: BTreeMap) -> BoxFuture { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> examples/meta-macros.rs:50:43 [INFO] [stderr] | [INFO] [stderr] 50 | futures::finished(format!("OK: {}", x)).boxed() [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> examples/meta-macros.rs:54:66 [INFO] [stderr] | [INFO] [stderr] 54 | futures::finished(format!("From: {}, got: {:?}", meta.0, map)).boxed() [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `jsonrpc-macros-plus` (lib test) generated 138 warnings (138 duplicates) [INFO] [stderr] warning: `jsonrpc-macros-plus` (example "pubsub-macros") generated 12 warnings [INFO] [stderr] warning: `jsonrpc-macros-plus` (example "std") generated 7 warnings [INFO] [stderr] warning: `jsonrpc-macros-plus` (test "pubsub-macros") generated 10 warnings [INFO] [stderr] warning: `jsonrpc-macros-plus` (example "meta-macros") generated 14 warnings [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.12s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/jsonrpc_macros-6879e2b09cc568cf) [INFO] [stdout] [INFO] [stderr] Running tests/pubsub-macros.rs (/opt/rustwide/target/debug/deps/pubsub_macros-579cfe8de1f07bcf) [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test test_invalid_trailing_pubsub_params ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- test_invalid_trailing_pubsub_params stdout ---- [INFO] [stdout] thread 'test_invalid_trailing_pubsub_params' panicked at 'called `Result::unwrap()` on an `Err` value: Error("", line: 0, column: 0)', tests/pubsub-macros.rs:75:75 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55957d3bb5ec - std::backtrace_rs::backtrace::libunwind::trace::h02555d7ca8aa068a [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55957d3bb5ec - std::backtrace_rs::backtrace::trace_unsynchronized::h8555a46024147da8 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55957d3bb5ec - std::sys_common::backtrace::_print_fmt::h4c7f50b4f105da1e [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x55957d3bb5ec - ::fmt::ha305a40dbc030444 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x55957d3e11ec - core::fmt::write::hadd15acf4d6ce273 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/fmt/mod.rs:1190:17 [INFO] [stdout] 5: 0x55957d3b6d68 - std::io::Write::write_fmt::h271050faa79d27d2 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/io/mod.rs:1657:15 [INFO] [stdout] 6: 0x55957d3bd947 - std::sys_common::backtrace::_print::h0dd5c0810675bd8c [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x55957d3bd947 - std::sys_common::backtrace::print::h20a2155fa0a22ca6 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x55957d3bd947 - std::panicking::default_hook::{{closure}}::habb3b6f3ccdfe00a [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x55957d3bd67b - std::panicking::default_hook::h1c5cf4d5063a38e4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x55957d3be09a - std::panicking::rust_panic_with_hook::hb5de7a3072d2cf59 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x55957d3bdd87 - std::panicking::begin_panic_handler::{{closure}}::h5106de2f55f1a411 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x55957d3bbab4 - std::sys_common::backtrace::__rust_end_short_backtrace::h5ad5c2a8a003ca72 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x55957d3bda99 - rust_begin_unwind [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x55957d2a0133 - core::panicking::panic_fmt::hfb4b8460cd493e74 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x55957d2a0223 - core::result::unwrap_failed::hf9b34e307f812de0 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/result.rs:1749:5 [INFO] [stdout] 16: 0x55957d2d151a - core::result::Result::unwrap::hc7ddbf131649d01f [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/result.rs:1065:23 [INFO] [stdout] 17: 0x55957d2ba0e2 - pubsub_macros::test_invalid_trailing_pubsub_params::h67dadaf74d0f67a8 [INFO] [stdout] at /opt/rustwide/workdir/tests/pubsub-macros.rs:75:41 [INFO] [stdout] 18: 0x55957d2b9fba - pubsub_macros::test_invalid_trailing_pubsub_params::{{closure}}::h6a38b6f00e9d06c3 [INFO] [stdout] at /opt/rustwide/workdir/tests/pubsub-macros.rs:56:1 [INFO] [stdout] 19: 0x55957d2b37ae - core::ops::function::FnOnce::call_once::h93544a9d36117fff [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x55957d305a33 - core::ops::function::FnOnce::call_once::h43953c8a8f54893f [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x55957d305a33 - test::__rust_begin_short_backtrace::h163f55298a15df9b [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:575:5 [INFO] [stdout] 22: 0x55957d304761 - as core::ops::function::FnOnce>::call_once::hc911782b3cbc7ed5 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 23: 0x55957d304761 - as core::ops::function::FnOnce<()>>::call_once::hc5bb369afbf9cd4e [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x55957d304761 - std::panicking::try::do_call::he60df4e3e832faff [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:492:40 [INFO] [stdout] 25: 0x55957d304761 - std::panicking::try::h2633cee89a0767f3 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:456:19 [INFO] [stdout] 26: 0x55957d304761 - std::panic::catch_unwind::h6e10f7b94ce38b1e [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panic.rs:137:14 [INFO] [stdout] 27: 0x55957d304761 - test::run_test_in_process::h085ef39049c3b50b [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:598:18 [INFO] [stdout] 28: 0x55957d304761 - test::run_test::run_test_inner::{{closure}}::h4e58ce9f68eb43e4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:492:39 [INFO] [stdout] 29: 0x55957d30e041 - test::run_test::run_test_inner::{{closure}}::h6d18db28c5e396ee [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:519:37 [INFO] [stdout] 30: 0x55957d30e041 - std::sys_common::backtrace::__rust_begin_short_backtrace::h32292cb2cd8be620 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 31: 0x55957d2da79f - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h71ee66b20f7b0482 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 32: 0x55957d2da79f - as core::ops::function::FnOnce<()>>::call_once::hb6046e1d1a75a4a4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 33: 0x55957d2da79f - std::panicking::try::do_call::h5422165a88309c77 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:492:40 [INFO] [stdout] 34: 0x55957d2da79f - std::panicking::try::h840a12b54e2c9f5d [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:456:19 [INFO] [stdout] 35: 0x55957d2da79f - std::panic::catch_unwind::h85910e437c8da180 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panic.rs:137:14 [INFO] [stdout] 36: 0x55957d2da79f - std::thread::Builder::spawn_unchecked_::{{closure}}::ha3af3a297bfd51d6 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 37: 0x55957d2da79f - core::ops::function::FnOnce::call_once{{vtable.shim}}::hff8788f58e0e06a9 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x55957d3c3d43 - as core::ops::function::FnOnce>::call_once::h82a18723295373b7 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 39: 0x55957d3c3d43 - as core::ops::function::FnOnce>::call_once::h4b9b8634f7a2a5a4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 40: 0x55957d3c3d43 - std::sys::unix::thread::Thread::new::thread_start::h3dc341aa024c6852 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 41: 0x7f94678a4609 - start_thread [INFO] [stdout] 42: 0x7f9467676293 - clone [INFO] [stdout] 43: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] test_invalid_trailing_pubsub_params [INFO] [stdout] [INFO] [stdout] test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--test pubsub-macros' [INFO] running `Command { std: "docker" "inspect" "35ca71524e4867e3a2d50b0934b4c664c8d28e61fcd12abc1aed583dde6f2f06", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "35ca71524e4867e3a2d50b0934b4c664c8d28e61fcd12abc1aed583dde6f2f06", kill_on_drop: false }` [INFO] [stdout] 35ca71524e4867e3a2d50b0934b4c664c8d28e61fcd12abc1aed583dde6f2f06