Parent Log: http://ci.aztec-labs.com/d6c554ed0d0fee9b Command: 53e9b8d3e8ba3411 yarn-project/scripts/run_test.sh pxe/src/test/pxe_service.test.ts Commit: https://github.com/AztecProtocol/aztec-packages/commit/2707ec99de02004f3e30e7af0810e0d741ab9794 Env: REF_NAME=gh-readonly-queue/master/pr-15049-f4ac84d7ac4041d505399edd8819840bb14d6c9d CURRENT_VERSION=0.87.8 CI_FULL=1 Date: Sat Jun 14 10:49:29 UTC 2025 System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15049_amd64_x1-full Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s History: http://ci.aztec-labs.com/list/history_bdae7643610b39b9_master 10:49:32 [10:49:32.590] INFO: kv-store:lmdb-v2:test Starting data store with maxReaders 16 10:49:33 [10:49:33.189] INFO: pxe:service Started PXE connected to chain 1 version 1 10:49:33 [10:49:33.255] INFO: pxe:service Registered account 0x033ba7f6cb8976cce03ca68bfab30c7c04cabf33d4c959f14d48b5d37f0cdf1f 10:49:33 [10:49:33.324] INFO: pxe:service Registered account 0x2214b0acbe4ac634644b06eb0fa8988d261f6ab229eb1c324a1dbd2b8d2981ad 10:49:33 [10:49:33.374] INFO: pxe:service Registered account 0x2214b0acbe4ac634644b06eb0fa8988d261f6ab229eb1c324a1dbd2b8d2981ad 10:49:33 [10:49:33.395] INFO: pxe:service Added contract 90d45afb at 0x093283647c01c7834f8bcbe0482c07e2c3843732b60243b3f4cce46f1d5ba821 with class 0x21ab0c78a1d89e119ba4751045555312a3f455e394affb1f00be64f5cdcf3cae 10:49:33 [10:49:33.406] INFO: pxe:service Added contract acd63cfc at 0x0160c0c560822113621b293320bfb637d1a54a906e2769ae59341be90d6ecd0b with class 0x14ed96777396cb3d848a9f1c67ea2f7505ed7e509bbbf75309c79512366682d8 10:49:33 [10:49:33.416] INFO: pxe:service Added contract class 07042a25 with id 0x2f9a2e18b70571f9581d0964699be048b884869677cb66f47e9f0a21b801d297 10:49:33 [10:49:33.423] INFO: pxe:service Added contract 07042a25 at 0x2f7f7e4c2525b1598889f5fb45520660b3ddb6b610673854eff594e142a6038a with class 0x2f9a2e18b70571f9581d0964699be048b884869677cb66f47e9f0a21b801d297 10:49:33 [10:49:33.467] INFO: kv-store:lmdb-v2:test Starting data store with maxReaders 16 10:49:33 [10:49:33.870] INFO: pxe:service Started PXE connected to chain undefined version undefined 10:49:33 PASS src/test/pxe_service.test.ts 10:49:33 PXEService 10:49:33 registers an account and returns it as an account only and not as a recipient (84 ms) 10:49:33 does not throw when registering the same account twice (just ignores the second attempt) (100 ms) 10:49:33 successfully adds a contract (31 ms) 10:49:33 registers a class and adds a contract for it (17 ms) 10:49:33 refuses to register a class with a mismatched address (31 ms) 10:49:33 refuses to register a contract with a class that has not been registered (3 ms) 10:49:33 refuses to register a contract with an artifact with mismatching class id (3 ms) 10:49:33 successfully gets a block number 10:49:33 successfully gets node info (1 ms) 10:49:33 throws when submitting a tx with a nullifier of already settled tx (435 ms) 10:49:33 10:49:33 Test Suites: 1 passed, 1 total 10:49:33 Tests: 10 passed, 10 total 10:49:33 Snapshots: 0 total 10:49:33 Time: 3.747 s 10:49:33 Ran all test suites matching /pxe\/src\/test\/pxe_service.test.ts/i. 10:49:33 Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?