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