Skip to content

Refactor COSE utility functions and OpenSSL backend #151

Refactor COSE utility functions and OpenSSL backend

Refactor COSE utility functions and OpenSSL backend #151

Triggered via pull request August 27, 2024 20:32
Status Failure
Total duration 1m 11s
Artifacts

check.yml

on: pull_request
Check
16s
Check
Check (no_std)
13s
Check (no_std)
Test Suite
51s
Test Suite
Test Suite (all features)
45s
Test Suite (all features)
Test Suite (no_std)
29s
Test Suite (no_std)
Rustfmt
5s
Rustfmt
clippy_check
23s
clippy_check
test_coverage
1m 0s
test_coverage
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 1 warning
Check (no_std)
Process completed with exit code 101.
[clippy] src/token/cose/util/ops.rs#L6: src/token/cose/util/ops.rs#L6
error: used import from `std` instead of `alloc` --> src/token/cose/util/ops.rs:6:5 | 6 | use std::collections::BTreeSet; | ^^^ help: consider importing the item from `alloc`: `alloc` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#std_instead_of_alloc note: the lint level is defined here --> src/lib.rs:178:5 | 178 | clippy::std_instead_of_alloc | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
clippy_check
reviewdog exited with status code: 1
Test Suite (no_std)
Process completed with exit code 101.
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/