Parent Log:
http://ci.aztec-labs.com/e11ece80e16ce810
Command: 6978e0e5f3e9e568 yarn-project/scripts/run_test.sh foundation/src/fields/bls12_point.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/db5c19349590089393771b38c3a27e7e65f736a6
Env: REF_NAME=release-please--branches--next CURRENT_VERSION=0.88.0 CI_FULL=0
Date: Mon Jun 23 17:22:39 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=release-please--branches--next_amd64
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_82b82da0094370aa_next
17:22:42
PASS src/fields/bls12_point.test.ts
17:22:42 BLS12Point
17:22:42
✓ compressed point with greater sign matches Noir (7 ms)
17:22:42
✓ compressed point with not greater sign matches Noir (5 ms)
17:22:42 Random
17:22:42
✓ always returns a valid point (227 ms)
17:22:42
✓ returns different points on each call (118 ms)
17:22:42 Failures
17:22:42
✓ fails with invalid point (20 ms)
17:22:42
✓ fails with invalid infinity (2 ms)
17:22:42 Compression
17:22:42
✓ converts to and from x and sign of y coordinate (3 ms)
17:22:42
✓ converts G to and from compressed point (2 ms)
17:22:42
✓ converts 0 to and from compressed point (1 ms)
17:22:42
✓ converts to and from random compressed point (4 ms)
17:22:42
✓ converts to and from static compressed point (2 ms)
17:22:42
✓ fails with invalid compression encoding (4 ms)
17:22:42
✓ fails with invalid point (11 ms)
17:22:42 Serialization
17:22:42
✓ serializes to and from buffer (3 ms)
17:22:42
✓ serializes to and from string (2 ms)
17:22:42
✓ serializes to and from fields (2 ms)
17:22:42
✓ serializes to and from noble/curves projective point (2 ms)
17:22:42
✓ serializes from and to JSON (5 ms)
17:22:42 Arithmetic
17:22:42 Addition
17:22:42
✓ Identity (3 ms)
17:22:42
✓ Inverse (2 ms)
17:22:42 Subtraction
17:22:42
✓ Identity (11 ms)
17:22:42
✓ Inverse (10 ms)
17:22:42
✓ Performs subtraction correctly (6 ms)
17:22:42 Multiplication
17:22:42
✓ Identity (28 ms)
17:22:42
✓ Zero (1 ms)
17:22:42
✓ Inverse (27 ms)
17:22:42
✓ Performs multiplication correctly (12 ms)
17:22:42
✓ Low Boundary (15 ms)
17:22:42
✓ High Boundary (37 ms)
17:22:42 Multiply and Add
17:22:42
✓ Performs simple multiplication and addition correctly (37 ms)
17:22:42
✓ Performs multiplication and addition correctly (33 ms)
17:22:42
17:22:42
Test Suites: 1 passed, 1 total
17:22:42
Tests: 31 passed, 31 total
17:22:42
Snapshots: 2 passed, 2 total
17:22:42
Time: 1.425 s
17:22:42
Ran all test suites matching foundation/src/fields/bls12_point.test.ts
.
17:22:42
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?