Skip to content

Update CI pipeline to remove actions-rs #131

Update CI pipeline to remove actions-rs

Update CI pipeline to remove actions-rs #131

Triggered via pull request August 13, 2024 14:31
Status Failure
Total duration 1m 12s
Artifacts

check.yml

on: pull_request
Check
23s
Check
Check (no_std)
13s
Check (no_std)
Test Suite
46s
Test Suite
Test Suite (all features)
1m 1s
Test Suite (all features)
Test Suite (no_std)
46s
Test Suite (no_std)
Rustfmt
10s
Rustfmt
clippy_check
32s
clippy_check
test_coverage
47s
test_coverage
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 2 warnings
clippy_check
reviewdog exited with status code: 1
test_coverage
Process completed with exit code 1.
[clippy] src/lib.rs#L189: src/lib.rs#L189
warning: unexpected `cfg` condition name: `tarpaulin` --> src/lib.rs:189:13 | 189 | #![cfg_attr(tarpaulin, inline(never))] | ^^^^^^^^^ | = help: expected names are: `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustcrypto_base`, `rustcrypto_encrypt_base`, `rustcrypto_key_distribution_base`, `rustcrypto_mac_base`, `rustcrypto_sign_base`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `tarpaulin_include`, and `test` and 3 more = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tarpaulin)");` to the top of the `build.rs` = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration = note: requested on the command line with `-W unexpected-cfgs`
clippy_check
The following actions use a deprecated Node.js version and will be forced to run on node20: giraffate/clippy-action@main. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/