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