Parent Log:
http://ci.aztec-labs.com/000f65c59bad2a22
Command: 3987b0c732d12451 yarn-project/scripts/run_test.sh foundation/src/fields/bls12_fields.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/d3bba2d69dbc070d51bcd50607354193573876ba
Env: REF_NAME=gh-readonly-queue/next/pr-14877-314d7622c6bacc8333ae49fe9583967cab78349b CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Fri Jun 13 12:54:58 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-14877_amd64_x1-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_3ab53ed964285006_next
12:55:00
PASS src/fields/bls12_fields.test.ts
12:55:00 Fr Serialization
12:55:00
✓ fromBuffer should serialize and deserialize correctly (6 ms)
12:55:00
✓ fromNoirBigNum should serialize and deserialize correctly (1 ms)
12:55:00
✓ fromString should serialize and deserialize correctly (25 ms)
12:55:00
✓ fromHexString should serialize and deserialize correctly (3 ms)
12:55:00
✓ fromBN254Fr and toBN254Fr should convert correctly
12:55:00
✓ rejects fields too large for BN254 (1 ms)
12:55:00 Arithmetic on Fr
12:55:00 Addition
12:55:00
✓ Low Boundary (1 ms)
12:55:00
✓ High Boundary (1 ms)
12:55:00
✓ Performs addition correctly (1 ms)
12:55:00 Subtraction
12:55:00
✓ Low Boundary (1 ms)
12:55:00
✓ High Boundary (1 ms)
12:55:00
✓ Performs subtraction correctly (1 ms)
12:55:00 Multiplication
12:55:00
✓ Identity (1 ms)
12:55:00
✓ Performs multiplication correctly (1 ms)
12:55:00
✓ High Boundary (1 ms)
12:55:00 Division
12:55:00
✓ Should succeed when mod inverse is -ve (1 ms)
12:55:00
✓ Should succeed when mod inverse is +ve (2 ms)
12:55:00
✓ Should not allow a division by 0 (7 ms)
12:55:00 Square root
12:55:00
✓ Should return the correct square root for "0x0000000000000000000000000000000000000000000000000000000000000000" (1 ms)
12:55:00
✓ Should return the correct square root for "0x0000000000000000000000000000000000000000000000000000000000000004" (1 ms)
12:55:00
✓ Should return the correct square root for "0x0000000000000000000000000000000000000000000000000000000000000009" (1 ms)
12:55:00
✓ Should return the correct square root for "0x0000000000000000000000000000000000000000000000000000000000000010" (2 ms)
12:55:00
✓ Should return the correct square root for random value (2 ms)
12:55:00 Power
12:55:00
✓ Should return the correct power for "0x0000000000000000000000000000000000000000000000000000000000000000"
12:55:00
✓ Should return the correct power for "0x0000000000000000000000000000000000000000000000000000000000000002" (1 ms)
12:55:00
✓ Should return the correct power for "0x0000000000000000000000000000000000000000000000000000000000000002"
12:55:00
✓ Should return the correct power for "0x000000000000000000000000000000000000000000000000000000000000000a"
12:55:00
✓ Should return the correct power for random value (1 ms)
12:55:00
✓ Performs power correctly (1 ms)
12:55:00
✓ High Boundary (1 ms)
12:55:00 Fq Serialization
12:55:00
✓ fromBuffer should serialize and deserialize correctly (1 ms)
12:55:00
✓ fromNoirBigNum should serialize and deserialize correctly (1 ms)
12:55:00
✓ fromString should serialize and deserialize correctly (3 ms)
12:55:00
✓ fromHexString should serialize and deserialize correctly (6 ms)
12:55:00 Arithmetic on Fq
12:55:00 Addition
12:55:00
✓ Low Boundary (1 ms)
12:55:00
✓ High Boundary
12:55:00
✓ Performs addition correctly (1 ms)
12:55:00 Subtraction
12:55:00
✓ Low Boundary (1 ms)
12:55:00
✓ High Boundary (1 ms)
12:55:00
✓ Performs subtraction correctly (1 ms)
12:55:00 Multiplication
12:55:00
✓ Identity (1 ms)
12:55:00
✓ Performs multiplication correctly (1 ms)
12:55:00
✓ High Boundary (1 ms)
12:55:00 Division
12:55:00
✓ Should succeed when mod inverse is -ve (1 ms)
12:55:00
✓ Should succeed when mod inverse is +ve (2 ms)
12:55:00
✓ Should not allow a division by 0 (1 ms)
12:55:00 Square root
12:55:00
✓ Should return the correct square root for "0x000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
12:55:00
✓ Should return the correct square root for "0x000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004" (1 ms)
12:55:00
✓ Should return the correct square root for "0x000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000009" (1 ms)
12:55:00
✓ Should return the correct square root for "0x000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010" (1 ms)
12:55:00
✓ Should return the correct square root for random value (2 ms)
12:55:00 Power
12:55:00
✓ Should return the correct power for "0x000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
12:55:00
✓ Should return the correct power for "0x000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002"
12:55:00
✓ Should return the correct power for "0x000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002"
12:55:00
✓ Should return the correct power for "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a"
12:55:00
✓ Should return the correct power for random value (1 ms)
12:55:00
✓ Performs power correctly (2 ms)
12:55:00
✓ High Boundary (1 ms)
12:55:00
12:55:00
Test Suites: 1 passed, 1 total
12:55:00
Tests: 58 passed, 58 total
12:55:00
Snapshots: 0 total
12:55:00
Time: 0.855 s
12:55:00
Ran all test suites matching /foundation\/src\/fields\/bls12_fields.test.ts/i
.
12:55:00
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?