Skip to content

Refactor COSE utility functions and OpenSSL backend #152

Refactor COSE utility functions and OpenSSL backend

Refactor COSE utility functions and OpenSSL backend #152

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

check.yml

on: pull_request
Check
16s
Check
Check (no_std)
13s
Check (no_std)
Test Suite
45s
Test Suite
Test Suite (all features)
47s
Test Suite (all features)
Test Suite (no_std)
24s
Test Suite (no_std)
Rustfmt
11s
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#L16: src/token/cose/util/ops.rs#L16
error: used import from `std` instead of `alloc` --> src/token/cose/util/ops.rs:16:5 | 16 | 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 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Test Suite (no_std)
Process completed with exit code 101.
clippy_check
reviewdog exited with status code: 1
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/