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