Skip to content

fmt: fix layers with different ANSI settings sharing the same TypeId #18

fmt: fix layers with different ANSI settings sharing the same TypeId

fmt: fix layers with different ANSI settings sharing the same TypeId #18

Triggered via push February 22, 2025 13:04
Status Failure
Total duration 7m 3s
Artifacts

CI.yml

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

Annotations

11 errors
link reference defined in list item: tracing-journald/src/lib.rs#L524
error: link reference defined in list item --> tracing-journald/src/lib.rs:524:11 | 524 | /// - [`tracing::Level::TRACE`]: [`Priority::Debug`] (7) | ^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: link definitions are not shown in rendered documentation = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_nested_refdefs help: for an intra-doc link, add `[]` between the label and the colon | 524 | /// - [`tracing::Level::TRACE`][]: [`Priority::Debug`] (7) | ++
link reference defined in list item: tracing-journald/src/lib.rs#L523
error: link reference defined in list item --> tracing-journald/src/lib.rs:523:11 | 523 | /// - [`tracing::Level::DEBUG`]: [`Priority::Informational`] (6) | ^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: link definitions are not shown in rendered documentation = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_nested_refdefs help: for an intra-doc link, add `[]` between the label and the colon | 523 | /// - [`tracing::Level::DEBUG`][]: [`Priority::Informational`] (6) | ++
link reference defined in list item: tracing-journald/src/lib.rs#L522
error: link reference defined in list item --> tracing-journald/src/lib.rs:522:11 | 522 | /// - [`tracing::Level::INFO`]: [`Priority::Notice`] (5) | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: link definitions are not shown in rendered documentation = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_nested_refdefs help: for an intra-doc link, add `[]` between the label and the colon | 522 | /// - [`tracing::Level::INFO`][]: [`Priority::Notice`] (5) | ++
link reference defined in list item: tracing-journald/src/lib.rs#L521
error: link reference defined in list item --> tracing-journald/src/lib.rs:521:11 | 521 | /// - [`tracing::Level::WARN`]: [`Priority::Warning`] (4) | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: link definitions are not shown in rendered documentation = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_nested_refdefs help: for an intra-doc link, add `[]` between the label and the colon | 521 | /// - [`tracing::Level::WARN`][]: [`Priority::Warning`] (4) | ++
warnings
Clippy had exited with the 101 exit code
cargo test (stable on macos-latest)
Process completed with exit code 101.
cargo test (nightly on ubuntu-latest)
Process completed with exit code 101.
cargo test (beta on ubuntu-latest)
Process completed with exit code 101.
cargo test (stable on ubuntu-latest)
Process completed with exit code 101.
cargo test (feature-specific)
Process completed with exit code 101.
cargo test (stable on windows-latest)
Process completed with exit code 1.