Skip to content

fix(deps): update rust crate errno to 0.3.6 #230

fix(deps): update rust crate errno to 0.3.6

fix(deps): update rust crate errno to 0.3.6 #230

Triggered via push November 7, 2023 15:13
Status Failure
Total duration 1m 35s
Artifacts

ci.yml

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

Annotations

20 errors
[clippy] packages/vorbis_rs/src/common/vorbis.rs#L64: packages/vorbis_rs/src/common/vorbis.rs#L64
error: use of a fallible conversion when an infallible one could be used --> packages/vorbis_rs/src/common/vorbis.rs:64:30 | 64 | sampling_frequency.get().try_into()?, | ^^^^^^^^ help: use: `into` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_fallible_conversions = note: `-D clippy::unnecessary-fallible-conversions` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(clippy::unnecessary_fallible_conversions)]`
[clippy] packages/vorbis_rs/src/common/vorbis.rs#L66: packages/vorbis_rs/src/common/vorbis.rs#L66
error: use of a fallible conversion when an infallible one could be used --> packages/vorbis_rs/src/common/vorbis.rs:66:26 | 66 | target_bitrate.get().try_into()?, | ^^^^^^^^ help: use: `into` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_fallible_conversions
[clippy] packages/vorbis_rs/src/common/vorbis.rs#L108: packages/vorbis_rs/src/common/vorbis.rs#L108
error: use of a fallible conversion when an infallible one could be used --> packages/vorbis_rs/src/common/vorbis.rs:108:30 | 108 | sampling_frequency.get().try_into()?, | ^^^^^^^^ help: use: `into` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_fallible_conversions
[clippy] packages/vorbis_rs/src/common/vorbis.rs#L135: packages/vorbis_rs/src/common/vorbis.rs#L135
error: use of a fallible conversion when an infallible one could be used --> packages/vorbis_rs/src/common/vorbis.rs:135:30 | 135 | sampling_frequency.get().try_into()?, | ^^^^^^^^ help: use: `into` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_fallible_conversions
[clippy] packages/vorbis_rs/src/common/vorbis.rs#L137: packages/vorbis_rs/src/common/vorbis.rs#L137
error: use of a fallible conversion when an infallible one could be used --> packages/vorbis_rs/src/common/vorbis.rs:137:27 | 137 | average_bitrate.get().try_into()?, | ^^^^^^^^ help: use: `into` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_fallible_conversions
[clippy] packages/vorbis_rs/src/common/vorbis.rs#L166: packages/vorbis_rs/src/common/vorbis.rs#L166
error: use of a fallible conversion when an infallible one could be used --> packages/vorbis_rs/src/common/vorbis.rs:166:30 | 166 | sampling_frequency.get().try_into()?, | ^^^^^^^^ help: use: `into` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_fallible_conversions
[clippy] packages/vorbis_rs/src/common/vorbis.rs#L167: packages/vorbis_rs/src/common/vorbis.rs#L167
error: use of a fallible conversion when an infallible one could be used --> packages/vorbis_rs/src/common/vorbis.rs:167:27 | 167 | maximum_bitrate.get().try_into()?, | ^^^^^^^^ help: use: `into` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_fallible_conversions
CI (x86_64-unknown-linux-gnu)
reviewdog exited with status code: 1
CI (aarch64-unknown-linux-gnu)
The job was canceled because "x86_64-unknown-linux-gnu" failed.
CI (aarch64-unknown-linux-gnu)
The operation was canceled.
CI (x86_64-pc-windows-gnu)
The operation was canceled.
CI (x86_64-apple-darwin)
The job was canceled because "x86_64-unknown-linux-gnu" failed.
CI (x86_64-apple-darwin)
The operation was canceled.
[clippy] packages/vorbis_rs/src/common/vorbis.rs#L64: packages/vorbis_rs/src/common/vorbis.rs#L64
error: use of a fallible conversion when an infallible one could be used --> packages/vorbis_rs/src/common/vorbis.rs:64:30 | 64 | sampling_frequency.get().try_into()?, | ^^^^^^^^ help: use: `into` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_fallible_conversions = note: `-D clippy::unnecessary-fallible-conversions` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(clippy::unnecessary_fallible_conversions)]`
[clippy] packages/vorbis_rs/src/common/vorbis.rs#L66: packages/vorbis_rs/src/common/vorbis.rs#L66
error: use of a fallible conversion when an infallible one could be used --> packages/vorbis_rs/src/common/vorbis.rs:66:26 | 66 | target_bitrate.get().try_into()?, | ^^^^^^^^ help: use: `into` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_fallible_conversions
[clippy] packages/vorbis_rs/src/common/vorbis.rs#L108: packages/vorbis_rs/src/common/vorbis.rs#L108
error: use of a fallible conversion when an infallible one could be used --> packages/vorbis_rs/src/common/vorbis.rs:108:30 | 108 | sampling_frequency.get().try_into()?, | ^^^^^^^^ help: use: `into` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_fallible_conversions
[clippy] packages/vorbis_rs/src/common/vorbis.rs#L135: packages/vorbis_rs/src/common/vorbis.rs#L135
error: use of a fallible conversion when an infallible one could be used --> packages/vorbis_rs/src/common/vorbis.rs:135:30 | 135 | sampling_frequency.get().try_into()?, | ^^^^^^^^ help: use: `into` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_fallible_conversions
[clippy] packages/vorbis_rs/src/common/vorbis.rs#L137: packages/vorbis_rs/src/common/vorbis.rs#L137
error: use of a fallible conversion when an infallible one could be used --> packages/vorbis_rs/src/common/vorbis.rs:137:27 | 137 | average_bitrate.get().try_into()?, | ^^^^^^^^ help: use: `into` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_fallible_conversions
[clippy] packages/vorbis_rs/src/common/vorbis.rs#L166: packages/vorbis_rs/src/common/vorbis.rs#L166
error: use of a fallible conversion when an infallible one could be used --> packages/vorbis_rs/src/common/vorbis.rs:166:30 | 166 | sampling_frequency.get().try_into()?, | ^^^^^^^^ help: use: `into` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_fallible_conversions
[clippy] packages/vorbis_rs/src/common/vorbis.rs#L167: packages/vorbis_rs/src/common/vorbis.rs#L167
error: use of a fallible conversion when an infallible one could be used --> packages/vorbis_rs/src/common/vorbis.rs:167:27 | 167 | maximum_bitrate.get().try_into()?, | ^^^^^^^^ help: use: `into` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_fallible_conversions