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