Parent Log: http://ci.aztec-labs.com/c03abe385025d0b2 Command: 0eb0803829930c84 yarn-project/scripts/run_test.sh pxe/src/test/pxe_service.test.ts Commit: https://github.com/AztecProtocol/aztec-packages/commit/2fb1dd1c3a73b872ba2c6e24ff0303eb2f7ac0fc Env: REF_NAME=gh-readonly-queue/next/pr-15136-cbd66b52b44f3aad75bf6e52a67987ed206598aa CURRENT_VERSION=0.87.6 CI_FULL=1 Date: Thu Jun 19 07:25:17 UTC 2025 System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15136_amd64_x3-full Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s History: http://ci.aztec-labs.com/list/history_bdae7643610b39b9_next 07:25:21 [07:25:21.839] INFO: kv-store:lmdb-v2:test Starting data store with maxReaders 16 07:25:22 [07:25:22.639] INFO: pxe:service Started PXE connected to chain 1 version 1 07:25:22 [07:25:22.707] INFO: pxe:service Registered account 0x2fe1f189f8407e77ff85050ce1400511dc77e9a2e547ba65951c6ce406d87fe3 07:25:22 [07:25:22.781] INFO: pxe:service Registered account 0x2297a8a6de29e84bf001e72baafeb668ab1b182f58cef7d2e2f89836bb356f97 07:25:22 [07:25:22.831] INFO: pxe:service Registered account 0x2297a8a6de29e84bf001e72baafeb668ab1b182f58cef7d2e2f89836bb356f97 07:25:22 [07:25:22.857] INFO: pxe:service Added contract defa4d4a at 0x0831b4afd8aa3972b1648e882f52ab03843bf14f03aa458394d40aba0b56c1b7 with class 0x2ed2f1ccfe096cef6d28a42f515a2391370ef72da5285a93314173ce42612d68 07:25:22 [07:25:22.866] INFO: pxe:service Added contract e7f2f979 at 0x255d92837b8f93d0066f9aa9c0cee5a188e51592ad9d3fc117c7d2fb13a4aaed with class 0x2f0ebc28ceb9cee12670f272ee9cb7669674cc138a55840725c09d3443192965 07:25:22 [07:25:22.879] INFO: pxe:service Added contract class 0ec4163d with id 0x1b4f0ef1b626b7dc33a8264e5559622a707afe3de2bdab91c7ab508b61153fc9 07:25:22 [07:25:22.892] INFO: pxe:service Added contract 0ec4163d at 0x273fbf2263551604ee20313a430b382e001e2dd14bf69e38e955ea26775fa286 with class 0x1b4f0ef1b626b7dc33a8264e5559622a707afe3de2bdab91c7ab508b61153fc9 07:25:22 [07:25:22.961] INFO: kv-store:lmdb-v2:test Starting data store with maxReaders 16 07:25:23 [07:25:23.495] INFO: pxe:service Started PXE connected to chain undefined version undefined 07:25:23 PASS src/test/pxe_service.test.ts 07:25:23 PXEService 07:25:23 registers an account and returns it as an account only and not as a recipient (89 ms) 07:25:23 does not throw when registering the same account twice (just ignores the second attempt) (102 ms) 07:25:23 successfully adds a contract (33 ms) 07:25:23 registers a class and adds a contract for it (27 ms) 07:25:23 refuses to register a class with a mismatched address (45 ms) 07:25:23 refuses to register a contract with a class that has not been registered (5 ms) 07:25:23 refuses to register a contract with an artifact with mismatching class id (7 ms) 07:25:23 successfully gets a block number (1 ms) 07:25:23 successfully gets node info (1 ms) 07:25:23 throws when submitting a tx with a nullifier of already settled tx (566 ms) 07:25:23 07:25:23 Test Suites: 1 passed, 1 total 07:25:23 Tests: 10 passed, 10 total 07:25:23 Snapshots: 0 total 07:25:23 Time: 4.818 s 07:25:23 Ran all test suites matching pxe/src/test/pxe_service.test.ts. 07:25:23 Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?