Parent Log: http://ci.aztec-labs.com/90a1e84efe306bbd Command: 97e7ef9a556fd7e6 yarn-project/scripts/run_test.sh pxe/src/test/pxe_service.test.ts Commit: https://github.com/AztecProtocol/aztec-packages/commit/a229cf871638d3fd774f9272645cc1ac29b8196a Env: REF_NAME=gh-readonly-queue/master/pr-14912-015cb0cadef6a41094c3649f32a735392e1b9693 CURRENT_VERSION=0.87.9 CI_FULL=1 Date: Wed Jun 18 16:02:22 UTC 2025 System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-14912_amd64_x1-full Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s History: http://ci.aztec-labs.com/list/history_bdae7643610b39b9_master 16:02:25 [16:02:25.816] INFO: kv-store:lmdb-v2:test Starting data store with maxReaders 16 16:02:26 [16:02:26.403] INFO: pxe:service Started PXE connected to chain 1 version 1 16:02:26 [16:02:26.461] INFO: pxe:service Registered account 0x05f60b74da3ef1e9078febf8c39de5df002b3711d3bdd30585113e2886331348 16:02:26 [16:02:26.534] INFO: pxe:service Registered account 0x2432564389e31e52cb8eeba6f696e0fb9eba428851576bc9c70455b91f76b00e 16:02:26 [16:02:26.588] INFO: pxe:service Registered account 0x2432564389e31e52cb8eeba6f696e0fb9eba428851576bc9c70455b91f76b00e 16:02:26 [16:02:26.610] INFO: pxe:service Added contract f9f37e92 at 0x13f88084d8c8f112986fd3d2f00a8181091e24d46416ee8b1f74f11364dbf76c with class 0x05da4df1a44050a402c5fc8f96a9fb64bf3b4774b2325d4dbd8022848ec4b85f 16:02:26 [16:02:26.619] INFO: pxe:service Added contract ca8c6c49 at 0x172ef0dc699149e260c83de9c9dc894b111affc147c1fdfc18a254ef320aec16 with class 0x0487a7d50849843219833d4cc8e9cbfd36b7b0177b21f18f3f0c1cca37cdcb8c 16:02:26 [16:02:26.628] INFO: pxe:service Added contract class 0e5d360d with id 0x0ca1426ed80ad52fb9d98a707606b22b69c60e9ac6dfb8e5e7e713500622a4bf 16:02:26 [16:02:26.638] INFO: pxe:service Added contract 0e5d360d at 0x1b7746205a176c2e5a8a07113e9b7f3a8a1a83fb3ad4a133d6ea1eed311b5853 with class 0x0ca1426ed80ad52fb9d98a707606b22b69c60e9ac6dfb8e5e7e713500622a4bf 16:02:26 [16:02:26.693] INFO: kv-store:lmdb-v2:test Starting data store with maxReaders 16 16:02:27 [16:02:27.107] INFO: pxe:service Started PXE connected to chain undefined version undefined 16:02:27 PASS src/test/pxe_service.test.ts 16:02:27 PXEService 16:02:27 registers an account and returns it as an account only and not as a recipient (83 ms) 16:02:27 does not throw when registering the same account twice (just ignores the second attempt) (103 ms) 16:02:27 successfully adds a contract (29 ms) 16:02:27 registers a class and adds a contract for it (21 ms) 16:02:27 refuses to register a class with a mismatched address (40 ms) 16:02:27 refuses to register a contract with a class that has not been registered (3 ms) 16:02:27 refuses to register a contract with an artifact with mismatching class id (4 ms) 16:02:27 successfully gets a block number (1 ms) 16:02:27 successfully gets node info (1 ms) 16:02:27 throws when submitting a tx with a nullifier of already settled tx (447 ms) 16:02:27 16:02:27 Test Suites: 1 passed, 1 total 16:02:27 Tests: 10 passed, 10 total 16:02:27 Snapshots: 0 total 16:02:27 Time: 3.815 s 16:02:27 Ran all test suites matching /pxe\/src\/test\/pxe_service.test.ts/i. 16:02:27 Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?