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