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