Skip to content

online-phase: algebra: scalar: Optimize (de)serialization #421

online-phase: algebra: scalar: Optimize (de)serialization

online-phase: algebra: scalar: Optimize (de)serialization #421

Triggered via push August 19, 2024 22:55
Status Failure
Total duration 55s
Artifacts

test.yml

on: push
cargo-test
44s
cargo-test
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 1 warning
`#[diagnostic]` attribute name space is experimental: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.208/src/ser/mod.rs#L220
error[E0658]: `#[diagnostic]` attribute name space is experimental --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.208/src/ser/mod.rs:220:5 | 220 | diagnostic::on_unimplemented( | ^^^^^^^^^^ | = note: see issue #111996 <https://github.com/rust-lang/rust/issues/111996> for more information = help: add `#![feature(diagnostic_namespace)]` to the crate attributes to enable = note: this compiler was built on 2024-02-25; consider upgrading it if it is out of date
`#[diagnostic]` attribute name space is experimental: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.208/src/de/mod.rs#L537
error[E0658]: `#[diagnostic]` attribute name space is experimental --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.208/src/de/mod.rs:537:5 | 537 | diagnostic::on_unimplemented( | ^^^^^^^^^^ | = note: see issue #111996 <https://github.com/rust-lang/rust/issues/111996> for more information = help: add `#![feature(diagnostic_namespace)]` to the crate attributes to enable = note: this compiler was built on 2024-02-25; consider upgrading it if it is out of date
cargo-test
Process completed with exit code 101.
cargo-test
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/