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