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