Parent Log:
http://ci.aztec-labs.com/f7f41d385a4341ce
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:25 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-14963_amd64_x4-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_82b82da0094370aa_next
18:41:27
PASS src/fields/bls12_point.test.ts
18:41:27 BLS12Point
18:41:27
✓ compressed point with greater sign matches Noir (2 ms)
18:41:27
✓ compressed point with not greater sign matches Noir (1 ms)
18:41:27 Random
18:41:27
✓ always returns a valid point (161 ms)
18:41:27
✓ returns different points on each call (142 ms)
18:41:27 Failures
18:41:27
✓ fails with invalid point (23 ms)
18:41:27
✓ fails with invalid infinity (1 ms)
18:41:27 Compression
18:41:27
✓ converts to and from x and sign of y coordinate (3 ms)
18:41:27
✓ converts G to and from compressed point (3 ms)
18:41:27
✓ converts 0 to and from compressed point (1 ms)
18:41:27
✓ converts to and from random compressed point (3 ms)
18:41:27
✓ converts to and from static compressed point (2 ms)
18:41:27
✓ fails with invalid compression encoding (2 ms)
18:41:27
✓ fails with invalid point (6 ms)
18:41:27 Serialization
18:41:27
✓ serializes to and from buffer (4 ms)
18:41:27
✓ serializes to and from string (4 ms)
18:41:27
✓ serializes to and from fields (4 ms)
18:41:27
✓ serializes to and from noble/curves projective point (3 ms)
18:41:27
✓ serializes from and to JSON (4 ms)
18:41:27 Arithmetic
18:41:27 Addition
18:41:27
✓ Identity (3 ms)
18:41:27
✓ Inverse (2 ms)
18:41:27 Subtraction
18:41:27
✓ Identity (2 ms)
18:41:27
✓ Inverse (2 ms)
18:41:27
✓ Performs subtraction correctly (4 ms)
18:41:27 Multiplication
18:41:27
✓ Identity (13 ms)
18:41:27
✓ Zero (3 ms)
18:41:27
✓ Inverse (24 ms)
18:41:27
✓ Performs multiplication correctly (19 ms)
18:41:27
✓ Low Boundary (16 ms)
18:41:27
✓ High Boundary (28 ms)
18:41:27 Multiply and Add
18:41:27
✓ Performs simple multiplication and addition correctly (28 ms)
18:41:27
✓ Performs multiplication and addition correctly (31 ms)
18:41:27
18:41:27
Test Suites: 1 passed, 1 total
18:41:27
Tests: 31 passed, 31 total
18:41:27
Snapshots: 2 passed, 2 total
18:41:27
Time: 1.134 s
18:41:27
Ran all test suites matching foundation/src/fields/bls12_point.test.ts
.
18:41:27
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?