Skip to content

rearranging arkworks / non-arkworks ECC code #511

rearranging arkworks / non-arkworks ECC code

rearranging arkworks / non-arkworks ECC code #511

Triggered via pull request January 30, 2024 19:32
Status Failure
Total duration 43s
Artifacts

rust.yml

on: pull_request
Check
9s
Check
build without alloc
12s
build without alloc
Rustfmt
13s
Rustfmt
no_std compatibility check
15s
no_std compatibility check
Matrix: Test Suite
Fit to window
Zoom out
Zoom in

Annotations

50 errors and 64 warnings
Check: src/ark_curve/edwards.rs#L11
cannot find type `Affine` in this scope
Check: src/ark_curve/edwards.rs#L12
cannot find type `Projective` in this scope
Check: src/ark_curve/edwards.rs#L14
cannot find trait `CurveConfig` in this scope
Check: src/ark_curve/edwards.rs#L16
cannot find type `Fr` in this scope
Check: src/ark_curve/edwards.rs#L20
cannot find type `Fr` in this scope
Check: src/ark_curve/edwards.rs#L20
failed to resolve: use of undeclared type `Fr`
Check: src/ark_curve/edwards.rs#L23
cannot find trait `TECurveConfig` in this scope
Check: src/ark_curve/edwards.rs#L40
cannot find value `GENERATOR_X` in this scope
Check: src/ark_curve/edwards.rs#L40
cannot find value `GENERATOR_Y` in this scope
Check: src/ark_curve/edwards.rs#L50
cannot find type `Affine` in this scope
no_std compatibility check: src/ark_curve/edwards.rs#L11
cannot find type `Affine` in this scope
no_std compatibility check: src/ark_curve/edwards.rs#L12
cannot find type `Projective` in this scope
no_std compatibility check: src/ark_curve/edwards.rs#L14
cannot find trait `CurveConfig` in this scope
no_std compatibility check: src/ark_curve/edwards.rs#L16
cannot find type `Fr` in this scope
no_std compatibility check: src/ark_curve/edwards.rs#L20
cannot find type `Fr` in this scope
no_std compatibility check: src/ark_curve/edwards.rs#L20
failed to resolve: use of undeclared type `Fr`
no_std compatibility check: src/ark_curve/edwards.rs#L23
cannot find trait `TECurveConfig` in this scope
no_std compatibility check: src/ark_curve/edwards.rs#L40
cannot find value `GENERATOR_X` in this scope
no_std compatibility check: src/ark_curve/edwards.rs#L40
cannot find value `GENERATOR_Y` in this scope
no_std compatibility check: src/ark_curve/edwards.rs#L50
cannot find type `Affine` in this scope
build without alloc: src/ark_curve/edwards.rs#L11
cannot find type `Affine` in this scope
build without alloc: src/ark_curve/edwards.rs#L12
cannot find type `Projective` in this scope
build without alloc: src/ark_curve/edwards.rs#L14
cannot find trait `CurveConfig` in this scope
build without alloc: src/ark_curve/edwards.rs#L16
cannot find type `Fr` in this scope
build without alloc: src/ark_curve/edwards.rs#L20
cannot find type `Fr` in this scope
build without alloc: src/ark_curve/edwards.rs#L20
failed to resolve: use of undeclared type `Fr`
build without alloc: src/ark_curve/edwards.rs#L23
cannot find trait `TECurveConfig` in this scope
build without alloc: src/ark_curve/edwards.rs#L40
cannot find value `GENERATOR_X` in this scope
build without alloc: src/ark_curve/edwards.rs#L40
cannot find value `GENERATOR_Y` in this scope
build without alloc: src/ark_curve/edwards.rs#L50
cannot find type `Affine` in this scope
Test Suite (r1cs,u32_backend): src/ark_curve/edwards.rs#L11
cannot find type `Affine` in this scope
Test Suite (r1cs,u32_backend): src/ark_curve/edwards.rs#L12
cannot find type `Projective` in this scope
Test Suite (r1cs,u32_backend): src/ark_curve/edwards.rs#L14
cannot find trait `CurveConfig` in this scope
Test Suite (r1cs,u32_backend): src/ark_curve/edwards.rs#L16
cannot find type `Fr` in this scope
Test Suite (r1cs,u32_backend): src/ark_curve/edwards.rs#L20
cannot find type `Fr` in this scope
Test Suite (r1cs,u32_backend): src/ark_curve/edwards.rs#L20
failed to resolve: use of undeclared type `Fr`
Test Suite (r1cs,u32_backend): src/ark_curve/edwards.rs#L23
cannot find trait `TECurveConfig` in this scope
Test Suite (r1cs,u32_backend): src/ark_curve/edwards.rs#L40
cannot find value `GENERATOR_X` in this scope
Test Suite (r1cs,u32_backend): src/ark_curve/edwards.rs#L40
cannot find value `GENERATOR_Y` in this scope
Test Suite (r1cs,u32_backend): src/ark_curve/edwards.rs#L50
cannot find type `Affine` in this scope
Test Suite (r1cs): src/ark_curve/edwards.rs#L11
cannot find type `Affine` in this scope
Test Suite (r1cs): src/ark_curve/edwards.rs#L12
cannot find type `Projective` in this scope
Test Suite (r1cs): src/ark_curve/edwards.rs#L14
cannot find trait `CurveConfig` in this scope
Test Suite (r1cs): src/ark_curve/edwards.rs#L16
cannot find type `Fr` in this scope
Test Suite (r1cs): src/ark_curve/edwards.rs#L20
cannot find type `Fr` in this scope
Test Suite (r1cs): src/ark_curve/edwards.rs#L20
failed to resolve: use of undeclared type `Fr`
Test Suite (r1cs): src/ark_curve/edwards.rs#L23
cannot find trait `TECurveConfig` in this scope
Test Suite (r1cs): src/ark_curve/edwards.rs#L40
cannot find value `GENERATOR_X` in this scope
Test Suite (r1cs): src/ark_curve/edwards.rs#L40
cannot find value `GENERATOR_Y` in this scope
Test Suite (r1cs): src/ark_curve/edwards.rs#L50
cannot find type `Affine` in this scope
Check
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions-rs/toolchain@v1, Swatinem/rust-cache@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
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, Swatinem/rust-cache@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
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
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
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
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
The `save-state` 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
The `save-state` 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
The `save-state` 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
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/
Rustfmt
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions-rs/toolchain@v1, Swatinem/rust-cache@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/.
Rustfmt
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, Swatinem/rust-cache@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/
Rustfmt
The `save-state` 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/
Rustfmt
The `save-state` 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/
Rustfmt
The `save-state` 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/
Rustfmt
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/
Rustfmt
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/
Rustfmt
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/
Rustfmt
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/
Rustfmt
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/
no_std compatibility check
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions-rs/toolchain@v1, Swatinem/rust-cache@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/.
no_std compatibility check
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, Swatinem/rust-cache@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/
no_std compatibility check
The `save-state` 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/
no_std compatibility check
The `save-state` 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/
no_std compatibility check
The `save-state` 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/
no_std compatibility check
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/
build without alloc
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions-rs/toolchain@v1, Swatinem/rust-cache@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/.
build without alloc
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, Swatinem/rust-cache@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/
no_std compatibility check: src/lib.rs#L16
unused import: `on_curve::OnCurve`
no_std compatibility check
`decaf377` (lib) generated 1 warning
no_std compatibility check
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/
no_std compatibility check
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/
no_std compatibility check
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/
no_std compatibility check
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/
build without alloc: src/lib.rs#L16
unused import: `on_curve::OnCurve`
build without alloc
`decaf377` (lib) generated 1 warning
build without alloc
The `save-state` 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/
build without alloc
The `save-state` 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/
build without alloc
The `save-state` 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/
build without alloc
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/
build without alloc
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/
build without alloc
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/
build without alloc
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/
build without alloc
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 Suite (r1cs,u32_backend)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions-rs/toolchain@v1, Swatinem/rust-cache@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/.
Test Suite (r1cs,u32_backend)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, Swatinem/rust-cache@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/
Test Suite (r1cs,u32_backend)
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 Suite (r1cs,u32_backend)
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 Suite (r1cs,u32_backend)
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 Suite (r1cs,u32_backend)
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 Suite (r1cs,u32_backend)
The `save-state` 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 Suite (r1cs,u32_backend)
The `save-state` 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 Suite (r1cs,u32_backend)
The `save-state` 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 Suite (r1cs,u32_backend)
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 Suite (r1cs)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions-rs/toolchain@v1, Swatinem/rust-cache@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/.
Test Suite (r1cs)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, Swatinem/rust-cache@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/
Test Suite (r1cs)
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 Suite (r1cs)
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 Suite (r1cs)
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 Suite (r1cs)
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 Suite (r1cs)
The `save-state` 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 Suite (r1cs)
The `save-state` 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 Suite (r1cs)
The `save-state` 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 Suite (r1cs)
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/