Skip to content

Reverted chrono back to time thanks to new bp3d-os time feature #10

Reverted chrono back to time thanks to new bp3d-os time feature

Reverted chrono back to time thanks to new bp3d-os time feature #10

Triggered via push August 9, 2023 12:26
Status Failure
Total duration 3m 32s
Artifacts

development.yml

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

Annotations

4 errors and 3 warnings
src\lib.rs#L106
Test failed
src\lib.rs#L120
Test failed
src\lib.rs#L138
Test failed
Build & Test (windows-2019)
Error: Cargo exited with 101 code.
large size difference between variants: src/internal.rs#L43
warning: large size difference between variants --> src/internal.rs:43:1 | 43 | / enum Command { 44 | | Flush, | | ----- the second-largest variant carries no data at all 45 | | Log(LogMsg), | | ----------- the largest variant contains at least 1024 bytes 46 | | Terminate, 47 | | EnableLogBuffer, 48 | | DisableLogBuffer, 49 | | } | |_^ 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 | 45 | Log(Box<LogMsg>), | ~~~~~~~~~~~
Check | Audit
1 warnings found!
Check | Audit
Unknown warning kind unsound found, please, file a bug