Skip to content

feat(proto-config): Add http protocol configuration #2627

feat(proto-config): Add http protocol configuration

feat(proto-config): Add http protocol configuration #2627

Triggered via pull request February 17, 2025 14:56
Status Failure
Total duration 4m 1s
Artifacts

rust.yml

on: pull_request
Matrix: audit
Fit to window
Zoom out
Zoom in

Annotations

7 errors
check: policy-controller/k8s/index/src/outbound/index.rs#L235
error[E0308]: mismatched types --> policy-controller/k8s/index/src/outbound/index.rs:235:55 | 235 | ... AppProtocol::from(p.as_str()), | ----------------- ^^^^^^^^^^ expected `AppProtocol`, found `&str` | | | arguments to this function are incorrect | note: associated function defined here --> /rustc/90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf/library/core/src/convert/mod.rs:585:8
check: policy-controller/k8s/index/src/outbound/index.rs#L235
error[E0308]: mismatched types --> policy-controller/k8s/index/src/outbound/index.rs:235:55 | 235 | ... AppProtocol::from(p.as_str()), | ----------------- ^^^^^^^^^^ expected `AppProtocol`, found `&str` | | | arguments to this function are incorrect | note: associated function defined here --> /rustc/90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf/library/core/src/convert/mod.rs:585:8
check
Process completed with exit code 1.
clippy: policy-controller/k8s/index/src/outbound/index.rs#L235
error[E0308]: mismatched types --> policy-controller/k8s/index/src/outbound/index.rs:235:55 | 235 | ... AppProtocol::from(p.as_str()), | ----------------- ^^^^^^^^^^ expected `AppProtocol`, found `&str` | | | arguments to this function are incorrect | note: associated function defined here --> /rustc/90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf/library/core/src/convert/mod.rs:585:8
clippy: policy-controller/k8s/index/src/outbound/index.rs#L235
error[E0308]: mismatched types --> policy-controller/k8s/index/src/outbound/index.rs:235:55 | 235 | ... AppProtocol::from(p.as_str()), | ----------------- ^^^^^^^^^^ expected `AppProtocol`, found `&str` | | | arguments to this function are incorrect | note: associated function defined here --> /rustc/90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf/library/core/src/convert/mod.rs:585:8
clippy
Process completed with exit code 1.
test
Process completed with exit code 101.