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