[INFO] fetching crate jsonrpc-macros-plus 7.1.4... [INFO] testing jsonrpc-macros-plus-7.1.4 against 1.55.0 for beta-1.56-1 [INFO] extracting crate jsonrpc-macros-plus 7.1.4 into /workspace/builds/worker-13/source [INFO] validating manifest of crates.io crate jsonrpc-macros-plus 7.1.4 on toolchain 1.55.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.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-13/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c2adcfcf34f8d715b5a7878d1a272b61cfa715970edd90ea131aef50ff338e2f [INFO] running `Command { std: "docker" "start" "-a" "c2adcfcf34f8d715b5a7878d1a272b61cfa715970edd90ea131aef50ff338e2f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c2adcfcf34f8d715b5a7878d1a272b61cfa715970edd90ea131aef50ff338e2f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c2adcfcf34f8d715b5a7878d1a272b61cfa715970edd90ea131aef50ff338e2f", kill_on_drop: false }` [INFO] [stdout] c2adcfcf34f8d715b5a7878d1a272b61cfa715970edd90ea131aef50ff338e2f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8e88a9eeeabfd4956b98258156495a7d4ddfa2ffdce6885e28d9267bb7e73bf3 [INFO] running `Command { std: "docker" "start" "-a" "8e88a9eeeabfd4956b98258156495a7d4ddfa2ffdce6885e28d9267bb7e73bf3", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.101 [INFO] [stderr] Compiling owning_ref v0.3.3 [INFO] [stderr] Compiling jsonrpc-core v7.1.1 [INFO] [stderr] Compiling rand v0.4.6 [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: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: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: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: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: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: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] 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: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: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: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: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: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: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/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: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: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: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: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: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] 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: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: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: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: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: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: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use 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: missing documentation for 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 6.66s [INFO] running `Command { std: "docker" "inspect" "8e88a9eeeabfd4956b98258156495a7d4ddfa2ffdce6885e28d9267bb7e73bf3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8e88a9eeeabfd4956b98258156495a7d4ddfa2ffdce6885e28d9267bb7e73bf3", kill_on_drop: false }` [INFO] [stdout] 8e88a9eeeabfd4956b98258156495a7d4ddfa2ffdce6885e28d9267bb7e73bf3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 817ffc5cec2625c1d9efe2254e96cf5813286df00a96d4e987ff7e0964ef115f [INFO] running `Command { std: "docker" "start" "-a" "817ffc5cec2625c1d9efe2254e96cf5813286df00a96d4e987ff7e0964ef115f", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling net2 v0.2.37 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling memchr v1.0.2 [INFO] [stderr] Compiling tokio-executor v0.1.10 [INFO] [stderr] Compiling parking_lot_core v0.6.2 [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: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: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: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: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: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: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] 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: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: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: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: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: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: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/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: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: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: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: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: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] 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: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: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: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: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: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: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use 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: missing documentation for 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 globset v0.1.4 [INFO] [stderr] Compiling tokio-timer v0.2.13 [INFO] [stderr] Compiling tokio-current-thread v0.1.7 [INFO] [stderr] Compiling parking_lot v0.9.0 [INFO] [stderr] Compiling tokio-threadpool v0.1.18 [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-reactor v0.1.12 [INFO] [stderr] Compiling tokio-codec v0.1.2 [INFO] [stderr] Compiling tokio-fs v0.1.7 [INFO] [stderr] Compiling tokio-uds v0.2.7 [INFO] [stderr] Compiling tokio-udp v0.1.6 [INFO] [stderr] Compiling tokio-tcp v0.1.4 [INFO] [stderr] Compiling tokio v0.1.22 [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: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> examples/std.rs:6:35 [INFO] [stdout] | [INFO] [stdout] 6 | use jsonrpc_core::futures::{self, BoxFuture, Future}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> examples/std.rs:20:26 [INFO] [stdout] | [INFO] [stdout] 20 | fn call(&self, u64) -> BoxFuture; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> examples/std.rs:35:28 [INFO] [stdout] | [INFO] [stdout] 35 | fn call(&self, _: u64) -> BoxFuture { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition. [INFO] [stdout] --> examples/meta-macros.rs:21:17 [INFO] [stdout] | [INFO] [stdout] 21 | fn add(&self, u64, u64) -> Result; [INFO] [stdout] | ^^^ help: try naming the parameter or explicitly ignoring it: `_: u64` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(anonymous_parameters)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition. [INFO] [stdout] --> examples/meta-macros.rs:21:22 [INFO] [stdout] | [INFO] [stdout] 21 | fn add(&self, u64, u64) -> Result; [INFO] [stdout] | ^^^ help: try naming the parameter or explicitly ignoring it: `_: u64` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition. [INFO] [stdout] --> examples/meta-macros.rs:25:17 [INFO] [stdout] | [INFO] [stdout] 25 | fn mul(&self, u64, jsonrpc_macros::Trailing) -> Result; [INFO] [stdout] | ^^^ help: try naming the parameter or explicitly ignoring it: `_: u64` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition. [INFO] [stdout] --> examples/meta-macros.rs:25:22 [INFO] [stdout] | [INFO] [stdout] 25 | fn mul(&self, u64, jsonrpc_macros::Trailing) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: jsonrpc_macros::Trailing` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition. [INFO] [stdout] --> examples/meta-macros.rs:29:18 [INFO] [stdout] | [INFO] [stdout] 29 | fn call(&self, u64) -> BoxFuture; [INFO] [stdout] | ^^^ help: try naming the parameter or explicitly ignoring it: `_: u64` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition. [INFO] [stdout] --> examples/meta-macros.rs:33:23 [INFO] [stdout] | [INFO] [stdout] 33 | fn call_meta(&self, Self::Metadata, BTreeMap) -> BoxFuture; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: Self::Metadata` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition. [INFO] [stdout] --> examples/meta-macros.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | fn call_meta(&self, Self::Metadata, BTreeMap) -> BoxFuture; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: BTreeMap` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> examples/std.rs:36:38 [INFO] [stdout] | [INFO] [stdout] 36 | futures::finished("OK".to_owned()).boxed() [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stdout] --> examples/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/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 type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension 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: 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: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension 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: 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: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension 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: 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: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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: anonymous parameters are deprecated and will be removed in the next edition. [INFO] [stdout] --> tests/pubsub-macros.rs:21:24 [INFO] [stdout] | [INFO] [stdout] 21 | fn subscribe(&self, Self::Metadata, pubsub::Subscriber, u32, Trailing); [INFO] [stdout] | ^^^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: Self::Metadata` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(anonymous_parameters)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition. [INFO] [stdout] --> tests/pubsub-macros.rs:21:40 [INFO] [stdout] | [INFO] [stdout] 21 | fn subscribe(&self, Self::Metadata, pubsub::Subscriber, u32, Trailing); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: pubsub::Subscriber` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition. [INFO] [stdout] --> tests/pubsub-macros.rs:21:68 [INFO] [stdout] | [INFO] [stdout] 21 | fn subscribe(&self, Self::Metadata, pubsub::Subscriber, u32, Trailing); [INFO] [stdout] | ^^^ help: try naming the parameter or explicitly ignoring it: `_: u32` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition. [INFO] [stdout] --> tests/pubsub-macros.rs:21:73 [INFO] [stdout] | [INFO] [stdout] 21 | fn subscribe(&self, Self::Metadata, pubsub::Subscriber, u32, Trailing); [INFO] [stdout] | ^^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: Trailing` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition. [INFO] [stdout] --> tests/pubsub-macros.rs:25:26 [INFO] [stdout] | [INFO] [stdout] 25 | fn unsubscribe(&self, SubscriptionId) -> BoxFuture; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: SubscriptionId` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension 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] --> 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] --> 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] --> 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 type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension 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] --> 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/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 associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to 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: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: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: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: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: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: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] 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: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: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: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: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: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: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/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: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: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: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: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: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] 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: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: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: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: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: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: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use 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: missing documentation for 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] [stdout] warning: 7 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 11.78s [INFO] running `Command { std: "docker" "inspect" "817ffc5cec2625c1d9efe2254e96cf5813286df00a96d4e987ff7e0964ef115f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "817ffc5cec2625c1d9efe2254e96cf5813286df00a96d4e987ff7e0964ef115f", kill_on_drop: false }` [INFO] [stdout] 817ffc5cec2625c1d9efe2254e96cf5813286df00a96d4e987ff7e0964ef115f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 8cdbbe60cd8c63e674b92f913c676a4d8174d3fea42beebb6670a4163a374c24 [INFO] running `Command { std: "docker" "start" "-a" "8cdbbe60cd8c63e674b92f913c676a4d8174d3fea42beebb6670a4163a374c24", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [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: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: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: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: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: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: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] 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: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: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: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: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: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: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/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: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: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: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: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: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] 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: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: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: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: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: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: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use 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: missing documentation for macro [INFO] [stderr] --> src/auto_args.rs:74:1 [INFO] [stderr] | [INFO] [stderr] 74 | macro_rules! build_rpc_trait { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: the lint level is defined here [INFO] [stderr] --> src/lib.rs:50:9 [INFO] [stderr] | [INFO] [stderr] 50 | #![warn(missing_docs)] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `jsonrpc-macros-plus` (lib) generated 139 warnings [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition. [INFO] [stderr] --> examples/pubsub-macros.rs:35:17 [INFO] [stderr] | [INFO] [stderr] 35 | fn add(&self, u64, u64) -> Result; [INFO] [stderr] | ^^^ help: try naming the parameter or explicitly ignoring it: `_: u64` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(anonymous_parameters)]` on by default [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition. [INFO] [stderr] --> examples/pubsub-macros.rs:35:22 [INFO] [stderr] | [INFO] [stderr] 35 | fn add(&self, u64, u64) -> Result; [INFO] [stderr] | ^^^ help: try naming the parameter or explicitly ignoring it: `_: u64` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition. [INFO] [stderr] --> examples/pubsub-macros.rs:40:24 [INFO] [stderr] | [INFO] [stderr] 40 | fn subscribe(&self, Self::Metadata, pubsub::Subscriber, u64); [INFO] [stderr] | ^^^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: Self::Metadata` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition. [INFO] [stderr] --> examples/pubsub-macros.rs:40:40 [INFO] [stderr] | [INFO] [stderr] 40 | fn subscribe(&self, Self::Metadata, pubsub::Subscriber, u64); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: pubsub::Subscriber` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition. [INFO] [stderr] --> examples/pubsub-macros.rs:40:68 [INFO] [stderr] | [INFO] [stderr] 40 | fn subscribe(&self, Self::Metadata, pubsub::Subscriber, u64); [INFO] [stderr] | ^^^ help: try naming the parameter or explicitly ignoring it: `_: u64` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition. [INFO] [stderr] --> examples/pubsub-macros.rs:44:26 [INFO] [stderr] | [INFO] [stderr] 44 | fn unsubscribe(&self, SubscriptionId) -> BoxFuture; [INFO] [stderr] | ^^^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: SubscriptionId` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> examples/pubsub-macros.rs:12:29 [INFO] [stderr] | [INFO] [stderr] 12 | use jsonrpc_core::futures::{BoxFuture, Future, future}; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> examples/pubsub-macros.rs:44:45 [INFO] [stderr] | [INFO] [stderr] 44 | fn unsubscribe(&self, SubscriptionId) -> BoxFuture; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> examples/pubsub-macros.rs:77:47 [INFO] [stderr] | [INFO] [stderr] 77 | fn unsubscribe(&self, id: SubscriptionId) -> BoxFuture { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> examples/pubsub-macros.rs:80:21 [INFO] [stderr] | [INFO] [stderr] 80 | future::ok(true).boxed() [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> examples/pubsub-macros.rs:86:7 [INFO] [stderr] | [INFO] [stderr] 86 | }).boxed() [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> examples/pubsub-macros.rs:29:1 [INFO] [stderr] | [INFO] [stderr] 29 | / build_rpc_trait! { [INFO] [stderr] 30 | | pub trait Rpc { [INFO] [stderr] 31 | | type Metadata; [INFO] [stderr] 32 | | [INFO] [stderr] ... | [INFO] [stderr] 46 | | } [INFO] [stderr] 47 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `build_rpc_trait` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition. [INFO] [stderr] --> 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/std.rs:16:17 [INFO] [stderr] | [INFO] [stderr] 16 | fn add(&self, u64, u64) -> Result; [INFO] [stderr] | ^^^ help: try naming the parameter or explicitly ignoring it: `_: u64` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(anonymous_parameters)]` on by default [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition. [INFO] [stderr] --> examples/std.rs:16:22 [INFO] [stderr] | [INFO] [stderr] 16 | fn add(&self, u64, u64) -> Result; [INFO] [stderr] | ^^^ help: try naming the parameter or explicitly ignoring it: `_: u64` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition. [INFO] [stderr] --> examples/std.rs:20:18 [INFO] [stderr] | [INFO] [stderr] 20 | fn call(&self, u64) -> BoxFuture; [INFO] [stderr] | ^^^ help: try naming the parameter or explicitly ignoring it: `_: u64` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> examples/std.rs:6:35 [INFO] [stderr] | [INFO] [stderr] 6 | use jsonrpc_core::futures::{self, BoxFuture, Future}; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> examples/std.rs:20:26 [INFO] [stderr] | [INFO] [stderr] 20 | fn call(&self, u64) -> BoxFuture; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated type alias `jsonrpc_core::futures::BoxFuture`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> examples/std.rs:35:28 [INFO] [stderr] | [INFO] [stderr] 35 | fn call(&self, _: u64) -> BoxFuture { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `jsonrpc_core::futures::Future::boxed`: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> examples/std.rs:36:38 [INFO] [stderr] | [INFO] [stderr] 36 | futures::finished("OK".to_owned()).boxed() [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition. [INFO] [stderr] --> 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] [stdout] [INFO] [stderr] warning: `jsonrpc-macros-plus` (example "pubsub-macros") generated 12 warnings [INFO] [stdout] running 0 tests [INFO] [stderr] warning: `jsonrpc-macros-plus` (test "pubsub-macros") generated 10 warnings [INFO] [stdout] [INFO] [stderr] warning: `jsonrpc-macros-plus` (example "std") generated 7 warnings [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stderr] warning: `jsonrpc-macros-plus` (example "meta-macros") generated 14 warnings [INFO] [stdout] [INFO] [stderr] warning: `jsonrpc-macros-plus` (lib test) generated 139 warnings (139 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.23s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/jsonrpc_macros-230a646dceee30e8) [INFO] [stderr] Running tests/pubsub-macros.rs (/opt/rustwide/target/debug/deps/pubsub_macros-c8d111282d669517) [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: 0x55a51d26bc40 - std::backtrace_rs::backtrace::libunwind::trace::ha0ad43e8a952bfe7 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x55a51d26bc40 - std::backtrace_rs::backtrace::trace_unsynchronized::h6830419c0c4130dc [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55a51d26bc40 - std::sys_common::backtrace::_print_fmt::h8f3516631ffa1ef5 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55a51d26bc40 - ::fmt::he1640d5f0d93f618 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55a51d28e79c - core::fmt::write::h88012e1f01caeebf [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/fmt/mod.rs:1115:17 [INFO] [stdout] 5: 0x55a51d268ab5 - std::io::Write::write_fmt::h7728c39ea5632753 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/io/mod.rs:1665:15 [INFO] [stdout] 6: 0x55a51d26ddfb - std::sys_common::backtrace::_print::ha1f00492f406a015 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55a51d26ddfb - std::sys_common::backtrace::print::hd54561b13feb6af3 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55a51d26ddfb - std::panicking::default_hook::{{closure}}::h84fe124cd0864662 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x55a51d26d90c - std::panicking::default_hook::h5a8e74a76ce290a7 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x55a51d26e4c4 - std::panicking::rust_panic_with_hook::h67c812a4fe9d4c91 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:622:17 [INFO] [stdout] 11: 0x55a51d26dfa7 - std::panicking::begin_panic_handler::{{closure}}::h33f9c1b96af300d7 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:519:13 [INFO] [stdout] 12: 0x55a51d26c13c - std::sys_common::backtrace::__rust_end_short_backtrace::h51bae64be5921f0e [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x55a51d26df09 - rust_begin_unwind [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:515:5 [INFO] [stdout] 14: 0x55a51d1523b1 - core::panicking::panic_fmt::h12a3a3c256485fca [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x55a51d1524a3 - core::result::unwrap_failed::h2d8d0952e3250de9 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/result.rs:1599:5 [INFO] [stdout] 16: 0x55a51d18a4fb - core::result::Result::unwrap::h27c59752b1fa09f6 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/result.rs:1281:23 [INFO] [stdout] 17: 0x55a51d170a88 - pubsub_macros::test_invalid_trailing_pubsub_params::hb8b7ab89f01b7cc2 [INFO] [stdout] at /opt/rustwide/workdir/tests/pubsub-macros.rs:75:41 [INFO] [stdout] 18: 0x55a51d17095a - pubsub_macros::test_invalid_trailing_pubsub_params::{{closure}}::h3fbd28e84f1e3489 [INFO] [stdout] at /opt/rustwide/workdir/tests/pubsub-macros.rs:56:1 [INFO] [stdout] 19: 0x55a51d166e3e - core::ops::function::FnOnce::call_once::h08c855ba97c1ab8f [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x55a51d1c1c63 - core::ops::function::FnOnce::call_once::h5aba9a5d361d6c79 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x55a51d1c1c63 - test::__rust_begin_short_backtrace::h705bb53b2b1d45e6 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:578:5 [INFO] [stdout] 22: 0x55a51d1c0718 - as core::ops::function::FnOnce>::call_once::ha20f614d7c0b2b6d [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 23: 0x55a51d1c0718 - as core::ops::function::FnOnce<()>>::call_once::hf02f19eeb64ceabd [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:347:9 [INFO] [stdout] 24: 0x55a51d1c0718 - std::panicking::try::do_call::h4bfab65eb3b4b036 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:401:40 [INFO] [stdout] 25: 0x55a51d1c0718 - std::panicking::try::h6613a46a6d2b6f88 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:365:19 [INFO] [stdout] 26: 0x55a51d1c0718 - std::panic::catch_unwind::h9f07b17b60991273 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:434:14 [INFO] [stdout] 27: 0x55a51d1c0718 - test::run_test_in_process::hc38797eecf07854f [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:601:18 [INFO] [stdout] 28: 0x55a51d1c0718 - test::run_test::run_test_inner::{{closure}}::hac209db8bce0fd77 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:493:39 [INFO] [stdout] 29: 0x55a51d18eead - test::run_test::run_test_inner::{{closure}}::h4aefdd4b4a423e20 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:520:37 [INFO] [stdout] 30: 0x55a51d18eead - std::sys_common::backtrace::__rust_begin_short_backtrace::h652c9e2663704700 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 31: 0x55a51d193688 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hd84fd5e0b5b1f45f [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/thread/mod.rs:476:17 [INFO] [stdout] 32: 0x55a51d193688 - as core::ops::function::FnOnce<()>>::call_once::he23556962a2ae14b [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:347:9 [INFO] [stdout] 33: 0x55a51d193688 - std::panicking::try::do_call::h67d4f93e1fbaa5f9 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:401:40 [INFO] [stdout] 34: 0x55a51d193688 - std::panicking::try::h396886e678db815e [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:365:19 [INFO] [stdout] 35: 0x55a51d193688 - std::panic::catch_unwind::hc1d64dcecf0a00e0 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:434:14 [INFO] [stdout] 36: 0x55a51d193688 - std::thread::Builder::spawn_unchecked::{{closure}}::hc2644cf33cb61d8e [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/thread/mod.rs:475:30 [INFO] [stdout] 37: 0x55a51d193688 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h4473c2c77b66963f [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x55a51d273097 - as core::ops::function::FnOnce>::call_once::h6bff7798948b1075 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 39: 0x55a51d273097 - as core::ops::function::FnOnce>::call_once::hc2d25ac38f6b2342 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 40: 0x55a51d273097 - std::sys::unix::thread::Thread::new::thread_start::hbba5bc368baac205 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys/unix/thread.rs:74:17 [INFO] [stdout] 41: 0x7ff58ec3b609 - start_thread [INFO] [stdout] 42: 0x7ff58ea0d293 - 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.03s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "8cdbbe60cd8c63e674b92f913c676a4d8174d3fea42beebb6670a4163a374c24", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8cdbbe60cd8c63e674b92f913c676a4d8174d3fea42beebb6670a4163a374c24", kill_on_drop: false }` [INFO] [stdout] 8cdbbe60cd8c63e674b92f913c676a4d8174d3fea42beebb6670a4163a374c24