Skip to content
This repository has been archived by the owner on Aug 16, 2024. It is now read-only.

Add test for fat pointer erasure #38

Add test for fat pointer erasure

Add test for fat pointer erasure #38

Triggered via pull request October 11, 2023 12:36
Status Failure
Total duration 9m 19s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

ci.yaml

on: pull_request
cargo build and test
2m 44s
cargo build and test
cargo fmt
39s
cargo fmt
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 10 warnings
cargo build and test: circuit_definitions/src/circuit_definitions/base_layer/ecrecover.rs#L20
unresolved imports `zkevm_circuits::ecrecover::decomp_table`, `zkevm_circuits::ecrecover::naf_abs_div2_table`, `zkevm_circuits::ecrecover::secp256k1::fixed_base_mul_table`
cargo build and test: circuit_definitions/src/circuit_definitions/base_layer/ecrecover.rs#L166
failed to resolve: use of undeclared crate or module `seq_macro`
cargo build and test: circuit_definitions/src/circuit_definitions/base_layer/ecrecover.rs#L161
cannot find type `NafAbsDiv2Table` in this scope
cargo build and test: circuit_definitions/src/circuit_definitions/base_layer/ecrecover.rs#L164
cannot find type `WnafDecompTable` in this scope
cargo build and test: circuit_definitions/src/circuit_definitions/base_layer/ecrecover.rs#L160
cannot find function `create_naf_abs_div2_table` in this scope
cargo build and test: circuit_definitions/src/circuit_definitions/base_layer/ecrecover.rs#L163
cannot find function `create_wnaf_decomp_table` in this scope
cargo build and test
Process completed with exit code 101.
cargo build and test: circuit_definitions/src/lib.rs#L4
the feature `generic_const_exprs` is incomplete and may not be safe to use and/or cause compiler crashes
cargo build and test: circuit_definitions/src/circuit_definitions/aux_layer/compression_modes/mode_2.rs#L116
the item `CompressionMode1CircuitBuilder` is imported redundantly
cargo build and test: circuit_definitions/src/circuit_definitions/aux_layer/compression_modes/mode_2_for_wrapper.rs#L115
the item `CompressionMode1CircuitBuilder` is imported redundantly
cargo build and test: circuit_definitions/src/circuit_definitions/aux_layer/compression_modes/mode_3.rs#L116
the item `CompressionMode2CircuitBuilder` is imported redundantly
cargo build and test: circuit_definitions/src/circuit_definitions/aux_layer/compression_modes/mode_3_for_wrapper.rs#L116
the item `CompressionMode2CircuitBuilder` is imported redundantly
cargo build and test: circuit_definitions/src/circuit_definitions/aux_layer/compression_modes/mode_4.rs#L119
the item `CompressionMode3CircuitBuilder` is imported redundantly
cargo build and test: circuit_definitions/src/circuit_definitions/aux_layer/compression_modes/mode_4_for_wrapper.rs#L119
the item `CompressionMode3CircuitBuilder` is imported redundantly
cargo build and test: circuit_definitions/src/circuit_definitions/aux_layer/compression_modes/mode_to_l1.rs#L111
the item `CompressionMode4CircuitBuilder` is imported redundantly
cargo build and test: circuit_definitions/src/circuit_definitions/aux_layer/compression_modes/mode_to_l1_for_wrapper.rs#L4
unused import: `crate::circuit_definitions::implementations::transcript::Keccak256Transcript`