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