Parent Log: http://ci.aztec-labs.com/1566bd89da2c1869 Command: ef85c2b8680d9e9c yarn-project/scripts/run_test.sh pxe/src/test/pxe_service.test.ts Commit: https://github.com/AztecProtocol/aztec-packages/commit/9ba478709ce5c48099f79f9531da8292811cb18a Env: REF_NAME=gh-readonly-queue/staging/pr-15247-3863bc02d671057d0cffd4ced17ca317788ff190 CURRENT_VERSION=1.0.0 CI_FULL=1 Date: Tue Jun 24 14:59:38 UTC 2025 System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15247_amd64_x4-full Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s History: http://ci.aztec-labs.com/list/history_bdae7643610b39b9_staging 14:59:42 [14:59:42.964] INFO: kv-store:lmdb-v2:test Starting data store with maxReaders 16 14:59:43 [14:59:43.689] INFO: pxe:service Started PXE connected to chain 1 version 1 14:59:43 [14:59:43.748] INFO: pxe:service Registered account 0x01b40f80fddf0bdd5f4baf065ba0cca25e2c4d2b04efa8a7eadd6a98c305186f 14:59:43 [14:59:43.826] INFO: pxe:service Registered account 0x147f2582a9d2a159891646b6fc6f38b74a1ffeca36d6c7ff6aa9eb30bb53c473 14:59:43 [14:59:43.885] INFO: pxe:service Registered account 0x147f2582a9d2a159891646b6fc6f38b74a1ffeca36d6c7ff6aa9eb30bb53c473 14:59:43 [14:59:43.908] INFO: pxe:service Added contract 1e855702 at 0x01073ab102e4373fcb0b76ca823f5158c05e8163f4c101d9cb1610f416d59e1d with class 0x25d87916079d6577a432268278e40d504d19e187d5444f38eb4b4f369de1b798 14:59:43 [14:59:43.918] INFO: pxe:service Added contract 9fa0159c at 0x14e4dbcaf2c7d049027304ddae47848e829ec2e01e6d0993b48daf823eae7b8f with class 0x04d64393fc1df41156956f9c5c651f99bc86742c1b60b309e0300f85422d0844 14:59:43 [14:59:43.930] INFO: pxe:service Added contract class c9fe0e1d with id 0x091c0390d8da2739df96807945dbc861d448d60876bb79867fc1f1ee28bd1bbd 14:59:43 [14:59:43.938] INFO: pxe:service Added contract c9fe0e1d at 0x1052e66dd390ae59485e34af2b8ac9f36e120533d2f4160b1c867b7673527109 with class 0x091c0390d8da2739df96807945dbc861d448d60876bb79867fc1f1ee28bd1bbd 14:59:43 [14:59:43.994] INFO: kv-store:lmdb-v2:test Starting data store with maxReaders 16 14:59:44 [14:59:44.457] INFO: pxe:service Started PXE connected to chain undefined version undefined 14:59:44 PASS src/test/pxe_service.test.ts 14:59:44 PXEService 14:59:44 registers an account and returns it as an account only and not as a recipient (90 ms) 14:59:44 does not throw when registering the same account twice (just ignores the second attempt) (106 ms) 14:59:44 successfully adds a contract (31 ms) 14:59:44 registers a class and adds a contract for it (18 ms) 14:59:44 refuses to register a class with a mismatched address (41 ms) 14:59:44 refuses to register a contract with a class that has not been registered (4 ms) 14:59:44 refuses to register a contract with an artifact with mismatching class id (4 ms) 14:59:44 successfully gets a block number (1 ms) 14:59:44 successfully gets node info (1 ms) 14:59:44 throws when submitting a tx with a nullifier of already settled tx (497 ms) 14:59:44 14:59:44 Test Suites: 1 passed, 1 total 14:59:44 Tests: 10 passed, 10 total 14:59:44 Snapshots: 0 total 14:59:44 Time: 4.619 s 14:59:44 Ran all test suites matching pxe/src/test/pxe_service.test.ts. 14:59:44 Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?