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