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