Parent Log: http://ci.aztec-labs.com/058a10c61a6638d4 Command: a8cc061dbe484831 yarn-project/scripts/run_test.sh pxe/src/test/pxe_service.test.ts Commit: https://github.com/AztecProtocol/aztec-packages/commit/58696523cc93fda453138a4f2c2dff72b21f0bfa Env: REF_NAME=gh-readonly-queue/next/pr-15180-a923b0dd4c74291fcefa86c41b3b5dffca7e4178 CURRENT_VERSION=0.87.6 CI_FULL=1 Date: Fri Jun 20 13:10:41 UTC 2025 System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15180_amd64_x1-full Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s History: http://ci.aztec-labs.com/list/history_bdae7643610b39b9_next 13:10:45 [13:10:45.478] INFO: kv-store:lmdb-v2:test Starting data store with maxReaders 16 13:10:46 [13:10:46.281] INFO: pxe:service Started PXE connected to chain 1 version 1 13:10:46 [13:10:46.350] INFO: pxe:service Registered account 0x14306519beca8ed1181e4f965b3ca48792fcd94fbaee4f2d8419ef2ef681d71b 13:10:46 [13:10:46.421] INFO: pxe:service Registered account 0x1ef63df635ecff9f4c0b03530656b2f584ba0b85617a13062295d47337837aa6 13:10:46 [13:10:46.483] INFO: pxe:service Registered account 0x1ef63df635ecff9f4c0b03530656b2f584ba0b85617a13062295d47337837aa6 13:10:46 [13:10:46.514] INFO: pxe:service Added contract b2c987ba at 0x2f40e523a8e605d1d1e2e544f64e5e7cba9e3ee87396e8420d02692a05e2a10a with class 0x29ef99fed6f50c244dc3e51d59c388da85c716867c14614f38feac487d727826 13:10:46 [13:10:46.525] INFO: pxe:service Added contract e5b82f4e at 0x231ad5834c495602782c8de73db40acce749c8c4cd0551b04f2b91c6aa011161 with class 0x0a8d621fcbf9a4fdd7b70a2d3a13669d24405cb40483fcd50a77ec536b71508f 13:10:46 [13:10:46.537] INFO: pxe:service Added contract class ad12d2e0 with id 0x012f919251a7cffa68110dd884e370cd58bd95e9ed236907750853fb8b7df792 13:10:46 [13:10:46.545] INFO: pxe:service Added contract ad12d2e0 at 0x05330f902012631604b05893905abe8752e02d80d02428779f98eb32129fa312 with class 0x012f919251a7cffa68110dd884e370cd58bd95e9ed236907750853fb8b7df792 13:10:46 [13:10:46.598] INFO: kv-store:lmdb-v2:test Starting data store with maxReaders 16 13:10:47 [13:10:47.116] INFO: pxe:service Started PXE connected to chain undefined version undefined 13:10:47 PASS src/test/pxe_service.test.ts 13:10:47 PXEService 13:10:47 registers an account and returns it as an account only and not as a recipient (89 ms) 13:10:47 does not throw when registering the same account twice (just ignores the second attempt) (118 ms) 13:10:47 successfully adds a contract (39 ms) 13:10:47 registers a class and adds a contract for it (19 ms) 13:10:47 refuses to register a class with a mismatched address (33 ms) 13:10:47 refuses to register a contract with a class that has not been registered (3 ms) 13:10:47 refuses to register a contract with an artifact with mismatching class id (4 ms) 13:10:47 successfully gets a block number (1 ms) 13:10:47 successfully gets node info (1 ms) 13:10:47 throws when submitting a tx with a nullifier of already settled tx (553 ms) 13:10:47 13:10:47 Test Suites: 1 passed, 1 total 13:10:47 Tests: 10 passed, 10 total 13:10:47 Snapshots: 0 total 13:10:47 Time: 4.664 s 13:10:47 Ran all test suites matching pxe/src/test/pxe_service.test.ts. 13:10:47 Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?