Parent Log:
http://ci.aztec-labs.com/28bed7997e2f8311
Command: 9b472e0d399d3b16 yarn-project/scripts/run_test.sh foundation/src/serialize/field_reader.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/2b9c409698cf0f475a7a9f5884117c8ad2a4f79a
Env: REF_NAME=gh-readonly-queue/next/pr-14987-f880f14c946fb8464186d4178c5d49e391041988 CURRENT_VERSION=0.87.6 CI_FULL=0
Date: Thu Jun 12 14:44:31 UTC 2025
System: ARCH=arm64 CPUS=64 MEM=247Gi HOSTNAME=pr-14987_arm64_a1-fast
Resources: CPU_LIST=0-63 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_84dc49b9c7e6110b_next
14:44:32
PASS src/serialize/field_reader.test.ts
14:44:32 field reader
14:44:32 constructor
14:44:32
✓ can create from empty array (3 ms)
14:44:32
✓ can create from non-empty array with nothing more to read (1 ms)
14:44:32
✓ throws if offset is greater than the length of the array (10 ms)
14:44:32 readFr
14:44:32
✓ should read Fr (3 ms)
14:44:32 cursor
14:44:32
✓ should return the current cursor position (1 ms)
14:44:32
✓ should not progress when peeking
14:44:32 skip
14:44:32
✓ should skip n fields (1 ms)
14:44:32
✓ should throw if skipping more fields than in the reader (1 ms)
14:44:32 readFq
14:44:32
✓ should get Fq from buffer (3 ms)
14:44:32 readBoolean
14:44:32
✓ should read false when 0 and true when 1, throw otherwise (1 ms)
14:44:32 readU32
14:44:32
✓ should return number (1 ms)
14:44:32
✓ should throw if reading a value larger than u32
14:44:32 readFieldArray
14:44:32
✓ should read an array of fields
14:44:32
✓ should throw if reading more fields than in the reader (1 ms)
14:44:32 readArray
14:44:32
✓ should read array of custom type (1 ms)
14:44:32
✓ should throw if reading more fields than in the reader (1 ms)
14:44:32 readObject
14:44:32
✓ should read object from buffer (1 ms)
14:44:32
14:44:32
Test Suites: 1 passed, 1 total
14:44:32
Tests: 17 passed, 17 total
14:44:32
Snapshots: 0 total
14:44:32
Time: 0.41 s
14:44:32
Ran all test suites matching /foundation\/src\/serialize\/field_reader.test.ts/i
.
14:44:32
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?