Skip to content

Fix correctness issue in ZkProgram typing #1471

Fix correctness issue in ZkProgram typing

Fix correctness issue in ZkProgram typing #1471

Re-run triggered January 6, 2025 10:02
Status Failure
Total duration 43s
Artifacts

benchmarks.yml

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

Annotations

21 errors
benchmarks (20, sdk-self-hosted-linux-amd64): src/lib/provable/test/foreign-field-gadgets.unit-test.ts#L187
Type '(xs: any) => Promise<{ publicOutput: Field3; }>' is not assignable to type '(...args: TupleToInstances<Tuple<PrivateInput>>) => Promise<void>'.
benchmarks (20, sdk-self-hosted-linux-amd64): src/lib/provable/test/foreign-field-gadgets.unit-test.ts#L195
Type '(x: any, y: any) => Promise<{ publicOutput: Field3; }>' is not assignable to type '(...args: TupleToInstances<Tuple<PrivateInput>>) => Promise<void>'.
benchmarks (20, sdk-self-hosted-linux-amd64): src/lib/provable/test/foreign-field-gadgets.unit-test.ts#L202
Type '(x: any, y: any) => Promise<{ publicOutput: Field3; }>' is not assignable to type '(...args: TupleToInstances<Tuple<PrivateInput>>) => Promise<void>'.
benchmarks (20, sdk-self-hosted-linux-amd64): src/lib/provable/test/foreign-field-gadgets.unit-test.ts#L208
Type '(x: any) => Promise<{ publicOutput: Field3; }>' is not assignable to type '(...args: TupleToInstances<Tuple<PrivateInput>>) => Promise<void>'.
benchmarks (20, sdk-self-hosted-linux-amd64): src/lib/provable/test/foreign-field-gadgets.unit-test.ts#L214
Type '(x: any, y: any) => Promise<{ publicOutput: Field3; }>' is not assignable to type '(...args: TupleToInstances<Tuple<PrivateInput>>) => Promise<void>'.
benchmarks (20, sdk-self-hosted-linux-amd64): src/lib/provable/test/foreign-field-gadgets.unit-test.ts#L220
Type '(x: any, y: any) => Promise<{ publicOutput: any; }>' is not assignable to type '(...args: TupleToInstances<Tuple<PrivateInput>>) => Promise<void>'.
benchmarks (20, sdk-self-hosted-linux-amd64): src/lib/provable/test/foreign-field-gadgets.unit-test.ts#L272
Argument of type '(xs: Field3[]) => Promise<void>' is not assignable to parameter of type '(args_0: Field3[]) => Field3 | Promise<Field3>'.
benchmarks (20, sdk-self-hosted-linux-amd64): src/lib/provable/test/foreign-field-gadgets.unit-test.ts#L286
Argument of type '(x: Field3, y: Field3) => Promise<void>' is not assignable to parameter of type '(args_0: Field3, args_1: Field3) => Field3 | Promise<Field3>'.
benchmarks (20, sdk-self-hosted-linux-amd64): src/lib/provable/test/foreign-field-gadgets.unit-test.ts#L296
Argument of type '(x: Field3, y: Field3) => Promise<void>' is not assignable to parameter of type '(args_0: Field3, args_1: Field3) => Field3 | Promise<Field3>'.
benchmarks (20, sdk-self-hosted-linux-amd64)
Process completed with exit code 2.
benchmarks (20, sdk-self-hosted-linux-arm64)
The job was canceled because "_20_sdk-self-hosted-linux" failed.
benchmarks (20, sdk-self-hosted-linux-arm64): src/lib/provable/test/foreign-field-gadgets.unit-test.ts#L187
Type '(xs: any) => Promise<{ publicOutput: Field3; }>' is not assignable to type '(...args: TupleToInstances<Tuple<PrivateInput>>) => Promise<void>'.
benchmarks (20, sdk-self-hosted-linux-arm64): src/lib/provable/test/foreign-field-gadgets.unit-test.ts#L195
Type '(x: any, y: any) => Promise<{ publicOutput: Field3; }>' is not assignable to type '(...args: TupleToInstances<Tuple<PrivateInput>>) => Promise<void>'.
benchmarks (20, sdk-self-hosted-linux-arm64): src/lib/provable/test/foreign-field-gadgets.unit-test.ts#L202
Type '(x: any, y: any) => Promise<{ publicOutput: Field3; }>' is not assignable to type '(...args: TupleToInstances<Tuple<PrivateInput>>) => Promise<void>'.
benchmarks (20, sdk-self-hosted-linux-arm64): src/lib/provable/test/foreign-field-gadgets.unit-test.ts#L208
Type '(x: any) => Promise<{ publicOutput: Field3; }>' is not assignable to type '(...args: TupleToInstances<Tuple<PrivateInput>>) => Promise<void>'.
benchmarks (20, sdk-self-hosted-linux-arm64): src/lib/provable/test/foreign-field-gadgets.unit-test.ts#L214
Type '(x: any, y: any) => Promise<{ publicOutput: Field3; }>' is not assignable to type '(...args: TupleToInstances<Tuple<PrivateInput>>) => Promise<void>'.
benchmarks (20, sdk-self-hosted-linux-arm64): src/lib/provable/test/foreign-field-gadgets.unit-test.ts#L220
Type '(x: any, y: any) => Promise<{ publicOutput: any; }>' is not assignable to type '(...args: TupleToInstances<Tuple<PrivateInput>>) => Promise<void>'.
benchmarks (20, sdk-self-hosted-linux-arm64): src/lib/provable/test/foreign-field-gadgets.unit-test.ts#L272
Argument of type '(xs: Field3[]) => Promise<void>' is not assignable to parameter of type '(args_0: Field3[]) => Field3 | Promise<Field3>'.
benchmarks (20, sdk-self-hosted-linux-arm64): src/lib/provable/test/foreign-field-gadgets.unit-test.ts#L286
Argument of type '(x: Field3, y: Field3) => Promise<void>' is not assignable to parameter of type '(args_0: Field3, args_1: Field3) => Field3 | Promise<Field3>'.
benchmarks (20, sdk-self-hosted-linux-arm64): src/lib/provable/test/foreign-field-gadgets.unit-test.ts#L296
Argument of type '(x: Field3, y: Field3) => Promise<void>' is not assignable to parameter of type '(args_0: Field3, args_1: Field3) => Field3 | Promise<Field3>'.
benchmarks (20, sdk-self-hosted-linux-arm64)
The operation was canceled.