Parent Log: http://ci.aztec-labs.com/252df612f2c5c63f Command: 70462c95d683706b yarn-project/scripts/run_test.sh pxe/src/test/pxe_service.test.ts Commit: https://github.com/AztecProtocol/aztec-packages/commit/fa159c5d52a45358479f951a547fed37f141a6ed Env: REF_NAME=gh-readonly-queue/next/pr-15054-184d5f7d956dd7251670a2dd6728f313cfdf3caf CURRENT_VERSION=0.87.6 CI_FULL=1 Date: Fri Jun 13 22:34:03 UTC 2025 System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15054_amd64_x2-full Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s History: http://ci.aztec-labs.com/list/history_bdae7643610b39b9_next 22:34:07 [22:34:07.344] INFO: kv-store:lmdb-v2:test Starting data store with maxReaders 16 22:34:08 [22:34:08.009] INFO: pxe:service Started PXE connected to chain 1 version 1 22:34:08 [22:34:08.065] INFO: pxe:service Registered account 0x0a302fbf0bdde0b7bc731916592f3d4fe01ba3275fc8dd79f5fd42a582a66ac7 22:34:08 [22:34:08.135] INFO: pxe:service Registered account 0x099dfd4ff335e3ea45f80f6d54ea86381ded1a36cd4946664e3e1e0f176fe9eb 22:34:08 [22:34:08.190] INFO: pxe:service Registered account 0x099dfd4ff335e3ea45f80f6d54ea86381ded1a36cd4946664e3e1e0f176fe9eb 22:34:08 [22:34:08.214] INFO: pxe:service Added contract a8064676 at 0x01c1f4d219b36bd6734b4e8a4560829727571aa3149a475e20b34cf24612c4d1 with class 0x1c9c9052df4314be8b556f53f86dc7c6672596d8034026da43436593b2fa8604 22:34:08 [22:34:08.223] INFO: pxe:service Added contract 3b503216 at 0x265647d92e5dd6e987e7a9d09c7909db6ccb9c888f6e1c30de65d5ab5a939a18 with class 0x2e73503d6ca3e0e3d7202f02b1a11a43cfdcc26cb3e5459fc96fc23431a32cc3 22:34:08 [22:34:08.232] INFO: pxe:service Added contract class 89110268 with id 0x2b7725f3d6d7e101b5def50d05b8f3f4f2c1ba69f80ab9dfc6f065b980e4a6e1 22:34:08 [22:34:08.244] INFO: pxe:service Added contract 89110268 at 0x1e554e81e7c237a3ca374008fc6beea845ccc5cc6d17573e1344b9435aeee3f7 with class 0x2b7725f3d6d7e101b5def50d05b8f3f4f2c1ba69f80ab9dfc6f065b980e4a6e1 22:34:08 [22:34:08.289] INFO: kv-store:lmdb-v2:test Starting data store with maxReaders 16 22:34:08 [22:34:08.767] INFO: pxe:service Started PXE connected to chain undefined version undefined 22:34:08 PASS src/test/pxe_service.test.ts 22:34:08 PXEService 22:34:08 registers an account and returns it as an account only and not as a recipient (77 ms) 22:34:08 does not throw when registering the same account twice (just ignores the second attempt) (105 ms) 22:34:08 successfully adds a contract (32 ms) 22:34:08 registers a class and adds a contract for it (21 ms) 22:34:08 refuses to register a class with a mismatched address (32 ms) 22:34:08 refuses to register a contract with a class that has not been registered (4 ms) 22:34:08 refuses to register a contract with an artifact with mismatching class id (3 ms) 22:34:08 successfully gets a block number (1 ms) 22:34:08 successfully gets node info (1 ms) 22:34:08 throws when submitting a tx with a nullifier of already settled tx (509 ms) 22:34:08 22:34:08 Test Suites: 1 passed, 1 total 22:34:08 Tests: 10 passed, 10 total 22:34:08 Snapshots: 0 total 22:34:08 Time: 4.164 s 22:34:08 Ran all test suites matching /pxe\/src\/test\/pxe_service.test.ts/i. 22:34:08 Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?