Parent Log: http://ci.aztec-labs.com/cb0087ed15f77415 Command: 0f4f65dca0a2798e yarn-project/scripts/run_test.sh pxe/src/test/pxe_service.test.ts Commit: https://github.com/AztecProtocol/aztec-packages/commit/67bf12030291ce3da2cf39ff5fbfa799eae98dc5 Env: REF_NAME=gh-readonly-queue/next/pr-14963-42440bd429a3b283b3a344db0be4652d818bd261 CURRENT_VERSION=0.87.6 CI_FULL=1 Date: Mon Jun 16 20:02:03 UTC 2025 System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-14963_amd64_x2-full Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s History: http://ci.aztec-labs.com/list/history_bdae7643610b39b9_next 20:02:07 [20:02:07.647] INFO: kv-store:lmdb-v2:test Starting data store with maxReaders 16 20:02:08 [20:02:08.357] INFO: pxe:service Started PXE connected to chain 1 version 1 20:02:08 [20:02:08.412] INFO: pxe:service Registered account 0x054923c450487dab5eb1141c87e0468fe238eb7b88f6ddaa3c9a8c37b182fc49 20:02:08 [20:02:08.475] INFO: pxe:service Registered account 0x040a75af6db45f49506ced5ffc3f57d5bf7af90469de6bc4704f1d7818a6a5b1 20:02:08 [20:02:08.538] INFO: pxe:service Registered account 0x040a75af6db45f49506ced5ffc3f57d5bf7af90469de6bc4704f1d7818a6a5b1 20:02:08 [20:02:08.560] INFO: pxe:service Added contract 62fd29ac at 0x114ce8fc88a8b3de3bef3f5bb59eaa1a968f91081c83644073a7cd5171deb2fd with class 0x1f969723ecaef864bee060aa41d9d481611c24017965abbf41ff16f378f008ae 20:02:08 [20:02:08.568] INFO: pxe:service Added contract 479b676b at 0x1c1fb95feaf0f6e62126b0b7c269db315751381997f4cfd4af14e80fbb89ddfa with class 0x26d46abf3b5b190b23ee168332c4eaaa01d2fb04e6b499c478d984df50b5e501 20:02:08 [20:02:08.580] INFO: pxe:service Added contract class 3b54cfa2 with id 0x2589aabd1b65a540fdc2b0f6435dc77af43d1e5b59a36e93411e632c2e2cf6fa 20:02:08 [20:02:08.593] INFO: pxe:service Added contract 3b54cfa2 at 0x005bea0a65dc55c27d4cfb17ccc3e2db931f0ee7bc98ffab386aab8e4f9ec1c6 with class 0x2589aabd1b65a540fdc2b0f6435dc77af43d1e5b59a36e93411e632c2e2cf6fa 20:02:08 [20:02:08.649] INFO: kv-store:lmdb-v2:test Starting data store with maxReaders 16 20:02:09 [20:02:09.096] INFO: pxe:service Started PXE connected to chain undefined version undefined 20:02:09 PASS src/test/pxe_service.test.ts 20:02:09 PXEService 20:02:09 registers an account and returns it as an account only and not as a recipient (76 ms) 20:02:09 does not throw when registering the same account twice (just ignores the second attempt) (108 ms) 20:02:09 successfully adds a contract (29 ms) 20:02:09 registers a class and adds a contract for it (23 ms) 20:02:09 refuses to register a class with a mismatched address (41 ms) 20:02:09 refuses to register a contract with a class that has not been registered (4 ms) 20:02:09 refuses to register a contract with an artifact with mismatching class id (5 ms) 20:02:09 successfully gets a block number (1 ms) 20:02:09 successfully gets node info (1 ms) 20:02:09 throws when submitting a tx with a nullifier of already settled tx (482 ms) 20:02:09 20:02:09 Test Suites: 1 passed, 1 total 20:02:09 Tests: 10 passed, 10 total 20:02:09 Snapshots: 0 total 20:02:09 Time: 4.478 s 20:02:09 Ran all test suites matching pxe/src/test/pxe_service.test.ts. 20:02:09 Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?