Parent Log: http://ci.aztec-labs.com/2df2f23eb2ea1efb Command: f5e85dbc8a1d83c5 yarn-project/scripts/run_test.sh pxe/src/test/pxe_service.test.ts Commit: https://github.com/AztecProtocol/aztec-packages/commit/26c5a39fe03723d11540f721293d7aebd1f478d9 Env: REF_NAME=gh-readonly-queue/next/pr-14995-75d792847d8434a0c504e7adf5c102a913065272 CURRENT_VERSION=0.87.6 CI_FULL=1 Date: Fri Jun 13 09:01:18 UTC 2025 System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-14995_amd64_x2-full Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s History: http://ci.aztec-labs.com/list/history_bdae7643610b39b9_next 09:01:22 [09:01:22.104] INFO: kv-store:lmdb-v2:test Starting data store with maxReaders 16 09:01:22 [09:01:22.883] INFO: pxe:service Started PXE connected to chain 1 version 1 09:01:22 [09:01:22.959] INFO: pxe:service Registered account 0x199f052b4400cbe221e3ecff8ff5deea8012c2a4f5fbe56ce91a7772e8adc81b 09:01:23 [09:01:23.035] INFO: pxe:service Registered account 0x2660c19e583ed73f6fcb89c8613f91969c8d3a631923cf9fb348a8cb341cc188 09:01:23 [09:01:23.083] INFO: pxe:service Registered account 0x2660c19e583ed73f6fcb89c8613f91969c8d3a631923cf9fb348a8cb341cc188 09:01:23 [09:01:23.102] INFO: pxe:service Added contract 106f611c at 0x072d138f263d35235e0518666918a6c8520d0e8e16533af28d28fddc77036020 with class 0x15a9aa74c068dade679a52fa51b68b8c852db694c5f9a8ad6366ad6710320797 09:01:23 [09:01:23.111] INFO: pxe:service Added contract cdc53ba5 at 0x264abc0fd5098ac5bc3f6e15c46cfda21947919a1eba5d06a007f26f405cd7d8 with class 0x2b15ad041b640229c412e9914ee294e70ea7c8546eb961b615bcc15266a8f993 09:01:23 [09:01:23.130] INFO: pxe:service Added contract class 27eee3d6 with id 0x090dd9b7d5a9ba71a86d91d4c401d828bedd827671a445b2a37bb386a5fba7c0 09:01:23 [09:01:23.138] INFO: pxe:service Added contract 27eee3d6 at 0x23400fd2bd3590b8d3bc4a2fd797d683cbc5ead4fd393fcbce4bdfb717796145 with class 0x090dd9b7d5a9ba71a86d91d4c401d828bedd827671a445b2a37bb386a5fba7c0 09:01:23 [09:01:23.185] INFO: kv-store:lmdb-v2:test Starting data store with maxReaders 16 09:01:23 [09:01:23.634] INFO: pxe:service Started PXE connected to chain undefined version undefined 09:01:23 PASS src/test/pxe_service.test.ts 09:01:23 PXEService 09:01:23 registers an account and returns it as an account only and not as a recipient (104 ms) 09:01:23 does not throw when registering the same account twice (just ignores the second attempt) (97 ms) 09:01:23 successfully adds a contract (30 ms) 09:01:23 registers a class and adds a contract for it (23 ms) 09:01:23 refuses to register a class with a mismatched address (34 ms) 09:01:23 refuses to register a contract with a class that has not been registered (3 ms) 09:01:23 refuses to register a contract with an artifact with mismatching class id (3 ms) 09:01:23 successfully gets a block number (1 ms) 09:01:23 successfully gets node info (1 ms) 09:01:23 throws when submitting a tx with a nullifier of already settled tx (481 ms) 09:01:23 09:01:23 Test Suites: 1 passed, 1 total 09:01:23 Tests: 10 passed, 10 total 09:01:23 Snapshots: 0 total 09:01:23 Time: 4.115 s 09:01:23 Ran all test suites matching /pxe\/src\/test\/pxe_service.test.ts/i. 09:01:23 Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?