Skip to content

Added support for auto-creating log directory #8

Added support for auto-creating log directory

Added support for auto-creating log directory #8

Triggered via push August 1, 2023 21:55
Status Failure
Total duration 4m 43s
Artifacts

development.yml

on: push
Matrix: Build & Test
Get Version
4s
Get Version
Check | Clippy
18s
Check | Clippy
Check | Audit
1m 20s
Check | Audit
Create Pre Release
0s
Create Pre Release
Create Release Pull Request
0s
Create Release Pull Request
Format Code
9s
Format Code
Fit to window
Zoom out
Zoom in

Annotations

1 error and 4 warnings
Check | Audit
Error: Critical vulnerabilities were found, marking check as failed
large size difference between variants: src/internal.rs#L41
warning: large size difference between variants --> src/internal.rs:41:1 | 41 | / enum Command { 42 | | Flush, | | ----- the second-largest variant carries no data at all 43 | | Log(LogMsg), | | ----------- the largest variant contains at least 1024 bytes 44 | | Terminate, 45 | | EnableLogBuffer, 46 | | DisableLogBuffer, 47 | | } | |_^ the entire enum is at least 1028 bytes | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#large_enum_variant = note: `#[warn(clippy::large_enum_variant)]` on by default help: consider boxing the large fields to reduce the total size of the enum | 43 | Log(Box<LogMsg>), | ~~~~~~~~~~~
Check | Audit
1 vulnerabilities found!
Check | Audit
1 warnings found!
Check | Audit
Unknown warning kind unsound found, please, file a bug