Parent Log: http://ci.aztec-labs.com/98af491b5c8c3c36 Command: d13c5cad0b739ddd yarn-project/scripts/run_test.sh pxe/src/test/pxe_service.test.ts Commit: https://github.com/AztecProtocol/aztec-packages/commit/b80949775e5c27908a6055ad24592f7d98bdc45a Env: REF_NAME=gh-readonly-queue/next/pr-14816-fa159c5d52a45358479f951a547fed37f141a6ed CURRENT_VERSION=0.87.6 CI_FULL=0 Date: Sat Jun 14 10:47:16 UTC 2025 System: ARCH=arm64 CPUS=64 MEM=247Gi HOSTNAME=pr-14816_arm64_a1-fast Resources: CPU_LIST=0-63 CPUS=2 MEM=8g TIMEOUT=600s History: http://ci.aztec-labs.com/list/history_bdae7643610b39b9_next 10:47:18 [10:47:18.708] INFO: kv-store:lmdb-v2:test Starting data store with maxReaders 16 10:47:19 [10:47:19.266] INFO: pxe:service Started PXE connected to chain 1 version 1 10:47:19 [10:47:19.310] INFO: pxe:service Registered account 0x1180bcd5374ea7d66c22d01f24d7a7ad5727f86d23a9faeb3ea56860b25d6867 10:47:19 [10:47:19.361] INFO: pxe:service Registered account 0x2cb3d6d565708896f0c0e5e9ae841cd349d3243df9a81191949ae4245556437a 10:47:19 [10:47:19.397] INFO: pxe:service Registered account 0x2cb3d6d565708896f0c0e5e9ae841cd349d3243df9a81191949ae4245556437a 10:47:19 [10:47:19.412] INFO: pxe:service Added contract 480629bd at 0x15950f99d023ffe111c3b881850834c0eb778eb61ce80a14ff57c8e81e1d1ebd with class 0x2befb2488c1a90e032c56fab41c83ff0a3f4a69a054fa0874ea433f0f78869b6 10:47:19 [10:47:19.418] INFO: pxe:service Added contract b0b58c77 at 0x2a1f5bd564cd8fcd6122eb62d4d716a0bf29b598604a7fac1915febb272f2a07 with class 0x0332b715a05f6b890c35def28514e97aed0e5ac026abd3f3276fc21768e9ed81 10:47:19 [10:47:19.427] INFO: pxe:service Added contract class b66dfa1e with id 0x25d38e6be421ed48451b1cfb53fd32db14aba964b87a43ef89759a827e54bf1e 10:47:19 [10:47:19.433] INFO: pxe:service Added contract b66dfa1e at 0x22a2dd8cce229f1b7a7437830555c2bbb50f3d00e6bd5eac7a9db96290b885b5 with class 0x25d38e6be421ed48451b1cfb53fd32db14aba964b87a43ef89759a827e54bf1e 10:47:19 [10:47:19.471] INFO: kv-store:lmdb-v2:test Starting data store with maxReaders 16 10:47:19 [10:47:19.837] INFO: pxe:service Started PXE connected to chain undefined version undefined 10:47:19 PASS src/test/pxe_service.test.ts 10:47:19 PXEService 10:47:19 registers an account and returns it as an account only and not as a recipient (58 ms) 10:47:19 does not throw when registering the same account twice (just ignores the second attempt) (73 ms) 10:47:19 successfully adds a contract (21 ms) 10:47:19 registers a class and adds a contract for it (15 ms) 10:47:19 refuses to register a class with a mismatched address (24 ms) 10:47:19 refuses to register a contract with a class that has not been registered (3 ms) 10:47:19 refuses to register a contract with an artifact with mismatching class id (3 ms) 10:47:19 successfully gets a block number 10:47:19 successfully gets node info (1 ms) 10:47:19 throws when submitting a tx with a nullifier of already settled tx (395 ms) 10:47:19 10:47:19 Test Suites: 1 passed, 1 total 10:47:19 Tests: 10 passed, 10 total 10:47:19 Snapshots: 0 total 10:47:19 Time: 2.947 s 10:47:19 Ran all test suites matching /pxe\/src\/test\/pxe_service.test.ts/i. 10:47:19 Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?