Skip to content

feat: add WideMul128 hint #329

feat: add WideMul128 hint

feat: add WideMul128 hint #329

Re-run triggered August 8, 2024 08:02
Status Failure
Total duration 6m 11s
Artifacts

tests.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 1 warning
error: Trying to read segment 1 that is not accessible: there are only 1 segments
at new MemoryError (1:23) at new SegmentOutOfBounds (/home/runner/work/cairo-vm-ts/cairo-vm-ts/src/errors/memory.ts:22:5) at assertEq (/home/runner/work/cairo-vm-ts/cairo-vm-ts/src/memory/memory.ts:48:13) at /home/runner/work/cairo-vm-ts/cairo-vm-ts/src/hints/math/wideMul128.test.ts:70:15
error: Trying to read segment 1 that is not accessible: there are only 1 segments
at new MemoryError (1:23) at new SegmentOutOfBounds (/home/runner/work/cairo-vm-ts/cairo-vm-ts/src/errors/memory.ts:22:5) at assertEq (/home/runner/work/cairo-vm-ts/cairo-vm-ts/src/memory/memory.ts:48:13) at /home/runner/work/cairo-vm-ts/cairo-vm-ts/src/hints/math/wideMul128.test.ts:70:15
error: Trying to read segment 1 that is not accessible: there are only 1 segments
at new MemoryError (1:23) at new SegmentOutOfBounds (/home/runner/work/cairo-vm-ts/cairo-vm-ts/src/errors/memory.ts:22:5) at assertEq (/home/runner/work/cairo-vm-ts/cairo-vm-ts/src/memory/memory.ts:48:13) at /home/runner/work/cairo-vm-ts/cairo-vm-ts/src/hints/math/wideMul128.test.ts:70:15
test
Process completed with exit code 1.
test
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/