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