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