Skip to content

Try release

Try release #67

Triggered via push July 12, 2024 18:07
Status Failure
Total duration 2m 16s
Artifacts

checks.yml

on: push
Matrix: cargo-checks
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 1 warning
Task cargo clippy: src/air.rs#L70
[clippy] reported by reviewdog 🐶 error[E0599]: no function or associated item named `set_move_to_active_space` found for struct `os::Os` in the current scope --> src/air.rs:70:29 | 70 | self.once.call_once(Os::set_move_to_active_space); | ^^^^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `os::Os` | ::: src/os.rs:6:1 | 6 | pub struct Os; | ------------- function or associated item `set_move_to_active_space` not found for this struct Raw Output: src/air.rs:70:29:e:error[E0599]: no function or associated item named `set_move_to_active_space` found for struct `os::Os` in the current scope --> src/air.rs:70:29 | 70 | self.once.call_once(Os::set_move_to_active_space); | ^^^^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `os::Os` | ::: src/os.rs:6:1 | 6 | pub struct Os; | ------------- function or associated item `set_move_to_active_space` not found for this struct __END__
Task cargo clippy: src/air.rs#L70
[clippy] reported by reviewdog 🐶 error[E0599]: no function or associated item named `set_move_to_active_space` found for struct `os::Os` in the current scope --> src/air.rs:70:29 | 70 | self.once.call_once(Os::set_move_to_active_space); | ^^^^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `os::Os` | ::: src/os.rs:6:1 | 6 | pub struct Os; | ------------- function or associated item `set_move_to_active_space` not found for this struct Raw Output: src/air.rs:70:29:e:error[E0599]: no function or associated item named `set_move_to_active_space` found for struct `os::Os` in the current scope --> src/air.rs:70:29 | 70 | self.once.call_once(Os::set_move_to_active_space); | ^^^^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `os::Os` | ::: src/os.rs:6:1 | 6 | pub struct Os; | ------------- function or associated item `set_move_to_active_space` not found for this struct __END__
Task cargo clippy: src/air.rs#L80
[clippy] reported by reviewdog 🐶 error[E0599]: no function or associated item named `hide` found for struct `os::Os` in the current scope --> src/air.rs:80:9 | 80 | Os::hide(); | ^^^^ function or associated item not found in `os::Os` | ::: src/os.rs:6:1 | 6 | pub struct Os; | ------------- function or associated item `hide` not found for this struct | help: there is a method `hidden` with a similar name | 80 | Os::hidden(); | ~~~~~~ Raw Output: src/air.rs:80:9:e:error[E0599]: no function or associated item named `hide` found for struct `os::Os` in the current scope --> src/air.rs:80:9 | 80 | Os::hide(); | ^^^^ function or associated item not found in `os::Os` | ::: src/os.rs:6:1 | 6 | pub struct Os; | ------------- function or associated item `hide` not found for this struct | help: there is a method `hidden` with a similar name | 80 | Os::hidden(); | ~~~~~~ __END__
Task cargo clippy: src/air.rs#L80
[clippy] reported by reviewdog 🐶 error[E0599]: no function or associated item named `hide` found for struct `os::Os` in the current scope --> src/air.rs:80:9 | 80 | Os::hide(); | ^^^^ function or associated item not found in `os::Os` | ::: src/os.rs:6:1 | 6 | pub struct Os; | ------------- function or associated item `hide` not found for this struct | help: there is a method `hidden` with a similar name | 80 | Os::hidden(); | ~~~~~~ Raw Output: src/air.rs:80:9:e:error[E0599]: no function or associated item named `hide` found for struct `os::Os` in the current scope --> src/air.rs:80:9 | 80 | Os::hide(); | ^^^^ function or associated item not found in `os::Os` | ::: src/os.rs:6:1 | 6 | pub struct Os; | ------------- function or associated item `hide` not found for this struct | help: there is a method `hidden` with a similar name | 80 | Os::hidden(); | ~~~~~~ __END__
Task cargo clippy: src/service/hotkey.rs#L63
[clippy] reported by reviewdog 🐶 error[E0599]: no function or associated item named `unhide` found for struct `os::Os` in the current scope --> src/service/hotkey.rs:63:11 | 63 | Os::unhide(); | ^^^^^^ function or associated item not found in `os::Os` | ::: src/os.rs:6:1 | 6 | pub struct Os; | ------------- function or associated item `unhide` not found for this struct Raw Output: src/service/hotkey.rs:63:11:e:error[E0599]: no function or associated item named `unhide` found for struct `os::Os` in the current scope --> src/service/hotkey.rs:63:11 | 63 | Os::unhide(); | ^^^^^^ function or associated item not found in `os::Os` | ::: src/os.rs:6:1 | 6 | pub struct Os; | ------------- function or associated item `unhide` not found for this struct __END__
Task cargo clippy: src/service/hotkey.rs#L63
[clippy] reported by reviewdog 🐶 error[E0599]: no function or associated item named `unhide` found for struct `os::Os` in the current scope --> src/service/hotkey.rs:63:11 | 63 | Os::unhide(); | ^^^^^^ function or associated item not found in `os::Os` | ::: src/os.rs:6:1 | 6 | pub struct Os; | ------------- function or associated item `unhide` not found for this struct Raw Output: src/service/hotkey.rs:63:11:e:error[E0599]: no function or associated item named `unhide` found for struct `os::Os` in the current scope --> src/service/hotkey.rs:63:11 | 63 | Os::unhide(); | ^^^^^^ function or associated item not found in `os::Os` | ::: src/os.rs:6:1 | 6 | pub struct Os; | ------------- function or associated item `unhide` not found for this struct __END__
Task cargo nextest
Process completed with exit code 101.
Task cargo clippy
The following actions uses Node.js version which is deprecated and will be forced to run on node20: 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/