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