[INFO] cloning repository https://github.com/shupx/zenoh-plugin-grpc
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/shupx/zenoh-plugin-grpc" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fshupx%2Fzenoh-plugin-grpc", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fshupx%2Fzenoh-plugin-grpc'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] be6360bc5f5d947927d9cdc74493f9eda4e93feb
[INFO] checking shupx/zenoh-plugin-grpc against 760e1de835e253bf28bbcbfee38b5e8ed9ffe074 for pr-133502-26
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fshupx%2Fzenoh-plugin-grpc" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-5-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/shupx/zenoh-plugin-grpc
[INFO] finished tweaking git repo https://github.com/shupx/zenoh-plugin-grpc
[INFO] tweaked toml for git repo https://github.com/shupx/zenoh-plugin-grpc written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/shupx/zenoh-plugin-grpc on toolchain 760e1de835e253bf28bbcbfee38b5e8ed9ffe074
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+760e1de835e253bf28bbcbfee38b5e8ed9ffe074" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/shupx/zenoh-plugin-grpc already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+760e1de835e253bf28bbcbfee38b5e8ed9ffe074" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:1fa6594d87c8fa7b311925a7a77a16f539833322d9dfba4ce891f211db2f90b1" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 9e61045dd87ad915fdd4263a6329e89626b9b99d239f46e51674b12e8adc3747
[INFO] running `Command { std: "docker" "start" "9e61045dd87ad915fdd4263a6329e89626b9b99d239f46e51674b12e8adc3747", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9e61045dd87ad915fdd4263a6329e89626b9b99d239f46e51674b12e8adc3747", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "9e61045dd87ad915fdd4263a6329e89626b9b99d239f46e51674b12e8adc3747" "/opt/rustwide/cargo-home/bin/cargo" "+760e1de835e253bf28bbcbfee38b5e8ed9ffe074" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9e61045dd87ad915fdd4263a6329e89626b9b99d239f46e51674b12e8adc3747", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "9e61045dd87ad915fdd4263a6329e89626b9b99d239f46e51674b12e8adc3747" "/opt/rustwide/cargo-home/bin/cargo" "+760e1de835e253bf28bbcbfee38b5e8ed9ffe074" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.183
[INFO] [stderr]    Compiling zerocopy v0.8.47
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling once_cell v1.21.4
[INFO] [stderr]     Checking tracing-core v0.1.36
[INFO] [stderr]    Compiling foldhash v0.2.0
[INFO] [stderr]    Compiling anyhow v1.0.102
[INFO] [stderr]    Compiling hashbrown v0.16.1
[INFO] [stderr]    Compiling portable-atomic v1.13.1
[INFO] [stderr]     Checking lazy_static v1.5.0
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling indexmap v2.13.0
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling cc v1.2.58
[INFO] [stderr]     Checking errno v0.3.14
[INFO] [stderr]     Checking socket2 v0.6.3
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking signal-hook-registry v1.4.8
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking mio v1.2.0
[INFO] [stderr]     Checking getrandom v0.3.4
[INFO] [stderr]     Checking nanorand v0.7.0
[INFO] [stderr]     Checking socket2 v0.5.10
[INFO] [stderr]     Checking zenoh-result v1.7.2 (https://github.com/eclipse-zenoh/zenoh.git?branch=release%2F1.7.2#790faadb)
[INFO] [stderr]     Checking flume v0.11.1
[INFO] [stderr]    Compiling zmij v1.0.21
[INFO] [stderr]    Compiling itoa v1.0.18
[INFO] [stderr]     Checking bitflags v2.11.0
[INFO] [stderr]    Compiling zenoh-macros v1.7.2 (https://github.com/eclipse-zenoh/zenoh.git?branch=release%2F1.7.2#790faadb)
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]     Checking dyn-clone v1.0.20
[INFO] [stderr]    Compiling pest v2.8.6
[INFO] [stderr]    Compiling token-cell v2.1.1
[INFO] [stderr]    Compiling rustls v0.23.37
[INFO] [stderr]    Compiling const_format_proc_macros v0.2.34
[INFO] [stderr]    Compiling time-core v0.1.7
[INFO] [stderr]     Checking nom v7.1.3
[INFO] [stderr]    Compiling time-macros v0.2.25
[INFO] [stderr]     Checking const_format v0.2.35
[INFO] [stderr]     Checking dirs-sys v0.5.0
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling pest_meta v2.8.6
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling serde_derive_internals v0.29.1
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]    Compiling keyed-set v1.1.0
[INFO] [stderr]     Checking zenoh-collections v1.7.2 (https://github.com/eclipse-zenoh/zenoh.git?branch=release%2F1.7.2#790faadb)
[INFO] [stderr]    Compiling darling_core v0.21.3
[INFO] [stderr]     Checking zenoh-buffers v1.7.2 (https://github.com/eclipse-zenoh/zenoh.git?branch=release%2F1.7.2#790faadb)
[INFO] [stderr]    Compiling pest_generator v2.8.6
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling tokio-macros v2.6.1
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]     Checking tokio v1.50.0
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling ref-cast-impl v1.0.25
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]    Compiling schemars_derive v1.2.1
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]    Compiling ref-cast v1.0.25
[INFO] [stderr]    Compiling prost-derive v0.13.5
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]     Checking thiserror v2.0.18
[INFO] [stderr]     Checking rustls-webpki v0.103.10
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]     Checking zerofrom v0.1.6
[INFO] [stderr]     Checking rand_core v0.9.5
[INFO] [stderr]    Compiling darling_macro v0.21.3
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]     Checking spin v0.10.0
[INFO] [stderr]     Checking yoke v0.8.1
[INFO] [stderr]     Checking siphasher v1.0.2
[INFO] [stderr]     Checking no-std-net v0.6.0
[INFO] [stderr]    Compiling linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling prettyplease v0.2.37
[INFO] [stderr]    Compiling bytes v1.11.1
[INFO] [stderr]     Checking time v0.3.45
[INFO] [stderr]     Checking futures-executor v0.3.32
[INFO] [stderr]     Checking futures v0.3.32
[INFO] [stderr]    Compiling prost v0.13.5
[INFO] [stderr]     Checking ron v0.12.0
[INFO] [stderr]    Compiling schemars v1.2.1
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]     Checking ipnetwork v0.20.0
[INFO] [stderr]     Checking zenoh-keyexpr v1.7.2 (https://github.com/eclipse-zenoh/zenoh.git?branch=release%2F1.7.2#790faadb)
[INFO] [stderr]     Checking tracing-serde v0.2.0
[INFO] [stderr]     Checking tokio-util v0.7.18
[INFO] [stderr]     Checking uhlc v0.8.2
[INFO] [stderr]     Checking pnet_base v0.35.0
[INFO] [stderr]    Compiling darling v0.21.3
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]    Compiling pest_derive v2.8.6
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling asn1-rs-impl v0.2.0
[INFO] [stderr]    Compiling unzip-n v0.1.4
[INFO] [stderr]    Compiling asn1-rs-derive v0.6.0
[INFO] [stderr]     Checking rusticata-macros v4.1.0
[INFO] [stderr]     Checking dirs v6.0.0
[INFO] [stderr]     Checking pnet_sys v0.35.0
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]     Checking sharded-slab v0.1.7
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]    Compiling fixedbitset v0.5.7
[INFO] [stderr]     Checking h2 v0.4.13
[INFO] [stderr]    Compiling petgraph v0.7.1
[INFO] [stderr]     Checking asn1-rs v0.7.1
[INFO] [stderr]     Checking tracing-subscriber v0.3.23
[INFO] [stderr]     Checking json5 v0.4.1
[INFO] [stderr]     Checking zerovec v0.11.5
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]     Checking zenoh-runtime v1.7.2 (https://github.com/eclipse-zenoh/zenoh.git?branch=release%2F1.7.2#790faadb)
[INFO] [stderr]     Checking zenoh-core v1.7.2 (https://github.com/eclipse-zenoh/zenoh.git?branch=release%2F1.7.2#790faadb)
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]     Checking pnet_datalink v0.35.0
[INFO] [stderr]     Checking shellexpand v3.1.2
[INFO] [stderr]    Compiling validated_struct_macros v2.2.0
[INFO] [stderr]     Checking zenoh-protocol v1.7.2 (https://github.com/eclipse-zenoh/zenoh.git?branch=release%2F1.7.2#790faadb)
[INFO] [stderr]     Checking rand v0.9.2
[INFO] [stderr]    Compiling serde_with_macros v3.17.0
[INFO] [stderr]    Compiling prost-types v0.13.5
[INFO] [stderr]    Compiling quinn-udp v0.5.14
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling oid-registry v0.8.1
[INFO] [stderr]     Checking unsafe-libyaml v0.2.11
[INFO] [stderr]    Compiling multimap v0.10.1
[INFO] [stderr]     Checking zenoh-util v1.7.2 (https://github.com/eclipse-zenoh/zenoh.git?branch=release%2F1.7.2#790faadb)
[INFO] [stderr]     Checking uuid v1.23.0
[INFO] [stderr]     Checking validated_struct v2.2.0
[INFO] [stderr]     Checking fastbloom v0.14.1
[INFO] [stderr]     Checking rustls-platform-verifier v0.6.2
[INFO] [stderr]     Checking secrecy v0.8.0
[INFO] [stderr]     Checking nonempty-collections v0.3.1
[INFO] [stderr]     Checking serde_with v3.17.0
[INFO] [stderr]    Compiling pin-project-internal v1.1.11
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]     Checking serde_yaml v0.9.34+deprecated
[INFO] [stderr]    Compiling prost-build v0.13.5
[INFO] [stderr]    Compiling quinn v0.11.9
[INFO] [stderr]     Checking num_cpus v1.17.0
[INFO] [stderr]     Checking lru-slab v0.1.2
[INFO] [stderr]     Checking rustc-hash v2.1.1
[INFO] [stderr]     Checking axum-core v0.4.5
[INFO] [stderr]     Checking quinn-proto v0.11.14
[INFO] [stderr]     Checking pin-project v1.1.11
[INFO] [stderr]     Checking hyper v1.8.1
[INFO] [stderr]    Compiling tonic-build v0.12.3
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking der-parser v10.0.0
[INFO] [stderr]     Checking tower v0.5.3
[INFO] [stderr]    Compiling async-stream-impl v0.3.6
[INFO] [stderr]    Compiling target-lexicon v0.13.5
[INFO] [stderr]     Checking zenoh-config v1.7.2 (https://github.com/eclipse-zenoh/zenoh.git?branch=release%2F1.7.2#790faadb)
[INFO] [stderr]     Checking async-stream v0.3.6
[INFO] [stderr]     Checking x509-parser v0.18.1
[INFO] [stderr]     Checking tower v0.4.13
[INFO] [stderr]    Compiling zenoh-grpc-proto v1.7.2 (/opt/rustwide/workdir/zenoh-grpc-proto)
[INFO] [stderr]     Checking hyper-util v0.1.20
[INFO] [stderr]     Checking zenoh-codec v1.7.2 (https://github.com/eclipse-zenoh/zenoh.git?branch=release%2F1.7.2#790faadb)
[INFO] [stderr]     Checking tinystr v0.8.2
[INFO] [stderr]     Checking axum v0.7.9
[INFO] [stderr]     Checking tokio-stream v0.1.18
[INFO] [stderr]     Checking webpki-roots v1.0.6
[INFO] [stderr]     Checking rustls-pemfile v2.2.0
[INFO] [stderr]     Checking icu_locale_core v2.1.1
[INFO] [stderr]     Checking potential_utf v0.1.4
[INFO] [stderr]     Checking zerotrie v0.2.3
[INFO] [stderr]    Compiling pyo3-build-config v0.25.1
[INFO] [stderr]     Checking icu_collections v2.1.1
[INFO] [stderr]     Checking hyper-timeout v0.5.2
[INFO] [stderr]     Checking base64ct v1.8.3
[INFO] [stderr]     Checking icu_provider v2.1.1
[INFO] [stderr]    Compiling winnow v1.0.0
[INFO] [stderr]     Checking pem-rfc7468 v0.7.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]     Checking icu_properties v2.1.2
[INFO] [stderr]     Checking icu_normalizer v2.1.1
[INFO] [stderr]    Compiling toml_datetime v1.1.0+spec-1.1.0
[INFO] [stderr]     Checking der v0.7.10
[INFO] [stderr]     Checking sha1 v0.10.6
[INFO] [stderr]     Checking concurrent-queue v2.5.0
[INFO] [stderr]    Compiling stabby-macros v72.1.1
[INFO] [stderr]     Checking event-listener v5.4.1
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking idna_adapter v1.2.1
[INFO] [stderr]     Checking tungstenite v0.24.0
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking spki v0.7.3
[INFO] [stderr]    Compiling toml_parser v1.1.0+spec-1.1.0
[INFO] [stderr]    Compiling stabby-abi v72.1.1
[INFO] [stderr]     Checking tokio-rustls v0.26.4
[INFO] [stderr]     Checking zenoh-link-commons v1.7.2 (https://github.com/eclipse-zenoh/zenoh.git?branch=release%2F1.7.2#790faadb)
[INFO] [stderr]     Checking inout v0.1.4
[INFO] [stderr]     Checking arc-swap v1.9.0
[INFO] [stderr]    Compiling num-bigint-dig v0.8.6
[INFO] [stderr]    Compiling phf_shared v0.13.1
[INFO] [stderr]     Checking tokio-tungstenite v0.24.0
[INFO] [stderr]     Checking tls-listener v0.11.2
[INFO] [stderr]    Compiling toml_edit v0.25.8+spec-1.1.0
[INFO] [stderr]     Checking zenoh-sync v1.7.2 (https://github.com/eclipse-zenoh/zenoh.git?branch=release%2F1.7.2#790faadb)
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]     Checking cipher v0.4.4
[INFO] [stderr]     Checking crossbeam-deque v0.8.6
[INFO] [stderr]     Checking pkcs8 v0.10.2
[INFO] [stderr]     Checking nix v0.29.0
[INFO] [stderr]     Checking crossbeam-channel v0.5.15
[INFO] [stderr]     Checking crossbeam-queue v0.3.12
[INFO] [stderr]     Checking num-iter v0.1.45
[INFO] [stderr]     Checking keccak v0.1.6
[INFO] [stderr]     Checking sha2-const-stable v0.1.0
[INFO] [stderr]    Compiling stabby v72.1.1
[INFO] [stderr]     Checking sha3 v0.10.8
[INFO] [stderr]     Checking zenoh-link-ws v1.7.2 (https://github.com/eclipse-zenoh/zenoh.git?branch=release%2F1.7.2#790faadb)
[INFO] [stderr]    Compiling proc-macro-crate v3.5.0
[INFO] [stderr]     Checking crossbeam v0.8.4
[INFO] [stderr]     Checking pkcs1 v0.7.5
[INFO] [stderr]     Checking aes v0.8.4
[INFO] [stderr]     Checking zenoh-link-udp v1.7.2 (https://github.com/eclipse-zenoh/zenoh.git?branch=release%2F1.7.2#790faadb)
[INFO] [stderr]     Checking zenoh-link-unixsock_stream v1.7.2 (https://github.com/eclipse-zenoh/zenoh.git?branch=release%2F1.7.2#790faadb)
[INFO] [stderr]     Checking zenoh-link-quic_datagram v1.7.2 (https://github.com/eclipse-zenoh/zenoh.git?branch=release%2F1.7.2#790faadb)
[INFO] [stderr]     Checking zenoh-link-quic v1.7.2 (https://github.com/eclipse-zenoh/zenoh.git?branch=release%2F1.7.2#790faadb)
[INFO] [stderr]     Checking zenoh-link-tcp v1.7.2 (https://github.com/eclipse-zenoh/zenoh.git?branch=release%2F1.7.2#790faadb)
[INFO] [stderr]     Checking zenoh-link-tls v1.7.2 (https://github.com/eclipse-zenoh/zenoh.git?branch=release%2F1.7.2#790faadb)
[INFO] [stderr]    Compiling phf_generator v0.13.1
[INFO] [stderr]     Checking tonic v0.12.3
[INFO] [stderr]     Checking hmac v0.12.1
[INFO] [stderr]     Checking signature v2.2.0
[INFO] [stderr]    Compiling git-version-macro v0.3.9
[INFO] [stderr]     Checking simd-adler32 v0.3.9
[INFO] [stderr]     Checking array-init v2.1.0
[INFO] [stderr]     Checking twox-hash v2.1.2
[INFO] [stderr]     Checking ringbuffer-spsc v0.1.15
[INFO] [stderr]     Checking miniz_oxide v0.8.9
[INFO] [stderr]     Checking rsa v0.9.10
[INFO] [stderr]    Compiling phf_macros v0.13.1
[INFO] [stderr]     Checking lz4_flex v0.11.6
[INFO] [stderr]     Checking zenoh-crypto v1.7.2 (https://github.com/eclipse-zenoh/zenoh.git?branch=release%2F1.7.2#790faadb)
[INFO] [stderr]    Compiling zenoh v1.7.2 (https://github.com/eclipse-zenoh/zenoh.git?branch=release%2F1.7.2#790faadb)
[INFO] [stderr]     Checking git-version v0.3.9
[INFO] [stderr]     Checking zenoh-task v1.7.2 (https://github.com/eclipse-zenoh/zenoh.git?branch=release%2F1.7.2#790faadb)
[INFO] [stderr]     Checking flate2 v1.1.9
[INFO] [stderr]    Compiling pyo3-macros-backend v0.25.1
[INFO] [stderr]    Compiling pyo3-ffi v0.25.1
[INFO] [stderr]     Checking petgraph v0.8.3
[INFO] [stderr]     Checking zenoh-link v1.7.2 (https://github.com/eclipse-zenoh/zenoh.git?branch=release%2F1.7.2#790faadb)
[INFO] [stderr]     Checking itertools v0.14.0
[INFO] [stderr]     Checking phf v0.13.1
[INFO] [stderr]    Compiling schemars v0.8.22
[INFO] [stderr]     Checking zenoh-transport v1.7.2 (https://github.com/eclipse-zenoh/zenoh.git?branch=release%2F1.7.2#790faadb)
[INFO] [stderr]     Checking bincode v1.3.3
[INFO] [stderr]    Compiling schemars_derive v0.8.22
[INFO] [stderr]     Checking leb128 v0.2.5
[INFO] [stderr]    Compiling pyo3 v0.25.1
[INFO] [stderr]     Checking clap_builder v4.6.0
[INFO] [stderr]     Checking zenoh-grpc-client-rs v1.7.2 (/opt/rustwide/workdir/zenoh-grpc-client-sdk/zenoh-grpc-client-rs)
[INFO] [stderr]    Compiling clap_derive v4.6.0
[INFO] [stderr]     Checking unindent v0.2.4
[INFO] [stderr]     Checking zenoh-grpc-c v1.7.2 (/opt/rustwide/workdir/zenoh-grpc-client-sdk/zenoh-grpc-c)
[INFO] [stderr]     Checking clap v4.6.0
[INFO] [stderr]    Compiling pyo3-macros v0.25.1
[INFO] [stderr]     Checking zenoh-grpc-python v1.7.2 (/opt/rustwide/workdir/zenoh-grpc-client-sdk/zenoh-grpc-python)
[INFO] [stderr]     Checking zenoh-plugin-trait v1.7.2 (https://github.com/eclipse-zenoh/zenoh.git?branch=release%2F1.7.2#790faadb)
[INFO] [stderr]     Checking zenoh-ext v1.7.2 (https://github.com/eclipse-zenoh/zenoh.git?branch=release%2F1.7.2#790faadb)
[INFO] [stderr]     Checking zenoh-plugin-grpc v1.7.2 (/opt/rustwide/workdir/zenoh-plugin-grpc)
[INFO] [stdout] warning: overflow evaluating the requirement `Pin<Box<(dyn Future<Output = std::result::Result<Response<<GrpcServer as SessionService>::GetStream>, Status>> + Send + 'async_trait)>> well-formed`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:389:1
[INFO] [stdout]     |
[INFO] [stdout] 389 | #[tonic::async_trait]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout]     = note: `#[warn(recursion_depth_exceeding_limit)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `GrpcServer: Sync`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:390:25
[INFO] [stdout]     |
[INFO] [stdout] 390 | impl SessionService for GrpcServer {
[INFO] [stdout]     |                         ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `GrpcServer: Send`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:390:25
[INFO] [stdout]     |
[INFO] [stdout] 390 | impl SessionService for GrpcServer {
[INFO] [stdout]     |                         ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `GrpcServer: Sync`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:493:27
[INFO] [stdout]     |
[INFO] [stdout] 493 | impl PublisherService for GrpcServer {
[INFO] [stdout]     |                           ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `GrpcServer: Send`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:493:27
[INFO] [stdout]     |
[INFO] [stdout] 493 | impl PublisherService for GrpcServer {
[INFO] [stdout]     |                           ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `Pin<Box<(dyn Future<Output = std::result::Result<Response<<GrpcServer as SubscriberService>::EventsStream>, Status>> + Send + 'async_trait)>> well-formed`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:583:1
[INFO] [stdout]     |
[INFO] [stdout] 583 | #[tonic::async_trait]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `GrpcServer: Sync`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:584:28
[INFO] [stdout]     |
[INFO] [stdout] 584 | impl SubscriberService for GrpcServer {
[INFO] [stdout]     |                            ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `GrpcServer: Send`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:584:28
[INFO] [stdout]     |
[INFO] [stdout] 584 | impl SubscriberService for GrpcServer {
[INFO] [stdout]     |                            ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `Pin<Box<(dyn Future<Output = std::result::Result<Response<<GrpcServer as QueryableService>::EventsStream>, Status>> + Send + 'async_trait)>> well-formed`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:662:1
[INFO] [stdout]     |
[INFO] [stdout] 662 | #[tonic::async_trait]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `GrpcServer: Sync`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:663:27
[INFO] [stdout]     |
[INFO] [stdout] 663 | impl QueryableService for GrpcServer {
[INFO] [stdout]     |                           ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `GrpcServer: Send`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:663:27
[INFO] [stdout]     |
[INFO] [stdout] 663 | impl QueryableService for GrpcServer {
[INFO] [stdout]     |                           ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `Pin<Box<(dyn Future<Output = std::result::Result<Response<<GrpcServer as QuerierService>::GetStream>, Status>> + Send + 'async_trait)>> well-formed`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:872:1
[INFO] [stdout]     |
[INFO] [stdout] 872 | #[tonic::async_trait]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `GrpcServer: Sync`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:873:25
[INFO] [stdout]     |
[INFO] [stdout] 873 | impl QuerierService for GrpcServer {
[INFO] [stdout]     |                         ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `GrpcServer: Send`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:873:25
[INFO] [stdout]     |
[INFO] [stdout] 873 | impl QuerierService for GrpcServer {
[INFO] [stdout]     |                         ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `flume::Receiver<zenoh::sample::Sample>: Send`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:231:42
[INFO] [stdout]     |
[INFO] [stdout] 231 |                 let _ = entry.subscriber.undeclare().await;
[INFO] [stdout]     |                                          ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `impl Resolve<std::result::Result<(), Box<(dyn IError + Send + Sync + 'static)>>> well-formed`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:245:41
[INFO] [stdout]     |
[INFO] [stdout] 245 |                 let _ = entry.queryable.undeclare().await;
[INFO] [stdout]     |                                         ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `flume::Receiver<zenoh::query::Query>: Send`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:245:41
[INFO] [stdout]     |
[INFO] [stdout] 245 |                 let _ = entry.queryable.undeclare().await;
[INFO] [stdout]     |                                         ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `impl Resolve<std::result::Result<(), Box<(dyn IError + Send + Sync + 'static)>>> well-formed`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:245:25
[INFO] [stdout]     |
[INFO] [stdout] 245 |                 let _ = entry.queryable.undeclare().await;
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `<impl Resolve<std::result::Result<(), Box<(dyn IError + Send + Sync + 'static)>>> as zenoh_core::IntoSendFuture>::IntoFuture well-formed`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:245:53
[INFO] [stdout]     |
[INFO] [stdout] 245 |                 let _ = entry.queryable.undeclare().await;
[INFO] [stdout]     |                                                     ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `Pin<&mut <impl Resolve<std::result::Result<(), Box<(dyn IError + Send + Sync + 'static)>>> as zenoh_core::IntoSendFuture>::IntoFuture> well-formed`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:245:53
[INFO] [stdout]     |
[INFO] [stdout] 245 |                 let _ = entry.queryable.undeclare().await;
[INFO] [stdout]     |                                                     ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `&mut <impl Resolve<std::result::Result<(), Box<(dyn IError + Send + Sync + 'static)>>> as zenoh_core::IntoSendFuture>::IntoFuture well-formed`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:245:53
[INFO] [stdout]     |
[INFO] [stdout] 245 |                 let _ = entry.queryable.undeclare().await;
[INFO] [stdout]     |                                                     ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `Pin<Box<(dyn futures_core::Future<Output = std::result::Result<Response<<GrpcServer as zenoh_grpc_proto::v1::session_service_server::SessionService>::GetStream>, Status>> + Send + 'async_trait)>> well-formed`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:389:1
[INFO] [stdout]     |
[INFO] [stdout] 389 | #[tonic::async_trait]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout]     = note: `#[warn(recursion_depth_exceeding_limit)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `flume::Receiver<zenoh::sample::Sample>: Send`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:231:25
[INFO] [stdout]     |
[INFO] [stdout] 231 |                 let _ = entry.subscriber.undeclare().await;
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `flume::Receiver<zenoh::query::Query>: Send`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:245:25
[INFO] [stdout]     |
[INFO] [stdout] 245 |                 let _ = entry.queryable.undeclare().await;
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `impl Resolve<std::result::Result<(), Box<(dyn IError + Send + Sync + 'static)>>> well-formed`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:245:53
[INFO] [stdout]     |
[INFO] [stdout] 245 |                 let _ = entry.queryable.undeclare().await;
[INFO] [stdout]     |                                                     ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `<impl Resolve<std::result::Result<(), Box<(dyn IError + Send + Sync + 'static)>>> as IntoFuture>::IntoFuture well-formed`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:245:53
[INFO] [stdout]     |
[INFO] [stdout] 245 |                 let _ = entry.queryable.undeclare().await;
[INFO] [stdout]     |                                                     ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `Poll<<<impl Resolve<std::result::Result<(), Box<(dyn IError + Send + Sync + 'static)>>> as zenoh_core::IntoSendFuture>::IntoFuture as Future>::Output> well-formed`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:245:53
[INFO] [stdout]     |
[INFO] [stdout] 245 |                 let _ = entry.queryable.undeclare().await;
[INFO] [stdout]     |                                                     ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `GrpcServer: Sync`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:390:25
[INFO] [stdout]     |
[INFO] [stdout] 390 | impl SessionService for GrpcServer {
[INFO] [stdout]     |                         ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `GrpcServer: Send`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:390:25
[INFO] [stdout]     |
[INFO] [stdout] 390 | impl SessionService for GrpcServer {
[INFO] [stdout]     |                         ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `GrpcServer: Sync`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:493:27
[INFO] [stdout]     |
[INFO] [stdout] 493 | impl PublisherService for GrpcServer {
[INFO] [stdout]     |                           ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `GrpcServer: Send`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:493:27
[INFO] [stdout]     |
[INFO] [stdout] 493 | impl PublisherService for GrpcServer {
[INFO] [stdout]     |                           ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `Pin<Box<(dyn futures_core::Future<Output = std::result::Result<Response<<GrpcServer as zenoh_grpc_proto::v1::subscriber_service_server::SubscriberService>::EventsStream>, Status>> + Send + 'async_trait)>> well-formed`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:583:1
[INFO] [stdout]     |
[INFO] [stdout] 583 | #[tonic::async_trait]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `GrpcServer: Sync`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:584:28
[INFO] [stdout]     |
[INFO] [stdout] 584 | impl SubscriberService for GrpcServer {
[INFO] [stdout]     |                            ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `GrpcServer: Send`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:584:28
[INFO] [stdout]     |
[INFO] [stdout] 584 | impl SubscriberService for GrpcServer {
[INFO] [stdout]     |                            ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `Pin<Box<(dyn futures_core::Future<Output = std::result::Result<Response<<GrpcServer as zenoh_grpc_proto::v1::queryable_service_server::QueryableService>::EventsStream>, Status>> + Send + 'async_trait)>> well-formed`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:662:1
[INFO] [stdout]     |
[INFO] [stdout] 662 | #[tonic::async_trait]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `GrpcServer: Sync`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:663:27
[INFO] [stdout]     |
[INFO] [stdout] 663 | impl QueryableService for GrpcServer {
[INFO] [stdout]     |                           ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `GrpcServer: Send`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:663:27
[INFO] [stdout]     |
[INFO] [stdout] 663 | impl QueryableService for GrpcServer {
[INFO] [stdout]     |                           ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `Pin<Box<(dyn futures_core::Future<Output = std::result::Result<Response<<GrpcServer as zenoh_grpc_proto::v1::querier_service_server::QuerierService>::GetStream>, Status>> + Send + 'async_trait)>> well-formed`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:872:1
[INFO] [stdout]     |
[INFO] [stdout] 872 | #[tonic::async_trait]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `GrpcServer: Sync`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:873:25
[INFO] [stdout]     |
[INFO] [stdout] 873 | impl QuerierService for GrpcServer {
[INFO] [stdout]     |                         ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `GrpcServer: Send`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:873:25
[INFO] [stdout]     |
[INFO] [stdout] 873 | impl QuerierService for GrpcServer {
[INFO] [stdout]     |                         ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `flume::Receiver<zenoh::sample::Sample>: Send`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:231:42
[INFO] [stdout]     |
[INFO] [stdout] 231 |                 let _ = entry.subscriber.undeclare().await;
[INFO] [stdout]     |                                          ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `impl Resolve<std::result::Result<(), Box<(dyn IError + Send + Sync + 'static)>>> well-formed`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:245:41
[INFO] [stdout]     |
[INFO] [stdout] 245 |                 let _ = entry.queryable.undeclare().await;
[INFO] [stdout]     |                                         ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `flume::Receiver<zenoh::query::Query>: Send`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:245:41
[INFO] [stdout]     |
[INFO] [stdout] 245 |                 let _ = entry.queryable.undeclare().await;
[INFO] [stdout]     |                                         ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `impl Resolve<std::result::Result<(), Box<(dyn IError + Send + Sync + 'static)>>> well-formed`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:245:25
[INFO] [stdout]     |
[INFO] [stdout] 245 |                 let _ = entry.queryable.undeclare().await;
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `<impl Resolve<std::result::Result<(), Box<(dyn IError + Send + Sync + 'static)>>> as zenoh_core::IntoSendFuture>::IntoFuture well-formed`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:245:53
[INFO] [stdout]     |
[INFO] [stdout] 245 |                 let _ = entry.queryable.undeclare().await;
[INFO] [stdout]     |                                                     ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `Pin<&mut <impl Resolve<std::result::Result<(), Box<(dyn IError + Send + Sync + 'static)>>> as zenoh_core::IntoSendFuture>::IntoFuture> well-formed`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:245:53
[INFO] [stdout]     |
[INFO] [stdout] 245 |                 let _ = entry.queryable.undeclare().await;
[INFO] [stdout]     |                                                     ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `&mut <impl Resolve<std::result::Result<(), Box<(dyn IError + Send + Sync + 'static)>>> as zenoh_core::IntoSendFuture>::IntoFuture well-formed`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:245:53
[INFO] [stdout]     |
[INFO] [stdout] 245 |                 let _ = entry.queryable.undeclare().await;
[INFO] [stdout]     |                                                     ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `SessionServiceServer<GrpcServer>: Send`
[INFO] [stdout]     --> zenoh-plugin-grpc/src/lib.rs:1007:26
[INFO] [stdout]      |
[INFO] [stdout] 1007 |                         .add_service(SessionServiceServer::new(service.clone()))
[INFO] [stdout]      |                          ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]      = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]      = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `PublisherServiceServer<GrpcServer>: Send`
[INFO] [stdout]     --> zenoh-plugin-grpc/src/lib.rs:1008:26
[INFO] [stdout]      |
[INFO] [stdout] 1008 |                         .add_service(PublisherServiceServer::new(service.clone()))
[INFO] [stdout]      |                          ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]      = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]      = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `SubscriberServiceServer<GrpcServer>: Send`
[INFO] [stdout]     --> zenoh-plugin-grpc/src/lib.rs:1009:26
[INFO] [stdout]      |
[INFO] [stdout] 1009 |                         .add_service(SubscriberServiceServer::new(service.clone()))
[INFO] [stdout]      |                          ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]      = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]      = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `QueryableServiceServer<GrpcServer>: Send`
[INFO] [stdout]     --> zenoh-plugin-grpc/src/lib.rs:1010:26
[INFO] [stdout]      |
[INFO] [stdout] 1010 |                         .add_service(QueryableServiceServer::new(service.clone()))
[INFO] [stdout]      |                          ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]      = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]      = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `QuerierServiceServer<GrpcServer>: Send`
[INFO] [stdout]     --> zenoh-plugin-grpc/src/lib.rs:1011:26
[INFO] [stdout]      |
[INFO] [stdout] 1011 |                         .add_service(QuerierServiceServer::new(service.clone()))
[INFO] [stdout]      |                          ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]      = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]      = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `SessionServiceServer<GrpcServer>: Send`
[INFO] [stdout]     --> zenoh-plugin-grpc/src/lib.rs:1024:26
[INFO] [stdout]      |
[INFO] [stdout] 1024 |                         .add_service(SessionServiceServer::new(service.clone()))
[INFO] [stdout]      |                          ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]      = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]      = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `PublisherServiceServer<GrpcServer>: Send`
[INFO] [stdout]     --> zenoh-plugin-grpc/src/lib.rs:1025:26
[INFO] [stdout]      |
[INFO] [stdout] 1025 |                         .add_service(PublisherServiceServer::new(service.clone()))
[INFO] [stdout]      |                          ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]      = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]      = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `SubscriberServiceServer<GrpcServer>: Send`
[INFO] [stdout]     --> zenoh-plugin-grpc/src/lib.rs:1026:26
[INFO] [stdout]      |
[INFO] [stdout] 1026 |                         .add_service(SubscriberServiceServer::new(service.clone()))
[INFO] [stdout]      |                          ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]      = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]      = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `QueryableServiceServer<GrpcServer>: Send`
[INFO] [stdout]     --> zenoh-plugin-grpc/src/lib.rs:1027:26
[INFO] [stdout]      |
[INFO] [stdout] 1027 |                         .add_service(QueryableServiceServer::new(service.clone()))
[INFO] [stdout]      |                          ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]      = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]      = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `QuerierServiceServer<GrpcServer>: Send`
[INFO] [stdout]     --> zenoh-plugin-grpc/src/lib.rs:1028:26
[INFO] [stdout]      |
[INFO] [stdout] 1028 |                         .add_service(QuerierServiceServer::new(service.clone()))
[INFO] [stdout]      |                          ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]      = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]      = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `flume::Receiver<zenoh::sample::Sample>: Send`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:231:25
[INFO] [stdout]     |
[INFO] [stdout] 231 |                 let _ = entry.subscriber.undeclare().await;
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `flume::Receiver<zenoh::query::Query>: Send`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:245:25
[INFO] [stdout]     |
[INFO] [stdout] 245 |                 let _ = entry.queryable.undeclare().await;
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `impl Resolve<std::result::Result<(), Box<(dyn IError + Send + Sync + 'static)>>> well-formed`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:245:53
[INFO] [stdout]     |
[INFO] [stdout] 245 |                 let _ = entry.queryable.undeclare().await;
[INFO] [stdout]     |                                                     ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `<impl Resolve<std::result::Result<(), Box<(dyn IError + Send + Sync + 'static)>>> as IntoFuture>::IntoFuture well-formed`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:245:53
[INFO] [stdout]     |
[INFO] [stdout] 245 |                 let _ = entry.queryable.undeclare().await;
[INFO] [stdout]     |                                                     ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `Poll<<<impl Resolve<std::result::Result<(), Box<(dyn IError + Send + Sync + 'static)>>> as zenoh_core::IntoSendFuture>::IntoFuture as futures_core::Future>::Output> well-formed`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:245:53
[INFO] [stdout]     |
[INFO] [stdout] 245 |                 let _ = entry.queryable.undeclare().await;
[INFO] [stdout]     |                                                     ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `<impl Resolve<std::result::Result<(), Box<(dyn IError + Send + Sync + 'static)>>> as zenoh_core::IntoSendFuture>::IntoFuture well-formed`
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]   = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]   = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]   = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]   = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `{async block@zenoh-plugin-grpc/src/lib.rs:979:34: 979:44}: Send`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:979:20
[INFO] [stdout]     |
[INFO] [stdout] 979 |           tasks.push(spawn_runtime(async move {
[INFO] [stdout]     |  ____________________^
[INFO] [stdout] 980 | |             let mut ticker = tokio::time::interval(cleanup_interval);
[INFO] [stdout] 981 | |             loop {
[INFO] [stdout] 982 | |                 tokio::select! {
[INFO] [stdout] ...   |
[INFO] [stdout] 992 | |         }));
[INFO] [stdout]     | |__________^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `SessionServiceServer<GrpcServer>: Send`
[INFO] [stdout]     --> zenoh-plugin-grpc/src/lib.rs:1007:26
[INFO] [stdout]      |
[INFO] [stdout] 1007 |                         .add_service(SessionServiceServer::new(service.clone()))
[INFO] [stdout]      |                          ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]      = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]      = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `PublisherServiceServer<GrpcServer>: Send`
[INFO] [stdout]     --> zenoh-plugin-grpc/src/lib.rs:1008:26
[INFO] [stdout]      |
[INFO] [stdout] 1008 |                         .add_service(PublisherServiceServer::new(service.clone()))
[INFO] [stdout]      |                          ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]      = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]      = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `SubscriberServiceServer<GrpcServer>: Send`
[INFO] [stdout]     --> zenoh-plugin-grpc/src/lib.rs:1009:26
[INFO] [stdout]      |
[INFO] [stdout] 1009 |                         .add_service(SubscriberServiceServer::new(service.clone()))
[INFO] [stdout]      |                          ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]      = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]      = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `QueryableServiceServer<GrpcServer>: Send`
[INFO] [stdout]     --> zenoh-plugin-grpc/src/lib.rs:1010:26
[INFO] [stdout]      |
[INFO] [stdout] 1010 |                         .add_service(QueryableServiceServer::new(service.clone()))
[INFO] [stdout]      |                          ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]      = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]      = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `QuerierServiceServer<GrpcServer>: Send`
[INFO] [stdout]     --> zenoh-plugin-grpc/src/lib.rs:1011:26
[INFO] [stdout]      |
[INFO] [stdout] 1011 |                         .add_service(QuerierServiceServer::new(service.clone()))
[INFO] [stdout]      |                          ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]      = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]      = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `SessionServiceServer<GrpcServer>: Send`
[INFO] [stdout]     --> zenoh-plugin-grpc/src/lib.rs:1024:26
[INFO] [stdout]      |
[INFO] [stdout] 1024 |                         .add_service(SessionServiceServer::new(service.clone()))
[INFO] [stdout]      |                          ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]      = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]      = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `PublisherServiceServer<GrpcServer>: Send`
[INFO] [stdout]     --> zenoh-plugin-grpc/src/lib.rs:1025:26
[INFO] [stdout]      |
[INFO] [stdout] 1025 |                         .add_service(PublisherServiceServer::new(service.clone()))
[INFO] [stdout]      |                          ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]      = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]      = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `SubscriberServiceServer<GrpcServer>: Send`
[INFO] [stdout]     --> zenoh-plugin-grpc/src/lib.rs:1026:26
[INFO] [stdout]      |
[INFO] [stdout] 1026 |                         .add_service(SubscriberServiceServer::new(service.clone()))
[INFO] [stdout]      |                          ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]      = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]      = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `{async block@zenoh-plugin-grpc/src/lib.rs:998:34: 998:44}: Send`
[INFO] [stdout]     --> zenoh-plugin-grpc/src/lib.rs:998:20
[INFO] [stdout]      |
[INFO] [stdout]  998 |           tasks.push(spawn_runtime(async move {
[INFO] [stdout]      |  ____________________^
[INFO] [stdout]  999 | |             match listener {
[INFO] [stdout] 1000 | |                 ListenEndpoint::Tcp(addr) => {
[INFO] [stdout] 1001 | |                     info!("Starting zenoh gRPC TCP server on {addr}");
[INFO] [stdout] ...    |
[INFO] [stdout] 1035 | |         }));
[INFO] [stdout]      | |__________^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]      = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]      = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `QueryableServiceServer<GrpcServer>: Send`
[INFO] [stdout]     --> zenoh-plugin-grpc/src/lib.rs:1027:26
[INFO] [stdout]      |
[INFO] [stdout] 1027 |                         .add_service(QueryableServiceServer::new(service.clone()))
[INFO] [stdout]      |                          ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]      = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]      = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `QuerierServiceServer<GrpcServer>: Send`
[INFO] [stdout]     --> zenoh-plugin-grpc/src/lib.rs:1028:26
[INFO] [stdout]      |
[INFO] [stdout] 1028 |                         .add_service(QuerierServiceServer::new(service.clone()))
[INFO] [stdout]      |                          ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]      = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]      = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `SessionServiceServer<GrpcServer>: Send`
[INFO] [stdout]     --> zenoh-plugin-grpc/src/lib.rs:1004:29
[INFO] [stdout]      |
[INFO] [stdout] 1004 |                       let _ = Server::builder()
[INFO] [stdout]      |  _____________________________^
[INFO] [stdout] 1005 | |                         .max_frame_size(Some(cfg.max_recv_message_size as u32))
[INFO] [stdout] 1006 | |                         .max_concurrent_streams(None)
[INFO] [stdout] 1007 | |                         .add_service(SessionServiceServer::new(service.clone()))
[INFO] [stdout]      | |________________________________________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]      = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]      = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `PublisherServiceServer<GrpcServer>: Send`
[INFO] [stdout]     --> zenoh-plugin-grpc/src/lib.rs:1004:29
[INFO] [stdout]      |
[INFO] [stdout] 1004 |                       let _ = Server::builder()
[INFO] [stdout]      |  _____________________________^
[INFO] [stdout] 1005 | |                         .max_frame_size(Some(cfg.max_recv_message_size as u32))
[INFO] [stdout] 1006 | |                         .max_concurrent_streams(None)
[INFO] [stdout] 1007 | |                         .add_service(SessionServiceServer::new(service.clone()))
[INFO] [stdout] 1008 | |                         .add_service(PublisherServiceServer::new(service.clone()))
[INFO] [stdout]      | |__________________________________________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]      = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]      = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `SubscriberServiceServer<GrpcServer>: Send`
[INFO] [stdout]     --> zenoh-plugin-grpc/src/lib.rs:1004:29
[INFO] [stdout]      |
[INFO] [stdout] 1004 |                       let _ = Server::builder()
[INFO] [stdout]      |  _____________________________^
[INFO] [stdout] 1005 | |                         .max_frame_size(Some(cfg.max_recv_message_size as u32))
[INFO] [stdout] 1006 | |                         .max_concurrent_streams(None)
[INFO] [stdout] 1007 | |                         .add_service(SessionServiceServer::new(service.clone()))
[INFO] [stdout] 1008 | |                         .add_service(PublisherServiceServer::new(service.clone()))
[INFO] [stdout] 1009 | |                         .add_service(SubscriberServiceServer::new(service.clone()))
[INFO] [stdout]      | |___________________________________________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]      = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]      = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `QueryableServiceServer<GrpcServer>: Send`
[INFO] [stdout]     --> zenoh-plugin-grpc/src/lib.rs:1004:29
[INFO] [stdout]      |
[INFO] [stdout] 1004 |                       let _ = Server::builder()
[INFO] [stdout]      |  _____________________________^
[INFO] [stdout] 1005 | |                         .max_frame_size(Some(cfg.max_recv_message_size as u32))
[INFO] [stdout] 1006 | |                         .max_concurrent_streams(None)
[INFO] [stdout] 1007 | |                         .add_service(SessionServiceServer::new(service.clone()))
[INFO] [stdout] 1008 | |                         .add_service(PublisherServiceServer::new(service.clone()))
[INFO] [stdout] 1009 | |                         .add_service(SubscriberServiceServer::new(service.clone()))
[INFO] [stdout] 1010 | |                         .add_service(QueryableServiceServer::new(service.clone()))
[INFO] [stdout]      | |__________________________________________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]      = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]      = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `QuerierServiceServer<GrpcServer>: Send`
[INFO] [stdout]     --> zenoh-plugin-grpc/src/lib.rs:1004:29
[INFO] [stdout]      |
[INFO] [stdout] 1004 |                       let _ = Server::builder()
[INFO] [stdout]      |  _____________________________^
[INFO] [stdout] 1005 | |                         .max_frame_size(Some(cfg.max_recv_message_size as u32))
[INFO] [stdout] 1006 | |                         .max_concurrent_streams(None)
[INFO] [stdout] 1007 | |                         .add_service(SessionServiceServer::new(service.clone()))
[INFO] [stdout] ...    |
[INFO] [stdout] 1010 | |                         .add_service(QueryableServiceServer::new(service.clone()))
[INFO] [stdout] 1011 | |                         .add_service(QuerierServiceServer::new(service.clone()))
[INFO] [stdout]      | |________________________________________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]      = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]      = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `SessionServiceServer<GrpcServer>: Send`
[INFO] [stdout]     --> zenoh-plugin-grpc/src/lib.rs:1022:29
[INFO] [stdout]      |
[INFO] [stdout] 1022 |                       let _ = Server::builder()
[INFO] [stdout]      |  _____________________________^
[INFO] [stdout] 1023 | |                         .max_frame_size(Some(cfg.max_recv_message_size as u32))
[INFO] [stdout] 1024 | |                         .add_service(SessionServiceServer::new(service.clone()))
[INFO] [stdout]      | |________________________________________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]      = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]      = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `PublisherServiceServer<GrpcServer>: Send`
[INFO] [stdout]     --> zenoh-plugin-grpc/src/lib.rs:1022:29
[INFO] [stdout]      |
[INFO] [stdout] 1022 |                       let _ = Server::builder()
[INFO] [stdout]      |  _____________________________^
[INFO] [stdout] 1023 | |                         .max_frame_size(Some(cfg.max_recv_message_size as u32))
[INFO] [stdout] 1024 | |                         .add_service(SessionServiceServer::new(service.clone()))
[INFO] [stdout] 1025 | |                         .add_service(PublisherServiceServer::new(service.clone()))
[INFO] [stdout]      | |__________________________________________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]      = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]      = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `SubscriberServiceServer<GrpcServer>: Send`
[INFO] [stdout]     --> zenoh-plugin-grpc/src/lib.rs:1022:29
[INFO] [stdout]      |
[INFO] [stdout] 1022 |                       let _ = Server::builder()
[INFO] [stdout]      |  _____________________________^
[INFO] [stdout] 1023 | |                         .max_frame_size(Some(cfg.max_recv_message_size as u32))
[INFO] [stdout] 1024 | |                         .add_service(SessionServiceServer::new(service.clone()))
[INFO] [stdout] 1025 | |                         .add_service(PublisherServiceServer::new(service.clone()))
[INFO] [stdout] 1026 | |                         .add_service(SubscriberServiceServer::new(service.clone()))
[INFO] [stdout]      | |___________________________________________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]      = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]      = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `QueryableServiceServer<GrpcServer>: Send`
[INFO] [stdout]     --> zenoh-plugin-grpc/src/lib.rs:1022:29
[INFO] [stdout]      |
[INFO] [stdout] 1022 |                       let _ = Server::builder()
[INFO] [stdout]      |  _____________________________^
[INFO] [stdout] 1023 | |                         .max_frame_size(Some(cfg.max_recv_message_size as u32))
[INFO] [stdout] 1024 | |                         .add_service(SessionServiceServer::new(service.clone()))
[INFO] [stdout] 1025 | |                         .add_service(PublisherServiceServer::new(service.clone()))
[INFO] [stdout] 1026 | |                         .add_service(SubscriberServiceServer::new(service.clone()))
[INFO] [stdout] 1027 | |                         .add_service(QueryableServiceServer::new(service.clone()))
[INFO] [stdout]      | |__________________________________________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]      = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]      = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `QuerierServiceServer<GrpcServer>: Send`
[INFO] [stdout]     --> zenoh-plugin-grpc/src/lib.rs:1022:29
[INFO] [stdout]      |
[INFO] [stdout] 1022 |                       let _ = Server::builder()
[INFO] [stdout]      |  _____________________________^
[INFO] [stdout] 1023 | |                         .max_frame_size(Some(cfg.max_recv_message_size as u32))
[INFO] [stdout] 1024 | |                         .add_service(SessionServiceServer::new(service.clone()))
[INFO] [stdout] 1025 | |                         .add_service(PublisherServiceServer::new(service.clone()))
[INFO] [stdout] 1026 | |                         .add_service(SubscriberServiceServer::new(service.clone()))
[INFO] [stdout] 1027 | |                         .add_service(QueryableServiceServer::new(service.clone()))
[INFO] [stdout] 1028 | |                         .add_service(QuerierServiceServer::new(service.clone()))
[INFO] [stdout]      | |________________________________________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]      = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]      = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `<impl Resolve<std::result::Result<(), Box<(dyn IError + Send + Sync + 'static)>>> as zenoh_core::IntoSendFuture>::IntoFuture well-formed`
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]   = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]   = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]   = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]   = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `{async block@zenoh-plugin-grpc/src/lib.rs:979:34: 979:44}: Send`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:979:20
[INFO] [stdout]     |
[INFO] [stdout] 979 |           tasks.push(spawn_runtime(async move {
[INFO] [stdout]     |  ____________________^
[INFO] [stdout] 980 | |             let mut ticker = tokio::time::interval(cleanup_interval);
[INFO] [stdout] 981 | |             loop {
[INFO] [stdout] 982 | |                 tokio::select! {
[INFO] [stdout] ...   |
[INFO] [stdout] 992 | |         }));
[INFO] [stdout]     | |__________^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `impl Future<Output = ()>: Send`
[INFO] [stdout]   --> zenoh-plugin-grpc/src/lib.rs:99:20
[INFO] [stdout]    |
[INFO] [stdout] 99 |             _task: spawn_runtime(run(runtime.clone(), config, stop)),
[INFO] [stdout]    |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]    = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]    = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `{async block@zenoh-plugin-grpc/src/lib.rs:998:34: 998:44}: Send`
[INFO] [stdout]     --> zenoh-plugin-grpc/src/lib.rs:998:20
[INFO] [stdout]      |
[INFO] [stdout]  998 |           tasks.push(spawn_runtime(async move {
[INFO] [stdout]      |  ____________________^
[INFO] [stdout]  999 | |             match listener {
[INFO] [stdout] 1000 | |                 ListenEndpoint::Tcp(addr) => {
[INFO] [stdout] 1001 | |                     info!("Starting zenoh gRPC TCP server on {addr}");
[INFO] [stdout] ...    |
[INFO] [stdout] 1035 | |         }));
[INFO] [stdout]      | |__________^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]      = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]      = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `SessionServiceServer<GrpcServer>: Send`
[INFO] [stdout]     --> zenoh-plugin-grpc/src/lib.rs:1004:29
[INFO] [stdout]      |
[INFO] [stdout] 1004 |                       let _ = Server::builder()
[INFO] [stdout]      |  _____________________________^
[INFO] [stdout] 1005 | |                         .max_frame_size(Some(cfg.max_recv_message_size as u32))
[INFO] [stdout] 1006 | |                         .max_concurrent_streams(None)
[INFO] [stdout] 1007 | |                         .add_service(SessionServiceServer::new(service.clone()))
[INFO] [stdout]      | |________________________________________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]      = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]      = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `PublisherServiceServer<GrpcServer>: Send`
[INFO] [stdout]     --> zenoh-plugin-grpc/src/lib.rs:1004:29
[INFO] [stdout]      |
[INFO] [stdout] 1004 |                       let _ = Server::builder()
[INFO] [stdout]      |  _____________________________^
[INFO] [stdout] 1005 | |                         .max_frame_size(Some(cfg.max_recv_message_size as u32))
[INFO] [stdout] 1006 | |                         .max_concurrent_streams(None)
[INFO] [stdout] 1007 | |                         .add_service(SessionServiceServer::new(service.clone()))
[INFO] [stdout] 1008 | |                         .add_service(PublisherServiceServer::new(service.clone()))
[INFO] [stdout]      | |__________________________________________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]      = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]      = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `SubscriberServiceServer<GrpcServer>: Send`
[INFO] [stdout]     --> zenoh-plugin-grpc/src/lib.rs:1004:29
[INFO] [stdout]      |
[INFO] [stdout] 1004 |                       let _ = Server::builder()
[INFO] [stdout]      |  _____________________________^
[INFO] [stdout] 1005 | |                         .max_frame_size(Some(cfg.max_recv_message_size as u32))
[INFO] [stdout] 1006 | |                         .max_concurrent_streams(None)
[INFO] [stdout] 1007 | |                         .add_service(SessionServiceServer::new(service.clone()))
[INFO] [stdout] 1008 | |                         .add_service(PublisherServiceServer::new(service.clone()))
[INFO] [stdout] 1009 | |                         .add_service(SubscriberServiceServer::new(service.clone()))
[INFO] [stdout]      | |___________________________________________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]      = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]      = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `QueryableServiceServer<GrpcServer>: Send`
[INFO] [stdout]     --> zenoh-plugin-grpc/src/lib.rs:1004:29
[INFO] [stdout]      |
[INFO] [stdout] 1004 |                       let _ = Server::builder()
[INFO] [stdout]      |  _____________________________^
[INFO] [stdout] 1005 | |                         .max_frame_size(Some(cfg.max_recv_message_size as u32))
[INFO] [stdout] 1006 | |                         .max_concurrent_streams(None)
[INFO] [stdout] 1007 | |                         .add_service(SessionServiceServer::new(service.clone()))
[INFO] [stdout] 1008 | |                         .add_service(PublisherServiceServer::new(service.clone()))
[INFO] [stdout] 1009 | |                         .add_service(SubscriberServiceServer::new(service.clone()))
[INFO] [stdout] 1010 | |                         .add_service(QueryableServiceServer::new(service.clone()))
[INFO] [stdout]      | |__________________________________________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]      = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]      = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `QuerierServiceServer<GrpcServer>: Send`
[INFO] [stdout]     --> zenoh-plugin-grpc/src/lib.rs:1004:29
[INFO] [stdout]      |
[INFO] [stdout] 1004 |                       let _ = Server::builder()
[INFO] [stdout]      |  _____________________________^
[INFO] [stdout] 1005 | |                         .max_frame_size(Some(cfg.max_recv_message_size as u32))
[INFO] [stdout] 1006 | |                         .max_concurrent_streams(None)
[INFO] [stdout] 1007 | |                         .add_service(SessionServiceServer::new(service.clone()))
[INFO] [stdout] ...    |
[INFO] [stdout] 1010 | |                         .add_service(QueryableServiceServer::new(service.clone()))
[INFO] [stdout] 1011 | |                         .add_service(QuerierServiceServer::new(service.clone()))
[INFO] [stdout]      | |________________________________________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]      = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]      = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `SessionServiceServer<GrpcServer>: Send`
[INFO] [stdout]     --> zenoh-plugin-grpc/src/lib.rs:1022:29
[INFO] [stdout]      |
[INFO] [stdout] 1022 |                       let _ = Server::builder()
[INFO] [stdout]      |  _____________________________^
[INFO] [stdout] 1023 | |                         .max_frame_size(Some(cfg.max_recv_message_size as u32))
[INFO] [stdout] 1024 | |                         .add_service(SessionServiceServer::new(service.clone()))
[INFO] [stdout]      | |________________________________________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]      = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]      = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `PublisherServiceServer<GrpcServer>: Send`
[INFO] [stdout]     --> zenoh-plugin-grpc/src/lib.rs:1022:29
[INFO] [stdout]      |
[INFO] [stdout] 1022 |                       let _ = Server::builder()
[INFO] [stdout]      |  _____________________________^
[INFO] [stdout] 1023 | |                         .max_frame_size(Some(cfg.max_recv_message_size as u32))
[INFO] [stdout] 1024 | |                         .add_service(SessionServiceServer::new(service.clone()))
[INFO] [stdout] 1025 | |                         .add_service(PublisherServiceServer::new(service.clone()))
[INFO] [stdout]      | |__________________________________________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]      = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]      = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `SubscriberServiceServer<GrpcServer>: Send`
[INFO] [stdout]     --> zenoh-plugin-grpc/src/lib.rs:1022:29
[INFO] [stdout]      |
[INFO] [stdout] 1022 |                       let _ = Server::builder()
[INFO] [stdout]      |  _____________________________^
[INFO] [stdout] 1023 | |                         .max_frame_size(Some(cfg.max_recv_message_size as u32))
[INFO] [stdout] 1024 | |                         .add_service(SessionServiceServer::new(service.clone()))
[INFO] [stdout] 1025 | |                         .add_service(PublisherServiceServer::new(service.clone()))
[INFO] [stdout] 1026 | |                         .add_service(SubscriberServiceServer::new(service.clone()))
[INFO] [stdout]      | |___________________________________________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]      = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]      = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `QueryableServiceServer<GrpcServer>: Send`
[INFO] [stdout]     --> zenoh-plugin-grpc/src/lib.rs:1022:29
[INFO] [stdout]      |
[INFO] [stdout] 1022 |                       let _ = Server::builder()
[INFO] [stdout]      |  _____________________________^
[INFO] [stdout] 1023 | |                         .max_frame_size(Some(cfg.max_recv_message_size as u32))
[INFO] [stdout] 1024 | |                         .add_service(SessionServiceServer::new(service.clone()))
[INFO] [stdout] 1025 | |                         .add_service(PublisherServiceServer::new(service.clone()))
[INFO] [stdout] 1026 | |                         .add_service(SubscriberServiceServer::new(service.clone()))
[INFO] [stdout] 1027 | |                         .add_service(QueryableServiceServer::new(service.clone()))
[INFO] [stdout]      | |__________________________________________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]      = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]      = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `QuerierServiceServer<GrpcServer>: Send`
[INFO] [stdout]     --> zenoh-plugin-grpc/src/lib.rs:1022:29
[INFO] [stdout]      |
[INFO] [stdout] 1022 |                       let _ = Server::builder()
[INFO] [stdout]      |  _____________________________^
[INFO] [stdout] 1023 | |                         .max_frame_size(Some(cfg.max_recv_message_size as u32))
[INFO] [stdout] 1024 | |                         .add_service(SessionServiceServer::new(service.clone()))
[INFO] [stdout] 1025 | |                         .add_service(PublisherServiceServer::new(service.clone()))
[INFO] [stdout] 1026 | |                         .add_service(SubscriberServiceServer::new(service.clone()))
[INFO] [stdout] 1027 | |                         .add_service(QueryableServiceServer::new(service.clone()))
[INFO] [stdout] 1028 | |                         .add_service(QuerierServiceServer::new(service.clone()))
[INFO] [stdout]      | |________________________________________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]      = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]      = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `GrpcServer: Send`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:445:26
[INFO] [stdout]     |
[INFO] [stdout] 445 |     ) -> Result<Response<Self::GetStream>, Status> {
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `GrpcServer: Sync`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:445:26
[INFO] [stdout]     |
[INFO] [stdout] 445 |     ) -> Result<Response<Self::GetStream>, Status> {
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `impl futures_core::Future<Output = ()>: Send`
[INFO] [stdout]     --> zenoh-plugin-grpc/src/lib.rs:1103:20
[INFO] [stdout]      |
[INFO] [stdout] 1103 |         let task = spawn_runtime(run(dynamic_runtime, config, stop.clone()));
[INFO] [stdout]      |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]      = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]      = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `std::result::Result<Response<<GrpcServer as SessionService>::GetStream>, Status> well-formed`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:445:10
[INFO] [stdout]     |
[INFO] [stdout] 445 |     ) -> Result<Response<Self::GetStream>, Status> {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `SessionGetBuilder<'_, '_, DefaultHandler>: IntoFuture`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:464:31
[INFO] [stdout]     |
[INFO] [stdout] 464 |         let replies = builder.await.map_err(internal_status)?;
[INFO] [stdout]     |                               ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `<SessionGetBuilder<'_, '_, DefaultHandler> as IntoFuture>::IntoFuture == _`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:464:31
[INFO] [stdout]     |
[INFO] [stdout] 464 |         let replies = builder.await.map_err(internal_status)?;
[INFO] [stdout]     |                               ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:592:26
[INFO] [stdout]     |
[INFO] [stdout] 592 |           let subscriber = self
[INFO] [stdout]     |  __________________________^
[INFO] [stdout] 593 | |             .state
[INFO] [stdout] 594 | |             .session
[INFO] [stdout] 595 | |             .declare_subscriber(req.key_expr)
[INFO] [stdout] 596 | |             .allowed_origin(map_locality(req.allowed_origin))
[INFO] [stdout] 597 | |             .with(flume::bounded(256))
[INFO] [stdout] 598 | |             .await
[INFO] [stdout]     | |__________________^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `impl futures_core::Future<Output = ()>: Send`
[INFO] [stdout]   --> zenoh-plugin-grpc/src/lib.rs:99:20
[INFO] [stdout]    |
[INFO] [stdout] 99 |             _task: spawn_runtime(run(runtime.clone(), config, stop)),
[INFO] [stdout]    |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]    = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]    = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `GrpcServer: Send`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:626:26
[INFO] [stdout]     |
[INFO] [stdout] 626 |     ) -> Result<Response<Self::EventsStream>, Status> {
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `GrpcServer: Sync`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:626:26
[INFO] [stdout]     |
[INFO] [stdout] 626 |     ) -> Result<Response<Self::EventsStream>, Status> {
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `std::result::Result<Response<<GrpcServer as SubscriberService>::EventsStream>, Status> well-formed`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:626:10
[INFO] [stdout]     |
[INFO] [stdout] 626 |     ) -> Result<Response<Self::EventsStream>, Status> {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `GrpcServer: Send`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:445:26
[INFO] [stdout]     |
[INFO] [stdout] 445 |     ) -> Result<Response<Self::GetStream>, Status> {
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `GrpcServer: Sync`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:445:26
[INFO] [stdout]     |
[INFO] [stdout] 445 |     ) -> Result<Response<Self::GetStream>, Status> {
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `std::result::Result<Response<<GrpcServer as zenoh_grpc_proto::v1::session_service_server::SessionService>::GetStream>, tonic::Status> well-formed`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:445:10
[INFO] [stdout]     |
[INFO] [stdout] 445 |     ) -> Result<Response<Self::GetStream>, Status> {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `SessionGetBuilder<'_, '_, DefaultHandler>: IntoFuture`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:464:31
[INFO] [stdout]     |
[INFO] [stdout] 464 |         let replies = builder.await.map_err(internal_status)?;
[INFO] [stdout]     |                               ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `<SessionGetBuilder<'_, '_, DefaultHandler> as IntoFuture>::IntoFuture == _`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:464:31
[INFO] [stdout]     |
[INFO] [stdout] 464 |         let replies = builder.await.map_err(internal_status)?;
[INFO] [stdout]     |                               ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `flume::Receiver<zenoh::sample::Sample>: Send`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:655:14
[INFO] [stdout]     |
[INFO] [stdout] 655 |             .undeclare()
[INFO] [stdout]     |              ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:592:26
[INFO] [stdout]     |
[INFO] [stdout] 592 |           let subscriber = self
[INFO] [stdout]     |  __________________________^
[INFO] [stdout] 593 | |             .state
[INFO] [stdout] 594 | |             .session
[INFO] [stdout] 595 | |             .declare_subscriber(req.key_expr)
[INFO] [stdout] 596 | |             .allowed_origin(map_locality(req.allowed_origin))
[INFO] [stdout] 597 | |             .with(flume::bounded(256))
[INFO] [stdout] 598 | |             .await
[INFO] [stdout]     | |__________________^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:671:25
[INFO] [stdout]     |
[INFO] [stdout] 671 |           let queryable = self
[INFO] [stdout]     |  _________________________^
[INFO] [stdout] 672 | |             .state
[INFO] [stdout] 673 | |             .session
[INFO] [stdout] 674 | |             .declare_queryable(req.key_expr)
[INFO] [stdout] ...   |
[INFO] [stdout] 677 | |             .with(flume::bounded(256))
[INFO] [stdout] 678 | |             .await
[INFO] [stdout]     | |__________________^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `GrpcServer: Send`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:626:26
[INFO] [stdout]     |
[INFO] [stdout] 626 |     ) -> Result<Response<Self::EventsStream>, Status> {
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `GrpcServer: Sync`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:626:26
[INFO] [stdout]     |
[INFO] [stdout] 626 |     ) -> Result<Response<Self::EventsStream>, Status> {
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `std::result::Result<Response<<GrpcServer as zenoh_grpc_proto::v1::subscriber_service_server::SubscriberService>::EventsStream>, tonic::Status> well-formed`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:626:10
[INFO] [stdout]     |
[INFO] [stdout] 626 |     ) -> Result<Response<Self::EventsStream>, Status> {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `flume::Receiver<zenoh::sample::Sample>: Send`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:655:14
[INFO] [stdout]     |
[INFO] [stdout] 655 |             .undeclare()
[INFO] [stdout]     |              ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `GrpcServer: Send`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:740:26
[INFO] [stdout]     |
[INFO] [stdout] 740 |     ) -> Result<Response<Self::EventsStream>, Status> {
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `GrpcServer: Sync`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:740:26
[INFO] [stdout]     |
[INFO] [stdout] 740 |     ) -> Result<Response<Self::EventsStream>, Status> {
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:671:25
[INFO] [stdout]     |
[INFO] [stdout] 671 |           let queryable = self
[INFO] [stdout]     |  _________________________^
[INFO] [stdout] 672 | |             .state
[INFO] [stdout] 673 | |             .session
[INFO] [stdout] 674 | |             .declare_queryable(req.key_expr)
[INFO] [stdout] ...   |
[INFO] [stdout] 677 | |             .with(flume::bounded(256))
[INFO] [stdout] 678 | |             .await
[INFO] [stdout]     | |__________________^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `std::result::Result<Response<<GrpcServer as QueryableService>::EventsStream>, Status> well-formed`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:740:10
[INFO] [stdout]     |
[INFO] [stdout] 740 |     ) -> Result<Response<Self::EventsStream>, Status> {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `GrpcServer: Send`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:740:26
[INFO] [stdout]     |
[INFO] [stdout] 740 |     ) -> Result<Response<Self::EventsStream>, Status> {
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `GrpcServer: Sync`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:740:26
[INFO] [stdout]     |
[INFO] [stdout] 740 |     ) -> Result<Response<Self::EventsStream>, Status> {
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `std::result::Result<Response<<GrpcServer as zenoh_grpc_proto::v1::queryable_service_server::QueryableService>::EventsStream>, tonic::Status> well-formed`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:740:10
[INFO] [stdout]     |
[INFO] [stdout] 740 |     ) -> Result<Response<Self::EventsStream>, Status> {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `impl Resolve<std::result::Result<(), Box<(dyn IError + Send + Sync + 'static)>>> well-formed`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:867:25
[INFO] [stdout]     |
[INFO] [stdout] 867 |         entry.queryable.undeclare().await.map_err(internal_status)?;
[INFO] [stdout]     |                         ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `flume::Receiver<zenoh::query::Query>: Send`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:867:25
[INFO] [stdout]     |
[INFO] [stdout] 867 |         entry.queryable.undeclare().await.map_err(internal_status)?;
[INFO] [stdout]     |                         ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `impl Resolve<std::result::Result<(), Box<(dyn IError + Send + Sync + 'static)>>> well-formed`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:867:9
[INFO] [stdout]     |
[INFO] [stdout] 867 |         entry.queryable.undeclare().await.map_err(internal_status)?;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `<impl Resolve<std::result::Result<(), Box<(dyn IError + Send + Sync + 'static)>>> as zenoh_core::IntoSendFuture>::IntoFuture well-formed`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:867:37
[INFO] [stdout]     |
[INFO] [stdout] 867 |         entry.queryable.undeclare().await.map_err(internal_status)?;
[INFO] [stdout]     |                                     ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `Pin<&mut <impl Resolve<std::result::Result<(), Box<(dyn IError + Send + Sync + 'static)>>> as zenoh_core::IntoSendFuture>::IntoFuture> well-formed`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:867:37
[INFO] [stdout]     |
[INFO] [stdout] 867 |         entry.queryable.undeclare().await.map_err(internal_status)?;
[INFO] [stdout]     |                                     ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `&mut <impl Resolve<std::result::Result<(), Box<(dyn IError + Send + Sync + 'static)>>> as zenoh_core::IntoSendFuture>::IntoFuture well-formed`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:867:37
[INFO] [stdout]     |
[INFO] [stdout] 867 |         entry.queryable.undeclare().await.map_err(internal_status)?;
[INFO] [stdout]     |                                     ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `impl Resolve<std::result::Result<(), Box<(dyn IError + Send + Sync + 'static)>>> well-formed`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:867:25
[INFO] [stdout]     |
[INFO] [stdout] 867 |         entry.queryable.undeclare().await.map_err(internal_status)?;
[INFO] [stdout]     |                         ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `flume::Receiver<zenoh::query::Query>: Send`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:867:25
[INFO] [stdout]     |
[INFO] [stdout] 867 |         entry.queryable.undeclare().await.map_err(internal_status)?;
[INFO] [stdout]     |                         ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `impl Resolve<std::result::Result<(), Box<(dyn IError + Send + Sync + 'static)>>> well-formed`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:867:9
[INFO] [stdout]     |
[INFO] [stdout] 867 |         entry.queryable.undeclare().await.map_err(internal_status)?;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `<impl Resolve<std::result::Result<(), Box<(dyn IError + Send + Sync + 'static)>>> as zenoh_core::IntoSendFuture>::IntoFuture well-formed`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:867:37
[INFO] [stdout]     |
[INFO] [stdout] 867 |         entry.queryable.undeclare().await.map_err(internal_status)?;
[INFO] [stdout]     |                                     ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `Pin<&mut <impl Resolve<std::result::Result<(), Box<(dyn IError + Send + Sync + 'static)>>> as zenoh_core::IntoSendFuture>::IntoFuture> well-formed`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:867:37
[INFO] [stdout]     |
[INFO] [stdout] 867 |         entry.queryable.undeclare().await.map_err(internal_status)?;
[INFO] [stdout]     |                                     ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `&mut <impl Resolve<std::result::Result<(), Box<(dyn IError + Send + Sync + 'static)>>> as zenoh_core::IntoSendFuture>::IntoFuture well-formed`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:867:37
[INFO] [stdout]     |
[INFO] [stdout] 867 |         entry.queryable.undeclare().await.map_err(internal_status)?;
[INFO] [stdout]     |                                     ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `GrpcServer: Send`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:910:26
[INFO] [stdout]     |
[INFO] [stdout] 910 |     ) -> Result<Response<Self::GetStream>, Status> {
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `GrpcServer: Sync`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:910:26
[INFO] [stdout]     |
[INFO] [stdout] 910 |     ) -> Result<Response<Self::GetStream>, Status> {
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `std::result::Result<Response<<GrpcServer as QuerierService>::GetStream>, Status> well-formed`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:910:10
[INFO] [stdout]     |
[INFO] [stdout] 910 |     ) -> Result<Response<Self::GetStream>, Status> {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `QuerierGetBuilder<'_, '_, DefaultHandler>: IntoFuture`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:928:31
[INFO] [stdout]     |
[INFO] [stdout] 928 |         let replies = builder.await.map_err(internal_status)?;
[INFO] [stdout]     |                               ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `<QuerierGetBuilder<'_, '_, DefaultHandler> as IntoFuture>::IntoFuture == _`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:928:31
[INFO] [stdout]     |
[INFO] [stdout] 928 |         let replies = builder.await.map_err(internal_status)?;
[INFO] [stdout]     |                               ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `GrpcServer: Send`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:910:26
[INFO] [stdout]     |
[INFO] [stdout] 910 |     ) -> Result<Response<Self::GetStream>, Status> {
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `GrpcServer: Sync`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:910:26
[INFO] [stdout]     |
[INFO] [stdout] 910 |     ) -> Result<Response<Self::GetStream>, Status> {
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `std::result::Result<Response<<GrpcServer as zenoh_grpc_proto::v1::querier_service_server::QuerierService>::GetStream>, tonic::Status> well-formed`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:910:10
[INFO] [stdout]     |
[INFO] [stdout] 910 |     ) -> Result<Response<Self::GetStream>, Status> {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `QuerierGetBuilder<'_, '_, DefaultHandler>: IntoFuture`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:928:31
[INFO] [stdout]     |
[INFO] [stdout] 928 |         let replies = builder.await.map_err(internal_status)?;
[INFO] [stdout]     |                               ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `<QuerierGetBuilder<'_, '_, DefaultHandler> as IntoFuture>::IntoFuture == _`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:928:31
[INFO] [stdout]     |
[INFO] [stdout] 928 |         let replies = builder.await.map_err(internal_status)?;
[INFO] [stdout]     |                               ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `Pin<Box<{async block@zenoh-plugin-grpc/src/lib.rs:391:5: 391:10}>>: CoerceUnsized<Pin<Box<dyn Future<Output = std::result::Result<_, Status>> + Send>>>`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:391:5
[INFO] [stdout]     |
[INFO] [stdout] 391 |     async fn info(
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `Pin<Box<{async block@zenoh-plugin-grpc/src/lib.rs:401:5: 401:10}>>: CoerceUnsized<Pin<Box<dyn Future<Output = std::result::Result<_, Status>> + Send>>>`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:401:5
[INFO] [stdout]     |
[INFO] [stdout] 401 |     async fn put(
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `Pin<Box<{async block@zenoh-plugin-grpc/src/lib.rs:421:5: 421:10}>>: CoerceUnsized<Pin<Box<dyn Future<Output = std::result::Result<_, Status>> + Send>>>`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:421:5
[INFO] [stdout]     |
[INFO] [stdout] 421 |     async fn delete(
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `Pin<Box<async_stream::__private::AsyncStream<std::result::Result<zenoh_grpc_proto::v1::Reply, Status>, {async block@...}>>>: CoerceUnsized<_>`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:470:26
[INFO] [stdout]     |
[INFO] [stdout] 470 |         Ok(Response::new(Box::pin(stream)))
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `Pin<Box<{async block@zenoh-plugin-grpc/src/lib.rs:442:5: 442:10}>>: CoerceUnsized<Pin<Box<dyn Future<Output = std::result::Result<_, Status>> + Send>>>`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:442:5
[INFO] [stdout]     |
[INFO] [stdout] 442 |     async fn get(
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `std::result::Result<Response<<GrpcServer as SessionService>::GetStream>, Status> well-formed`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:389:1
[INFO] [stdout]     |
[INFO] [stdout] 389 | #[tonic::async_trait]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout]     = note: this warning originates in the attribute macro `tonic::async_trait` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `<SessionGetBuilder<'_, '_, DefaultHandler> as IntoFuture>::IntoFuture well-formed`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:464:31
[INFO] [stdout]     |
[INFO] [stdout] 464 |         let replies = builder.await.map_err(internal_status)?;
[INFO] [stdout]     |                               ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `Pin<Box<{async block@zenoh-plugin-grpc/src/lib.rs:391:5: 391:10}>>: CoerceUnsized<Pin<Box<dyn futures_core::Future<Output = std::result::Result<_, Status>> + Send>>>`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:391:5
[INFO] [stdout]     |
[INFO] [stdout] 391 |     async fn info(
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `Pin<Box<{async block@zenoh-plugin-grpc/src/lib.rs:401:5: 401:10}>>: CoerceUnsized<Pin<Box<dyn futures_core::Future<Output = std::result::Result<_, Status>> + Send>>>`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:401:5
[INFO] [stdout]     |
[INFO] [stdout] 401 |     async fn put(
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `Pin<Box<{async block@zenoh-plugin-grpc/src/lib.rs:421:5: 421:10}>>: CoerceUnsized<Pin<Box<dyn futures_core::Future<Output = std::result::Result<_, Status>> + Send>>>`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:421:5
[INFO] [stdout]     |
[INFO] [stdout] 421 |     async fn delete(
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `std::pin::Pin<std::boxed::Box<async_stream::__private::AsyncStream<std::result::Result<zenoh_grpc_proto::v1::Reply, tonic::Status>, {async block@...}>>>: std::ops::CoerceUnsized<_>`
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]   = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]   = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]   = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]   = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `Pin<Box<{async block@zenoh-plugin-grpc/src/lib.rs:473:5: 473:10}>>: CoerceUnsized<Pin<Box<dyn Future<Output = std::result::Result<_, Status>> + Send>>>`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:473:5
[INFO] [stdout]     |
[INFO] [stdout] 473 |     async fn touch_client(
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `Pin<Box<async_stream::__private::AsyncStream<std::result::Result<zenoh_grpc_proto::v1::Reply, tonic::Status>, {async block@...}>>>: CoerceUnsized<_>`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:470:26
[INFO] [stdout]     |
[INFO] [stdout] 470 |         Ok(Response::new(Box::pin(stream)))
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `Pin<Box<{async block@zenoh-plugin-grpc/src/lib.rs:481:5: 481:10}>>: CoerceUnsized<Pin<Box<dyn Future<Output = std::result::Result<_, Status>> + Send>>>`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:481:5
[INFO] [stdout]     |
[INFO] [stdout] 481 |     async fn cleanup_client(
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `Pin<Box<{async block@zenoh-plugin-grpc/src/lib.rs:442:5: 442:10}>>: CoerceUnsized<Pin<Box<dyn futures_core::Future<Output = std::result::Result<_, Status>> + Send>>>`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:442:5
[INFO] [stdout]     |
[INFO] [stdout] 442 |     async fn get(
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `Pin<Box<{async block@zenoh-plugin-grpc/src/lib.rs:494:5: 494:10}>>: CoerceUnsized<Pin<Box<dyn Future<Output = std::result::Result<_, Status>> + Send>>>`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:494:5
[INFO] [stdout]     |
[INFO] [stdout] 494 |     async fn declare_publisher(
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `std::result::Result<Response<<GrpcServer as zenoh_grpc_proto::v1::session_service_server::SessionService>::GetStream>, tonic::Status> well-formed`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:389:1
[INFO] [stdout]     |
[INFO] [stdout] 389 | #[tonic::async_trait]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout]     = note: this warning originates in the attribute macro `tonic::async_trait` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `<SessionGetBuilder<'_, '_, DefaultHandler> as IntoFuture>::IntoFuture well-formed`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:464:31
[INFO] [stdout]     |
[INFO] [stdout] 464 |         let replies = builder.await.map_err(internal_status)?;
[INFO] [stdout]     |                               ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `Pin<Box<{async block@zenoh-plugin-grpc/src/lib.rs:523:5: 523:10}>>: CoerceUnsized<Pin<Box<dyn Future<Output = std::result::Result<_, Status>> + Send>>>`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:523:5
[INFO] [stdout]     |
[INFO] [stdout] 523 |     async fn put(
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `Pin<Box<{async block@zenoh-plugin-grpc/src/lib.rs:545:5: 545:10}>>: CoerceUnsized<Pin<Box<dyn Future<Output = std::result::Result<_, Status>> + Send>>>`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:545:5
[INFO] [stdout]     |
[INFO] [stdout] 545 |     async fn delete(
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `Pin<Box<{async block@zenoh-plugin-grpc/src/lib.rs:564:5: 564:10}>>: CoerceUnsized<Pin<Box<dyn Future<Output = std::result::Result<_, Status>> + Send>>>`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:564:5
[INFO] [stdout]     |
[INFO] [stdout] 564 |     async fn undeclare(
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `Pin<Box<{async block@zenoh-plugin-grpc/src/lib.rs:623:5: 623:10}>>: CoerceUnsized<Pin<Box<dyn Future<Output = std::result::Result<_, Status>> + Send>>>`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:623:5
[INFO] [stdout]     |
[INFO] [stdout] 623 |     async fn events(
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `std::result::Result<Response<<GrpcServer as SubscriberService>::EventsStream>, Status> well-formed`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:583:1
[INFO] [stdout]     |
[INFO] [stdout] 583 | #[tonic::async_trait]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout]     = note: this warning originates in the attribute macro `tonic::async_trait` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `Pin<Box<{async block@zenoh-plugin-grpc/src/lib.rs:639:5: 639:10}>>: CoerceUnsized<Pin<Box<dyn Future<Output = std::result::Result<_, Status>> + Send>>>`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:639:5
[INFO] [stdout]     |
[INFO] [stdout] 639 |     async fn undeclare(
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `flume::Receiver<zenoh::sample::Sample>: Send`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:653:9
[INFO] [stdout]     |
[INFO] [stdout] 653 | /         entry
[INFO] [stdout] 654 | |             .subscriber
[INFO] [stdout] 655 | |             .undeclare()
[INFO] [stdout]     | |________________________^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `std::pin::Pin<std::boxed::Box<async_stream::__private::AsyncStream<std::result::Result<zenoh_grpc_proto::v1::Reply, tonic::Status>, {async block@...}>>>: std::ops::CoerceUnsized<_>`
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]   = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]   = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]   = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]   = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `Pin<Box<{async block@zenoh-plugin-grpc/src/lib.rs:473:5: 473:10}>>: CoerceUnsized<Pin<Box<dyn futures_core::Future<Output = std::result::Result<_, Status>> + Send>>>`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:473:5
[INFO] [stdout]     |
[INFO] [stdout] 473 |     async fn touch_client(
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `Pin<Box<{async block@zenoh-plugin-grpc/src/lib.rs:737:5: 737:10}>>: CoerceUnsized<Pin<Box<dyn Future<Output = std::result::Result<_, Status>> + Send>>>`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:737:5
[INFO] [stdout]     |
[INFO] [stdout] 737 |     async fn events(
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `std::result::Result<Response<<GrpcServer as QueryableService>::EventsStream>, Status> well-formed`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:662:1
[INFO] [stdout]     |
[INFO] [stdout] 662 | #[tonic::async_trait]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout]     = note: this warning originates in the attribute macro `tonic::async_trait` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `Pin<Box<{async block@zenoh-plugin-grpc/src/lib.rs:481:5: 481:10}>>: CoerceUnsized<Pin<Box<dyn futures_core::Future<Output = std::result::Result<_, Status>> + Send>>>`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:481:5
[INFO] [stdout]     |
[INFO] [stdout] 481 |     async fn cleanup_client(
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `Pin<Box<{async block@zenoh-plugin-grpc/src/lib.rs:753:5: 753:10}>>: CoerceUnsized<Pin<Box<dyn Future<Output = std::result::Result<_, Status>> + Send>>>`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:753:5
[INFO] [stdout]     |
[INFO] [stdout] 753 |     async fn reply(
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `Pin<Box<{async block@zenoh-plugin-grpc/src/lib.rs:494:5: 494:10}>>: CoerceUnsized<Pin<Box<dyn futures_core::Future<Output = std::result::Result<_, Status>> + Send>>>`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:494:5
[INFO] [stdout]     |
[INFO] [stdout] 494 |     async fn declare_publisher(
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `Pin<Box<{async block@zenoh-plugin-grpc/src/lib.rs:780:5: 780:10}>>: CoerceUnsized<Pin<Box<dyn Future<Output = std::result::Result<_, Status>> + Send>>>`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:780:5
[INFO] [stdout]     |
[INFO] [stdout] 780 |     async fn reply_err(
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `Pin<Box<{async block@zenoh-plugin-grpc/src/lib.rs:523:5: 523:10}>>: CoerceUnsized<Pin<Box<dyn futures_core::Future<Output = std::result::Result<_, Status>> + Send>>>`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:523:5
[INFO] [stdout]     |
[INFO] [stdout] 523 |     async fn put(
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `Pin<Box<{async block@zenoh-plugin-grpc/src/lib.rs:804:5: 804:10}>>: CoerceUnsized<Pin<Box<dyn Future<Output = std::result::Result<_, Status>> + Send>>>`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:804:5
[INFO] [stdout]     |
[INFO] [stdout] 804 |     async fn reply_delete(
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `Pin<Box<{async block@zenoh-plugin-grpc/src/lib.rs:828:5: 828:10}>>: CoerceUnsized<Pin<Box<dyn Future<Output = std::result::Result<_, Status>> + Send>>>`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:828:5
[INFO] [stdout]     |
[INFO] [stdout] 828 |     async fn finish(
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `Pin<Box<{async block@zenoh-plugin-grpc/src/lib.rs:545:5: 545:10}>>: CoerceUnsized<Pin<Box<dyn futures_core::Future<Output = std::result::Result<_, Status>> + Send>>>`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:545:5
[INFO] [stdout]     |
[INFO] [stdout] 545 |     async fn delete(
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `Pin<Box<{async block@zenoh-plugin-grpc/src/lib.rs:564:5: 564:10}>>: CoerceUnsized<Pin<Box<dyn futures_core::Future<Output = std::result::Result<_, Status>> + Send>>>`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:564:5
[INFO] [stdout]     |
[INFO] [stdout] 564 |     async fn undeclare(
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `Pin<Box<{async block@zenoh-plugin-grpc/src/lib.rs:623:5: 623:10}>>: CoerceUnsized<Pin<Box<dyn futures_core::Future<Output = std::result::Result<_, Status>> + Send>>>`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:623:5
[INFO] [stdout]     |
[INFO] [stdout] 623 |     async fn events(
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `std::result::Result<Response<<GrpcServer as zenoh_grpc_proto::v1::subscriber_service_server::SubscriberService>::EventsStream>, tonic::Status> well-formed`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:583:1
[INFO] [stdout]     |
[INFO] [stdout] 583 | #[tonic::async_trait]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout]     = note: this warning originates in the attribute macro `tonic::async_trait` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `Pin<Box<{async block@zenoh-plugin-grpc/src/lib.rs:848:5: 848:10}>>: CoerceUnsized<Pin<Box<dyn Future<Output = std::result::Result<_, Status>> + Send>>>`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:848:5
[INFO] [stdout]     |
[INFO] [stdout] 848 |     async fn undeclare(
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `Pin<Box<{async block@zenoh-plugin-grpc/src/lib.rs:639:5: 639:10}>>: CoerceUnsized<Pin<Box<dyn futures_core::Future<Output = std::result::Result<_, Status>> + Send>>>`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:639:5
[INFO] [stdout]     |
[INFO] [stdout] 639 |     async fn undeclare(
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `flume::Receiver<zenoh::query::Query>: Send`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:867:9
[INFO] [stdout]     |
[INFO] [stdout] 867 |         entry.queryable.undeclare().await.map_err(internal_status)?;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `impl Resolve<std::result::Result<(), Box<(dyn IError + Send + Sync + 'static)>>> well-formed`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:867:37
[INFO] [stdout]     |
[INFO] [stdout] 867 |         entry.queryable.undeclare().await.map_err(internal_status)?;
[INFO] [stdout]     |                                     ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `<impl Resolve<std::result::Result<(), Box<(dyn IError + Send + Sync + 'static)>>> as IntoFuture>::IntoFuture well-formed`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:867:37
[INFO] [stdout]     |
[INFO] [stdout] 867 |         entry.queryable.undeclare().await.map_err(internal_status)?;
[INFO] [stdout]     |                                     ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `Poll<<<impl Resolve<std::result::Result<(), Box<(dyn IError + Send + Sync + 'static)>>> as zenoh_core::IntoSendFuture>::IntoFuture as Future>::Output> well-formed`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:867:37
[INFO] [stdout]     |
[INFO] [stdout] 867 |         entry.queryable.undeclare().await.map_err(internal_status)?;
[INFO] [stdout]     |                                     ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `flume::Receiver<zenoh::sample::Sample>: Send`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:653:9
[INFO] [stdout]     |
[INFO] [stdout] 653 | /         entry
[INFO] [stdout] 654 | |             .subscriber
[INFO] [stdout] 655 | |             .undeclare()
[INFO] [stdout]     | |________________________^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `Pin<Box<{async block@zenoh-plugin-grpc/src/lib.rs:874:5: 874:10}>>: CoerceUnsized<Pin<Box<dyn Future<Output = std::result::Result<_, Status>> + Send>>>`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:874:5
[INFO] [stdout]     |
[INFO] [stdout] 874 |     async fn declare_querier(
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `Pin<Box<{async block@zenoh-plugin-grpc/src/lib.rs:737:5: 737:10}>>: CoerceUnsized<Pin<Box<dyn futures_core::Future<Output = std::result::Result<_, Status>> + Send>>>`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:737:5
[INFO] [stdout]     |
[INFO] [stdout] 737 |     async fn events(
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `std::result::Result<Response<<GrpcServer as zenoh_grpc_proto::v1::queryable_service_server::QueryableService>::EventsStream>, tonic::Status> well-formed`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:662:1
[INFO] [stdout]     |
[INFO] [stdout] 662 | #[tonic::async_trait]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout]     = note: this warning originates in the attribute macro `tonic::async_trait` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `Pin<Box<{async block@zenoh-plugin-grpc/src/lib.rs:753:5: 753:10}>>: CoerceUnsized<Pin<Box<dyn futures_core::Future<Output = std::result::Result<_, Status>> + Send>>>`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:753:5
[INFO] [stdout]     |
[INFO] [stdout] 753 |     async fn reply(
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `Pin<Box<async_stream::__private::AsyncStream<std::result::Result<zenoh_grpc_proto::v1::Reply, Status>, {async block@...}>>>: CoerceUnsized<_>`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:934:26
[INFO] [stdout]     |
[INFO] [stdout] 934 |         Ok(Response::new(Box::pin(stream)))
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `Pin<Box<{async block@zenoh-plugin-grpc/src/lib.rs:907:5: 907:10}>>: CoerceUnsized<Pin<Box<dyn Future<Output = std::result::Result<_, Status>> + Send>>>`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:907:5
[INFO] [stdout]     |
[INFO] [stdout] 907 |     async fn get(
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `std::result::Result<Response<<GrpcServer as QuerierService>::GetStream>, Status> well-formed`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:872:1
[INFO] [stdout]     |
[INFO] [stdout] 872 | #[tonic::async_trait]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout]     = note: this warning originates in the attribute macro `tonic::async_trait` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `<QuerierGetBuilder<'_, '_, DefaultHandler> as IntoFuture>::IntoFuture well-formed`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:928:31
[INFO] [stdout]     |
[INFO] [stdout] 928 |         let replies = builder.await.map_err(internal_status)?;
[INFO] [stdout]     |                               ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `Pin<Box<{async block@zenoh-plugin-grpc/src/lib.rs:780:5: 780:10}>>: CoerceUnsized<Pin<Box<dyn futures_core::Future<Output = std::result::Result<_, Status>> + Send>>>`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:780:5
[INFO] [stdout]     |
[INFO] [stdout] 780 |     async fn reply_err(
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `Pin<Box<{async block@zenoh-plugin-grpc/src/lib.rs:804:5: 804:10}>>: CoerceUnsized<Pin<Box<dyn futures_core::Future<Output = std::result::Result<_, Status>> + Send>>>`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:804:5
[INFO] [stdout]     |
[INFO] [stdout] 804 |     async fn reply_delete(
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `Pin<Box<{async block@zenoh-plugin-grpc/src/lib.rs:937:5: 937:10}>>: CoerceUnsized<Pin<Box<dyn Future<Output = std::result::Result<_, Status>> + Send>>>`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:937:5
[INFO] [stdout]     |
[INFO] [stdout] 937 |     async fn undeclare(
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `Pin<Box<{async block@zenoh-plugin-grpc/src/lib.rs:828:5: 828:10}>>: CoerceUnsized<Pin<Box<dyn futures_core::Future<Output = std::result::Result<_, Status>> + Send>>>`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:828:5
[INFO] [stdout]     |
[INFO] [stdout] 828 |     async fn finish(
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `Pin<Box<{async block@zenoh-plugin-grpc/src/lib.rs:848:5: 848:10}>>: CoerceUnsized<Pin<Box<dyn futures_core::Future<Output = std::result::Result<_, Status>> + Send>>>`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:848:5
[INFO] [stdout]     |
[INFO] [stdout] 848 |     async fn undeclare(
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `flume::Receiver<zenoh::query::Query>: Send`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:867:9
[INFO] [stdout]     |
[INFO] [stdout] 867 |         entry.queryable.undeclare().await.map_err(internal_status)?;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `impl Resolve<std::result::Result<(), Box<(dyn IError + Send + Sync + 'static)>>> well-formed`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:867:37
[INFO] [stdout]     |
[INFO] [stdout] 867 |         entry.queryable.undeclare().await.map_err(internal_status)?;
[INFO] [stdout]     |                                     ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `<impl Resolve<std::result::Result<(), Box<(dyn IError + Send + Sync + 'static)>>> as IntoFuture>::IntoFuture well-formed`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:867:37
[INFO] [stdout]     |
[INFO] [stdout] 867 |         entry.queryable.undeclare().await.map_err(internal_status)?;
[INFO] [stdout]     |                                     ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `Poll<<<impl Resolve<std::result::Result<(), Box<(dyn IError + Send + Sync + 'static)>>> as zenoh_core::IntoSendFuture>::IntoFuture as futures_core::Future>::Output> well-formed`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:867:37
[INFO] [stdout]     |
[INFO] [stdout] 867 |         entry.queryable.undeclare().await.map_err(internal_status)?;
[INFO] [stdout]     |                                     ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `Pin<Box<{async block@zenoh-plugin-grpc/src/lib.rs:874:5: 874:10}>>: CoerceUnsized<Pin<Box<dyn futures_core::Future<Output = std::result::Result<_, Status>> + Send>>>`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:874:5
[INFO] [stdout]     |
[INFO] [stdout] 874 |     async fn declare_querier(
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0282`.
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `Pin<Box<async_stream::__private::AsyncStream<std::result::Result<zenoh_grpc_proto::v1::Reply, tonic::Status>, {async block@...}>>>: CoerceUnsized<_>`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:934:26
[INFO] [stdout]     |
[INFO] [stdout] 934 |         Ok(Response::new(Box::pin(stream)))
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `Pin<Box<{async block@zenoh-plugin-grpc/src/lib.rs:907:5: 907:10}>>: CoerceUnsized<Pin<Box<dyn futures_core::Future<Output = std::result::Result<_, Status>> + Send>>>`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:907:5
[INFO] [stdout]     |
[INFO] [stdout] 907 |     async fn get(
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `std::result::Result<Response<<GrpcServer as zenoh_grpc_proto::v1::querier_service_server::QuerierService>::GetStream>, tonic::Status> well-formed`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:872:1
[INFO] [stdout]     |
[INFO] [stdout] 872 | #[tonic::async_trait]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout]     = note: this warning originates in the attribute macro `tonic::async_trait` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `<QuerierGetBuilder<'_, '_, DefaultHandler> as IntoFuture>::IntoFuture well-formed`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:928:31
[INFO] [stdout]     |
[INFO] [stdout] 928 |         let replies = builder.await.map_err(internal_status)?;
[INFO] [stdout]     |                               ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `Pin<Box<{async block@zenoh-plugin-grpc/src/lib.rs:937:5: 937:10}>>: CoerceUnsized<Pin<Box<dyn futures_core::Future<Output = std::result::Result<_, Status>> + Send>>>`
[INFO] [stdout]    --> zenoh-plugin-grpc/src/lib.rs:937:5
[INFO] [stdout]     |
[INFO] [stdout] 937 |     async fn undeclare(
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`zenoh_plugin_grpc`)
[INFO] [stdout]     = help: or consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `zenoh-plugin-grpc` (lib) due to 2 previous errors; 108 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] For more information about this error, try `rustc --explain E0282`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `zenoh-plugin-grpc` (lib test) due to 2 previous errors; 109 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "9e61045dd87ad915fdd4263a6329e89626b9b99d239f46e51674b12e8adc3747", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9e61045dd87ad915fdd4263a6329e89626b9b99d239f46e51674b12e8adc3747", kill_on_drop: false }`
[INFO] [stdout] 9e61045dd87ad915fdd4263a6329e89626b9b99d239f46e51674b12e8adc3747
