Parent Log:
http://ci.aztec-labs.com/7555f05cfc4b56b6
Command: 9da5afc84b651c99 yarn-project/scripts/run_test.sh foundation/src/fields/bls12_point.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/cb89edc02f7d386e48ee81660565d91895a3464b
Env: REF_NAME=gh-readonly-queue/next/pr-15150-f29a038c58fc1f3ad95ad05d18aea321f0f598b2 CURRENT_VERSION=0.87.6 CI_FULL=0
Date: Fri Jun 20 10:50:40 UTC 2025
System: ARCH=arm64 CPUS=64 MEM=247Gi HOSTNAME=pr-15150_arm64_a1-fast
Resources: CPU_LIST=0-63 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_82b82da0094370aa_next
10:50:41
PASS src/fields/bls12_point.test.ts
10:50:41 BLS12Point
10:50:41
✓ compressed point with greater sign matches Noir (2 ms)
10:50:41
✓ compressed point with not greater sign matches Noir (1 ms)
10:50:41 Random
10:50:41
✓ always returns a valid point (102 ms)
10:50:41
✓ returns different points on each call (87 ms)
10:50:41 Failures
10:50:41
✓ fails with invalid point (17 ms)
10:50:41
✓ fails with invalid infinity (1 ms)
10:50:41 Compression
10:50:41
✓ converts to and from x and sign of y coordinate (2 ms)
10:50:41
✓ converts G to and from compressed point (1 ms)
10:50:41
✓ converts 0 to and from compressed point
10:50:41
✓ converts to and from random compressed point (3 ms)
10:50:41
✓ converts to and from static compressed point (1 ms)
10:50:41
✓ fails with invalid compression encoding (2 ms)
10:50:41
✓ fails with invalid point (3 ms)
10:50:41 Serialization
10:50:41
✓ serializes to and from buffer (2 ms)
10:50:41
✓ serializes to and from string (3 ms)
10:50:41
✓ serializes to and from fields (1 ms)
10:50:41
✓ serializes to and from noble/curves projective point (2 ms)
10:50:41
✓ serializes from and to JSON (3 ms)
10:50:41 Arithmetic
10:50:41 Addition
10:50:41
✓ Identity (1 ms)
10:50:41
✓ Inverse (2 ms)
10:50:41 Subtraction
10:50:41
✓ Identity (3 ms)
10:50:41
✓ Inverse (1 ms)
10:50:41
✓ Performs subtraction correctly (5 ms)
10:50:41 Multiplication
10:50:41
✓ Identity (9 ms)
10:50:41
✓ Zero (2 ms)
10:50:41
✓ Inverse (16 ms)
10:50:41
✓ Performs multiplication correctly (8 ms)
10:50:41
✓ Low Boundary (11 ms)
10:50:41
✓ High Boundary (21 ms)
10:50:41 Multiply and Add
10:50:41
✓ Performs simple multiplication and addition correctly (22 ms)
10:50:41
✓ Performs multiplication and addition correctly (22 ms)
10:50:41
10:50:41
Test Suites: 1 passed, 1 total
10:50:41
Tests: 31 passed, 31 total
10:50:41
Snapshots: 2 passed, 2 total
10:50:41
Time: 0.802 s
10:50:41
Ran all test suites matching foundation/src/fields/bls12_point.test.ts
.
10:50:41
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?