Skip to content

subscriber: fix flaky reload tests #5

subscriber: fix flaky reload tests

subscriber: fix flaky reload tests #5

Triggered via push November 21, 2023 15:36
Status Failure
Total duration 15m 0s
Artifacts

CI.yml

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

Annotations

2 errors and 1 warning
lint `private_in_public` has been removed: replaced with another group of lints, see RFC <https://rust-lang.github.io/rfcs/2145-type-privacy.html> for more information: tracing-core/src/lib.rs#L155
error: lint `private_in_public` has been removed: replaced with another group of lints, see RFC <https://rust-lang.github.io/rfcs/2145-type-privacy.html> for more information --> tracing-core/src/lib.rs:155:5 | 155 | private_in_public, | ^^^^^^^^^^^^^^^^^ | = note: `-D renamed-and-removed-lints` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(renamed_and_removed_lints)]`
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/