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