Parent Log: http://ci.aztec-labs.com/e954658c18809c99 Command: 68e9475192d7aeac yarn-project/scripts/run_test.sh foundation/src/fields/bls12_point.test.ts Commit: https://github.com/AztecProtocol/aztec-packages/commit/f495236d35f9bb0d1086b7ec79256c2c2b7c98b8 Env: REF_NAME=gh-readonly-queue/staging/pr-15201-f0619dd82429a5973f3e1da8d7eb0877264908e3 CURRENT_VERSION=0.87.6 CI_FULL=1 Date: Sat Jun 21 13:19:50 UTC 2025 System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15201_amd64_x2-full Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s History: http://ci.aztec-labs.com/list/history_82b82da0094370aa_staging 13:19:53 PASS src/fields/bls12_point.test.ts 13:19:53 BLS12Point 13:19:53 compressed point with greater sign matches Noir (2 ms) 13:19:53 compressed point with not greater sign matches Noir (1 ms) 13:19:53 Random 13:19:53 always returns a valid point (278 ms) 13:19:53 returns different points on each call (269 ms) 13:19:53 Failures 13:19:53 fails with invalid point (21 ms) 13:19:53 fails with invalid infinity 13:19:53 Compression 13:19:53 converts to and from x and sign of y coordinate (1 ms) 13:19:53 converts G to and from compressed point (2 ms) 13:19:53 converts 0 to and from compressed point (1 ms) 13:19:53 converts to and from random compressed point (3 ms) 13:19:53 converts to and from static compressed point (2 ms) 13:19:53 fails with invalid compression encoding (3 ms) 13:19:53 fails with invalid point (11 ms) 13:19:53 Serialization 13:19:53 serializes to and from buffer (5 ms) 13:19:53 serializes to and from string (5 ms) 13:19:53 serializes to and from fields (1 ms) 13:19:53 serializes to and from noble/curves projective point (2 ms) 13:19:53 serializes from and to JSON (3 ms) 13:19:53 Arithmetic 13:19:53 Addition 13:19:53 Identity (2 ms) 13:19:53 Inverse (1 ms) 13:19:53 Subtraction 13:19:53 Identity (2 ms) 13:19:53 Inverse (2 ms) 13:19:53 Performs subtraction correctly (3 ms) 13:19:53 Multiplication 13:19:53 Identity (14 ms) 13:19:53 Zero (4 ms) 13:19:53 Inverse (38 ms) 13:19:53 Performs multiplication correctly (70 ms) 13:19:53 Low Boundary (21 ms) 13:19:53 High Boundary (38 ms) 13:19:53 Multiply and Add 13:19:53 Performs simple multiplication and addition correctly (39 ms) 13:19:53 Performs multiplication and addition correctly (57 ms) 13:19:53 13:19:53 Test Suites: 1 passed, 1 total 13:19:53 Tests: 31 passed, 31 total 13:19:53 Snapshots: 2 passed, 2 total 13:19:53 Time: 2.36 s 13:19:53 Ran all test suites matching foundation/src/fields/bls12_point.test.ts. 13:19:53 Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?