Parent Log: http://ci.aztec-labs.com/55755cfc18e6eb0f Command: 13dd8684e4e32fd7 yarn-project/scripts/run_test.sh pxe/src/test/pxe_service.test.ts Commit: https://github.com/AztecProtocol/aztec-packages/commit/1c9ca312bfdace816082212846900a49694e1e50 Env: REF_NAME=gh-readonly-queue/next/pr-15182-af094bce13530e078c78de9f3264280e6693d533 CURRENT_VERSION=0.87.6 CI_FULL=1 Date: Tue Jun 24 08:56:01 UTC 2025 System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15182_amd64_x2-full Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s History: http://ci.aztec-labs.com/list/history_bdae7643610b39b9_next 08:56:05 [08:56:05.119] INFO: kv-store:lmdb-v2:test Starting data store with maxReaders 16 08:56:05 [08:56:05.895] INFO: pxe:service Started PXE connected to chain 1 version 1 08:56:05 [08:56:05.947] INFO: pxe:service Registered account 0x2de2e9a09ee0b370ebba1929e00f78131074f008d461931335137aa15f805006 08:56:06 [08:56:06.032] INFO: pxe:service Registered account 0x086cc3c46a9a570d540813aa346037902f38d36d095d9596fbf22636ccb37bad 08:56:06 [08:56:06.084] INFO: pxe:service Registered account 0x086cc3c46a9a570d540813aa346037902f38d36d095d9596fbf22636ccb37bad 08:56:06 [08:56:06.109] INFO: pxe:service Added contract 52023bfa at 0x17ea4c2298aa0eb44254bd28e9aa52070c6fc1e4ff1db1b802a17e3313787b5a with class 0x06d746fa4f76c90ef79dc5f1f13ecaebd1be970f131721f218312c10c1647696 08:56:06 [08:56:06.116] INFO: pxe:service Added contract aed3419c at 0x1dd773d5491307222a2cee2871806f7aeffa262b7267003278db514189e49ddb with class 0x1edb4aa994b02e5fadaf62b49ae7893ebedfb7fcbf030bb8b34bf385aa30966c 08:56:06 [08:56:06.128] INFO: pxe:service Added contract class 817e86d9 with id 0x1210dae6958450163d64d83c844ebb39e691da1ab8eab316fa5f6a18c8a70bae 08:56:06 [08:56:06.140] INFO: pxe:service Added contract 817e86d9 at 0x042517d1b398337aea38c7465e7c692578dd87bbc43b79435170b1c6a10c394a with class 0x1210dae6958450163d64d83c844ebb39e691da1ab8eab316fa5f6a18c8a70bae 08:56:06 [08:56:06.188] INFO: kv-store:lmdb-v2:test Starting data store with maxReaders 16 08:56:06 [08:56:06.684] INFO: pxe:service Started PXE connected to chain undefined version undefined 08:56:06 PASS src/test/pxe_service.test.ts 08:56:06 PXEService 08:56:06 registers an account and returns it as an account only and not as a recipient (74 ms) 08:56:06 does not throw when registering the same account twice (just ignores the second attempt) (114 ms) 08:56:06 successfully adds a contract (31 ms) 08:56:06 registers a class and adds a contract for it (24 ms) 08:56:06 refuses to register a class with a mismatched address (35 ms) 08:56:06 refuses to register a contract with a class that has not been registered (3 ms) 08:56:06 refuses to register a contract with an artifact with mismatching class id (3 ms) 08:56:06 successfully gets a block number (1 ms) 08:56:06 successfully gets node info (1 ms) 08:56:06 throws when submitting a tx with a nullifier of already settled tx (540 ms) 08:56:06 08:56:06 Test Suites: 1 passed, 1 total 08:56:06 Tests: 10 passed, 10 total 08:56:06 Snapshots: 0 total 08:56:06 Time: 4.496 s 08:56:06 Ran all test suites matching pxe/src/test/pxe_service.test.ts. 08:56:06 Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?