Skip to content

Feat: Add lessThanOrEqualAddress cairo hint #328

Feat: Add lessThanOrEqualAddress cairo hint

Feat: Add lessThanOrEqualAddress cairo hint #328

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

tests.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 1 warning
error: Expected a SegmentValue
at new MemoryError (1:23) at new UndefinedSegmentValue (/home/runner/work/cairo-vm-ts/cairo-vm-ts/src/errors/memory.ts:31:5) at getSegmentValue (/home/runner/work/cairo-vm-ts/cairo-vm-ts/src/vm/virtualMachine.ts:548:23) at getResOperandRelocatable (/home/runner/work/cairo-vm-ts/cairo-vm-ts/src/vm/virtualMachine.ts:571:24) at testLessThanOrEqualAddress (/home/runner/work/cairo-vm-ts/cairo-vm-ts/src/hints/math/testLessThanOrEqualAddress.ts:49:23) at TestLessThanOrEqualAddress (/home/runner/work/cairo-vm-ts/cairo-vm-ts/src/hints/hintHandler.ts:131:5) at executeHint (/home/runner/work/cairo-vm-ts/cairo-vm-ts/src/vm/virtualMachine.ts:127:5) at /home/runner/work/cairo-vm-ts/cairo-vm-ts/src/hints/math/testLessThanOrEqualAddress.test.ts:75:8
error: Expected a SegmentValue
at new MemoryError (1:23) at new UndefinedSegmentValue (/home/runner/work/cairo-vm-ts/cairo-vm-ts/src/errors/memory.ts:31:5) at getSegmentValue (/home/runner/work/cairo-vm-ts/cairo-vm-ts/src/vm/virtualMachine.ts:548:23) at getResOperandRelocatable (/home/runner/work/cairo-vm-ts/cairo-vm-ts/src/vm/virtualMachine.ts:571:24) at testLessThanOrEqualAddress (/home/runner/work/cairo-vm-ts/cairo-vm-ts/src/hints/math/testLessThanOrEqualAddress.ts:49:23) at TestLessThanOrEqualAddress (/home/runner/work/cairo-vm-ts/cairo-vm-ts/src/hints/hintHandler.ts:131:5) at executeHint (/home/runner/work/cairo-vm-ts/cairo-vm-ts/src/vm/virtualMachine.ts:127:5) at /home/runner/work/cairo-vm-ts/cairo-vm-ts/src/hints/math/testLessThanOrEqualAddress.test.ts:75:8
error: Expected a SegmentValue
at new MemoryError (1:23) at new UndefinedSegmentValue (/home/runner/work/cairo-vm-ts/cairo-vm-ts/src/errors/memory.ts:31:5) at getSegmentValue (/home/runner/work/cairo-vm-ts/cairo-vm-ts/src/vm/virtualMachine.ts:548:23) at getResOperandRelocatable (/home/runner/work/cairo-vm-ts/cairo-vm-ts/src/vm/virtualMachine.ts:571:24) at testLessThanOrEqualAddress (/home/runner/work/cairo-vm-ts/cairo-vm-ts/src/hints/math/testLessThanOrEqualAddress.ts:49:23) at TestLessThanOrEqualAddress (/home/runner/work/cairo-vm-ts/cairo-vm-ts/src/hints/hintHandler.ts:131:5) at executeHint (/home/runner/work/cairo-vm-ts/cairo-vm-ts/src/vm/virtualMachine.ts:127:5) at /home/runner/work/cairo-vm-ts/cairo-vm-ts/src/hints/math/testLessThanOrEqualAddress.test.ts:75:8
error: Expected a SegmentValue
at new MemoryError (1:23) at new UndefinedSegmentValue (/home/runner/work/cairo-vm-ts/cairo-vm-ts/src/errors/memory.ts:31:5) at getSegmentValue (/home/runner/work/cairo-vm-ts/cairo-vm-ts/src/vm/virtualMachine.ts:548:23) at getResOperandRelocatable (/home/runner/work/cairo-vm-ts/cairo-vm-ts/src/vm/virtualMachine.ts:571:24) at testLessThanOrEqualAddress (/home/runner/work/cairo-vm-ts/cairo-vm-ts/src/hints/math/testLessThanOrEqualAddress.ts:49:23) at TestLessThanOrEqualAddress (/home/runner/work/cairo-vm-ts/cairo-vm-ts/src/hints/hintHandler.ts:131:5) at executeHint (/home/runner/work/cairo-vm-ts/cairo-vm-ts/src/vm/virtualMachine.ts:127:5) at /home/runner/work/cairo-vm-ts/cairo-vm-ts/src/hints/math/testLessThanOrEqualAddress.test.ts:75:8
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/