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