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