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