Parent Log:
http://ci.aztec-labs.com/f3807fa91d9d79ac
Command: 024e96465ffd3e9a yarn-project/scripts/run_test.sh simulator/src/public/avm/avm_memory_types.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/a0a8617413ca6f4fba2ad190ce73dab59bd75a45
Env: REF_NAME=gh-readonly-queue/next/pr-15101-056e5230c330d6ad19900135ecf2a4787181496a CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Tue Jun 17 14:08:09 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15101_amd64_x4-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_aaee828035f5cfae_next
14:08:10
PASS src/public/avm/avm_memory_types.test.ts
14:08:10 TaggedMemory
14:08:10
✓ Elements should be Field(0) after construction (6 ms)
14:08:10
✓ Should set and get integral types (1 ms)
14:08:10
✓ Should set and get field elements (1 ms)
14:08:10
✓ Slice should get Field(0) on unset elements (1 ms)
14:08:10
✓ Should set and get slices (1 ms)
14:08:10
✓ Should access and write in last index of memory (1 ms)
14:08:10
✓ Should not access beyond memory last index (37 ms)
14:08:10 Integral Types (U1 only)
14:08:10 Uint1
14:08:10
✓ Should construct a new Uint1 from a number
14:08:10
✓ Should construct a new Uint1 from a bigint
14:08:10
✓ Should build a new Uint1 (1 ms)
14:08:10
✓ Should add two Uint1 correctly
14:08:10
✓ Should subtract two Uint1 correctly (1 ms)
14:08:10
✓ Should multiply two Uint1 correctly
14:08:10
✓ Should divide two Uint1 correctly
14:08:10
✓ Should shift right Uint1 correctly (1 ms)
14:08:10
✓ Should shift left Uint1 correctly
14:08:10
✓ Should and two Uint1 correctly (1 ms)
14:08:10
✓ Should or two Uint1 correctly
14:08:10
✓ Should xor two Uint1 correctly (1 ms)
14:08:10
✓ Should check equality of two Uint1 correctly
14:08:10
✓ Should check if one Uint1 is less than another correctly
14:08:10 Integral Types (excluding U1)
14:08:10 Uint8
14:08:10
✓ Should construct a new Uint8 from a number (1 ms)
14:08:10
✓ Should construct a new Uint8 from a bigint
14:08:10
✓ Should build a new Uint8 (1 ms)
14:08:10
✓ Should add two Uint8 correctly
14:08:10
✓ Should subtract two Uint8 correctly (1 ms)
14:08:10
✓ Should multiply two Uint8 correctly
14:08:10
✓ Should divide two Uint8 correctly (1 ms)
14:08:10
✓ Should shift right Uint8 correctly
14:08:10
✓ Should shift left Uint8 correctly (1 ms)
14:08:10
✓ Should and two Uint8 correctly
14:08:10
✓ Should or two Uint8 correctly
14:08:10
✓ Should xor two Uint8 correctly
14:08:10
✓ Should check equality of two Uint8 correctly
14:08:10
✓ Should check if one Uint8 is less than another correctly (1 ms)
14:08:10 Uint16
14:08:10
✓ Should construct a new Uint16 from a number (1 ms)
14:08:10
✓ Should construct a new Uint16 from a bigint
14:08:10
✓ Should build a new Uint16 (1 ms)
14:08:10
✓ Should add two Uint16 correctly
14:08:10
✓ Should subtract two Uint16 correctly
14:08:10
✓ Should multiply two Uint16 correctly (1 ms)
14:08:10
✓ Should divide two Uint16 correctly
14:08:10
✓ Should shift right Uint16 correctly
14:08:10
✓ Should shift left Uint16 correctly
14:08:10
✓ Should and two Uint16 correctly (1 ms)
14:08:10
✓ Should or two Uint16 correctly
14:08:10
✓ Should xor two Uint16 correctly
14:08:10
✓ Should check equality of two Uint16 correctly (1 ms)
14:08:10
✓ Should check if one Uint16 is less than another correctly
14:08:10 Uint32
14:08:10
✓ Should construct a new Uint32 from a number
14:08:10
✓ Should construct a new Uint32 from a bigint (1 ms)
14:08:10
✓ Should build a new Uint32
14:08:10
✓ Should add two Uint32 correctly
14:08:10
✓ Should subtract two Uint32 correctly
14:08:10
✓ Should multiply two Uint32 correctly
14:08:10
✓ Should divide two Uint32 correctly
14:08:10
✓ Should shift right Uint32 correctly
14:08:10
✓ Should shift left Uint32 correctly
14:08:10
✓ Should and two Uint32 correctly
14:08:10
✓ Should or two Uint32 correctly
14:08:10
✓ Should xor two Uint32 correctly (1 ms)
14:08:10
✓ Should check equality of two Uint32 correctly
14:08:10
✓ Should check if one Uint32 is less than another correctly
14:08:10 Uint64
14:08:10
✓ Should construct a new Uint64 from a number (1 ms)
14:08:10
✓ Should construct a new Uint64 from a bigint
14:08:10
✓ Should build a new Uint64
14:08:10
✓ Should add two Uint64 correctly (1 ms)
14:08:10
✓ Should subtract two Uint64 correctly
14:08:10
✓ Should multiply two Uint64 correctly
14:08:10
✓ Should divide two Uint64 correctly
14:08:10
✓ Should shift right Uint64 correctly
14:08:10
✓ Should shift left Uint64 correctly
14:08:10
✓ Should and two Uint64 correctly (1 ms)
14:08:10
✓ Should or two Uint64 correctly
14:08:10
✓ Should xor two Uint64 correctly
14:08:10
✓ Should check equality of two Uint64 correctly
14:08:10
✓ Should check if one Uint64 is less than another correctly
14:08:10 Uint128
14:08:10
✓ Should construct a new Uint128 from a number
14:08:10
✓ Should construct a new Uint128 from a bigint
14:08:10
✓ Should build a new Uint128
14:08:10
✓ Should add two Uint128 correctly
14:08:10
✓ Should subtract two Uint128 correctly
14:08:10
✓ Should multiply two Uint128 correctly
14:08:10
✓ Should divide two Uint128 correctly
14:08:10
✓ Should shift right Uint128 correctly
14:08:10
✓ Should shift left Uint128 correctly
14:08:10
✓ Should and two Uint128 correctly
14:08:10
✓ Should or two Uint128 correctly
14:08:10
✓ Should xor two Uint128 correctly
14:08:10
✓ Should check equality of two Uint128 correctly
14:08:10
✓ Should check if one Uint128 is less than another correctly (1 ms)
14:08:10 Field
14:08:10
✓ Should build a new Field
14:08:10
✓ Should add two Fields correctly
14:08:10
✓ Should subtract two Fields correctly
14:08:10
✓ Should multiply two Fields correctly
14:08:10
✓ Should divide two Fields correctly (1 ms)
14:08:10
✓ Should check equality of two Fields correctly
14:08:10
✓ Should check if one Field is less than another correctly
14:08:10
✓ Should convert Field to BigInt correctly
14:08:10
14:08:10
Test Suites: 1 passed, 1 total
14:08:10
Tests: 99 passed, 99 total
14:08:10
Snapshots: 0 total
14:08:10
Time: 0.735 s
14:08:10
Ran all test suites matching simulator/src/public/avm/avm_memory_types.test.ts
.
14:08:10
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?