Skip to content

mark C tests

mark C tests #5

Triggered via push June 30, 2024 18:30
Status Success
Total duration 4m 7s
Artifacts

cafe.yml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 24 warnings
literal with an empty format string: src/fivemat.rs#L94
error: literal with an empty format string --> src/fivemat.rs:94:49 | 94 | writeln!(&mut f, "{}: {},", "x", "f64")?; | ^^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#write_literal help: try | 94 - writeln!(&mut f, "{}: {},", "x", "f64")?; 94 + writeln!(&mut f, "x: f64,")?; |
literal with an empty format string: src/fivemat.rs#L91
error: literal with an empty format string --> src/fivemat.rs:91:43 | 91 | writeln!(&mut f, "{} {{", "Inner")?; | ^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#write_literal = note: `-D clippy::write-literal` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(clippy::write_literal)]` help: try | 91 - writeln!(&mut f, "{} {{", "Inner")?; 91 + writeln!(&mut f, "Inner {{")?; |
this expression creates a reference which is immediately dereferenced by the compiler: src/abis/rust/declare.rs#L262
error: this expression creates a reference which is immediately dereferenced by the compiler --> src/abis/rust/declare.rs:262:54 | 262 | let real_tyname = &state.tynames[&real]; | ^^^^^ help: change this to: `real` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow = note: `-D clippy::needless-borrow` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(clippy::needless_borrow)]`
field `is_input` is never read: src/abis/vals.rs#L26
error: field `is_input` is never read --> src/abis/vals.rs:26:9 | 23 | pub struct ArgValues { | --------- field in this struct ... 26 | pub is_input: bool, | ^^^^^^^^ | = note: `ArgValues` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
field `func_name` is never read: src/abis/vals.rs#L18
error: field `func_name` is never read --> src/abis/vals.rs:18:9 | 17 | pub struct FuncValues { | ---------- field in this struct 18 | pub func_name: String, | ^^^^^^^^^ | = note: `FuncValues` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
method `name` is never used: src/abis/mod.rs#L270
error: method `name` is never used --> src/abis/mod.rs:270:8 | 269 | pub trait AbiImpl { | ------- method in this trait 270 | fn name(&self) -> &'static str; | ^^^^ | = note: `-D dead-code` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(dead_code)]`
build (macOS-latest, stable)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build (macOS-latest, stable)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build (macOS-latest, stable)
Unexpected input(s) 'toolchain', 'profile', 'override', valid inputs are ['repository', 'ref', 'token', 'ssh-key', 'ssh-known-hosts', 'ssh-strict', 'persist-credentials', 'path', 'clean', 'fetch-depth', 'lfs', 'submodules', 'set-safe-directory']
build (macOS-latest, stable)
Unexpected input(s) 'toolchain', 'profile', 'override', valid inputs are ['repository', 'ref', 'token', 'ssh-key', 'ssh-known-hosts', 'ssh-strict', 'persist-credentials', 'path', 'clean', 'fetch-depth', 'lfs', 'submodules', 'set-safe-directory']
build (macOS-latest, nightly)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build (macOS-latest, nightly)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build (macOS-latest, nightly)
Unexpected input(s) 'toolchain', 'profile', 'override', valid inputs are ['repository', 'ref', 'token', 'ssh-key', 'ssh-known-hosts', 'ssh-strict', 'persist-credentials', 'path', 'clean', 'fetch-depth', 'lfs', 'submodules', 'set-safe-directory']
build (macOS-latest, nightly)
Unexpected input(s) 'toolchain', 'profile', 'override', valid inputs are ['repository', 'ref', 'token', 'ssh-key', 'ssh-known-hosts', 'ssh-strict', 'persist-credentials', 'path', 'clean', 'fetch-depth', 'lfs', 'submodules', 'set-safe-directory']
build (ubuntu-latest, stable)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build (ubuntu-latest, stable)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build (ubuntu-latest, stable)
Unexpected input(s) 'toolchain', 'profile', 'override', valid inputs are ['repository', 'ref', 'token', 'ssh-key', 'ssh-known-hosts', 'ssh-strict', 'persist-credentials', 'path', 'clean', 'fetch-depth', 'lfs', 'submodules', 'set-safe-directory']
build (ubuntu-latest, stable)
Unexpected input(s) 'toolchain', 'profile', 'override', valid inputs are ['repository', 'ref', 'token', 'ssh-key', 'ssh-known-hosts', 'ssh-strict', 'persist-credentials', 'path', 'clean', 'fetch-depth', 'lfs', 'submodules', 'set-safe-directory']
build (ubuntu-latest, nightly)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build (ubuntu-latest, nightly)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build (ubuntu-latest, nightly)
Unexpected input(s) 'toolchain', 'profile', 'override', valid inputs are ['repository', 'ref', 'token', 'ssh-key', 'ssh-known-hosts', 'ssh-strict', 'persist-credentials', 'path', 'clean', 'fetch-depth', 'lfs', 'submodules', 'set-safe-directory']
build (ubuntu-latest, nightly)
Unexpected input(s) 'toolchain', 'profile', 'override', valid inputs are ['repository', 'ref', 'token', 'ssh-key', 'ssh-known-hosts', 'ssh-strict', 'persist-credentials', 'path', 'clean', 'fetch-depth', 'lfs', 'submodules', 'set-safe-directory']
build (windows-latest, stable)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build (windows-latest, stable)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build (windows-latest, stable)
Unexpected input(s) 'toolchain', 'profile', 'override', valid inputs are ['repository', 'ref', 'token', 'ssh-key', 'ssh-known-hosts', 'ssh-strict', 'persist-credentials', 'path', 'clean', 'fetch-depth', 'lfs', 'submodules', 'set-safe-directory']
build (windows-latest, stable)
Unexpected input(s) 'toolchain', 'profile', 'override', valid inputs are ['repository', 'ref', 'token', 'ssh-key', 'ssh-known-hosts', 'ssh-strict', 'persist-credentials', 'path', 'clean', 'fetch-depth', 'lfs', 'submodules', 'set-safe-directory']
build (windows-latest, nightly)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build (windows-latest, nightly)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build (windows-latest, nightly)
Unexpected input(s) 'toolchain', 'profile', 'override', valid inputs are ['repository', 'ref', 'token', 'ssh-key', 'ssh-known-hosts', 'ssh-strict', 'persist-credentials', 'path', 'clean', 'fetch-depth', 'lfs', 'submodules', 'set-safe-directory']
build (windows-latest, nightly)
Unexpected input(s) 'toolchain', 'profile', 'override', valid inputs are ['repository', 'ref', 'token', 'ssh-key', 'ssh-known-hosts', 'ssh-strict', 'persist-credentials', 'path', 'clean', 'fetch-depth', 'lfs', 'submodules', 'set-safe-directory']