Parent Log: http://ci.aztec-labs.com/3b68d8ef46724aee Command: 84c999e211bb73e4 yarn-project/scripts/run_test.sh pxe/src/test/pxe_service.test.ts Commit: https://github.com/AztecProtocol/aztec-packages/commit/3863bc02d671057d0cffd4ced17ca317788ff190 Env: REF_NAME=gh-readonly-queue/staging/pr-15238-db396f13b7ef374a230174bdc4078d9fbb3c788a CURRENT_VERSION=1.0.0 CI_FULL=1 Date: Tue Jun 24 12:13:40 UTC 2025 System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15238_amd64_x3-full Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s History: http://ci.aztec-labs.com/list/history_bdae7643610b39b9_staging 12:13:44 [12:13:44.720] INFO: kv-store:lmdb-v2:test Starting data store with maxReaders 16 12:13:45 [12:13:45.539] INFO: pxe:service Started PXE connected to chain 1 version 1 12:13:45 [12:13:45.611] INFO: pxe:service Registered account 0x0428072a7cfe203dfe31be8bf139d39f8ab57f99355569ea64cf08469387d59e 12:13:45 [12:13:45.684] INFO: pxe:service Registered account 0x04f0813b0b5f1495a71084a3ab36e2931a9bcfdf516c439f5d47b3f720d345b8 12:13:45 [12:13:45.752] INFO: pxe:service Registered account 0x04f0813b0b5f1495a71084a3ab36e2931a9bcfdf516c439f5d47b3f720d345b8 12:13:45 [12:13:45.794] INFO: pxe:service Added contract 6e22cbc3 at 0x01244c3c3afea5999c2b75722e1db4af847207d9a8123702c7ff84e5073496b0 with class 0x1ff004fc38c53deb6d2e53612246ec9a13bd7e1817d3dfb736e95bc9fbb13617 12:13:45 [12:13:45.804] INFO: pxe:service Added contract 84a63c65 at 0x06a7629c15502d6ec16b6c31b5565850debd81daf6439204bb6ba19d7ec08bb2 with class 0x1121059cf6ce646a128b9d4d7a4ddfdbaeb4d0808fa6301646fe3ec6137b4035 12:13:45 [12:13:45.818] INFO: pxe:service Added contract class d3f215fc with id 0x1a50f6db967b6fe5758a90e9f079de5cee089ef0a7ee0c184d9cdeb4d13d38ea 12:13:45 [12:13:45.827] INFO: pxe:service Added contract d3f215fc at 0x12c74aceaedea487920d1c7ff77b1d0294f3c054b6f7e01922419c5d0f338f69 with class 0x1a50f6db967b6fe5758a90e9f079de5cee089ef0a7ee0c184d9cdeb4d13d38ea 12:13:45 [12:13:45.889] INFO: kv-store:lmdb-v2:test Starting data store with maxReaders 16 12:13:46 [12:13:46.410] INFO: pxe:service Started PXE connected to chain undefined version undefined 12:13:46 PASS src/test/pxe_service.test.ts 12:13:46 PXEService 12:13:46 registers an account and returns it as an account only and not as a recipient (91 ms) 12:13:46 does not throw when registering the same account twice (just ignores the second attempt) (131 ms) 12:13:46 successfully adds a contract (42 ms) 12:13:46 registers a class and adds a contract for it (23 ms) 12:13:46 refuses to register a class with a mismatched address (47 ms) 12:13:46 refuses to register a contract with a class that has not been registered (3 ms) 12:13:46 refuses to register a contract with an artifact with mismatching class id (3 ms) 12:13:46 successfully gets a block number 12:13:46 successfully gets node info (1 ms) 12:13:46 throws when submitting a tx with a nullifier of already settled tx (562 ms) 12:13:46 12:13:46 Test Suites: 1 passed, 1 total 12:13:46 Tests: 10 passed, 10 total 12:13:46 Snapshots: 0 total 12:13:46 Time: 4.831 s 12:13:46 Ran all test suites matching pxe/src/test/pxe_service.test.ts. 12:13:46 Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?