Set a run ID for all --time'ed commands #23
Annotations
8 warnings
|
this manual char comparison can be written more succinctly:
src/main.rs#L234
warning: this manual char comparison can be written more succinctly
--> src/main.rs:234:73
|
234 | agent.notify_complete(maybe_run_id, code, output.trim_start_matches(|c| c=='�'))
| ^^^^^^^^^^ help: consider using a `char`: `'�'`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#manual_pattern_char_comparison
= note: `#[warn(clippy::manual_pattern_char_comparison)]` on by default
|
|
this manual char comparison can be written more succinctly:
src/main.rs#L234
warning: this manual char comparison can be written more succinctly
--> src/main.rs:234:73
|
234 | agent.notify_complete(maybe_run_id, code, output.trim_start_matches(|c| c=='�'))
| ^^^^^^^^^^ help: consider using a `char`: `'�'`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#manual_pattern_char_comparison
= note: `#[warn(clippy::manual_pattern_char_comparison)]` on by default
|
|
the `Err`-variant returned from this function is very large:
src/main.rs#L202
warning: the `Err`-variant returned from this function is very large
--> src/main.rs:202:37
|
202 | fn run(cli: Cli, agent: HCAgent) -> Result<Response, Error> {
| ^^^^^^^^^^^^^^^^^^^^^^^ the `Err`-variant is at least 272 bytes
|
= help: try reducing the size of `ureq::Error`, for example by boxing large elements or replacing it with `Box<ureq::Error>`
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_large_err
|
|
the `Err`-variant returned from this function is very large:
src/main.rs#L202
warning: the `Err`-variant returned from this function is very large
--> src/main.rs:202:37
|
202 | fn run(cli: Cli, agent: HCAgent) -> Result<Response, Error> {
| ^^^^^^^^^^^^^^^^^^^^^^^ the `Err`-variant is at least 272 bytes
|
= help: try reducing the size of `ureq::Error`, for example by boxing large elements or replacing it with `Box<ureq::Error>`
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_large_err
|
|
the `Err`-variant returned from this function is very large:
src/main.rs#L113
warning: the `Err`-variant returned from this function is very large
--> src/main.rs:113:88
|
113 | fn notify_complete(&self, run_id: Option<Uuid>, code: Option<u8>, output: &str) -> Result<Response, Error> {
| ^^^^^^^^^^^^^^^^^^^^^^^ the `Err`-variant is at least 272 bytes
|
= help: try reducing the size of `ureq::Error`, for example by boxing large elements or replacing it with `Box<ureq::Error>`
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_large_err
|
|
the `Err`-variant returned from this function is very large:
src/main.rs#L113
warning: the `Err`-variant returned from this function is very large
--> src/main.rs:113:88
|
113 | fn notify_complete(&self, run_id: Option<Uuid>, code: Option<u8>, output: &str) -> Result<Response, Error> {
| ^^^^^^^^^^^^^^^^^^^^^^^ the `Err`-variant is at least 272 bytes
|
= help: try reducing the size of `ureq::Error`, for example by boxing large elements or replacing it with `Box<ureq::Error>`
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_large_err
|
|
the `Err`-variant returned from this function is very large:
src/main.rs#L102
warning: the `Err`-variant returned from this function is very large
--> src/main.rs:102:45
|
102 | fn notify_start(&self, run_id: Uuid) -> Result<Response, Error> {
| ^^^^^^^^^^^^^^^^^^^^^^^ the `Err`-variant is at least 272 bytes
|
= help: try reducing the size of `ureq::Error`, for example by boxing large elements or replacing it with `Box<ureq::Error>`
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_large_err
= note: `#[warn(clippy::result_large_err)]` on by default
|
|
the `Err`-variant returned from this function is very large:
src/main.rs#L102
warning: the `Err`-variant returned from this function is very large
--> src/main.rs:102:45
|
102 | fn notify_start(&self, run_id: Uuid) -> Result<Response, Error> {
| ^^^^^^^^^^^^^^^^^^^^^^^ the `Err`-variant is at least 272 bytes
|
= help: try reducing the size of `ureq::Error`, for example by boxing large elements or replacing it with `Box<ureq::Error>`
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_large_err
= note: `#[warn(clippy::result_large_err)]` on by default
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
task-mon.v0.3.0.aarch64-unknown-linux-gnu
Expired
|
1.5 MB |
sha256:a343c909e064be5c47019659ab00f5131dd3eb81f690a03be22437a79bf7c403
|
|
|
task-mon.v0.3.0.arm-unknown-linux-gnueabihf
Expired
|
1.36 MB |
sha256:8d74878ff53073fe2c03caced66c0ca20b449bd59d0696fe54b5423b03718641
|
|
|
task-mon.v0.3.0.i686-unknown-linux-gnu
Expired
|
1.47 MB |
sha256:b27d0cdb9733ab29fb6b1d597c7dbfb4f6398caba13fa7d86c3b17183192ab8e
|
|
|
task-mon.v0.3.0.x86_64-unknown-linux-gnu
Expired
|
1.54 MB |
sha256:d27e3ceadafc6bcf950308e61e3c8c1b0943743fc88c64b0ea51260e9f53ae24
|
|