Parent Log:
http://ci.aztec-labs.com/7ce67c70832c0bce
Command: 382b132597c2ea2f yarn-project/scripts/run_test.sh simulator/src/public/avm/opcodes/memory.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/99e234fe4473771b32124e0402885610a6a3f98a
Env: REF_NAME=gh-readonly-queue/next/pr-15233-1c9ca312bfdace816082212846900a49694e1e50 CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Tue Jun 24 09:00:25 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15233_amd64_x3-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_1110950fda8df75d_next
09:00:28
PASS src/public/avm/opcodes/memory.test.ts
09:00:28 Memory instructions
09:00:28 SET
09:00:28
✓ Should (de)serialize correctly [tag=u8] (6 ms)
09:00:28
✓ Should (de)serialize correctly [tag=u16] (1 ms)
09:00:28
✓ Should (de)serialize correctly [tag=u32] (1 ms)
09:00:28
✓ Should (de)serialize correctly [tag=u64] (1 ms)
09:00:28
✓ Should (de)serialize correctly [tag=u128] (2 ms)
09:00:28
✓ Should (de)serialize correctly [tag=ff] (1 ms)
09:00:28
✓ should correctly set value and tag (uninitialized) (1 ms)
09:00:28
✓ should correctly set value and tag (overwriting)
09:00:28
✓ should correctly set value and tag (truncating)
09:00:28 CAST
09:00:28
✓ Should deserialize correctly
09:00:28
✓ Should upcast between integral types (2 ms)
09:00:28
✓ Should downcast (truncating) between integral types (1 ms)
09:00:28
✓ Should upcast from integral types to field (1 ms)
09:00:28
✓ Should downcast (truncating) from field to integral types (1 ms)
09:00:28
✓ Should cast between field elements
09:00:28 MOV
09:00:28
✓ Should (de)serialize correctly (1 ms)
09:00:28
✓ Should move integrals on different memory cells
09:00:28
✓ Should support INDIRECT addressing (1 ms)
09:00:28
✓ Should move field elements on different memory cells
09:00:28 CALLDATACOPY
09:00:28
✓ Should (de)serialize correctly (1 ms)
09:00:28
✓ Writes nothing if size is 0 (1 ms)
09:00:28
✓ Copies all calldata
09:00:28
✓ Copies slice of calldata
09:00:28
✓ Should return error when memory slice calldatacopy target is out-of-range (45 ms)
09:00:28
✓ Should pad with zeros when the calldata slice is out-of-range (3 ms)
09:00:28
✓ Should charge dynamic gas (1 ms)
09:00:28 RETURNDATASIZE
09:00:28
✓ Should (de)serialize correctly (2 ms)
09:00:28
✓ Writes size (1 ms)
09:00:28 RETURNDATACOPY
09:00:28
✓ Should (de)serialize correctly (1 ms)
09:00:28
✓ Writes nothing if size is 0 (1 ms)
09:00:28
✓ Copies all returndata (1 ms)
09:00:28
✓ Copies slice of returndata (1 ms)
09:00:28
✓ Should return error when memory slice target is out-of-range (1 ms)
09:00:28
✓ Should pad with zeros when returndata slice is out-of-range
09:00:28
✓ Should charge dynamic gas
09:00:28
09:00:28
Test Suites: 1 passed, 1 total
09:00:28
Tests: 35 passed, 35 total
09:00:28
Snapshots: 0 total
09:00:28
Time: 1.648 s
09:00:28
Ran all test suites matching simulator/src/public/avm/opcodes/memory.test.ts
.
09:00:28
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?