Parent Log:
http://ci.aztec-labs.com/4bd36cecb2b5c7bf
Command: 3987b0c732d12451 yarn-project/scripts/run_test.sh foundation/src/fields/bls12_point.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:55:23 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-14877_amd64_x3-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_82b82da0094370aa_next
12:55:25
PASS src/fields/bls12_point.test.ts
12:55:25 BLS12Point
12:55:25
✓ compressed point with greater sign matches Noir (3 ms)
12:55:25
✓ compressed point with not greater sign matches Noir (1 ms)
12:55:25 Random
12:55:25
✓ always returns a valid point (187 ms)
12:55:25
✓ returns different points on each call (105 ms)
12:55:25 Failures
12:55:25
✓ fails with invalid point (21 ms)
12:55:25
✓ fails with invalid infinity (2 ms)
12:55:25 Compression
12:55:25
✓ converts to and from x and sign of y coordinate (9 ms)
12:55:25
✓ converts G to and from compressed point (3 ms)
12:55:25
✓ converts 0 to and from compressed point (4 ms)
12:55:25
✓ converts to and from random compressed point (5 ms)
12:55:25
✓ converts to and from static compressed point (3 ms)
12:55:25
✓ fails with invalid compression encoding (3 ms)
12:55:25
✓ fails with invalid point (3 ms)
12:55:25 Serialization
12:55:25
✓ serializes to and from buffer (4 ms)
12:55:25
✓ serializes to and from string (4 ms)
12:55:25
✓ serializes to and from fields (1 ms)
12:55:25
✓ serializes to and from noble/curves projective point (3 ms)
12:55:25
✓ serializes from and to JSON (5 ms)
12:55:25 Arithmetic
12:55:25 Addition
12:55:25
✓ Identity (2 ms)
12:55:25
✓ Inverse (4 ms)
12:55:25 Subtraction
12:55:25
✓ Identity (3 ms)
12:55:25
✓ Inverse (2 ms)
12:55:25
✓ Performs subtraction correctly (5 ms)
12:55:25 Multiplication
12:55:25
✓ Identity (11 ms)
12:55:25
✓ Zero (2 ms)
12:55:25
✓ Inverse (23 ms)
12:55:25
✓ Performs multiplication correctly (11 ms)
12:55:25
✓ Low Boundary (14 ms)
12:55:25
✓ High Boundary (31 ms)
12:55:25 Multiply and Add
12:55:25
✓ Performs simple multiplication and addition correctly (29 ms)
12:55:25
✓ Performs multiplication and addition correctly (35 ms)
12:55:25
12:55:25
Test Suites: 1 passed, 1 total
12:55:25
Tests: 31 passed, 31 total
12:55:25
Snapshots: 2 passed, 2 total
12:55:25
Time: 1.177 s
12:55:25
Ran all test suites matching /foundation\/src\/fields\/bls12_point.test.ts/i
.
12:55:25
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?