Skip to content

online-phase: algebra: scalar: Implement Ord, PartialOrd #425

online-phase: algebra: scalar: Implement Ord, PartialOrd

online-phase: algebra: scalar: Implement Ord, PartialOrd #425

Triggered via push November 4, 2024 18:20
Status Failure
Total duration 1m 8s
Artifacts

test.yml

on: push
cargo-test
59s
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.214/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.214/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.214/src/de/mod.rs#L536
error[E0658]: `#[diagnostic]` attribute name space is experimental --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.214/src/de/mod.rs:536:5 | 536 | 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/