Parent Log: http://ci.aztec-labs.com/5dedeee27fb005f9 Command: 1f475c5d66a44412 yarn-project/scripts/run_test.sh pxe/src/test/pxe_service.test.ts Commit: https://github.com/AztecProtocol/aztec-packages/commit/e56baa7f24bac54baf9e2f22f6f33ae6fa8b8c0f Env: REF_NAME=gh-readonly-queue/next/pr-14891-76ca48a2187e3506bb464eae574e49476c2876ca CURRENT_VERSION=0.87.6 CI_FULL=0 Date: Fri Jun 13 19:22:43 UTC 2025 System: ARCH=arm64 CPUS=64 MEM=247Gi HOSTNAME=pr-14891_arm64_a1-fast Resources: CPU_LIST=0-63 CPUS=2 MEM=8g TIMEOUT=600s History: http://ci.aztec-labs.com/list/history_bdae7643610b39b9_next 19:22:46 [19:22:46.141] INFO: kv-store:lmdb-v2:test Starting data store with maxReaders 16 19:22:46 [19:22:46.721] INFO: pxe:service Started PXE connected to chain 1 version 1 19:22:46 [19:22:46.776] INFO: pxe:service Registered account 0x0d9e9448b25f683fc2be32d72ecdf228ce6a824f014d68a319a51a1e8fcd1272 19:22:46 [19:22:46.832] INFO: pxe:service Registered account 0x1b9282ec5f46fc1405b9b9440f8d8dc8393021beb9f2af8c3655a0db30fde6df 19:22:46 [19:22:46.880] INFO: pxe:service Registered account 0x1b9282ec5f46fc1405b9b9440f8d8dc8393021beb9f2af8c3655a0db30fde6df 19:22:46 [19:22:46.896] INFO: pxe:service Added contract 50a13e1c at 0x2e73ac25dd88a6ba36495bc5de5061b417c465100181924384dcf0b685b6852c with class 0x1da358bb9dfc5af8265d7f35f18d505b5bd4f2a467d2996447d9822b777894b7 19:22:46 [19:22:46.904] INFO: pxe:service Added contract 0756464e at 0x0bf881ec7c22d7f434c9ea3cadb99775e115f769bc3254273a2fab6942d6c763 with class 0x0ecca3d98dbedb5f08f1c71b95cc0ddd0ea1d220b1c75df991a302d33c16eb31 19:22:46 [19:22:46.913] INFO: pxe:service Added contract class c9667616 with id 0x15b0b6a48d477a6745b335aab47a31f4263414d0f6898931063c50af0129ee3e 19:22:46 [19:22:46.919] INFO: pxe:service Added contract c9667616 at 0x0190afaa1cff65d2fc96525919b6719627ec3d7e3524f3f0539484d0f724bd0a with class 0x15b0b6a48d477a6745b335aab47a31f4263414d0f6898931063c50af0129ee3e 19:22:46 [19:22:46.957] INFO: kv-store:lmdb-v2:test Starting data store with maxReaders 16 19:22:47 [19:22:47.332] INFO: pxe:service Started PXE connected to chain undefined version undefined 19:22:47 PASS src/test/pxe_service.test.ts 19:22:47 PXEService 19:22:47 registers an account and returns it as an account only and not as a recipient (70 ms) 19:22:47 does not throw when registering the same account twice (just ignores the second attempt) (89 ms) 19:22:47 successfully adds a contract (23 ms) 19:22:47 registers a class and adds a contract for it (14 ms) 19:22:47 refuses to register a class with a mismatched address (24 ms) 19:22:47 refuses to register a contract with a class that has not been registered (2 ms) 19:22:47 refuses to register a contract with an artifact with mismatching class id (3 ms) 19:22:47 successfully gets a block number (1 ms) 19:22:47 successfully gets node info (1 ms) 19:22:47 throws when submitting a tx with a nullifier of already settled tx (404 ms) 19:22:47 19:22:47 Test Suites: 1 passed, 1 total 19:22:47 Tests: 10 passed, 10 total 19:22:47 Snapshots: 0 total 19:22:47 Time: 3.105 s 19:22:47 Ran all test suites matching /pxe\/src\/test\/pxe_service.test.ts/i. 19:22:47 Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?