Skip to content

fix: repair telemetry #145

fix: repair telemetry

fix: repair telemetry #145

Triggered via push March 23, 2024 14:05
Status Failure
Total duration 2m 40s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 3 warnings
unused import: `debug`: crates/cli/src/commands/mod.rs#L55
error: unused import: `debug` --> crates/cli/src/commands/mod.rs:55:11 | 55 | use log::{debug, LevelFilter}; | ^^^^^
unused import: `Error`: crates/cli/src/commands/mod.rs#L43
error: unused import: `Error` --> crates/cli/src/commands/mod.rs:43:14 | 43 | use anyhow::{Error, Result}; | ^^^^^
unused import: `track_event`: crates/cli/src/commands/plumbing.rs#L21
error: unused import: `track_event` --> crates/cli/src/commands/plumbing.rs:21:31 | 21 | use super::super::analytics::{track_event, AnalyticsArgs}; | ^^^^^^^^^^^
unused import: `futures::future::join_all`: crates/cli/src/commands/plumbing.rs#L19
error: unused import: `futures::future::join_all` --> crates/cli/src/commands/plumbing.rs:19:5 | 19 | use futures::future::join_all; | ^^^^^^^^^^^^^^^^^^^^^^^^^
unused import: `AnalyticsEventName`: crates/cli/src/commands/plumbing.rs#L14
error: unused import: `AnalyticsEventName` --> crates/cli/src/commands/plumbing.rs:14:42 | 14 | use crate::analytics::{track_event_line, AnalyticsEventName}; | ^^^^^^^^^^^^^^^^^^ | = 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/