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