Skip to content

1.20.2

1.20.2 #1424

Triggered via push September 21, 2023 16:08
Status Failure
Total duration 1m 3s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

check.yml

on: push
clippy_check
53s
clippy_check
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 5 warnings
`?` couldn't convert the error to `read::BufReadError`: azalea-buf/src/read.rs#L348
error[E0277]: `?` couldn't convert the error to `read::BufReadError` --> azalea-buf/src/read.rs:348:25 | 348 | Ok(Nbt::new(buf)?) | ^ the trait `std::convert::From<simdnbt::ReadError>` is not implemented for `read::BufReadError` | = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait = help: the following other types implement trait `std::convert::From<T>`: <read::BufReadError as std::convert::From<serde_json::Error>> <read::BufReadError as std::convert::From<std::io::Error>> = note: required for `std::result::Result<simdnbt::owned::Nbt, read::BufReadError>` to implement `std::ops::FromResidual<std::result::Result<std::convert::Infallible, simdnbt::ReadError>>`
`?` operator has incompatible types: azalea-buf/src/read.rs#L348
error[E0308]: `?` operator has incompatible types --> azalea-buf/src/read.rs:348:12 | 348 | Ok(Nbt::new(buf)?) | ^^^^^^^^^^^^^^ expected `Nbt`, found `Option<Nbt>` | = note: `?` operator cannot convert from `std::option::Option<simdnbt::owned::Nbt>` to `simdnbt::owned::Nbt` = note: expected struct `simdnbt::owned::Nbt` found enum `std::option::Option<simdnbt::owned::Nbt>`
`?` couldn't convert the error to `read::BufReadError`: azalea-buf/src/read.rs#L348
error[E0277]: `?` couldn't convert the error to `read::BufReadError` --> azalea-buf/src/read.rs:348:25 | 348 | Ok(Nbt::new(buf)?) | ^ the trait `std::convert::From<simdnbt::ReadError>` is not implemented for `read::BufReadError` | = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait = help: the following other types implement trait `std::convert::From<T>`: <read::BufReadError as std::convert::From<serde_json::Error>> <read::BufReadError as std::convert::From<std::io::Error>> = note: required for `std::result::Result<simdnbt::owned::Nbt, read::BufReadError>` to implement `std::ops::FromResidual<std::result::Result<std::convert::Infallible, simdnbt::ReadError>>`
`?` operator has incompatible types: azalea-buf/src/read.rs#L348
error[E0308]: `?` operator has incompatible types --> azalea-buf/src/read.rs:348:12 | 348 | Ok(Nbt::new(buf)?) | ^^^^^^^^^^^^^^ expected `Nbt`, found `Option<Nbt>` | = note: `?` operator cannot convert from `std::option::Option<simdnbt::owned::Nbt>` to `simdnbt::owned::Nbt` = note: expected struct `simdnbt::owned::Nbt` found enum `std::option::Option<simdnbt::owned::Nbt>`
clippy_check
Clippy had exited with the 101 exit code
clippy_check
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/clippy-check@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_check
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_check
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_check
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_check
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/