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