Parent Log:
http://ci.aztec-labs.com/54f15b1cfed48c5d
Command: 5fd30fafdf4fa09d yarn-project/scripts/run_test.sh foundation/src/fields/bls12_point.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/5c77169d7f01a9e15bc19b05fa231fd96111d7dd
Env: REF_NAME=gh-readonly-queue/next/pr-15042-d5c48d855d83e19712c6b72281801c6fce176ec1 CURRENT_VERSION=0.87.6 CI_FULL=0
Date: Wed Jun 18 15:02:40 UTC 2025
System: ARCH=arm64 CPUS=64 MEM=247Gi HOSTNAME=pr-15042_arm64_a1-fast
Resources: CPU_LIST=0-63 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_82b82da0094370aa_next
15:02:41
PASS src/fields/bls12_point.test.ts
15:02:41 BLS12Point
15:02:41
✓ compressed point with greater sign matches Noir (1 ms)
15:02:41
✓ compressed point with not greater sign matches Noir
15:02:41 Random
15:02:41
✓ always returns a valid point (94 ms)
15:02:41
✓ returns different points on each call (95 ms)
15:02:41 Failures
15:02:41
✓ fails with invalid point (17 ms)
15:02:41
✓ fails with invalid infinity (1 ms)
15:02:41 Compression
15:02:41
✓ converts to and from x and sign of y coordinate (4 ms)
15:02:41
✓ converts G to and from compressed point (2 ms)
15:02:41
✓ converts 0 to and from compressed point (1 ms)
15:02:41
✓ converts to and from random compressed point (4 ms)
15:02:41
✓ converts to and from static compressed point (2 ms)
15:02:41
✓ fails with invalid compression encoding (4 ms)
15:02:41
✓ fails with invalid point (3 ms)
15:02:41 Serialization
15:02:41
✓ serializes to and from buffer (2 ms)
15:02:41
✓ serializes to and from string (3 ms)
15:02:41
✓ serializes to and from fields (1 ms)
15:02:41
✓ serializes to and from noble/curves projective point (2 ms)
15:02:41
✓ serializes from and to JSON (4 ms)
15:02:41 Arithmetic
15:02:41 Addition
15:02:41
✓ Identity (2 ms)
15:02:41
✓ Inverse (2 ms)
15:02:41 Subtraction
15:02:41
✓ Identity (4 ms)
15:02:41
✓ Inverse (1 ms)
15:02:41
✓ Performs subtraction correctly (4 ms)
15:02:41 Multiplication
15:02:41
✓ Identity (9 ms)
15:02:41
✓ Zero (1 ms)
15:02:41
✓ Inverse (17 ms)
15:02:41
✓ Performs multiplication correctly (9 ms)
15:02:41
✓ Low Boundary (12 ms)
15:02:41
✓ High Boundary (20 ms)
15:02:41 Multiply and Add
15:02:41
✓ Performs simple multiplication and addition correctly (22 ms)
15:02:41
✓ Performs multiplication and addition correctly (22 ms)
15:02:41
15:02:41
Test Suites: 1 passed, 1 total
15:02:41
Tests: 31 passed, 31 total
15:02:41
Snapshots: 2 passed, 2 total
15:02:41
Time: 0.798 s
15:02:41
Ran all test suites matching foundation/src/fields/bls12_point.test.ts
.
15:02:41
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?