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