Parent Log: http://ci.aztec-labs.com/f378932cfb9e1a30 Command: 61f8e44af0fc4001 yarn-project/scripts/run_test.sh pxe/src/test/pxe_service.test.ts Commit: https://github.com/AztecProtocol/aztec-packages/commit/e56baa7f24bac54baf9e2f22f6f33ae6fa8b8c0f Env: REF_NAME=gh-readonly-queue/next/pr-14891-76ca48a2187e3506bb464eae574e49476c2876ca CURRENT_VERSION=0.87.6 CI_FULL=1 Date: Fri Jun 13 19:21:51 UTC 2025 System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-14891_amd64_x2-full Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s History: http://ci.aztec-labs.com/list/history_bdae7643610b39b9_next 19:21:54 [19:21:54.826] INFO: kv-store:lmdb-v2:test Starting data store with maxReaders 16 19:21:55 [19:21:55.614] INFO: pxe:service Started PXE connected to chain 1 version 1 19:21:55 [19:21:55.689] INFO: pxe:service Registered account 0x1f08c2632e3c5f7e89e3f866aecf68951f13f142d3a4736294dbad154b27755d 19:21:55 [19:21:55.764] INFO: pxe:service Registered account 0x25e2a63b9aab68bfb0d3e14486db992fa84e64a0bb2e7e35ec60b637a7b0c414 19:21:55 [19:21:55.817] INFO: pxe:service Registered account 0x25e2a63b9aab68bfb0d3e14486db992fa84e64a0bb2e7e35ec60b637a7b0c414 19:21:55 [19:21:55.841] INFO: pxe:service Added contract b8ecf563 at 0x17f9848f51923e6128cb15d785c650fc9a5b37a96e21acf76750da4c3853525a with class 0x12fc49d3ac455f854af3c0742ea1f1debccc1fddce89cd99db79ab381d8469d9 19:21:55 [19:21:55.850] INFO: pxe:service Added contract 4b03c774 at 0x1404476e623e47156e05bd843f06851a9f2301c81330c9d587d88364711ad26c with class 0x08b2cf439581b156c8f26ee4d1e610178c11ff5fbe0999a8cf1a58f85e9515ba 19:21:55 [19:21:55.862] INFO: pxe:service Added contract class ebdcb4aa with id 0x1e1c8b05639153a01b21e3b1b50de48099eba5d9cb9ded73e209301317acf66f 19:21:55 [19:21:55.871] INFO: pxe:service Added contract ebdcb4aa at 0x2229d582a49ecff29ba93674628a9fc86057c5afc9e6ef3f798042569eb9c909 with class 0x1e1c8b05639153a01b21e3b1b50de48099eba5d9cb9ded73e209301317acf66f 19:21:55 [19:21:55.923] INFO: kv-store:lmdb-v2:test Starting data store with maxReaders 16 19:21:56 [19:21:56.487] INFO: pxe:service Started PXE connected to chain undefined version undefined 19:21:56 PASS src/test/pxe_service.test.ts 19:21:56 PXEService 19:21:56 registers an account and returns it as an account only and not as a recipient (94 ms) 19:21:56 does not throw when registering the same account twice (just ignores the second attempt) (111 ms) 19:21:56 successfully adds a contract (33 ms) 19:21:56 registers a class and adds a contract for it (21 ms) 19:21:56 refuses to register a class with a mismatched address (34 ms) 19:21:56 refuses to register a contract with a class that has not been registered (4 ms) 19:21:56 refuses to register a contract with an artifact with mismatching class id (4 ms) 19:21:56 successfully gets a block number (1 ms) 19:21:56 successfully gets node info (1 ms) 19:21:56 throws when submitting a tx with a nullifier of already settled tx (595 ms) 19:21:56 19:21:56 Test Suites: 1 passed, 1 total 19:21:56 Tests: 10 passed, 10 total 19:21:56 Snapshots: 0 total 19:21:56 Time: 4.378 s 19:21:56 Ran all test suites matching /pxe\/src\/test\/pxe_service.test.ts/i. 19:21:56 Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?