[INFO] cloning repository https://github.com/saas-rs/cli [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/saas-rs/cli" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsaas-rs%2Fcli", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsaas-rs%2Fcli'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 2649b37478b4df0fdbb8d15e522aca33067be9f4 [INFO] checking saas-rs/cli against try#4f260f0f20b3133d20cfb50353c0221943af5796+rustflags=-Dunmustuse_in_always_ok for pr-148577 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsaas-rs%2Fcli" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/saas-rs/cli [INFO] finished tweaking git repo https://github.com/saas-rs/cli [INFO] tweaked toml for git repo https://github.com/saas-rs/cli written to /workspace/builds/worker-7-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/saas-rs/cli 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 git repo https://github.com/saas-rs/cli 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] 9ea0fb23ce8547abb6cb2a872642eec0b715769e519ab13b390f912c3dd6648f [INFO] running `Command { std: "docker" "start" "-a" "9ea0fb23ce8547abb6cb2a872642eec0b715769e519ab13b390f912c3dd6648f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9ea0fb23ce8547abb6cb2a872642eec0b715769e519ab13b390f912c3dd6648f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9ea0fb23ce8547abb6cb2a872642eec0b715769e519ab13b390f912c3dd6648f", kill_on_drop: false }` [INFO] [stdout] 9ea0fb23ce8547abb6cb2a872642eec0b715769e519ab13b390f912c3dd6648f [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] 301950d0ae7bb92f909f14fb40236a07a235e47e96a49124f556cd9e88f272c5 [INFO] running `Command { std: "docker" "start" "-a" "301950d0ae7bb92f909f14fb40236a07a235e47e96a49124f556cd9e88f272c5", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.176 [INFO] [stderr] Compiling proc-macro2 v1.0.101 [INFO] [stderr] Compiling unicode-ident v1.0.19 [INFO] [stderr] Checking cfg-if v1.0.3 [INFO] [stderr] Compiling serde_core v1.0.226 [INFO] [stderr] Compiling serde v1.0.226 [INFO] [stderr] Compiling find-msvc-tools v0.1.2 [INFO] [stderr] Checking smallvec v1.15.1 [INFO] [stderr] Checking bytes v1.10.1 [INFO] [stderr] Compiling lock_api v0.4.13 [INFO] [stderr] Compiling parking_lot_core v0.9.11 [INFO] [stderr] Checking itoa v1.0.15 [INFO] [stderr] Checking once_cell v1.21.3 [INFO] [stderr] Compiling typeid v1.0.3 [INFO] [stderr] Compiling pkg-config v0.3.32 [INFO] [stderr] Compiling erased-serde v0.4.8 [INFO] [stderr] Checking equivalent v1.0.2 [INFO] [stderr] Compiling zerocopy v0.8.27 [INFO] [stderr] Checking pin-project-lite v0.2.16 [INFO] [stderr] Checking hashbrown v0.16.0 [INFO] [stderr] Checking memchr v2.7.5 [INFO] [stderr] Compiling quote v1.0.40 [INFO] [stderr] Compiling syn v2.0.106 [INFO] [stderr] Compiling crossbeam-utils v0.8.21 [INFO] [stderr] Checking futures-core v0.3.31 [INFO] [stderr] Compiling rayon-core v1.13.0 [INFO] [stderr] Checking bitflags v2.9.4 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling rustversion v1.0.22 [INFO] [stderr] Compiling jobserver v0.1.34 [INFO] [stderr] Compiling getrandom v0.3.3 [INFO] [stderr] Checking parking_lot v0.12.4 [INFO] [stderr] Checking signal-hook-registry v1.4.6 [INFO] [stderr] Compiling cc v1.2.38 [INFO] [stderr] Checking getrandom v0.2.16 [INFO] [stderr] Checking socket2 v0.6.0 [INFO] [stderr] Checking crossbeam-epoch v0.9.18 [INFO] [stderr] Checking either v1.15.0 [INFO] [stderr] Checking ryu v1.0.20 [INFO] [stderr] Checking allocator-api2 v0.2.21 [INFO] [stderr] Checking crossbeam-deque v0.8.6 [INFO] [stderr] Checking foldhash v0.1.5 [INFO] [stderr] Checking rayon v1.11.0 [INFO] [stderr] Checking aho-corasick v1.1.3 [INFO] [stderr] Checking tracing-core v0.1.34 [INFO] [stderr] Checking ppv-lite86 v0.2.21 [INFO] [stderr] Checking stable_deref_trait v1.2.0 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Checking futures-sink v0.3.31 [INFO] [stderr] Checking indexmap v2.11.4 [INFO] [stderr] Compiling zstd-safe v7.2.4 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Checking percent-encoding v2.3.2 [INFO] [stderr] Checking slab v0.4.11 [INFO] [stderr] Checking array-init-cursor v0.2.1 [INFO] [stderr] Compiling signal-hook v0.3.18 [INFO] [stderr] Checking rand v0.8.5 [INFO] [stderr] Compiling slotmap v1.0.7 [INFO] [stderr] Compiling anyhow v1.0.100 [INFO] [stderr] Checking simdutf8 v0.1.5 [INFO] [stderr] Checking regex-automata v0.4.10 [INFO] [stderr] Compiling zstd-sys v2.0.16+zstd.1.5.7 [INFO] [stderr] Compiling psm v0.1.26 [INFO] [stderr] Compiling stacker v0.1.21 [INFO] [stderr] Compiling ring v0.17.14 [INFO] [stderr] Compiling lz4-sys v1.11.1+lz4-1.10.0 [INFO] [stderr] Checking castaway v0.2.4 [INFO] [stderr] Compiling polars-utils v0.49.1 [INFO] [stderr] Checking futures-task v0.3.31 [INFO] [stderr] Checking static_assertions v1.1.0 [INFO] [stderr] Checking siphasher v1.0.1 [INFO] [stderr] Checking futures-util v0.3.31 [INFO] [stderr] Checking phf_shared v0.12.1 [INFO] [stderr] Checking chrono v0.4.42 [INFO] [stderr] Checking memmap2 v0.9.8 [INFO] [stderr] Checking raw-cpuid v11.6.0 [INFO] [stderr] Compiling synstructure v0.13.2 [INFO] [stderr] Checking regex v1.11.2 [INFO] [stderr] Compiling ahash v0.8.12 [INFO] [stderr] Compiling polars-schema v0.49.1 [INFO] [stderr] Checking writeable v0.6.1 [INFO] [stderr] Compiling vcpkg v0.2.15 [INFO] [stderr] Checking zeroize v1.8.1 [INFO] [stderr] Compiling chrono-tz v0.10.4 [INFO] [stderr] Checking litemap v0.8.0 [INFO] [stderr] Checking rustls-pki-types v1.12.0 [INFO] [stderr] Compiling itertools v0.14.0 [INFO] [stderr] Checking phf v0.12.1 [INFO] [stderr] Checking http v1.3.1 [INFO] [stderr] Compiling polars-arrow v0.49.1 [INFO] [stderr] Compiling typenum v1.18.0 [INFO] [stderr] Compiling httparse v1.10.1 [INFO] [stderr] Compiling icu_normalizer_data v2.0.0 [INFO] [stderr] Compiling icu_properties_data v2.0.1 [INFO] [stderr] Compiling serde_derive v1.0.226 [INFO] [stderr] Compiling tokio-macros v2.5.0 [INFO] [stderr] Compiling zerofrom-derive v0.1.6 [INFO] [stderr] Compiling tracing-attributes v0.1.30 [INFO] [stderr] Compiling yoke-derive v0.8.0 [INFO] [stderr] Compiling zerovec-derive v0.11.1 [INFO] [stderr] Checking zerofrom v0.1.6 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling bytemuck_derive v1.10.1 [INFO] [stderr] Checking yoke v0.8.0 [INFO] [stderr] Compiling prost-derive v0.14.1 [INFO] [stderr] Compiling strum_macros v0.26.4 [INFO] [stderr] Checking zerovec v0.11.4 [INFO] [stderr] Checking bytemuck v1.23.2 [INFO] [stderr] Checking tinystr v0.8.1 [INFO] [stderr] Checking icu_locale_core v2.0.0 [INFO] [stderr] Checking potential_utf v0.1.3 [INFO] [stderr] Checking zerotrie v0.2.2 [INFO] [stderr] Checking icu_collections v2.0.0 [INFO] [stderr] Compiling polars-compute v0.49.1 [INFO] [stderr] Checking icu_provider v2.0.0 [INFO] [stderr] Checking dyn-clone v1.0.20 [INFO] [stderr] Checking debug_unsafe v0.1.3 [INFO] [stderr] Checking streaming-iterator v0.1.9 [INFO] [stderr] Compiling log v0.4.28 [INFO] [stderr] Compiling rustix v1.1.2 [INFO] [stderr] Compiling rustls v0.23.32 [INFO] [stderr] Checking ethnum v1.5.2 [INFO] [stderr] Checking atoi_simd v0.16.1 [INFO] [stderr] Checking rustls-webpki v0.103.6 [INFO] [stderr] Checking serde_fmt v1.0.3 [INFO] [stderr] Checking hashbrown v0.15.5 [INFO] [stderr] Checking compact_str v0.8.1 [INFO] [stderr] Checking value-bag-serde1 v1.11.1 [INFO] [stderr] Checking value-bag v1.11.1 [INFO] [stderr] Checking hashbrown v0.14.5 [INFO] [stderr] Checking http-body v1.0.1 [INFO] [stderr] Checking mio v1.0.4 [INFO] [stderr] Checking tracing v0.1.41 [INFO] [stderr] Checking planus v1.1.1 [INFO] [stderr] Checking skiplist v0.5.1 [INFO] [stderr] Checking strength_reduce v0.2.4 [INFO] [stderr] Checking tokio v1.47.1 [INFO] [stderr] Compiling serde_json v1.0.145 [INFO] [stderr] Checking linux-raw-sys v0.11.0 [INFO] [stderr] Checking fast-float2 v0.2.3 [INFO] [stderr] Checking polars-arrow-format v0.2.1 [INFO] [stderr] Checking generic-array v0.14.7 [INFO] [stderr] Checking icu_properties v2.0.1 [INFO] [stderr] Checking icu_normalizer v2.0.0 [INFO] [stderr] Compiling openssl-sys v0.9.109 [INFO] [stderr] Compiling libz-sys v1.1.22 [INFO] [stderr] Compiling litrs v0.4.2 [INFO] [stderr] Compiling crc32fast v1.5.0 [INFO] [stderr] Checking polars-error v0.49.1 [INFO] [stderr] Checking tower-service v0.3.3 [INFO] [stderr] Checking idna_adapter v1.2.1 [INFO] [stderr] Compiling document-features v0.2.11 [INFO] [stderr] Compiling prost v0.14.1 [INFO] [stderr] Checking form_urlencoded v1.2.2 [INFO] [stderr] Checking utf8_iter v1.0.4 [INFO] [stderr] Compiling prettyplease v0.2.37 [INFO] [stderr] Checking try-lock v0.2.5 [INFO] [stderr] Compiling regex-syntax v0.8.6 [INFO] [stderr] Compiling ref-cast v1.0.24 [INFO] [stderr] Checking want v0.3.1 [INFO] [stderr] Checking idna v1.1.0 [INFO] [stderr] Compiling prost-types v0.14.1 [INFO] [stderr] Checking tokio-util v0.7.16 [INFO] [stderr] Checking tokio-rustls v0.26.3 [INFO] [stderr] Checking actix-rt v2.11.0 [INFO] [stderr] Checking crossterm v0.29.0 [INFO] [stderr] Checking h2 v0.4.12 [INFO] [stderr] Checking zstd v0.13.3 [INFO] [stderr] Checking actix-utils v3.0.1 [INFO] [stderr] Checking crypto-common v0.1.6 [INFO] [stderr] Checking block-buffer v0.10.4 [INFO] [stderr] Checking halfbrown v0.2.5 [INFO] [stderr] Compiling ref-cast-impl v1.0.24 [INFO] [stderr] Compiling libssh2-sys v0.3.1 [INFO] [stderr] Checking http v0.2.12 [INFO] [stderr] Checking float-cmp v0.10.0 [INFO] [stderr] Checking rand_core v0.9.3 [INFO] [stderr] Checking actix-service v2.0.3 [INFO] [stderr] Checking futures-channel v0.3.31 [INFO] [stderr] Compiling polars-core v0.49.1 [INFO] [stderr] Checking unicode-width v0.2.1 [INFO] [stderr] Compiling fixedbitset v0.5.7 [INFO] [stderr] Compiling time-core v0.1.6 [INFO] [stderr] Checking tower-layer v0.3.3 [INFO] [stderr] Checking adler2 v2.0.1 [INFO] [stderr] Checking unicode-segmentation v1.12.0 [INFO] [stderr] Compiling fastrand v2.3.0 [INFO] [stderr] Checking sync_wrapper v1.0.2 [INFO] [stderr] Checking fallible-streaming-iterator v0.1.9 [INFO] [stderr] Compiling unicode-xid v0.2.6 [INFO] [stderr] Checking deranged v0.5.3 [INFO] [stderr] Checking comfy-table v7.2.1 [INFO] [stderr] Compiling tempfile v3.23.0 [INFO] [stderr] Compiling derive_more-impl v2.0.1 [INFO] [stderr] Checking miniz_oxide v0.8.9 [INFO] [stderr] Compiling time-macros v0.2.24 [INFO] [stderr] Compiling petgraph v0.7.1 [INFO] [stderr] Checking rand_chacha v0.9.0 [INFO] [stderr] Checking value-trait v0.10.1 [INFO] [stderr] Checking digest v0.10.7 [INFO] [stderr] Checking url v2.5.7 [INFO] [stderr] Checking brotli-decompressor v5.0.0 [INFO] [stderr] Checking hyper v1.7.0 [INFO] [stderr] Checking http-body-util v0.1.3 [INFO] [stderr] Compiling bytestring v1.5.0 [INFO] [stderr] Checking uuid v1.18.1 [INFO] [stderr] Checking lz4 v1.28.1 [INFO] [stderr] Checking cpufeatures v0.2.17 [INFO] [stderr] Checking impl-more v0.1.9 [INFO] [stderr] Compiling multimap v0.10.1 [INFO] [stderr] Compiling regex-lite v0.1.7 [INFO] [stderr] Compiling libm v0.2.15 [INFO] [stderr] Checking xxhash-rust v0.8.15 [INFO] [stderr] Checking utf8parse v0.2.2 [INFO] [stderr] Checking boxcar v0.2.14 [INFO] [stderr] Checking time v0.3.44 [INFO] [stderr] Checking anstyle-parse v0.2.7 [INFO] [stderr] Checking brotli v8.0.2 [INFO] [stderr] Compiling actix-router v0.5.3 [INFO] [stderr] Checking hyper-util v0.1.17 [INFO] [stderr] Compiling prost-build v0.14.1 [INFO] [stderr] Checking derive_more v2.0.1 [INFO] [stderr] Checking actix-tls v3.4.0 [INFO] [stderr] Checking sha1 v0.10.6 [INFO] [stderr] Checking axum-core v0.5.2 [INFO] [stderr] Checking simd-json v0.14.3 [INFO] [stderr] Checking rand v0.9.2 [INFO] [stderr] Checking flate2 v1.1.2 [INFO] [stderr] Checking tower v0.5.2 [INFO] [stderr] Checking h2 v0.3.27 [INFO] [stderr] Compiling pbjson-build v0.8.0 [INFO] [stderr] Checking actix-codec v0.5.2 [INFO] [stderr] Checking local-channel v0.1.5 [INFO] [stderr] Compiling pin-project-internal v1.1.10 [INFO] [stderr] Compiling libgit2-sys v0.18.2+1.9.1 [INFO] [stderr] Checking socket2 v0.5.10 [INFO] [stderr] Checking encoding_rs v0.8.35 [INFO] [stderr] Compiling polars-ops v0.49.1 [INFO] [stderr] Checking is_terminal_polyfill v1.70.1 [INFO] [stderr] Checking anstyle v1.0.11 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Checking matchit v0.8.4 [INFO] [stderr] Checking colorchoice v1.0.4 [INFO] [stderr] Checking anstyle-query v1.1.4 [INFO] [stderr] Checking anstream v0.6.20 [INFO] [stderr] Checking axum v0.8.4 [INFO] [stderr] Checking pin-project v1.1.10 [INFO] [stderr] Checking actix-server v2.6.0 [INFO] [stderr] Compiling pbjson-types v0.8.0 [INFO] [stderr] Checking hyper-timeout v0.5.2 [INFO] [stderr] Checking cookie v0.16.2 [INFO] [stderr] Compiling actix-web-codegen v4.3.0 [INFO] [stderr] Checking streaming-decompression v0.1.2 [INFO] [stderr] Checking tokio-stream v0.1.17 [INFO] [stderr] Checking serde_urlencoded v0.7.1 [INFO] [stderr] Compiling actix-macros v0.2.4 [INFO] [stderr] Compiling async-trait v0.1.89 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Checking webpki-roots v1.0.2 [INFO] [stderr] Checking argminmax v0.6.3 [INFO] [stderr] Compiling polars v0.49.1 [INFO] [stderr] Checking home v0.5.11 [INFO] [stderr] Checking polars-parquet-format v0.1.0 [INFO] [stderr] Checking clap_lex v0.7.5 [INFO] [stderr] Checking actix-http v3.11.1 [INFO] [stderr] Checking option-ext v0.2.0 [INFO] [stderr] Checking glob v0.3.3 [INFO] [stderr] Checking clap_builder v4.5.48 [INFO] [stderr] Checking dirs-sys v0.5.0 [INFO] [stderr] Checking hostname v0.3.1 [INFO] [stderr] Checking pbjson v0.8.0 [INFO] [stderr] Compiling clap_derive v4.5.47 [INFO] [stderr] Checking unsafe-libyaml v0.2.11 [INFO] [stderr] Checking openssl-probe v0.1.6 [INFO] [stderr] Checking md5 v0.7.0 [INFO] [stderr] Checking xid v1.1.1 [INFO] [stderr] Checking serde_yaml v0.9.34+deprecated [INFO] [stderr] Checking tonic v0.14.2 [INFO] [stderr] Checking dirs v6.0.0 [INFO] [stderr] Checking webbrowser v1.0.5 [INFO] [stderr] Checking tmp_env v0.1.1 [INFO] [stderr] Checking polars-row v0.49.1 [INFO] [stderr] Checking polars-json v0.49.1 [INFO] [stderr] Checking polars-parquet v0.49.1 [INFO] [stderr] Checking actix-web v4.11.0 [INFO] [stderr] Checking clap v4.5.48 [INFO] [stderr] Checking tonic-prost v0.14.2 [INFO] [stderr] Checking actix-cors v0.7.1 [INFO] [stderr] Checking git2 v0.20.2 [INFO] [stderr] Checking polars-io v0.49.1 [INFO] [stderr] Checking saas-rs-cli v0.3.7 (/opt/rustwide/workdir) [INFO] [stdout] warning: enum `Kind` is never used [INFO] [stdout] --> src/kind.rs:4:10 [INFO] [stdout] | [INFO] [stdout] 4 | pub enum Kind { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `Any` is never constructed [INFO] [stdout] --> src/kind.rs:12:8 [INFO] [stdout] | [INFO] [stdout] 12 | struct Any { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: enum `Kind` is never used [INFO] [stdout] --> src/kind.rs:4:10 [INFO] [stdout] | [INFO] [stdout] 4 | pub enum Kind { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `Any` is never constructed [INFO] [stdout] --> src/kind.rs:12:8 [INFO] [stdout] | [INFO] [stdout] 12 | struct Any { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:5133:42 [INFO] [stdout] | [INFO] [stdout] 5133 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 5134 | | let method = CreateAccountSvc(inner); [INFO] [stdout] 5135 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 5136 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 5146 | | Ok(res) [INFO] [stdout] 5147 | | }; [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, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:5146:25 [INFO] [stdout] | [INFO] [stdout] 5146 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:5176:42 [INFO] [stdout] | [INFO] [stdout] 5176 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 5177 | | let method = CreateApiKeySvc(inner); [INFO] [stdout] 5178 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 5179 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 5189 | | Ok(res) [INFO] [stdout] 5190 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:5189:25 [INFO] [stdout] | [INFO] [stdout] 5189 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:5221:42 [INFO] [stdout] | [INFO] [stdout] 5221 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 5222 | | let method = CreateCheckoutSessionSvc(inner); [INFO] [stdout] 5223 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 5224 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 5234 | | Ok(res) [INFO] [stdout] 5235 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:5234:25 [INFO] [stdout] | [INFO] [stdout] 5234 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:5264:42 [INFO] [stdout] | [INFO] [stdout] 5264 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 5265 | | let method = CreateInviteSvc(inner); [INFO] [stdout] 5266 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 5267 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 5277 | | Ok(res) [INFO] [stdout] 5278 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:5277:25 [INFO] [stdout] | [INFO] [stdout] 5277 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:5307:42 [INFO] [stdout] | [INFO] [stdout] 5307 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 5308 | | let method = CreateIssueSvc(inner); [INFO] [stdout] 5309 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 5310 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 5320 | | Ok(res) [INFO] [stdout] 5321 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:5320:25 [INFO] [stdout] | [INFO] [stdout] 5320 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:5352:42 [INFO] [stdout] | [INFO] [stdout] 5352 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 5353 | | let method = CreateIssueCommentSvc(inner); [INFO] [stdout] 5354 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 5355 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 5365 | | Ok(res) [INFO] [stdout] 5366 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:5365:25 [INFO] [stdout] | [INFO] [stdout] 5365 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:5397:42 [INFO] [stdout] | [INFO] [stdout] 5397 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 5398 | | let method = CreateLinkedAccountSvc(inner); [INFO] [stdout] 5399 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 5400 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 5410 | | Ok(res) [INFO] [stdout] 5411 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:5410:25 [INFO] [stdout] | [INFO] [stdout] 5410 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:5440:42 [INFO] [stdout] | [INFO] [stdout] 5440 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 5441 | | let method = CreatePlanSvc(inner); [INFO] [stdout] 5442 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 5443 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 5453 | | Ok(res) [INFO] [stdout] 5454 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:5453:25 [INFO] [stdout] | [INFO] [stdout] 5453 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:5485:42 [INFO] [stdout] | [INFO] [stdout] 5485 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 5486 | | let method = CreateProjectSvc(inner); [INFO] [stdout] 5487 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 5488 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 5498 | | Ok(res) [INFO] [stdout] 5499 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:5498:25 [INFO] [stdout] | [INFO] [stdout] 5498 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:5530:42 [INFO] [stdout] | [INFO] [stdout] 5530 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 5531 | | let method = CreateServiceSvc(inner); [INFO] [stdout] 5532 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 5533 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 5543 | | Ok(res) [INFO] [stdout] 5544 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:5543:25 [INFO] [stdout] | [INFO] [stdout] 5543 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:5575:42 [INFO] [stdout] | [INFO] [stdout] 5575 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 5576 | | let method = CreateServiceInstanceSvc(inner); [INFO] [stdout] 5577 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 5578 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 5588 | | Ok(res) [INFO] [stdout] 5589 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:5588:25 [INFO] [stdout] | [INFO] [stdout] 5588 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:5618:42 [INFO] [stdout] | [INFO] [stdout] 5618 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 5619 | | let method = CreateSshKeySvc(inner); [INFO] [stdout] 5620 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 5621 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 5631 | | Ok(res) [INFO] [stdout] 5632 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:5631:25 [INFO] [stdout] | [INFO] [stdout] 5631 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:5663:42 [INFO] [stdout] | [INFO] [stdout] 5663 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 5664 | | let method = DeleteAccountSvc(inner); [INFO] [stdout] 5665 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 5666 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 5676 | | Ok(res) [INFO] [stdout] 5677 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:5676:25 [INFO] [stdout] | [INFO] [stdout] 5676 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:5706:42 [INFO] [stdout] | [INFO] [stdout] 5706 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 5707 | | let method = DeleteApiKeySvc(inner); [INFO] [stdout] 5708 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 5709 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 5719 | | Ok(res) [INFO] [stdout] 5720 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:5719:25 [INFO] [stdout] | [INFO] [stdout] 5719 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:5751:42 [INFO] [stdout] | [INFO] [stdout] 5751 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 5752 | | let method = DeleteCheckoutSessionSvc(inner); [INFO] [stdout] 5753 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 5754 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 5764 | | Ok(res) [INFO] [stdout] 5765 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:5764:25 [INFO] [stdout] | [INFO] [stdout] 5764 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:5794:42 [INFO] [stdout] | [INFO] [stdout] 5794 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 5795 | | let method = DeleteFileSvc(inner); [INFO] [stdout] 5796 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 5797 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 5807 | | Ok(res) [INFO] [stdout] 5808 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:5807:25 [INFO] [stdout] | [INFO] [stdout] 5807 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:5837:42 [INFO] [stdout] | [INFO] [stdout] 5837 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 5838 | | let method = DeleteInviteSvc(inner); [INFO] [stdout] 5839 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 5840 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 5850 | | Ok(res) [INFO] [stdout] 5851 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:5850:25 [INFO] [stdout] | [INFO] [stdout] 5850 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:5880:42 [INFO] [stdout] | [INFO] [stdout] 5880 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 5881 | | let method = DeleteIssueSvc(inner); [INFO] [stdout] 5882 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 5883 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 5893 | | Ok(res) [INFO] [stdout] 5894 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:5893:25 [INFO] [stdout] | [INFO] [stdout] 5893 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:5925:42 [INFO] [stdout] | [INFO] [stdout] 5925 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 5926 | | let method = DeleteIssueCommentSvc(inner); [INFO] [stdout] 5927 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 5928 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 5938 | | Ok(res) [INFO] [stdout] 5939 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:5938:25 [INFO] [stdout] | [INFO] [stdout] 5938 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:5970:42 [INFO] [stdout] | [INFO] [stdout] 5970 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 5971 | | let method = DeleteLinkedAccountSvc(inner); [INFO] [stdout] 5972 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 5973 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 5983 | | Ok(res) [INFO] [stdout] 5984 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:5983:25 [INFO] [stdout] | [INFO] [stdout] 5983 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:6013:42 [INFO] [stdout] | [INFO] [stdout] 6013 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 6014 | | let method = DeletePlanSvc(inner); [INFO] [stdout] 6015 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 6016 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 6026 | | Ok(res) [INFO] [stdout] 6027 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:6026:25 [INFO] [stdout] | [INFO] [stdout] 6026 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:6058:42 [INFO] [stdout] | [INFO] [stdout] 6058 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 6059 | | let method = DeleteProjectSvc(inner); [INFO] [stdout] 6060 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 6061 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 6071 | | Ok(res) [INFO] [stdout] 6072 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:6071:25 [INFO] [stdout] | [INFO] [stdout] 6071 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:6103:42 [INFO] [stdout] | [INFO] [stdout] 6103 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 6104 | | let method = DeleteServiceSvc(inner); [INFO] [stdout] 6105 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 6106 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 6116 | | Ok(res) [INFO] [stdout] 6117 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:6116:25 [INFO] [stdout] | [INFO] [stdout] 6116 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:6148:42 [INFO] [stdout] | [INFO] [stdout] 6148 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 6149 | | let method = DeleteServiceInstanceSvc(inner); [INFO] [stdout] 6150 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 6151 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 6161 | | Ok(res) [INFO] [stdout] 6162 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:6161:25 [INFO] [stdout] | [INFO] [stdout] 6161 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:6191:42 [INFO] [stdout] | [INFO] [stdout] 6191 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 6192 | | let method = DeleteSshKeySvc(inner); [INFO] [stdout] 6193 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 6194 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 6204 | | Ok(res) [INFO] [stdout] 6205 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:6204:25 [INFO] [stdout] | [INFO] [stdout] 6204 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:6234:42 [INFO] [stdout] | [INFO] [stdout] 6234 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 6235 | | let method = FindAccountSvc(inner); [INFO] [stdout] 6236 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 6237 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 6247 | | Ok(res) [INFO] [stdout] 6248 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:6247:25 [INFO] [stdout] | [INFO] [stdout] 6247 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:6277:42 [INFO] [stdout] | [INFO] [stdout] 6277 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 6278 | | let method = FindActionSvc(inner); [INFO] [stdout] 6279 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 6280 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 6290 | | Ok(res) [INFO] [stdout] 6291 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:6290:25 [INFO] [stdout] | [INFO] [stdout] 6290 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:6320:42 [INFO] [stdout] | [INFO] [stdout] 6320 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 6321 | | let method = FindApiKeySvc(inner); [INFO] [stdout] 6322 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 6323 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 6333 | | Ok(res) [INFO] [stdout] 6334 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:6333:25 [INFO] [stdout] | [INFO] [stdout] 6333 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:6365:42 [INFO] [stdout] | [INFO] [stdout] 6365 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 6366 | | let method = FindCheckoutSessionSvc(inner); [INFO] [stdout] 6367 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 6368 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 6378 | | Ok(res) [INFO] [stdout] 6379 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:6378:25 [INFO] [stdout] | [INFO] [stdout] 6378 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:6408:42 [INFO] [stdout] | [INFO] [stdout] 6408 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 6409 | | let method = FindFileSvc(inner); [INFO] [stdout] 6410 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 6411 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 6421 | | Ok(res) [INFO] [stdout] 6422 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:6421:25 [INFO] [stdout] | [INFO] [stdout] 6421 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:6453:42 [INFO] [stdout] | [INFO] [stdout] 6453 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 6454 | | let method = FindGeneratorSvc(inner); [INFO] [stdout] 6455 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 6456 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 6466 | | Ok(res) [INFO] [stdout] 6467 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:6466:25 [INFO] [stdout] | [INFO] [stdout] 6466 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:6496:42 [INFO] [stdout] | [INFO] [stdout] 6496 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 6497 | | let method = FindInviteSvc(inner); [INFO] [stdout] 6498 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 6499 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 6509 | | Ok(res) [INFO] [stdout] 6510 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:6509:25 [INFO] [stdout] | [INFO] [stdout] 6509 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:6539:42 [INFO] [stdout] | [INFO] [stdout] 6539 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 6540 | | let method = FindIssueSvc(inner); [INFO] [stdout] 6541 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 6542 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 6552 | | Ok(res) [INFO] [stdout] 6553 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:6552:25 [INFO] [stdout] | [INFO] [stdout] 6552 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:6584:42 [INFO] [stdout] | [INFO] [stdout] 6584 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 6585 | | let method = FindIssueCommentSvc(inner); [INFO] [stdout] 6586 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 6587 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 6597 | | Ok(res) [INFO] [stdout] 6598 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:6597:25 [INFO] [stdout] | [INFO] [stdout] 6597 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:6629:42 [INFO] [stdout] | [INFO] [stdout] 6629 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 6630 | | let method = FindLinkedAccountSvc(inner); [INFO] [stdout] 6631 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 6632 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 6642 | | Ok(res) [INFO] [stdout] 6643 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:6642:25 [INFO] [stdout] | [INFO] [stdout] 6642 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:6672:42 [INFO] [stdout] | [INFO] [stdout] 6672 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 6673 | | let method = FindPlanSvc(inner); [INFO] [stdout] 6674 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 6675 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 6685 | | Ok(res) [INFO] [stdout] 6686 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:6685:25 [INFO] [stdout] | [INFO] [stdout] 6685 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:6715:42 [INFO] [stdout] | [INFO] [stdout] 6715 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 6716 | | let method = FindProjectSvc(inner); [INFO] [stdout] 6717 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 6718 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 6728 | | Ok(res) [INFO] [stdout] 6729 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:6728:25 [INFO] [stdout] | [INFO] [stdout] 6728 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:6758:42 [INFO] [stdout] | [INFO] [stdout] 6758 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 6759 | | let method = FindServiceSvc(inner); [INFO] [stdout] 6760 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 6761 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 6771 | | Ok(res) [INFO] [stdout] 6772 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:6771:25 [INFO] [stdout] | [INFO] [stdout] 6771 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:6803:42 [INFO] [stdout] | [INFO] [stdout] 6803 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 6804 | | let method = FindServiceInstanceSvc(inner); [INFO] [stdout] 6805 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 6806 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 6816 | | Ok(res) [INFO] [stdout] 6817 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:6816:25 [INFO] [stdout] | [INFO] [stdout] 6816 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:6846:42 [INFO] [stdout] | [INFO] [stdout] 6846 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 6847 | | let method = FindSshKeySvc(inner); [INFO] [stdout] 6848 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 6849 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 6859 | | Ok(res) [INFO] [stdout] 6860 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:6859:25 [INFO] [stdout] | [INFO] [stdout] 6859 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:6891:42 [INFO] [stdout] | [INFO] [stdout] 6891 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 6892 | | let method = FindManyAccountsSvc(inner); [INFO] [stdout] 6893 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 6894 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 6904 | | Ok(res) [INFO] [stdout] 6905 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:6904:25 [INFO] [stdout] | [INFO] [stdout] 6904 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:6936:42 [INFO] [stdout] | [INFO] [stdout] 6936 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 6937 | | let method = FindManyActionsSvc(inner); [INFO] [stdout] 6938 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 6939 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 6949 | | Ok(res) [INFO] [stdout] 6950 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:6949:25 [INFO] [stdout] | [INFO] [stdout] 6949 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:6981:42 [INFO] [stdout] | [INFO] [stdout] 6981 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 6982 | | let method = FindManyApiKeysSvc(inner); [INFO] [stdout] 6983 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 6984 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 6994 | | Ok(res) [INFO] [stdout] 6995 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:6994:25 [INFO] [stdout] | [INFO] [stdout] 6994 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:7026:42 [INFO] [stdout] | [INFO] [stdout] 7026 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 7027 | | let method = FindManyFilesSvc(inner); [INFO] [stdout] 7028 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 7029 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 7039 | | Ok(res) [INFO] [stdout] 7040 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:7039:25 [INFO] [stdout] | [INFO] [stdout] 7039 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:7071:42 [INFO] [stdout] | [INFO] [stdout] 7071 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 7072 | | let method = FindManyGeneratorsSvc(inner); [INFO] [stdout] 7073 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 7074 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 7084 | | Ok(res) [INFO] [stdout] 7085 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:7084:25 [INFO] [stdout] | [INFO] [stdout] 7084 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:7116:42 [INFO] [stdout] | [INFO] [stdout] 7116 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 7117 | | let method = FindManyInvitesSvc(inner); [INFO] [stdout] 7118 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 7119 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 7129 | | Ok(res) [INFO] [stdout] 7130 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:7129:25 [INFO] [stdout] | [INFO] [stdout] 7129 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:7161:42 [INFO] [stdout] | [INFO] [stdout] 7161 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 7162 | | let method = FindManyIssueCommentsSvc(inner); [INFO] [stdout] 7163 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 7164 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 7174 | | Ok(res) [INFO] [stdout] 7175 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:7174:25 [INFO] [stdout] | [INFO] [stdout] 7174 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:7206:42 [INFO] [stdout] | [INFO] [stdout] 7206 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 7207 | | let method = FindManyIssuesSvc(inner); [INFO] [stdout] 7208 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 7209 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 7219 | | Ok(res) [INFO] [stdout] 7220 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:7219:25 [INFO] [stdout] | [INFO] [stdout] 7219 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:7252:42 [INFO] [stdout] | [INFO] [stdout] 7252 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 7253 | | let method = FindManyLinkedAccountsSvc(inner); [INFO] [stdout] 7254 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 7255 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 7265 | | Ok(res) [INFO] [stdout] 7266 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:7265:25 [INFO] [stdout] | [INFO] [stdout] 7265 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:7297:42 [INFO] [stdout] | [INFO] [stdout] 7297 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 7298 | | let method = FindManyPlansSvc(inner); [INFO] [stdout] 7299 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 7300 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 7310 | | Ok(res) [INFO] [stdout] 7311 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:7310:25 [INFO] [stdout] | [INFO] [stdout] 7310 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:7342:42 [INFO] [stdout] | [INFO] [stdout] 7342 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 7343 | | let method = FindManyProjectsSvc(inner); [INFO] [stdout] 7344 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 7345 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 7355 | | Ok(res) [INFO] [stdout] 7356 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:7355:25 [INFO] [stdout] | [INFO] [stdout] 7355 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:7390:42 [INFO] [stdout] | [INFO] [stdout] 7390 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 7391 | | let method = FindManyServiceInstancesSvc(inner); [INFO] [stdout] 7392 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 7393 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 7403 | | Ok(res) [INFO] [stdout] 7404 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:7403:25 [INFO] [stdout] | [INFO] [stdout] 7403 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:7435:42 [INFO] [stdout] | [INFO] [stdout] 7435 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 7436 | | let method = FindManyServicesSvc(inner); [INFO] [stdout] 7437 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 7438 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 7448 | | Ok(res) [INFO] [stdout] 7449 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:7448:25 [INFO] [stdout] | [INFO] [stdout] 7448 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:7480:42 [INFO] [stdout] | [INFO] [stdout] 7480 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 7481 | | let method = FindManySshKeysSvc(inner); [INFO] [stdout] 7482 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 7483 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 7493 | | Ok(res) [INFO] [stdout] 7494 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:7493:25 [INFO] [stdout] | [INFO] [stdout] 7493 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:7523:42 [INFO] [stdout] | [INFO] [stdout] 7523 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 7524 | | let method = GenerateSvc(inner); [INFO] [stdout] 7525 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 7526 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 7536 | | Ok(res) [INFO] [stdout] 7537 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:7536:25 [INFO] [stdout] | [INFO] [stdout] 7536 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:7568:42 [INFO] [stdout] | [INFO] [stdout] 7568 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 7569 | | let method = GetServerInfoSvc(inner); [INFO] [stdout] 7570 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 7571 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 7581 | | Ok(res) [INFO] [stdout] 7582 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:7581:25 [INFO] [stdout] | [INFO] [stdout] 7581 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:7611:42 [INFO] [stdout] | [INFO] [stdout] 7611 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 7612 | | let method = ImportSvc(inner); [INFO] [stdout] 7613 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 7614 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 7624 | | Ok(res) [INFO] [stdout] 7625 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:7624:25 [INFO] [stdout] | [INFO] [stdout] 7624 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:7654:42 [INFO] [stdout] | [INFO] [stdout] 7654 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 7655 | | let method = LoginSvc(inner); [INFO] [stdout] 7656 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 7657 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 7667 | | Ok(res) [INFO] [stdout] 7668 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:7667:25 [INFO] [stdout] | [INFO] [stdout] 7667 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:7697:42 [INFO] [stdout] | [INFO] [stdout] 7697 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 7698 | | let method = PingSvc(inner); [INFO] [stdout] 7699 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 7700 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 7710 | | Ok(res) [INFO] [stdout] 7711 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:7710:25 [INFO] [stdout] | [INFO] [stdout] 7710 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:7742:42 [INFO] [stdout] | [INFO] [stdout] 7742 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 7743 | | let method = UpdateAccountSvc(inner); [INFO] [stdout] 7744 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 7745 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 7755 | | Ok(res) [INFO] [stdout] 7756 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:7755:25 [INFO] [stdout] | [INFO] [stdout] 7755 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:7785:42 [INFO] [stdout] | [INFO] [stdout] 7785 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 7786 | | let method = UpdateApiKeySvc(inner); [INFO] [stdout] 7787 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 7788 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 7798 | | Ok(res) [INFO] [stdout] 7799 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:7798:25 [INFO] [stdout] | [INFO] [stdout] 7798 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:7830:42 [INFO] [stdout] | [INFO] [stdout] 7830 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 7831 | | let method = UpdateCheckoutSessionSvc(inner); [INFO] [stdout] 7832 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 7833 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 7843 | | Ok(res) [INFO] [stdout] 7844 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:7843:25 [INFO] [stdout] | [INFO] [stdout] 7843 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:7873:42 [INFO] [stdout] | [INFO] [stdout] 7873 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 7874 | | let method = UpdateFileSvc(inner); [INFO] [stdout] 7875 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 7876 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 7886 | | Ok(res) [INFO] [stdout] 7887 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:7886:25 [INFO] [stdout] | [INFO] [stdout] 7886 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:7916:42 [INFO] [stdout] | [INFO] [stdout] 7916 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 7917 | | let method = UpdateInviteSvc(inner); [INFO] [stdout] 7918 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 7919 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 7929 | | Ok(res) [INFO] [stdout] 7930 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:7929:25 [INFO] [stdout] | [INFO] [stdout] 7929 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:7959:42 [INFO] [stdout] | [INFO] [stdout] 7959 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 7960 | | let method = UpdateIssueSvc(inner); [INFO] [stdout] 7961 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 7962 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 7972 | | Ok(res) [INFO] [stdout] 7973 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:7972:25 [INFO] [stdout] | [INFO] [stdout] 7972 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:8004:42 [INFO] [stdout] | [INFO] [stdout] 8004 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 8005 | | let method = UpdateIssueCommentSvc(inner); [INFO] [stdout] 8006 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 8007 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 8017 | | Ok(res) [INFO] [stdout] 8018 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:8017:25 [INFO] [stdout] | [INFO] [stdout] 8017 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:8049:42 [INFO] [stdout] | [INFO] [stdout] 8049 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 8050 | | let method = UpdateLinkedAccountSvc(inner); [INFO] [stdout] 8051 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 8052 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 8062 | | Ok(res) [INFO] [stdout] 8063 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:8062:25 [INFO] [stdout] | [INFO] [stdout] 8062 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:8092:42 [INFO] [stdout] | [INFO] [stdout] 8092 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 8093 | | let method = UpdatePlanSvc(inner); [INFO] [stdout] 8094 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 8095 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 8105 | | Ok(res) [INFO] [stdout] 8106 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:8105:25 [INFO] [stdout] | [INFO] [stdout] 8105 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:8137:42 [INFO] [stdout] | [INFO] [stdout] 8137 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 8138 | | let method = UpdateProjectSvc(inner); [INFO] [stdout] 8139 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 8140 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 8150 | | Ok(res) [INFO] [stdout] 8151 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:8150:25 [INFO] [stdout] | [INFO] [stdout] 8150 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:8182:42 [INFO] [stdout] | [INFO] [stdout] 8182 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 8183 | | let method = UpdateServiceSvc(inner); [INFO] [stdout] 8184 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 8185 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 8195 | | Ok(res) [INFO] [stdout] 8196 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:8195:25 [INFO] [stdout] | [INFO] [stdout] 8195 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:8227:42 [INFO] [stdout] | [INFO] [stdout] 8227 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 8228 | | let method = UpdateServiceInstanceSvc(inner); [INFO] [stdout] 8229 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 8230 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 8240 | | Ok(res) [INFO] [stdout] 8241 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:8240:25 [INFO] [stdout] | [INFO] [stdout] 8240 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:8270:42 [INFO] [stdout] | [INFO] [stdout] 8270 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 8271 | | let method = UpdateSshKeySvc(inner); [INFO] [stdout] 8272 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 8273 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 8283 | | Ok(res) [INFO] [stdout] 8284 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:8283:25 [INFO] [stdout] | [INFO] [stdout] 8283 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:8315:42 [INFO] [stdout] | [INFO] [stdout] 8315 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 8316 | | let method = ValidateAccountSvc(inner); [INFO] [stdout] 8317 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 8318 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 8328 | | Ok(res) [INFO] [stdout] 8329 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:8328:25 [INFO] [stdout] | [INFO] [stdout] 8328 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:8360:42 [INFO] [stdout] | [INFO] [stdout] 8360 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 8361 | | let method = ValidateApiKeySvc(inner); [INFO] [stdout] 8362 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 8363 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 8373 | | Ok(res) [INFO] [stdout] 8374 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:8373:25 [INFO] [stdout] | [INFO] [stdout] 8373 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:8408:42 [INFO] [stdout] | [INFO] [stdout] 8408 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 8409 | | let method = ValidateCheckoutSessionSvc(inner); [INFO] [stdout] 8410 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 8411 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 8421 | | Ok(res) [INFO] [stdout] 8422 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:8421:25 [INFO] [stdout] | [INFO] [stdout] 8421 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:8453:42 [INFO] [stdout] | [INFO] [stdout] 8453 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 8454 | | let method = ValidateInviteSvc(inner); [INFO] [stdout] 8455 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 8456 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 8466 | | Ok(res) [INFO] [stdout] 8467 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:8466:25 [INFO] [stdout] | [INFO] [stdout] 8466 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:8498:42 [INFO] [stdout] | [INFO] [stdout] 8498 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 8499 | | let method = ValidateIssueSvc(inner); [INFO] [stdout] 8500 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 8501 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 8511 | | Ok(res) [INFO] [stdout] 8512 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:8511:25 [INFO] [stdout] | [INFO] [stdout] 8511 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:8543:42 [INFO] [stdout] | [INFO] [stdout] 8543 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 8544 | | let method = ValidateIssueCommentSvc(inner); [INFO] [stdout] 8545 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 8546 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 8556 | | Ok(res) [INFO] [stdout] 8557 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:8556:25 [INFO] [stdout] | [INFO] [stdout] 8556 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:8588:42 [INFO] [stdout] | [INFO] [stdout] 8588 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 8589 | | let method = ValidateLinkedAccountSvc(inner); [INFO] [stdout] 8590 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 8591 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 8601 | | Ok(res) [INFO] [stdout] 8602 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:8601:25 [INFO] [stdout] | [INFO] [stdout] 8601 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:8631:42 [INFO] [stdout] | [INFO] [stdout] 8631 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 8632 | | let method = ValidatePlanSvc(inner); [INFO] [stdout] 8633 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 8634 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 8644 | | Ok(res) [INFO] [stdout] 8645 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:8644:25 [INFO] [stdout] | [INFO] [stdout] 8644 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:8676:42 [INFO] [stdout] | [INFO] [stdout] 8676 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 8677 | | let method = ValidateProjectSvc(inner); [INFO] [stdout] 8678 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 8679 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 8689 | | Ok(res) [INFO] [stdout] 8690 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:8689:25 [INFO] [stdout] | [INFO] [stdout] 8689 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:8721:42 [INFO] [stdout] | [INFO] [stdout] 8721 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 8722 | | let method = ValidateServiceSvc(inner); [INFO] [stdout] 8723 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 8724 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 8734 | | Ok(res) [INFO] [stdout] 8735 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:8734:25 [INFO] [stdout] | [INFO] [stdout] 8734 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:8769:42 [INFO] [stdout] | [INFO] [stdout] 8769 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 8770 | | let method = ValidateServiceInstanceSvc(inner); [INFO] [stdout] 8771 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 8772 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 8782 | | Ok(res) [INFO] [stdout] 8783 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:8782:25 [INFO] [stdout] | [INFO] [stdout] 8782 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:8814:42 [INFO] [stdout] | [INFO] [stdout] 8814 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 8815 | | let method = ValidateSshKeySvc(inner); [INFO] [stdout] 8816 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 8817 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 8827 | | Ok(res) [INFO] [stdout] 8828 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:8827:25 [INFO] [stdout] | [INFO] [stdout] 8827 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:8860:42 [INFO] [stdout] | [INFO] [stdout] 8860 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 8861 | | let method = DownloadFileSvc(inner); [INFO] [stdout] 8862 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 8863 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 8873 | | Ok(res) [INFO] [stdout] 8874 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:8873:25 [INFO] [stdout] | [INFO] [stdout] 8873 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:8907:42 [INFO] [stdout] | [INFO] [stdout] 8907 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 8908 | | let method = UploadFileSvc(inner); [INFO] [stdout] 8909 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 8910 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 8920 | | Ok(res) [INFO] [stdout] 8921 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:8920:25 [INFO] [stdout] | [INFO] [stdout] 8920 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:8925:41 [INFO] [stdout] | [INFO] [stdout] 8925 | Box::pin(async move { [INFO] [stdout] | _________________________________________^ [INFO] [stdout] 8926 | | let mut response = http::Response::new( [INFO] [stdout] 8927 | | tonic::body::Body::default(), [INFO] [stdout] 8928 | | ); [INFO] [stdout] ... | [INFO] [stdout] 8940 | | Ok(response) [INFO] [stdout] 8941 | | }) [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:8940:25 [INFO] [stdout] | [INFO] [stdout] 8940 | Ok(response) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:5133:42 [INFO] [stdout] | [INFO] [stdout] 5133 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 5134 | | let method = CreateAccountSvc(inner); [INFO] [stdout] 5135 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 5136 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 5146 | | Ok(res) [INFO] [stdout] 5147 | | }; [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, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:5146:25 [INFO] [stdout] | [INFO] [stdout] 5146 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:5176:42 [INFO] [stdout] | [INFO] [stdout] 5176 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 5177 | | let method = CreateApiKeySvc(inner); [INFO] [stdout] 5178 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 5179 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 5189 | | Ok(res) [INFO] [stdout] 5190 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:5189:25 [INFO] [stdout] | [INFO] [stdout] 5189 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:5221:42 [INFO] [stdout] | [INFO] [stdout] 5221 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 5222 | | let method = CreateCheckoutSessionSvc(inner); [INFO] [stdout] 5223 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 5224 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 5234 | | Ok(res) [INFO] [stdout] 5235 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:5234:25 [INFO] [stdout] | [INFO] [stdout] 5234 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:5264:42 [INFO] [stdout] | [INFO] [stdout] 5264 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 5265 | | let method = CreateInviteSvc(inner); [INFO] [stdout] 5266 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 5267 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 5277 | | Ok(res) [INFO] [stdout] 5278 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:5277:25 [INFO] [stdout] | [INFO] [stdout] 5277 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:5307:42 [INFO] [stdout] | [INFO] [stdout] 5307 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 5308 | | let method = CreateIssueSvc(inner); [INFO] [stdout] 5309 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 5310 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 5320 | | Ok(res) [INFO] [stdout] 5321 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:5320:25 [INFO] [stdout] | [INFO] [stdout] 5320 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:5352:42 [INFO] [stdout] | [INFO] [stdout] 5352 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 5353 | | let method = CreateIssueCommentSvc(inner); [INFO] [stdout] 5354 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 5355 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 5365 | | Ok(res) [INFO] [stdout] 5366 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:5365:25 [INFO] [stdout] | [INFO] [stdout] 5365 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:5397:42 [INFO] [stdout] | [INFO] [stdout] 5397 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 5398 | | let method = CreateLinkedAccountSvc(inner); [INFO] [stdout] 5399 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 5400 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 5410 | | Ok(res) [INFO] [stdout] 5411 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:5410:25 [INFO] [stdout] | [INFO] [stdout] 5410 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:5440:42 [INFO] [stdout] | [INFO] [stdout] 5440 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 5441 | | let method = CreatePlanSvc(inner); [INFO] [stdout] 5442 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 5443 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 5453 | | Ok(res) [INFO] [stdout] 5454 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:5453:25 [INFO] [stdout] | [INFO] [stdout] 5453 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:5485:42 [INFO] [stdout] | [INFO] [stdout] 5485 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 5486 | | let method = CreateProjectSvc(inner); [INFO] [stdout] 5487 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 5488 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 5498 | | Ok(res) [INFO] [stdout] 5499 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:5498:25 [INFO] [stdout] | [INFO] [stdout] 5498 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:5530:42 [INFO] [stdout] | [INFO] [stdout] 5530 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 5531 | | let method = CreateServiceSvc(inner); [INFO] [stdout] 5532 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 5533 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 5543 | | Ok(res) [INFO] [stdout] 5544 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:5543:25 [INFO] [stdout] | [INFO] [stdout] 5543 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:5575:42 [INFO] [stdout] | [INFO] [stdout] 5575 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 5576 | | let method = CreateServiceInstanceSvc(inner); [INFO] [stdout] 5577 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 5578 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 5588 | | Ok(res) [INFO] [stdout] 5589 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:5588:25 [INFO] [stdout] | [INFO] [stdout] 5588 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:5618:42 [INFO] [stdout] | [INFO] [stdout] 5618 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 5619 | | let method = CreateSshKeySvc(inner); [INFO] [stdout] 5620 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 5621 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 5631 | | Ok(res) [INFO] [stdout] 5632 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:5631:25 [INFO] [stdout] | [INFO] [stdout] 5631 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:5663:42 [INFO] [stdout] | [INFO] [stdout] 5663 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 5664 | | let method = DeleteAccountSvc(inner); [INFO] [stdout] 5665 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 5666 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 5676 | | Ok(res) [INFO] [stdout] 5677 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:5676:25 [INFO] [stdout] | [INFO] [stdout] 5676 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:5706:42 [INFO] [stdout] | [INFO] [stdout] 5706 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 5707 | | let method = DeleteApiKeySvc(inner); [INFO] [stdout] 5708 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 5709 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 5719 | | Ok(res) [INFO] [stdout] 5720 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:5719:25 [INFO] [stdout] | [INFO] [stdout] 5719 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:5751:42 [INFO] [stdout] | [INFO] [stdout] 5751 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 5752 | | let method = DeleteCheckoutSessionSvc(inner); [INFO] [stdout] 5753 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 5754 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 5764 | | Ok(res) [INFO] [stdout] 5765 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:5764:25 [INFO] [stdout] | [INFO] [stdout] 5764 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:5794:42 [INFO] [stdout] | [INFO] [stdout] 5794 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 5795 | | let method = DeleteFileSvc(inner); [INFO] [stdout] 5796 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 5797 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 5807 | | Ok(res) [INFO] [stdout] 5808 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:5807:25 [INFO] [stdout] | [INFO] [stdout] 5807 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:5837:42 [INFO] [stdout] | [INFO] [stdout] 5837 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 5838 | | let method = DeleteInviteSvc(inner); [INFO] [stdout] 5839 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 5840 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 5850 | | Ok(res) [INFO] [stdout] 5851 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:5850:25 [INFO] [stdout] | [INFO] [stdout] 5850 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:5880:42 [INFO] [stdout] | [INFO] [stdout] 5880 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 5881 | | let method = DeleteIssueSvc(inner); [INFO] [stdout] 5882 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 5883 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 5893 | | Ok(res) [INFO] [stdout] 5894 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:5893:25 [INFO] [stdout] | [INFO] [stdout] 5893 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:5925:42 [INFO] [stdout] | [INFO] [stdout] 5925 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 5926 | | let method = DeleteIssueCommentSvc(inner); [INFO] [stdout] 5927 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 5928 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 5938 | | Ok(res) [INFO] [stdout] 5939 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:5938:25 [INFO] [stdout] | [INFO] [stdout] 5938 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:5970:42 [INFO] [stdout] | [INFO] [stdout] 5970 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 5971 | | let method = DeleteLinkedAccountSvc(inner); [INFO] [stdout] 5972 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 5973 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 5983 | | Ok(res) [INFO] [stdout] 5984 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:5983:25 [INFO] [stdout] | [INFO] [stdout] 5983 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:6013:42 [INFO] [stdout] | [INFO] [stdout] 6013 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 6014 | | let method = DeletePlanSvc(inner); [INFO] [stdout] 6015 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 6016 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 6026 | | Ok(res) [INFO] [stdout] 6027 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:6026:25 [INFO] [stdout] | [INFO] [stdout] 6026 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:6058:42 [INFO] [stdout] | [INFO] [stdout] 6058 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 6059 | | let method = DeleteProjectSvc(inner); [INFO] [stdout] 6060 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 6061 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 6071 | | Ok(res) [INFO] [stdout] 6072 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:6071:25 [INFO] [stdout] | [INFO] [stdout] 6071 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:6103:42 [INFO] [stdout] | [INFO] [stdout] 6103 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 6104 | | let method = DeleteServiceSvc(inner); [INFO] [stdout] 6105 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 6106 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 6116 | | Ok(res) [INFO] [stdout] 6117 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:6116:25 [INFO] [stdout] | [INFO] [stdout] 6116 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:6148:42 [INFO] [stdout] | [INFO] [stdout] 6148 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 6149 | | let method = DeleteServiceInstanceSvc(inner); [INFO] [stdout] 6150 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 6151 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 6161 | | Ok(res) [INFO] [stdout] 6162 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:6161:25 [INFO] [stdout] | [INFO] [stdout] 6161 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:6191:42 [INFO] [stdout] | [INFO] [stdout] 6191 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 6192 | | let method = DeleteSshKeySvc(inner); [INFO] [stdout] 6193 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 6194 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 6204 | | Ok(res) [INFO] [stdout] 6205 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:6204:25 [INFO] [stdout] | [INFO] [stdout] 6204 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:6234:42 [INFO] [stdout] | [INFO] [stdout] 6234 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 6235 | | let method = FindAccountSvc(inner); [INFO] [stdout] 6236 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 6237 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 6247 | | Ok(res) [INFO] [stdout] 6248 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:6247:25 [INFO] [stdout] | [INFO] [stdout] 6247 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:6277:42 [INFO] [stdout] | [INFO] [stdout] 6277 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 6278 | | let method = FindActionSvc(inner); [INFO] [stdout] 6279 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 6280 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 6290 | | Ok(res) [INFO] [stdout] 6291 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:6290:25 [INFO] [stdout] | [INFO] [stdout] 6290 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:6320:42 [INFO] [stdout] | [INFO] [stdout] 6320 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 6321 | | let method = FindApiKeySvc(inner); [INFO] [stdout] 6322 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 6323 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 6333 | | Ok(res) [INFO] [stdout] 6334 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:6333:25 [INFO] [stdout] | [INFO] [stdout] 6333 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:6365:42 [INFO] [stdout] | [INFO] [stdout] 6365 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 6366 | | let method = FindCheckoutSessionSvc(inner); [INFO] [stdout] 6367 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 6368 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 6378 | | Ok(res) [INFO] [stdout] 6379 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:6378:25 [INFO] [stdout] | [INFO] [stdout] 6378 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:6408:42 [INFO] [stdout] | [INFO] [stdout] 6408 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 6409 | | let method = FindFileSvc(inner); [INFO] [stdout] 6410 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 6411 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 6421 | | Ok(res) [INFO] [stdout] 6422 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:6421:25 [INFO] [stdout] | [INFO] [stdout] 6421 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:6453:42 [INFO] [stdout] | [INFO] [stdout] 6453 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 6454 | | let method = FindGeneratorSvc(inner); [INFO] [stdout] 6455 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 6456 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 6466 | | Ok(res) [INFO] [stdout] 6467 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:6466:25 [INFO] [stdout] | [INFO] [stdout] 6466 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:6496:42 [INFO] [stdout] | [INFO] [stdout] 6496 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 6497 | | let method = FindInviteSvc(inner); [INFO] [stdout] 6498 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 6499 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 6509 | | Ok(res) [INFO] [stdout] 6510 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:6509:25 [INFO] [stdout] | [INFO] [stdout] 6509 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:6539:42 [INFO] [stdout] | [INFO] [stdout] 6539 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 6540 | | let method = FindIssueSvc(inner); [INFO] [stdout] 6541 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 6542 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 6552 | | Ok(res) [INFO] [stdout] 6553 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:6552:25 [INFO] [stdout] | [INFO] [stdout] 6552 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:6584:42 [INFO] [stdout] | [INFO] [stdout] 6584 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 6585 | | let method = FindIssueCommentSvc(inner); [INFO] [stdout] 6586 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 6587 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 6597 | | Ok(res) [INFO] [stdout] 6598 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:6597:25 [INFO] [stdout] | [INFO] [stdout] 6597 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:6629:42 [INFO] [stdout] | [INFO] [stdout] 6629 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 6630 | | let method = FindLinkedAccountSvc(inner); [INFO] [stdout] 6631 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 6632 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 6642 | | Ok(res) [INFO] [stdout] 6643 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:6642:25 [INFO] [stdout] | [INFO] [stdout] 6642 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:6672:42 [INFO] [stdout] | [INFO] [stdout] 6672 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 6673 | | let method = FindPlanSvc(inner); [INFO] [stdout] 6674 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 6675 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 6685 | | Ok(res) [INFO] [stdout] 6686 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:6685:25 [INFO] [stdout] | [INFO] [stdout] 6685 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:6715:42 [INFO] [stdout] | [INFO] [stdout] 6715 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 6716 | | let method = FindProjectSvc(inner); [INFO] [stdout] 6717 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 6718 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 6728 | | Ok(res) [INFO] [stdout] 6729 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:6728:25 [INFO] [stdout] | [INFO] [stdout] 6728 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:6758:42 [INFO] [stdout] | [INFO] [stdout] 6758 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 6759 | | let method = FindServiceSvc(inner); [INFO] [stdout] 6760 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 6761 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 6771 | | Ok(res) [INFO] [stdout] 6772 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:6771:25 [INFO] [stdout] | [INFO] [stdout] 6771 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:6803:42 [INFO] [stdout] | [INFO] [stdout] 6803 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 6804 | | let method = FindServiceInstanceSvc(inner); [INFO] [stdout] 6805 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 6806 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 6816 | | Ok(res) [INFO] [stdout] 6817 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:6816:25 [INFO] [stdout] | [INFO] [stdout] 6816 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:6846:42 [INFO] [stdout] | [INFO] [stdout] 6846 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 6847 | | let method = FindSshKeySvc(inner); [INFO] [stdout] 6848 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 6849 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 6859 | | Ok(res) [INFO] [stdout] 6860 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:6859:25 [INFO] [stdout] | [INFO] [stdout] 6859 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:6891:42 [INFO] [stdout] | [INFO] [stdout] 6891 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 6892 | | let method = FindManyAccountsSvc(inner); [INFO] [stdout] 6893 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 6894 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 6904 | | Ok(res) [INFO] [stdout] 6905 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:6904:25 [INFO] [stdout] | [INFO] [stdout] 6904 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:6936:42 [INFO] [stdout] | [INFO] [stdout] 6936 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 6937 | | let method = FindManyActionsSvc(inner); [INFO] [stdout] 6938 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 6939 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 6949 | | Ok(res) [INFO] [stdout] 6950 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:6949:25 [INFO] [stdout] | [INFO] [stdout] 6949 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:6981:42 [INFO] [stdout] | [INFO] [stdout] 6981 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 6982 | | let method = FindManyApiKeysSvc(inner); [INFO] [stdout] 6983 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 6984 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 6994 | | Ok(res) [INFO] [stdout] 6995 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:6994:25 [INFO] [stdout] | [INFO] [stdout] 6994 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:7026:42 [INFO] [stdout] | [INFO] [stdout] 7026 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 7027 | | let method = FindManyFilesSvc(inner); [INFO] [stdout] 7028 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 7029 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 7039 | | Ok(res) [INFO] [stdout] 7040 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:7039:25 [INFO] [stdout] | [INFO] [stdout] 7039 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:7071:42 [INFO] [stdout] | [INFO] [stdout] 7071 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 7072 | | let method = FindManyGeneratorsSvc(inner); [INFO] [stdout] 7073 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 7074 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 7084 | | Ok(res) [INFO] [stdout] 7085 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:7084:25 [INFO] [stdout] | [INFO] [stdout] 7084 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:7116:42 [INFO] [stdout] | [INFO] [stdout] 7116 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 7117 | | let method = FindManyInvitesSvc(inner); [INFO] [stdout] 7118 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 7119 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 7129 | | Ok(res) [INFO] [stdout] 7130 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:7129:25 [INFO] [stdout] | [INFO] [stdout] 7129 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:7161:42 [INFO] [stdout] | [INFO] [stdout] 7161 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 7162 | | let method = FindManyIssueCommentsSvc(inner); [INFO] [stdout] 7163 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 7164 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 7174 | | Ok(res) [INFO] [stdout] 7175 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:7174:25 [INFO] [stdout] | [INFO] [stdout] 7174 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:7206:42 [INFO] [stdout] | [INFO] [stdout] 7206 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 7207 | | let method = FindManyIssuesSvc(inner); [INFO] [stdout] 7208 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 7209 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 7219 | | Ok(res) [INFO] [stdout] 7220 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:7219:25 [INFO] [stdout] | [INFO] [stdout] 7219 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:7252:42 [INFO] [stdout] | [INFO] [stdout] 7252 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 7253 | | let method = FindManyLinkedAccountsSvc(inner); [INFO] [stdout] 7254 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 7255 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 7265 | | Ok(res) [INFO] [stdout] 7266 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:7265:25 [INFO] [stdout] | [INFO] [stdout] 7265 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:7297:42 [INFO] [stdout] | [INFO] [stdout] 7297 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 7298 | | let method = FindManyPlansSvc(inner); [INFO] [stdout] 7299 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 7300 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 7310 | | Ok(res) [INFO] [stdout] 7311 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:7310:25 [INFO] [stdout] | [INFO] [stdout] 7310 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:7342:42 [INFO] [stdout] | [INFO] [stdout] 7342 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 7343 | | let method = FindManyProjectsSvc(inner); [INFO] [stdout] 7344 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 7345 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 7355 | | Ok(res) [INFO] [stdout] 7356 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:7355:25 [INFO] [stdout] | [INFO] [stdout] 7355 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:7390:42 [INFO] [stdout] | [INFO] [stdout] 7390 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 7391 | | let method = FindManyServiceInstancesSvc(inner); [INFO] [stdout] 7392 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 7393 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 7403 | | Ok(res) [INFO] [stdout] 7404 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:7403:25 [INFO] [stdout] | [INFO] [stdout] 7403 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:7435:42 [INFO] [stdout] | [INFO] [stdout] 7435 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 7436 | | let method = FindManyServicesSvc(inner); [INFO] [stdout] 7437 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 7438 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 7448 | | Ok(res) [INFO] [stdout] 7449 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:7448:25 [INFO] [stdout] | [INFO] [stdout] 7448 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:7480:42 [INFO] [stdout] | [INFO] [stdout] 7480 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 7481 | | let method = FindManySshKeysSvc(inner); [INFO] [stdout] 7482 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 7483 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 7493 | | Ok(res) [INFO] [stdout] 7494 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:7493:25 [INFO] [stdout] | [INFO] [stdout] 7493 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:7523:42 [INFO] [stdout] | [INFO] [stdout] 7523 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 7524 | | let method = GenerateSvc(inner); [INFO] [stdout] 7525 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 7526 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 7536 | | Ok(res) [INFO] [stdout] 7537 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:7536:25 [INFO] [stdout] | [INFO] [stdout] 7536 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:7568:42 [INFO] [stdout] | [INFO] [stdout] 7568 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 7569 | | let method = GetServerInfoSvc(inner); [INFO] [stdout] 7570 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 7571 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 7581 | | Ok(res) [INFO] [stdout] 7582 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:7581:25 [INFO] [stdout] | [INFO] [stdout] 7581 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:7611:42 [INFO] [stdout] | [INFO] [stdout] 7611 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 7612 | | let method = ImportSvc(inner); [INFO] [stdout] 7613 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 7614 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 7624 | | Ok(res) [INFO] [stdout] 7625 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:7624:25 [INFO] [stdout] | [INFO] [stdout] 7624 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:7654:42 [INFO] [stdout] | [INFO] [stdout] 7654 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 7655 | | let method = LoginSvc(inner); [INFO] [stdout] 7656 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 7657 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 7667 | | Ok(res) [INFO] [stdout] 7668 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:7667:25 [INFO] [stdout] | [INFO] [stdout] 7667 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:7697:42 [INFO] [stdout] | [INFO] [stdout] 7697 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 7698 | | let method = PingSvc(inner); [INFO] [stdout] 7699 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 7700 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 7710 | | Ok(res) [INFO] [stdout] 7711 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:7710:25 [INFO] [stdout] | [INFO] [stdout] 7710 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:7742:42 [INFO] [stdout] | [INFO] [stdout] 7742 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 7743 | | let method = UpdateAccountSvc(inner); [INFO] [stdout] 7744 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 7745 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 7755 | | Ok(res) [INFO] [stdout] 7756 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:7755:25 [INFO] [stdout] | [INFO] [stdout] 7755 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:7785:42 [INFO] [stdout] | [INFO] [stdout] 7785 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 7786 | | let method = UpdateApiKeySvc(inner); [INFO] [stdout] 7787 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 7788 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 7798 | | Ok(res) [INFO] [stdout] 7799 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:7798:25 [INFO] [stdout] | [INFO] [stdout] 7798 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:7830:42 [INFO] [stdout] | [INFO] [stdout] 7830 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 7831 | | let method = UpdateCheckoutSessionSvc(inner); [INFO] [stdout] 7832 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 7833 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 7843 | | Ok(res) [INFO] [stdout] 7844 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:7843:25 [INFO] [stdout] | [INFO] [stdout] 7843 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:7873:42 [INFO] [stdout] | [INFO] [stdout] 7873 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 7874 | | let method = UpdateFileSvc(inner); [INFO] [stdout] 7875 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 7876 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 7886 | | Ok(res) [INFO] [stdout] 7887 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:7886:25 [INFO] [stdout] | [INFO] [stdout] 7886 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:7916:42 [INFO] [stdout] | [INFO] [stdout] 7916 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 7917 | | let method = UpdateInviteSvc(inner); [INFO] [stdout] 7918 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 7919 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 7929 | | Ok(res) [INFO] [stdout] 7930 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:7929:25 [INFO] [stdout] | [INFO] [stdout] 7929 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:7959:42 [INFO] [stdout] | [INFO] [stdout] 7959 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 7960 | | let method = UpdateIssueSvc(inner); [INFO] [stdout] 7961 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 7962 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 7972 | | Ok(res) [INFO] [stdout] 7973 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:7972:25 [INFO] [stdout] | [INFO] [stdout] 7972 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:8004:42 [INFO] [stdout] | [INFO] [stdout] 8004 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 8005 | | let method = UpdateIssueCommentSvc(inner); [INFO] [stdout] 8006 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 8007 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 8017 | | Ok(res) [INFO] [stdout] 8018 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:8017:25 [INFO] [stdout] | [INFO] [stdout] 8017 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:8049:42 [INFO] [stdout] | [INFO] [stdout] 8049 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 8050 | | let method = UpdateLinkedAccountSvc(inner); [INFO] [stdout] 8051 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 8052 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 8062 | | Ok(res) [INFO] [stdout] 8063 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:8062:25 [INFO] [stdout] | [INFO] [stdout] 8062 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:8092:42 [INFO] [stdout] | [INFO] [stdout] 8092 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 8093 | | let method = UpdatePlanSvc(inner); [INFO] [stdout] 8094 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 8095 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 8105 | | Ok(res) [INFO] [stdout] 8106 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:8105:25 [INFO] [stdout] | [INFO] [stdout] 8105 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:8137:42 [INFO] [stdout] | [INFO] [stdout] 8137 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 8138 | | let method = UpdateProjectSvc(inner); [INFO] [stdout] 8139 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 8140 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 8150 | | Ok(res) [INFO] [stdout] 8151 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:8150:25 [INFO] [stdout] | [INFO] [stdout] 8150 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:8182:42 [INFO] [stdout] | [INFO] [stdout] 8182 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 8183 | | let method = UpdateServiceSvc(inner); [INFO] [stdout] 8184 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 8185 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 8195 | | Ok(res) [INFO] [stdout] 8196 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:8195:25 [INFO] [stdout] | [INFO] [stdout] 8195 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:8227:42 [INFO] [stdout] | [INFO] [stdout] 8227 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 8228 | | let method = UpdateServiceInstanceSvc(inner); [INFO] [stdout] 8229 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 8230 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 8240 | | Ok(res) [INFO] [stdout] 8241 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:8240:25 [INFO] [stdout] | [INFO] [stdout] 8240 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:8270:42 [INFO] [stdout] | [INFO] [stdout] 8270 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 8271 | | let method = UpdateSshKeySvc(inner); [INFO] [stdout] 8272 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 8273 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 8283 | | Ok(res) [INFO] [stdout] 8284 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:8283:25 [INFO] [stdout] | [INFO] [stdout] 8283 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:8315:42 [INFO] [stdout] | [INFO] [stdout] 8315 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 8316 | | let method = ValidateAccountSvc(inner); [INFO] [stdout] 8317 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 8318 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 8328 | | Ok(res) [INFO] [stdout] 8329 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:8328:25 [INFO] [stdout] | [INFO] [stdout] 8328 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:8360:42 [INFO] [stdout] | [INFO] [stdout] 8360 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 8361 | | let method = ValidateApiKeySvc(inner); [INFO] [stdout] 8362 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 8363 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 8373 | | Ok(res) [INFO] [stdout] 8374 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:8373:25 [INFO] [stdout] | [INFO] [stdout] 8373 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:8408:42 [INFO] [stdout] | [INFO] [stdout] 8408 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 8409 | | let method = ValidateCheckoutSessionSvc(inner); [INFO] [stdout] 8410 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 8411 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 8421 | | Ok(res) [INFO] [stdout] 8422 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:8421:25 [INFO] [stdout] | [INFO] [stdout] 8421 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:8453:42 [INFO] [stdout] | [INFO] [stdout] 8453 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 8454 | | let method = ValidateInviteSvc(inner); [INFO] [stdout] 8455 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 8456 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 8466 | | Ok(res) [INFO] [stdout] 8467 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:8466:25 [INFO] [stdout] | [INFO] [stdout] 8466 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:8498:42 [INFO] [stdout] | [INFO] [stdout] 8498 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 8499 | | let method = ValidateIssueSvc(inner); [INFO] [stdout] 8500 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 8501 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 8511 | | Ok(res) [INFO] [stdout] 8512 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:8511:25 [INFO] [stdout] | [INFO] [stdout] 8511 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:8543:42 [INFO] [stdout] | [INFO] [stdout] 8543 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 8544 | | let method = ValidateIssueCommentSvc(inner); [INFO] [stdout] 8545 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 8546 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 8556 | | Ok(res) [INFO] [stdout] 8557 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:8556:25 [INFO] [stdout] | [INFO] [stdout] 8556 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:8588:42 [INFO] [stdout] | [INFO] [stdout] 8588 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 8589 | | let method = ValidateLinkedAccountSvc(inner); [INFO] [stdout] 8590 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 8591 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 8601 | | Ok(res) [INFO] [stdout] 8602 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:8601:25 [INFO] [stdout] | [INFO] [stdout] 8601 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:8631:42 [INFO] [stdout] | [INFO] [stdout] 8631 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 8632 | | let method = ValidatePlanSvc(inner); [INFO] [stdout] 8633 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 8634 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 8644 | | Ok(res) [INFO] [stdout] 8645 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:8644:25 [INFO] [stdout] | [INFO] [stdout] 8644 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:8676:42 [INFO] [stdout] | [INFO] [stdout] 8676 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 8677 | | let method = ValidateProjectSvc(inner); [INFO] [stdout] 8678 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 8679 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 8689 | | Ok(res) [INFO] [stdout] 8690 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:8689:25 [INFO] [stdout] | [INFO] [stdout] 8689 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:8721:42 [INFO] [stdout] | [INFO] [stdout] 8721 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 8722 | | let method = ValidateServiceSvc(inner); [INFO] [stdout] 8723 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 8724 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 8734 | | Ok(res) [INFO] [stdout] 8735 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:8734:25 [INFO] [stdout] | [INFO] [stdout] 8734 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:8769:42 [INFO] [stdout] | [INFO] [stdout] 8769 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 8770 | | let method = ValidateServiceInstanceSvc(inner); [INFO] [stdout] 8771 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 8772 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 8782 | | Ok(res) [INFO] [stdout] 8783 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:8782:25 [INFO] [stdout] | [INFO] [stdout] 8782 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:8814:42 [INFO] [stdout] | [INFO] [stdout] 8814 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 8815 | | let method = ValidateSshKeySvc(inner); [INFO] [stdout] 8816 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 8817 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 8827 | | Ok(res) [INFO] [stdout] 8828 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:8827:25 [INFO] [stdout] | [INFO] [stdout] 8827 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:8860:42 [INFO] [stdout] | [INFO] [stdout] 8860 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 8861 | | let method = DownloadFileSvc(inner); [INFO] [stdout] 8862 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 8863 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 8873 | | Ok(res) [INFO] [stdout] 8874 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:8873:25 [INFO] [stdout] | [INFO] [stdout] 8873 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:8907:42 [INFO] [stdout] | [INFO] [stdout] 8907 | let fut = async move { [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 8908 | | let method = UploadFileSvc(inner); [INFO] [stdout] 8909 | | let codec = tonic_prost::ProstCodec::default(); [INFO] [stdout] 8910 | | let mut grpc = tonic::server::Grpc::new(codec) [INFO] [stdout] ... | [INFO] [stdout] 8920 | | Ok(res) [INFO] [stdout] 8921 | | }; [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:8920:25 [INFO] [stdout] | [INFO] [stdout] 8920 | Ok(res) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:8925:41 [INFO] [stdout] | [INFO] [stdout] 8925 | Box::pin(async move { [INFO] [stdout] | _________________________________________^ [INFO] [stdout] 8926 | | let mut response = http::Response::new( [INFO] [stdout] 8927 | | tonic::body::Body::default(), [INFO] [stdout] 8928 | | ); [INFO] [stdout] ... | [INFO] [stdout] 8940 | | Ok(response) [INFO] [stdout] 8941 | | }) [INFO] [stdout] | |_____________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/protocol/saas_rs.user.v1.rs:8940:25 [INFO] [stdout] | [INFO] [stdout] 8940 | Ok(response) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `saas-rs-cli` (bin "saas-rs") due to 174 previous errors; 2 warnings emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `saas-rs-cli` (bin "saas-rs" test) due to 174 previous errors; 2 warnings emitted [INFO] running `Command { std: "docker" "inspect" "301950d0ae7bb92f909f14fb40236a07a235e47e96a49124f556cd9e88f272c5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "301950d0ae7bb92f909f14fb40236a07a235e47e96a49124f556cd9e88f272c5", kill_on_drop: false }` [INFO] [stdout] 301950d0ae7bb92f909f14fb40236a07a235e47e96a49124f556cd9e88f272c5