New example: Polysynth #25
Triggered via pull request
September 30, 2024 16:43
Status
Failure
Total duration
5m 53s
Artifacts
–
Annotations
3 errors and 27 warnings
clippy
could not compile `ladder` (lib) due to 2 previous errors
|
mismatched types:
examples/ladder/src/dsp.rs#L159
error[E0308]: mismatched types
--> examples/ladder/src/dsp.rs:159:27
|
159 | self.samplerate = samplerate;
| --------------- ^^^^^^^^^^ expected `AutoSimd<[f32; 2]>`, found `f32`
| |
| expected due to the type of this binding
|
= note: expected struct `valib::simd::AutoSimd<[f32; 2]>`
found type `f32`
|
clippy
Clippy has exited with exit code 101
|
clippy
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
clippy
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/cache@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
clippy
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
clippy
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
clippy
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
clippy
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
clippy
`/home/runner/work/valib/valib/.cargo/config` is deprecated in favor of `config.toml`
|
clippy
`/home/runner/work/valib/valib/.cargo/config` is deprecated in favor of `config.toml`
|
the feature `generic_const_exprs` is incomplete and may not be safe to use and/or cause compiler crashes:
crates/valib-core/src/lib.rs#L6
warning: the feature `generic_const_exprs` is incomplete and may not be safe to use and/or cause compiler crashes
--> crates/valib-core/src/lib.rs:6:12
|
6 | #![feature(generic_const_exprs)]
| ^^^^^^^^^^^^^^^^^^^
|
= note: see issue #76560 <https://github.com/rust-lang/rust/issues/76560> for more information
= note: `#[warn(incomplete_features)]` on by default
|
unexpected `cfg` condition value: `math-polynom`:
crates/valib-core/src/math/mod.rs#L15
warning: unexpected `cfg` condition value: `math-polynom`
--> crates/valib-core/src/math/mod.rs:15:7
|
15 | #[cfg(feature = "math-polynom")]
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: expected values for `feature` are: `test-utils`
= help: consider adding `math-polynom` as a feature in `Cargo.toml`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
= note: `#[warn(unexpected_cfgs)]` on by default
|
missing documentation for a module:
crates/valib-core/src/math/mod.rs#L11
warning: missing documentation for a module
--> crates/valib-core/src/math/mod.rs:11:1
|
11 | pub mod fast;
| ^^^^^^^^^^^^
|
note: the lint level is defined here
--> crates/valib-core/src/lib.rs:5:9
|
5 | #![warn(missing_docs)]
| ^^^^^^^^^^^^
|
unused import: `SimdComplexField`:
crates/valib-core/src/util.rs#L10
warning: unused import: `SimdComplexField`
--> crates/valib-core/src/util.rs:10:19
|
10 | use simba::simd::{SimdComplexField, SimdValue};
| ^^^^^^^^^^^^^^^^
|
= note: `#[warn(unused_imports)]` on by default
|
missing documentation for a struct:
crates/valib-core/src/util.rs#L291
warning: missing documentation for a struct
--> crates/valib-core/src/util.rs:291:1
|
291 | pub struct Rms<T> {
| ^^^^^^^^^^^^^^^^^
|
missing documentation for an associated function:
crates/valib-core/src/util.rs#L297
warning: missing documentation for an associated function
--> crates/valib-core/src/util.rs:297:5
|
297 | pub fn new(size: usize) -> Self {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
missing documentation for a method:
crates/valib-core/src/util.rs#L306
warning: missing documentation for a method
--> crates/valib-core/src/util.rs:306:5
|
306 | pub fn add_element(&mut self, value: T) -> T {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
missing documentation for a method:
crates/valib-core/src/util.rs#L314
warning: missing documentation for a method
--> crates/valib-core/src/util.rs:314:5
|
314 | pub fn get_rms(&self) -> T {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
clippy
`/home/runner/work/valib/valib/.cargo/config` is deprecated in favor of `config.toml`
|
clippy
`/home/runner/work/valib/valib/.cargo/config` is deprecated in favor of `config.toml`
|
clippy
`/home/runner/work/valib/valib/.cargo/config` is deprecated in favor of `config.toml`
|
clippy
`/home/runner/work/valib/valib/.cargo/config` is deprecated in favor of `config.toml`
|
clippy
`/home/runner/work/valib/valib/.cargo/config` is deprecated in favor of `config.toml`
|
clippy
`/home/runner/work/valib/valib/.cargo/config` is deprecated in favor of `config.toml`
|
clippy
`/home/runner/work/valib/valib/.cargo/config` is deprecated in favor of `config.toml`
|
clippy
`/home/runner/work/valib/valib/.cargo/config` is deprecated in favor of `config.toml`
|
clippy
`/home/runner/work/valib/valib/.cargo/config` is deprecated in favor of `config.toml`
|
clippy
`/home/runner/work/valib/valib/.cargo/config` is deprecated in favor of `config.toml`
|
clippy
`/home/runner/work/valib/valib/.cargo/config` is deprecated in favor of `config.toml`
|