Parent Log: http://ci.aztec-labs.com/963630247fdd03f4 Command: 69b6d6ef87c6fae3 yarn-project/scripts/run_test.sh pxe/src/test/pxe_service.test.ts Commit: https://github.com/AztecProtocol/aztec-packages/commit/d4893155ff105399557b55c16450c39921c70d11 Env: REF_NAME=gh-readonly-queue/next/pr-15218-7edf16da6c056f9499e2dfd9c71fb9b7580f9bfc CURRENT_VERSION=0.87.6 CI_FULL=0 Date: Tue Jun 24 10:30:38 UTC 2025 System: ARCH=arm64 CPUS=64 MEM=247Gi HOSTNAME=pr-15218_arm64_a1-fast Resources: CPU_LIST=0-63 CPUS=2 MEM=8g TIMEOUT=600s History: http://ci.aztec-labs.com/list/history_bdae7643610b39b9_next 10:30:41 [10:30:41.127] INFO: kv-store:lmdb-v2:test Starting data store with maxReaders 16 10:30:41 [10:30:41.750] INFO: pxe:service Started PXE connected to chain 1 version 1 10:30:41 [10:30:41.810] INFO: pxe:service Registered account 0x0df085336841ce411493440485a82782f994b156e16930d5ec38e27b0f8dd5ad 10:30:41 [10:30:41.870] INFO: pxe:service Registered account 0x0f0e70d4749fdbb55c0a9748609c3dace6a3ca2d888023210b1c62d75be2e9fe 10:30:41 [10:30:41.921] INFO: pxe:service Registered account 0x0f0e70d4749fdbb55c0a9748609c3dace6a3ca2d888023210b1c62d75be2e9fe 10:30:41 [10:30:41.941] INFO: pxe:service Added contract 65c1347c at 0x1e725b6bb4c2d031a83cdad8f03f53949452ae40af5480ddd26035c0ebccf02b with class 0x208f3e9e250c11955fe6ed19aa0cf9a0226debfe90de6bdd5c16de9f563546a6 10:30:41 [10:30:41.952] INFO: pxe:service Added contract 8b5f5c07 at 0x209a4241eed33074931d427b2f185f201b0efd4574020c5a29557be025c81207 with class 0x018ba5a10268e9e035aa8e7e4044cf9bd25187fae36c045b1cb77b66f1354a50 10:30:41 [10:30:41.965] INFO: pxe:service Added contract class d6dfbb5f with id 0x28ae26a6e572fd90c4e767f72ed14482d4ba53dc960abe8aa3b94aab905521a6 10:30:41 [10:30:41.971] INFO: pxe:service Added contract d6dfbb5f at 0x0591fd92caf97c89c1c57916acbb02bc948783801ad40809c4352058792a8474 with class 0x28ae26a6e572fd90c4e767f72ed14482d4ba53dc960abe8aa3b94aab905521a6 10:30:42 [10:30:42.014] INFO: kv-store:lmdb-v2:test Starting data store with maxReaders 16 10:30:42 [10:30:42.430] INFO: pxe:service Started PXE connected to chain undefined version undefined 10:30:42 PASS src/test/pxe_service.test.ts 10:30:42 PXEService 10:30:42 registers an account and returns it as an account only and not as a recipient (76 ms) 10:30:42 does not throw when registering the same account twice (just ignores the second attempt) (99 ms) 10:30:42 successfully adds a contract (27 ms) 10:30:42 registers a class and adds a contract for it (19 ms) 10:30:42 refuses to register a class with a mismatched address (30 ms) 10:30:42 refuses to register a contract with a class that has not been registered (3 ms) 10:30:42 refuses to register a contract with an artifact with mismatching class id (3 ms) 10:30:42 successfully gets a block number (1 ms) 10:30:42 successfully gets node info (1 ms) 10:30:42 throws when submitting a tx with a nullifier of already settled tx (446 ms) 10:30:42 10:30:42 Test Suites: 1 passed, 1 total 10:30:42 Tests: 10 passed, 10 total 10:30:42 Snapshots: 0 total 10:30:42 Time: 3.485 s 10:30:42 Ran all test suites matching pxe/src/test/pxe_service.test.ts. 10:30:42 Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?