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