Skip to content

Implemented gadgets for SHA-384 and SHA-512 #330

Implemented gadgets for SHA-384 and SHA-512

Implemented gadgets for SHA-384 and SHA-512 #330

Triggered via pull request January 25, 2024 16:10
Status Failure
Total duration 1m 8s
Artifacts

ci.yml

on: pull_request
Check Style
7s
Check Style
Check no_std
56s
Check no_std
Matrix: Test
Fit to window
Zoom out
Zoom in

Annotations

22 errors and 32 warnings
Check Style
The process '/home/runner/.cargo/bin/cargo' failed with exit code 1
Test (stable): src/crh/sha384/constraints.rs#L332
the trait bound `sha384::constraints::DigestVar<ConstraintF>: ark_r1cs_std::alloc::AllocVar<sha384::Output, ConstraintF>` is not satisfied
Test (stable): src/crh/sha384/constraints.rs#L349
the trait bound `sha384::constraints::DigestVar<ConstraintF>: ark_r1cs_std::alloc::AllocVar<sha384::Output, ConstraintF>` is not satisfied
Test (stable): src/crh/sha512/constraints.rs#L334
the trait bound `sha512::constraints::DigestVar<ConstraintF>: ark_r1cs_std::alloc::AllocVar<sha512::Output, ConstraintF>` is not satisfied
Test (stable): src/crh/sha512/constraints.rs#L351
the trait bound `sha512::constraints::DigestVar<ConstraintF>: ark_r1cs_std::alloc::AllocVar<sha512::Output, ConstraintF>` is not satisfied
Test (stable): src/crh/sha384/constraints.rs#L87
no method named `rotr` found for struct `ark_r1cs_std::uint::UInt` in the current scope
Test (stable): src/crh/sha384/constraints.rs#L88
no method named `rotr` found for struct `ark_r1cs_std::uint::UInt` in the current scope
Test (stable): src/crh/sha384/constraints.rs#L89
no method named `shr` found for struct `ark_r1cs_std::uint::UInt` in the current scope
Test (stable): src/crh/sha384/constraints.rs#L93
no method named `rotr` found for struct `ark_r1cs_std::uint::UInt` in the current scope
Test (stable): src/crh/sha384/constraints.rs#L94
no method named `rotr` found for struct `ark_r1cs_std::uint::UInt` in the current scope
Test (stable): src/crh/sha384/constraints.rs#L95
no method named `shr` found for struct `ark_r1cs_std::uint::UInt` in the current scope
Test (nightly)
The job was canceled because "stable" failed.
Test (nightly): src/crh/sha384/constraints.rs#L332
the trait bound `sha384::constraints::DigestVar<ConstraintF>: ark_r1cs_std::alloc::AllocVar<sha384::Output, ConstraintF>` is not satisfied
Test (nightly): src/crh/sha384/constraints.rs#L349
the trait bound `sha384::constraints::DigestVar<ConstraintF>: ark_r1cs_std::alloc::AllocVar<sha384::Output, ConstraintF>` is not satisfied
Test (nightly): src/crh/sha512/constraints.rs#L334
the trait bound `sha512::constraints::DigestVar<ConstraintF>: ark_r1cs_std::alloc::AllocVar<sha512::Output, ConstraintF>` is not satisfied
Test (nightly): src/crh/sha512/constraints.rs#L351
the trait bound `sha512::constraints::DigestVar<ConstraintF>: ark_r1cs_std::alloc::AllocVar<sha512::Output, ConstraintF>` is not satisfied
Test (nightly): src/crh/sha384/constraints.rs#L87
no method named `rotr` found for struct `ark_r1cs_std::uint::UInt` in the current scope
Test (nightly): src/crh/sha384/constraints.rs#L88
no method named `rotr` found for struct `ark_r1cs_std::uint::UInt` in the current scope
Test (nightly): src/crh/sha384/constraints.rs#L89
no method named `shr` found for struct `ark_r1cs_std::uint::UInt` in the current scope
Test (nightly): src/crh/sha384/constraints.rs#L93
no method named `rotr` found for struct `ark_r1cs_std::uint::UInt` in the current scope
Test (nightly): src/crh/sha384/constraints.rs#L94
no method named `rotr` found for struct `ark_r1cs_std::uint::UInt` in the current scope
Test (nightly): src/crh/sha384/constraints.rs#L95
no method named `shr` found for struct `ark_r1cs_std::uint::UInt` in the current scope
Check Style
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Check Style
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, 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/
Check Style
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/
Check Style
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/
Check Style
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/
Check Style
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/
Test (stable)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions-rs/toolchain@v1, actions/cache@v2, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test (stable)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions/cache@v2, 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/
Test (stable)
excluded package(s) `cp-benches` not found in workspace `/home/runner/work/crypto-primitives/crypto-primitives`
Test (stable)
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/
Test (stable)
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/
Test (stable)
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/
Test (stable)
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/
Test (stable)
Target filter `examples` specified, but no targets matched. This is a no-op
Test (stable)
Target filter `examples` specified, but no targets matched. This is a no-op
Test (nightly)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions-rs/toolchain@v1, actions/cache@v2, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test (nightly)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions/cache@v2, 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/
Test (nightly)
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/
Test (nightly)
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/
Test (nightly)
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/
Test (nightly)
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/
Test (nightly)
Target filter `examples` specified, but no targets matched. This is a no-op
Check no_std
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions-rs/toolchain@v1, actions/cache@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Check no_std
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Check no_std
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/
Check no_std
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/
Check no_std
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/
Check no_std
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/
Check no_std
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/
Check no_std
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/
Check no_std
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/
Check no_std
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/