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