[INFO] fetching crate ahnlich_types 0.1.0...
[INFO] checking ahnlich_types-0.1.0 against try#4f260f0f20b3133d20cfb50353c0221943af5796+rustflags=-Dunmustuse_in_always_ok for pr-148577
[INFO] extracting crate ahnlich_types 0.1.0 into /workspace/builds/worker-7-tc2/source
[INFO] started tweaking crates.io crate ahnlich_types 0.1.0
[INFO] finished tweaking crates.io crate ahnlich_types 0.1.0
[INFO] tweaked toml for crates.io crate ahnlich_types 0.1.0 written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate ahnlich_types 0.1.0 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 ahnlich_types 0.1.0 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-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] 2e00ca730daab8517dc947403bec41ddde33c27d0807561602b1bff2d15ec1f8
[INFO] running `Command { std: "docker" "start" "-a" "2e00ca730daab8517dc947403bec41ddde33c27d0807561602b1bff2d15ec1f8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2e00ca730daab8517dc947403bec41ddde33c27d0807561602b1bff2d15ec1f8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2e00ca730daab8517dc947403bec41ddde33c27d0807561602b1bff2d15ec1f8", kill_on_drop: false }`
[INFO] [stdout] 2e00ca730daab8517dc947403bec41ddde33c27d0807561602b1bff2d15ec1f8
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] ed84dcc90e32490f0dc16f7ba22d58c3d32182110e7b7e9c8729ab0e0ca5d587
[INFO] running `Command { std: "docker" "start" "-a" "ed84dcc90e32490f0dc16f7ba22d58c3d32182110e7b7e9c8729ab0e0ca5d587", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.164
[INFO] [stderr]     Checking bytes v1.8.0
[INFO] [stderr]     Checking pin-project-lite v0.2.15
[INFO] [stderr]     Checking itoa v1.0.13
[INFO] [stderr]     Checking once_cell v1.20.2
[INFO] [stderr]     Checking hashbrown v0.15.1
[INFO] [stderr]    Compiling proc-macro2 v1.0.89
[INFO] [stderr]    Compiling httparse v1.9.5
[INFO] [stderr]    Compiling anyhow v1.0.93
[INFO] [stderr]    Compiling either v1.13.0
[INFO] [stderr]    Compiling rustversion v1.0.18
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling serde v1.0.215
[INFO] [stderr]     Checking matchit v0.7.3
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]     Checking tracing-core v0.1.32
[INFO] [stderr]    Compiling itertools v0.12.1
[INFO] [stderr]     Checking indexmap v2.6.0
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]     Checking mio v1.0.2
[INFO] [stderr]     Checking socket2 v0.5.7
[INFO] [stderr]     Checking getrandom v0.2.15
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]    Compiling syn v2.0.87
[INFO] [stderr]     Checking http v1.2.0
[INFO] [stderr]     Checking http-body v1.0.1
[INFO] [stderr]     Checking http-body-util v0.1.2
[INFO] [stderr]     Checking tower v0.5.2
[INFO] [stderr]    Compiling tokio-macros v2.4.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.27
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]    Compiling prost-derive v0.13.4
[INFO] [stderr]    Compiling async-trait v0.1.83
[INFO] [stderr]    Compiling serde_derive v1.0.215
[INFO] [stderr]    Compiling pin-project-internal v1.1.7
[INFO] [stderr]    Compiling async-stream-impl v0.3.6
[INFO] [stderr]     Checking async-stream v0.3.6
[INFO] [stderr]     Checking tokio v1.41.1
[INFO] [stderr]     Checking zerocopy v0.7.35
[INFO] [stderr]     Checking tracing v0.1.40
[INFO] [stderr]     Checking pin-project v1.1.7
[INFO] [stderr]     Checking axum-core v0.4.5
[INFO] [stderr]     Checking prost v0.13.4
[INFO] [stderr]     Checking ppv-lite86 v0.2.20
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking prost-types v0.13.4
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking tokio-util v0.7.12
[INFO] [stderr]     Checking tokio-stream v0.1.17
[INFO] [stderr]     Checking h2 v0.4.7
[INFO] [stderr]     Checking tower v0.4.13
[INFO] [stderr]     Checking axum v0.7.9
[INFO] [stderr]     Checking hyper v1.6.0
[INFO] [stderr]     Checking hyper-util v0.1.10
[INFO] [stderr]     Checking hyper-timeout v0.5.2
[INFO] [stderr]     Checking tonic v0.12.3
[INFO] [stderr]     Checking ahnlich_types v0.1.0 (/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/services/ai_service.rs:629:42
[INFO] [stdout]     |
[INFO] [stdout] 629 |                       let fut = async move {
[INFO] [stdout]     |  __________________________________________^
[INFO] [stdout] 630 | |                         let method = CreateStoreSvc(inner);
[INFO] [stdout] 631 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 632 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...   |
[INFO] [stdout] 642 | |                         Ok(res)
[INFO] [stdout] 643 | |                     };
[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/services/ai_service.rs:642:25
[INFO] [stdout]     |
[INFO] [stdout] 642 |                         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/services/ai_service.rs:673:42
[INFO] [stdout]     |
[INFO] [stdout] 673 |                       let fut = async move {
[INFO] [stdout]     |  __________________________________________^
[INFO] [stdout] 674 | |                         let method = CreatePredIndexSvc(inner);
[INFO] [stdout] 675 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 676 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...   |
[INFO] [stdout] 686 | |                         Ok(res)
[INFO] [stdout] 687 | |                     };
[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/services/ai_service.rs:686:25
[INFO] [stdout]     |
[INFO] [stdout] 686 |                         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/services/ai_service.rs:719:42
[INFO] [stdout]     |
[INFO] [stdout] 719 |                       let fut = async move {
[INFO] [stdout]     |  __________________________________________^
[INFO] [stdout] 720 | |                         let method = CreateNonLinearAlgorithmIndexSvc(inner);
[INFO] [stdout] 721 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 722 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...   |
[INFO] [stdout] 732 | |                         Ok(res)
[INFO] [stdout] 733 | |                     };
[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/services/ai_service.rs:732:25
[INFO] [stdout]     |
[INFO] [stdout] 732 |                         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/services/ai_service.rs:760:42
[INFO] [stdout]     |
[INFO] [stdout] 760 |                       let fut = async move {
[INFO] [stdout]     |  __________________________________________^
[INFO] [stdout] 761 | |                         let method = GetKeySvc(inner);
[INFO] [stdout] 762 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 763 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...   |
[INFO] [stdout] 773 | |                         Ok(res)
[INFO] [stdout] 774 | |                     };
[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/services/ai_service.rs:773:25
[INFO] [stdout]     |
[INFO] [stdout] 773 |                         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/services/ai_service.rs:801:42
[INFO] [stdout]     |
[INFO] [stdout] 801 |                       let fut = async move {
[INFO] [stdout]     |  __________________________________________^
[INFO] [stdout] 802 | |                         let method = GetPredSvc(inner);
[INFO] [stdout] 803 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 804 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...   |
[INFO] [stdout] 814 | |                         Ok(res)
[INFO] [stdout] 815 | |                     };
[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/services/ai_service.rs:814:25
[INFO] [stdout]     |
[INFO] [stdout] 814 |                         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/services/ai_service.rs:842:42
[INFO] [stdout]     |
[INFO] [stdout] 842 |                       let fut = async move {
[INFO] [stdout]     |  __________________________________________^
[INFO] [stdout] 843 | |                         let method = GetSimNSvc(inner);
[INFO] [stdout] 844 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 845 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...   |
[INFO] [stdout] 855 | |                         Ok(res)
[INFO] [stdout] 856 | |                     };
[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/services/ai_service.rs:855:25
[INFO] [stdout]     |
[INFO] [stdout] 855 |                         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/services/ai_service.rs:882:42
[INFO] [stdout]     |
[INFO] [stdout] 882 |                       let fut = async move {
[INFO] [stdout]     |  __________________________________________^
[INFO] [stdout] 883 | |                         let method = SetSvc(inner);
[INFO] [stdout] 884 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 885 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...   |
[INFO] [stdout] 895 | |                         Ok(res)
[INFO] [stdout] 896 | |                     };
[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/services/ai_service.rs:895:25
[INFO] [stdout]     |
[INFO] [stdout] 895 |                         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/services/ai_service.rs:924:42
[INFO] [stdout]     |
[INFO] [stdout] 924 |                       let fut = async move {
[INFO] [stdout]     |  __________________________________________^
[INFO] [stdout] 925 | |                         let method = DropPredIndexSvc(inner);
[INFO] [stdout] 926 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 927 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...   |
[INFO] [stdout] 937 | |                         Ok(res)
[INFO] [stdout] 938 | |                     };
[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/services/ai_service.rs:937:25
[INFO] [stdout]     |
[INFO] [stdout] 937 |                         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/services/ai_service.rs:970:42
[INFO] [stdout]     |
[INFO] [stdout] 970 |                       let fut = async move {
[INFO] [stdout]     |  __________________________________________^
[INFO] [stdout] 971 | |                         let method = DropNonLinearAlgorithmIndexSvc(inner);
[INFO] [stdout] 972 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 973 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...   |
[INFO] [stdout] 983 | |                         Ok(res)
[INFO] [stdout] 984 | |                     };
[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/services/ai_service.rs:983:25
[INFO] [stdout]     |
[INFO] [stdout] 983 |                         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/services/ai_service.rs:1011:42
[INFO] [stdout]      |
[INFO] [stdout] 1011 |                       let fut = async move {
[INFO] [stdout]      |  __________________________________________^
[INFO] [stdout] 1012 | |                         let method = DelKeySvc(inner);
[INFO] [stdout] 1013 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 1014 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...    |
[INFO] [stdout] 1024 | |                         Ok(res)
[INFO] [stdout] 1025 | |                     };
[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/services/ai_service.rs:1024:25
[INFO] [stdout]      |
[INFO] [stdout] 1024 |                         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/services/ai_service.rs:1052:42
[INFO] [stdout]      |
[INFO] [stdout] 1052 |                       let fut = async move {
[INFO] [stdout]      |  __________________________________________^
[INFO] [stdout] 1053 | |                         let method = DropStoreSvc(inner);
[INFO] [stdout] 1054 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 1055 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...    |
[INFO] [stdout] 1065 | |                         Ok(res)
[INFO] [stdout] 1066 | |                     };
[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/services/ai_service.rs:1065:25
[INFO] [stdout]      |
[INFO] [stdout] 1065 |                         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/services/ai_service.rs:1094:42
[INFO] [stdout]      |
[INFO] [stdout] 1094 |                       let fut = async move {
[INFO] [stdout]      |  __________________________________________^
[INFO] [stdout] 1095 | |                         let method = ListClientsSvc(inner);
[INFO] [stdout] 1096 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 1097 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...    |
[INFO] [stdout] 1107 | |                         Ok(res)
[INFO] [stdout] 1108 | |                     };
[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/services/ai_service.rs:1107:25
[INFO] [stdout]      |
[INFO] [stdout] 1107 |                         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/services/ai_service.rs:1135:42
[INFO] [stdout]      |
[INFO] [stdout] 1135 |                       let fut = async move {
[INFO] [stdout]      |  __________________________________________^
[INFO] [stdout] 1136 | |                         let method = ListStoresSvc(inner);
[INFO] [stdout] 1137 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 1138 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...    |
[INFO] [stdout] 1148 | |                         Ok(res)
[INFO] [stdout] 1149 | |                     };
[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/services/ai_service.rs:1148:25
[INFO] [stdout]      |
[INFO] [stdout] 1148 |                         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/services/ai_service.rs:1176:42
[INFO] [stdout]      |
[INFO] [stdout] 1176 |                       let fut = async move {
[INFO] [stdout]      |  __________________________________________^
[INFO] [stdout] 1177 | |                         let method = InfoServerSvc(inner);
[INFO] [stdout] 1178 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 1179 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...    |
[INFO] [stdout] 1189 | |                         Ok(res)
[INFO] [stdout] 1190 | |                     };
[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/services/ai_service.rs:1189:25
[INFO] [stdout]      |
[INFO] [stdout] 1189 |                         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/services/ai_service.rs:1218:42
[INFO] [stdout]      |
[INFO] [stdout] 1218 |                       let fut = async move {
[INFO] [stdout]      |  __________________________________________^
[INFO] [stdout] 1219 | |                         let method = PurgeStoresSvc(inner);
[INFO] [stdout] 1220 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 1221 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...    |
[INFO] [stdout] 1231 | |                         Ok(res)
[INFO] [stdout] 1232 | |                     };
[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/services/ai_service.rs:1231:25
[INFO] [stdout]      |
[INFO] [stdout] 1231 |                         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/services/ai_service.rs:1258:42
[INFO] [stdout]      |
[INFO] [stdout] 1258 |                       let fut = async move {
[INFO] [stdout]      |  __________________________________________^
[INFO] [stdout] 1259 | |                         let method = PingSvc(inner);
[INFO] [stdout] 1260 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 1261 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...    |
[INFO] [stdout] 1271 | |                         Ok(res)
[INFO] [stdout] 1272 | |                     };
[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/services/ai_service.rs:1271:25
[INFO] [stdout]      |
[INFO] [stdout] 1271 |                         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/services/ai_service.rs:1302:42
[INFO] [stdout]      |
[INFO] [stdout] 1302 |                       let fut = async move {
[INFO] [stdout]      |  __________________________________________^
[INFO] [stdout] 1303 | |                         let method = PipelineSvc(inner);
[INFO] [stdout] 1304 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 1305 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...    |
[INFO] [stdout] 1315 | |                         Ok(res)
[INFO] [stdout] 1316 | |                     };
[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/services/ai_service.rs:1315:25
[INFO] [stdout]      |
[INFO] [stdout] 1315 |                         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/services/ai_service.rs:1319:42
[INFO] [stdout]      |
[INFO] [stdout] 1319 |                   _ => Box::pin(async move {
[INFO] [stdout]      |  __________________________________________^
[INFO] [stdout] 1320 | |                     let mut response = http::Response::new(empty_body());
[INFO] [stdout] 1321 | |                     let headers = response.headers_mut();
[INFO] [stdout] 1322 | |                     headers.insert(
[INFO] [stdout] ...    |
[INFO] [stdout] 1330 | |                     Ok(response)
[INFO] [stdout] 1331 | |                 }),
[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/services/ai_service.rs:1330:21
[INFO] [stdout]      |
[INFO] [stdout] 1330 |                     Ok(response)
[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/services/db_service.rs:627:42
[INFO] [stdout]     |
[INFO] [stdout] 627 |                       let fut = async move {
[INFO] [stdout]     |  __________________________________________^
[INFO] [stdout] 628 | |                         let method = CreateStoreSvc(inner);
[INFO] [stdout] 629 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 630 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...   |
[INFO] [stdout] 640 | |                         Ok(res)
[INFO] [stdout] 641 | |                     };
[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/services/db_service.rs:640:25
[INFO] [stdout]     |
[INFO] [stdout] 640 |                         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/services/db_service.rs:671:42
[INFO] [stdout]     |
[INFO] [stdout] 671 |                       let fut = async move {
[INFO] [stdout]     |  __________________________________________^
[INFO] [stdout] 672 | |                         let method = CreatePredIndexSvc(inner);
[INFO] [stdout] 673 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 674 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...   |
[INFO] [stdout] 684 | |                         Ok(res)
[INFO] [stdout] 685 | |                     };
[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/services/db_service.rs:684:25
[INFO] [stdout]     |
[INFO] [stdout] 684 |                         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/services/db_service.rs:717:42
[INFO] [stdout]     |
[INFO] [stdout] 717 |                       let fut = async move {
[INFO] [stdout]     |  __________________________________________^
[INFO] [stdout] 718 | |                         let method = CreateNonLinearAlgorithmIndexSvc(inner);
[INFO] [stdout] 719 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 720 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...   |
[INFO] [stdout] 730 | |                         Ok(res)
[INFO] [stdout] 731 | |                     };
[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/services/db_service.rs:730:25
[INFO] [stdout]     |
[INFO] [stdout] 730 |                         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/services/db_service.rs:758:42
[INFO] [stdout]     |
[INFO] [stdout] 758 |                       let fut = async move {
[INFO] [stdout]     |  __________________________________________^
[INFO] [stdout] 759 | |                         let method = GetKeySvc(inner);
[INFO] [stdout] 760 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 761 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...   |
[INFO] [stdout] 771 | |                         Ok(res)
[INFO] [stdout] 772 | |                     };
[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/services/db_service.rs:771:25
[INFO] [stdout]     |
[INFO] [stdout] 771 |                         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/services/db_service.rs:799:42
[INFO] [stdout]     |
[INFO] [stdout] 799 |                       let fut = async move {
[INFO] [stdout]     |  __________________________________________^
[INFO] [stdout] 800 | |                         let method = GetPredSvc(inner);
[INFO] [stdout] 801 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 802 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...   |
[INFO] [stdout] 812 | |                         Ok(res)
[INFO] [stdout] 813 | |                     };
[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/services/db_service.rs:812:25
[INFO] [stdout]     |
[INFO] [stdout] 812 |                         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/services/db_service.rs:840:42
[INFO] [stdout]     |
[INFO] [stdout] 840 |                       let fut = async move {
[INFO] [stdout]     |  __________________________________________^
[INFO] [stdout] 841 | |                         let method = GetSimNSvc(inner);
[INFO] [stdout] 842 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 843 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...   |
[INFO] [stdout] 853 | |                         Ok(res)
[INFO] [stdout] 854 | |                     };
[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/services/db_service.rs:853:25
[INFO] [stdout]     |
[INFO] [stdout] 853 |                         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/services/db_service.rs:880:42
[INFO] [stdout]     |
[INFO] [stdout] 880 |                       let fut = async move {
[INFO] [stdout]     |  __________________________________________^
[INFO] [stdout] 881 | |                         let method = SetSvc(inner);
[INFO] [stdout] 882 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 883 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...   |
[INFO] [stdout] 893 | |                         Ok(res)
[INFO] [stdout] 894 | |                     };
[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/services/db_service.rs:893:25
[INFO] [stdout]     |
[INFO] [stdout] 893 |                         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/services/db_service.rs:922:42
[INFO] [stdout]     |
[INFO] [stdout] 922 |                       let fut = async move {
[INFO] [stdout]     |  __________________________________________^
[INFO] [stdout] 923 | |                         let method = DropPredIndexSvc(inner);
[INFO] [stdout] 924 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 925 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...   |
[INFO] [stdout] 935 | |                         Ok(res)
[INFO] [stdout] 936 | |                     };
[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/services/db_service.rs:935:25
[INFO] [stdout]     |
[INFO] [stdout] 935 |                         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/services/db_service.rs:968:42
[INFO] [stdout]     |
[INFO] [stdout] 968 |                       let fut = async move {
[INFO] [stdout]     |  __________________________________________^
[INFO] [stdout] 969 | |                         let method = DropNonLinearAlgorithmIndexSvc(inner);
[INFO] [stdout] 970 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 971 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...   |
[INFO] [stdout] 981 | |                         Ok(res)
[INFO] [stdout] 982 | |                     };
[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/services/db_service.rs:981:25
[INFO] [stdout]     |
[INFO] [stdout] 981 |                         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/services/db_service.rs:1009:42
[INFO] [stdout]      |
[INFO] [stdout] 1009 |                       let fut = async move {
[INFO] [stdout]      |  __________________________________________^
[INFO] [stdout] 1010 | |                         let method = DelKeySvc(inner);
[INFO] [stdout] 1011 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 1012 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...    |
[INFO] [stdout] 1022 | |                         Ok(res)
[INFO] [stdout] 1023 | |                     };
[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/services/db_service.rs:1022:25
[INFO] [stdout]      |
[INFO] [stdout] 1022 |                         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/services/db_service.rs:1050:42
[INFO] [stdout]      |
[INFO] [stdout] 1050 |                       let fut = async move {
[INFO] [stdout]      |  __________________________________________^
[INFO] [stdout] 1051 | |                         let method = DelPredSvc(inner);
[INFO] [stdout] 1052 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 1053 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...    |
[INFO] [stdout] 1063 | |                         Ok(res)
[INFO] [stdout] 1064 | |                     };
[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/services/db_service.rs:1063:25
[INFO] [stdout]      |
[INFO] [stdout] 1063 |                         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/services/db_service.rs:1091:42
[INFO] [stdout]      |
[INFO] [stdout] 1091 |                       let fut = async move {
[INFO] [stdout]      |  __________________________________________^
[INFO] [stdout] 1092 | |                         let method = DropStoreSvc(inner);
[INFO] [stdout] 1093 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 1094 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...    |
[INFO] [stdout] 1104 | |                         Ok(res)
[INFO] [stdout] 1105 | |                     };
[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/services/db_service.rs:1104:25
[INFO] [stdout]      |
[INFO] [stdout] 1104 |                         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/services/db_service.rs:1133:42
[INFO] [stdout]      |
[INFO] [stdout] 1133 |                       let fut = async move {
[INFO] [stdout]      |  __________________________________________^
[INFO] [stdout] 1134 | |                         let method = ListClientsSvc(inner);
[INFO] [stdout] 1135 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 1136 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...    |
[INFO] [stdout] 1146 | |                         Ok(res)
[INFO] [stdout] 1147 | |                     };
[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/services/db_service.rs:1146:25
[INFO] [stdout]      |
[INFO] [stdout] 1146 |                         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/services/db_service.rs:1174:42
[INFO] [stdout]      |
[INFO] [stdout] 1174 |                       let fut = async move {
[INFO] [stdout]      |  __________________________________________^
[INFO] [stdout] 1175 | |                         let method = ListStoresSvc(inner);
[INFO] [stdout] 1176 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 1177 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...    |
[INFO] [stdout] 1187 | |                         Ok(res)
[INFO] [stdout] 1188 | |                     };
[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/services/db_service.rs:1187:25
[INFO] [stdout]      |
[INFO] [stdout] 1187 |                         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/services/db_service.rs:1215:42
[INFO] [stdout]      |
[INFO] [stdout] 1215 |                       let fut = async move {
[INFO] [stdout]      |  __________________________________________^
[INFO] [stdout] 1216 | |                         let method = InfoServerSvc(inner);
[INFO] [stdout] 1217 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 1218 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...    |
[INFO] [stdout] 1228 | |                         Ok(res)
[INFO] [stdout] 1229 | |                     };
[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/services/db_service.rs:1228:25
[INFO] [stdout]      |
[INFO] [stdout] 1228 |                         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/services/db_service.rs:1255:42
[INFO] [stdout]      |
[INFO] [stdout] 1255 |                       let fut = async move {
[INFO] [stdout]      |  __________________________________________^
[INFO] [stdout] 1256 | |                         let method = PingSvc(inner);
[INFO] [stdout] 1257 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 1258 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...    |
[INFO] [stdout] 1268 | |                         Ok(res)
[INFO] [stdout] 1269 | |                     };
[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/services/db_service.rs:1268:25
[INFO] [stdout]      |
[INFO] [stdout] 1268 |                         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/services/db_service.rs:1299:42
[INFO] [stdout]      |
[INFO] [stdout] 1299 |                       let fut = async move {
[INFO] [stdout]      |  __________________________________________^
[INFO] [stdout] 1300 | |                         let method = PipelineSvc(inner);
[INFO] [stdout] 1301 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 1302 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...    |
[INFO] [stdout] 1312 | |                         Ok(res)
[INFO] [stdout] 1313 | |                     };
[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/services/db_service.rs:1312:25
[INFO] [stdout]      |
[INFO] [stdout] 1312 |                         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/services/db_service.rs:1316:42
[INFO] [stdout]      |
[INFO] [stdout] 1316 |                   _ => Box::pin(async move {
[INFO] [stdout]      |  __________________________________________^
[INFO] [stdout] 1317 | |                     let mut response = http::Response::new(empty_body());
[INFO] [stdout] 1318 | |                     let headers = response.headers_mut();
[INFO] [stdout] 1319 | |                     headers.insert(
[INFO] [stdout] ...    |
[INFO] [stdout] 1327 | |                     Ok(response)
[INFO] [stdout] 1328 | |                 }),
[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/services/db_service.rs:1327:21
[INFO] [stdout]      |
[INFO] [stdout] 1327 |                     Ok(response)
[INFO] [stdout]      |                     ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `ahnlich_types` (lib test) due to 72 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[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/services/ai_service.rs:629:42
[INFO] [stdout]     |
[INFO] [stdout] 629 |                       let fut = async move {
[INFO] [stdout]     |  __________________________________________^
[INFO] [stdout] 630 | |                         let method = CreateStoreSvc(inner);
[INFO] [stdout] 631 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 632 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...   |
[INFO] [stdout] 642 | |                         Ok(res)
[INFO] [stdout] 643 | |                     };
[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/services/ai_service.rs:642:25
[INFO] [stdout]     |
[INFO] [stdout] 642 |                         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/services/ai_service.rs:673:42
[INFO] [stdout]     |
[INFO] [stdout] 673 |                       let fut = async move {
[INFO] [stdout]     |  __________________________________________^
[INFO] [stdout] 674 | |                         let method = CreatePredIndexSvc(inner);
[INFO] [stdout] 675 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 676 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...   |
[INFO] [stdout] 686 | |                         Ok(res)
[INFO] [stdout] 687 | |                     };
[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/services/ai_service.rs:686:25
[INFO] [stdout]     |
[INFO] [stdout] 686 |                         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/services/ai_service.rs:719:42
[INFO] [stdout]     |
[INFO] [stdout] 719 |                       let fut = async move {
[INFO] [stdout]     |  __________________________________________^
[INFO] [stdout] 720 | |                         let method = CreateNonLinearAlgorithmIndexSvc(inner);
[INFO] [stdout] 721 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 722 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...   |
[INFO] [stdout] 732 | |                         Ok(res)
[INFO] [stdout] 733 | |                     };
[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/services/ai_service.rs:732:25
[INFO] [stdout]     |
[INFO] [stdout] 732 |                         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/services/ai_service.rs:760:42
[INFO] [stdout]     |
[INFO] [stdout] 760 |                       let fut = async move {
[INFO] [stdout]     |  __________________________________________^
[INFO] [stdout] 761 | |                         let method = GetKeySvc(inner);
[INFO] [stdout] 762 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 763 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...   |
[INFO] [stdout] 773 | |                         Ok(res)
[INFO] [stdout] 774 | |                     };
[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/services/ai_service.rs:773:25
[INFO] [stdout]     |
[INFO] [stdout] 773 |                         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/services/ai_service.rs:801:42
[INFO] [stdout]     |
[INFO] [stdout] 801 |                       let fut = async move {
[INFO] [stdout]     |  __________________________________________^
[INFO] [stdout] 802 | |                         let method = GetPredSvc(inner);
[INFO] [stdout] 803 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 804 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...   |
[INFO] [stdout] 814 | |                         Ok(res)
[INFO] [stdout] 815 | |                     };
[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/services/ai_service.rs:814:25
[INFO] [stdout]     |
[INFO] [stdout] 814 |                         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/services/ai_service.rs:842:42
[INFO] [stdout]     |
[INFO] [stdout] 842 |                       let fut = async move {
[INFO] [stdout]     |  __________________________________________^
[INFO] [stdout] 843 | |                         let method = GetSimNSvc(inner);
[INFO] [stdout] 844 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 845 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...   |
[INFO] [stdout] 855 | |                         Ok(res)
[INFO] [stdout] 856 | |                     };
[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/services/ai_service.rs:855:25
[INFO] [stdout]     |
[INFO] [stdout] 855 |                         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/services/ai_service.rs:882:42
[INFO] [stdout]     |
[INFO] [stdout] 882 |                       let fut = async move {
[INFO] [stdout]     |  __________________________________________^
[INFO] [stdout] 883 | |                         let method = SetSvc(inner);
[INFO] [stdout] 884 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 885 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...   |
[INFO] [stdout] 895 | |                         Ok(res)
[INFO] [stdout] 896 | |                     };
[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/services/ai_service.rs:895:25
[INFO] [stdout]     |
[INFO] [stdout] 895 |                         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/services/ai_service.rs:924:42
[INFO] [stdout]     |
[INFO] [stdout] 924 |                       let fut = async move {
[INFO] [stdout]     |  __________________________________________^
[INFO] [stdout] 925 | |                         let method = DropPredIndexSvc(inner);
[INFO] [stdout] 926 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 927 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...   |
[INFO] [stdout] 937 | |                         Ok(res)
[INFO] [stdout] 938 | |                     };
[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/services/ai_service.rs:937:25
[INFO] [stdout]     |
[INFO] [stdout] 937 |                         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/services/ai_service.rs:970:42
[INFO] [stdout]     |
[INFO] [stdout] 970 |                       let fut = async move {
[INFO] [stdout]     |  __________________________________________^
[INFO] [stdout] 971 | |                         let method = DropNonLinearAlgorithmIndexSvc(inner);
[INFO] [stdout] 972 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 973 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...   |
[INFO] [stdout] 983 | |                         Ok(res)
[INFO] [stdout] 984 | |                     };
[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/services/ai_service.rs:983:25
[INFO] [stdout]     |
[INFO] [stdout] 983 |                         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/services/ai_service.rs:1011:42
[INFO] [stdout]      |
[INFO] [stdout] 1011 |                       let fut = async move {
[INFO] [stdout]      |  __________________________________________^
[INFO] [stdout] 1012 | |                         let method = DelKeySvc(inner);
[INFO] [stdout] 1013 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 1014 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...    |
[INFO] [stdout] 1024 | |                         Ok(res)
[INFO] [stdout] 1025 | |                     };
[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/services/ai_service.rs:1024:25
[INFO] [stdout]      |
[INFO] [stdout] 1024 |                         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/services/ai_service.rs:1052:42
[INFO] [stdout]      |
[INFO] [stdout] 1052 |                       let fut = async move {
[INFO] [stdout]      |  __________________________________________^
[INFO] [stdout] 1053 | |                         let method = DropStoreSvc(inner);
[INFO] [stdout] 1054 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 1055 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...    |
[INFO] [stdout] 1065 | |                         Ok(res)
[INFO] [stdout] 1066 | |                     };
[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/services/ai_service.rs:1065:25
[INFO] [stdout]      |
[INFO] [stdout] 1065 |                         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/services/ai_service.rs:1094:42
[INFO] [stdout]      |
[INFO] [stdout] 1094 |                       let fut = async move {
[INFO] [stdout]      |  __________________________________________^
[INFO] [stdout] 1095 | |                         let method = ListClientsSvc(inner);
[INFO] [stdout] 1096 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 1097 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...    |
[INFO] [stdout] 1107 | |                         Ok(res)
[INFO] [stdout] 1108 | |                     };
[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/services/ai_service.rs:1107:25
[INFO] [stdout]      |
[INFO] [stdout] 1107 |                         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/services/ai_service.rs:1135:42
[INFO] [stdout]      |
[INFO] [stdout] 1135 |                       let fut = async move {
[INFO] [stdout]      |  __________________________________________^
[INFO] [stdout] 1136 | |                         let method = ListStoresSvc(inner);
[INFO] [stdout] 1137 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 1138 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...    |
[INFO] [stdout] 1148 | |                         Ok(res)
[INFO] [stdout] 1149 | |                     };
[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/services/ai_service.rs:1148:25
[INFO] [stdout]      |
[INFO] [stdout] 1148 |                         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/services/ai_service.rs:1176:42
[INFO] [stdout]      |
[INFO] [stdout] 1176 |                       let fut = async move {
[INFO] [stdout]      |  __________________________________________^
[INFO] [stdout] 1177 | |                         let method = InfoServerSvc(inner);
[INFO] [stdout] 1178 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 1179 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...    |
[INFO] [stdout] 1189 | |                         Ok(res)
[INFO] [stdout] 1190 | |                     };
[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/services/ai_service.rs:1189:25
[INFO] [stdout]      |
[INFO] [stdout] 1189 |                         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/services/ai_service.rs:1218:42
[INFO] [stdout]      |
[INFO] [stdout] 1218 |                       let fut = async move {
[INFO] [stdout]      |  __________________________________________^
[INFO] [stdout] 1219 | |                         let method = PurgeStoresSvc(inner);
[INFO] [stdout] 1220 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 1221 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...    |
[INFO] [stdout] 1231 | |                         Ok(res)
[INFO] [stdout] 1232 | |                     };
[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/services/ai_service.rs:1231:25
[INFO] [stdout]      |
[INFO] [stdout] 1231 |                         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/services/ai_service.rs:1258:42
[INFO] [stdout]      |
[INFO] [stdout] 1258 |                       let fut = async move {
[INFO] [stdout]      |  __________________________________________^
[INFO] [stdout] 1259 | |                         let method = PingSvc(inner);
[INFO] [stdout] 1260 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 1261 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...    |
[INFO] [stdout] 1271 | |                         Ok(res)
[INFO] [stdout] 1272 | |                     };
[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/services/ai_service.rs:1271:25
[INFO] [stdout]      |
[INFO] [stdout] 1271 |                         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/services/ai_service.rs:1302:42
[INFO] [stdout]      |
[INFO] [stdout] 1302 |                       let fut = async move {
[INFO] [stdout]      |  __________________________________________^
[INFO] [stdout] 1303 | |                         let method = PipelineSvc(inner);
[INFO] [stdout] 1304 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 1305 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...    |
[INFO] [stdout] 1315 | |                         Ok(res)
[INFO] [stdout] 1316 | |                     };
[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/services/ai_service.rs:1315:25
[INFO] [stdout]      |
[INFO] [stdout] 1315 |                         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/services/ai_service.rs:1319:42
[INFO] [stdout]      |
[INFO] [stdout] 1319 |                   _ => Box::pin(async move {
[INFO] [stdout]      |  __________________________________________^
[INFO] [stdout] 1320 | |                     let mut response = http::Response::new(empty_body());
[INFO] [stdout] 1321 | |                     let headers = response.headers_mut();
[INFO] [stdout] 1322 | |                     headers.insert(
[INFO] [stdout] ...    |
[INFO] [stdout] 1330 | |                     Ok(response)
[INFO] [stdout] 1331 | |                 }),
[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/services/ai_service.rs:1330:21
[INFO] [stdout]      |
[INFO] [stdout] 1330 |                     Ok(response)
[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/services/db_service.rs:627:42
[INFO] [stdout]     |
[INFO] [stdout] 627 |                       let fut = async move {
[INFO] [stdout]     |  __________________________________________^
[INFO] [stdout] 628 | |                         let method = CreateStoreSvc(inner);
[INFO] [stdout] 629 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 630 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...   |
[INFO] [stdout] 640 | |                         Ok(res)
[INFO] [stdout] 641 | |                     };
[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/services/db_service.rs:640:25
[INFO] [stdout]     |
[INFO] [stdout] 640 |                         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/services/db_service.rs:671:42
[INFO] [stdout]     |
[INFO] [stdout] 671 |                       let fut = async move {
[INFO] [stdout]     |  __________________________________________^
[INFO] [stdout] 672 | |                         let method = CreatePredIndexSvc(inner);
[INFO] [stdout] 673 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 674 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...   |
[INFO] [stdout] 684 | |                         Ok(res)
[INFO] [stdout] 685 | |                     };
[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/services/db_service.rs:684:25
[INFO] [stdout]     |
[INFO] [stdout] 684 |                         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/services/db_service.rs:717:42
[INFO] [stdout]     |
[INFO] [stdout] 717 |                       let fut = async move {
[INFO] [stdout]     |  __________________________________________^
[INFO] [stdout] 718 | |                         let method = CreateNonLinearAlgorithmIndexSvc(inner);
[INFO] [stdout] 719 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 720 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...   |
[INFO] [stdout] 730 | |                         Ok(res)
[INFO] [stdout] 731 | |                     };
[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/services/db_service.rs:730:25
[INFO] [stdout]     |
[INFO] [stdout] 730 |                         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/services/db_service.rs:758:42
[INFO] [stdout]     |
[INFO] [stdout] 758 |                       let fut = async move {
[INFO] [stdout]     |  __________________________________________^
[INFO] [stdout] 759 | |                         let method = GetKeySvc(inner);
[INFO] [stdout] 760 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 761 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...   |
[INFO] [stdout] 771 | |                         Ok(res)
[INFO] [stdout] 772 | |                     };
[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/services/db_service.rs:771:25
[INFO] [stdout]     |
[INFO] [stdout] 771 |                         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/services/db_service.rs:799:42
[INFO] [stdout]     |
[INFO] [stdout] 799 |                       let fut = async move {
[INFO] [stdout]     |  __________________________________________^
[INFO] [stdout] 800 | |                         let method = GetPredSvc(inner);
[INFO] [stdout] 801 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 802 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...   |
[INFO] [stdout] 812 | |                         Ok(res)
[INFO] [stdout] 813 | |                     };
[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/services/db_service.rs:812:25
[INFO] [stdout]     |
[INFO] [stdout] 812 |                         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/services/db_service.rs:840:42
[INFO] [stdout]     |
[INFO] [stdout] 840 |                       let fut = async move {
[INFO] [stdout]     |  __________________________________________^
[INFO] [stdout] 841 | |                         let method = GetSimNSvc(inner);
[INFO] [stdout] 842 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 843 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...   |
[INFO] [stdout] 853 | |                         Ok(res)
[INFO] [stdout] 854 | |                     };
[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/services/db_service.rs:853:25
[INFO] [stdout]     |
[INFO] [stdout] 853 |                         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/services/db_service.rs:880:42
[INFO] [stdout]     |
[INFO] [stdout] 880 |                       let fut = async move {
[INFO] [stdout]     |  __________________________________________^
[INFO] [stdout] 881 | |                         let method = SetSvc(inner);
[INFO] [stdout] 882 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 883 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...   |
[INFO] [stdout] 893 | |                         Ok(res)
[INFO] [stdout] 894 | |                     };
[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/services/db_service.rs:893:25
[INFO] [stdout]     |
[INFO] [stdout] 893 |                         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/services/db_service.rs:922:42
[INFO] [stdout]     |
[INFO] [stdout] 922 |                       let fut = async move {
[INFO] [stdout]     |  __________________________________________^
[INFO] [stdout] 923 | |                         let method = DropPredIndexSvc(inner);
[INFO] [stdout] 924 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 925 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...   |
[INFO] [stdout] 935 | |                         Ok(res)
[INFO] [stdout] 936 | |                     };
[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/services/db_service.rs:935:25
[INFO] [stdout]     |
[INFO] [stdout] 935 |                         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/services/db_service.rs:968:42
[INFO] [stdout]     |
[INFO] [stdout] 968 |                       let fut = async move {
[INFO] [stdout]     |  __________________________________________^
[INFO] [stdout] 969 | |                         let method = DropNonLinearAlgorithmIndexSvc(inner);
[INFO] [stdout] 970 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 971 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...   |
[INFO] [stdout] 981 | |                         Ok(res)
[INFO] [stdout] 982 | |                     };
[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/services/db_service.rs:981:25
[INFO] [stdout]     |
[INFO] [stdout] 981 |                         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/services/db_service.rs:1009:42
[INFO] [stdout]      |
[INFO] [stdout] 1009 |                       let fut = async move {
[INFO] [stdout]      |  __________________________________________^
[INFO] [stdout] 1010 | |                         let method = DelKeySvc(inner);
[INFO] [stdout] 1011 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 1012 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...    |
[INFO] [stdout] 1022 | |                         Ok(res)
[INFO] [stdout] 1023 | |                     };
[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/services/db_service.rs:1022:25
[INFO] [stdout]      |
[INFO] [stdout] 1022 |                         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/services/db_service.rs:1050:42
[INFO] [stdout]      |
[INFO] [stdout] 1050 |                       let fut = async move {
[INFO] [stdout]      |  __________________________________________^
[INFO] [stdout] 1051 | |                         let method = DelPredSvc(inner);
[INFO] [stdout] 1052 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 1053 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...    |
[INFO] [stdout] 1063 | |                         Ok(res)
[INFO] [stdout] 1064 | |                     };
[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/services/db_service.rs:1063:25
[INFO] [stdout]      |
[INFO] [stdout] 1063 |                         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/services/db_service.rs:1091:42
[INFO] [stdout]      |
[INFO] [stdout] 1091 |                       let fut = async move {
[INFO] [stdout]      |  __________________________________________^
[INFO] [stdout] 1092 | |                         let method = DropStoreSvc(inner);
[INFO] [stdout] 1093 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 1094 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...    |
[INFO] [stdout] 1104 | |                         Ok(res)
[INFO] [stdout] 1105 | |                     };
[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/services/db_service.rs:1104:25
[INFO] [stdout]      |
[INFO] [stdout] 1104 |                         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/services/db_service.rs:1133:42
[INFO] [stdout]      |
[INFO] [stdout] 1133 |                       let fut = async move {
[INFO] [stdout]      |  __________________________________________^
[INFO] [stdout] 1134 | |                         let method = ListClientsSvc(inner);
[INFO] [stdout] 1135 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 1136 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...    |
[INFO] [stdout] 1146 | |                         Ok(res)
[INFO] [stdout] 1147 | |                     };
[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/services/db_service.rs:1146:25
[INFO] [stdout]      |
[INFO] [stdout] 1146 |                         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/services/db_service.rs:1174:42
[INFO] [stdout]      |
[INFO] [stdout] 1174 |                       let fut = async move {
[INFO] [stdout]      |  __________________________________________^
[INFO] [stdout] 1175 | |                         let method = ListStoresSvc(inner);
[INFO] [stdout] 1176 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 1177 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...    |
[INFO] [stdout] 1187 | |                         Ok(res)
[INFO] [stdout] 1188 | |                     };
[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/services/db_service.rs:1187:25
[INFO] [stdout]      |
[INFO] [stdout] 1187 |                         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/services/db_service.rs:1215:42
[INFO] [stdout]      |
[INFO] [stdout] 1215 |                       let fut = async move {
[INFO] [stdout]      |  __________________________________________^
[INFO] [stdout] 1216 | |                         let method = InfoServerSvc(inner);
[INFO] [stdout] 1217 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 1218 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...    |
[INFO] [stdout] 1228 | |                         Ok(res)
[INFO] [stdout] 1229 | |                     };
[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/services/db_service.rs:1228:25
[INFO] [stdout]      |
[INFO] [stdout] 1228 |                         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/services/db_service.rs:1255:42
[INFO] [stdout]      |
[INFO] [stdout] 1255 |                       let fut = async move {
[INFO] [stdout]      |  __________________________________________^
[INFO] [stdout] 1256 | |                         let method = PingSvc(inner);
[INFO] [stdout] 1257 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 1258 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...    |
[INFO] [stdout] 1268 | |                         Ok(res)
[INFO] [stdout] 1269 | |                     };
[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/services/db_service.rs:1268:25
[INFO] [stdout]      |
[INFO] [stdout] 1268 |                         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/services/db_service.rs:1299:42
[INFO] [stdout]      |
[INFO] [stdout] 1299 |                       let fut = async move {
[INFO] [stdout]      |  __________________________________________^
[INFO] [stdout] 1300 | |                         let method = PipelineSvc(inner);
[INFO] [stdout] 1301 | |                         let codec = tonic::codec::ProstCodec::default();
[INFO] [stdout] 1302 | |                         let mut grpc = tonic::server::Grpc::new(codec)
[INFO] [stdout] ...    |
[INFO] [stdout] 1312 | |                         Ok(res)
[INFO] [stdout] 1313 | |                     };
[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/services/db_service.rs:1312:25
[INFO] [stdout]      |
[INFO] [stdout] 1312 |                         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/services/db_service.rs:1316:42
[INFO] [stdout]      |
[INFO] [stdout] 1316 |                   _ => Box::pin(async move {
[INFO] [stdout]      |  __________________________________________^
[INFO] [stdout] 1317 | |                     let mut response = http::Response::new(empty_body());
[INFO] [stdout] 1318 | |                     let headers = response.headers_mut();
[INFO] [stdout] 1319 | |                     headers.insert(
[INFO] [stdout] ...    |
[INFO] [stdout] 1327 | |                     Ok(response)
[INFO] [stdout] 1328 | |                 }),
[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/services/db_service.rs:1327:21
[INFO] [stdout]      |
[INFO] [stdout] 1327 |                     Ok(response)
[INFO] [stdout]      |                     ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `ahnlich_types` (lib) due to 72 previous errors
[INFO] running `Command { std: "docker" "inspect" "ed84dcc90e32490f0dc16f7ba22d58c3d32182110e7b7e9c8729ab0e0ca5d587", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ed84dcc90e32490f0dc16f7ba22d58c3d32182110e7b7e9c8729ab0e0ca5d587", kill_on_drop: false }`
[INFO] [stdout] ed84dcc90e32490f0dc16f7ba22d58c3d32182110e7b7e9c8729ab0e0ca5d587
