chore(deps): upgrade to hyper 1.x #1424
pr.yml
on: pull_request
Annotations
30 errors and 18 warnings
rust-crates (linkerd-proxy-http):
linkerd/proxy/http/src/server/tests.rs#L4
error: unused import: `crate::Body`
--> linkerd/proxy/http/src/server/tests.rs:4:5
|
4 | use crate::Body;
| ^^^^^^^^^^^
|
= note: `-D unused-imports` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(unused_imports)]`
|
rust-crates (linkerd-proxy-http):
linkerd/proxy/http/src/server/tests.rs#L210
error: unused import: `service::TowerToHyperService`
--> linkerd/proxy/http/src/server/tests.rs:210:46
|
210 | use hyper_util::{rt::tokio::TokioIo, service::TowerToHyperService};
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
rust-crates (linkerd-proxy-http):
linkerd/proxy/http/src/server/tests.rs#L228
error[E0599]: the method `oneshot` exists for struct `ServeHttp<NewMock>`, but its trait bounds were not satisfied
--> linkerd/proxy/http/src/server/tests.rs:228:23
|
228 | let fut = svc.oneshot(sio).instrument(info_span!("server"));
| ^^^^^^^ method cannot be called on `ServeHttp<NewMock>` due to unsatisfied trait bounds
|
::: linkerd/proxy/http/src/server.rs:34:1
|
34 | pub struct ServeHttp<N> {
| ----------------------- method `oneshot` not found for this struct because it doesn't satisfy `ServeHttp<NewMock>: ServiceExt<_>` or `ServeHttp<NewMock>: tower::Service<_>`
|
= note: the following trait bounds were not satisfied:
`ServeHttp<NewMock>: tower::Service<_>`
which is required by `ServeHttp<NewMock>: ServiceExt<_>`
`&ServeHttp<NewMock>: tower::Service<_>`
which is required by `&ServeHttp<NewMock>: ServiceExt<_>`
`&mut ServeHttp<NewMock>: tower::Service<_>`
which is required by `&mut ServeHttp<NewMock>: ServiceExt<_>`
note: the trait `tower::Service` must be implemented
--> /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/tower-service-0.3.3/src/lib.rs:311:1
|
311 | pub trait Service<Request> {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
= help: items from traits can only be used if the trait is implemented and in scope
= note: the following trait defines an item `oneshot`, perhaps you need to implement it:
candidate #1: `ServiceExt`
|
rust-crates (linkerd-proxy-http):
linkerd/proxy/http/src/server.rs#L34
error[E0599]: the method `oneshot` exists for struct `ServeHttp<NewMock>`, but its trait bounds were not satisfied
--> linkerd/proxy/http/src/server/tests.rs:228:23
|
228 | let fut = svc.oneshot(sio).instrument(info_span!("server"));
| ^^^^^^^ method cannot be called on `ServeHttp<NewMock>` due to unsatisfied trait bounds
|
::: linkerd/proxy/http/src/server.rs:34:1
|
34 | pub struct ServeHttp<N> {
| ----------------------- method `oneshot` not found for this struct because it doesn't satisfy `ServeHttp<NewMock>: ServiceExt<_>` or `ServeHttp<NewMock>: tower::Service<_>`
|
= note: the following trait bounds were not satisfied:
`ServeHttp<NewMock>: tower::Service<_>`
which is required by `ServeHttp<NewMock>: ServiceExt<_>`
`&ServeHttp<NewMock>: tower::Service<_>`
which is required by `&ServeHttp<NewMock>: ServiceExt<_>`
`&mut ServeHttp<NewMock>: tower::Service<_>`
which is required by `&mut ServeHttp<NewMock>: ServiceExt<_>`
note: the trait `tower::Service` must be implemented
--> /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/tower-service-0.3.3/src/lib.rs:311:1
|
311 | pub trait Service<Request> {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
= help: items from traits can only be used if the trait is implemented and in scope
= note: the following trait defines an item `oneshot`, perhaps you need to implement it:
candidate #1: `ServiceExt`
|
rust-crates (linkerd-proxy-http):
linkerd/proxy/http/src/server/tests.rs#L11
error: unused import: `tower::ServiceExt`
--> linkerd/proxy/http/src/server/tests.rs:11:5
|
11 | use tower::ServiceExt;
| ^^^^^^^^^^^^^^^^^
|
rust-crates (linkerd-proxy-http)
Process completed with exit code 1.
|
rust-crates (linkerd-metrics)
The job was canceled because "linkerd-proxy-http" failed.
|
rust-crates (linkerd-metrics)
The operation was canceled.
|
rust-crates (linkerd-http-metrics)
The job was canceled because "linkerd-proxy-http" failed.
|
rust-crates (linkerd-http-metrics)
The operation was canceled.
|
rust-crates (linkerd-app-outbound)
The job was canceled because "linkerd-proxy-http" failed.
|
rust-crates (linkerd-app-outbound)
The operation was canceled.
|
rust-crates (linkerd-http-upgrade)
The job was canceled because "linkerd-proxy-http" failed.
|
rust-crates (linkerd-http-upgrade)
The operation was canceled.
|
rust-crates (linkerd-app-inbound)
The job was canceled because "linkerd-proxy-http" failed.
|
rust-crates (linkerd-app-inbound)
The operation was canceled.
|
rust-crates (linkerd-http-retry)
The job was canceled because "linkerd-proxy-http" failed.
|
rust-crates (linkerd-http-retry)
The operation was canceled.
|
rust-crates (linkerd-proxy-tap)
The job was canceled because "linkerd-proxy-http" failed.
|
rust-crates (linkerd-proxy-tap)
The operation was canceled.
|
rust-crates (linkerd-app-integration)
The job was canceled because "linkerd-proxy-http" failed.
|
rust-crates (linkerd-app-integration)
The operation was canceled.
|
rust-crates (linkerd-app-test)
The job was canceled because "linkerd-proxy-http" failed.
|
rust-crates (linkerd-app-test)
The operation was canceled.
|
rust-crates (linkerd-app-core)
The job was canceled because "linkerd-proxy-http" failed.
|
rust-crates (linkerd-app-core)
The operation was canceled.
|
rust-crates (linkerd-app-admin)
The job was canceled because "linkerd-proxy-http" failed.
|
rust-crates (linkerd-app-admin)
The operation was canceled.
|
linkerd-install
Process completed with exit code 1.
|
ship-it
Process completed with exit code 1.
|
rust-crates (linkerd-io)
Cache not found for keys: v0-rust-rust-crates-Linux-ae91216b-d840aefb, v0-rust-rust-crates-Linux-ae91216b
|
rust-crates (linkerd-http-executor)
Cache not found for keys: v0-rust-rust-crates-Linux-ae91216b-d840aefb, v0-rust-rust-crates-Linux-ae91216b
|
rust-crates (linkerd-http-executor)
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
|
rust-crates (hyper-balance)
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
|
rust-crates (hyper-balance)
Cache not found for keys: v0-rust-rust-crates-Linux-ae91216b-d840aefb, v0-rust-rust-crates-Linux-ae91216b
|
rust-crates (linkerd-proxy-http)
Cache not found for keys: v0-rust-rust-crates-Linux-ae91216b-d840aefb, v0-rust-rust-crates-Linux-ae91216b
|
rust-crates (linkerd-metrics)
Cache not found for keys: v0-rust-rust-crates-Linux-ae91216b-d840aefb, v0-rust-rust-crates-Linux-ae91216b
|
rust-crates (linkerd-http-metrics)
Cache not found for keys: v0-rust-rust-crates-Linux-ae91216b-d840aefb, v0-rust-rust-crates-Linux-ae91216b
|
rust-crates (linkerd-app-outbound)
Cache not found for keys: v0-rust-rust-crates-Linux-ae91216b-d840aefb, v0-rust-rust-crates-Linux-ae91216b
|
rust-crates (linkerd-http-upgrade)
Cache not found for keys: v0-rust-rust-crates-Linux-ae91216b-d840aefb, v0-rust-rust-crates-Linux-ae91216b
|
rust-crates (linkerd-app-inbound)
Cache not found for keys: v0-rust-rust-crates-Linux-ae91216b-d840aefb, v0-rust-rust-crates-Linux-ae91216b
|
rust-crates (linkerd-http-retry)
Cache not found for keys: v0-rust-rust-crates-Linux-ae91216b-d840aefb, v0-rust-rust-crates-Linux-ae91216b
|
rust-crates (linkerd-proxy-tap)
Cache not found for keys: v0-rust-rust-crates-Linux-ae91216b-d840aefb, v0-rust-rust-crates-Linux-ae91216b
|
rust-crates (linkerd-app-integration)
Cache not found for keys: v0-rust-rust-crates-Linux-ae91216b-d840aefb, v0-rust-rust-crates-Linux-ae91216b
|
rust-crates (linkerd-app-test)
Cache not found for keys: v0-rust-rust-crates-Linux-ae91216b-d840aefb, v0-rust-rust-crates-Linux-ae91216b
|
rust-crates (linkerd-app-core)
Cache not found for keys: v0-rust-rust-crates-Linux-ae91216b-d840aefb, v0-rust-rust-crates-Linux-ae91216b
|
rust-crates (linkerd-app-admin)
Cache not found for keys: v0-rust-rust-crates-Linux-ae91216b-d840aefb, v0-rust-rust-crates-Linux-ae91216b
|
rust
Cache not found for keys: v0-rust-rust-Linux-ae91216b-d840aefb, v0-rust-rust-Linux-ae91216b
|