Parent Log:
http://ci.aztec-labs.com/4b4bb6a11b9c4e41
Command: 98619016930b559c yarn-project/scripts/run_test.sh foundation/src/fields/bls12_point.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/9b15672dd871e73616eaa70188d438d5a1e5f970
Env: REF_NAME=sb/doc-bigfield CURRENT_VERSION=0.87.6 CI_FULL=0
Date: Thu Jun 19 19:38:01 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=sb_doc-bigfield_amd64
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_82b82da0094370aa_next
19:38:02
PASS src/fields/bls12_point.test.ts
19:38:02 BLS12Point
19:38:02
✓ compressed point with greater sign matches Noir (2 ms)
19:38:02
✓ compressed point with not greater sign matches Noir
19:38:02 Random
19:38:02
✓ always returns a valid point (122 ms)
19:38:02
✓ returns different points on each call (77 ms)
19:38:02 Failures
19:38:02
✓ fails with invalid point (17 ms)
19:38:02
✓ fails with invalid infinity
19:38:02 Compression
19:38:02
✓ converts to and from x and sign of y coordinate (2 ms)
19:38:02
✓ converts G to and from compressed point (2 ms)
19:38:02
✓ converts 0 to and from compressed point (1 ms)
19:38:02
✓ converts to and from random compressed point (2 ms)
19:38:02
✓ converts to and from static compressed point (1 ms)
19:38:02
✓ fails with invalid compression encoding (2 ms)
19:38:02
✓ fails with invalid point (3 ms)
19:38:02 Serialization
19:38:02
✓ serializes to and from buffer (2 ms)
19:38:02
✓ serializes to and from string (2 ms)
19:38:02
✓ serializes to and from fields (2 ms)
19:38:02
✓ serializes to and from noble/curves projective point (2 ms)
19:38:02
✓ serializes from and to JSON (4 ms)
19:38:02 Arithmetic
19:38:02 Addition
19:38:02
✓ Identity (2 ms)
19:38:02
✓ Inverse (2 ms)
19:38:02 Subtraction
19:38:02
✓ Identity (2 ms)
19:38:02
✓ Inverse (1 ms)
19:38:02
✓ Performs subtraction correctly (4 ms)
19:38:02 Multiplication
19:38:02
✓ Identity (7 ms)
19:38:02
✓ Zero (2 ms)
19:38:02
✓ Inverse (18 ms)
19:38:02
✓ Performs multiplication correctly (9 ms)
19:38:02
✓ Low Boundary (10 ms)
19:38:02
✓ High Boundary (23 ms)
19:38:02 Multiply and Add
19:38:02
✓ Performs simple multiplication and addition correctly (19 ms)
19:38:02
✓ Performs multiplication and addition correctly (25 ms)
19:38:02
19:38:02
Test Suites: 1 passed, 1 total
19:38:02
Tests: 31 passed, 31 total
19:38:02
Snapshots: 2 passed, 2 total
19:38:02
Time: 0.897 s
19:38:02
Ran all test suites matching foundation/src/fields/bls12_point.test.ts
.
19:38:02
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?