Skip to content

chore: update deps

chore: update deps #80

Triggered via push September 24, 2024 13:19
Status Failure
Total duration 1m 59s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

25 errors and 6 warnings
cannot find value `resolved_at` in this scope: /home/runner/work/speculare-alerts/speculare-alerts/target/debug/build/sailfish-compiler-629c1783aee1554c/out/templates/07e86ba522a9be48-256b5ecfd7ac1c06#L16
error[E0425]: cannot find value `resolved_at` in this scope --> /home/runner/work/speculare-alerts/speculare-alerts/target/debug/build/sailfish-compiler-629c1783aee1554c/out/templates/07e86ba522a9be48-256b5ecfd7ac1c06:16:40 | 16 | __sf_rt::render_escaped!(__sf_buf, resolved_at); | ^^^^^^^^^^^ | help: you might have meant to use the available field | 16 | __sf_rt::render_escaped!(__sf_buf, self.resolved_at); | +++++ help: consider importing this unit struct --> src/notifications/mail.rs:1:1 | 1 + use sproot::models::schema::incidents::resolved_at; |
cannot find value `crit` in this scope: /home/runner/work/speculare-alerts/speculare-alerts/target/debug/build/sailfish-compiler-629c1783aee1554c/out/templates/07e86ba522a9be48-256b5ecfd7ac1c06#L14
error[E0425]: cannot find value `crit` in this scope --> /home/runner/work/speculare-alerts/speculare-alerts/target/debug/build/sailfish-compiler-629c1783aee1554c/out/templates/07e86ba522a9be48-256b5ecfd7ac1c06:14:40 | 14 | __sf_rt::render_escaped!(__sf_buf, crit); | ^^^^ | help: you might have meant to use the available field | 14 | __sf_rt::render_escaped!(__sf_buf, self.crit); | +++++ help: consider importing this unit struct --> src/notifications/mail.rs:1:1 | 1 + use sproot::models::schema::alerts::crit; |
expected value, found macro `warn`: /home/runner/work/speculare-alerts/speculare-alerts/target/debug/build/sailfish-compiler-629c1783aee1554c/out/templates/07e86ba522a9be48-256b5ecfd7ac1c06#L12
error[E0423]: expected value, found macro `warn` --> /home/runner/work/speculare-alerts/speculare-alerts/target/debug/build/sailfish-compiler-629c1783aee1554c/out/templates/07e86ba522a9be48-256b5ecfd7ac1c06:12:40 | 12 | __sf_rt::render_escaped!(__sf_buf, warn); | ^^^^ | help: you might have meant to use the available field | 12 | __sf_rt::render_escaped!(__sf_buf, self.warn); | +++++ help: consider importing this unit struct instead --> src/notifications/mail.rs:1:1 | 1 + use sproot::models::schema::alerts::warn; |
cannot find value `result` in this scope: /home/runner/work/speculare-alerts/speculare-alerts/target/debug/build/sailfish-compiler-629c1783aee1554c/out/templates/07e86ba522a9be48-256b5ecfd7ac1c06#L10
error[E0425]: cannot find value `result` in this scope --> /home/runner/work/speculare-alerts/speculare-alerts/target/debug/build/sailfish-compiler-629c1783aee1554c/out/templates/07e86ba522a9be48-256b5ecfd7ac1c06:10:40 | 10 | __sf_rt::render_escaped!(__sf_buf, result); | ^^^^^^ | help: you might have meant to use the available field | 10 | __sf_rt::render_escaped!(__sf_buf, self.result); | +++++ help: consider importing this unit struct --> src/notifications/mail.rs:1:1 | 1 + use sproot::models::schema::incidents::result; |
cannot find value `lookup` in this scope: /home/runner/work/speculare-alerts/speculare-alerts/target/debug/build/sailfish-compiler-629c1783aee1554c/out/templates/07e86ba522a9be48-256b5ecfd7ac1c06#L8
error[E0425]: cannot find value `lookup` in this scope --> /home/runner/work/speculare-alerts/speculare-alerts/target/debug/build/sailfish-compiler-629c1783aee1554c/out/templates/07e86ba522a9be48-256b5ecfd7ac1c06:8:40 | 8 | __sf_rt::render_escaped!(__sf_buf, lookup); | ^^^^^^ | help: you might have meant to use the available field | 8 | __sf_rt::render_escaped!(__sf_buf, self.lookup); | +++++ help: consider importing this unit struct --> src/notifications/mail.rs:1:1 | 1 + use sproot::models::schema::alerts::lookup; |
cannot find value `alert_name` in this scope: /home/runner/work/speculare-alerts/speculare-alerts/target/debug/build/sailfish-compiler-629c1783aee1554c/out/templates/07e86ba522a9be48-256b5ecfd7ac1c06#L6
error[E0425]: cannot find value `alert_name` in this scope --> /home/runner/work/speculare-alerts/speculare-alerts/target/debug/build/sailfish-compiler-629c1783aee1554c/out/templates/07e86ba522a9be48-256b5ecfd7ac1c06:6:40 | 6 | __sf_rt::render_escaped!(__sf_buf, alert_name); | ^^^^^^^^^^ | help: you might have meant to use the available field | 6 | __sf_rt::render_escaped!(__sf_buf, self.alert_name); | +++++
cannot find value `hostname` in this scope: /home/runner/work/speculare-alerts/speculare-alerts/target/debug/build/sailfish-compiler-629c1783aee1554c/out/templates/07e86ba522a9be48-256b5ecfd7ac1c06#L4
error[E0425]: cannot find value `hostname` in this scope --> /home/runner/work/speculare-alerts/speculare-alerts/target/debug/build/sailfish-compiler-629c1783aee1554c/out/templates/07e86ba522a9be48-256b5ecfd7ac1c06:4:40 | 4 | __sf_rt::render_escaped!(__sf_buf, hostname); | ^^^^^^^^ | help: you might have meant to use the available field | 4 | __sf_rt::render_escaped!(__sf_buf, self.hostname); | +++++ help: consider importing one of these unit structs --> src/notifications/mail.rs:1:1 | 1 + use sproot::models::schema::alerts::hostname; --> src/notifications/mail.rs:1:1 | 1 + use sproot::models::schema::hosts::hostname; --> src/notifications/mail.rs:1:1 | 1 + use sproot::models::schema::incidents::hostname; |
cannot find value `updated_at` in this scope: /home/runner/work/speculare-alerts/speculare-alerts/target/debug/build/sailfish-compiler-629c1783aee1554c/out/templates/07e86ba522a9be48-5450c1f0e4e3f53b#L16
error[E0425]: cannot find value `updated_at` in this scope --> /home/runner/work/speculare-alerts/speculare-alerts/target/debug/build/sailfish-compiler-629c1783aee1554c/out/templates/07e86ba522a9be48-5450c1f0e4e3f53b:16:40 | 16 | __sf_rt::render_escaped!(__sf_buf, updated_at); | ^^^^^^^^^^ | help: you might have meant to use the available field | 16 | __sf_rt::render_escaped!(__sf_buf, self.updated_at); | +++++ help: consider importing one of these unit structs --> src/notifications/mail.rs:1:1 | 1 + use sproot::models::schema::hosts::updated_at; --> src/notifications/mail.rs:1:1 | 1 + use sproot::models::schema::incidents::updated_at; |
cannot find value `crit` in this scope: /home/runner/work/speculare-alerts/speculare-alerts/target/debug/build/sailfish-compiler-629c1783aee1554c/out/templates/07e86ba522a9be48-5450c1f0e4e3f53b#L14
error[E0425]: cannot find value `crit` in this scope --> /home/runner/work/speculare-alerts/speculare-alerts/target/debug/build/sailfish-compiler-629c1783aee1554c/out/templates/07e86ba522a9be48-5450c1f0e4e3f53b:14:40 | 14 | __sf_rt::render_escaped!(__sf_buf, crit); | ^^^^ | help: you might have meant to use the available field | 14 | __sf_rt::render_escaped!(__sf_buf, self.crit); | +++++ help: consider importing this unit struct --> src/notifications/mail.rs:1:1 | 1 + use sproot::models::schema::alerts::crit; |
expected value, found macro `warn`: /home/runner/work/speculare-alerts/speculare-alerts/target/debug/build/sailfish-compiler-629c1783aee1554c/out/templates/07e86ba522a9be48-5450c1f0e4e3f53b#L12
error[E0423]: expected value, found macro `warn` --> /home/runner/work/speculare-alerts/speculare-alerts/target/debug/build/sailfish-compiler-629c1783aee1554c/out/templates/07e86ba522a9be48-5450c1f0e4e3f53b:12:40 | 12 | __sf_rt::render_escaped!(__sf_buf, warn); | ^^^^ | help: you might have meant to use the available field | 12 | __sf_rt::render_escaped!(__sf_buf, self.warn); | +++++ help: consider importing this unit struct instead --> src/notifications/mail.rs:1:1 | 1 + use sproot::models::schema::alerts::warn; |
cannot find value `result` in this scope: /home/runner/work/speculare-alerts/speculare-alerts/target/debug/build/sailfish-compiler-629c1783aee1554c/out/templates/07e86ba522a9be48-5450c1f0e4e3f53b#L10
error[E0425]: cannot find value `result` in this scope --> /home/runner/work/speculare-alerts/speculare-alerts/target/debug/build/sailfish-compiler-629c1783aee1554c/out/templates/07e86ba522a9be48-5450c1f0e4e3f53b:10:40 | 10 | __sf_rt::render_escaped!(__sf_buf, result); | ^^^^^^ | help: you might have meant to use the available field | 10 | __sf_rt::render_escaped!(__sf_buf, self.result); | +++++ help: consider importing this unit struct --> src/notifications/mail.rs:1:1 | 1 + use sproot::models::schema::incidents::result; |
cannot find value `lookup` in this scope: /home/runner/work/speculare-alerts/speculare-alerts/target/debug/build/sailfish-compiler-629c1783aee1554c/out/templates/07e86ba522a9be48-5450c1f0e4e3f53b#L8
error[E0425]: cannot find value `lookup` in this scope --> /home/runner/work/speculare-alerts/speculare-alerts/target/debug/build/sailfish-compiler-629c1783aee1554c/out/templates/07e86ba522a9be48-5450c1f0e4e3f53b:8:40 | 8 | __sf_rt::render_escaped!(__sf_buf, lookup); | ^^^^^^ | help: you might have meant to use the available field | 8 | __sf_rt::render_escaped!(__sf_buf, self.lookup); | +++++ help: consider importing this unit struct --> src/notifications/mail.rs:1:1 | 1 + use sproot::models::schema::alerts::lookup; |
cannot find value `severity` in this scope: /home/runner/work/speculare-alerts/speculare-alerts/target/debug/build/sailfish-compiler-629c1783aee1554c/out/templates/07e86ba522a9be48-5450c1f0e4e3f53b#L6
error[E0425]: cannot find value `severity` in this scope --> /home/runner/work/speculare-alerts/speculare-alerts/target/debug/build/sailfish-compiler-629c1783aee1554c/out/templates/07e86ba522a9be48-5450c1f0e4e3f53b:6:40 | 6 | __sf_rt::render_escaped!(__sf_buf, severity); | ^^^^^^^^ | help: you might have meant to use the available field | 6 | __sf_rt::render_escaped!(__sf_buf, self.severity); | +++++ help: consider importing this unit struct --> src/notifications/mail.rs:1:1 | 1 + use sproot::models::schema::incidents::severity; |
cannot find value `hostname` in this scope: /home/runner/work/speculare-alerts/speculare-alerts/target/debug/build/sailfish-compiler-629c1783aee1554c/out/templates/07e86ba522a9be48-5450c1f0e4e3f53b#L4
error[E0425]: cannot find value `hostname` in this scope --> /home/runner/work/speculare-alerts/speculare-alerts/target/debug/build/sailfish-compiler-629c1783aee1554c/out/templates/07e86ba522a9be48-5450c1f0e4e3f53b:4:40 | 4 | __sf_rt::render_escaped!(__sf_buf, hostname); | ^^^^^^^^ | help: you might have meant to use the available field | 4 | __sf_rt::render_escaped!(__sf_buf, self.hostname); | +++++ help: consider importing one of these unit structs --> src/notifications/mail.rs:1:1 | 1 + use sproot::models::schema::alerts::hostname; --> src/notifications/mail.rs:1:1 | 1 + use sproot::models::schema::hosts::hostname; --> src/notifications/mail.rs:1:1 | 1 + use sproot::models::schema::incidents::hostname; |
cannot find value `started_at` in this scope: /home/runner/work/speculare-alerts/speculare-alerts/target/debug/build/sailfish-compiler-629c1783aee1554c/out/templates/07e86ba522a9be48-cea92366ce847f28#L30
error[E0425]: cannot find value `started_at` in this scope --> /home/runner/work/speculare-alerts/speculare-alerts/target/debug/build/sailfish-compiler-629c1783aee1554c/out/templates/07e86ba522a9be48-cea92366ce847f28:30:40 | 30 | __sf_rt::render_escaped!(__sf_buf, started_at); | ^^^^^^^^^^ | help: you might have meant to use the available field | 30 | __sf_rt::render_escaped!(__sf_buf, self.started_at); | +++++ help: consider importing this unit struct --> src/notifications/mail.rs:1:1 | 1 + use sproot::models::schema::incidents::started_at; |
cannot find value `crit` in this scope: /home/runner/work/speculare-alerts/speculare-alerts/target/debug/build/sailfish-compiler-629c1783aee1554c/out/templates/07e86ba522a9be48-cea92366ce847f28#L28
error[E0425]: cannot find value `crit` in this scope --> /home/runner/work/speculare-alerts/speculare-alerts/target/debug/build/sailfish-compiler-629c1783aee1554c/out/templates/07e86ba522a9be48-cea92366ce847f28:28:40 | 28 | __sf_rt::render_escaped!(__sf_buf, crit); | ^^^^ | help: you might have meant to use the available field | 28 | __sf_rt::render_escaped!(__sf_buf, self.crit); | +++++ help: consider importing this unit struct --> src/notifications/mail.rs:1:1 | 1 + use sproot::models::schema::alerts::crit; |
expected value, found macro `warn`: /home/runner/work/speculare-alerts/speculare-alerts/target/debug/build/sailfish-compiler-629c1783aee1554c/out/templates/07e86ba522a9be48-cea92366ce847f28#L26
error[E0423]: expected value, found macro `warn` --> /home/runner/work/speculare-alerts/speculare-alerts/target/debug/build/sailfish-compiler-629c1783aee1554c/out/templates/07e86ba522a9be48-cea92366ce847f28:26:40 | 26 | __sf_rt::render_escaped!(__sf_buf, warn); | ^^^^ | help: you might have meant to use the available field | 26 | __sf_rt::render_escaped!(__sf_buf, self.warn); | +++++ help: consider importing this unit struct instead --> src/notifications/mail.rs:1:1 | 1 + use sproot::models::schema::alerts::warn; |
cannot find value `result` in this scope: /home/runner/work/speculare-alerts/speculare-alerts/target/debug/build/sailfish-compiler-629c1783aee1554c/out/templates/07e86ba522a9be48-cea92366ce847f28#L24
error[E0425]: cannot find value `result` in this scope --> /home/runner/work/speculare-alerts/speculare-alerts/target/debug/build/sailfish-compiler-629c1783aee1554c/out/templates/07e86ba522a9be48-cea92366ce847f28:24:40 | 24 | __sf_rt::render_escaped!(__sf_buf, result); | ^^^^^^ | help: you might have meant to use the available field | 24 | __sf_rt::render_escaped!(__sf_buf, self.result); | +++++ help: consider importing this unit struct --> src/notifications/mail.rs:1:1 | 1 + use sproot::models::schema::incidents::result; |
cannot find value `lookup` in this scope: /home/runner/work/speculare-alerts/speculare-alerts/target/debug/build/sailfish-compiler-629c1783aee1554c/out/templates/07e86ba522a9be48-cea92366ce847f28#L22
error[E0425]: cannot find value `lookup` in this scope --> /home/runner/work/speculare-alerts/speculare-alerts/target/debug/build/sailfish-compiler-629c1783aee1554c/out/templates/07e86ba522a9be48-cea92366ce847f28:22:40 | 22 | __sf_rt::render_escaped!(__sf_buf, lookup); | ^^^^^^ | help: you might have meant to use the available field | 22 | __sf_rt::render_escaped!(__sf_buf, self.lookup); | +++++ help: consider importing this unit struct --> src/notifications/mail.rs:1:1 | 1 + use sproot::models::schema::alerts::lookup; |
cannot find value `severity` in this scope: /home/runner/work/speculare-alerts/speculare-alerts/target/debug/build/sailfish-compiler-629c1783aee1554c/out/templates/07e86ba522a9be48-cea92366ce847f28#L20
error[E0425]: cannot find value `severity` in this scope --> /home/runner/work/speculare-alerts/speculare-alerts/target/debug/build/sailfish-compiler-629c1783aee1554c/out/templates/07e86ba522a9be48-cea92366ce847f28:20:40 | 20 | __sf_rt::render_escaped!(__sf_buf, severity); | ^^^^^^^^ | help: you might have meant to use the available field | 20 | __sf_rt::render_escaped!(__sf_buf, self.severity); | +++++ help: consider importing this unit struct --> src/notifications/mail.rs:1:1 | 1 + use sproot::models::schema::incidents::severity; |
cannot find value `alert_name` in this scope: /home/runner/work/speculare-alerts/speculare-alerts/target/debug/build/sailfish-compiler-629c1783aee1554c/out/templates/07e86ba522a9be48-cea92366ce847f28#L18
error[E0425]: cannot find value `alert_name` in this scope --> /home/runner/work/speculare-alerts/speculare-alerts/target/debug/build/sailfish-compiler-629c1783aee1554c/out/templates/07e86ba522a9be48-cea92366ce847f28:18:40 | 18 | __sf_rt::render_escaped!(__sf_buf, alert_name); | ^^^^^^^^^^ | help: you might have meant to use the available field | 18 | __sf_rt::render_escaped!(__sf_buf, self.alert_name); | +++++
cannot find value `hostname` in this scope: /home/runner/work/speculare-alerts/speculare-alerts/target/debug/build/sailfish-compiler-629c1783aee1554c/out/templates/07e86ba522a9be48-cea92366ce847f28#L16
error[E0425]: cannot find value `hostname` in this scope --> /home/runner/work/speculare-alerts/speculare-alerts/target/debug/build/sailfish-compiler-629c1783aee1554c/out/templates/07e86ba522a9be48-cea92366ce847f28:16:40 | 16 | __sf_rt::render_escaped!(__sf_buf, hostname); | ^^^^^^^^ | help: you might have meant to use the available field | 16 | __sf_rt::render_escaped!(__sf_buf, self.hostname); | +++++ help: consider importing one of these unit structs --> src/notifications/mail.rs:1:1 | 1 + use sproot::models::schema::alerts::hostname; --> src/notifications/mail.rs:1:1 | 1 + use sproot::models::schema::hosts::hostname; --> src/notifications/mail.rs:1:1 | 1 + use sproot::models::schema::incidents::hostname; |
cannot find value `severity` in this scope: /home/runner/work/speculare-alerts/speculare-alerts/target/debug/build/sailfish-compiler-629c1783aee1554c/out/templates/07e86ba522a9be48-cea92366ce847f28#L4
error[E0425]: cannot find value `severity` in this scope --> /home/runner/work/speculare-alerts/speculare-alerts/target/debug/build/sailfish-compiler-629c1783aee1554c/out/templates/07e86ba522a9be48-cea92366ce847f28:4:8 | 4 | if severity == "Warning" { | ^^^^^^^^ | help: you might have meant to use the available field | 4 | if self.severity == "Warning" { | +++++ help: consider importing this unit struct --> src/notifications/mail.rs:1:1 | 1 + use sproot::models::schema::incidents::severity; |
Check Style
could not compile `speculare-alerts` (bin "speculare-alerts" test) due to 24 previous errors
Check Style
Clippy had exited with the 101 exit code
Check Style
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/cargo@v1, 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/
Check Style
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions-rs/toolchain@v1, actions-rs/cargo@v1, actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Check Style
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/
Check Style
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/
Check Style
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/
Check Style
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/