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