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