[INFO] fetching crate aruna_policy 0.2.2...
[INFO] checking aruna_policy-0.2.2 against try#31561a63598a0f21fc74c024747ef1310fdd2eb2 for pr-133536
[INFO] extracting crate aruna_policy 0.2.2 into /workspace/builds/worker-0-tc2/source
[INFO] validating manifest of crates.io crate aruna_policy 0.2.2 on toolchain 31561a63598a0f21fc74c024747ef1310fdd2eb2
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate aruna_policy 0.2.2
[INFO] finished tweaking crates.io crate aruna_policy 0.2.2
[INFO] tweaked toml for crates.io crate aruna_policy 0.2.2 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 283 packages to latest compatible versions
[INFO] [stderr]       Adding base64 v0.21.7 (available: v0.22.1)
[INFO] [stderr]       Adding diesel-ulid v0.2.0 (available: v0.3.2)
[INFO] [stderr]       Adding jsonwebtoken v8.3.0 (available: v9.3.0)
[INFO] [stderr]       Adding reqwest v0.11.27 (available: v0.12.9)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 1965b6a688e26ec5e6a79ac51ba33f37c4cb8f895e3cfcee60e453572ed21710
[INFO] running `Command { std: "docker" "start" "-a" "1965b6a688e26ec5e6a79ac51ba33f37c4cb8f895e3cfcee60e453572ed21710", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1965b6a688e26ec5e6a79ac51ba33f37c4cb8f895e3cfcee60e453572ed21710", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1965b6a688e26ec5e6a79ac51ba33f37c4cb8f895e3cfcee60e453572ed21710", kill_on_drop: false }`
[INFO] [stdout] 1965b6a688e26ec5e6a79ac51ba33f37c4cb8f895e3cfcee60e453572ed21710
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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" "-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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 03137d1d5753c92dbf33a363db62d225b9a5a2904e92dfc8f86361ad00d3043e
[INFO] running `Command { std: "docker" "start" "-a" "03137d1d5753c92dbf33a363db62d225b9a5a2904e92dfc8f86361ad00d3043e", kill_on_drop: false }`
[INFO] [stderr]    Compiling either v1.13.0
[INFO] [stderr]    Compiling serde v1.0.215
[INFO] [stderr]    Compiling anyhow v1.0.93
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking futures-task v0.3.31
[INFO] [stderr]     Checking libc v0.2.167
[INFO] [stderr]     Checking memchr v2.7.4
[INFO] [stderr]    Compiling rustversion v1.0.18
[INFO] [stderr]     Checking lock_api v0.4.12
[INFO] [stderr]    Compiling tokio-macros v2.4.0
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]    Compiling tracing-attributes v0.1.28
[INFO] [stderr]     Checking generic-array v0.14.7
[INFO] [stderr]    Compiling rustix v0.38.41
[INFO] [stderr]    Compiling ring v0.17.8
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]    Compiling itertools v0.12.1
[INFO] [stderr]    Compiling bitflags v2.6.0
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling linux-raw-sys v0.4.14
[INFO] [stderr]    Compiling prettyplease v0.2.25
[INFO] [stderr]    Compiling hashbrown v0.15.2
[INFO] [stderr]     Checking crypto-common v0.1.6
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]     Checking parking_lot_core v0.9.10
[INFO] [stderr]     Checking getrandom v0.2.15
[INFO] [stderr]     Checking mio v1.0.3
[INFO] [stderr]     Checking signal-hook-registry v1.4.2
[INFO] [stderr]     Checking socket2 v0.5.8
[INFO] [stderr]     Checking zerocopy v0.7.35
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]    Compiling typeid v1.0.2
[INFO] [stderr]     Checking parking_lot v0.12.3
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]    Compiling once_cell v1.20.2
[INFO] [stderr]    Compiling indexmap v2.6.0
[INFO] [stderr]     Checking subtle v2.6.1
[INFO] [stderr]     Checking tokio v1.41.1
[INFO] [stderr]    Compiling fastrand v2.2.0
[INFO] [stderr]    Compiling darling_core v0.20.10
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]    Compiling axum-core v0.3.4
[INFO] [stderr]    Compiling pin-project-internal v1.1.7
[INFO] [stderr]     Checking iana-time-zone v0.1.61
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]     Checking tower-layer v0.3.3
[INFO] [stderr]     Checking ppv-lite86 v0.2.20
[INFO] [stderr]     Checking tinyvec v1.8.0
[INFO] [stderr]    Compiling axum v0.6.20
[INFO] [stderr]    Compiling prost-derive v0.12.6
[INFO] [stderr]    Compiling petgraph v0.6.5
[INFO] [stderr]     Checking openssl-sys v0.9.104
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]    Compiling async-trait v0.1.83
[INFO] [stderr]    Compiling async-stream-impl v0.3.6
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking unicode-normalization v0.1.24
[INFO] [stderr]    Compiling typetag-impl v0.2.18
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling tempfile v3.14.0
[INFO] [stderr]     Checking inventory v0.3.15
[INFO] [stderr]     Checking openssl v0.10.68
[INFO] [stderr]     Checking serde_json v1.0.133
[INFO] [stderr]     Checking chrono v0.4.38
[INFO] [stderr]     Checking pin-project v1.1.7
[INFO] [stderr]     Checking erased-serde v0.4.5
[INFO] [stderr]    Compiling pq-sys v0.6.3
[INFO] [stderr]     Checking unicode-bidi v0.3.17
[INFO] [stderr]     Checking unicode-properties v0.1.3
[INFO] [stderr]    Compiling rustls v0.21.12
[INFO] [stderr]     Checking sha2 v0.10.8
[INFO] [stderr]     Checking async-stream v0.3.6
[INFO] [stderr]     Checking hmac v0.12.1
[INFO] [stderr]     Checking md-5 v0.10.6
[INFO] [stderr]     Checking stringprep v0.1.5
[INFO] [stderr]    Compiling diesel_table_macro_syntax v0.2.0
[INFO] [stderr]     Checking typetag v0.2.18
[INFO] [stderr]     Checking fallible-iterator v0.2.0
[INFO] [stderr]     Checking base64 v0.22.1
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling prost v0.12.6
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling postgres-derive v0.4.6
[INFO] [stderr]    Compiling ring v0.16.20
[INFO] [stderr]     Checking time v0.3.36
[INFO] [stderr]     Checking postgres-protocol v0.6.7
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling prost-types v0.12.6
[INFO] [stderr]     Checking prost-wkt v0.5.1
[INFO] [stderr]     Checking rusty_ulid v2.0.0
[INFO] [stderr]     Checking rustls-webpki v0.101.7
[INFO] [stderr]     Checking sct v0.7.1
[INFO] [stderr]     Checking prost v0.11.9
[INFO] [stderr]     Checking uuid v1.11.0
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]     Checking ahash v0.8.11
[INFO] [stderr]     Checking postgres-types v0.2.8
[INFO] [stderr]    Compiling darling_macro v0.20.10
[INFO] [stderr]     Checking bincode v1.3.3
[INFO] [stderr]     Checking xxhash-rust v0.8.12
[INFO] [stderr]     Checking dashmap v5.5.3
[INFO] [stderr]    Compiling darling v0.20.10
[INFO] [stderr]    Compiling dsl_auto_type v0.1.2
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]     Checking simple_asn1 v0.6.2
[INFO] [stderr]     Checking tokio-util v0.7.12
[INFO] [stderr]     Checking tokio-io-timeout v1.2.0
[INFO] [stderr]     Checking tokio-stream v0.1.16
[INFO] [stderr]    Compiling prost-build v0.12.6
[INFO] [stderr]    Compiling diesel_derives v2.2.3
[INFO] [stderr]     Checking h2 v0.3.26
[INFO] [stderr]     Checking tower v0.4.13
[INFO] [stderr]    Compiling prost-wkt-build v0.5.1
[INFO] [stderr]     Checking native-tls v0.2.12
[INFO] [stderr]    Compiling prost-wkt-types v0.5.1
[INFO] [stderr]     Checking tokio-native-tls v0.3.1
[INFO] [stderr]     Checking tokio-rustls v0.24.1
[INFO] [stderr]     Checking jsonwebtoken v8.3.0
[INFO] [stderr]     Checking hyper v0.14.31
[INFO] [stderr]     Checking diesel v2.2.5
[INFO] [stderr]     Checking hyper-timeout v0.4.1
[INFO] [stderr]     Checking hyper-tls v0.5.0
[INFO] [stderr]     Checking reqwest v0.11.27
[INFO] [stderr]     Checking tonic v0.11.0
[INFO] [stderr]     Checking tonic v0.9.2
[INFO] [stderr]     Checking aruna-rust-api v2.0.2
[INFO] [stderr]     Checking diesel-ulid v0.2.0
[INFO] [stderr]     Checking aruna-cache v0.2.3
[INFO] [stdout] error[E0432]: unresolved import `aruna_rust_api::api::storage::services::v2::Pubkey`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/aruna-cache-0.2.3/src/cache.rs:15:5
[INFO] [stdout]    |
[INFO] [stdout] 15 | use aruna_rust_api::api::storage::services::v2::Pubkey;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `Pubkey` in `aruna::aruna::api::storage::services::v2`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these items instead
[INFO] [stdout]    |
[INFO] [stdout] 15 | use aruna_rust_api::api::storage::models::v2::Pubkey;
[INFO] [stdout]    |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 15 | use aruna_rust_api::api::storage::services::v2::full_sync_endpoint_response::Target::Pubkey;
[INFO] [stdout]    |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `aruna_rust_api::api::notification::services::v2::anouncement_event`
[INFO] [stdout]  --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/aruna-cache-0.2.3/src/notifications.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use aruna_rust_api::api::notification::services::v2::anouncement_event;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-----------------
[INFO] [stdout]   |     |                                                |
[INFO] [stdout]   |     |                                                help: a similar name exists in the module: `announcement_event`
[INFO] [stdout]   |     no `anouncement_event` in `aruna::aruna::api::notification::services::v2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `aruna_rust_api::api::notification::services::v2::AnouncementEvent`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/aruna-cache-0.2.3/src/notifications.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 | use aruna_rust_api::api::notification::services::v2::AnouncementEvent;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^----------------
[INFO] [stdout]    |     |                                                |
[INFO] [stdout]    |     |                                                help: a similar name exists in the module: `AnnouncementEvent`
[INFO] [stdout]    |     no `AnouncementEvent` in `aruna::aruna::api::notification::services::v2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `aruna_rust_api::api::notification::services::v2::GetEventMessageBatchStreamRequest`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/aruna-cache-0.2.3/src/notifications.rs:16:5
[INFO] [stdout]    |
[INFO] [stdout] 16 | use aruna_rust_api::api::notification::services::v2::GetEventMessageBatchStreamRequest;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^---------------------------------
[INFO] [stdout]    |     |                                                |
[INFO] [stdout]    |     |                                                help: a similar name exists in the module: `GetEventMessageStreamRequest`
[INFO] [stdout]    |     no `GetEventMessageBatchStreamRequest` in `aruna::aruna::api::notification::services::v2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `aruna_rust_api::api::storage::services::v2::Pubkey`
[INFO] [stdout]  --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/aruna-cache-0.2.3/src/persistence.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 |     services::v2::Pubkey,
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^ no `Pubkey` in `aruna::aruna::api::storage::services::v2`
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider importing one of these items instead:
[INFO] [stdout]           aruna_rust_api::api::storage::models::v2::Pubkey
[INFO] [stdout]           aruna_rust_api::api::storage::services::v2::full_sync_endpoint_response::Target::Pubkey
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `aruna_rust_api::api::storage::services::v2::Pubkey`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/aruna-cache-0.2.3/src/query.rs:29:67
[INFO] [stdout]    |
[INFO] [stdout] 29 |     GetProjectRequest, GetPubkeysRequest, GetUserRedactedRequest, Pubkey as APIPubkey,
[INFO] [stdout]    |                                                                   ^^^^^^^^^^^^^^^^^^^ no `Pubkey` in `aruna::aruna::api::storage::services::v2`
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider importing one of these items instead:
[INFO] [stdout]            aruna_rust_api::api::storage::models::v2::Pubkey
[INFO] [stdout]            aruna_rust_api::api::storage::services::v2::full_sync_endpoint_response::Target::Pubkey
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Channel: Service<request::Request<http_body::combinators::box_body::UnsyncBoxBody<tonic::codegen::Bytes, tonic::status::Status>>>` is not satisfied
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/aruna-cache-0.2.3/src/notifications.rs:72:17
[INFO] [stdout]     |
[INFO] [stdout] 71  |             event_notification_service_client::EventNotificationServiceClient::with_interceptor(
[INFO] [stdout]     |             ----------------------------------------------------------------------------------- required by a bound introduced by this call
[INFO] [stdout] 72  |                 channel.clone(),
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^ unsatisfied trait bound
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Service<request::Request<http_body::combinators::box_body::UnsyncBoxBody<_, tonic::status::Status>>>` is not implemented for `Channel`
[INFO] [stdout]             but trait `Service<request::Request<http_body::combinators::box_body::UnsyncBoxBody<_, tonic::Status>>>` is implemented for it
[INFO] [stdout]     = help: for that trait implementation, expected `tonic::Status`, found `tonic::status::Status`
[INFO] [stdout] note: required by a bound in `EventNotificationServiceClient::<T>::with_interceptor`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/aruna-rust-api-2.0.2/src/aruna/aruna.api.notification.services.v2.rs:349:16
[INFO] [stdout]     |
[INFO] [stdout] 342 |           pub fn with_interceptor<F>(
[INFO] [stdout]     |                  ---------------- required by a bound in this associated function
[INFO] [stdout] ...
[INFO] [stdout] 349 |               T: tonic::codegen::Service<
[INFO] [stdout]     |  ________________^
[INFO] [stdout] 350 | |                 http::Request<tonic::body::BoxBody>,
[INFO] [stdout] 351 | |                 Response = http::Response<
[INFO] [stdout] 352 | |                     <T as tonic::client::GrpcService<tonic::body::BoxBody>>::ResponseBody,
[INFO] [stdout] 353 | |                 >,
[INFO] [stdout] 354 | |             >,
[INFO] [stdout]     | |_____________^ required by this bound in `EventNotificationServiceClient::<T>::with_interceptor`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `notifications::ClientInterceptor: tonic::service::interceptor::Interceptor` is not satisfied
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/aruna-cache-0.2.3/src/notifications.rs:73:17
[INFO] [stdout]     |
[INFO] [stdout] 71  |             event_notification_service_client::EventNotificationServiceClient::with_interceptor(
[INFO] [stdout]     |             ----------------------------------------------------------------------------------- required by a bound introduced by this call
[INFO] [stdout] 72  |                 channel.clone(),
[INFO] [stdout] 73  |                 interceptor.clone(),
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^ the trait `FnMut(tonic::request::Request<()>)` is not implemented for `notifications::ClientInterceptor`
[INFO] [stdout]     |
[INFO] [stdout] note: there are multiple different versions of crate `tonic` in the dependency graph
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tonic-0.11.0/src/service/interceptor.rs:46:1
[INFO] [stdout]     |
[INFO] [stdout] 46  | pub trait Interceptor {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^ this is the required trait
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/aruna-cache-0.2.3/src/cache.rs:10:5
[INFO] [stdout]     |
[INFO] [stdout] 10  | use aruna_rust_api::api::storage::models::v2::generic_resource;
[INFO] [stdout]     |     -------------- one version of crate `tonic` is used here, as a dependency of crate `aruna_rust_api`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/aruna-cache-0.2.3/src/notifications.rs:26:5
[INFO] [stdout]     |
[INFO] [stdout] 26  | use tonic::codegen::InterceptedService;
[INFO] [stdout]     |     ----- one version of crate `tonic` is used here, as a direct dependency of the current crate
[INFO] [stdout] ...
[INFO] [stdout] 33  | pub struct ClientInterceptor {
[INFO] [stdout]     | ---------------------------- this type doesn't implement the required trait
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tonic-0.9.2/src/client/service.rs:13:1
[INFO] [stdout]     |
[INFO] [stdout] 13  | pub trait GrpcService<ReqBody> {
[INFO] [stdout]     | ------------------------------ this is the found trait
[INFO] [stdout]     = help: you can use `cargo tree` to explore your dependency tree
[INFO] [stdout]     = note: required for `notifications::ClientInterceptor` to implement `tonic::service::interceptor::Interceptor`
[INFO] [stdout] note: required by a bound in `EventNotificationServiceClient::<T>::with_interceptor`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/aruna-rust-api-2.0.2/src/aruna/aruna.api.notification.services.v2.rs:347:16
[INFO] [stdout]     |
[INFO] [stdout] 342 |         pub fn with_interceptor<F>(
[INFO] [stdout]     |                ---------------- required by a bound in this associated function
[INFO] [stdout] ...
[INFO] [stdout] 347 |             F: tonic::service::Interceptor,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `EventNotificationServiceClient::<T>::with_interceptor`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/aruna-cache-0.2.3/src/notifications.rs:77:40
[INFO] [stdout]     |
[INFO] [stdout] 77  |             notification_service: Some(notification_service),
[INFO] [stdout]     |                                   ---- ^^^^^^^^^^^^^^^^^^^^ expected `InterceptedService<Channel, ...>`, found a different `InterceptedService<Channel, ...>`
[INFO] [stdout]     |                                   |
[INFO] [stdout]     |                                   arguments to this enum variant are incorrect
[INFO] [stdout]     |
[INFO] [stdout]     = note: `InterceptedService<Channel, ...>` and `InterceptedService<Channel, ...>` have similar names, but are actually distinct types
[INFO] [stdout] note: `InterceptedService<Channel, ...>` is defined in crate `tonic`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tonic-0.11.0/src/service/interceptor.rs:94:1
[INFO] [stdout]     |
[INFO] [stdout] 94  | pub struct InterceptedService<S, F> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `InterceptedService<Channel, ...>` is defined in crate `tonic`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tonic-0.9.2/src/service/interceptor.rs:118:1
[INFO] [stdout]     |
[INFO] [stdout] 118 | pub struct InterceptedService<S, F> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: perhaps two different versions of crate `tonic` are being used?
[INFO] [stdout] help: the type constructed contains `EventNotificationServiceClient<tonic::service::interceptor::InterceptedService<Channel, notifications::ClientInterceptor>>` due to the type of the argument passed
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/aruna-cache-0.2.3/src/notifications.rs:77:35
[INFO] [stdout]     |
[INFO] [stdout] 77  |             notification_service: Some(notification_service),
[INFO] [stdout]     |                                   ^^^^^--------------------^
[INFO] [stdout]     |                                        |
[INFO] [stdout]     |                                        this argument influences the type of `Some`
[INFO] [stdout] note: tuple variant defined here
[INFO] [stdout]    --> /rustc/31561a63598a0f21fc74c024747ef1310fdd2eb2/library/core/src/option.rs:580:5
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_event_message_batch_stream` found for mutable reference `&mut EventNotificationServiceClient<InterceptedService<Channel, ...>>` in the current scope
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/aruna-cache-0.2.3/src/notifications.rs:88:14
[INFO] [stdout]    |
[INFO] [stdout] 84 |           let stream = self
[INFO] [stdout]    |  ______________________-
[INFO] [stdout] 85 | |             .notification_service
[INFO] [stdout] 86 | |             .as_mut()
[INFO] [stdout] 87 | |             .ok_or_else(|| anyhow!("Missing notification client"))?
[INFO] [stdout] 88 | |             .get_event_message_batch_stream(Request::new(GetEventMessageBatchStreamRequest {
[INFO] [stdout]    | |             -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ method not found in `&mut EventNotificationServiceClient<InterceptedService<Channel, ...>>`
[INFO] [stdout]    | |_____________|
[INFO] [stdout]    |
[INFO] [stdout]    |
[INFO] [stdout]    = note: the full type name has been written to '/opt/rustwide/target/debug/deps/aruna_cache-e72c0d8a4b025b5b.long-type-3860266099133069216.txt'
[INFO] [stdout]    = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: the method `acknowledge_message_batch` exists for mutable reference `&mut EventNotificationServiceClient<InterceptedService<Channel, ...>>`, but its trait bounds were not satisfied
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/aruna-cache-0.2.3/src/notifications.rs:106:18
[INFO] [stdout]     |
[INFO] [stdout] 103 | /             self.notification_service
[INFO] [stdout] 104 | |                 .as_mut()
[INFO] [stdout] 105 | |                 .ok_or_else(|| anyhow!("Missing notification client"))?
[INFO] [stdout] 106 | |                 .acknowledge_message_batch(Request::new(AcknowledgeMessageBatchRequest {
[INFO] [stdout]     | |                 -^^^^^^^^^^^^^^^^^^^^^^^^^ method cannot be called due to unsatisfied trait bounds
[INFO] [stdout]     | |_________________|
[INFO] [stdout]     |
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tonic-0.9.2/src/transport/channel/mod.rs:69:1
[INFO] [stdout]     |
[INFO] [stdout] 69  |   pub struct Channel {
[INFO] [stdout]     |   ------------------ doesn't satisfy `_: Service<Request<UnsyncBoxBody<Bytes, Status>>>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: the full type name has been written to '/opt/rustwide/target/debug/deps/aruna_cache-e72c0d8a4b025b5b.long-type-2179363019877800502.txt'
[INFO] [stdout]     = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout]     = note: the following trait bounds were not satisfied:
[INFO] [stdout]             `Channel: Service<request::Request<http_body::combinators::box_body::UnsyncBoxBody<tonic::codegen::Bytes, tonic::status::Status>>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Channel: Service<request::Request<http_body::combinators::box_body::UnsyncBoxBody<tonic::codegen::Bytes, tonic::status::Status>>>` is not satisfied
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/aruna-cache-0.2.3/src/query.rs:84:13
[INFO] [stdout]       |
[INFO] [stdout] 83    |         let project_service = project_service_client::ProjectServiceClient::with_interceptor(
[INFO] [stdout]       |                               -------------------------------------------------------------- required by a bound introduced by this call
[INFO] [stdout] 84    |             channel.clone(),
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^ unsatisfied trait bound
[INFO] [stdout]       |
[INFO] [stdout]       = help: the trait `Service<request::Request<http_body::combinators::box_body::UnsyncBoxBody<_, tonic::status::Status>>>` is not implemented for `Channel`
[INFO] [stdout]               but trait `Service<request::Request<http_body::combinators::box_body::UnsyncBoxBody<_, tonic::Status>>>` is implemented for it
[INFO] [stdout]       = help: for that trait implementation, expected `tonic::Status`, found `tonic::status::Status`
[INFO] [stdout] note: required by a bound in `ProjectServiceClient::<T>::with_interceptor`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/aruna-rust-api-2.0.2/src/aruna/aruna.api.storage.services.v2.rs:18199:16
[INFO] [stdout]       |
[INFO] [stdout] 18192 |           pub fn with_interceptor<F>(
[INFO] [stdout]       |                  ---------------- required by a bound in this associated function
[INFO] [stdout] ...
[INFO] [stdout] 18199 |               T: tonic::codegen::Service<
[INFO] [stdout]       |  ________________^
[INFO] [stdout] 18200 | |                 http::Request<tonic::body::BoxBody>,
[INFO] [stdout] 18201 | |                 Response = http::Response<
[INFO] [stdout] 18202 | |                     <T as tonic::client::GrpcService<tonic::body::BoxBody>>::ResponseBody,
[INFO] [stdout] 18203 | |                 >,
[INFO] [stdout] 18204 | |             >,
[INFO] [stdout]       | |_____________^ required by this bound in `ProjectServiceClient::<T>::with_interceptor`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `utils::ClientInterceptor: tonic::service::interceptor::Interceptor` is not satisfied
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/aruna-cache-0.2.3/src/query.rs:85:13
[INFO] [stdout]       |
[INFO] [stdout] 83    |         let project_service = project_service_client::ProjectServiceClient::with_interceptor(
[INFO] [stdout]       |                               -------------------------------------------------------------- required by a bound introduced by this call
[INFO] [stdout] 84    |             channel.clone(),
[INFO] [stdout] 85    |             interceptor.clone(),
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^ the trait `FnMut(tonic::request::Request<()>)` is not implemented for `utils::ClientInterceptor`
[INFO] [stdout]       |
[INFO] [stdout] note: there are multiple different versions of crate `tonic` in the dependency graph
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tonic-0.11.0/src/service/interceptor.rs:46:1
[INFO] [stdout]       |
[INFO] [stdout] 46    | pub trait Interceptor {
[INFO] [stdout]       | ^^^^^^^^^^^^^^^^^^^^^ this is the required trait
[INFO] [stdout]       |
[INFO] [stdout]      ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/aruna-cache-0.2.3/src/cache.rs:10:5
[INFO] [stdout]       |
[INFO] [stdout] 10    | use aruna_rust_api::api::storage::models::v2::generic_resource;
[INFO] [stdout]       |     -------------- one version of crate `tonic` is used here, as a dependency of crate `aruna_rust_api`
[INFO] [stdout]       |
[INFO] [stdout]      ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/aruna-cache-0.2.3/src/notifications.rs:26:5
[INFO] [stdout]       |
[INFO] [stdout] 26    | use tonic::codegen::InterceptedService;
[INFO] [stdout]       |     ----- one version of crate `tonic` is used here, as a direct dependency of the current crate
[INFO] [stdout]       |
[INFO] [stdout]      ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/aruna-cache-0.2.3/src/utils.rs:105:1
[INFO] [stdout]       |
[INFO] [stdout] 105   | pub struct ClientInterceptor {
[INFO] [stdout]       | ---------------------------- this type doesn't implement the required trait
[INFO] [stdout]       |
[INFO] [stdout]      ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tonic-0.9.2/src/client/service.rs:13:1
[INFO] [stdout]       |
[INFO] [stdout] 13    | pub trait GrpcService<ReqBody> {
[INFO] [stdout]       | ------------------------------ this is the found trait
[INFO] [stdout]       = help: you can use `cargo tree` to explore your dependency tree
[INFO] [stdout]       = note: required for `utils::ClientInterceptor` to implement `tonic::service::interceptor::Interceptor`
[INFO] [stdout] note: required by a bound in `ProjectServiceClient::<T>::with_interceptor`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/aruna-rust-api-2.0.2/src/aruna/aruna.api.storage.services.v2.rs:18197:16
[INFO] [stdout]       |
[INFO] [stdout] 18192 |         pub fn with_interceptor<F>(
[INFO] [stdout]       |                ---------------- required by a bound in this associated function
[INFO] [stdout] ...
[INFO] [stdout] 18197 |             F: tonic::service::Interceptor,
[INFO] [stdout]       |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `ProjectServiceClient::<T>::with_interceptor`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Channel: Service<request::Request<http_body::combinators::box_body::UnsyncBoxBody<tonic::codegen::Bytes, tonic::status::Status>>>` is not satisfied
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/aruna-cache-0.2.3/src/query.rs:90:17
[INFO] [stdout]      |
[INFO] [stdout] 89   |             collection_service_client::CollectionServiceClient::with_interceptor(
[INFO] [stdout]      |             -------------------------------------------------------------------- required by a bound introduced by this call
[INFO] [stdout] 90   |                 channel.clone(),
[INFO] [stdout]      |                 ^^^^^^^^^^^^^^^ unsatisfied trait bound
[INFO] [stdout]      |
[INFO] [stdout]      = help: the trait `Service<request::Request<http_body::combinators::box_body::UnsyncBoxBody<_, tonic::status::Status>>>` is not implemented for `Channel`
[INFO] [stdout]              but trait `Service<request::Request<http_body::combinators::box_body::UnsyncBoxBody<_, tonic::Status>>>` is implemented for it
[INFO] [stdout]      = help: for that trait implementation, expected `tonic::Status`, found `tonic::status::Status`
[INFO] [stdout] note: required by a bound in `CollectionServiceClient::<T>::with_interceptor`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/aruna-rust-api-2.0.2/src/aruna/aruna.api.storage.services.v2.rs:3442:16
[INFO] [stdout]      |
[INFO] [stdout] 3435 |           pub fn with_interceptor<F>(
[INFO] [stdout]      |                  ---------------- required by a bound in this associated function
[INFO] [stdout] ...
[INFO] [stdout] 3442 |               T: tonic::codegen::Service<
[INFO] [stdout]      |  ________________^
[INFO] [stdout] 3443 | |                 http::Request<tonic::body::BoxBody>,
[INFO] [stdout] 3444 | |                 Response = http::Response<
[INFO] [stdout] 3445 | |                     <T as tonic::client::GrpcService<tonic::body::BoxBody>>::ResponseBody,
[INFO] [stdout] 3446 | |                 >,
[INFO] [stdout] 3447 | |             >,
[INFO] [stdout]      | |_____________^ required by this bound in `CollectionServiceClient::<T>::with_interceptor`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Channel: Service<request::Request<http_body::combinators::box_body::UnsyncBoxBody<tonic::codegen::Bytes, tonic::status::Status>>>` is not satisfied
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/aruna-cache-0.2.3/src/query.rs:83:31
[INFO] [stdout]    |
[INFO] [stdout] 83 |           let project_service = project_service_client::ProjectServiceClient::with_interceptor(
[INFO] [stdout]    |  _______________________________^
[INFO] [stdout] 84 | |             channel.clone(),
[INFO] [stdout] 85 | |             interceptor.clone(),
[INFO] [stdout] 86 | |         );
[INFO] [stdout]    | |_________^ unsatisfied trait bound
[INFO] [stdout]    |
[INFO] [stdout]    = help: the trait `Service<request::Request<http_body::combinators::box_body::UnsyncBoxBody<_, tonic::status::Status>>>` is not implemented for `Channel`
[INFO] [stdout]            but trait `Service<request::Request<http_body::combinators::box_body::UnsyncBoxBody<_, tonic::Status>>>` is implemented for it
[INFO] [stdout]    = help: for that trait implementation, expected `tonic::Status`, found `tonic::status::Status`
[INFO] [stdout]    = note: required for `Channel` to implement `tonic::client::service::GrpcService<http_body::combinators::box_body::UnsyncBoxBody<tonic::codegen::Bytes, tonic::status::Status>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `utils::ClientInterceptor: tonic::service::interceptor::Interceptor` is not satisfied
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/aruna-cache-0.2.3/src/query.rs:91:17
[INFO] [stdout]      |
[INFO] [stdout] 89   |             collection_service_client::CollectionServiceClient::with_interceptor(
[INFO] [stdout]      |             -------------------------------------------------------------------- required by a bound introduced by this call
[INFO] [stdout] 90   |                 channel.clone(),
[INFO] [stdout] 91   |                 interceptor.clone(),
[INFO] [stdout]      |                 ^^^^^^^^^^^^^^^^^^^ the trait `FnMut(tonic::request::Request<()>)` is not implemented for `utils::ClientInterceptor`
[INFO] [stdout]      |
[INFO] [stdout] note: there are multiple different versions of crate `tonic` in the dependency graph
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tonic-0.11.0/src/service/interceptor.rs:46:1
[INFO] [stdout]      |
[INFO] [stdout] 46   | pub trait Interceptor {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^ this is the required trait
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/aruna-cache-0.2.3/src/cache.rs:10:5
[INFO] [stdout]      |
[INFO] [stdout] 10   | use aruna_rust_api::api::storage::models::v2::generic_resource;
[INFO] [stdout]      |     -------------- one version of crate `tonic` is used here, as a dependency of crate `aruna_rust_api`
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/aruna-cache-0.2.3/src/notifications.rs:26:5
[INFO] [stdout]      |
[INFO] [stdout] 26   | use tonic::codegen::InterceptedService;
[INFO] [stdout]      |     ----- one version of crate `tonic` is used here, as a direct dependency of the current crate
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/aruna-cache-0.2.3/src/utils.rs:105:1
[INFO] [stdout]      |
[INFO] [stdout] 105  | pub struct ClientInterceptor {
[INFO] [stdout]      | ---------------------------- this type doesn't implement the required trait
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tonic-0.9.2/src/client/service.rs:13:1
[INFO] [stdout]      |
[INFO] [stdout] 13   | pub trait GrpcService<ReqBody> {
[INFO] [stdout]      | ------------------------------ this is the found trait
[INFO] [stdout]      = help: you can use `cargo tree` to explore your dependency tree
[INFO] [stdout]      = note: required for `utils::ClientInterceptor` to implement `tonic::service::interceptor::Interceptor`
[INFO] [stdout] note: required by a bound in `CollectionServiceClient::<T>::with_interceptor`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/aruna-rust-api-2.0.2/src/aruna/aruna.api.storage.services.v2.rs:3440:16
[INFO] [stdout]      |
[INFO] [stdout] 3435 |         pub fn with_interceptor<F>(
[INFO] [stdout]      |                ---------------- required by a bound in this associated function
[INFO] [stdout] ...
[INFO] [stdout] 3440 |             F: tonic::service::Interceptor,
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `CollectionServiceClient::<T>::with_interceptor`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Channel: Service<request::Request<http_body::combinators::box_body::UnsyncBoxBody<tonic::codegen::Bytes, tonic::status::Status>>>` is not satisfied
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/aruna-cache-0.2.3/src/query.rs:95:13
[INFO] [stdout]      |
[INFO] [stdout] 94   |         let dataset_service = dataset_service_client::DatasetServiceClient::with_interceptor(
[INFO] [stdout]      |                               -------------------------------------------------------------- required by a bound introduced by this call
[INFO] [stdout] 95   |             channel.clone(),
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^ unsatisfied trait bound
[INFO] [stdout]      |
[INFO] [stdout]      = help: the trait `Service<request::Request<http_body::combinators::box_body::UnsyncBoxBody<_, tonic::status::Status>>>` is not implemented for `Channel`
[INFO] [stdout]              but trait `Service<request::Request<http_body::combinators::box_body::UnsyncBoxBody<_, tonic::Status>>>` is implemented for it
[INFO] [stdout]      = help: for that trait implementation, expected `tonic::Status`, found `tonic::status::Status`
[INFO] [stdout] note: required by a bound in `DatasetServiceClient::<T>::with_interceptor`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/aruna-rust-api-2.0.2/src/aruna/aruna.api.storage.services.v2.rs:7668:16
[INFO] [stdout]      |
[INFO] [stdout] 7661 |           pub fn with_interceptor<F>(
[INFO] [stdout]      |                  ---------------- required by a bound in this associated function
[INFO] [stdout] ...
[INFO] [stdout] 7668 |               T: tonic::codegen::Service<
[INFO] [stdout]      |  ________________^
[INFO] [stdout] 7669 | |                 http::Request<tonic::body::BoxBody>,
[INFO] [stdout] 7670 | |                 Response = http::Response<
[INFO] [stdout] 7671 | |                     <T as tonic::client::GrpcService<tonic::body::BoxBody>>::ResponseBody,
[INFO] [stdout] 7672 | |                 >,
[INFO] [stdout] 7673 | |             >,
[INFO] [stdout]      | |_____________^ required by this bound in `DatasetServiceClient::<T>::with_interceptor`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `utils::ClientInterceptor: tonic::service::interceptor::Interceptor` is not satisfied
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/aruna-cache-0.2.3/src/query.rs:96:13
[INFO] [stdout]      |
[INFO] [stdout] 94   |         let dataset_service = dataset_service_client::DatasetServiceClient::with_interceptor(
[INFO] [stdout]      |                               -------------------------------------------------------------- required by a bound introduced by this call
[INFO] [stdout] 95   |             channel.clone(),
[INFO] [stdout] 96   |             interceptor.clone(),
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^^^^^ the trait `FnMut(tonic::request::Request<()>)` is not implemented for `utils::ClientInterceptor`
[INFO] [stdout]      |
[INFO] [stdout] note: there are multiple different versions of crate `tonic` in the dependency graph
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tonic-0.11.0/src/service/interceptor.rs:46:1
[INFO] [stdout]      |
[INFO] [stdout] 46   | pub trait Interceptor {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^ this is the required trait
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/aruna-cache-0.2.3/src/cache.rs:10:5
[INFO] [stdout]      |
[INFO] [stdout] 10   | use aruna_rust_api::api::storage::models::v2::generic_resource;
[INFO] [stdout]      |     -------------- one version of crate `tonic` is used here, as a dependency of crate `aruna_rust_api`
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/aruna-cache-0.2.3/src/notifications.rs:26:5
[INFO] [stdout]      |
[INFO] [stdout] 26   | use tonic::codegen::InterceptedService;
[INFO] [stdout]      |     ----- one version of crate `tonic` is used here, as a direct dependency of the current crate
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/aruna-cache-0.2.3/src/utils.rs:105:1
[INFO] [stdout]      |
[INFO] [stdout] 105  | pub struct ClientInterceptor {
[INFO] [stdout]      | ---------------------------- this type doesn't implement the required trait
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tonic-0.9.2/src/client/service.rs:13:1
[INFO] [stdout]      |
[INFO] [stdout] 13   | pub trait GrpcService<ReqBody> {
[INFO] [stdout]      | ------------------------------ this is the found trait
[INFO] [stdout]      = help: you can use `cargo tree` to explore your dependency tree
[INFO] [stdout]      = note: required for `utils::ClientInterceptor` to implement `tonic::service::interceptor::Interceptor`
[INFO] [stdout] note: required by a bound in `DatasetServiceClient::<T>::with_interceptor`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/aruna-rust-api-2.0.2/src/aruna/aruna.api.storage.services.v2.rs:7666:16
[INFO] [stdout]      |
[INFO] [stdout] 7661 |         pub fn with_interceptor<F>(
[INFO] [stdout]      |                ---------------- required by a bound in this associated function
[INFO] [stdout] ...
[INFO] [stdout] 7666 |             F: tonic::service::Interceptor,
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `DatasetServiceClient::<T>::with_interceptor`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Channel: Service<request::Request<http_body::combinators::box_body::UnsyncBoxBody<tonic::codegen::Bytes, tonic::status::Status>>>` is not satisfied
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/aruna-cache-0.2.3/src/query.rs:100:13
[INFO] [stdout]      |
[INFO] [stdout] 99   |         let object_service = object_service_client::ObjectServiceClient::with_interceptor(
[INFO] [stdout]      |                              ------------------------------------------------------------ required by a bound introduced by this call
[INFO] [stdout] 100  |             channel.clone(),
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^ unsatisfied trait bound
[INFO] [stdout]      |
[INFO] [stdout]      = help: the trait `Service<request::Request<http_body::combinators::box_body::UnsyncBoxBody<_, tonic::status::Status>>>` is not implemented for `Channel`
[INFO] [stdout]              but trait `Service<request::Request<http_body::combinators::box_body::UnsyncBoxBody<_, tonic::Status>>>` is implemented for it
[INFO] [stdout]      = help: for that trait implementation, expected `tonic::Status`, found `tonic::status::Status`
[INFO] [stdout] note: required by a bound in `ObjectServiceClient::<T>::with_interceptor`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/aruna-rust-api-2.0.2/src/aruna/aruna.api.storage.services.v2.rs:6063:16
[INFO] [stdout]      |
[INFO] [stdout] 6056 |           pub fn with_interceptor<F>(
[INFO] [stdout]      |                  ---------------- required by a bound in this associated function
[INFO] [stdout] ...
[INFO] [stdout] 6063 |               T: tonic::codegen::Service<
[INFO] [stdout]      |  ________________^
[INFO] [stdout] 6064 | |                 http::Request<tonic::body::BoxBody>,
[INFO] [stdout] 6065 | |                 Response = http::Response<
[INFO] [stdout] 6066 | |                     <T as tonic::client::GrpcService<tonic::body::BoxBody>>::ResponseBody,
[INFO] [stdout] 6067 | |                 >,
[INFO] [stdout] 6068 | |             >,
[INFO] [stdout]      | |_____________^ required by this bound in `ObjectServiceClient::<T>::with_interceptor`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `utils::ClientInterceptor: tonic::service::interceptor::Interceptor` is not satisfied
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/aruna-cache-0.2.3/src/query.rs:101:13
[INFO] [stdout]      |
[INFO] [stdout] 99   |         let object_service = object_service_client::ObjectServiceClient::with_interceptor(
[INFO] [stdout]      |                              ------------------------------------------------------------ required by a bound introduced by this call
[INFO] [stdout] 100  |             channel.clone(),
[INFO] [stdout] 101  |             interceptor.clone(),
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^^^^^ the trait `FnMut(tonic::request::Request<()>)` is not implemented for `utils::ClientInterceptor`
[INFO] [stdout]      |
[INFO] [stdout] note: there are multiple different versions of crate `tonic` in the dependency graph
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tonic-0.11.0/src/service/interceptor.rs:46:1
[INFO] [stdout]      |
[INFO] [stdout] 46   | pub trait Interceptor {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^ this is the required trait
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/aruna-cache-0.2.3/src/cache.rs:10:5
[INFO] [stdout]      |
[INFO] [stdout] 10   | use aruna_rust_api::api::storage::models::v2::generic_resource;
[INFO] [stdout]      |     -------------- one version of crate `tonic` is used here, as a dependency of crate `aruna_rust_api`
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/aruna-cache-0.2.3/src/notifications.rs:26:5
[INFO] [stdout]      |
[INFO] [stdout] 26   | use tonic::codegen::InterceptedService;
[INFO] [stdout]      |     ----- one version of crate `tonic` is used here, as a direct dependency of the current crate
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/aruna-cache-0.2.3/src/utils.rs:105:1
[INFO] [stdout]      |
[INFO] [stdout] 105  | pub struct ClientInterceptor {
[INFO] [stdout]      | ---------------------------- this type doesn't implement the required trait
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tonic-0.9.2/src/client/service.rs:13:1
[INFO] [stdout]      |
[INFO] [stdout] 13   | pub trait GrpcService<ReqBody> {
[INFO] [stdout]      | ------------------------------ this is the found trait
[INFO] [stdout]      = help: you can use `cargo tree` to explore your dependency tree
[INFO] [stdout]      = note: required for `utils::ClientInterceptor` to implement `tonic::service::interceptor::Interceptor`
[INFO] [stdout] note: required by a bound in `ObjectServiceClient::<T>::with_interceptor`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/aruna-rust-api-2.0.2/src/aruna/aruna.api.storage.services.v2.rs:6061:16
[INFO] [stdout]      |
[INFO] [stdout] 6056 |         pub fn with_interceptor<F>(
[INFO] [stdout]      |                ---------------- required by a bound in this associated function
[INFO] [stdout] ...
[INFO] [stdout] 6061 |             F: tonic::service::Interceptor,
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `ObjectServiceClient::<T>::with_interceptor`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Channel: Service<request::Request<http_body::combinators::box_body::UnsyncBoxBody<tonic::codegen::Bytes, tonic::status::Status>>>` is not satisfied
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/aruna-cache-0.2.3/src/query.rs:105:13
[INFO] [stdout]       |
[INFO] [stdout] 104   |         let user_service = user_service_client::UserServiceClient::with_interceptor(
[INFO] [stdout]       |                            -------------------------------------------------------- required by a bound introduced by this call
[INFO] [stdout] 105   |             channel.clone(),
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^ unsatisfied trait bound
[INFO] [stdout]       |
[INFO] [stdout]       = help: the trait `Service<request::Request<http_body::combinators::box_body::UnsyncBoxBody<_, tonic::status::Status>>>` is not implemented for `Channel`
[INFO] [stdout]               but trait `Service<request::Request<http_body::combinators::box_body::UnsyncBoxBody<_, tonic::Status>>>` is implemented for it
[INFO] [stdout]       = help: for that trait implementation, expected `tonic::Status`, found `tonic::status::Status`
[INFO] [stdout] note: required by a bound in `UserServiceClient::<T>::with_interceptor`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/aruna-rust-api-2.0.2/src/aruna/aruna.api.storage.services.v2.rs:14584:16
[INFO] [stdout]       |
[INFO] [stdout] 14577 |           pub fn with_interceptor<F>(
[INFO] [stdout]       |                  ---------------- required by a bound in this associated function
[INFO] [stdout] ...
[INFO] [stdout] 14584 |               T: tonic::codegen::Service<
[INFO] [stdout]       |  ________________^
[INFO] [stdout] 14585 | |                 http::Request<tonic::body::BoxBody>,
[INFO] [stdout] 14586 | |                 Response = http::Response<
[INFO] [stdout] 14587 | |                     <T as tonic::client::GrpcService<tonic::body::BoxBody>>::ResponseBody,
[INFO] [stdout] 14588 | |                 >,
[INFO] [stdout] 14589 | |             >,
[INFO] [stdout]       | |_____________^ required by this bound in `UserServiceClient::<T>::with_interceptor`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `utils::ClientInterceptor: tonic::service::interceptor::Interceptor` is not satisfied
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/aruna-cache-0.2.3/src/query.rs:106:13
[INFO] [stdout]       |
[INFO] [stdout] 104   |         let user_service = user_service_client::UserServiceClient::with_interceptor(
[INFO] [stdout]       |                            -------------------------------------------------------- required by a bound introduced by this call
[INFO] [stdout] 105   |             channel.clone(),
[INFO] [stdout] 106   |             interceptor.clone(),
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^ the trait `FnMut(tonic::request::Request<()>)` is not implemented for `utils::ClientInterceptor`
[INFO] [stdout]       |
[INFO] [stdout] note: there are multiple different versions of crate `tonic` in the dependency graph
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tonic-0.11.0/src/service/interceptor.rs:46:1
[INFO] [stdout]       |
[INFO] [stdout] 46    | pub trait Interceptor {
[INFO] [stdout]       | ^^^^^^^^^^^^^^^^^^^^^ this is the required trait
[INFO] [stdout]       |
[INFO] [stdout]      ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/aruna-cache-0.2.3/src/cache.rs:10:5
[INFO] [stdout]       |
[INFO] [stdout] 10    | use aruna_rust_api::api::storage::models::v2::generic_resource;
[INFO] [stdout]       |     -------------- one version of crate `tonic` is used here, as a dependency of crate `aruna_rust_api`
[INFO] [stdout]       |
[INFO] [stdout]      ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/aruna-cache-0.2.3/src/notifications.rs:26:5
[INFO] [stdout]       |
[INFO] [stdout] 26    | use tonic::codegen::InterceptedService;
[INFO] [stdout]       |     ----- one version of crate `tonic` is used here, as a direct dependency of the current crate
[INFO] [stdout]       |
[INFO] [stdout]      ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/aruna-cache-0.2.3/src/utils.rs:105:1
[INFO] [stdout]       |
[INFO] [stdout] 105   | pub struct ClientInterceptor {
[INFO] [stdout]       | ---------------------------- this type doesn't implement the required trait
[INFO] [stdout]       |
[INFO] [stdout]      ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tonic-0.9.2/src/client/service.rs:13:1
[INFO] [stdout]       |
[INFO] [stdout] 13    | pub trait GrpcService<ReqBody> {
[INFO] [stdout]       | ------------------------------ this is the found trait
[INFO] [stdout]       = help: you can use `cargo tree` to explore your dependency tree
[INFO] [stdout]       = note: required for `utils::ClientInterceptor` to implement `tonic::service::interceptor::Interceptor`
[INFO] [stdout] note: required by a bound in `UserServiceClient::<T>::with_interceptor`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/aruna-rust-api-2.0.2/src/aruna/aruna.api.storage.services.v2.rs:14582:16
[INFO] [stdout]       |
[INFO] [stdout] 14577 |         pub fn with_interceptor<F>(
[INFO] [stdout]       |                ---------------- required by a bound in this associated function
[INFO] [stdout] ...
[INFO] [stdout] 14582 |             F: tonic::service::Interceptor,
[INFO] [stdout]       |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `UserServiceClient::<T>::with_interceptor`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Channel: Service<request::Request<http_body::combinators::box_body::UnsyncBoxBody<tonic::codegen::Bytes, tonic::status::Status>>>` is not satisfied
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/aruna-cache-0.2.3/src/query.rs:110:13
[INFO] [stdout]     |
[INFO] [stdout] 109 |         let endpoint_service = endpoint_service_client::EndpointServiceClient::with_interceptor(
[INFO] [stdout]     |                                ---------------------------------------------------------------- required by a bound introduced by this call
[INFO] [stdout] 110 |             channel.clone(),
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^ unsatisfied trait bound
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Service<request::Request<http_body::combinators::box_body::UnsyncBoxBody<_, tonic::status::Status>>>` is not implemented for `Channel`
[INFO] [stdout]             but trait `Service<request::Request<http_body::combinators::box_body::UnsyncBoxBody<_, tonic::Status>>>` is implemented for it
[INFO] [stdout]     = help: for that trait implementation, expected `tonic::Status`, found `tonic::status::Status`
[INFO] [stdout] note: required by a bound in `EndpointServiceClient::<T>::with_interceptor`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/aruna-rust-api-2.0.2/src/aruna/aruna.api.storage.services.v2.rs:188:16
[INFO] [stdout]     |
[INFO] [stdout] 181 |           pub fn with_interceptor<F>(
[INFO] [stdout]     |                  ---------------- required by a bound in this associated function
[INFO] [stdout] ...
[INFO] [stdout] 188 |               T: tonic::codegen::Service<
[INFO] [stdout]     |  ________________^
[INFO] [stdout] 189 | |                 http::Request<tonic::body::BoxBody>,
[INFO] [stdout] 190 | |                 Response = http::Response<
[INFO] [stdout] 191 | |                     <T as tonic::client::GrpcService<tonic::body::BoxBody>>::ResponseBody,
[INFO] [stdout] 192 | |                 >,
[INFO] [stdout] 193 | |             >,
[INFO] [stdout]     | |_____________^ required by this bound in `EndpointServiceClient::<T>::with_interceptor`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `utils::ClientInterceptor: tonic::service::interceptor::Interceptor` is not satisfied
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/aruna-cache-0.2.3/src/query.rs:111:13
[INFO] [stdout]     |
[INFO] [stdout] 109 |         let endpoint_service = endpoint_service_client::EndpointServiceClient::with_interceptor(
[INFO] [stdout]     |                                ---------------------------------------------------------------- required by a bound introduced by this call
[INFO] [stdout] 110 |             channel.clone(),
[INFO] [stdout] 111 |             interceptor.clone(),
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^ the trait `FnMut(tonic::request::Request<()>)` is not implemented for `utils::ClientInterceptor`
[INFO] [stdout]     |
[INFO] [stdout] note: there are multiple different versions of crate `tonic` in the dependency graph
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tonic-0.11.0/src/service/interceptor.rs:46:1
[INFO] [stdout]     |
[INFO] [stdout] 46  | pub trait Interceptor {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^ this is the required trait
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/aruna-cache-0.2.3/src/cache.rs:10:5
[INFO] [stdout]     |
[INFO] [stdout] 10  | use aruna_rust_api::api::storage::models::v2::generic_resource;
[INFO] [stdout]     |     -------------- one version of crate `tonic` is used here, as a dependency of crate `aruna_rust_api`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/aruna-cache-0.2.3/src/notifications.rs:26:5
[INFO] [stdout]     |
[INFO] [stdout] 26  | use tonic::codegen::InterceptedService;
[INFO] [stdout]     |     ----- one version of crate `tonic` is used here, as a direct dependency of the current crate
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/aruna-cache-0.2.3/src/utils.rs:105:1
[INFO] [stdout]     |
[INFO] [stdout] 105 | pub struct ClientInterceptor {
[INFO] [stdout]     | ---------------------------- this type doesn't implement the required trait
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tonic-0.9.2/src/client/service.rs:13:1
[INFO] [stdout]     |
[INFO] [stdout] 13  | pub trait GrpcService<ReqBody> {
[INFO] [stdout]     | ------------------------------ this is the found trait
[INFO] [stdout]     = help: you can use `cargo tree` to explore your dependency tree
[INFO] [stdout]     = note: required for `utils::ClientInterceptor` to implement `tonic::service::interceptor::Interceptor`
[INFO] [stdout] note: required by a bound in `EndpointServiceClient::<T>::with_interceptor`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/aruna-rust-api-2.0.2/src/aruna/aruna.api.storage.services.v2.rs:186:16
[INFO] [stdout]     |
[INFO] [stdout] 181 |         pub fn with_interceptor<F>(
[INFO] [stdout]     |                ---------------- required by a bound in this associated function
[INFO] [stdout] ...
[INFO] [stdout] 186 |             F: tonic::service::Interceptor,
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `EndpointServiceClient::<T>::with_interceptor`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Channel: Service<request::Request<http_body::combinators::box_body::UnsyncBoxBody<tonic::codegen::Bytes, tonic::status::Status>>>` is not satisfied
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/aruna-cache-0.2.3/src/query.rs:116:17
[INFO] [stdout]       |
[INFO] [stdout] 115   |             storage_status_service_client::StorageStatusServiceClient::with_interceptor(
[INFO] [stdout]       |             --------------------------------------------------------------------------- required by a bound introduced by this call
[INFO] [stdout] 116   |                 channel,
[INFO] [stdout]       |                 ^^^^^^^ unsatisfied trait bound
[INFO] [stdout]       |
[INFO] [stdout]       = help: the trait `Service<request::Request<http_body::combinators::box_body::UnsyncBoxBody<_, tonic::status::Status>>>` is not implemented for `Channel`
[INFO] [stdout]               but trait `Service<request::Request<http_body::combinators::box_body::UnsyncBoxBody<_, tonic::Status>>>` is implemented for it
[INFO] [stdout]       = help: for that trait implementation, expected `tonic::Status`, found `tonic::status::Status`
[INFO] [stdout] note: required by a bound in `StorageStatusServiceClient::<T>::with_interceptor`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/aruna-rust-api-2.0.2/src/aruna/aruna.api.storage.services.v2.rs:11759:16
[INFO] [stdout]       |
[INFO] [stdout] 11752 |           pub fn with_interceptor<F>(
[INFO] [stdout]       |                  ---------------- required by a bound in this associated function
[INFO] [stdout] ...
[INFO] [stdout] 11759 |               T: tonic::codegen::Service<
[INFO] [stdout]       |  ________________^
[INFO] [stdout] 11760 | |                 http::Request<tonic::body::BoxBody>,
[INFO] [stdout] 11761 | |                 Response = http::Response<
[INFO] [stdout] 11762 | |                     <T as tonic::client::GrpcService<tonic::body::BoxBody>>::ResponseBody,
[INFO] [stdout] 11763 | |                 >,
[INFO] [stdout] 11764 | |             >,
[INFO] [stdout]       | |_____________^ required by this bound in `StorageStatusServiceClient::<T>::with_interceptor`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `utils::ClientInterceptor: tonic::service::interceptor::Interceptor` is not satisfied
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/aruna-cache-0.2.3/src/query.rs:117:17
[INFO] [stdout]       |
[INFO] [stdout] 115   |             storage_status_service_client::StorageStatusServiceClient::with_interceptor(
[INFO] [stdout]       |             --------------------------------------------------------------------------- required by a bound introduced by this call
[INFO] [stdout] 116   |                 channel,
[INFO] [stdout] 117   |                 interceptor,
[INFO] [stdout]       |                 ^^^^^^^^^^^ the trait `FnMut(tonic::request::Request<()>)` is not implemented for `utils::ClientInterceptor`
[INFO] [stdout]       |
[INFO] [stdout] note: there are multiple different versions of crate `tonic` in the dependency graph
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tonic-0.11.0/src/service/interceptor.rs:46:1
[INFO] [stdout]       |
[INFO] [stdout] 46    | pub trait Interceptor {
[INFO] [stdout]       | ^^^^^^^^^^^^^^^^^^^^^ this is the required trait
[INFO] [stdout]       |
[INFO] [stdout]      ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/aruna-cache-0.2.3/src/cache.rs:10:5
[INFO] [stdout]       |
[INFO] [stdout] 10    | use aruna_rust_api::api::storage::models::v2::generic_resource;
[INFO] [stdout]       |     -------------- one version of crate `tonic` is used here, as a dependency of crate `aruna_rust_api`
[INFO] [stdout]       |
[INFO] [stdout]      ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/aruna-cache-0.2.3/src/notifications.rs:26:5
[INFO] [stdout]       |
[INFO] [stdout] 26    | use tonic::codegen::InterceptedService;
[INFO] [stdout]       |     ----- one version of crate `tonic` is used here, as a direct dependency of the current crate
[INFO] [stdout]       |
[INFO] [stdout]      ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/aruna-cache-0.2.3/src/utils.rs:105:1
[INFO] [stdout]       |
[INFO] [stdout] 105   | pub struct ClientInterceptor {
[INFO] [stdout]       | ---------------------------- this type doesn't implement the required trait
[INFO] [stdout]       |
[INFO] [stdout]      ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tonic-0.9.2/src/client/service.rs:13:1
[INFO] [stdout]       |
[INFO] [stdout] 13    | pub trait GrpcService<ReqBody> {
[INFO] [stdout]       | ------------------------------ this is the found trait
[INFO] [stdout]       = help: you can use `cargo tree` to explore your dependency tree
[INFO] [stdout]       = note: required for `utils::ClientInterceptor` to implement `tonic::service::interceptor::Interceptor`
[INFO] [stdout] note: required by a bound in `StorageStatusServiceClient::<T>::with_interceptor`
[INFO] [stdout]      --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/aruna-rust-api-2.0.2/src/aruna/aruna.api.storage.services.v2.rs:11757:16
[INFO] [stdout]       |
[INFO] [stdout] 11752 |         pub fn with_interceptor<F>(
[INFO] [stdout]       |                ---------------- required by a bound in this associated function
[INFO] [stdout] ...
[INFO] [stdout] 11757 |             F: tonic::service::Interceptor,
[INFO] [stdout]       |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `StorageStatusServiceClient::<T>::with_interceptor`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/aruna-cache-0.2.3/src/query.rs:120:13
[INFO] [stdout]     |
[INFO] [stdout] 120 |             project_service,
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^ expected `InterceptedService<Channel, ...>`, found a different `InterceptedService<Channel, ...>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `InterceptedService<Channel, ...>` and `InterceptedService<Channel, ...>` have similar names, but are actually distinct types
[INFO] [stdout] note: `InterceptedService<Channel, ...>` is defined in crate `tonic`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tonic-0.11.0/src/service/interceptor.rs:94:1
[INFO] [stdout]     |
[INFO] [stdout] 94  | pub struct InterceptedService<S, F> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `InterceptedService<Channel, ...>` is defined in crate `tonic`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tonic-0.9.2/src/service/interceptor.rs:118:1
[INFO] [stdout]     |
[INFO] [stdout] 118 | pub struct InterceptedService<S, F> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: perhaps two different versions of crate `tonic` are being used?
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/aruna-cache-0.2.3/src/query.rs:121:13
[INFO] [stdout]     |
[INFO] [stdout] 121 |             collection_service,
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^ expected `InterceptedService<Channel, ...>`, found a different `InterceptedService<Channel, ...>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `InterceptedService<Channel, ...>` and `InterceptedService<Channel, ...>` have similar names, but are actually distinct types
[INFO] [stdout] note: `InterceptedService<Channel, ...>` is defined in crate `tonic`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tonic-0.11.0/src/service/interceptor.rs:94:1
[INFO] [stdout]     |
[INFO] [stdout] 94  | pub struct InterceptedService<S, F> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `InterceptedService<Channel, ...>` is defined in crate `tonic`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tonic-0.9.2/src/service/interceptor.rs:118:1
[INFO] [stdout]     |
[INFO] [stdout] 118 | pub struct InterceptedService<S, F> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: perhaps two different versions of crate `tonic` are being used?
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/aruna-cache-0.2.3/src/query.rs:122:13
[INFO] [stdout]     |
[INFO] [stdout] 122 |             dataset_service,
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^ expected `InterceptedService<Channel, ...>`, found a different `InterceptedService<Channel, ...>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `InterceptedService<Channel, ...>` and `InterceptedService<Channel, ...>` have similar names, but are actually distinct types
[INFO] [stdout] note: `InterceptedService<Channel, ...>` is defined in crate `tonic`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tonic-0.11.0/src/service/interceptor.rs:94:1
[INFO] [stdout]     |
[INFO] [stdout] 94  | pub struct InterceptedService<S, F> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `InterceptedService<Channel, ...>` is defined in crate `tonic`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tonic-0.9.2/src/service/interceptor.rs:118:1
[INFO] [stdout]     |
[INFO] [stdout] 118 | pub struct InterceptedService<S, F> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: perhaps two different versions of crate `tonic` are being used?
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/aruna-cache-0.2.3/src/query.rs:123:13
[INFO] [stdout]     |
[INFO] [stdout] 123 |             object_service,
[INFO] [stdout]     |             ^^^^^^^^^^^^^^ expected `InterceptedService<Channel, ...>`, found a different `InterceptedService<Channel, ...>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `InterceptedService<Channel, ...>` and `InterceptedService<Channel, ...>` have similar names, but are actually distinct types
[INFO] [stdout] note: `InterceptedService<Channel, ...>` is defined in crate `tonic`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tonic-0.11.0/src/service/interceptor.rs:94:1
[INFO] [stdout]     |
[INFO] [stdout] 94  | pub struct InterceptedService<S, F> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `InterceptedService<Channel, ...>` is defined in crate `tonic`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tonic-0.9.2/src/service/interceptor.rs:118:1
[INFO] [stdout]     |
[INFO] [stdout] 118 | pub struct InterceptedService<S, F> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: perhaps two different versions of crate `tonic` are being used?
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/aruna-cache-0.2.3/src/query.rs:124:13
[INFO] [stdout]     |
[INFO] [stdout] 124 |             user_service,
[INFO] [stdout]     |             ^^^^^^^^^^^^ expected `InterceptedService<Channel, ...>`, found a different `InterceptedService<Channel, ...>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `InterceptedService<Channel, ...>` and `InterceptedService<Channel, ...>` have similar names, but are actually distinct types
[INFO] [stdout] note: `InterceptedService<Channel, ...>` is defined in crate `tonic`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tonic-0.11.0/src/service/interceptor.rs:94:1
[INFO] [stdout]     |
[INFO] [stdout] 94  | pub struct InterceptedService<S, F> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `InterceptedService<Channel, ...>` is defined in crate `tonic`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tonic-0.9.2/src/service/interceptor.rs:118:1
[INFO] [stdout]     |
[INFO] [stdout] 118 | pub struct InterceptedService<S, F> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: perhaps two different versions of crate `tonic` are being used?
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/aruna-cache-0.2.3/src/query.rs:125:13
[INFO] [stdout]     |
[INFO] [stdout] 125 |             endpoint_service,
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^ expected `InterceptedService<Channel, ...>`, found a different `InterceptedService<Channel, ...>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `InterceptedService<Channel, ...>` and `InterceptedService<Channel, ...>` have similar names, but are actually distinct types
[INFO] [stdout] note: `InterceptedService<Channel, ...>` is defined in crate `tonic`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tonic-0.11.0/src/service/interceptor.rs:94:1
[INFO] [stdout]     |
[INFO] [stdout] 94  | pub struct InterceptedService<S, F> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `InterceptedService<Channel, ...>` is defined in crate `tonic`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tonic-0.9.2/src/service/interceptor.rs:118:1
[INFO] [stdout]     |
[INFO] [stdout] 118 | pub struct InterceptedService<S, F> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: perhaps two different versions of crate `tonic` are being used?
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/aruna-cache-0.2.3/src/query.rs:126:13
[INFO] [stdout]     |
[INFO] [stdout] 126 |             storage_status_service,
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^ expected `InterceptedService<Channel, ...>`, found a different `InterceptedService<Channel, ...>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `InterceptedService<Channel, ...>` and `InterceptedService<Channel, ...>` have similar names, but are actually distinct types
[INFO] [stdout] note: `InterceptedService<Channel, ...>` is defined in crate `tonic`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tonic-0.11.0/src/service/interceptor.rs:94:1
[INFO] [stdout]     |
[INFO] [stdout] 94  | pub struct InterceptedService<S, F> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `InterceptedService<Channel, ...>` is defined in crate `tonic`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tonic-0.9.2/src/service/interceptor.rs:118:1
[INFO] [stdout]     |
[INFO] [stdout] 118 | pub struct InterceptedService<S, F> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: perhaps two different versions of crate `tonic` are being used?
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0609]: no field `external_ids` on type `aruna_rust_api::api::storage::models::v2::User`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/aruna-cache-0.2.3/src/cache.rs:379:27
[INFO] [stdout]     |
[INFO] [stdout] 379 |         let ext_id = user.external_ids.first().unwrap().external_id.clone();
[INFO] [stdout]     |                           ^^^^^^^^^^^^ unknown field
[INFO] [stdout]     |
[INFO] [stdout]     = note: available fields are: `id`, `display_name`, `active`, `email`, `attributes` ... and 2 others
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: the method `get_user_redacted` exists for struct `UserServiceClient<InterceptedService<Channel, ClientInterceptor>>`, but its trait bounds were not satisfied
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/aruna-cache-0.2.3/src/query.rs:138:14
[INFO] [stdout]     |
[INFO] [stdout] 135 |           let user = self
[INFO] [stdout]     |  ____________________-
[INFO] [stdout] 136 | |             .user_service
[INFO] [stdout] 137 | |             .clone()
[INFO] [stdout] 138 | |             .get_user_redacted(Request::new(GetUserRedactedRequest {
[INFO] [stdout]     | |             -^^^^^^^^^^^^^^^^^ method cannot be called due to unsatisfied trait bounds
[INFO] [stdout]     | |_____________|
[INFO] [stdout]     |
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tonic-0.9.2/src/transport/channel/mod.rs:69:1
[INFO] [stdout]     |
[INFO] [stdout] 69  |   pub struct Channel {
[INFO] [stdout]     |   ------------------ doesn't satisfy `_: Service<Request<UnsyncBoxBody<Bytes, Status>>>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: the following trait bounds were not satisfied:
[INFO] [stdout]             `Channel: Service<request::Request<http_body::combinators::box_body::UnsyncBoxBody<tonic::codegen::Bytes, tonic::status::Status>>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: the method `get_pubkeys` exists for struct `StorageStatusServiceClient<InterceptedService<Channel, ClientInterceptor>>`, but its trait bounds were not satisfied
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/aruna-cache-0.2.3/src/query.rs:158:14
[INFO] [stdout]     |
[INFO] [stdout] 155 |           Ok(self
[INFO] [stdout]     |  ____________-
[INFO] [stdout] 156 | |             .storage_status_service
[INFO] [stdout] 157 | |             .clone()
[INFO] [stdout] 158 | |             .get_pubkeys(Request::new(GetPubkeysRequest {}))
[INFO] [stdout]     | |             -^^^^^^^^^^^ method cannot be called due to unsatisfied trait bounds
[INFO] [stdout]     | |_____________|
[INFO] [stdout]     |
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tonic-0.9.2/src/transport/channel/mod.rs:69:1
[INFO] [stdout]     |
[INFO] [stdout] 69  |   pub struct Channel {
[INFO] [stdout]     |   ------------------ doesn't satisfy `_: Service<Request<UnsyncBoxBody<Bytes, Status>>>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: the following trait bounds were not satisfied:
[INFO] [stdout]             `Channel: Service<request::Request<http_body::combinators::box_body::UnsyncBoxBody<tonic::codegen::Bytes, tonic::status::Status>>>`
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout] note: `QueryHandler` defines an item `get_pubkeys`, perhaps you need to implement it
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/aruna-cache-0.2.3/src/query.rs:46:1
[INFO] [stdout]     |
[INFO] [stdout] 46  | pub trait QueryHandler {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: the method `get_project` exists for struct `ProjectServiceClient<InterceptedService<Channel, ClientInterceptor>>`, but its trait bounds were not satisfied
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/aruna-cache-0.2.3/src/query.rs:172:22
[INFO] [stdout]     |
[INFO] [stdout] 170 | /                 self.project_service
[INFO] [stdout] 171 | |                     .clone()
[INFO] [stdout] 172 | |                     .get_project(Request::new(GetProjectRequest {
[INFO] [stdout]     | |                     -^^^^^^^^^^^ method cannot be called due to unsatisfied trait bounds
[INFO] [stdout]     | |_____________________|
[INFO] [stdout]     |
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tonic-0.9.2/src/transport/channel/mod.rs:69:1
[INFO] [stdout]     |
[INFO] [stdout] 69  |   pub struct Channel {
[INFO] [stdout]     |   ------------------ doesn't satisfy `_: Service<Request<UnsyncBoxBody<Bytes, Status>>>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: the following trait bounds were not satisfied:
[INFO] [stdout]             `Channel: Service<request::Request<http_body::combinators::box_body::UnsyncBoxBody<tonic::codegen::Bytes, tonic::status::Status>>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: the method `get_collection` exists for struct `CollectionServiceClient<InterceptedService<Channel, ClientInterceptor>>`, but its trait bounds were not satisfied
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/aruna-cache-0.2.3/src/query.rs:183:22
[INFO] [stdout]     |
[INFO] [stdout] 181 | /                 self.collection_service
[INFO] [stdout] 182 | |                     .clone()
[INFO] [stdout] 183 | |                     .get_collection(Request::new(GetCollectionRequest {
[INFO] [stdout]     | |                     -^^^^^^^^^^^^^^ method cannot be called due to unsatisfied trait bounds
[INFO] [stdout]     | |_____________________|
[INFO] [stdout]     |
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tonic-0.9.2/src/transport/channel/mod.rs:69:1
[INFO] [stdout]     |
[INFO] [stdout] 69  |   pub struct Channel {
[INFO] [stdout]     |   ------------------ doesn't satisfy `_: Service<Request<UnsyncBoxBody<Bytes, Status>>>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: the following trait bounds were not satisfied:
[INFO] [stdout]             `Channel: Service<request::Request<http_body::combinators::box_body::UnsyncBoxBody<tonic::codegen::Bytes, tonic::status::Status>>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: the method `get_dataset` exists for struct `DatasetServiceClient<InterceptedService<Channel, ClientInterceptor>>`, but its trait bounds were not satisfied
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/aruna-cache-0.2.3/src/query.rs:194:22
[INFO] [stdout]     |
[INFO] [stdout] 192 | /                 self.dataset_service
[INFO] [stdout] 193 | |                     .clone()
[INFO] [stdout] 194 | |                     .get_dataset(Request::new(GetDatasetRequest {
[INFO] [stdout]     | |                     -^^^^^^^^^^^ method cannot be called due to unsatisfied trait bounds
[INFO] [stdout]     | |_____________________|
[INFO] [stdout]     |
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tonic-0.9.2/src/transport/channel/mod.rs:69:1
[INFO] [stdout]     |
[INFO] [stdout] 69  |   pub struct Channel {
[INFO] [stdout]     |   ------------------ doesn't satisfy `_: Service<Request<UnsyncBoxBody<Bytes, Status>>>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: the following trait bounds were not satisfied:
[INFO] [stdout]             `Channel: Service<request::Request<http_body::combinators::box_body::UnsyncBoxBody<tonic::codegen::Bytes, tonic::status::Status>>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: the method `get_object` exists for struct `ObjectServiceClient<InterceptedService<Channel, ClientInterceptor>>`, but its trait bounds were not satisfied
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/aruna-cache-0.2.3/src/query.rs:205:22
[INFO] [stdout]     |
[INFO] [stdout] 203 | /                 self.object_service
[INFO] [stdout] 204 | |                     .clone()
[INFO] [stdout] 205 | |                     .get_object(Request::new(GetObjectRequest {
[INFO] [stdout]     | |                     -^^^^^^^^^^ method cannot be called due to unsatisfied trait bounds
[INFO] [stdout]     | |_____________________|
[INFO] [stdout]     |
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tonic-0.9.2/src/transport/channel/mod.rs:69:1
[INFO] [stdout]     |
[INFO] [stdout] 69  |   pub struct Channel {
[INFO] [stdout]     |   ------------------ doesn't satisfy `_: Service<Request<UnsyncBoxBody<Bytes, Status>>>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: the following trait bounds were not satisfied:
[INFO] [stdout]             `Channel: Service<request::Request<http_body::combinators::box_body::UnsyncBoxBody<tonic::codegen::Bytes, tonic::status::Status>>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: the method `full_sync_endpoint` exists for struct `EndpointServiceClient<InterceptedService<Channel, ClientInterceptor>>`, but its trait bounds were not satisfied
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/aruna-cache-0.2.3/src/query.rs:226:14
[INFO] [stdout]     |
[INFO] [stdout] 223 |           let result = self
[INFO] [stdout]     |  ______________________-
[INFO] [stdout] 224 | |             .endpoint_service
[INFO] [stdout] 225 | |             .clone()
[INFO] [stdout] 226 | |             .full_sync_endpoint(Request::new(FullSyncEndpointRequest {}))
[INFO] [stdout]     | |             -^^^^^^^^^^^^^^^^^^ method cannot be called due to unsatisfied trait bounds
[INFO] [stdout]     | |_____________|
[INFO] [stdout]     |
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tonic-0.9.2/src/transport/channel/mod.rs:69:1
[INFO] [stdout]     |
[INFO] [stdout] 69  |   pub struct Channel {
[INFO] [stdout]     |   ------------------ doesn't satisfy `_: Service<Request<UnsyncBoxBody<Bytes, Status>>>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: the following trait bounds were not satisfied:
[INFO] [stdout]             `Channel: Service<request::Request<http_body::combinators::box_body::UnsyncBoxBody<tonic::codegen::Bytes, tonic::status::Status>>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0609]: no field `associated_id` on type `&aruna_rust_api::api::notification::services::v2::Resource`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/aruna-cache-0.2.3/src/utils.rs:36:44
[INFO] [stdout]    |
[INFO] [stdout] 36 |                 DieselUlid::from_str(&self.associated_id).ok()?,
[INFO] [stdout]    |                                            ^^^^^^^^^^^^^ unknown field
[INFO] [stdout]    |
[INFO] [stdout]    = note: available fields are: `resource_id`, `persistent_resource_id`, `checksum`, `resource_variant`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0609]: no field `associated_id` on type `&aruna_rust_api::api::notification::services::v2::Resource`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/aruna-cache-0.2.3/src/utils.rs:40:44
[INFO] [stdout]    |
[INFO] [stdout] 40 |                 DieselUlid::from_str(&self.associated_id).ok()?,
[INFO] [stdout]    |                                            ^^^^^^^^^^^^^ unknown field
[INFO] [stdout]    |
[INFO] [stdout]    = note: available fields are: `resource_id`, `persistent_resource_id`, `checksum`, `resource_variant`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0277, E0308, E0432, E0599, E0609.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `aruna-cache` (lib) due to 43 previous errors
[INFO] running `Command { std: "docker" "inspect" "03137d1d5753c92dbf33a363db62d225b9a5a2904e92dfc8f86361ad00d3043e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "03137d1d5753c92dbf33a363db62d225b9a5a2904e92dfc8f86361ad00d3043e", kill_on_drop: false }`
[INFO] [stdout] 03137d1d5753c92dbf33a363db62d225b9a5a2904e92dfc8f86361ad00d3043e
