Skip to content

Merge branch 'main' into dependabot/cargo/rustix-0.36.16 #372

Merge branch 'main' into dependabot/cargo/rustix-0.36.16

Merge branch 'main' into dependabot/cargo/rustix-0.36.16 #372

Triggered via push July 9, 2024 13:02
Status Failure
Total duration 8m 5s
Billable time 8m
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 23 warnings
build
reviewdog exited with status code: 1
[clippy] providers/sentry/src/sentry.rs#L6: providers/sentry/src/sentry.rs#L6
warning: fields `id` and `entries` are never read --> providers/sentry/src/sentry.rs:7:9 | 6 | pub struct SentryEvent { | ----------- fields in this struct 7 | pub id: String, | ^^ 8 | #[serde(default)] 9 | pub entries: Vec<SentryEventEntry>, | ^^^^^^^ | = note: `#[warn(dead_code)]` on by default
[clippy] providers/sentry/src/sentry.rs#L16: providers/sentry/src/sentry.rs#L16
warning: field `data` is never read --> providers/sentry/src/sentry.rs:16:17 | 16 | Exception { data: SentryExceptionData }, | --------- ^^^^ | | | field in this variant
[clippy] providers/sentry/src/sentry.rs#L23: providers/sentry/src/sentry.rs#L23
warning: fields `stacktrace` and `value` are never read --> providers/sentry/src/sentry.rs:25:9 | 23 | pub struct SentryException { | --------------- fields in this struct 24 | #[serde(default)] 25 | pub stacktrace: Option<SentryStacktrace>, | ^^^^^^^^^^ 26 | pub value: String, | ^^^^^
[clippy] providers/sentry/src/sentry.rs#L31: providers/sentry/src/sentry.rs#L31
warning: field `values` is never read --> providers/sentry/src/sentry.rs:32:9 | 31 | pub struct SentryExceptionData { | ------------------- field in this struct 32 | pub values: Vec<SentryException>, | ^^^^^^
[clippy] providers/sentry/src/sentry.rs#L37: providers/sentry/src/sentry.rs#L37
warning: multiple fields are never read --> providers/sentry/src/sentry.rs:39:9 | 37 | pub struct SentryIssue { | ----------- fields in this struct 38 | #[serde(default)] 39 | pub first_seen: String, | ^^^^^^^^^^ ... 43 | pub level: String, | ^^^^^ 44 | pub num_comments: u32, | ^^^^^^^^^^^^ 45 | pub permalink: String, 46 | pub platform: String, | ^^^^^^^^ 47 | pub project: SentryProjectSummary, 48 | pub short_id: String, | ^^^^^^^^ 49 | pub status: String, | ^^^^^^ 50 | #[serde(default)] 51 | pub tags: Vec<SentryTag>, | ^^^^ 52 | pub title: String, | ^^^^^ ... 55 | pub count: String, | ^^^^^
[clippy] providers/sentry/src/sentry.rs#L62: providers/sentry/src/sentry.rs#L62
warning: fields `filename` and `title` are never read --> providers/sentry/src/sentry.rs:63:9 | 62 | pub struct SentryIssueMetadata { | ------------------- fields in this struct 63 | pub filename: Option<String>, | ^^^^^^^^ ... 67 | pub title: Option<String>, | ^^^^^
[clippy] providers/sentry/src/sentry.rs#L72: providers/sentry/src/sentry.rs#L72
warning: fields `id` and `slug` are never read --> providers/sentry/src/sentry.rs:73:9 | 72 | pub struct SentryProjectSummary { | -------------------- fields in this struct 73 | pub id: String, | ^^ 74 | pub name: String, 75 | pub slug: String, | ^^^^
[clippy] providers/sentry/src/sentry.rs#L80: providers/sentry/src/sentry.rs#L80
warning: field `frames` is never read --> providers/sentry/src/sentry.rs:81:9 | 80 | pub struct SentryStacktrace { | ---------------- field in this struct 81 | pub frames: Vec<SentryStackframe>, | ^^^^^^
[clippy] providers/sentry/src/sentry.rs#L86: providers/sentry/src/sentry.rs#L86
warning: fields `col_no`, `context`, `filename`, `function`, `line_no`, and `module` are never read --> providers/sentry/src/sentry.rs:88:9 | 86 | pub struct SentryStackframe { | ---------------- fields in this struct 87 | #[serde(default)] 88 | pub col_no: Option<u32>, | ^^^^^^ 89 | #[serde(default)] 90 | pub context: Vec<SentryStackframeContext>, | ^^^^^^^ 91 | #[serde(default)] 92 | pub filename: Option<String>, | ^^^^^^^^ 93 | #[serde(default)] 94 | pub function: Option<String>, | ^^^^^^^^ 95 | #[serde(default)] 96 | pub line_no: Option<u32>, | ^^^^^^^ 97 | #[serde(default)] 98 | pub module: Option<String>, | ^^^^^^
[clippy] providers/sentry/src/sentry.rs#L108: providers/sentry/src/sentry.rs#L108
warning: fields `key`, `name`, `total_values`, and `top_values` are never read --> providers/sentry/src/sentry.rs:109:9 | 108 | pub struct SentryTag { | --------- fields in this struct 109 | pub key: String, | ^^^ 110 | pub name: String, | ^^^^ 111 | pub total_values: u32, | ^^^^^^^^^^^^ 112 | #[serde(default)] 113 | pub top_values: Vec<SentryTagValue>, | ^^^^^^^^^^
[clippy] providers/sentry/src/sentry.rs#L118: providers/sentry/src/sentry.rs#L118
warning: fields `key`, `name`, `value`, `count`, `last_seen`, and `first_seen` are never read --> providers/sentry/src/sentry.rs:119:9 | 118 | pub struct SentryTagValue { | -------------- fields in this struct 119 | pub key: String, | ^^^ 120 | pub name: String, | ^^^^ 121 | pub value: String, | ^^^^^ 122 | pub count: u32, | ^^^^^ 123 | pub last_seen: String, | ^^^^^^^^^ 124 | pub first_seen: String, | ^^^^^^^^^^
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions-rs/toolchain@v1, giraffate/clippy-action@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
providers
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
providers
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions-rs/toolchain@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
providers
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
providers
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
providers
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
providers
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/