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