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