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