Skip to content

Inherents and empty block production overhaul #245

Inherents and empty block production overhaul

Inherents and empty block production overhaul #245

Triggered via pull request May 9, 2024 13:03
Status Failure
Total duration 1h 3m 48s
Artifacts

rust-checks.yaml

on: pull_request
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 2 warnings
use of unstable library feature 'stdarch_x86_avx512': home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/curve25519-dalek-4.1.1/src/backend/vector/ifma/field.rs#L26
error[E0658]: use of unstable library feature 'stdarch_x86_avx512' --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/curve25519-dalek-4.1.1/src/backend/vector/ifma/field.rs:26:5 | 26 | _mm256_madd52lo_epu64(z.into(), x.into(), y.into()).into() | ^^^^^^^^^^^^^^^^^^^^^ | = note: see issue #111137 <https://github.com/rust-lang/rust/issues/111137> for more information = help: add `#![feature(stdarch_x86_avx512)]` to the crate attributes to enable = note: this compiler was built on 2024-04-08; consider upgrading it if it is out of date
use of unstable library feature 'stdarch_x86_avx512': home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/curve25519-dalek-4.1.1/src/backend/vector/ifma/field.rs#L25
error[E0658]: use of unstable library feature 'stdarch_x86_avx512' --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/curve25519-dalek-4.1.1/src/backend/vector/ifma/field.rs:25:9 | 25 | use core::arch::x86_64::_mm256_madd52lo_epu64; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: see issue #111137 <https://github.com/rust-lang/rust/issues/111137> for more information = help: add `#![feature(stdarch_x86_avx512)]` to the crate attributes to enable = note: this compiler was built on 2024-04-08; consider upgrading it if it is out of date
use of unstable library feature 'stdarch_x86_avx512': home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/curve25519-dalek-4.1.1/src/backend/vector/ifma/field.rs#L34
error[E0658]: use of unstable library feature 'stdarch_x86_avx512' --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/curve25519-dalek-4.1.1/src/backend/vector/ifma/field.rs:34:5 | 34 | _mm256_madd52hi_epu64(z.into(), x.into(), y.into()).into() | ^^^^^^^^^^^^^^^^^^^^^ | = note: see issue #111137 <https://github.com/rust-lang/rust/issues/111137> for more information = help: add `#![feature(stdarch_x86_avx512)]` to the crate attributes to enable = note: this compiler was built on 2024-04-08; consider upgrading it if it is out of date
use of unstable library feature 'stdarch_x86_avx512': home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/curve25519-dalek-4.1.1/src/backend/vector/ifma/field.rs#L33
error[E0658]: use of unstable library feature 'stdarch_x86_avx512' --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/curve25519-dalek-4.1.1/src/backend/vector/ifma/field.rs:33:9 | 33 | use core::arch::x86_64::_mm256_madd52hi_epu64; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: see issue #111137 <https://github.com/rust-lang/rust/issues/111137> for more information = help: add `#![feature(stdarch_x86_avx512)]` to the crate attributes to enable = note: this compiler was built on 2024-04-08; consider upgrading it if it is out of date
unknown feature `stdsimd`: home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/curve25519-dalek-4.1.1/src/lib.rs#L13
error[E0635]: unknown feature `stdsimd` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/curve25519-dalek-4.1.1/src/lib.rs:13:70 | 13 | #![cfg_attr(all(curve25519_dalek_backend = "simd", nightly), feature(stdsimd))] | ^^^^^^^
lint
Clippy had exited with the 101 exit code
test (ubuntu-latest, stable)
Process completed with exit code 101.
doc
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: arduino/setup-protoc@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test (ubuntu-latest, stable)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: arduino/setup-protoc@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.