Parent Log:
http://ci.aztec-labs.com/a474c905046e6ed0
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:34:58 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-14921_amd64_x3-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_82b82da0094370aa_next
20:35:00
PASS src/fields/bls12_point.test.ts
20:35:00 BLS12Point
20:35:00
✓ compressed point with greater sign matches Noir (2 ms)
20:35:00
✓ compressed point with not greater sign matches Noir (1 ms)
20:35:00 Random
20:35:00
✓ always returns a valid point (147 ms)
20:35:00
✓ returns different points on each call (132 ms)
20:35:00 Failures
20:35:00
✓ fails with invalid point (16 ms)
20:35:00
✓ fails with invalid infinity (1 ms)
20:35:00 Compression
20:35:00
✓ converts to and from x and sign of y coordinate (3 ms)
20:35:00
✓ converts G to and from compressed point (2 ms)
20:35:00
✓ converts 0 to and from compressed point
20:35:00
✓ converts to and from random compressed point (2 ms)
20:35:00
✓ converts to and from static compressed point (1 ms)
20:35:00
✓ fails with invalid compression encoding (1 ms)
20:35:00
✓ fails with invalid point (3 ms)
20:35:00 Serialization
20:35:00
✓ serializes to and from buffer (2 ms)
20:35:00
✓ serializes to and from string (2 ms)
20:35:00
✓ serializes to and from fields (1 ms)
20:35:00
✓ serializes to and from noble/curves projective point (2 ms)
20:35:00
✓ serializes from and to JSON (5 ms)
20:35:00 Arithmetic
20:35:00 Addition
20:35:00
✓ Identity (2 ms)
20:35:00
✓ Inverse (1 ms)
20:35:00 Subtraction
20:35:00
✓ Identity (2 ms)
20:35:00
✓ Inverse (1 ms)
20:35:00
✓ Performs subtraction correctly (6 ms)
20:35:00 Multiplication
20:35:00
✓ Identity (14 ms)
20:35:00
✓ Zero (2 ms)
20:35:00
✓ Inverse (17 ms)
20:35:00
✓ Performs multiplication correctly (11 ms)
20:35:00
✓ Low Boundary (10 ms)
20:35:00
✓ High Boundary (19 ms)
20:35:00 Multiply and Add
20:35:00
✓ Performs simple multiplication and addition correctly (23 ms)
20:35:00
✓ Performs multiplication and addition correctly (31 ms)
20:35:00
20:35:00
Test Suites: 1 passed, 1 total
20:35:00
Tests: 31 passed, 31 total
20:35:00
Snapshots: 2 passed, 2 total
20:35:00
Time: 1.061 s
20:35:00
Ran all test suites matching foundation/src/fields/bls12_point.test.ts
.
20:35:00
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?