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