Skip to content

attributes: added missing RecordTypes for instrument #3

attributes: added missing RecordTypes for instrument

attributes: added missing RecordTypes for instrument #3

Triggered via push October 30, 2023 13:59
Status Failure
Total duration 14m 19s
Artifacts

CI.yml

on: push
cargo check
54s
cargo check
Matrix: cargo check (feature combinations)
Matrix: cargo check (+MSRV -Zminimal-versions)
Matrix: build tests (wasm)
Matrix: cargo test (wasm)
cargo fmt
8s
cargo fmt
cargo test (feature-specific)
2m 5s
cargo test (feature-specific)
Matrix: test
all systems go!
4s
all systems go!
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 1 warning
use of `unwrap_or_else` to construct default value: tracing-journald/src/lib.rs#L112
error: use of `unwrap_or_else` to construct default value --> tracing-journald/src/lib.rs:112:22 | 112 | .unwrap_or_else(String::new), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try: `unwrap_or_default()` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unwrap_or_default = note: `-D clippy::unwrap-or-default` implied by `-D warnings`
warnings
Clippy had exited with the 101 exit code
warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/