Skip to content

Change serde-cbor to minicbor #238

Change serde-cbor to minicbor

Change serde-cbor to minicbor #238

Triggered via pull request November 21, 2024 12:24
Status Failure
Total duration 45s
Artifacts

ci.yml

on: pull_request
Cancel previous runs
3s
Cancel previous runs
Integration Tests
0s
Integration Tests
Fit to window
Zoom out
Zoom in

Annotations

11 errors and 7 warnings
Build & Test
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
use of unstable library feature 'error_in_core': /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/minicbor-0.25.1/src/encode/write.rs#L166
error[E0658]: use of unstable library feature 'error_in_core' --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/minicbor-0.25.1/src/encode/write.rs:166:6 | 166 | impl core::error::Error for EndOfArray {} | ^^^^^^^^^^^^^^^^^^ | = note: see issue #103765 <https://github.com/rust-lang/rust/issues/103765> for more information = help: add `#![feature(error_in_core)]` to the crate attributes to enable
use of unstable library feature 'error_in_core': /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/minicbor-0.25.1/src/encode/write.rs#L154
error[E0658]: use of unstable library feature 'error_in_core' --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/minicbor-0.25.1/src/encode/write.rs:154:6 | 154 | impl core::error::Error for EndOfSlice {} | ^^^^^^^^^^^^^^^^^^ | = note: see issue #103765 <https://github.com/rust-lang/rust/issues/103765> for more information = help: add `#![feature(error_in_core)]` to the crate attributes to enable
use of unstable library feature 'error_in_core': /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/minicbor-0.25.1/src/encode/error.rs#L131
error[E0658]: use of unstable library feature 'error_in_core' --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/minicbor-0.25.1/src/encode/error.rs:131:38 | 131 | fn source(&self) -> Option<&(dyn core::error::Error + 'static)> { | ^^^^^^^^^^^^^^^^^^ | = note: see issue #103765 <https://github.com/rust-lang/rust/issues/103765> for more information = help: add `#![feature(error_in_core)]` to the crate attributes to enable
use of unstable library feature 'error_in_core': /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/minicbor-0.25.1/src/encode/error.rs#L130
error[E0658]: use of unstable library feature 'error_in_core' --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/minicbor-0.25.1/src/encode/error.rs:130:39 | 130 | impl<E: core::error::Error + 'static> core::error::Error for Error<E> { | ^^^^^^^^^^^^^^^^^^ | = note: see issue #103765 <https://github.com/rust-lang/rust/issues/103765> for more information = help: add `#![feature(error_in_core)]` to the crate attributes to enable
use of unstable library feature 'error_in_core': /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/minicbor-0.25.1/src/encode/error.rs#L130
error[E0658]: use of unstable library feature 'error_in_core' --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/minicbor-0.25.1/src/encode/error.rs:130:9 | 130 | impl<E: core::error::Error + 'static> core::error::Error for Error<E> { | ^^^^^^^^^^^^^^^^^^ | = note: see issue #103765 <https://github.com/rust-lang/rust/issues/103765> for more information = help: add `#![feature(error_in_core)]` to the crate attributes to enable
use of unstable library feature 'error_in_core': /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/minicbor-0.25.1/src/decode/error.rs#L311
error[E0658]: use of unstable library feature 'error_in_core' --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/minicbor-0.25.1/src/decode/error.rs:311:38 | 311 | fn source(&self) -> Option<&(dyn core::error::Error + 'static)> { | ^^^^^^^^^^^^^^^^^^ | = note: see issue #103765 <https://github.com/rust-lang/rust/issues/103765> for more information = help: add `#![feature(error_in_core)]` to the crate attributes to enable
use of unstable library feature 'error_in_core': /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/minicbor-0.25.1/src/decode/error.rs#L310
error[E0658]: use of unstable library feature 'error_in_core' --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/minicbor-0.25.1/src/decode/error.rs:310:6 | 310 | impl core::error::Error for Error { | ^^^^^^^^^^^^^^^^^^ | = note: see issue #103765 <https://github.com/rust-lang/rust/issues/103765> for more information = help: add `#![feature(error_in_core)]` to the crate attributes to enable
use of unstable library feature 'error_in_core': /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/minicbor-0.25.1/src/data.rs#L582
error[E0658]: use of unstable library feature 'error_in_core' --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/minicbor-0.25.1/src/data.rs:582:6 | 582 | impl core::error::Error for TryFromIntError {} | ^^^^^^^^^^^^^^^^^^ | = note: see issue #103765 <https://github.com/rust-lang/rust/issues/103765> for more information = help: add `#![feature(error_in_core)]` to the crate attributes to enable
use of unstable library feature 'error_in_core': /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/minicbor-0.25.1/src/data.rs#L295
error[E0658]: use of unstable library feature 'error_in_core' --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/minicbor-0.25.1/src/data.rs:295:6 | 295 | impl core::error::Error for UnknownTag {} | ^^^^^^^^^^^^^^^^^^ | = note: see issue #103765 <https://github.com/rust-lang/rust/issues/103765> for more information = help: add `#![feature(error_in_core)]` to the crate attributes to enable
clippy
Clippy had exited with the 101 exit code
Cancel previous runs
The following actions uses node12 which is deprecated and will be forced to run on node16: styfle/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Cancel previous runs
The following actions use a deprecated Node.js version and will be forced to run on node20: styfle/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
rustfmt
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Build & Test
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
Build & Test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, 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 following actions uses node12 which is deprecated and will be forced to run on node16: 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
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/