Parent Log: http://ci.aztec-labs.com/025889bb38746a8e Command: 02573248fd9c66ba yarn-project/scripts/run_test.sh pxe/src/test/pxe_service.test.ts Commit: https://github.com/AztecProtocol/aztec-packages/commit/712835e3cfa2ed6f980f2d482aa4b0ae767046a7 Env: REF_NAME=gh-readonly-queue/next/pr-15077-4b0e4dc09fa55f0bc808fa0c7c3e95e8fa997069 CURRENT_VERSION=0.87.6 CI_FULL=1 Date: Tue Jun 17 21:08:10 UTC 2025 System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15077_amd64_x3-full Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s History: http://ci.aztec-labs.com/list/history_bdae7643610b39b9_next 21:08:14 [21:08:14.314] INFO: kv-store:lmdb-v2:test Starting data store with maxReaders 16 21:08:15 [21:08:15.074] INFO: pxe:service Started PXE connected to chain 1 version 1 21:08:15 [21:08:15.137] INFO: pxe:service Registered account 0x0ac74507e750bac654091425349ab615e17402e0a8258e0fc74fa4c2f8df9489 21:08:15 [21:08:15.211] INFO: pxe:service Registered account 0x0b22d473f64db3f2b443b08edd87c6ec8817e97e9d35f77217784ee502375d24 21:08:15 [21:08:15.257] INFO: pxe:service Registered account 0x0b22d473f64db3f2b443b08edd87c6ec8817e97e9d35f77217784ee502375d24 21:08:15 [21:08:15.281] INFO: pxe:service Added contract c36ab592 at 0x0380df3bf3429eb91e6e3902e8dd9200541bdab738315bf924807c6e6a3fed5f with class 0x1cb2337cfe28253376d67877b70cad65aa6ff6154f40c0712f85bea77e21788d 21:08:15 [21:08:15.292] INFO: pxe:service Added contract c86559f0 at 0x0f37e3066d7278a7459ee11fca92a07f78b116d2a3ae1beab0e322f60ca86fe3 with class 0x2026c7179f51321047e521a0a7d817de0cad993aa0aab47bdb444dbd49512a02 21:08:15 [21:08:15.303] INFO: pxe:service Added contract class 11920624 with id 0x0bedc09b0e5e81f554124ffa20702f086d2ba90008b0c2d7483eafd82d53f487 21:08:15 [21:08:15.310] INFO: pxe:service Added contract 11920624 at 0x0bd46bcd682286c7b2f18659e8c44e1af8f543c1f80ff46f77a71d6d4dbf41a1 with class 0x0bedc09b0e5e81f554124ffa20702f086d2ba90008b0c2d7483eafd82d53f487 21:08:15 [21:08:15.347] INFO: kv-store:lmdb-v2:test Starting data store with maxReaders 16 21:08:15 [21:08:15.817] INFO: pxe:service Started PXE connected to chain undefined version undefined 21:08:15 PASS src/test/pxe_service.test.ts 21:08:15 PXEService 21:08:15 registers an account and returns it as an account only and not as a recipient (85 ms) 21:08:15 does not throw when registering the same account twice (just ignores the second attempt) (98 ms) 21:08:15 successfully adds a contract (33 ms) 21:08:15 registers a class and adds a contract for it (18 ms) 21:08:15 refuses to register a class with a mismatched address (25 ms) 21:08:15 refuses to register a contract with a class that has not been registered (3 ms) 21:08:15 refuses to register a contract with an artifact with mismatching class id (3 ms) 21:08:15 successfully gets a block number (1 ms) 21:08:15 successfully gets node info (1 ms) 21:08:15 throws when submitting a tx with a nullifier of already settled tx (500 ms) 21:08:15 21:08:15 Test Suites: 1 passed, 1 total 21:08:15 Tests: 10 passed, 10 total 21:08:15 Snapshots: 0 total 21:08:15 Time: 4.336 s 21:08:15 Ran all test suites matching pxe/src/test/pxe_service.test.ts. 21:08:15 Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?