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