Parent Log:
http://ci.aztec-labs.com/f0efc728cc2e20ca
Command: 21081b81c02e2d2a yarn-project/scripts/run_test.sh simulator/src/public/avm/opcodes/memory.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/c06f30929f18b85bcea93c0926a8d640a3819f00
Env: REF_NAME=gh-readonly-queue/master/pr-15074-2707ec99de02004f3e30e7af0810e0d741ab9794 CURRENT_VERSION=0.87.8 CI_FULL=1
Date: Mon Jun 16 16:21:37 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15074_amd64_x1-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_1110950fda8df75d_master
16:21:39
PASS src/public/avm/opcodes/memory.test.ts
16:21:39 Memory instructions
16:21:39 SET
16:21:39
✓ Should (de)serialize correctly [tag=u8] (7 ms)
16:21:39
✓ Should (de)serialize correctly [tag=u16] (2 ms)
16:21:39
✓ Should (de)serialize correctly [tag=u32] (2 ms)
16:21:39
✓ Should (de)serialize correctly [tag=u64] (2 ms)
16:21:39
✓ Should (de)serialize correctly [tag=u128] (2 ms)
16:21:39
✓ Should (de)serialize correctly [tag=ff] (2 ms)
16:21:39
✓ should correctly set value and tag (uninitialized) (1 ms)
16:21:39
✓ should correctly set value and tag (overwriting)
16:21:39
✓ should correctly set value and tag (truncating)
16:21:39 CAST
16:21:39
✓ Should deserialize correctly (1 ms)
16:21:39
✓ Should upcast between integral types (1 ms)
16:21:39
✓ Should downcast (truncating) between integral types (1 ms)
16:21:39
✓ Should upcast from integral types to field (1 ms)
16:21:39
✓ Should downcast (truncating) from field to integral types (1 ms)
16:21:39
✓ Should cast between field elements (1 ms)
16:21:39 MOV
16:21:39
✓ Should (de)serialize correctly
16:21:39
✓ Should move integrals on different memory cells (1 ms)
16:21:39
✓ Should support INDIRECT addressing (1 ms)
16:21:39
✓ Should move field elements on different memory cells (1 ms)
16:21:39 CALLDATACOPY
16:21:39
✓ Should (de)serialize correctly
16:21:39
✓ Writes nothing if size is 0
16:21:39
✓ Copies all calldata (1 ms)
16:21:39
✓ Copies slice of calldata
16:21:39
✓ Should return error when memory slice calldatacopy target is out-of-range (33 ms)
16:21:39
✓ Should pad with zeros when the calldata slice is out-of-range (1 ms)
16:21:39 RETURNDATASIZE
16:21:39
✓ Should (de)serialize correctly
16:21:39
✓ Writes size
16:21:39 RETURNDATACOPY
16:21:39
✓ Should (de)serialize correctly (1 ms)
16:21:39
✓ Writes nothing if size is 0 (1 ms)
16:21:39
✓ Copies all returndata (1 ms)
16:21:39
✓ Copies slice of returndata
16:21:39
✓ Should return error when memory slice target is out-of-range (1 ms)
16:21:39
✓ Should pad with zeros when returndata slice is out-of-range (1 ms)
16:21:39
16:21:39
Test Suites: 1 passed, 1 total
16:21:39
Tests: 33 passed, 33 total
16:21:39
Snapshots: 0 total
16:21:39
Time: 1.403 s
16:21:39
Ran all test suites matching /simulator\/src\/public\/avm\/opcodes\/memory.test.ts/i
.
16:21:39
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?