Parent Log: http://ci.aztec-labs.com/06ecf79c93a375ea Command: cabaa9e2c1fe7937 yarn-project/scripts/run_test.sh pxe/src/test/pxe_service.test.ts Commit: https://github.com/AztecProtocol/aztec-packages/commit/88a99fb5fb938035dfeff0d9ed0cfd81b9eb2c5a Env: REF_NAME=gh-readonly-queue/next/pr-15146-91b55c58278a7d091339ac513d633fa070d5276b CURRENT_VERSION=0.87.6 CI_FULL=1 Date: Thu Jun 19 16:05:13 UTC 2025 System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15146_amd64_x4-full Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s History: http://ci.aztec-labs.com/list/history_bdae7643610b39b9_next 16:05:17 [16:05:17.250] INFO: kv-store:lmdb-v2:test Starting data store with maxReaders 16 16:05:18 [16:05:18.012] INFO: pxe:service Started PXE connected to chain 1 version 1 16:05:18 [16:05:18.073] INFO: pxe:service Registered account 0x1080e316737356889f0a65705464f387392a5de6e88ca389836ffa6583753cd9 16:05:18 [16:05:18.149] INFO: pxe:service Registered account 0x0b59887b476d4edf4c62c802c47b2119849a7601c50ffdce63cc0a14a4036918 16:05:18 [16:05:18.205] INFO: pxe:service Registered account 0x0b59887b476d4edf4c62c802c47b2119849a7601c50ffdce63cc0a14a4036918 16:05:18 [16:05:18.239] INFO: pxe:service Added contract b318312c at 0x0c2b5526ca656f840b94b78b17a36b004b6b211c228ec2b38e9ba9eb723bbe57 with class 0x0046bebd4935941e9b5499085ee0f3ef031795fb250c0e88270d35b900b39fc9 16:05:18 [16:05:18.248] INFO: pxe:service Added contract 2085e371 at 0x0569dee785c680a8bc93d441b5d3f9901d389aaac4a4239deb32f4e4d6a46e67 with class 0x2b9b7e5b255fdf8a0c7bbd8ecb6b347530c3d3346da097503f17120b1c5abf66 16:05:18 [16:05:18.261] INFO: pxe:service Added contract class 18c814d3 with id 0x070c447c29cd8a0f42730ff28e9f85f84a29d63caa0e4186819dedaaf1f42b21 16:05:18 [16:05:18.276] INFO: pxe:service Added contract 18c814d3 at 0x11503fcaa6a8780860aaa112e438d5f1a2196be6901e64a73f5f828f0f201c8f with class 0x070c447c29cd8a0f42730ff28e9f85f84a29d63caa0e4186819dedaaf1f42b21 16:05:18 [16:05:18.328] INFO: kv-store:lmdb-v2:test Starting data store with maxReaders 16 16:05:18 [16:05:18.846] INFO: pxe:service Started PXE connected to chain undefined version undefined 16:05:18 PASS src/test/pxe_service.test.ts 16:05:18 PXEService 16:05:18 registers an account and returns it as an account only and not as a recipient (87 ms) 16:05:18 does not throw when registering the same account twice (just ignores the second attempt) (107 ms) 16:05:18 successfully adds a contract (42 ms) 16:05:18 registers a class and adds a contract for it (27 ms) 16:05:18 refuses to register a class with a mismatched address (31 ms) 16:05:18 refuses to register a contract with a class that has not been registered (9 ms) 16:05:18 refuses to register a contract with an artifact with mismatching class id (4 ms) 16:05:18 successfully gets a block number (1 ms) 16:05:18 successfully gets node info (1 ms) 16:05:18 throws when submitting a tx with a nullifier of already settled tx (553 ms) 16:05:18 16:05:18 Test Suites: 1 passed, 1 total 16:05:18 Tests: 10 passed, 10 total 16:05:18 Snapshots: 0 total 16:05:18 Time: 4.617 s 16:05:18 Ran all test suites matching pxe/src/test/pxe_service.test.ts. 16:05:18 Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?