[INFO] fetching crate jsonrpc-macros-plus 7.1.4... [INFO] testing jsonrpc-macros-plus-7.1.4 against 1.59.0 for beta-1.60-1 [INFO] extracting crate jsonrpc-macros-plus 7.1.4 into /workspace/builds/worker-11/source [INFO] validating manifest of crates.io crate jsonrpc-macros-plus 7.1.4 on toolchain 1.59.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "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-11/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "fetch" "--manifest-path" "Cargo.toml", 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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "+1.59.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 307e58c2843bad8a8c620aa44a2b84e9121dd9fcc7b4f73a94c5c3d074bd612b [INFO] running `Command { std: "docker" "start" "-a" "307e58c2843bad8a8c620aa44a2b84e9121dd9fcc7b4f73a94c5c3d074bd612b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "307e58c2843bad8a8c620aa44a2b84e9121dd9fcc7b4f73a94c5c3d074bd612b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "307e58c2843bad8a8c620aa44a2b84e9121dd9fcc7b4f73a94c5c3d074bd612b", kill_on_drop: false }` [INFO] [stdout] 307e58c2843bad8a8c620aa44a2b84e9121dd9fcc7b4f73a94c5c3d074bd612b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "+1.59.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 40e6f25520661f4fec1f7c362ddcd8250d5c08efb2a6ec9f616cb31f2796fdbf [INFO] running `Command { std: "docker" "start" "-a" "40e6f25520661f4fec1f7c362ddcd8250d5c08efb2a6ec9f616cb31f2796fdbf", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.119 [INFO] [stderr] Compiling stable_deref_trait v1.2.0 [INFO] [stderr] Compiling futures v0.1.31 [INFO] [stderr] Compiling smallvec v0.6.14 [INFO] [stderr] Compiling owning_ref v0.3.3 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling jsonrpc-core v7.1.1 [INFO] [stderr] Compiling parking_lot_core v0.2.14 [INFO] [stderr] Compiling parking_lot v0.4.8 [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.85s [INFO] running `Command { std: "docker" "inspect" "40e6f25520661f4fec1f7c362ddcd8250d5c08efb2a6ec9f616cb31f2796fdbf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "40e6f25520661f4fec1f7c362ddcd8250d5c08efb2a6ec9f616cb31f2796fdbf", kill_on_drop: false }` [INFO] [stdout] 40e6f25520661f4fec1f7c362ddcd8250d5c08efb2a6ec9f616cb31f2796fdbf [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "+1.59.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9ccf1ec31f30b7413bc8d884fa93341a120cd06610e9f71d9c7cce783c6093fb [INFO] running `Command { std: "docker" "start" "-a" "9ccf1ec31f30b7413bc8d884fa93341a120cd06610e9f71d9c7cce783c6093fb", kill_on_drop: false }` [INFO] [stderr] Compiling regex v0.2.11 [INFO] [stderr] Compiling ucd-util v0.1.8 [INFO] [stderr] Compiling utf8-ranges v1.0.4 [INFO] [stderr] Compiling scoped-tls v0.1.2 [INFO] [stderr] Compiling crossbeam-utils v0.7.2 [INFO] [stderr] Compiling memoffset v0.5.6 [INFO] [stderr] Compiling crossbeam-epoch v0.8.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 net2 v0.2.37 [INFO] [stderr] Compiling num_cpus v1.13.1 [INFO] [stderr] Compiling memchr v1.0.2 [INFO] [stderr] Compiling parking_lot_core v0.6.2 [INFO] [stderr] Compiling parking_lot v0.9.0 [INFO] [stderr] Compiling aho-corasick v0.6.10 [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 regex-syntax v0.5.6 [INFO] [stderr] Compiling mio v0.6.23 [INFO] [stderr] Compiling tokio-io v0.1.13 [INFO] [stderr] Compiling mio-uds v0.6.8 [INFO] [stderr] Compiling tokio-codec v0.1.2 [INFO] [stderr] Compiling tokio-executor v0.1.10 [INFO] [stderr] Compiling crossbeam-queue v0.2.3 [INFO] [stderr] Compiling tokio-reactor v0.1.12 [INFO] [stderr] Compiling tokio-current-thread v0.1.7 [INFO] [stderr] Compiling tokio-timer v0.2.13 [INFO] [stderr] Compiling crossbeam-deque v0.7.4 [INFO] [stderr] Compiling tokio-uds v0.2.7 [INFO] [stderr] Compiling tokio-tcp v0.1.4 [INFO] [stderr] Compiling tokio-udp v0.1.6 [INFO] [stderr] Compiling tokio-threadpool v0.1.18 [INFO] [stderr] Compiling tokio-fs v0.1.7 [INFO] [stderr] Compiling tokio v0.1.22 [INFO] [stderr] Compiling globset v0.1.4 [INFO] [stderr] Compiling tokio-core v0.1.18 [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: 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: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to 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: 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: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to 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/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: 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 associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to 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 associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to 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 associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to 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] --> 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 type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension 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: 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: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension 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: 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 type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension 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 type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to 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 type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to 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 associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to 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 associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to 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 associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension 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: 14 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 12 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 7.25s [INFO] running `Command { std: "docker" "inspect" "9ccf1ec31f30b7413bc8d884fa93341a120cd06610e9f71d9c7cce783c6093fb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9ccf1ec31f30b7413bc8d884fa93341a120cd06610e9f71d9c7cce783c6093fb", kill_on_drop: false }` [INFO] [stdout] 9ccf1ec31f30b7413bc8d884fa93341a120cd06610e9f71d9c7cce783c6093fb [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "+1.59.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 13b0ac146c4e820edc2f53615a647466e01b6b2dd34c6981aae21283936d380c [INFO] running `Command { std: "docker" "start" "-a" "13b0ac146c4e820edc2f53615a647466e01b6b2dd34c6981aae21283936d380c", 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/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: 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/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: `jsonrpc-macros-plus` (example "meta-macros") generated 14 warnings [INFO] [stderr] warning: `jsonrpc-macros-plus` (test "pubsub-macros") generated 10 warnings [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` (lib test) generated 138 warnings (138 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.09s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/jsonrpc_macros-b1116d9cb1a9cc44) [INFO] [stdout] [INFO] [stderr] Running tests/pubsub-macros.rs (/opt/rustwide/target/debug/deps/pubsub_macros-4d32712d3fcb244f) [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] [stderr] error: test failed, to rerun pass '--test pubsub-macros' [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: 0x55e2f252031c - std::backtrace_rs::backtrace::libunwind::trace::h91c465e73bf6c785 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55e2f252031c - std::backtrace_rs::backtrace::trace_unsynchronized::hae9da36f5d58b5f3 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55e2f252031c - std::sys_common::backtrace::_print_fmt::h7f499fa126a7effb [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55e2f252031c - ::fmt::h3e2b509ce2ce6007 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55e2f254643c - core::fmt::write::h753c7571fa063ecb [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/fmt/mod.rs:1168:17 [INFO] [stdout] 5: 0x55e2f251b403 - std::io::Write::write_fmt::hb649ab67f71b6655 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/io/mod.rs:1660:15 [INFO] [stdout] 6: 0x55e2f2522a82 - std::sys_common::backtrace::_print::h64941a6fc8b0ed9b [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55e2f2522a82 - std::sys_common::backtrace::print::hcf25e43e1a9b0766 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55e2f2522a82 - std::panicking::default_hook::{{closure}}::h78d3e6cf97fc623d [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:211:50 [INFO] [stdout] 9: 0x55e2f25226d1 - std::panicking::default_hook::hda898f8d3ad1a5ae [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:225:9 [INFO] [stdout] 10: 0x55e2f25230d3 - std::panicking::rust_panic_with_hook::h1a5ea2d6c23051aa [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:606:17 [INFO] [stdout] 11: 0x55e2f2522df0 - std::panicking::begin_panic_handler::{{closure}}::h07f549390938b73f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:502:13 [INFO] [stdout] 12: 0x55e2f25207c4 - std::sys_common::backtrace::__rust_end_short_backtrace::h5ec3758a92cfb00d [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:139:18 [INFO] [stdout] 13: 0x55e2f2522b29 - rust_begin_unwind [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:498:5 [INFO] [stdout] 14: 0x55e2f2405dd1 - core::panicking::panic_fmt::h3a79a6a99affe1d5 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panicking.rs:116:14 [INFO] [stdout] 15: 0x55e2f2405ec3 - core::result::unwrap_failed::ha0327e3803285d6e [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/result.rs:1690:5 [INFO] [stdout] 16: 0x55e2f243963a - core::result::Result::unwrap::hf2f6f1cf6cde2a38 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/result.rs:1018:23 [INFO] [stdout] 17: 0x55e2f2420552 - pubsub_macros::test_invalid_trailing_pubsub_params::h053e2db1d5ae2bb7 [INFO] [stdout] at /opt/rustwide/workdir/tests/pubsub-macros.rs:75:41 [INFO] [stdout] 18: 0x55e2f242042a - pubsub_macros::test_invalid_trailing_pubsub_params::{{closure}}::h6dd4364355a9e835 [INFO] [stdout] at /opt/rustwide/workdir/tests/pubsub-macros.rs:56:1 [INFO] [stdout] 19: 0x55e2f2419d1e - core::ops::function::FnOnce::call_once::h8bdfea68002e95b5 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x55e2f246c033 - core::ops::function::FnOnce::call_once::h1845a80638abc06e [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x55e2f246c033 - test::__rust_begin_short_backtrace::h4f56ccea01b9889f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:574:5 [INFO] [stdout] 22: 0x55e2f246ad1f - as core::ops::function::FnOnce>::call_once::h5afedf14a39ffa74 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 23: 0x55e2f246ad1f - as core::ops::function::FnOnce<()>>::call_once::hd5aaa1b551e9ce71 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x55e2f246ad1f - std::panicking::try::do_call::h316eebee63f96d32 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:406:40 [INFO] [stdout] 25: 0x55e2f246ad1f - std::panicking::try::h662e31e84dd7ce52 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:370:19 [INFO] [stdout] 26: 0x55e2f246ad1f - std::panic::catch_unwind::h129c1b23f076663f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panic.rs:133:14 [INFO] [stdout] 27: 0x55e2f246ad1f - test::run_test_in_process::h51d800d572f878ef [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:597:18 [INFO] [stdout] 28: 0x55e2f246ad1f - test::run_test::run_test_inner::{{closure}}::h71a47db430260854 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:491:39 [INFO] [stdout] 29: 0x55e2f24740e1 - test::run_test::run_test_inner::{{closure}}::h02edd5b3e2dab52a [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:518:37 [INFO] [stdout] 30: 0x55e2f24740e1 - std::sys_common::backtrace::__rust_begin_short_backtrace::h0838cfc8b0e995ec [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:123:18 [INFO] [stdout] 31: 0x55e2f2440b6f - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h4c2725d7078043cd [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/thread/mod.rs:477:17 [INFO] [stdout] 32: 0x55e2f2440b6f - as core::ops::function::FnOnce<()>>::call_once::hdf1aa612eed87270 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 33: 0x55e2f2440b6f - std::panicking::try::do_call::hc72f8de3706d18d6 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:406:40 [INFO] [stdout] 34: 0x55e2f2440b6f - std::panicking::try::h63f01f54dbd0fb87 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:370:19 [INFO] [stdout] 35: 0x55e2f2440b6f - std::panic::catch_unwind::h58bc464ae9b26453 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panic.rs:133:14 [INFO] [stdout] 36: 0x55e2f2440b6f - std::thread::Builder::spawn_unchecked::{{closure}}::h6c065e19513e33e3 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/thread/mod.rs:476:30 [INFO] [stdout] 37: 0x55e2f2440b6f - core::ops::function::FnOnce::call_once{{vtable.shim}}::hd143450c74f35c32 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x55e2f2528c63 - as core::ops::function::FnOnce>::call_once::h49b6c7c5155a2296 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 39: 0x55e2f2528c63 - as core::ops::function::FnOnce>::call_once::ha8b5234bfeb15105 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 40: 0x55e2f2528c63 - std::sys::unix::thread::Thread::new::thread_start::h6f207dd842d64859 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 41: 0x7f6111db4609 - start_thread [INFO] [stdout] 42: 0x7f6111b86293 - 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] running `Command { std: "docker" "inspect" "13b0ac146c4e820edc2f53615a647466e01b6b2dd34c6981aae21283936d380c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "13b0ac146c4e820edc2f53615a647466e01b6b2dd34c6981aae21283936d380c", kill_on_drop: false }` [INFO] [stdout] 13b0ac146c4e820edc2f53615a647466e01b6b2dd34c6981aae21283936d380c