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