Parent Log:
http://ci.aztec-labs.com/8f0e17f4e3d757c2
Command: f8dcf08d5c6024d3 yarn-project/scripts/run_test.sh foundation/src/fields/bls12_point.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/254faae7d330e160b14c6eaaa099dc92d4a9cac7
Env: REF_NAME=gh-readonly-queue/next/pr-14870-10badd24359b04680068afd9ca24407383374db1 CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Mon Jun 16 11:52:46 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-14870_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:52:49
PASS src/fields/bls12_point.test.ts
11:52:49 BLS12Point
11:52:49
✓ compressed point with greater sign matches Noir (3 ms)
11:52:49
✓ compressed point with not greater sign matches Noir (1 ms)
11:52:49 Random
11:52:49
✓ always returns a valid point (171 ms)
11:52:49
✓ returns different points on each call (100 ms)
11:52:49 Failures
11:52:49
✓ fails with invalid point (30 ms)
11:52:49
✓ fails with invalid infinity (1 ms)
11:52:49 Compression
11:52:49
✓ converts to and from x and sign of y coordinate (5 ms)
11:52:49
✓ converts G to and from compressed point (5 ms)
11:52:49
✓ converts 0 to and from compressed point (4 ms)
11:52:49
✓ converts to and from random compressed point (5 ms)
11:52:49
✓ converts to and from static compressed point (4 ms)
11:52:49
✓ fails with invalid compression encoding (3 ms)
11:52:49
✓ fails with invalid point (3 ms)
11:52:49 Serialization
11:52:49
✓ serializes to and from buffer (3 ms)
11:52:49
✓ serializes to and from string (3 ms)
11:52:49
✓ serializes to and from fields (1 ms)
11:52:49
✓ serializes to and from noble/curves projective point (3 ms)
11:52:49
✓ serializes from and to JSON (6 ms)
11:52:49 Arithmetic
11:52:49 Addition
11:52:49
✓ Identity (4 ms)
11:52:49
✓ Inverse (8 ms)
11:52:49 Subtraction
11:52:49
✓ Identity (3 ms)
11:52:49
✓ Inverse (2 ms)
11:52:49
✓ Performs subtraction correctly (5 ms)
11:52:49 Multiplication
11:52:49
✓ Identity (10 ms)
11:52:49
✓ Zero (4 ms)
11:52:49
✓ Inverse (27 ms)
11:52:49
✓ Performs multiplication correctly (16 ms)
11:52:49
✓ Low Boundary (19 ms)
11:52:49
✓ High Boundary (25 ms)
11:52:49 Multiply and Add
11:52:49
✓ Performs simple multiplication and addition correctly (33 ms)
11:52:49
✓ Performs multiplication and addition correctly (33 ms)
11:52:49
11:52:49
Test Suites: 1 passed, 1 total
11:52:49
Tests: 31 passed, 31 total
11:52:49
Snapshots: 2 passed, 2 total
11:52:49
Time: 1.315 s
11:52:49
Ran all test suites matching /foundation\/src\/fields\/bls12_point.test.ts/i
.
11:52:49
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?