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