Parent Log:
http://ci.aztec-labs.com/b8019ea08fc764c3
Command: fab700985fdda05e yarn-project/scripts/run_test.sh foundation/src/fields/fields.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/9164f0ea2d1bd891bbde066fe27f2239188ddec9
Env: REF_NAME=gh-readonly-queue/next/pr-15169-301dce04331dcfb583b7508b91491de618d4acf4 CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Mon Jun 23 11:26:02 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15169_amd64_x4-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_77231cc3756040e0_next
11:26:05
PASS src/fields/fields.test.ts
11:26:05 GrumpkinScalar Serialization
11:26:05
✓ fromHighLow should serialize and deserialize correctly (3 ms)
11:26:05
✓ fromBuffer should serialize and deserialize correctly (1 ms)
11:26:05
✓ fromString should serialize and deserialize correctly (41 ms)
11:26:05
✓ fromHexString should serialize and deserialize correctly (3 ms)
11:26:05
✓ toBuffer should serialize and deserialize correctly (1 ms)
11:26:05
✓ toString should serialize and deserialize correctly (1 ms)
11:26:05 Bn254 arithmetic
11:26:05 Addition
11:26:05
✓ Low Boundary (1 ms)
11:26:05
✓ High Boundary (1 ms)
11:26:05
✓ Performs addition correctly (1 ms)
11:26:05 Subtraction
11:26:05
✓ Low Boundary
11:26:05
✓ High Boundary
11:26:05
✓ Performs subtraction correctly (1 ms)
11:26:05 Multiplication
11:26:05
✓ Identity
11:26:05
✓ Performs multiplication correctly (1 ms)
11:26:05
✓ High Boundary
11:26:05 Division
11:26:05
✓ Should succeed when mod inverse is -ve
11:26:05
✓ Should succeed when mod inverse is +ve
11:26:05
✓ Should not allow a division by 0 (1 ms)
11:26:05 Square root
11:26:05
✓ Should return the correct square root for "0x0000000000000000000000000000000000000000000000000000000000000000" (250 ms)
11:26:05
✓ Should return the correct square root for "0x0000000000000000000000000000000000000000000000000000000000000004" (1 ms)
11:26:05
✓ Should return the correct square root for "0x0000000000000000000000000000000000000000000000000000000000000009"
11:26:05
✓ Should return the correct square root for "0x0000000000000000000000000000000000000000000000000000000000000010"
11:26:05
✓ Should return the correct square root for random value (1 ms)
11:26:05 Comparison
11:26:05
✓ Should compare field elements correctly (1 ms)
11:26:05
✓ Should compare field elements correctly
11:26:05
✓ Should compare field elements correctly
11:26:05
✓ Should compare field elements correctly
11:26:05
✓ Should compare field elements correctly
11:26:05
✓ Should compare field elements correctly
11:26:05
✓ Should compare field elements correctly
11:26:05
✓ Should compare field elements correctly
11:26:05
11:26:05
Test Suites: 1 passed, 1 total
11:26:05
Tests: 31 passed, 31 total
11:26:05
Snapshots: 0 total
11:26:05
Time: 1.085 s
11:26:05
Ran all test suites matching foundation/src/fields/fields.test.ts
.
11:26:05
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?