feat(sdk): fix client tls connections #4063
Annotations
4 errors and 3 warnings
packages/rs-dapi-client/src/transport/grpc.rs#L8
error[E0433]: failed to resolve: could not find `core` in `dapi_grpc`
--> packages/rs-dapi-client/src/transport/grpc.rs:8:16
|
8 | use dapi_grpc::core::v0::core_client::CoreClient;
| ^^^^ could not find `core` in `dapi_grpc`
|
note: found an item that was configured out
--> /home/ubuntu/actions-runner/_work/platform/platform/packages/dapi-grpc/src/lib.rs:4:9
|
4 | pub mod core {
| ^^^^
= note: the item is gated behind the `core` feature
|
packages/rs-dapi-client/src/transport/grpc.rs#L9
error[E0432]: unresolved import `dapi_grpc::core`
--> packages/rs-dapi-client/src/transport/grpc.rs:9:16
|
9 | use dapi_grpc::core::v0::{self as core_proto};
| ^^^^ could not find `core` in `dapi_grpc`
|
note: found an item that was configured out
--> /home/ubuntu/actions-runner/_work/platform/platform/packages/dapi-grpc/src/lib.rs:4:9
|
4 | pub mod core {
| ^^^^
= note: the item is gated behind the `core` feature
|
|
|
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: mozilla-actions/[email protected], strophy/actions-cache@opendal-update. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
packages/rs-dapi-client/src/mock.rs#L80
warning: bound is defined in more than one place
--> packages/rs-dapi-client/src/mock.rs:80:17
|
80 | pub fn load<T: TransportRequest, P: AsRef<std::path::Path>>(
| ^
...
85 | T: Mockable,
| ^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#multiple_bound_locations
= note: `#[warn(clippy::multiple_bound_locations)]` on by default
|
The logs for this run have expired and are no longer available.
Loading