Parent Log: http://ci.aztec-labs.com/152511a62913ebd7 Command: bcc565b00bd8bb22 yarn-project/scripts/run_test.sh pxe/src/test/pxe_service.test.ts Commit: https://github.com/AztecProtocol/aztec-packages/commit/3c671e0822075208f705135771771f5a47e9652e Env: REF_NAME=gh-readonly-queue/next/pr-15109-9222c7777effe26aa04b5367a455d25be0e7f62e CURRENT_VERSION=0.87.6 CI_FULL=1 Date: Wed Jun 18 16:05:24 UTC 2025 System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15109_amd64_x4-full Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s History: http://ci.aztec-labs.com/list/history_bdae7643610b39b9_next 16:05:27 [16:05:27.804] INFO: kv-store:lmdb-v2:test Starting data store with maxReaders 16 16:05:28 [16:05:28.636] INFO: pxe:service Started PXE connected to chain 1 version 1 16:05:28 [16:05:28.708] INFO: pxe:service Registered account 0x0f6521071bad9894214906632ce0cb1d92242d8ca8808c32a76e3a48194d01c1 16:05:28 [16:05:28.787] INFO: pxe:service Registered account 0x22402e911933a4328a2adebc49ffd3870e25189860d4d89586ec0aa55e017922 16:05:28 [16:05:28.852] INFO: pxe:service Registered account 0x22402e911933a4328a2adebc49ffd3870e25189860d4d89586ec0aa55e017922 16:05:28 [16:05:28.875] INFO: pxe:service Added contract a7406f88 at 0x294ed7fdfd32b96c2870a8525da50ee02dd163cae227a75a95e1ee25c9acadb8 with class 0x2f28e5bdde284941b578dfe711f20645716d1b73dfd6cd73d9e2986b06ea9cd3 16:05:28 [16:05:28.893] INFO: pxe:service Added contract 1befe275 at 0x1ef44917116db5e3a881e94984b0abef7e1cbc951c1ebb427d2ce4a0783c6d77 with class 0x0bb87f083b16f5f3c7d737714c284ba30ba99b101a30b272d6577958d313b2dd 16:05:28 [16:05:28.906] INFO: pxe:service Added contract class 94e296e8 with id 0x2f4bf5d9b538ced635bb78b801edf81bb6b4214997c8c1c3adff5d86c6606f8b 16:05:28 [16:05:28.915] INFO: pxe:service Added contract 94e296e8 at 0x044554d2526fef1eb6373c687c2a458b913af4fe7759a7e75ca1c5063c2c68ba with class 0x2f4bf5d9b538ced635bb78b801edf81bb6b4214997c8c1c3adff5d86c6606f8b 16:05:28 [16:05:28.958] INFO: kv-store:lmdb-v2:test Starting data store with maxReaders 16 16:05:29 [16:05:29.474] INFO: pxe:service Started PXE connected to chain undefined version undefined 16:05:29 PASS src/test/pxe_service.test.ts 16:05:29 PXEService 16:05:29 registers an account and returns it as an account only and not as a recipient (94 ms) 16:05:29 does not throw when registering the same account twice (just ignores the second attempt) (122 ms) 16:05:29 successfully adds a contract (40 ms) 16:05:29 registers a class and adds a contract for it (21 ms) 16:05:29 refuses to register a class with a mismatched address (30 ms) 16:05:29 refuses to register a contract with a class that has not been registered (3 ms) 16:05:29 refuses to register a contract with an artifact with mismatching class id (3 ms) 16:05:29 successfully gets a block number (1 ms) 16:05:29 successfully gets node info (1 ms) 16:05:29 throws when submitting a tx with a nullifier of already settled tx (546 ms) 16:05:29 16:05:29 Test Suites: 1 passed, 1 total 16:05:29 Tests: 10 passed, 10 total 16:05:29 Snapshots: 0 total 16:05:29 Time: 4.555 s 16:05:29 Ran all test suites matching pxe/src/test/pxe_service.test.ts. 16:05:29 Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?