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