Parent Log: http://ci.aztec-labs.com/ef28baa8c095c429 Command: 13dd8684e4e32fd7 yarn-project/scripts/run_test.sh pxe/src/test/pxe_service.test.ts Commit: https://github.com/AztecProtocol/aztec-packages/commit/1c9ca312bfdace816082212846900a49694e1e50 Env: REF_NAME=gh-readonly-queue/next/pr-15182-af094bce13530e078c78de9f3264280e6693d533 CURRENT_VERSION=0.87.6 CI_FULL=1 Date: Tue Jun 24 08:55:58 UTC 2025 System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15182_amd64_x1-full Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s History: http://ci.aztec-labs.com/list/history_bdae7643610b39b9_next 08:56:03 [08:56:03.055] INFO: kv-store:lmdb-v2:test Starting data store with maxReaders 16 08:56:03 [08:56:03.840] INFO: pxe:service Started PXE connected to chain 1 version 1 08:56:03 [08:56:03.902] INFO: pxe:service Registered account 0x304cd012a7f183607fd4a996a913813e259e16d3bc61ce501e12437fb15c7b18 08:56:03 [08:56:03.981] INFO: pxe:service Registered account 0x22205154ad51ed56a4065b89e52640a07e4bff8016cef8a05c0fa5bd40422637 08:56:04 [08:56:04.053] INFO: pxe:service Registered account 0x22205154ad51ed56a4065b89e52640a07e4bff8016cef8a05c0fa5bd40422637 08:56:04 [08:56:04.072] INFO: pxe:service Added contract 12a929ff at 0x1044e6158284e2368dfdbc9d9df7783764798e4b9ae4ab62c86bcdf27d8fb5df with class 0x16f16843ebe9fbab5652a67e1cea222c253a5ed44ae76ab87b1ddc7bb175f1db 08:56:04 [08:56:04.083] INFO: pxe:service Added contract 7977c166 at 0x235d4263443de6c0fcedd4a011e57bdc564309324f2897de3edda53c223c673e with class 0x05d813821daaebce7fcc473a0231b2264e7745ae269521cd885141226dd8cc51 08:56:04 [08:56:04.092] INFO: pxe:service Added contract class 9469426b with id 0x2e0e5a1f85bab3709bfc5410d82da1e735ae5bc4388974220ea7bc00c02ec07e 08:56:04 [08:56:04.104] INFO: pxe:service Added contract 9469426b at 0x0f6b42a65ce780e776df0bcd01369c5a31335ec47a277c82b98ee1dc4ad40dec with class 0x2e0e5a1f85bab3709bfc5410d82da1e735ae5bc4388974220ea7bc00c02ec07e 08:56:04 [08:56:04.154] INFO: kv-store:lmdb-v2:test Starting data store with maxReaders 16 08:56:04 [08:56:04.667] INFO: pxe:service Started PXE connected to chain undefined version undefined 08:56:04 PASS src/test/pxe_service.test.ts 08:56:04 PXEService 08:56:04 registers an account and returns it as an account only and not as a recipient (79 ms) 08:56:04 does not throw when registering the same account twice (just ignores the second attempt) (132 ms) 08:56:04 successfully adds a contract (28 ms) 08:56:04 registers a class and adds a contract for it (20 ms) 08:56:04 refuses to register a class with a mismatched address (36 ms) 08:56:04 refuses to register a contract with a class that has not been registered (4 ms) 08:56:04 refuses to register a contract with an artifact with mismatching class id (4 ms) 08:56:04 successfully gets a block number (1 ms) 08:56:04 successfully gets node info (1 ms) 08:56:04 throws when submitting a tx with a nullifier of already settled tx (556 ms) 08:56:04 08:56:04 Test Suites: 1 passed, 1 total 08:56:04 Tests: 10 passed, 10 total 08:56:04 Snapshots: 0 total 08:56:04 Time: 4.745 s 08:56:04 Ran all test suites matching pxe/src/test/pxe_service.test.ts. 08:56:04 Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?