Parent Log:
http://ci.aztec-labs.com/000f65c59bad2a22
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:54:58 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-14877_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:55:00
PASS src/fields/bls12_point.test.ts
12:55:00 BLS12Point
12:55:00
✓ compressed point with greater sign matches Noir (3 ms)
12:55:00
✓ compressed point with not greater sign matches Noir
12:55:00 Random
12:55:00
✓ always returns a valid point (151 ms)
12:55:00
✓ returns different points on each call (95 ms)
12:55:00 Failures
12:55:00
✓ fails with invalid point (16 ms)
12:55:00
✓ fails with invalid infinity (1 ms)
12:55:00 Compression
12:55:00
✓ converts to and from x and sign of y coordinate (3 ms)
12:55:00
✓ converts G to and from compressed point (3 ms)
12:55:00
✓ converts 0 to and from compressed point (2 ms)
12:55:00
✓ converts to and from random compressed point (5 ms)
12:55:00
✓ converts to and from static compressed point (4 ms)
12:55:00
✓ fails with invalid compression encoding (2 ms)
12:55:00
✓ fails with invalid point (3 ms)
12:55:00 Serialization
12:55:00
✓ serializes to and from buffer (5 ms)
12:55:00
✓ serializes to and from string (3 ms)
12:55:00
✓ serializes to and from fields (1 ms)
12:55:00
✓ serializes to and from noble/curves projective point (4 ms)
12:55:00
✓ serializes from and to JSON (4 ms)
12:55:00 Arithmetic
12:55:00 Addition
12:55:00
✓ Identity (3 ms)
12:55:00
✓ Inverse (2 ms)
12:55:00 Subtraction
12:55:00
✓ Identity (3 ms)
12:55:00
✓ Inverse (3 ms)
12:55:00
✓ Performs subtraction correctly (7 ms)
12:55:00 Multiplication
12:55:00
✓ Identity (11 ms)
12:55:00
✓ Zero (2 ms)
12:55:00
✓ Inverse (18 ms)
12:55:00
✓ Performs multiplication correctly (10 ms)
12:55:00
✓ Low Boundary (14 ms)
12:55:00
✓ High Boundary (24 ms)
12:55:00 Multiply and Add
12:55:00
✓ Performs simple multiplication and addition correctly (38 ms)
12:55:00
✓ Performs multiplication and addition correctly (38 ms)
12:55:00
12:55:00
Test Suites: 1 passed, 1 total
12:55:00
Tests: 31 passed, 31 total
12:55:00
Snapshots: 2 passed, 2 total
12:55:00
Time: 1.066 s
12:55:00
Ran all test suites matching /foundation\/src\/fields\/bls12_point.test.ts/i
.
12:55:00
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?