Parent Log: http://ci.aztec-labs.com/be5e45ccea0d4a06 Command: a5f5c8aa95cdbf1c yarn-project/scripts/run_test.sh simulator/src/public/avm/opcodes/memory.test.ts Commit: https://github.com/AztecProtocol/aztec-packages/commit/90e495a77534c1d250949dbc053161959c9aadcc Env: REF_NAME=gh-readonly-queue/next/pr-15048-af8041048ee98abe05402607256df4b4cac51dd8 CURRENT_VERSION=0.87.6 CI_FULL=1 Date: Tue Jun 17 15:08:31 UTC 2025 System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15048_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:08:34 PASS src/public/avm/opcodes/memory.test.ts 15:08:34 Memory instructions 15:08:34 SET 15:08:34 Should (de)serialize correctly [tag=u8] (9 ms) 15:08:34 Should (de)serialize correctly [tag=u16] (2 ms) 15:08:34 Should (de)serialize correctly [tag=u32] (2 ms) 15:08:34 Should (de)serialize correctly [tag=u64] (16 ms) 15:08:34 Should (de)serialize correctly [tag=u128] (2 ms) 15:08:34 Should (de)serialize correctly [tag=ff] (2 ms) 15:08:34 should correctly set value and tag (uninitialized) (2 ms) 15:08:34 should correctly set value and tag (overwriting) (1 ms) 15:08:34 should correctly set value and tag (truncating) (2 ms) 15:08:34 CAST 15:08:34 Should deserialize correctly (2 ms) 15:08:34 Should upcast between integral types (2 ms) 15:08:34 Should downcast (truncating) between integral types (1 ms) 15:08:34 Should upcast from integral types to field (1 ms) 15:08:34 Should downcast (truncating) from field to integral types 15:08:34 Should cast between field elements (1 ms) 15:08:34 MOV 15:08:34 Should (de)serialize correctly (1 ms) 15:08:34 Should move integrals on different memory cells (1 ms) 15:08:34 Should support INDIRECT addressing (1 ms) 15:08:34 Should move field elements on different memory cells (1 ms) 15:08:34 CALLDATACOPY 15:08:34 Should (de)serialize correctly (1 ms) 15:08:34 Writes nothing if size is 0 (2 ms) 15:08:34 Copies all calldata (1 ms) 15:08:34 Copies slice of calldata (1 ms) 15:08:34 Should return error when memory slice calldatacopy target is out-of-range (38 ms) 15:08:34 Should pad with zeros when the calldata slice is out-of-range (1 ms) 15:08:34 Should charge dynamic gas (1 ms) 15:08:34 RETURNDATASIZE 15:08:34 Should (de)serialize correctly (1 ms) 15:08:34 Writes size (1 ms) 15:08:34 RETURNDATACOPY 15:08:34 Should (de)serialize correctly (1 ms) 15:08:34 Writes nothing if size is 0 (1 ms) 15:08:34 Copies all returndata (1 ms) 15:08:34 Copies slice of returndata (1 ms) 15:08:34 Should return error when memory slice target is out-of-range (2 ms) 15:08:34 Should pad with zeros when returndata slice is out-of-range (1 ms) 15:08:34 Should charge dynamic gas (1 ms) 15:08:34 15:08:34 Test Suites: 1 passed, 1 total 15:08:34 Tests: 35 passed, 35 total 15:08:34 Snapshots: 0 total 15:08:34 Time: 1.797 s 15:08:34 Ran all test suites matching simulator/src/public/avm/opcodes/memory.test.ts. 15:08:34 Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?