[INFO] fetching crate pactus-grpc 1.10.1...
[INFO] checking pactus-grpc-1.10.1 against try#4f260f0f20b3133d20cfb50353c0221943af5796+rustflags=-Dunmustuse_in_always_ok for pr-148577
[INFO] extracting crate pactus-grpc 1.10.1 into /workspace/builds/worker-6-tc2/source
[INFO] started tweaking crates.io crate pactus-grpc 1.10.1
[INFO] finished tweaking crates.io crate pactus-grpc 1.10.1
[INFO] tweaked toml for crates.io crate pactus-grpc 1.10.1 written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate pactus-grpc 1.10.1 on toolchain 4f260f0f20b3133d20cfb50353c0221943af5796
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4f260f0f20b3133d20cfb50353c0221943af5796" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate pactus-grpc 1.10.1 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4f260f0f20b3133d20cfb50353c0221943af5796" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+4f260f0f20b3133d20cfb50353c0221943af5796" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 9465398069e704a1114658d33f06de5cc332f41f61294418ba0b4f1cff684575
[INFO] running `Command { std: "docker" "start" "-a" "9465398069e704a1114658d33f06de5cc332f41f61294418ba0b4f1cff684575", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9465398069e704a1114658d33f06de5cc332f41f61294418ba0b4f1cff684575", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9465398069e704a1114658d33f06de5cc332f41f61294418ba0b4f1cff684575", kill_on_drop: false }`
[INFO] [stdout] 9465398069e704a1114658d33f06de5cc332f41f61294418ba0b4f1cff684575
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid -Dunmustuse_in_always_ok" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+4f260f0f20b3133d20cfb50353c0221943af5796" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 1e3f35df4d7d0457ea1330d677d5377d2eccfa431ddf9ac97b441a51165013b6
[INFO] running `Command { std: "docker" "start" "-a" "1e3f35df4d7d0457ea1330d677d5377d2eccfa431ddf9ac97b441a51165013b6", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v2.0.108
[INFO] [stderr]     Checking getrandom v0.2.16
[INFO] [stderr]    Compiling anyhow v1.0.100
[INFO] [stderr]     Checking sync_wrapper v1.0.2
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]     Checking matchit v0.7.3
[INFO] [stderr]     Checking socket2 v0.5.10
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking tower v0.5.2
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.30
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling pin-project-internal v1.1.10
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling prost-derive v0.13.5
[INFO] [stderr]    Compiling async-stream-impl v0.3.6
[INFO] [stderr]     Checking async-stream v0.3.6
[INFO] [stderr]     Checking tokio v1.48.0
[INFO] [stderr]     Checking axum-core v0.4.5
[INFO] [stderr]     Checking pin-project v1.1.10
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]     Checking prost v0.13.5
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking pbjson v0.8.0
[INFO] [stderr]     Checking axum v0.7.9
[INFO] [stderr]     Checking tokio-util v0.7.16
[INFO] [stderr]     Checking tokio-stream v0.1.17
[INFO] [stderr]     Checking h2 v0.4.12
[INFO] [stderr]     Checking tower v0.4.13
[INFO] [stderr]     Checking hyper v1.7.0
[INFO] [stderr]     Checking hyper-util v0.1.17
[INFO] [stderr]     Checking hyper-timeout v0.5.2
[INFO] [stderr]     Checking tonic v0.12.3
[INFO] [stderr]     Checking pactus-grpc v1.10.1 (/opt/rustwide/workdir)
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]    --> src/pactus.tonic.rs:502:42
[INFO] [stdout]     |
[INFO] [stdout] 502 |                       let fut = async move {
[INFO] [stdout]     |  __________________________________________^
[INFO] [stdout] 503 | |                         let method = GetTransactionSvc(inner);
[INFO] [stdout] 504 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 505 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...   |
[INFO] [stdout] 515 | |                         Ok(res)
[INFO] [stdout] 516 | |                     };
[INFO] [stdout]     | |_____________________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: requested on the command line with `-D unmustuse-in-always-ok`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]    --> src/pactus.tonic.rs:515:25
[INFO] [stdout]     |
[INFO] [stdout] 515 |                         Ok(res)
[INFO] [stdout]     |                         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]    --> src/pactus.tonic.rs:547:42
[INFO] [stdout]     |
[INFO] [stdout] 547 |                       let fut = async move {
[INFO] [stdout]     |  __________________________________________^
[INFO] [stdout] 548 | |                         let method = CalculateFeeSvc(inner);
[INFO] [stdout] 549 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 550 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...   |
[INFO] [stdout] 560 | |                         Ok(res)
[INFO] [stdout] 561 | |                     };
[INFO] [stdout]     | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]    --> src/pactus.tonic.rs:560:25
[INFO] [stdout]     |
[INFO] [stdout] 560 |                         Ok(res)
[INFO] [stdout]     |                         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]    --> src/pactus.tonic.rs:593:42
[INFO] [stdout]     |
[INFO] [stdout] 593 |                       let fut = async move {
[INFO] [stdout]     |  __________________________________________^
[INFO] [stdout] 594 | |                         let method = BroadcastTransactionSvc(inner);
[INFO] [stdout] 595 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 596 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...   |
[INFO] [stdout] 606 | |                         Ok(res)
[INFO] [stdout] 607 | |                     };
[INFO] [stdout]     | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]    --> src/pactus.tonic.rs:606:25
[INFO] [stdout]     |
[INFO] [stdout] 606 |                         Ok(res)
[INFO] [stdout]     |                         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]    --> src/pactus.tonic.rs:645:42
[INFO] [stdout]     |
[INFO] [stdout] 645 |                       let fut = async move {
[INFO] [stdout]     |  __________________________________________^
[INFO] [stdout] 646 | |                         let method = GetRawTransferTransactionSvc(inner);
[INFO] [stdout] 647 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 648 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...   |
[INFO] [stdout] 658 | |                         Ok(res)
[INFO] [stdout] 659 | |                     };
[INFO] [stdout]     | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]    --> src/pactus.tonic.rs:658:25
[INFO] [stdout]     |
[INFO] [stdout] 658 |                         Ok(res)
[INFO] [stdout]     |                         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]    --> src/pactus.tonic.rs:694:42
[INFO] [stdout]     |
[INFO] [stdout] 694 |                       let fut = async move {
[INFO] [stdout]     |  __________________________________________^
[INFO] [stdout] 695 | |                         let method = GetRawBondTransactionSvc(inner);
[INFO] [stdout] 696 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 697 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...   |
[INFO] [stdout] 707 | |                         Ok(res)
[INFO] [stdout] 708 | |                     };
[INFO] [stdout]     | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]    --> src/pactus.tonic.rs:707:25
[INFO] [stdout]     |
[INFO] [stdout] 707 |                         Ok(res)
[INFO] [stdout]     |                         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]    --> src/pactus.tonic.rs:745:42
[INFO] [stdout]     |
[INFO] [stdout] 745 |                       let fut = async move {
[INFO] [stdout]     |  __________________________________________^
[INFO] [stdout] 746 | |                         let method = GetRawUnbondTransactionSvc(inner);
[INFO] [stdout] 747 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 748 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...   |
[INFO] [stdout] 758 | |                         Ok(res)
[INFO] [stdout] 759 | |                     };
[INFO] [stdout]     | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]    --> src/pactus.tonic.rs:758:25
[INFO] [stdout]     |
[INFO] [stdout] 758 |                         Ok(res)
[INFO] [stdout]     |                         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]    --> src/pactus.tonic.rs:797:42
[INFO] [stdout]     |
[INFO] [stdout] 797 |                       let fut = async move {
[INFO] [stdout]     |  __________________________________________^
[INFO] [stdout] 798 | |                         let method = GetRawWithdrawTransactionSvc(inner);
[INFO] [stdout] 799 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 800 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...   |
[INFO] [stdout] 810 | |                         Ok(res)
[INFO] [stdout] 811 | |                     };
[INFO] [stdout]     | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]    --> src/pactus.tonic.rs:810:25
[INFO] [stdout]     |
[INFO] [stdout] 810 |                         Ok(res)
[INFO] [stdout]     |                         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]    --> src/pactus.tonic.rs:849:42
[INFO] [stdout]     |
[INFO] [stdout] 849 |                       let fut = async move {
[INFO] [stdout]     |  __________________________________________^
[INFO] [stdout] 850 | |                         let method = GetRawBatchTransferTransactionSvc(inner);
[INFO] [stdout] 851 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 852 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...   |
[INFO] [stdout] 862 | |                         Ok(res)
[INFO] [stdout] 863 | |                     };
[INFO] [stdout]     | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]    --> src/pactus.tonic.rs:862:25
[INFO] [stdout]     |
[INFO] [stdout] 862 |                         Ok(res)
[INFO] [stdout]     |                         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]    --> src/pactus.tonic.rs:895:42
[INFO] [stdout]     |
[INFO] [stdout] 895 |                       let fut = async move {
[INFO] [stdout]     |  __________________________________________^
[INFO] [stdout] 896 | |                         let method = DecodeRawTransactionSvc(inner);
[INFO] [stdout] 897 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 898 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...   |
[INFO] [stdout] 908 | |                         Ok(res)
[INFO] [stdout] 909 | |                     };
[INFO] [stdout]     | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]    --> src/pactus.tonic.rs:908:25
[INFO] [stdout]     |
[INFO] [stdout] 908 |                         Ok(res)
[INFO] [stdout]     |                         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]    --> src/pactus.tonic.rs:913:41
[INFO] [stdout]     |
[INFO] [stdout] 913 |                       Box::pin(async move {
[INFO] [stdout]     |  _________________________________________^
[INFO] [stdout] 914 | |                         Ok(
[INFO] [stdout] 915 | |                             http::Response::builder()
[INFO] [stdout] 916 | |                                 .status(200)
[INFO] [stdout] ...   |
[INFO] [stdout] 925 | |                     })
[INFO] [stdout]     | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]    --> src/pactus.tonic.rs:914:25
[INFO] [stdout]     |
[INFO] [stdout] 914 | /                         Ok(
[INFO] [stdout] 915 | |                             http::Response::builder()
[INFO] [stdout] 916 | |                                 .status(200)
[INFO] [stdout] 917 | |                                 .header("grpc-status", tonic::Code::Unimplemented as i32)
[INFO] [stdout] ...   |
[INFO] [stdout] 923 | |                                 .unwrap(),
[INFO] [stdout] 924 | |                         )
[INFO] [stdout]     | |_________________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> src/pactus.tonic.rs:1497:42
[INFO] [stdout]      |
[INFO] [stdout] 1497 |                       let fut = async move {
[INFO] [stdout]      |  __________________________________________^
[INFO] [stdout] 1498 | |                         let method = GetBlockSvc(inner);
[INFO] [stdout] 1499 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 1500 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...    |
[INFO] [stdout] 1510 | |                         Ok(res)
[INFO] [stdout] 1511 | |                     };
[INFO] [stdout]      | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> src/pactus.tonic.rs:1510:25
[INFO] [stdout]      |
[INFO] [stdout] 1510 |                         Ok(res)
[INFO] [stdout]      |                         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> src/pactus.tonic.rs:1542:42
[INFO] [stdout]      |
[INFO] [stdout] 1542 |                       let fut = async move {
[INFO] [stdout]      |  __________________________________________^
[INFO] [stdout] 1543 | |                         let method = GetBlockHashSvc(inner);
[INFO] [stdout] 1544 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 1545 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...    |
[INFO] [stdout] 1555 | |                         Ok(res)
[INFO] [stdout] 1556 | |                     };
[INFO] [stdout]      | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> src/pactus.tonic.rs:1555:25
[INFO] [stdout]      |
[INFO] [stdout] 1555 |                         Ok(res)
[INFO] [stdout]      |                         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> src/pactus.tonic.rs:1587:42
[INFO] [stdout]      |
[INFO] [stdout] 1587 |                       let fut = async move {
[INFO] [stdout]      |  __________________________________________^
[INFO] [stdout] 1588 | |                         let method = GetBlockHeightSvc(inner);
[INFO] [stdout] 1589 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 1590 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...    |
[INFO] [stdout] 1600 | |                         Ok(res)
[INFO] [stdout] 1601 | |                     };
[INFO] [stdout]      | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> src/pactus.tonic.rs:1600:25
[INFO] [stdout]      |
[INFO] [stdout] 1600 |                         Ok(res)
[INFO] [stdout]      |                         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> src/pactus.tonic.rs:1633:42
[INFO] [stdout]      |
[INFO] [stdout] 1633 |                       let fut = async move {
[INFO] [stdout]      |  __________________________________________^
[INFO] [stdout] 1634 | |                         let method = GetBlockchainInfoSvc(inner);
[INFO] [stdout] 1635 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 1636 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...    |
[INFO] [stdout] 1646 | |                         Ok(res)
[INFO] [stdout] 1647 | |                     };
[INFO] [stdout]      | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> src/pactus.tonic.rs:1646:25
[INFO] [stdout]      |
[INFO] [stdout] 1646 |                         Ok(res)
[INFO] [stdout]      |                         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> src/pactus.tonic.rs:1678:42
[INFO] [stdout]      |
[INFO] [stdout] 1678 |                       let fut = async move {
[INFO] [stdout]      |  __________________________________________^
[INFO] [stdout] 1679 | |                         let method = GetConsensusInfoSvc(inner);
[INFO] [stdout] 1680 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 1681 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...    |
[INFO] [stdout] 1691 | |                         Ok(res)
[INFO] [stdout] 1692 | |                     };
[INFO] [stdout]      | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> src/pactus.tonic.rs:1691:25
[INFO] [stdout]      |
[INFO] [stdout] 1691 |                         Ok(res)
[INFO] [stdout]      |                         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> src/pactus.tonic.rs:1723:42
[INFO] [stdout]      |
[INFO] [stdout] 1723 |                       let fut = async move {
[INFO] [stdout]      |  __________________________________________^
[INFO] [stdout] 1724 | |                         let method = GetAccountSvc(inner);
[INFO] [stdout] 1725 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 1726 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...    |
[INFO] [stdout] 1736 | |                         Ok(res)
[INFO] [stdout] 1737 | |                     };
[INFO] [stdout]      | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> src/pactus.tonic.rs:1736:25
[INFO] [stdout]      |
[INFO] [stdout] 1736 |                         Ok(res)
[INFO] [stdout]      |                         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> src/pactus.tonic.rs:1768:42
[INFO] [stdout]      |
[INFO] [stdout] 1768 |                       let fut = async move {
[INFO] [stdout]      |  __________________________________________^
[INFO] [stdout] 1769 | |                         let method = GetValidatorSvc(inner);
[INFO] [stdout] 1770 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 1771 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...    |
[INFO] [stdout] 1781 | |                         Ok(res)
[INFO] [stdout] 1782 | |                     };
[INFO] [stdout]      | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> src/pactus.tonic.rs:1781:25
[INFO] [stdout]      |
[INFO] [stdout] 1781 |                         Ok(res)
[INFO] [stdout]      |                         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> src/pactus.tonic.rs:1814:42
[INFO] [stdout]      |
[INFO] [stdout] 1814 |                       let fut = async move {
[INFO] [stdout]      |  __________________________________________^
[INFO] [stdout] 1815 | |                         let method = GetValidatorByNumberSvc(inner);
[INFO] [stdout] 1816 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 1817 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...    |
[INFO] [stdout] 1827 | |                         Ok(res)
[INFO] [stdout] 1828 | |                     };
[INFO] [stdout]      | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> src/pactus.tonic.rs:1827:25
[INFO] [stdout]      |
[INFO] [stdout] 1827 |                         Ok(res)
[INFO] [stdout]      |                         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> src/pactus.tonic.rs:1860:42
[INFO] [stdout]      |
[INFO] [stdout] 1860 |                       let fut = async move {
[INFO] [stdout]      |  __________________________________________^
[INFO] [stdout] 1861 | |                         let method = GetValidatorAddressesSvc(inner);
[INFO] [stdout] 1862 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 1863 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...    |
[INFO] [stdout] 1873 | |                         Ok(res)
[INFO] [stdout] 1874 | |                     };
[INFO] [stdout]      | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> src/pactus.tonic.rs:1873:25
[INFO] [stdout]      |
[INFO] [stdout] 1873 |                         Ok(res)
[INFO] [stdout]      |                         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> src/pactus.tonic.rs:1905:42
[INFO] [stdout]      |
[INFO] [stdout] 1905 |                       let fut = async move {
[INFO] [stdout]      |  __________________________________________^
[INFO] [stdout] 1906 | |                         let method = GetPublicKeySvc(inner);
[INFO] [stdout] 1907 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 1908 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...    |
[INFO] [stdout] 1918 | |                         Ok(res)
[INFO] [stdout] 1919 | |                     };
[INFO] [stdout]      | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> src/pactus.tonic.rs:1918:25
[INFO] [stdout]      |
[INFO] [stdout] 1918 |                         Ok(res)
[INFO] [stdout]      |                         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> src/pactus.tonic.rs:1951:42
[INFO] [stdout]      |
[INFO] [stdout] 1951 |                       let fut = async move {
[INFO] [stdout]      |  __________________________________________^
[INFO] [stdout] 1952 | |                         let method = GetTxPoolContentSvc(inner);
[INFO] [stdout] 1953 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 1954 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...    |
[INFO] [stdout] 1964 | |                         Ok(res)
[INFO] [stdout] 1965 | |                     };
[INFO] [stdout]      | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> src/pactus.tonic.rs:1964:25
[INFO] [stdout]      |
[INFO] [stdout] 1964 |                         Ok(res)
[INFO] [stdout]      |                         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> src/pactus.tonic.rs:1969:41
[INFO] [stdout]      |
[INFO] [stdout] 1969 |                       Box::pin(async move {
[INFO] [stdout]      |  _________________________________________^
[INFO] [stdout] 1970 | |                         Ok(
[INFO] [stdout] 1971 | |                             http::Response::builder()
[INFO] [stdout] 1972 | |                                 .status(200)
[INFO] [stdout] ...    |
[INFO] [stdout] 1981 | |                     })
[INFO] [stdout]      | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> src/pactus.tonic.rs:1970:25
[INFO] [stdout]      |
[INFO] [stdout] 1970 | /                         Ok(
[INFO] [stdout] 1971 | |                             http::Response::builder()
[INFO] [stdout] 1972 | |                                 .status(200)
[INFO] [stdout] 1973 | |                                 .header("grpc-status", tonic::Code::Unimplemented as i32)
[INFO] [stdout] ...    |
[INFO] [stdout] 1979 | |                                 .unwrap(),
[INFO] [stdout] 1980 | |                         )
[INFO] [stdout]      | |_________________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> src/pactus.tonic.rs:2288:42
[INFO] [stdout]      |
[INFO] [stdout] 2288 |                       let fut = async move {
[INFO] [stdout]      |  __________________________________________^
[INFO] [stdout] 2289 | |                         let method = GetNetworkInfoSvc(inner);
[INFO] [stdout] 2290 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 2291 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...    |
[INFO] [stdout] 2301 | |                         Ok(res)
[INFO] [stdout] 2302 | |                     };
[INFO] [stdout]      | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> src/pactus.tonic.rs:2301:25
[INFO] [stdout]      |
[INFO] [stdout] 2301 |                         Ok(res)
[INFO] [stdout]      |                         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> src/pactus.tonic.rs:2333:42
[INFO] [stdout]      |
[INFO] [stdout] 2333 |                       let fut = async move {
[INFO] [stdout]      |  __________________________________________^
[INFO] [stdout] 2334 | |                         let method = GetNodeInfoSvc(inner);
[INFO] [stdout] 2335 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 2336 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...    |
[INFO] [stdout] 2346 | |                         Ok(res)
[INFO] [stdout] 2347 | |                     };
[INFO] [stdout]      | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> src/pactus.tonic.rs:2346:25
[INFO] [stdout]      |
[INFO] [stdout] 2346 |                         Ok(res)
[INFO] [stdout]      |                         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> src/pactus.tonic.rs:2376:42
[INFO] [stdout]      |
[INFO] [stdout] 2376 |                       let fut = async move {
[INFO] [stdout]      |  __________________________________________^
[INFO] [stdout] 2377 | |                         let method = PingSvc(inner);
[INFO] [stdout] 2378 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 2379 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...    |
[INFO] [stdout] 2389 | |                         Ok(res)
[INFO] [stdout] 2390 | |                     };
[INFO] [stdout]      | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> src/pactus.tonic.rs:2389:25
[INFO] [stdout]      |
[INFO] [stdout] 2389 |                         Ok(res)
[INFO] [stdout]      |                         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> src/pactus.tonic.rs:2394:41
[INFO] [stdout]      |
[INFO] [stdout] 2394 |                       Box::pin(async move {
[INFO] [stdout]      |  _________________________________________^
[INFO] [stdout] 2395 | |                         Ok(
[INFO] [stdout] 2396 | |                             http::Response::builder()
[INFO] [stdout] 2397 | |                                 .status(200)
[INFO] [stdout] ...    |
[INFO] [stdout] 2406 | |                     })
[INFO] [stdout]      | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> src/pactus.tonic.rs:2395:25
[INFO] [stdout]      |
[INFO] [stdout] 2395 | /                         Ok(
[INFO] [stdout] 2396 | |                             http::Response::builder()
[INFO] [stdout] 2397 | |                                 .status(200)
[INFO] [stdout] 2398 | |                                 .header("grpc-status", tonic::Code::Unimplemented as i32)
[INFO] [stdout] ...    |
[INFO] [stdout] 2404 | |                                 .unwrap(),
[INFO] [stdout] 2405 | |                         )
[INFO] [stdout]      | |_________________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> src/pactus.tonic.rs:2758:42
[INFO] [stdout]      |
[INFO] [stdout] 2758 |                       let fut = async move {
[INFO] [stdout]      |  __________________________________________^
[INFO] [stdout] 2759 | |                         let method = SignMessageWithPrivateKeySvc(inner);
[INFO] [stdout] 2760 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 2761 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...    |
[INFO] [stdout] 2771 | |                         Ok(res)
[INFO] [stdout] 2772 | |                     };
[INFO] [stdout]      | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> src/pactus.tonic.rs:2771:25
[INFO] [stdout]      |
[INFO] [stdout] 2771 |                         Ok(res)
[INFO] [stdout]      |                         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> src/pactus.tonic.rs:2803:42
[INFO] [stdout]      |
[INFO] [stdout] 2803 |                       let fut = async move {
[INFO] [stdout]      |  __________________________________________^
[INFO] [stdout] 2804 | |                         let method = VerifyMessageSvc(inner);
[INFO] [stdout] 2805 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 2806 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...    |
[INFO] [stdout] 2816 | |                         Ok(res)
[INFO] [stdout] 2817 | |                     };
[INFO] [stdout]      | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> src/pactus.tonic.rs:2816:25
[INFO] [stdout]      |
[INFO] [stdout] 2816 |                         Ok(res)
[INFO] [stdout]      |                         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> src/pactus.tonic.rs:2848:42
[INFO] [stdout]      |
[INFO] [stdout] 2848 |                       let fut = async move {
[INFO] [stdout]      |  __________________________________________^
[INFO] [stdout] 2849 | |                         let method = PublicKeyAggregationSvc(inner);
[INFO] [stdout] 2850 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 2851 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...    |
[INFO] [stdout] 2861 | |                         Ok(res)
[INFO] [stdout] 2862 | |                     };
[INFO] [stdout]      | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> src/pactus.tonic.rs:2861:25
[INFO] [stdout]      |
[INFO] [stdout] 2861 |                         Ok(res)
[INFO] [stdout]      |                         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> src/pactus.tonic.rs:2893:42
[INFO] [stdout]      |
[INFO] [stdout] 2893 |                       let fut = async move {
[INFO] [stdout]      |  __________________________________________^
[INFO] [stdout] 2894 | |                         let method = SignatureAggregationSvc(inner);
[INFO] [stdout] 2895 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 2896 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...    |
[INFO] [stdout] 2906 | |                         Ok(res)
[INFO] [stdout] 2907 | |                     };
[INFO] [stdout]      | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> src/pactus.tonic.rs:2906:25
[INFO] [stdout]      |
[INFO] [stdout] 2906 |                         Ok(res)
[INFO] [stdout]      |                         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> src/pactus.tonic.rs:2911:41
[INFO] [stdout]      |
[INFO] [stdout] 2911 |                       Box::pin(async move {
[INFO] [stdout]      |  _________________________________________^
[INFO] [stdout] 2912 | |                         Ok(
[INFO] [stdout] 2913 | |                             http::Response::builder()
[INFO] [stdout] 2914 | |                                 .status(200)
[INFO] [stdout] ...    |
[INFO] [stdout] 2923 | |                     })
[INFO] [stdout]      | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> src/pactus.tonic.rs:2912:25
[INFO] [stdout]      |
[INFO] [stdout] 2912 | /                         Ok(
[INFO] [stdout] 2913 | |                             http::Response::builder()
[INFO] [stdout] 2914 | |                                 .status(200)
[INFO] [stdout] 2915 | |                                 .header("grpc-status", tonic::Code::Unimplemented as i32)
[INFO] [stdout] ...    |
[INFO] [stdout] 2921 | |                                 .unwrap(),
[INFO] [stdout] 2922 | |                         )
[INFO] [stdout]      | |_________________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> src/pactus.tonic.rs:3647:42
[INFO] [stdout]      |
[INFO] [stdout] 3647 |                       let fut = async move {
[INFO] [stdout]      |  __________________________________________^
[INFO] [stdout] 3648 | |                         let method = CreateWalletSvc(inner);
[INFO] [stdout] 3649 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 3650 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...    |
[INFO] [stdout] 3660 | |                         Ok(res)
[INFO] [stdout] 3661 | |                     };
[INFO] [stdout]      | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> src/pactus.tonic.rs:3660:25
[INFO] [stdout]      |
[INFO] [stdout] 3660 |                         Ok(res)
[INFO] [stdout]      |                         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> src/pactus.tonic.rs:3692:42
[INFO] [stdout]      |
[INFO] [stdout] 3692 |                       let fut = async move {
[INFO] [stdout]      |  __________________________________________^
[INFO] [stdout] 3693 | |                         let method = RestoreWalletSvc(inner);
[INFO] [stdout] 3694 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 3695 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...    |
[INFO] [stdout] 3705 | |                         Ok(res)
[INFO] [stdout] 3706 | |                     };
[INFO] [stdout]      | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> src/pactus.tonic.rs:3705:25
[INFO] [stdout]      |
[INFO] [stdout] 3705 |                         Ok(res)
[INFO] [stdout]      |                         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> src/pactus.tonic.rs:3735:42
[INFO] [stdout]      |
[INFO] [stdout] 3735 |                       let fut = async move {
[INFO] [stdout]      |  __________________________________________^
[INFO] [stdout] 3736 | |                         let method = LoadWalletSvc(inner);
[INFO] [stdout] 3737 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 3738 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...    |
[INFO] [stdout] 3748 | |                         Ok(res)
[INFO] [stdout] 3749 | |                     };
[INFO] [stdout]      | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> src/pactus.tonic.rs:3748:25
[INFO] [stdout]      |
[INFO] [stdout] 3748 |                         Ok(res)
[INFO] [stdout]      |                         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> src/pactus.tonic.rs:3780:42
[INFO] [stdout]      |
[INFO] [stdout] 3780 |                       let fut = async move {
[INFO] [stdout]      |  __________________________________________^
[INFO] [stdout] 3781 | |                         let method = UnloadWalletSvc(inner);
[INFO] [stdout] 3782 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 3783 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...    |
[INFO] [stdout] 3793 | |                         Ok(res)
[INFO] [stdout] 3794 | |                     };
[INFO] [stdout]      | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> src/pactus.tonic.rs:3793:25
[INFO] [stdout]      |
[INFO] [stdout] 3793 |                         Ok(res)
[INFO] [stdout]      |                         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> src/pactus.tonic.rs:3825:42
[INFO] [stdout]      |
[INFO] [stdout] 3825 |                       let fut = async move {
[INFO] [stdout]      |  __________________________________________^
[INFO] [stdout] 3826 | |                         let method = GetTotalBalanceSvc(inner);
[INFO] [stdout] 3827 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 3828 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...    |
[INFO] [stdout] 3838 | |                         Ok(res)
[INFO] [stdout] 3839 | |                     };
[INFO] [stdout]      | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> src/pactus.tonic.rs:3838:25
[INFO] [stdout]      |
[INFO] [stdout] 3838 |                         Ok(res)
[INFO] [stdout]      |                         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> src/pactus.tonic.rs:3870:42
[INFO] [stdout]      |
[INFO] [stdout] 3870 |                       let fut = async move {
[INFO] [stdout]      |  __________________________________________^
[INFO] [stdout] 3871 | |                         let method = SignRawTransactionSvc(inner);
[INFO] [stdout] 3872 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 3873 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...    |
[INFO] [stdout] 3883 | |                         Ok(res)
[INFO] [stdout] 3884 | |                     };
[INFO] [stdout]      | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> src/pactus.tonic.rs:3883:25
[INFO] [stdout]      |
[INFO] [stdout] 3883 |                         Ok(res)
[INFO] [stdout]      |                         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> src/pactus.tonic.rs:3915:42
[INFO] [stdout]      |
[INFO] [stdout] 3915 |                       let fut = async move {
[INFO] [stdout]      |  __________________________________________^
[INFO] [stdout] 3916 | |                         let method = GetValidatorAddressSvc(inner);
[INFO] [stdout] 3917 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 3918 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...    |
[INFO] [stdout] 3928 | |                         Ok(res)
[INFO] [stdout] 3929 | |                     };
[INFO] [stdout]      | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> src/pactus.tonic.rs:3928:25
[INFO] [stdout]      |
[INFO] [stdout] 3928 |                         Ok(res)
[INFO] [stdout]      |                         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> src/pactus.tonic.rs:3960:42
[INFO] [stdout]      |
[INFO] [stdout] 3960 |                       let fut = async move {
[INFO] [stdout]      |  __________________________________________^
[INFO] [stdout] 3961 | |                         let method = GetNewAddressSvc(inner);
[INFO] [stdout] 3962 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 3963 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...    |
[INFO] [stdout] 3973 | |                         Ok(res)
[INFO] [stdout] 3974 | |                     };
[INFO] [stdout]      | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> src/pactus.tonic.rs:3973:25
[INFO] [stdout]      |
[INFO] [stdout] 3973 |                         Ok(res)
[INFO] [stdout]      |                         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> src/pactus.tonic.rs:4005:42
[INFO] [stdout]      |
[INFO] [stdout] 4005 |                       let fut = async move {
[INFO] [stdout]      |  __________________________________________^
[INFO] [stdout] 4006 | |                         let method = GetAddressHistorySvc(inner);
[INFO] [stdout] 4007 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 4008 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...    |
[INFO] [stdout] 4018 | |                         Ok(res)
[INFO] [stdout] 4019 | |                     };
[INFO] [stdout]      | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> src/pactus.tonic.rs:4018:25
[INFO] [stdout]      |
[INFO] [stdout] 4018 |                         Ok(res)
[INFO] [stdout]      |                         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> src/pactus.tonic.rs:4050:42
[INFO] [stdout]      |
[INFO] [stdout] 4050 |                       let fut = async move {
[INFO] [stdout]      |  __________________________________________^
[INFO] [stdout] 4051 | |                         let method = SignMessageSvc(inner);
[INFO] [stdout] 4052 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 4053 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...    |
[INFO] [stdout] 4063 | |                         Ok(res)
[INFO] [stdout] 4064 | |                     };
[INFO] [stdout]      | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> src/pactus.tonic.rs:4063:25
[INFO] [stdout]      |
[INFO] [stdout] 4063 |                         Ok(res)
[INFO] [stdout]      |                         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> src/pactus.tonic.rs:4095:42
[INFO] [stdout]      |
[INFO] [stdout] 4095 |                       let fut = async move {
[INFO] [stdout]      |  __________________________________________^
[INFO] [stdout] 4096 | |                         let method = GetTotalStakeSvc(inner);
[INFO] [stdout] 4097 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 4098 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...    |
[INFO] [stdout] 4108 | |                         Ok(res)
[INFO] [stdout] 4109 | |                     };
[INFO] [stdout]      | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> src/pactus.tonic.rs:4108:25
[INFO] [stdout]      |
[INFO] [stdout] 4108 |                         Ok(res)
[INFO] [stdout]      |                         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> src/pactus.tonic.rs:4140:42
[INFO] [stdout]      |
[INFO] [stdout] 4140 |                       let fut = async move {
[INFO] [stdout]      |  __________________________________________^
[INFO] [stdout] 4141 | |                         let method = GetAddressInfoSvc(inner);
[INFO] [stdout] 4142 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 4143 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...    |
[INFO] [stdout] 4153 | |                         Ok(res)
[INFO] [stdout] 4154 | |                     };
[INFO] [stdout]      | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> src/pactus.tonic.rs:4153:25
[INFO] [stdout]      |
[INFO] [stdout] 4153 |                         Ok(res)
[INFO] [stdout]      |                         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> src/pactus.tonic.rs:4185:42
[INFO] [stdout]      |
[INFO] [stdout] 4185 |                       let fut = async move {
[INFO] [stdout]      |  __________________________________________^
[INFO] [stdout] 4186 | |                         let method = SetAddressLabelSvc(inner);
[INFO] [stdout] 4187 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 4188 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...    |
[INFO] [stdout] 4198 | |                         Ok(res)
[INFO] [stdout] 4199 | |                     };
[INFO] [stdout]      | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> src/pactus.tonic.rs:4198:25
[INFO] [stdout]      |
[INFO] [stdout] 4198 |                         Ok(res)
[INFO] [stdout]      |                         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> src/pactus.tonic.rs:4228:42
[INFO] [stdout]      |
[INFO] [stdout] 4228 |                       let fut = async move {
[INFO] [stdout]      |  __________________________________________^
[INFO] [stdout] 4229 | |                         let method = ListWalletSvc(inner);
[INFO] [stdout] 4230 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 4231 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...    |
[INFO] [stdout] 4241 | |                         Ok(res)
[INFO] [stdout] 4242 | |                     };
[INFO] [stdout]      | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> src/pactus.tonic.rs:4241:25
[INFO] [stdout]      |
[INFO] [stdout] 4241 |                         Ok(res)
[INFO] [stdout]      |                         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> src/pactus.tonic.rs:4273:42
[INFO] [stdout]      |
[INFO] [stdout] 4273 |                       let fut = async move {
[INFO] [stdout]      |  __________________________________________^
[INFO] [stdout] 4274 | |                         let method = GetWalletInfoSvc(inner);
[INFO] [stdout] 4275 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 4276 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...    |
[INFO] [stdout] 4286 | |                         Ok(res)
[INFO] [stdout] 4287 | |                     };
[INFO] [stdout]      | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> src/pactus.tonic.rs:4286:25
[INFO] [stdout]      |
[INFO] [stdout] 4286 |                         Ok(res)
[INFO] [stdout]      |                         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> src/pactus.tonic.rs:4318:42
[INFO] [stdout]      |
[INFO] [stdout] 4318 |                       let fut = async move {
[INFO] [stdout]      |  __________________________________________^
[INFO] [stdout] 4319 | |                         let method = ListAddressSvc(inner);
[INFO] [stdout] 4320 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 4321 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...    |
[INFO] [stdout] 4331 | |                         Ok(res)
[INFO] [stdout] 4332 | |                     };
[INFO] [stdout]      | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> src/pactus.tonic.rs:4331:25
[INFO] [stdout]      |
[INFO] [stdout] 4331 |                         Ok(res)
[INFO] [stdout]      |                         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> src/pactus.tonic.rs:4336:41
[INFO] [stdout]      |
[INFO] [stdout] 4336 |                       Box::pin(async move {
[INFO] [stdout]      |  _________________________________________^
[INFO] [stdout] 4337 | |                         Ok(
[INFO] [stdout] 4338 | |                             http::Response::builder()
[INFO] [stdout] 4339 | |                                 .status(200)
[INFO] [stdout] ...    |
[INFO] [stdout] 4348 | |                     })
[INFO] [stdout]      | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> src/pactus.tonic.rs:4337:25
[INFO] [stdout]      |
[INFO] [stdout] 4337 | /                         Ok(
[INFO] [stdout] 4338 | |                             http::Response::builder()
[INFO] [stdout] 4339 | |                                 .status(200)
[INFO] [stdout] 4340 | |                                 .header("grpc-status", tonic::Code::Unimplemented as i32)
[INFO] [stdout] ...    |
[INFO] [stdout] 4346 | |                                 .unwrap(),
[INFO] [stdout] 4347 | |                         )
[INFO] [stdout]      | |_________________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]    --> src/pactus.tonic.rs:502:42
[INFO] [stdout]     |
[INFO] [stdout] 502 |                       let fut = async move {
[INFO] [stdout]     |  __________________________________________^
[INFO] [stdout] 503 | |                         let method = GetTransactionSvc(inner);
[INFO] [stdout] 504 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 505 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...   |
[INFO] [stdout] 515 | |                         Ok(res)
[INFO] [stdout] 516 | |                     };
[INFO] [stdout]     | |_____________________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: requested on the command line with `-D unmustuse-in-always-ok`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]    --> src/pactus.tonic.rs:515:25
[INFO] [stdout]     |
[INFO] [stdout] 515 |                         Ok(res)
[INFO] [stdout]     |                         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]    --> src/pactus.tonic.rs:547:42
[INFO] [stdout]     |
[INFO] [stdout] 547 |                       let fut = async move {
[INFO] [stdout]     |  __________________________________________^
[INFO] [stdout] 548 | |                         let method = CalculateFeeSvc(inner);
[INFO] [stdout] 549 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 550 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...   |
[INFO] [stdout] 560 | |                         Ok(res)
[INFO] [stdout] 561 | |                     };
[INFO] [stdout]     | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]    --> src/pactus.tonic.rs:560:25
[INFO] [stdout]     |
[INFO] [stdout] 560 |                         Ok(res)
[INFO] [stdout]     |                         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]    --> src/pactus.tonic.rs:593:42
[INFO] [stdout]     |
[INFO] [stdout] 593 |                       let fut = async move {
[INFO] [stdout]     |  __________________________________________^
[INFO] [stdout] 594 | |                         let method = BroadcastTransactionSvc(inner);
[INFO] [stdout] 595 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 596 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...   |
[INFO] [stdout] 606 | |                         Ok(res)
[INFO] [stdout] 607 | |                     };
[INFO] [stdout]     | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]    --> src/pactus.tonic.rs:606:25
[INFO] [stdout]     |
[INFO] [stdout] 606 |                         Ok(res)
[INFO] [stdout]     |                         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]    --> src/pactus.tonic.rs:645:42
[INFO] [stdout]     |
[INFO] [stdout] 645 |                       let fut = async move {
[INFO] [stdout]     |  __________________________________________^
[INFO] [stdout] 646 | |                         let method = GetRawTransferTransactionSvc(inner);
[INFO] [stdout] 647 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 648 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...   |
[INFO] [stdout] 658 | |                         Ok(res)
[INFO] [stdout] 659 | |                     };
[INFO] [stdout]     | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]    --> src/pactus.tonic.rs:658:25
[INFO] [stdout]     |
[INFO] [stdout] 658 |                         Ok(res)
[INFO] [stdout]     |                         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]    --> src/pactus.tonic.rs:694:42
[INFO] [stdout]     |
[INFO] [stdout] 694 |                       let fut = async move {
[INFO] [stdout]     |  __________________________________________^
[INFO] [stdout] 695 | |                         let method = GetRawBondTransactionSvc(inner);
[INFO] [stdout] 696 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 697 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...   |
[INFO] [stdout] 707 | |                         Ok(res)
[INFO] [stdout] 708 | |                     };
[INFO] [stdout]     | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]    --> src/pactus.tonic.rs:707:25
[INFO] [stdout]     |
[INFO] [stdout] 707 |                         Ok(res)
[INFO] [stdout]     |                         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]    --> src/pactus.tonic.rs:745:42
[INFO] [stdout]     |
[INFO] [stdout] 745 |                       let fut = async move {
[INFO] [stdout]     |  __________________________________________^
[INFO] [stdout] 746 | |                         let method = GetRawUnbondTransactionSvc(inner);
[INFO] [stdout] 747 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 748 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...   |
[INFO] [stdout] 758 | |                         Ok(res)
[INFO] [stdout] 759 | |                     };
[INFO] [stdout]     | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]    --> src/pactus.tonic.rs:758:25
[INFO] [stdout]     |
[INFO] [stdout] 758 |                         Ok(res)
[INFO] [stdout]     |                         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]    --> src/pactus.tonic.rs:797:42
[INFO] [stdout]     |
[INFO] [stdout] 797 |                       let fut = async move {
[INFO] [stdout]     |  __________________________________________^
[INFO] [stdout] 798 | |                         let method = GetRawWithdrawTransactionSvc(inner);
[INFO] [stdout] 799 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 800 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...   |
[INFO] [stdout] 810 | |                         Ok(res)
[INFO] [stdout] 811 | |                     };
[INFO] [stdout]     | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]    --> src/pactus.tonic.rs:810:25
[INFO] [stdout]     |
[INFO] [stdout] 810 |                         Ok(res)
[INFO] [stdout]     |                         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]    --> src/pactus.tonic.rs:849:42
[INFO] [stdout]     |
[INFO] [stdout] 849 |                       let fut = async move {
[INFO] [stdout]     |  __________________________________________^
[INFO] [stdout] 850 | |                         let method = GetRawBatchTransferTransactionSvc(inner);
[INFO] [stdout] 851 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 852 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...   |
[INFO] [stdout] 862 | |                         Ok(res)
[INFO] [stdout] 863 | |                     };
[INFO] [stdout]     | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]    --> src/pactus.tonic.rs:862:25
[INFO] [stdout]     |
[INFO] [stdout] 862 |                         Ok(res)
[INFO] [stdout]     |                         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]    --> src/pactus.tonic.rs:895:42
[INFO] [stdout]     |
[INFO] [stdout] 895 |                       let fut = async move {
[INFO] [stdout]     |  __________________________________________^
[INFO] [stdout] 896 | |                         let method = DecodeRawTransactionSvc(inner);
[INFO] [stdout] 897 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 898 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...   |
[INFO] [stdout] 908 | |                         Ok(res)
[INFO] [stdout] 909 | |                     };
[INFO] [stdout]     | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]    --> src/pactus.tonic.rs:908:25
[INFO] [stdout]     |
[INFO] [stdout] 908 |                         Ok(res)
[INFO] [stdout]     |                         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]    --> src/pactus.tonic.rs:913:41
[INFO] [stdout]     |
[INFO] [stdout] 913 |                       Box::pin(async move {
[INFO] [stdout]     |  _________________________________________^
[INFO] [stdout] 914 | |                         Ok(
[INFO] [stdout] 915 | |                             http::Response::builder()
[INFO] [stdout] 916 | |                                 .status(200)
[INFO] [stdout] ...   |
[INFO] [stdout] 925 | |                     })
[INFO] [stdout]     | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]    --> src/pactus.tonic.rs:914:25
[INFO] [stdout]     |
[INFO] [stdout] 914 | /                         Ok(
[INFO] [stdout] 915 | |                             http::Response::builder()
[INFO] [stdout] 916 | |                                 .status(200)
[INFO] [stdout] 917 | |                                 .header("grpc-status", tonic::Code::Unimplemented as i32)
[INFO] [stdout] ...   |
[INFO] [stdout] 923 | |                                 .unwrap(),
[INFO] [stdout] 924 | |                         )
[INFO] [stdout]     | |_________________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> src/pactus.tonic.rs:1497:42
[INFO] [stdout]      |
[INFO] [stdout] 1497 |                       let fut = async move {
[INFO] [stdout]      |  __________________________________________^
[INFO] [stdout] 1498 | |                         let method = GetBlockSvc(inner);
[INFO] [stdout] 1499 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 1500 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...    |
[INFO] [stdout] 1510 | |                         Ok(res)
[INFO] [stdout] 1511 | |                     };
[INFO] [stdout]      | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> src/pactus.tonic.rs:1510:25
[INFO] [stdout]      |
[INFO] [stdout] 1510 |                         Ok(res)
[INFO] [stdout]      |                         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> src/pactus.tonic.rs:1542:42
[INFO] [stdout]      |
[INFO] [stdout] 1542 |                       let fut = async move {
[INFO] [stdout]      |  __________________________________________^
[INFO] [stdout] 1543 | |                         let method = GetBlockHashSvc(inner);
[INFO] [stdout] 1544 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 1545 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...    |
[INFO] [stdout] 1555 | |                         Ok(res)
[INFO] [stdout] 1556 | |                     };
[INFO] [stdout]      | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> src/pactus.tonic.rs:1555:25
[INFO] [stdout]      |
[INFO] [stdout] 1555 |                         Ok(res)
[INFO] [stdout]      |                         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> src/pactus.tonic.rs:1587:42
[INFO] [stdout]      |
[INFO] [stdout] 1587 |                       let fut = async move {
[INFO] [stdout]      |  __________________________________________^
[INFO] [stdout] 1588 | |                         let method = GetBlockHeightSvc(inner);
[INFO] [stdout] 1589 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 1590 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...    |
[INFO] [stdout] 1600 | |                         Ok(res)
[INFO] [stdout] 1601 | |                     };
[INFO] [stdout]      | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> src/pactus.tonic.rs:1600:25
[INFO] [stdout]      |
[INFO] [stdout] 1600 |                         Ok(res)
[INFO] [stdout]      |                         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> src/pactus.tonic.rs:1633:42
[INFO] [stdout]      |
[INFO] [stdout] 1633 |                       let fut = async move {
[INFO] [stdout]      |  __________________________________________^
[INFO] [stdout] 1634 | |                         let method = GetBlockchainInfoSvc(inner);
[INFO] [stdout] 1635 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 1636 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...    |
[INFO] [stdout] 1646 | |                         Ok(res)
[INFO] [stdout] 1647 | |                     };
[INFO] [stdout]      | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> src/pactus.tonic.rs:1646:25
[INFO] [stdout]      |
[INFO] [stdout] 1646 |                         Ok(res)
[INFO] [stdout]      |                         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> src/pactus.tonic.rs:1678:42
[INFO] [stdout]      |
[INFO] [stdout] 1678 |                       let fut = async move {
[INFO] [stdout]      |  __________________________________________^
[INFO] [stdout] 1679 | |                         let method = GetConsensusInfoSvc(inner);
[INFO] [stdout] 1680 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 1681 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...    |
[INFO] [stdout] 1691 | |                         Ok(res)
[INFO] [stdout] 1692 | |                     };
[INFO] [stdout]      | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> src/pactus.tonic.rs:1691:25
[INFO] [stdout]      |
[INFO] [stdout] 1691 |                         Ok(res)
[INFO] [stdout]      |                         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> src/pactus.tonic.rs:1723:42
[INFO] [stdout]      |
[INFO] [stdout] 1723 |                       let fut = async move {
[INFO] [stdout]      |  __________________________________________^
[INFO] [stdout] 1724 | |                         let method = GetAccountSvc(inner);
[INFO] [stdout] 1725 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 1726 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...    |
[INFO] [stdout] 1736 | |                         Ok(res)
[INFO] [stdout] 1737 | |                     };
[INFO] [stdout]      | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> src/pactus.tonic.rs:1736:25
[INFO] [stdout]      |
[INFO] [stdout] 1736 |                         Ok(res)
[INFO] [stdout]      |                         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> src/pactus.tonic.rs:1768:42
[INFO] [stdout]      |
[INFO] [stdout] 1768 |                       let fut = async move {
[INFO] [stdout]      |  __________________________________________^
[INFO] [stdout] 1769 | |                         let method = GetValidatorSvc(inner);
[INFO] [stdout] 1770 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 1771 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...    |
[INFO] [stdout] 1781 | |                         Ok(res)
[INFO] [stdout] 1782 | |                     };
[INFO] [stdout]      | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> src/pactus.tonic.rs:1781:25
[INFO] [stdout]      |
[INFO] [stdout] 1781 |                         Ok(res)
[INFO] [stdout]      |                         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> src/pactus.tonic.rs:1814:42
[INFO] [stdout]      |
[INFO] [stdout] 1814 |                       let fut = async move {
[INFO] [stdout]      |  __________________________________________^
[INFO] [stdout] 1815 | |                         let method = GetValidatorByNumberSvc(inner);
[INFO] [stdout] 1816 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 1817 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...    |
[INFO] [stdout] 1827 | |                         Ok(res)
[INFO] [stdout] 1828 | |                     };
[INFO] [stdout]      | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> src/pactus.tonic.rs:1827:25
[INFO] [stdout]      |
[INFO] [stdout] 1827 |                         Ok(res)
[INFO] [stdout]      |                         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> src/pactus.tonic.rs:1860:42
[INFO] [stdout]      |
[INFO] [stdout] 1860 |                       let fut = async move {
[INFO] [stdout]      |  __________________________________________^
[INFO] [stdout] 1861 | |                         let method = GetValidatorAddressesSvc(inner);
[INFO] [stdout] 1862 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 1863 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...    |
[INFO] [stdout] 1873 | |                         Ok(res)
[INFO] [stdout] 1874 | |                     };
[INFO] [stdout]      | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> src/pactus.tonic.rs:1873:25
[INFO] [stdout]      |
[INFO] [stdout] 1873 |                         Ok(res)
[INFO] [stdout]      |                         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> src/pactus.tonic.rs:1905:42
[INFO] [stdout]      |
[INFO] [stdout] 1905 |                       let fut = async move {
[INFO] [stdout]      |  __________________________________________^
[INFO] [stdout] 1906 | |                         let method = GetPublicKeySvc(inner);
[INFO] [stdout] 1907 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 1908 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...    |
[INFO] [stdout] 1918 | |                         Ok(res)
[INFO] [stdout] 1919 | |                     };
[INFO] [stdout]      | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> src/pactus.tonic.rs:1918:25
[INFO] [stdout]      |
[INFO] [stdout] 1918 |                         Ok(res)
[INFO] [stdout]      |                         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> src/pactus.tonic.rs:1951:42
[INFO] [stdout]      |
[INFO] [stdout] 1951 |                       let fut = async move {
[INFO] [stdout]      |  __________________________________________^
[INFO] [stdout] 1952 | |                         let method = GetTxPoolContentSvc(inner);
[INFO] [stdout] 1953 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 1954 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...    |
[INFO] [stdout] 1964 | |                         Ok(res)
[INFO] [stdout] 1965 | |                     };
[INFO] [stdout]      | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> src/pactus.tonic.rs:1964:25
[INFO] [stdout]      |
[INFO] [stdout] 1964 |                         Ok(res)
[INFO] [stdout]      |                         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> src/pactus.tonic.rs:1969:41
[INFO] [stdout]      |
[INFO] [stdout] 1969 |                       Box::pin(async move {
[INFO] [stdout]      |  _________________________________________^
[INFO] [stdout] 1970 | |                         Ok(
[INFO] [stdout] 1971 | |                             http::Response::builder()
[INFO] [stdout] 1972 | |                                 .status(200)
[INFO] [stdout] ...    |
[INFO] [stdout] 1981 | |                     })
[INFO] [stdout]      | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> src/pactus.tonic.rs:1970:25
[INFO] [stdout]      |
[INFO] [stdout] 1970 | /                         Ok(
[INFO] [stdout] 1971 | |                             http::Response::builder()
[INFO] [stdout] 1972 | |                                 .status(200)
[INFO] [stdout] 1973 | |                                 .header("grpc-status", tonic::Code::Unimplemented as i32)
[INFO] [stdout] ...    |
[INFO] [stdout] 1979 | |                                 .unwrap(),
[INFO] [stdout] 1980 | |                         )
[INFO] [stdout]      | |_________________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> src/pactus.tonic.rs:2288:42
[INFO] [stdout]      |
[INFO] [stdout] 2288 |                       let fut = async move {
[INFO] [stdout]      |  __________________________________________^
[INFO] [stdout] 2289 | |                         let method = GetNetworkInfoSvc(inner);
[INFO] [stdout] 2290 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 2291 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...    |
[INFO] [stdout] 2301 | |                         Ok(res)
[INFO] [stdout] 2302 | |                     };
[INFO] [stdout]      | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> src/pactus.tonic.rs:2301:25
[INFO] [stdout]      |
[INFO] [stdout] 2301 |                         Ok(res)
[INFO] [stdout]      |                         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> src/pactus.tonic.rs:2333:42
[INFO] [stdout]      |
[INFO] [stdout] 2333 |                       let fut = async move {
[INFO] [stdout]      |  __________________________________________^
[INFO] [stdout] 2334 | |                         let method = GetNodeInfoSvc(inner);
[INFO] [stdout] 2335 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 2336 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...    |
[INFO] [stdout] 2346 | |                         Ok(res)
[INFO] [stdout] 2347 | |                     };
[INFO] [stdout]      | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> src/pactus.tonic.rs:2346:25
[INFO] [stdout]      |
[INFO] [stdout] 2346 |                         Ok(res)
[INFO] [stdout]      |                         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> src/pactus.tonic.rs:2376:42
[INFO] [stdout]      |
[INFO] [stdout] 2376 |                       let fut = async move {
[INFO] [stdout]      |  __________________________________________^
[INFO] [stdout] 2377 | |                         let method = PingSvc(inner);
[INFO] [stdout] 2378 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 2379 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...    |
[INFO] [stdout] 2389 | |                         Ok(res)
[INFO] [stdout] 2390 | |                     };
[INFO] [stdout]      | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> src/pactus.tonic.rs:2389:25
[INFO] [stdout]      |
[INFO] [stdout] 2389 |                         Ok(res)
[INFO] [stdout]      |                         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> src/pactus.tonic.rs:2394:41
[INFO] [stdout]      |
[INFO] [stdout] 2394 |                       Box::pin(async move {
[INFO] [stdout]      |  _________________________________________^
[INFO] [stdout] 2395 | |                         Ok(
[INFO] [stdout] 2396 | |                             http::Response::builder()
[INFO] [stdout] 2397 | |                                 .status(200)
[INFO] [stdout] ...    |
[INFO] [stdout] 2406 | |                     })
[INFO] [stdout]      | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> src/pactus.tonic.rs:2395:25
[INFO] [stdout]      |
[INFO] [stdout] 2395 | /                         Ok(
[INFO] [stdout] 2396 | |                             http::Response::builder()
[INFO] [stdout] 2397 | |                                 .status(200)
[INFO] [stdout] 2398 | |                                 .header("grpc-status", tonic::Code::Unimplemented as i32)
[INFO] [stdout] ...    |
[INFO] [stdout] 2404 | |                                 .unwrap(),
[INFO] [stdout] 2405 | |                         )
[INFO] [stdout]      | |_________________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> src/pactus.tonic.rs:2758:42
[INFO] [stdout]      |
[INFO] [stdout] 2758 |                       let fut = async move {
[INFO] [stdout]      |  __________________________________________^
[INFO] [stdout] 2759 | |                         let method = SignMessageWithPrivateKeySvc(inner);
[INFO] [stdout] 2760 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 2761 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...    |
[INFO] [stdout] 2771 | |                         Ok(res)
[INFO] [stdout] 2772 | |                     };
[INFO] [stdout]      | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> src/pactus.tonic.rs:2771:25
[INFO] [stdout]      |
[INFO] [stdout] 2771 |                         Ok(res)
[INFO] [stdout]      |                         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> src/pactus.tonic.rs:2803:42
[INFO] [stdout]      |
[INFO] [stdout] 2803 |                       let fut = async move {
[INFO] [stdout]      |  __________________________________________^
[INFO] [stdout] 2804 | |                         let method = VerifyMessageSvc(inner);
[INFO] [stdout] 2805 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 2806 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...    |
[INFO] [stdout] 2816 | |                         Ok(res)
[INFO] [stdout] 2817 | |                     };
[INFO] [stdout]      | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> src/pactus.tonic.rs:2816:25
[INFO] [stdout]      |
[INFO] [stdout] 2816 |                         Ok(res)
[INFO] [stdout]      |                         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> src/pactus.tonic.rs:2848:42
[INFO] [stdout]      |
[INFO] [stdout] 2848 |                       let fut = async move {
[INFO] [stdout]      |  __________________________________________^
[INFO] [stdout] 2849 | |                         let method = PublicKeyAggregationSvc(inner);
[INFO] [stdout] 2850 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 2851 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...    |
[INFO] [stdout] 2861 | |                         Ok(res)
[INFO] [stdout] 2862 | |                     };
[INFO] [stdout]      | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> src/pactus.tonic.rs:2861:25
[INFO] [stdout]      |
[INFO] [stdout] 2861 |                         Ok(res)
[INFO] [stdout]      |                         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> src/pactus.tonic.rs:2893:42
[INFO] [stdout]      |
[INFO] [stdout] 2893 |                       let fut = async move {
[INFO] [stdout]      |  __________________________________________^
[INFO] [stdout] 2894 | |                         let method = SignatureAggregationSvc(inner);
[INFO] [stdout] 2895 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 2896 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...    |
[INFO] [stdout] 2906 | |                         Ok(res)
[INFO] [stdout] 2907 | |                     };
[INFO] [stdout]      | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> src/pactus.tonic.rs:2906:25
[INFO] [stdout]      |
[INFO] [stdout] 2906 |                         Ok(res)
[INFO] [stdout]      |                         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> src/pactus.tonic.rs:2911:41
[INFO] [stdout]      |
[INFO] [stdout] 2911 |                       Box::pin(async move {
[INFO] [stdout]      |  _________________________________________^
[INFO] [stdout] 2912 | |                         Ok(
[INFO] [stdout] 2913 | |                             http::Response::builder()
[INFO] [stdout] 2914 | |                                 .status(200)
[INFO] [stdout] ...    |
[INFO] [stdout] 2923 | |                     })
[INFO] [stdout]      | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> src/pactus.tonic.rs:2912:25
[INFO] [stdout]      |
[INFO] [stdout] 2912 | /                         Ok(
[INFO] [stdout] 2913 | |                             http::Response::builder()
[INFO] [stdout] 2914 | |                                 .status(200)
[INFO] [stdout] 2915 | |                                 .header("grpc-status", tonic::Code::Unimplemented as i32)
[INFO] [stdout] ...    |
[INFO] [stdout] 2921 | |                                 .unwrap(),
[INFO] [stdout] 2922 | |                         )
[INFO] [stdout]      | |_________________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> src/pactus.tonic.rs:3647:42
[INFO] [stdout]      |
[INFO] [stdout] 3647 |                       let fut = async move {
[INFO] [stdout]      |  __________________________________________^
[INFO] [stdout] 3648 | |                         let method = CreateWalletSvc(inner);
[INFO] [stdout] 3649 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 3650 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...    |
[INFO] [stdout] 3660 | |                         Ok(res)
[INFO] [stdout] 3661 | |                     };
[INFO] [stdout]      | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> src/pactus.tonic.rs:3660:25
[INFO] [stdout]      |
[INFO] [stdout] 3660 |                         Ok(res)
[INFO] [stdout]      |                         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> src/pactus.tonic.rs:3692:42
[INFO] [stdout]      |
[INFO] [stdout] 3692 |                       let fut = async move {
[INFO] [stdout]      |  __________________________________________^
[INFO] [stdout] 3693 | |                         let method = RestoreWalletSvc(inner);
[INFO] [stdout] 3694 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 3695 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...    |
[INFO] [stdout] 3705 | |                         Ok(res)
[INFO] [stdout] 3706 | |                     };
[INFO] [stdout]      | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> src/pactus.tonic.rs:3705:25
[INFO] [stdout]      |
[INFO] [stdout] 3705 |                         Ok(res)
[INFO] [stdout]      |                         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> src/pactus.tonic.rs:3735:42
[INFO] [stdout]      |
[INFO] [stdout] 3735 |                       let fut = async move {
[INFO] [stdout]      |  __________________________________________^
[INFO] [stdout] 3736 | |                         let method = LoadWalletSvc(inner);
[INFO] [stdout] 3737 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 3738 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...    |
[INFO] [stdout] 3748 | |                         Ok(res)
[INFO] [stdout] 3749 | |                     };
[INFO] [stdout]      | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> src/pactus.tonic.rs:3748:25
[INFO] [stdout]      |
[INFO] [stdout] 3748 |                         Ok(res)
[INFO] [stdout]      |                         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> src/pactus.tonic.rs:3780:42
[INFO] [stdout]      |
[INFO] [stdout] 3780 |                       let fut = async move {
[INFO] [stdout]      |  __________________________________________^
[INFO] [stdout] 3781 | |                         let method = UnloadWalletSvc(inner);
[INFO] [stdout] 3782 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 3783 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...    |
[INFO] [stdout] 3793 | |                         Ok(res)
[INFO] [stdout] 3794 | |                     };
[INFO] [stdout]      | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> src/pactus.tonic.rs:3793:25
[INFO] [stdout]      |
[INFO] [stdout] 3793 |                         Ok(res)
[INFO] [stdout]      |                         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> src/pactus.tonic.rs:3825:42
[INFO] [stdout]      |
[INFO] [stdout] 3825 |                       let fut = async move {
[INFO] [stdout]      |  __________________________________________^
[INFO] [stdout] 3826 | |                         let method = GetTotalBalanceSvc(inner);
[INFO] [stdout] 3827 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 3828 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...    |
[INFO] [stdout] 3838 | |                         Ok(res)
[INFO] [stdout] 3839 | |                     };
[INFO] [stdout]      | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> src/pactus.tonic.rs:3838:25
[INFO] [stdout]      |
[INFO] [stdout] 3838 |                         Ok(res)
[INFO] [stdout]      |                         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> src/pactus.tonic.rs:3870:42
[INFO] [stdout]      |
[INFO] [stdout] 3870 |                       let fut = async move {
[INFO] [stdout]      |  __________________________________________^
[INFO] [stdout] 3871 | |                         let method = SignRawTransactionSvc(inner);
[INFO] [stdout] 3872 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 3873 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...    |
[INFO] [stdout] 3883 | |                         Ok(res)
[INFO] [stdout] 3884 | |                     };
[INFO] [stdout]      | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> src/pactus.tonic.rs:3883:25
[INFO] [stdout]      |
[INFO] [stdout] 3883 |                         Ok(res)
[INFO] [stdout]      |                         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> src/pactus.tonic.rs:3915:42
[INFO] [stdout]      |
[INFO] [stdout] 3915 |                       let fut = async move {
[INFO] [stdout]      |  __________________________________________^
[INFO] [stdout] 3916 | |                         let method = GetValidatorAddressSvc(inner);
[INFO] [stdout] 3917 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 3918 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...    |
[INFO] [stdout] 3928 | |                         Ok(res)
[INFO] [stdout] 3929 | |                     };
[INFO] [stdout]      | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> src/pactus.tonic.rs:3928:25
[INFO] [stdout]      |
[INFO] [stdout] 3928 |                         Ok(res)
[INFO] [stdout]      |                         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> src/pactus.tonic.rs:3960:42
[INFO] [stdout]      |
[INFO] [stdout] 3960 |                       let fut = async move {
[INFO] [stdout]      |  __________________________________________^
[INFO] [stdout] 3961 | |                         let method = GetNewAddressSvc(inner);
[INFO] [stdout] 3962 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 3963 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...    |
[INFO] [stdout] 3973 | |                         Ok(res)
[INFO] [stdout] 3974 | |                     };
[INFO] [stdout]      | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> src/pactus.tonic.rs:3973:25
[INFO] [stdout]      |
[INFO] [stdout] 3973 |                         Ok(res)
[INFO] [stdout]      |                         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> src/pactus.tonic.rs:4005:42
[INFO] [stdout]      |
[INFO] [stdout] 4005 |                       let fut = async move {
[INFO] [stdout]      |  __________________________________________^
[INFO] [stdout] 4006 | |                         let method = GetAddressHistorySvc(inner);
[INFO] [stdout] 4007 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 4008 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...    |
[INFO] [stdout] 4018 | |                         Ok(res)
[INFO] [stdout] 4019 | |                     };
[INFO] [stdout]      | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> src/pactus.tonic.rs:4018:25
[INFO] [stdout]      |
[INFO] [stdout] 4018 |                         Ok(res)
[INFO] [stdout]      |                         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> src/pactus.tonic.rs:4050:42
[INFO] [stdout]      |
[INFO] [stdout] 4050 |                       let fut = async move {
[INFO] [stdout]      |  __________________________________________^
[INFO] [stdout] 4051 | |                         let method = SignMessageSvc(inner);
[INFO] [stdout] 4052 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 4053 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...    |
[INFO] [stdout] 4063 | |                         Ok(res)
[INFO] [stdout] 4064 | |                     };
[INFO] [stdout]      | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> src/pactus.tonic.rs:4063:25
[INFO] [stdout]      |
[INFO] [stdout] 4063 |                         Ok(res)
[INFO] [stdout]      |                         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> src/pactus.tonic.rs:4095:42
[INFO] [stdout]      |
[INFO] [stdout] 4095 |                       let fut = async move {
[INFO] [stdout]      |  __________________________________________^
[INFO] [stdout] 4096 | |                         let method = GetTotalStakeSvc(inner);
[INFO] [stdout] 4097 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 4098 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...    |
[INFO] [stdout] 4108 | |                         Ok(res)
[INFO] [stdout] 4109 | |                     };
[INFO] [stdout]      | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> src/pactus.tonic.rs:4108:25
[INFO] [stdout]      |
[INFO] [stdout] 4108 |                         Ok(res)
[INFO] [stdout]      |                         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> src/pactus.tonic.rs:4140:42
[INFO] [stdout]      |
[INFO] [stdout] 4140 |                       let fut = async move {
[INFO] [stdout]      |  __________________________________________^
[INFO] [stdout] 4141 | |                         let method = GetAddressInfoSvc(inner);
[INFO] [stdout] 4142 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 4143 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...    |
[INFO] [stdout] 4153 | |                         Ok(res)
[INFO] [stdout] 4154 | |                     };
[INFO] [stdout]      | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> src/pactus.tonic.rs:4153:25
[INFO] [stdout]      |
[INFO] [stdout] 4153 |                         Ok(res)
[INFO] [stdout]      |                         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> src/pactus.tonic.rs:4185:42
[INFO] [stdout]      |
[INFO] [stdout] 4185 |                       let fut = async move {
[INFO] [stdout]      |  __________________________________________^
[INFO] [stdout] 4186 | |                         let method = SetAddressLabelSvc(inner);
[INFO] [stdout] 4187 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 4188 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...    |
[INFO] [stdout] 4198 | |                         Ok(res)
[INFO] [stdout] 4199 | |                     };
[INFO] [stdout]      | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> src/pactus.tonic.rs:4198:25
[INFO] [stdout]      |
[INFO] [stdout] 4198 |                         Ok(res)
[INFO] [stdout]      |                         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> src/pactus.tonic.rs:4228:42
[INFO] [stdout]      |
[INFO] [stdout] 4228 |                       let fut = async move {
[INFO] [stdout]      |  __________________________________________^
[INFO] [stdout] 4229 | |                         let method = ListWalletSvc(inner);
[INFO] [stdout] 4230 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 4231 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...    |
[INFO] [stdout] 4241 | |                         Ok(res)
[INFO] [stdout] 4242 | |                     };
[INFO] [stdout]      | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> src/pactus.tonic.rs:4241:25
[INFO] [stdout]      |
[INFO] [stdout] 4241 |                         Ok(res)
[INFO] [stdout]      |                         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> src/pactus.tonic.rs:4273:42
[INFO] [stdout]      |
[INFO] [stdout] 4273 |                       let fut = async move {
[INFO] [stdout]      |  __________________________________________^
[INFO] [stdout] 4274 | |                         let method = GetWalletInfoSvc(inner);
[INFO] [stdout] 4275 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 4276 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...    |
[INFO] [stdout] 4286 | |                         Ok(res)
[INFO] [stdout] 4287 | |                     };
[INFO] [stdout]      | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> src/pactus.tonic.rs:4286:25
[INFO] [stdout]      |
[INFO] [stdout] 4286 |                         Ok(res)
[INFO] [stdout]      |                         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> src/pactus.tonic.rs:4318:42
[INFO] [stdout]      |
[INFO] [stdout] 4318 |                       let fut = async move {
[INFO] [stdout]      |  __________________________________________^
[INFO] [stdout] 4319 | |                         let method = ListAddressSvc(inner);
[INFO] [stdout] 4320 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 4321 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...    |
[INFO] [stdout] 4331 | |                         Ok(res)
[INFO] [stdout] 4332 | |                     };
[INFO] [stdout]      | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> src/pactus.tonic.rs:4331:25
[INFO] [stdout]      |
[INFO] [stdout] 4331 |                         Ok(res)
[INFO] [stdout]      |                         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> src/pactus.tonic.rs:4336:41
[INFO] [stdout]      |
[INFO] [stdout] 4336 |                       Box::pin(async move {
[INFO] [stdout]      |  _________________________________________^
[INFO] [stdout] 4337 | |                         Ok(
[INFO] [stdout] 4338 | |                             http::Response::builder()
[INFO] [stdout] 4339 | |                                 .status(200)
[INFO] [stdout] ...    |
[INFO] [stdout] 4348 | |                     })
[INFO] [stdout]      | |_____________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `pactus-grpc` (lib test) due to 96 previous errors
[INFO] [stdout] error: this type will no longer be must used: Result<response::Response<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>, Infallible>
[INFO] [stdout]     --> src/pactus.tonic.rs:4337:25
[INFO] [stdout]      |
[INFO] [stdout] 4337 | /                         Ok(
[INFO] [stdout] 4338 | |                             http::Response::builder()
[INFO] [stdout] 4339 | |                                 .status(200)
[INFO] [stdout] 4340 | |                                 .header("grpc-status", tonic::Code::Unimplemented as i32)
[INFO] [stdout] ...    |
[INFO] [stdout] 4346 | |                                 .unwrap(),
[INFO] [stdout] 4347 | |                         )
[INFO] [stdout]      | |_________________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `pactus-grpc` (lib) due to 96 previous errors
[INFO] running `Command { std: "docker" "inspect" "1e3f35df4d7d0457ea1330d677d5377d2eccfa431ddf9ac97b441a51165013b6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1e3f35df4d7d0457ea1330d677d5377d2eccfa431ddf9ac97b441a51165013b6", kill_on_drop: false }`
[INFO] [stdout] 1e3f35df4d7d0457ea1330d677d5377d2eccfa431ddf9ac97b441a51165013b6
