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