Parent Log: http://ci.aztec-labs.com/16bd7f8bf151b42a Command: d2b17a71056754a7 yarn-project/scripts/run_test.sh pxe/src/test/pxe_service.test.ts Commit: https://github.com/AztecProtocol/aztec-packages/commit/e1fded96333f986cee2b82440cf35579c6335754 Env: REF_NAME=release-please--branches--next CURRENT_VERSION=0.88.0 CI_FULL=0 Date: Mon Jun 16 23:20:12 UTC 2025 System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=release-please--branches--next_amd64 Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s History: http://ci.aztec-labs.com/list/history_bdae7643610b39b9_next 23:20:15 [23:20:15.427] INFO: kv-store:lmdb-v2:test Starting data store with maxReaders 16 23:20:16 [23:20:16.064] INFO: pxe:service Started PXE connected to chain 1 version 1 23:20:16 [23:20:16.123] INFO: pxe:service Registered account 0x211706064c49a9a65ec34bd80e46c480045b20680c698ce7a69464721fba224c 23:20:16 [23:20:16.191] INFO: pxe:service Registered account 0x243b4b46b70caac404764226b645f2eb2def55951212ea2d525de3e07f7d08fc 23:20:16 [23:20:16.251] INFO: pxe:service Registered account 0x243b4b46b70caac404764226b645f2eb2def55951212ea2d525de3e07f7d08fc 23:20:16 [23:20:16.268] INFO: pxe:service Added contract cc01d4f5 at 0x153be87718ff202de98514e371d15e2019de54ad478f1123efc2febdb86e2dd9 with class 0x185c1c44cb9d28b488cd0ae995f54f0d2b784b87daeecd26e14b86e46cd43ce3 23:20:16 [23:20:16.278] INFO: pxe:service Added contract d9d33f88 at 0x12935cce3d742a2410a73416e80b5ae318b13e409a3514459ab45a1f1ee8f9c4 with class 0x27a1c2387eac36480df583c4d32312a94086f4aaae2d8974de2b54087c5957f0 23:20:16 [23:20:16.288] INFO: pxe:service Added contract class 0cd9c8ca with id 0x17a10ceb221af2815829a2f87a01bc6c5b94d647239ec3d9fe423ff33c09cda4 23:20:16 [23:20:16.296] INFO: pxe:service Added contract 0cd9c8ca at 0x2fef6d5bbea02985214c4da57b9cbef08c262d63ca92820dbc503a8661270c79 with class 0x17a10ceb221af2815829a2f87a01bc6c5b94d647239ec3d9fe423ff33c09cda4 23:20:16 [23:20:16.351] INFO: kv-store:lmdb-v2:test Starting data store with maxReaders 16 23:20:16 [23:20:16.789] INFO: pxe:service Started PXE connected to chain undefined version undefined 23:20:16 PASS src/test/pxe_service.test.ts 23:20:16 PXEService 23:20:16 registers an account and returns it as an account only and not as a recipient (79 ms) 23:20:16 does not throw when registering the same account twice (just ignores the second attempt) (108 ms) 23:20:16 successfully adds a contract (27 ms) 23:20:16 registers a class and adds a contract for it (18 ms) 23:20:16 refuses to register a class with a mismatched address (37 ms) 23:20:16 refuses to register a contract with a class that has not been registered (5 ms) 23:20:16 refuses to register a contract with an artifact with mismatching class id (5 ms) 23:20:16 successfully gets a block number (1 ms) 23:20:16 successfully gets node info (1 ms) 23:20:16 throws when submitting a tx with a nullifier of already settled tx (472 ms) 23:20:16 23:20:16 Test Suites: 1 passed, 1 total 23:20:16 Tests: 10 passed, 10 total 23:20:16 Snapshots: 0 total 23:20:16 Time: 3.901 s 23:20:16 Ran all test suites matching pxe/src/test/pxe_service.test.ts. 23:20:16 Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?