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