This repository has been archived by the owner on Sep 22, 2024. It is now read-only.
chore(submodules): update external submodules #4191
Triggered via pull request
September 19, 2024 18:27
Status
Failure
Total duration
2m 11s
Artifacts
–
testing.yml
on: pull_request
Linting and Testing
2m 0s
Annotations
5 errors and 2 warnings
missing field `keep_empty_value` in initializer of `grpc::envoy::config::core::v3::HeaderValueOption`:
src/translator/responses.rs#L95
error[E0063]: missing field `keep_empty_value` in initializer of `grpc::envoy::config::core::v3::HeaderValueOption`
--> src/translator/responses.rs:95:27
|
95 | headers: vec![HeaderValueOption {
| ^^^^^^^^^^^^^^^^^ missing `keep_empty_value`
|
missing field `raw_value` in initializer of `grpc::envoy::config::core::v3::HeaderValue`:
src/translator/responses.rs#L96
error[E0063]: missing field `raw_value` in initializer of `grpc::envoy::config::core::v3::HeaderValue`
--> src/translator/responses.rs:96:30
|
96 | header: Some(HeaderValue {
| ^^^^^^^^^^^ missing `raw_value`
|
missing field `keep_empty_value` in initializer of `grpc::envoy::config::core::v3::HeaderValueOption`:
src/translator/responses.rs#L60
error[E0063]: missing field `keep_empty_value` in initializer of `grpc::envoy::config::core::v3::HeaderValueOption`
--> src/translator/responses.rs:60:18
|
60 | .map(|h| HeaderValueOption {
| ^^^^^^^^^^^^^^^^^ missing `keep_empty_value`
|
missing field `raw_value` in initializer of `grpc::envoy::config::core::v3::HeaderValue`:
src/translator/ingress.rs#L57
error[E0063]: missing field `raw_value` in initializer of `grpc::envoy::config::core::v3::HeaderValue`
--> src/translator/ingress.rs:57:41
|
57 | .map(|(key, value)| HeaderValue { key, value })
| ^^^^^^^^^^^ missing `raw_value`
|
Linting and Testing
Clippy had exited with the 101 exit code
|
Linting and Testing
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Linting and Testing
The following actions use a deprecated Node.js version and will be forced to run on node20: actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|