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