Skip to content

fix cargo install by stop using archived actions #647

fix cargo install by stop using archived actions

fix cargo install by stop using archived actions #647

Triggered via push September 23, 2024 05:48
Status Failure
Total duration 1m 57s
Artifacts
lint and format check
26s
lint and format check
Matrix: library test
Matrix: cargo test
Fit to window
Zoom out
Zoom in

Annotations

1 error and 46 warnings
library test (macos-12)
Process completed with exit code 127.
lint and format check
The following actions use a deprecated Node.js version 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/
library test (ubuntu-latest): src/capi.rs#L7
unused imports: `skk_context_get_composition_mode_rs` and `skk_context_get_input_mode_rs`
library test (ubuntu-latest): src/capi.rs#L7
use of deprecated function `skk_context_get_composition_mode_rs`: Use CskkContext.get_current_composition_mode()
library test (ubuntu-latest): src/capi.rs#L10
use of deprecated function `skk_context_get_current_to_composite_rs`: Not proper for Rust interface. See rustdoc for details.
library test (ubuntu-latest): src/capi.rs#L10
use of deprecated function `skk_context_get_input_mode_rs`: Use CskkContext.get_current_input_mode()
library test (ubuntu-latest): src/capi.rs#L11
use of deprecated function `skk_context_poll_output_rs`: Not proper for Rust interface. See rustdoc for details.
library test (ubuntu-latest): src/capi.rs#L13
use of deprecated function `skk_context_set_dictionaries_rs`: Not proper for Rust interface. See rustdoc for details.
library test (ubuntu-latest): src/capi.rs#L486
use of deprecated function `skk_context_poll_output_rs`: Not proper for Rust interface. See rustdoc for details.
library test (ubuntu-latest): src/capi.rs#L815
use of deprecated function `skk_context_set_dictionaries_rs`: Not proper for Rust interface. See rustdoc for details.
library test (ubuntu-latest): src/capi.rs#L857
use of deprecated function `skk_context_get_current_to_composite_rs`: Not proper for Rust interface. See rustdoc for details.
library test (ubuntu-latest): src/capi.rs#L798
use of deprecated method `CskkContext::get_preedit_underline`
cargo test (stable): src/capi.rs#L7
unused imports: `skk_context_get_composition_mode_rs` and `skk_context_get_input_mode_rs`
cargo test (stable): src/capi.rs#L7
use of deprecated function `skk_context_get_composition_mode_rs`: Use CskkContext.get_current_composition_mode()
cargo test (stable): src/capi.rs#L10
use of deprecated function `skk_context_get_current_to_composite_rs`: Not proper for Rust interface. See rustdoc for details.
cargo test (stable): src/capi.rs#L10
use of deprecated function `skk_context_get_input_mode_rs`: Use CskkContext.get_current_input_mode()
cargo test (stable): src/capi.rs#L11
use of deprecated function `skk_context_poll_output_rs`: Not proper for Rust interface. See rustdoc for details.
cargo test (stable): src/capi.rs#L13
use of deprecated function `skk_context_set_dictionaries_rs`: Not proper for Rust interface. See rustdoc for details.
cargo test (stable): src/capi.rs#L486
use of deprecated function `skk_context_poll_output_rs`: Not proper for Rust interface. See rustdoc for details.
cargo test (stable): src/capi.rs#L815
use of deprecated function `skk_context_set_dictionaries_rs`: Not proper for Rust interface. See rustdoc for details.
cargo test (stable): src/capi.rs#L857
use of deprecated function `skk_context_get_current_to_composite_rs`: Not proper for Rust interface. See rustdoc for details.
cargo test (stable): src/capi.rs#L798
use of deprecated method `CskkContext::get_preedit_underline`
cargo test (1.64): src/capi.rs#L7
unused imports: `skk_context_get_composition_mode_rs`, `skk_context_get_input_mode_rs`
cargo test (1.64): src/capi.rs#L7
use of deprecated function `skk_context_get_composition_mode_rs`: Use CskkContext.get_current_composition_mode()
cargo test (1.64): src/capi.rs#L10
use of deprecated function `skk_context_get_current_to_composite_rs`: Not proper for Rust interface. See rustdoc for details.
cargo test (1.64): src/capi.rs#L10
use of deprecated function `skk_context_get_input_mode_rs`: Use CskkContext.get_current_input_mode()
cargo test (1.64): src/capi.rs#L11
use of deprecated function `skk_context_poll_output_rs`: Not proper for Rust interface. See rustdoc for details.
cargo test (1.64): src/capi.rs#L13
use of deprecated function `skk_context_set_dictionaries_rs`: Not proper for Rust interface. See rustdoc for details.
cargo test (1.64): src/capi.rs#L486
use of deprecated function `skk_context_poll_output_rs`: Not proper for Rust interface. See rustdoc for details.
cargo test (1.64): src/capi.rs#L815
use of deprecated function `skk_context_set_dictionaries_rs`: Not proper for Rust interface. See rustdoc for details.
cargo test (1.64): src/capi.rs#L857
use of deprecated function `skk_context_get_current_to_composite_rs`: Not proper for Rust interface. See rustdoc for details.
cargo test (1.64): src/capi.rs#L798
use of deprecated associated function `CskkContext::get_preedit_underline`
library test (macos-latest)
macOS's Gatekeeper has been disabled for this Cask
library test (macos-latest): src/capi.rs#L7
unused imports: `skk_context_get_composition_mode_rs` and `skk_context_get_input_mode_rs`
library test (macos-latest): src/capi.rs#L7
use of deprecated function `skk_context_get_composition_mode_rs`: Use CskkContext.get_current_composition_mode()
library test (macos-latest): src/capi.rs#L10
use of deprecated function `skk_context_get_current_to_composite_rs`: Not proper for Rust interface. See rustdoc for details.
library test (macos-latest): src/capi.rs#L10
use of deprecated function `skk_context_get_input_mode_rs`: Use CskkContext.get_current_input_mode()
library test (macos-latest): src/capi.rs#L11
use of deprecated function `skk_context_poll_output_rs`: Not proper for Rust interface. See rustdoc for details.
library test (macos-latest): src/capi.rs#L13
use of deprecated function `skk_context_set_dictionaries_rs`: Not proper for Rust interface. See rustdoc for details.
library test (macos-latest): src/capi.rs#L486
use of deprecated function `skk_context_poll_output_rs`: Not proper for Rust interface. See rustdoc for details.
library test (macos-latest): src/capi.rs#L815
use of deprecated function `skk_context_set_dictionaries_rs`: Not proper for Rust interface. See rustdoc for details.
library test (macos-latest): src/capi.rs#L857
use of deprecated function `skk_context_get_current_to_composite_rs`: Not proper for Rust interface. See rustdoc for details.
library test (macos-latest): src/capi.rs#L798
use of deprecated method `CskkContext::get_preedit_underline`
library test (macos-12)
You are using macOS 12. We (and Apple) do not provide support for this old version. It is expected behaviour that some formulae will fail to build in this old version. It is expected behaviour that Homebrew will be buggy and slow. Do not create any issues about this on Homebrew's GitHub repositories. Do not create any issues even if you think this message is unrelated. Any opened issues will be immediately closed without response. Do not ask for help from Homebrew or its maintainers on social media. You may ask for help in Homebrew's discussions but are unlikely to receive a response. Try to figure out the problem yourself and submit a fix as a pull request. We will review it but may or may not accept it.
library test (macos-12)
macOS's Gatekeeper has been disabled for this Cask
library test (macos-12)
You are using macOS 12. We (and Apple) do not provide support for this old version. It is expected behaviour that some formulae will fail to build in this old version. It is expected behaviour that Homebrew will be buggy and slow. Do not create any issues about this on Homebrew's GitHub repositories. Do not create any issues even if you think this message is unrelated. Any opened issues will be immediately closed without response. Do not ask for help from Homebrew or its maintainers on social media. You may ask for help in Homebrew's discussions but are unlikely to receive a response. Try to figure out the problem yourself and submit a fix as a pull request. We will review it but may or may not accept it.
library test (macos-12)
You are using macOS 12. We (and Apple) do not provide support for this old version. It is expected behaviour that some formulae will fail to build in this old version. It is expected behaviour that Homebrew will be buggy and slow. Do not create any issues about this on Homebrew's GitHub repositories. Do not create any issues even if you think this message is unrelated. Any opened issues will be immediately closed without response. Do not ask for help from Homebrew or its maintainers on social media. You may ask for help in Homebrew's discussions but are unlikely to receive a response. Try to figure out the problem yourself and submit a fix as a pull request. We will review it but may or may not accept it.