Skip to content

Implement NOT gadget #2431

Implement NOT gadget

Implement NOT gadget #2431

Triggered via pull request October 25, 2023 23:03
Status Failure
Total duration 4m 6s
Artifacts

build-action.yml

on: pull_request
Matrix: Build-And-Test-Server
Build-And-Test-Web
2m 15s
Build-And-Test-Web
Release-on-NPM
0s
Release-on-NPM
Release-mina-signer-on-NPM
0s
Release-mina-signer-on-NPM
Fit to window
Zoom out
Zoom in

Annotations

16 errors
Build-And-Test-Server (Simple integration tests): src/lib/gadgets/bitwise.ts#L31
Property 'not' does not exist on type '((value: string | number | bigint) => bigint) & { modulus: bigint; sizeInBits: number; t: bigint; twoadicRoot: bigint; xor(x: bigint, y: bigint): bigint; add(x: bigint, y: bigint): bigint; ... 29 more ...; emptyValue?: (() => bigint) | undefined; }'.
Build-And-Test-Server (Simple integration tests)
Process completed with exit code 2.
Build-And-Test-Server (DEX integration tests): src/lib/gadgets/bitwise.ts#L31
Property 'not' does not exist on type '((value: string | number | bigint) => bigint) & { modulus: bigint; sizeInBits: number; t: bigint; twoadicRoot: bigint; xor(x: bigint, y: bigint): bigint; add(x: bigint, y: bigint): bigint; ... 29 more ...; emptyValue?: (() => bigint) | undefined; }'.
Build-And-Test-Server (DEX integration tests)
Process completed with exit code 2.
Build-And-Test-Server (Voting integration tests): src/lib/gadgets/bitwise.ts#L31
Property 'not' does not exist on type '((value: string | number | bigint) => bigint) & { modulus: bigint; sizeInBits: number; t: bigint; twoadicRoot: bigint; xor(x: bigint, y: bigint): bigint; add(x: bigint, y: bigint): bigint; ... 29 more ...; emptyValue?: (() => bigint) | undefined; }'.
Build-And-Test-Server (Voting integration tests)
Process completed with exit code 2.
Build-And-Test-Server (Verification Key Regression Check): src/lib/gadgets/bitwise.ts#L31
Property 'not' does not exist on type '((value: string | number | bigint) => bigint) & { modulus: bigint; sizeInBits: number; t: bigint; twoadicRoot: bigint; xor(x: bigint, y: bigint): bigint; add(x: bigint, y: bigint): bigint; ... 29 more ...; emptyValue?: (() => bigint) | undefined; }'.
Build-And-Test-Server (Verification Key Regression Check)
Process completed with exit code 2.
Build-And-Test-Server (Unit tests): src/lib/gadgets/bitwise.ts#L31
Property 'not' does not exist on type '((value: string | number | bigint) => bigint) & { modulus: bigint; sizeInBits: number; t: bigint; twoadicRoot: bigint; xor(x: bigint, y: bigint): bigint; add(x: bigint, y: bigint): bigint; ... 29 more ...; emptyValue?: (() => bigint) | undefined; }'.
Build-And-Test-Server (Unit tests)
Process completed with exit code 2.
Build-And-Test-Server (DEX integration test with proofs): src/lib/gadgets/bitwise.ts#L31
Property 'not' does not exist on type '((value: string | number | bigint) => bigint) & { modulus: bigint; sizeInBits: number; t: bigint; twoadicRoot: bigint; xor(x: bigint, y: bigint): bigint; add(x: bigint, y: bigint): bigint; ... 29 more ...; emptyValue?: (() => bigint) | undefined; }'.
Build-And-Test-Server (DEX integration test with proofs)
Process completed with exit code 2.
Build-And-Test-Server (CommonJS test): src/lib/gadgets/bitwise.ts#L31
Property 'not' does not exist on type '((value: string | number | bigint) => bigint) & { modulus: bigint; sizeInBits: number; t: bigint; twoadicRoot: bigint; xor(x: bigint, y: bigint): bigint; add(x: bigint, y: bigint): bigint; ... 29 more ...; emptyValue?: (() => bigint) | undefined; }'.
Build-And-Test-Server (CommonJS test)
Process completed with exit code 2.
Build-And-Test-Web: src/lib/gadgets/bitwise.ts#L31
Property 'not' does not exist on type '((value: string | number | bigint) => bigint) & { modulus: bigint; sizeInBits: number; t: bigint; twoadicRoot: bigint; xor(x: bigint, y: bigint): bigint; add(x: bigint, y: bigint): bigint; ... 29 more ...; emptyValue?: (() => bigint) | undefined; }'.
Build-And-Test-Web
Process completed with exit code 1.