Parent Log: http://ci.aztec-labs.com/38d1899c9cb6c2c4 Command: 95395504b6c81849 yarn-project/scripts/run_test.sh pxe/src/test/pxe_service.test.ts Commit: https://github.com/AztecProtocol/aztec-packages/commit/517501b8b3c82d562e946c782c8fe75426951f62 Env: REF_NAME=gh-readonly-queue/next/pr-15016-a8c553f203c98e5ca274e763c8e51daaaaf760d6 CURRENT_VERSION=0.87.6 CI_FULL=1 Date: Fri Jun 13 09:53:23 UTC 2025 System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15016_amd64_x3-full Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s History: http://ci.aztec-labs.com/list/history_bdae7643610b39b9_next 09:53:27 [09:53:27.043] INFO: kv-store:lmdb-v2:test Starting data store with maxReaders 16 09:53:27 [09:53:27.737] INFO: pxe:service Started PXE connected to chain 1 version 1 09:53:27 [09:53:27.792] INFO: pxe:service Registered account 0x19eb9325c7c4c260490fa5c4f3d11f69bf17150c1e9794fe03481c8a6b6b2b99 09:53:27 [09:53:27.865] INFO: pxe:service Registered account 0x2ee1ed2374029815696fac4fe9d2eb135bbb99a269682679f6cf4f5e5ca265f2 09:53:27 [09:53:27.916] INFO: pxe:service Registered account 0x2ee1ed2374029815696fac4fe9d2eb135bbb99a269682679f6cf4f5e5ca265f2 09:53:27 [09:53:27.937] INFO: pxe:service Added contract 007ee138 at 0x1b555950fa0a922b328efa3c2bfe8a5c29503ef83881d16a5916fb5c10ee7d95 with class 0x142f9546317e3b3835a8683c1c1c05e4413bfccab92f356552ca2848102af4d4 09:53:27 [09:53:27.944] INFO: pxe:service Added contract 8438dd43 at 0x0240948e51162e4d092c9c2d9d1cbca56c3d7b36172d06adca7a8144b01357fa with class 0x2805bb6985ffcc0cb28ec6ebce9bf1a8a96dc7399a7d3ec42460d3e1f3c7781a 09:53:27 [09:53:27.954] INFO: pxe:service Added contract class 4e18244d with id 0x2ae2f979b94b86643a5e4cca1c8bbb1ab1e96a9a292dbb7e5080d7499286809f 09:53:27 [09:53:27.964] INFO: pxe:service Added contract 4e18244d at 0x21d1c7c8151c213aefb75fa391eef9f174f054a64ed99d34c9b4463b9344f43e with class 0x2ae2f979b94b86643a5e4cca1c8bbb1ab1e96a9a292dbb7e5080d7499286809f 09:53:28 [09:53:28.008] INFO: kv-store:lmdb-v2:test Starting data store with maxReaders 16 09:53:28 [09:53:28.496] INFO: pxe:service Started PXE connected to chain undefined version undefined 09:53:28 PASS src/test/pxe_service.test.ts 09:53:28 PXEService 09:53:28 registers an account and returns it as an account only and not as a recipient (75 ms) 09:53:28 does not throw when registering the same account twice (just ignores the second attempt) (104 ms) 09:53:28 successfully adds a contract (27 ms) 09:53:28 registers a class and adds a contract for it (21 ms) 09:53:28 refuses to register a class with a mismatched address (26 ms) 09:53:28 refuses to register a contract with a class that has not been registered (4 ms) 09:53:28 refuses to register a contract with an artifact with mismatching class id (4 ms) 09:53:28 successfully gets a block number (1 ms) 09:53:28 successfully gets node info (1 ms) 09:53:28 throws when submitting a tx with a nullifier of already settled tx (525 ms) 09:53:28 09:53:28 Test Suites: 1 passed, 1 total 09:53:28 Tests: 10 passed, 10 total 09:53:28 Snapshots: 0 total 09:53:28 Time: 4.169 s 09:53:28 Ran all test suites matching /pxe\/src\/test\/pxe_service.test.ts/i. 09:53:28 Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?