Skip to content

Introduce domain instance bootstrapper and starter #1412

Introduce domain instance bootstrapper and starter

Introduce domain instance bootstrapper and starter #1412

Triggered via pull request July 17, 2023 01:19
Status Failure
Total duration 2h 19m 7s
Artifacts

rust.yml

on: pull_request
Matrix: cargo-clippy
Matrix: cargo-test
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 8 warnings
useless use of `format!`: domains/client/domain-operator/src/bootstrapper.rs#L92
error: useless use of `format!` --> domains/client/domain-operator/src/bootstrapper.rs:92:28 | 92 | return Err(format!("Imported block notification stream end unexpectedly").into()); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider using `.to_string()`: `"Imported block notification stream end unexpectedly".to_string()` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_format = note: `-D clippy::useless-format` implied by `-D warnings`
cargo-clippy (ubuntu-22.04)
Clippy had exited with the 101 exit code
cargo-clippy (macos-12)
The operation was canceled.
cargo-clippy (windows-2022)
The operation was canceled.
cargo-fmt
The following actions uses node12 which is deprecated and will be forced to run on node16: arduino/setup-protoc@64c0c85d18e984422218383b81c52f8b077404d3, actions-rs/cargo@ae10961054e4aa8b4aa7dffede299aaf087aa33b. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
cargo-test (macos-12)
The following actions uses node12 which is deprecated and will be forced to run on node16: arduino/setup-protoc@64c0c85d18e984422218383b81c52f8b077404d3. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
cargo-clippy (ubuntu-22.04)
The following actions uses node12 which is deprecated and will be forced to run on node16: arduino/setup-protoc@64c0c85d18e984422218383b81c52f8b077404d3, actions-rs/clippy-check@b5b5f21f4797c02da247df37026fcd0a5024aa4d. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
cargo-clippy (macos-12)
The following actions uses node12 which is deprecated and will be forced to run on node16: arduino/setup-protoc@64c0c85d18e984422218383b81c52f8b077404d3, actions-rs/clippy-check@b5b5f21f4797c02da247df37026fcd0a5024aa4d. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
cargo-clippy (windows-2022)
The following actions uses node12 which is deprecated and will be forced to run on node16: arduino/setup-protoc@64c0c85d18e984422218383b81c52f8b077404d3, actions-rs/clippy-check@b5b5f21f4797c02da247df37026fcd0a5024aa4d. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
cargo-docs
The following actions uses node12 which is deprecated and will be forced to run on node16: arduino/setup-protoc@64c0c85d18e984422218383b81c52f8b077404d3. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
cargo-test (ubuntu-22.04)
The following actions uses node12 which is deprecated and will be forced to run on node16: arduino/setup-protoc@64c0c85d18e984422218383b81c52f8b077404d3, actions-rs/cargo@ae10961054e4aa8b4aa7dffede299aaf087aa33b. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
cargo-test (windows-2022)
The following actions uses node12 which is deprecated and will be forced to run on node16: arduino/setup-protoc@64c0c85d18e984422218383b81c52f8b077404d3, actions-rs/cargo@ae10961054e4aa8b4aa7dffede299aaf087aa33b. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/