Parent Log:
http://ci.aztec-labs.com/5487e2f7c310d09c
Command: 96b28dd4df3ddef6 yarn-project/scripts/run_test.sh foundation/src/fields/bls12_point.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/2469b5f1633350f6be15733c04242af1cdc98227
Env: REF_NAME=gh-readonly-queue/next/pr-15042-ee3655e025191bc85c5b3d3122eeedb44e38ffb2 CURRENT_VERSION=0.87.6 CI_FULL=0
Date: Mon Jun 16 19:46:08 UTC 2025
System: ARCH=arm64 CPUS=64 MEM=247Gi HOSTNAME=pr-15042_arm64_a1-fast
Resources: CPU_LIST=0-63 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_82b82da0094370aa_next
19:46:10
PASS src/fields/bls12_point.test.ts
19:46:10 BLS12Point
19:46:10
✓ compressed point with greater sign matches Noir (1 ms)
19:46:10
✓ compressed point with not greater sign matches Noir (1 ms)
19:46:10 Random
19:46:10
✓ always returns a valid point (104 ms)
19:46:10
✓ returns different points on each call (80 ms)
19:46:10 Failures
19:46:10
✓ fails with invalid point (16 ms)
19:46:10
✓ fails with invalid infinity (1 ms)
19:46:10 Compression
19:46:10
✓ converts to and from x and sign of y coordinate (2 ms)
19:46:10
✓ converts G to and from compressed point (2 ms)
19:46:10
✓ converts 0 to and from compressed point (1 ms)
19:46:10
✓ converts to and from random compressed point (2 ms)
19:46:10
✓ converts to and from static compressed point (2 ms)
19:46:10
✓ fails with invalid compression encoding (2 ms)
19:46:10
✓ fails with invalid point (2 ms)
19:46:10 Serialization
19:46:10
✓ serializes to and from buffer (1 ms)
19:46:10
✓ serializes to and from string (2 ms)
19:46:10
✓ serializes to and from fields (1 ms)
19:46:10
✓ serializes to and from noble/curves projective point (1 ms)
19:46:10
✓ serializes from and to JSON (3 ms)
19:46:10 Arithmetic
19:46:10 Addition
19:46:10
✓ Identity (1 ms)
19:46:10
✓ Inverse (2 ms)
19:46:10 Subtraction
19:46:10
✓ Identity (1 ms)
19:46:10
✓ Inverse (3 ms)
19:46:10
✓ Performs subtraction correctly (4 ms)
19:46:10 Multiplication
19:46:10
✓ Identity (9 ms)
19:46:10
✓ Zero (3 ms)
19:46:10
✓ Inverse (17 ms)
19:46:10
✓ Performs multiplication correctly (8 ms)
19:46:10
✓ Low Boundary (11 ms)
19:46:10
✓ High Boundary (21 ms)
19:46:10 Multiply and Add
19:46:10
✓ Performs simple multiplication and addition correctly (20 ms)
19:46:10
✓ Performs multiplication and addition correctly (22 ms)
19:46:10
19:46:10
Test Suites: 1 passed, 1 total
19:46:10
Tests: 31 passed, 31 total
19:46:10
Snapshots: 2 passed, 2 total
19:46:10
Time: 0.822 s
19:46:10
Ran all test suites matching foundation/src/fields/bls12_point.test.ts
.
19:46:10
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?