Parent Log: http://ci.aztec-labs.com/29ef878f08dca81b Command: ef601da20f8e827b yarn-project/scripts/run_test.sh pxe/src/test/pxe_service.test.ts Commit: https://github.com/AztecProtocol/aztec-packages/commit/d886120f668032e2640beac56487c6f7b18ce81e Env: REF_NAME=gh-readonly-queue/next/pr-15226-fe574e9be5d341cfa05d23ac296ab738d268f1c0 CURRENT_VERSION=0.87.6 CI_FULL=0 Date: Wed Jun 25 16:20:33 UTC 2025 System: ARCH=arm64 CPUS=64 MEM=247Gi HOSTNAME=pr-15226_arm64_a1-fast Resources: CPU_LIST=0-63 CPUS=2 MEM=8g TIMEOUT=600s History: http://ci.aztec-labs.com/list/history_bdae7643610b39b9_next 16:20:36 [16:20:36.004] INFO: kv-store:lmdb-v2:test Starting data store with maxReaders 16 16:20:36 [16:20:36.668] INFO: pxe:service Started PXE connected to chain 1 version 1 16:20:36 [16:20:36.726] INFO: pxe:service Registered account 0x0b576a5f96a75e24b5e5cbec1718408ec962b567a1d608585f7e1e2283843891 16:20:36 [16:20:36.781] INFO: pxe:service Registered account 0x2d73d45e913ee9f8d9938b077edb5722788be3970d86b7767743443658dd0895 16:20:36 [16:20:36.831] INFO: pxe:service Registered account 0x2d73d45e913ee9f8d9938b077edb5722788be3970d86b7767743443658dd0895 16:20:36 [16:20:36.850] INFO: pxe:service Added contract 949568e1 at 0x163bbe2a64ee64a702af692448b0e6419c43004e649221aa14bd967a3ccdeba3 with class 0x0cca41e15f5cf65a708f54734a51d06136af0fac7942d0ef9f82bcea03810ef2 16:20:36 [16:20:36.857] INFO: pxe:service Added contract f9489dcd at 0x1172f24fa20c6a87346886e9cc2781f16e70419356216404a70ac11837774af3 with class 0x009fe4a12cd0ac9888cc9ff4d7868b2ca39984ccfbbddeaed4afcd05dbadf26c 16:20:36 [16:20:36.868] INFO: pxe:service Added contract class 57f42533 with id 0x00744477eccb76d017352368b0d6da24f74fc7ca45948bd8d030487530adc1ec 16:20:36 [16:20:36.875] INFO: pxe:service Added contract 57f42533 at 0x1c04be6cdfe05339a92e08bf5026cacafba8487a4c8e3b9e7ec449618589423f with class 0x00744477eccb76d017352368b0d6da24f74fc7ca45948bd8d030487530adc1ec 16:20:36 [16:20:36.917] INFO: kv-store:lmdb-v2:test Starting data store with maxReaders 16 16:20:37 [16:20:37.325] INFO: pxe:service Started PXE connected to chain undefined version undefined 16:20:37 PASS src/test/pxe_service.test.ts 16:20:37 PXEService 16:20:37 registers an account and returns it as an account only and not as a recipient (74 ms) 16:20:37 does not throw when registering the same account twice (just ignores the second attempt) (90 ms) 16:20:37 successfully adds a contract (25 ms) 16:20:37 registers a class and adds a contract for it (19 ms) 16:20:37 refuses to register a class with a mismatched address (28 ms) 16:20:37 refuses to register a contract with a class that has not been registered (4 ms) 16:20:37 refuses to register a contract with an artifact with mismatching class id (3 ms) 16:20:37 successfully gets a block number (1 ms) 16:20:37 successfully gets node info (1 ms) 16:20:37 throws when submitting a tx with a nullifier of already settled tx (442 ms) 16:20:37 16:20:37 Test Suites: 1 passed, 1 total 16:20:37 Tests: 10 passed, 10 total 16:20:37 Snapshots: 0 total 16:20:37 Time: 3.434 s 16:20:37 Ran all test suites matching pxe/src/test/pxe_service.test.ts. 16:20:37 Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?