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