Skip to content

Merged main

Merged main #294

Triggered via push December 11, 2023 12:49
Status Failure
Total duration 1m 17s
Artifacts

check_format.yml

on: push
cargo fmt
29s
cargo fmt
Clippy lint and check
1m 7s
Clippy lint and check
Fit to window
Zoom out
Zoom in

Annotations

3 errors
not all trait items implemented, missing: `endpoints`: src/api/ecdar_api.rs#L226
error[E0046]: not all trait items implemented, missing: `endpoints` --> src/api/ecdar_api.rs:226:1 | 226 | impl EcdarApiAuth for ConcreteEcdarApi { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing `endpoints` in implementation | ::: /home/runner/work/Ecdar-API/Ecdar-API/target/debug/build/api_server-a8f3fee1ac9c12e6/out/ecdar_proto_buf.rs:3201:9 | 3201 | / async fn endpoints( 3202 | | &self, 3203 | | request: tonic::Request<()>, 3204 | | ) -> std::result::Result< 3205 | | tonic::Response<super::EndpointsResponse>, 3206 | | tonic::Status, 3207 | | >; | |__________- `endpoints` from trait
not all trait items implemented, missing: `endpoints`: src/api/ecdar_api.rs#L226
error[E0046]: not all trait items implemented, missing: `endpoints` --> src/api/ecdar_api.rs:226:1 | 226 | impl EcdarApiAuth for ConcreteEcdarApi { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing `endpoints` in implementation | ::: /home/runner/work/Ecdar-API/Ecdar-API/target/debug/build/api_server-a8f3fee1ac9c12e6/out/ecdar_proto_buf.rs:3201:9 | 3201 | / async fn endpoints( 3202 | | &self, 3203 | | request: tonic::Request<()>, 3204 | | ) -> std::result::Result< 3205 | | tonic::Response<super::EndpointsResponse>, 3206 | | tonic::Status, 3207 | | >; | |__________- `endpoints` from trait
Clippy lint and check
Clippy has exited with exit code 101