Parent Log: http://ci.aztec-labs.com/561d47bad933e22b Command: 4387bf6bd5f0ba11 yarn-project/scripts/run_test.sh pxe/src/test/pxe_service.test.ts Commit: https://github.com/AztecProtocol/aztec-packages/commit/92ef6e28f2b718bb1009392a60b8311979c782d2 Env: REF_NAME=gh-readonly-queue/next/pr-15126-69eacbd6f18ad2a9ac646c4ffaf0133b0cdf856a CURRENT_VERSION=0.87.6 CI_FULL=1 Date: Thu Jun 19 11:57:40 UTC 2025 System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15126_amd64_x3-full Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s History: http://ci.aztec-labs.com/list/history_bdae7643610b39b9_next 11:57:45 [11:57:45.067] INFO: kv-store:lmdb-v2:test Starting data store with maxReaders 16 11:57:46 [11:57:46.008] INFO: pxe:service Started PXE connected to chain 1 version 1 11:57:46 [11:57:46.080] INFO: pxe:service Registered account 0x183cd635ee8260fcc961223054403fc4dc5818c22b731eb58520dd3be3a0bc7f 11:57:46 [11:57:46.168] INFO: pxe:service Registered account 0x19fee4168615f2f466a5b233e9ebb021af94d7632d24b1a4c619f048dcd8b66d 11:57:46 [11:57:46.233] INFO: pxe:service Registered account 0x19fee4168615f2f466a5b233e9ebb021af94d7632d24b1a4c619f048dcd8b66d 11:57:46 [11:57:46.264] INFO: pxe:service Added contract 39e765fb at 0x08496eebff9f7cdd92f9f1ab356f49b73189930a16e31a75b40bcb50f2934300 with class 0x0582d55d95422671dc2877d29cd16a540aaddff119ff4ff7d1beb2a6de9e5b22 11:57:46 [11:57:46.273] INFO: pxe:service Added contract fbf57146 at 0x08c159f203b952c8770dfa48d3794907013ab50138ad46f188606f42852ede77 with class 0x03e2af32ee72e0a9ba90d196da862f0a5930f90592b5cf0124cb240ae0c97bad 11:57:46 [11:57:46.286] INFO: pxe:service Added contract class f5e6a959 with id 0x29d724a42ee93ca5c8a5962458fe7ae5801fbaa7448a16a44200284fb51d579f 11:57:46 [11:57:46.295] INFO: pxe:service Added contract f5e6a959 at 0x3035f57bcf4691ed69f056de10b96e9f2400c39bb1c943ec8c49152d50ac25a6 with class 0x29d724a42ee93ca5c8a5962458fe7ae5801fbaa7448a16a44200284fb51d579f 11:57:46 [11:57:46.374] INFO: kv-store:lmdb-v2:test Starting data store with maxReaders 16 11:57:46 [11:57:46.933] INFO: pxe:service Started PXE connected to chain undefined version undefined 11:57:46 PASS src/test/pxe_service.test.ts (5.094 s) 11:57:46 PXEService 11:57:46 registers an account and returns it as an account only and not as a recipient (98 ms) 11:57:46 does not throw when registering the same account twice (just ignores the second attempt) (128 ms) 11:57:46 successfully adds a contract (33 ms) 11:57:46 registers a class and adds a contract for it (22 ms) 11:57:46 refuses to register a class with a mismatched address (58 ms) 11:57:46 refuses to register a contract with a class that has not been registered (6 ms) 11:57:46 refuses to register a contract with an artifact with mismatching class id (6 ms) 11:57:46 successfully gets a block number (1 ms) 11:57:46 successfully gets node info 11:57:46 throws when submitting a tx with a nullifier of already settled tx (594 ms) 11:57:46 11:57:46 Test Suites: 1 passed, 1 total 11:57:46 Tests: 10 passed, 10 total 11:57:46 Snapshots: 0 total 11:57:46 Time: 5.187 s 11:57:46 Ran all test suites matching pxe/src/test/pxe_service.test.ts. 11:57:46 Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?