Run transfers app E2E tests in an Action, and backend with docker compose #37
Annotations
2 errors and 3 warnings
tests
The run was canceled by @juanenrisley.
|
tests
The operation was canceled.
|
this function has too many arguments (8/7):
crates/cli/src/handler/enclave_start.rs#L177
warning: this function has too many arguments (8/7)
--> crates/cli/src/handler/enclave_start.rs:177:1
|
177 | / async fn gramine_manifest(
178 | | trusted_height: &str,
179 | | trusted_hash: &str,
180 | | quartz_dir: &Path,
... |
185 | | node_url: &str,
186 | | ) -> Result<(), Error> {
| |______________________^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#too_many_arguments
= note: `#[warn(clippy::too_many_arguments)]` on by default
|
this function has too many arguments (8/7):
crates/cli/src/handler/enclave_start.rs#L177
warning: this function has too many arguments (8/7)
--> crates/cli/src/handler/enclave_start.rs:177:1
|
177 | / async fn gramine_manifest(
178 | | trusted_height: &str,
179 | | trusted_hash: &str,
180 | | quartz_dir: &Path,
... |
185 | | node_url: &str,
186 | | ) -> Result<(), Error> {
| |______________________^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#too_many_arguments
= note: `#[warn(clippy::too_many_arguments)]` on by default
|
use of deprecated method `tonic_build::Builder::compile`: renamed to `compile_protos()`:
crates/enclave/quartz-proto/build.rs#L4
warning: use of deprecated method `tonic_build::Builder::compile`: renamed to `compile_protos()`
--> crates/enclave/quartz-proto/build.rs:4:10
|
4 | .compile(&["proto/quartz.proto"], &["proto"])?;
| ^^^^^^^
|
= note: `#[warn(deprecated)]` on by default
|