Parent Log: http://ci.aztec-labs.com/d525d18f08c39a3a Command: 731d98bdb3377842 yarn-project/scripts/run_test.sh pxe/src/test/pxe_service.test.ts Commit: https://github.com/AztecProtocol/aztec-packages/commit/daebab2c4bace59ef25ddb29040a040926f095e6 Env: REF_NAME=gh-readonly-queue/next/pr-14986-b80949775e5c27908a6055ad24592f7d98bdc45a CURRENT_VERSION=0.87.6 CI_FULL=1 Date: Mon Jun 16 09:10:58 UTC 2025 System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-14986_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:11:01 [09:11:01.738] INFO: kv-store:lmdb-v2:test Starting data store with maxReaders 16 09:11:02 [09:11:02.403] INFO: pxe:service Started PXE connected to chain 1 version 1 09:11:02 [09:11:02.461] INFO: pxe:service Registered account 0x2453fad7c99093a528467c2619254b6bd49526b57ae7141fb99faf40214a85ab 09:11:02 [09:11:02.529] INFO: pxe:service Registered account 0x2a58f275bb0c67bb9c0860a154d1196686d487792c4607ee7a00bf6e801a3c34 09:11:02 [09:11:02.588] INFO: pxe:service Registered account 0x2a58f275bb0c67bb9c0860a154d1196686d487792c4607ee7a00bf6e801a3c34 09:11:02 [09:11:02.608] INFO: pxe:service Added contract a2a1301c at 0x02751219df8b4992d4f2bbb36dc6c54cd6899f525ee67cee13fb8ef7cc3e3ede with class 0x0be3b67eac13aab0802242d318f15e9f3fcfdb5cc2760e4f7b8fb42aa1c51abe 09:11:02 [09:11:02.616] INFO: pxe:service Added contract 15f5e25f at 0x03e616b4d4a639ab40d6f96ff9482286451364a2b14876ad69bc32a404412ef1 with class 0x22a581f181257891a5fab5279db557d70fe9099a83144bcb20b961681147a087 09:11:02 [09:11:02.626] INFO: pxe:service Added contract class cf15933c with id 0x113e2b036eb9453ead20c74b43bc2773a45ec2f74d3721a5e2018536ecf558b8 09:11:02 [09:11:02.635] INFO: pxe:service Added contract cf15933c at 0x0b1c2cd89c022f0fc7f07c1830c7309eb712b606d93ee83ca2c59967647e4ad7 with class 0x113e2b036eb9453ead20c74b43bc2773a45ec2f74d3721a5e2018536ecf558b8 09:11:02 [09:11:02.686] INFO: kv-store:lmdb-v2:test Starting data store with maxReaders 16 09:11:03 [09:11:03.113] INFO: pxe:service Started PXE connected to chain undefined version undefined 09:11:03 PASS src/test/pxe_service.test.ts 09:11:03 PXEService 09:11:03 registers an account and returns it as an account only and not as a recipient (78 ms) 09:11:03 does not throw when registering the same account twice (just ignores the second attempt) (107 ms) 09:11:03 successfully adds a contract (27 ms) 09:11:03 registers a class and adds a contract for it (19 ms) 09:11:03 refuses to register a class with a mismatched address (36 ms) 09:11:03 refuses to register a contract with a class that has not been registered (5 ms) 09:11:03 refuses to register a contract with an artifact with mismatching class id (4 ms) 09:11:03 successfully gets a block number (1 ms) 09:11:03 successfully gets node info (1 ms) 09:11:03 throws when submitting a tx with a nullifier of already settled tx (464 ms) 09:11:03 09:11:03 Test Suites: 1 passed, 1 total 09:11:03 Tests: 10 passed, 10 total 09:11:03 Snapshots: 0 total 09:11:03 Time: 3.802 s 09:11:03 Ran all test suites matching /pxe\/src\/test\/pxe_service.test.ts/i. 09:11:03 Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?