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