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