Parent Log: http://ci.aztec-labs.com/159a0372e5aafeff Command: 426cee6a32f1da3c yarn-project/scripts/run_test.sh pxe/src/test/pxe_service.test.ts Commit: https://github.com/AztecProtocol/aztec-packages/commit/d96baf1c44329e8b2e3a432ad803f702f5184a62 Env: REF_NAME=gh-readonly-queue/next/pr-15025-26c5a39fe03723d11540f721293d7aebd1f478d9 CURRENT_VERSION=0.87.6 CI_FULL=1 Date: Fri Jun 13 09:33:02 UTC 2025 System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15025_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:33:06 [09:33:06.051] INFO: kv-store:lmdb-v2:test Starting data store with maxReaders 16 09:33:06 [09:33:06.817] INFO: pxe:service Started PXE connected to chain 1 version 1 09:33:06 [09:33:06.874] INFO: pxe:service Registered account 0x0a926d57ad9a19804823034cbc2ad619687f74726e5a53c9a3bc6d2988673519 09:33:06 [09:33:06.948] INFO: pxe:service Registered account 0x0977f0f2d5d625793aaab6feb94a674764c34b9621255038e2aaf4b3428c9ce1 09:33:07 [09:33:07.001] INFO: pxe:service Registered account 0x0977f0f2d5d625793aaab6feb94a674764c34b9621255038e2aaf4b3428c9ce1 09:33:07 [09:33:07.022] INFO: pxe:service Added contract 37930cfc at 0x0c14a2074a23af96de0241d983955f32cef42e277096d0bb103704883a47765f with class 0x1a68982188d65a8f656e300fe15318032c033b2da9bf70adbb4ca604ceeb69dd 09:33:07 [09:33:07.029] INFO: pxe:service Added contract d8a49545 at 0x098f865518b9e211e61a90e6d02bc1397e0a0f84b9cc1651305f76bd5b422ea6 with class 0x042d8d95a135714fac7f55cfeebdee0f966797949fffbce785dadb2bf2bc668e 09:33:07 [09:33:07.043] INFO: pxe:service Added contract class 71e422d8 with id 0x21e4b8006db7839ff6ff08dd2ba12065d9d693b19905b0f94bced3346b6e581c 09:33:07 [09:33:07.062] INFO: pxe:service Added contract 71e422d8 at 0x2549811d54fa1f818778d43c2d3ac094cfa73b7537a5d6c952e51ad11ec69802 with class 0x21e4b8006db7839ff6ff08dd2ba12065d9d693b19905b0f94bced3346b6e581c 09:33:07 [09:33:07.104] INFO: kv-store:lmdb-v2:test Starting data store with maxReaders 16 09:33:07 [09:33:07.624] INFO: pxe:service Started PXE connected to chain undefined version undefined 09:33:07 PASS src/test/pxe_service.test.ts 09:33:07 PXEService 09:33:07 registers an account and returns it as an account only and not as a recipient (78 ms) 09:33:07 does not throw when registering the same account twice (just ignores the second attempt) (107 ms) 09:33:07 successfully adds a contract (26 ms) 09:33:07 registers a class and adds a contract for it (33 ms) 09:33:07 refuses to register a class with a mismatched address (28 ms) 09:33:07 refuses to register a contract with a class that has not been registered (3 ms) 09:33:07 refuses to register a contract with an artifact with mismatching class id (3 ms) 09:33:07 successfully gets a block number 09:33:07 successfully gets node info (1 ms) 09:33:07 throws when submitting a tx with a nullifier of already settled tx (556 ms) 09:33:07 09:33:07 Test Suites: 1 passed, 1 total 09:33:07 Tests: 10 passed, 10 total 09:33:07 Snapshots: 0 total 09:33:07 Time: 4.206 s 09:33:07 Ran all test suites matching /pxe\/src\/test\/pxe_service.test.ts/i. 09:33:07 Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?