Skip to content

Merge branch 'main' into list-output #151

Merge branch 'main' into list-output

Merge branch 'main' into list-output #151

Triggered via push March 23, 2024 22:48
Status Failure
Total duration 2m 42s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 3 warnings
fields `success`, `message`, `failure_kind`, and `report` are never read: crates/cli/src/commands/patterns_test.rs#L256
error: fields `success`, `message`, `failure_kind`, and `report` are never read --> crates/cli/src/commands/patterns_test.rs:256:5 | 255 | struct TestReport { | ---------- fields in this struct 256 | success: bool, | ^^^^^^^ 257 | message: String, | ^^^^^^^ 258 | failure_kind: FailureKind, | ^^^^^^^^^^^^ 259 | report: ReadOnlyView<String, Vec<WrappedResult>>, | ^^^^^^ | = note: `TestReport` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
variants `Compilation` and `SamplesFailed` are never constructed: crates/cli/src/commands/patterns_test.rs#L250
error: variants `Compilation` and `SamplesFailed` are never constructed --> crates/cli/src/commands/patterns_test.rs:250:5 | 249 | enum FailureKind { | ----------- variants in this enum 250 | Compilation, | ^^^^^^^^^^^ 251 | SamplesFailed, | ^^^^^^^^^^^^^ | = note: `FailureKind` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis = note: `-D dead-code` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(dead_code)]`
unused import: `super::super::analytics::track_event`: crates/cli/src/commands/plumbing.rs#L20
error: unused import: `super::super::analytics::track_event` --> crates/cli/src/commands/plumbing.rs:20:5 | 20 | use super::super::analytics::track_event; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: `-D unused-imports` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(unused_imports)]`
clippy_check
Clippy had exited with the 101 exit code
clippy_check
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.313.0. Please update to the latest version 2.314.1
clippy_check
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions-rs/clippy-check@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
clippy_check
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/