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