Skip to content

feat(service): Add Layered service to propagate NamedService implementation #3398

feat(service): Add Layered service to propagate NamedService implementation

feat(service): Add Layered service to propagate NamedService implementation #3398

Triggered via pull request October 3, 2024 08:41
Status Failure
Total duration 3m 6s
Artifacts

CI.yml

on: pull_request
rustfmt
5s
rustfmt
cargo-deny check
19s
cargo-deny check
clippy
31s
clippy
codegen
13s
codegen
Check unused dependencies
2m 23s
Check unused dependencies
Check MSRV
23s
Check MSRV
semver
53s
semver
check-external-types
21s
check-external-types
Matrix: check
Matrix: Interop Tests
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

18 errors
clippy: examples/src/grpc-web/server.rs#L39
no method named `named_Layer` found for struct `tower::layer::util::Stack` in the current scope
clippy
Process completed with exit code 101.
test (macOS-latest): examples/src/grpc-web/server.rs#L1
unused import: `service::LayerExt as _`
test (macOS-latest): examples/src/grpc-web/server.rs#L39
no method named `named_Layer` found for struct `Stack` in the current scope
test (macOS-latest)
Process completed with exit code 101.
test (windows-latest)
The job was canceled because "macOS-latest" failed.
test (windows-latest)
The operation was canceled.
test (ubuntu-latest)
The job was canceled because "macOS-latest" failed.
test (ubuntu-latest)
The operation was canceled.
check (macOS-latest): examples/src/grpc-web/server.rs#L1
unused import: `service::LayerExt as _`
check (macOS-latest): examples/src/grpc-web/server.rs#L39
no method named `named_Layer` found for struct `Stack` in the current scope
check (macOS-latest)
Process completed with exit code 101.
check (ubuntu-latest): examples/src/grpc-web/server.rs#L1
unused import: `service::LayerExt as _`
check (ubuntu-latest): examples/src/grpc-web/server.rs#L39
no method named `named_Layer` found for struct `Stack` in the current scope
check (ubuntu-latest)
Process completed with exit code 101.
check (windows-latest)
The job was canceled because "macOS-latest" failed.
check (windows-latest)
The operation was canceled.
Check unused dependencies
Process completed with exit code 1.