Parent Log: http://ci.aztec-labs.com/6dc074208b517d1d Command: 3f9f83eed807ea26 yarn-project/scripts/run_test.sh pxe/src/test/pxe_service.test.ts Commit: https://github.com/AztecProtocol/aztec-packages/commit/355a15ab9ebeabff4c5709a97b85bb6c0f1c7b62 Env: REF_NAME=gh-readonly-queue/next/pr-14961-98fbe17330964452777de26d56f0a3ed5633aca1 CURRENT_VERSION=0.87.6 CI_FULL=1 Date: Thu Jun 12 10:28:47 UTC 2025 System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-14961_amd64_x1-full Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s History: http://ci.aztec-labs.com/list/history_bdae7643610b39b9_next 10:28:51 [10:28:51.344] INFO: kv-store:lmdb-v2:test Starting data store with maxReaders 16 10:28:51 [10:28:51.970] INFO: pxe:service Started PXE connected to chain 1 version 1 10:28:52 [10:28:52.023] INFO: pxe:service Registered account 0x24bbd56eff3b08ac0b5a4698e43c10efda90cf20435987f84a824e68064251b3 10:28:52 [10:28:52.093] INFO: pxe:service Registered account 0x05a63d2ebe88875009b2268a99da3b39c3ddf928028a0053f5dd53651d00783b 10:28:52 [10:28:52.154] INFO: pxe:service Registered account 0x05a63d2ebe88875009b2268a99da3b39c3ddf928028a0053f5dd53651d00783b 10:28:52 [10:28:52.176] INFO: pxe:service Added contract b38d3358 at 0x1a57663b51fa3041348781e9a54d8b3fa137120fc6c0bd3720ad2ee0d9a2727d with class 0x26511afce356790eaac3a421e691079e5819e5df90fc1c1b4823774826ce1ee8 10:28:52 [10:28:52.186] INFO: pxe:service Added contract 92819ed0 at 0x2cdefe8cc193966fc250c8596d25093c6dfc4d05d58ca193d25ac0b2a02775ec with class 0x2901ac2b63bccc2278913449da115f2e2ccd605c5b87313905f1875c03d6a8c7 10:28:52 [10:28:52.198] INFO: pxe:service Added contract class ec7e1299 with id 0x1e01ab3acc95680119e5319880d1ce9e53c2fd7ec184581773cd89f4ef7b8652 10:28:52 [10:28:52.208] INFO: pxe:service Added contract ec7e1299 at 0x240c4c997342fa50ca2f4a056cdded6937362265cb760f9a7c168f5d947777e0 with class 0x1e01ab3acc95680119e5319880d1ce9e53c2fd7ec184581773cd89f4ef7b8652 10:28:52 [10:28:52.253] INFO: kv-store:lmdb-v2:test Starting data store with maxReaders 16 10:28:52 [10:28:52.653] INFO: pxe:service Started PXE connected to chain undefined version undefined 10:28:52 PASS src/test/pxe_service.test.ts 10:28:52 PXEService 10:28:52 registers an account and returns it as an account only and not as a recipient (70 ms) 10:28:52 does not throw when registering the same account twice (just ignores the second attempt) (114 ms) 10:28:52 successfully adds a contract (31 ms) 10:28:52 registers a class and adds a contract for it (21 ms) 10:28:52 refuses to register a class with a mismatched address (27 ms) 10:28:52 refuses to register a contract with a class that has not been registered (6 ms) 10:28:52 refuses to register a contract with an artifact with mismatching class id (3 ms) 10:28:52 successfully gets a block number (1 ms) 10:28:52 successfully gets node info (1 ms) 10:28:52 throws when submitting a tx with a nullifier of already settled tx (444 ms) 10:28:52 10:28:52 Test Suites: 1 passed, 1 total 10:28:52 Tests: 10 passed, 10 total 10:28:52 Snapshots: 0 total 10:28:52 Time: 3.877 s 10:28:52 Ran all test suites matching /pxe\/src\/test\/pxe_service.test.ts/i. 10:28:52 Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?