Parent Log:
http://ci.aztec-labs.com/a67d1530846f01a4
Command: ebf67495dae0c068 yarn-project/scripts/run_test.sh foundation/src/fields/fields.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/10badd24359b04680068afd9ca24407383374db1
Env: REF_NAME=gh-readonly-queue/next/pr-15019-7d223783d91db15002a09abc1b52d1455eb3e3da CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Mon Jun 16 11:07:06 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15019_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:07:08
PASS src/fields/fields.test.ts
11:07:08 GrumpkinScalar Serialization
11:07:08
✓ fromHighLow should serialize and deserialize correctly (7 ms)
11:07:08
✓ fromBuffer should serialize and deserialize correctly (1 ms)
11:07:08
✓ fromString should serialize and deserialize correctly (24 ms)
11:07:08
✓ fromHexString should serialize and deserialize correctly (3 ms)
11:07:08
✓ toBuffer should serialize and deserialize correctly (1 ms)
11:07:08
✓ toString should serialize and deserialize correctly (2 ms)
11:07:08 Bn254 arithmetic
11:07:08 Addition
11:07:08
✓ Low Boundary (1 ms)
11:07:08
✓ High Boundary (1 ms)
11:07:08
✓ Performs addition correctly (1 ms)
11:07:08 Subtraction
11:07:08
✓ Low Boundary
11:07:08
✓ High Boundary
11:07:08
✓ Performs subtraction correctly (1 ms)
11:07:08 Multiplication
11:07:08
✓ Identity
11:07:08
✓ Performs multiplication correctly
11:07:08
✓ High Boundary (1 ms)
11:07:08 Division
11:07:08
✓ Should succeed when mod inverse is -ve (1 ms)
11:07:08
✓ Should succeed when mod inverse is +ve
11:07:08
✓ Should not allow a division by 0 (8 ms)
11:07:08 Square root
11:07:08
✓ Should return the correct square root for "0x0000000000000000000000000000000000000000000000000000000000000000" (218 ms)
11:07:08
✓ Should return the correct square root for "0x0000000000000000000000000000000000000000000000000000000000000004"
11:07:08
✓ Should return the correct square root for "0x0000000000000000000000000000000000000000000000000000000000000009"
11:07:08
✓ Should return the correct square root for "0x0000000000000000000000000000000000000000000000000000000000000010" (1 ms)
11:07:08
✓ Should return the correct square root for random value (2 ms)
11:07:08 Comparison
11:07:08
✓ Should compare field elements correctly (1 ms)
11:07:08
✓ Should compare field elements correctly (1 ms)
11:07:08
✓ Should compare field elements correctly
11:07:08
✓ Should compare field elements correctly
11:07:08
✓ Should compare field elements correctly (1 ms)
11:07:08
✓ Should compare field elements correctly
11:07:08
✓ Should compare field elements correctly (1 ms)
11:07:08
✓ Should compare field elements correctly
11:07:08
11:07:08
Test Suites: 1 passed, 1 total
11:07:08
Tests: 31 passed, 31 total
11:07:08
Snapshots: 0 total
11:07:08
Time: 0.969 s
11:07:08
Ran all test suites matching /foundation\/src\/fields\/fields.test.ts/i
.
11:07:08
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?