Parent Log:
http://ci.aztec-labs.com/78248be6bfeb6cb6
Command: e6f0bf676c2c6d15 yarn-project/scripts/run_test.sh simulator/src/public/avm/opcodes/arithmetic.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/cf8be0f9e81e248048560619de041e90d9d6990a
Env: REF_NAME=gh-readonly-queue/next/pr-14994-a45107e7f95b675cb2768b6bcb06483b511141f4 CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Fri Jun 13 07:35:37 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-14994_amd64_x1-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_4ff4bec12578271b_next
07:35:39
PASS src/public/avm/opcodes/arithmetic.test.ts
07:35:39 Arithmetic Instructions
07:35:39 Add
07:35:39
✓ Should (de)serialize correctly (7 ms)
07:35:39
✓ Should add in relative indirect mode (1 ms)
07:35:39 Should add correctly
07:35:39
✓ FIELD (1 ms)
07:35:39
✓ UINT8
07:35:39
✓ UINT16
07:35:39
✓ UINT32
07:35:39
✓ UINT64 (1 ms)
07:35:39
✓ UINT128 (1 ms)
07:35:39 Should wrap around
07:35:39
✓ FIELD (1 ms)
07:35:39
✓ UINT8 (1 ms)
07:35:39
✓ UINT16
07:35:39
✓ UINT32
07:35:39
✓ UINT64
07:35:39
✓ UINT128
07:35:39 Sub
07:35:39
✓ Should (de)serialize correctly (1 ms)
07:35:39 Should subtract correctly
07:35:39
✓ FIELD (1 ms)
07:35:39
✓ UINT8
07:35:39
✓ UINT16
07:35:39
✓ UINT32
07:35:39
✓ UINT64
07:35:39
✓ UINT128
07:35:39 Should wrap around
07:35:39
✓ FIELD (1 ms)
07:35:39
✓ UINT8
07:35:39
✓ UINT16
07:35:39
✓ UINT32 (1 ms)
07:35:39
✓ UINT64
07:35:39
✓ UINT128 (1 ms)
07:35:39 Mul
07:35:39
✓ Should (de)serialize correctly (1 ms)
07:35:39 Should multiply correctly
07:35:39
✓ FIELD
07:35:39
✓ UINT8 (1 ms)
07:35:39
✓ UINT16
07:35:39
✓ UINT32
07:35:39
✓ UINT64 (1 ms)
07:35:39
✓ UINT128
07:35:39 Should wrap around
07:35:39
✓ FIELD
07:35:39
✓ UINT8
07:35:39
✓ UINT16
07:35:39
✓ UINT32
07:35:39
✓ UINT64
07:35:39
✓ UINT128 (4 ms)
07:35:39 Div
07:35:39
✓ Should (de)serialize correctly (1 ms)
07:35:39 Should divide correctly
07:35:39
✓ UINT8
07:35:39
✓ UINT16
07:35:39
✓ UINT32
07:35:39
✓ UINT64
07:35:39
✓ UINT128
07:35:39 FDiv
07:35:39
✓ Should (de)serialize correctly (1 ms)
07:35:39
✓ Should perform field division (1 ms)
07:35:39
07:35:39
Test Suites: 1 passed, 1 total
07:35:39
Tests: 48 passed, 48 total
07:35:39
Snapshots: 0 total
07:35:39
Time: 1.394 s
07:35:39
Ran all test suites matching /simulator\/src\/public\/avm\/opcodes\/arithmetic.test.ts/i
.
07:35:39
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?