Parent Log:
http://ci.aztec-labs.com/3ca30566e9ce997a
Command: 24e90b7895ff1ed6 yarn-project/scripts/run_test.sh foundation/src/fields/bls12_point.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/8cc8a56892d36191eefb49254ebbe49ea99ef4b8
Env: REF_NAME=gh-readonly-queue/next/pr-14921-78d87cb88633aee537d022d6fd8e57ceb74a3a95 CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Wed Jun 18 11:34:09 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-14921_amd64_x1-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_82b82da0094370aa_next
11:34:11
PASS src/fields/bls12_point.test.ts
11:34:11 BLS12Point
11:34:11
✓ compressed point with greater sign matches Noir (2 ms)
11:34:11
✓ compressed point with not greater sign matches Noir (1 ms)
11:34:11 Random
11:34:11
✓ always returns a valid point (167 ms)
11:34:11
✓ returns different points on each call (121 ms)
11:34:11 Failures
11:34:11
✓ fails with invalid point (34 ms)
11:34:11
✓ fails with invalid infinity (2 ms)
11:34:11 Compression
11:34:11
✓ converts to and from x and sign of y coordinate (3 ms)
11:34:11
✓ converts G to and from compressed point (4 ms)
11:34:11
✓ converts 0 to and from compressed point (2 ms)
11:34:11
✓ converts to and from random compressed point (4 ms)
11:34:11
✓ converts to and from static compressed point (2 ms)
11:34:11
✓ fails with invalid compression encoding (3 ms)
11:34:11
✓ fails with invalid point (5 ms)
11:34:11 Serialization
11:34:11
✓ serializes to and from buffer (6 ms)
11:34:11
✓ serializes to and from string (5 ms)
11:34:11
✓ serializes to and from fields (4 ms)
11:34:11
✓ serializes to and from noble/curves projective point (5 ms)
11:34:11
✓ serializes from and to JSON (6 ms)
11:34:11 Arithmetic
11:34:11 Addition
11:34:11
✓ Identity (7 ms)
11:34:11
✓ Inverse (7 ms)
11:34:11 Subtraction
11:34:11
✓ Identity (3 ms)
11:34:11
✓ Inverse (2 ms)
11:34:11
✓ Performs subtraction correctly (6 ms)
11:34:11 Multiplication
11:34:11
✓ Identity (16 ms)
11:34:11
✓ Zero (2 ms)
11:34:11
✓ Inverse (27 ms)
11:34:11
✓ Performs multiplication correctly (12 ms)
11:34:11
✓ Low Boundary (21 ms)
11:34:11
✓ High Boundary (30 ms)
11:34:11 Multiply and Add
11:34:11
✓ Performs simple multiplication and addition correctly (24 ms)
11:34:11
✓ Performs multiplication and addition correctly (38 ms)
11:34:11
11:34:11
Test Suites: 1 passed, 1 total
11:34:11
Tests: 31 passed, 31 total
11:34:11
Snapshots: 2 passed, 2 total
11:34:11
Time: 1.161 s
11:34:11
Ran all test suites matching foundation/src/fields/bls12_point.test.ts
.
11:34:11
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?