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