Parent Log:
http://ci.aztec-labs.com/d05c8a11bc1fb346
Command: 715772c6bcfd0ed3 yarn-project/scripts/run_test.sh foundation/src/fields/bls12_point.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/3863bc02d671057d0cffd4ced17ca317788ff190
Env: REF_NAME=gh-readonly-queue/staging/pr-15238-db396f13b7ef374a230174bdc4078d9fbb3c788a CURRENT_VERSION=1.0.0 CI_FULL=0
Date: Tue Jun 24 12:18:07 UTC 2025
System: ARCH=arm64 CPUS=64 MEM=247Gi HOSTNAME=pr-15238_arm64_a1-fast
Resources: CPU_LIST=0-63 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_82b82da0094370aa_staging
12:18:08
PASS src/fields/bls12_point.test.ts
12:18:08 BLS12Point
12:18:08
✓ compressed point with greater sign matches Noir (1 ms)
12:18:08
✓ compressed point with not greater sign matches Noir (1 ms)
12:18:08 Random
12:18:08
✓ always returns a valid point (104 ms)
12:18:08
✓ returns different points on each call (74 ms)
12:18:08 Failures
12:18:08
✓ fails with invalid point (18 ms)
12:18:08
✓ fails with invalid infinity (1 ms)
12:18:08 Compression
12:18:08
✓ converts to and from x and sign of y coordinate (2 ms)
12:18:08
✓ converts G to and from compressed point (2 ms)
12:18:08
✓ converts 0 to and from compressed point (1 ms)
12:18:08
✓ converts to and from random compressed point (2 ms)
12:18:08
✓ converts to and from static compressed point (1 ms)
12:18:08
✓ fails with invalid compression encoding (2 ms)
12:18:08
✓ fails with invalid point (5 ms)
12:18:08 Serialization
12:18:08
✓ serializes to and from buffer (1 ms)
12:18:08
✓ serializes to and from string (2 ms)
12:18:08
✓ serializes to and from fields (1 ms)
12:18:08
✓ serializes to and from noble/curves projective point (2 ms)
12:18:08
✓ serializes from and to JSON (4 ms)
12:18:08 Arithmetic
12:18:08 Addition
12:18:08
✓ Identity (2 ms)
12:18:08
✓ Inverse (1 ms)
12:18:08 Subtraction
12:18:08
✓ Identity (2 ms)
12:18:08
✓ Inverse (2 ms)
12:18:08
✓ Performs subtraction correctly (4 ms)
12:18:08 Multiplication
12:18:08
✓ Identity (10 ms)
12:18:08
✓ Zero (1 ms)
12:18:08
✓ Inverse (18 ms)
12:18:08
✓ Performs multiplication correctly (9 ms)
12:18:08
✓ Low Boundary (10 ms)
12:18:08
✓ High Boundary (22 ms)
12:18:08 Multiply and Add
12:18:08
✓ Performs simple multiplication and addition correctly (20 ms)
12:18:08
✓ Performs multiplication and addition correctly (22 ms)
12:18:08
12:18:08
Test Suites: 1 passed, 1 total
12:18:08
Tests: 31 passed, 31 total
12:18:08
Snapshots: 2 passed, 2 total
12:18:08
Time: 0.78 s
12:18:08
Ran all test suites matching foundation/src/fields/bls12_point.test.ts
.
12:18:08
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?