Parent Log:
http://ci.aztec-labs.com/912699a4bbfaaff7
Command: d57d38082bbaf86d yarn-project/scripts/run_test.sh foundation/src/serialize/field_reader.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/2d661b35c089f032f50de084b07dded86f0873b8
Env: REF_NAME=gh-readonly-queue/next/pr-15187-301dce04331dcfb583b7508b91491de618d4acf4 CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Mon Jun 23 10:50:17 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15187_amd64_x3-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_84dc49b9c7e6110b_next
10:50:19
PASS src/serialize/field_reader.test.ts
10:50:19 field reader
10:50:19 constructor
10:50:19
✓ can create from empty array (13 ms)
10:50:19
✓ can create from non-empty array with nothing more to read (1 ms)
10:50:19
✓ throws if offset is greater than the length of the array (15 ms)
10:50:19 readFr
10:50:19
✓ should read Fr (3 ms)
10:50:19 cursor
10:50:19
✓ should return the current cursor position
10:50:19
✓ should not progress when peeking
10:50:19 skip
10:50:19
✓ should skip n fields
10:50:19
✓ should throw if skipping more fields than in the reader (1 ms)
10:50:19 readFq
10:50:19
✓ should get Fq from buffer (2 ms)
10:50:19 readBoolean
10:50:19
✓ should read false when 0 and true when 1, throw otherwise (4 ms)
10:50:19 readU32
10:50:19
✓ should return number (1 ms)
10:50:19
✓ should throw if reading a value larger than u32 (1 ms)
10:50:19 readFieldArray
10:50:19
✓ should read an array of fields (1 ms)
10:50:19
✓ should throw if reading more fields than in the reader (1 ms)
10:50:19 readArray
10:50:19
✓ should read array of custom type (4 ms)
10:50:19
✓ should throw if reading more fields than in the reader (2 ms)
10:50:19 readObject
10:50:19
✓ should read object from buffer (5 ms)
10:50:19
10:50:19
Test Suites: 1 passed, 1 total
10:50:19
Tests: 17 passed, 17 total
10:50:19
Snapshots: 0 total
10:50:19
Time: 0.793 s
10:50:19
Ran all test suites matching foundation/src/serialize/field_reader.test.ts
.
10:50:19
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?