Parent Log: http://ci.aztec-labs.com/51b65f4b246e4eda Command: 128a905c1f9c1691 yarn-project/scripts/run_test.sh pxe/src/test/pxe_service.test.ts Commit: https://github.com/AztecProtocol/aztec-packages/commit/76ca48a2187e3506bb464eae574e49476c2876ca Env: REF_NAME=gh-readonly-queue/next/pr-15045-9d6fb0bd1594726370a5f3a56591963452264642 CURRENT_VERSION=0.87.6 CI_FULL=1 Date: Fri Jun 13 18:05:55 UTC 2025 System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15045_amd64_x1-full Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s History: http://ci.aztec-labs.com/list/history_bdae7643610b39b9_next 18:05:59 [18:05:59.548] INFO: kv-store:lmdb-v2:test Starting data store with maxReaders 16 18:06:00 [18:06:00.336] INFO: pxe:service Started PXE connected to chain 1 version 1 18:06:00 [18:06:00.396] INFO: pxe:service Registered account 0x1906a7f2bc275d13d264ed2ba3cfc276b29a9b3a6780e4d5231913391e4c41f0 18:06:00 [18:06:00.466] INFO: pxe:service Registered account 0x0ab151c7ed21b8298fc75010acf1545f7cd0a82ff33acb6bd53c69e642fea5c7 18:06:00 [18:06:00.517] INFO: pxe:service Registered account 0x0ab151c7ed21b8298fc75010acf1545f7cd0a82ff33acb6bd53c69e642fea5c7 18:06:00 [18:06:00.540] INFO: pxe:service Added contract 03e9c4e7 at 0x1942d47609f6f1cd95d29f03c3c7130e1984f84be8b665faab625f4e229198bc with class 0x1b58054c39f96732a96ac757222eb411342eea23c3efceca984e90a6f7ba9c75 18:06:00 [18:06:00.548] INFO: pxe:service Added contract 52dffd68 at 0x0293879c7ba309a6d35f3669574514401b29cbdd1c097006ad5127312dc38f23 with class 0x15e27ce52446a68b0686251bb77f237e8fcbe665a1c83243ccefe37dc0f8c74e 18:06:00 [18:06:00.559] INFO: pxe:service Added contract class 8d490273 with id 0x0b385308b585e96bb393c99888d26ad56fa203634aa619d1b63d3370404ea74c 18:06:00 [18:06:00.570] INFO: pxe:service Added contract 8d490273 at 0x21622929ceda691d8f37ae418a37a638d86a89d06c23fb977cb48fa34e4f70b0 with class 0x0b385308b585e96bb393c99888d26ad56fa203634aa619d1b63d3370404ea74c 18:06:00 [18:06:00.637] INFO: kv-store:lmdb-v2:test Starting data store with maxReaders 16 18:06:01 [18:06:01.160] INFO: pxe:service Started PXE connected to chain undefined version undefined 18:06:01 PASS src/test/pxe_service.test.ts 18:06:01 PXEService 18:06:01 registers an account and returns it as an account only and not as a recipient (81 ms) 18:06:01 does not throw when registering the same account twice (just ignores the second attempt) (100 ms) 18:06:01 successfully adds a contract (30 ms) 18:06:01 registers a class and adds a contract for it (23 ms) 18:06:01 refuses to register a class with a mismatched address (45 ms) 18:06:01 refuses to register a contract with a class that has not been registered (6 ms) 18:06:01 refuses to register a contract with an artifact with mismatching class id (5 ms) 18:06:01 successfully gets a block number (1 ms) 18:06:01 successfully gets node info (3 ms) 18:06:01 throws when submitting a tx with a nullifier of already settled tx (566 ms) 18:06:01 18:06:01 Test Suites: 1 passed, 1 total 18:06:01 Tests: 10 passed, 10 total 18:06:01 Snapshots: 0 total 18:06:01 Time: 4.395 s 18:06:01 Ran all test suites matching /pxe\/src\/test\/pxe_service.test.ts/i. 18:06:01 Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?