Parent Log: http://ci.aztec-labs.com/16dd5eb533779d2c Command: 0b621446113df0ea yarn-project/scripts/run_test.sh pxe/src/test/pxe_service.test.ts Commit: https://github.com/AztecProtocol/aztec-packages/commit/4129b6ec31c9c754859dfd38c25a0f14947e8c67 Env: REF_NAME=gh-readonly-queue/next/pr-15216-a16ffcb44336b117d56ec8733e0b8bbfc787edf7 CURRENT_VERSION=0.87.6 CI_FULL=1 Date: Mon Jun 23 14:56:23 UTC 2025 System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15216_amd64_x3-full Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s History: http://ci.aztec-labs.com/list/history_bdae7643610b39b9_next 14:56:27 [14:56:27.032] INFO: kv-store:lmdb-v2:test Starting data store with maxReaders 16 14:56:27 [14:56:27.823] INFO: pxe:service Started PXE connected to chain 1 version 1 14:56:27 [14:56:27.877] INFO: pxe:service Registered account 0x10c5f2fe9ec034ce30bdaa34fee3eeea26aac6966f89c5627aeb8e0e42467c95 14:56:27 [14:56:27.955] INFO: pxe:service Registered account 0x19084826aff055fea024be6c3ca5d816a90b004d3f9d1415dd1e996b50263f4a 14:56:28 [14:56:28.011] INFO: pxe:service Registered account 0x19084826aff055fea024be6c3ca5d816a90b004d3f9d1415dd1e996b50263f4a 14:56:28 [14:56:28.031] INFO: pxe:service Added contract db89a71e at 0x1168ef07a0e8825478578a5a8d1f1eb870b2fab6d63740270e1aa9e5c1aeffb3 with class 0x2e231f0fad6018ff29879e63a1d33515b9cc83fe1fe2758190be3258027bb22e 14:56:28 [14:56:28.040] INFO: pxe:service Added contract 69eb998e at 0x243d8a6225dfed546f58ac14122c4623534e66e39a1b8f3465f85c727366977a with class 0x0c127fba1bafacbd1e7d0fd738dbb62aa9f8072549366382a2a1cda1e96d1001 14:56:28 [14:56:28.051] INFO: pxe:service Added contract class e9a3ad4c with id 0x271e0577d1599977967a5c8afe7c7d98e6846e6679f7fc3ecf7c67f996a9ce15 14:56:28 [14:56:28.059] INFO: pxe:service Added contract e9a3ad4c at 0x18737f1e2ea088c98fa287764189ca2855c579d8daedf0bb4dd648f22c1be59c with class 0x271e0577d1599977967a5c8afe7c7d98e6846e6679f7fc3ecf7c67f996a9ce15 14:56:28 [14:56:28.119] INFO: kv-store:lmdb-v2:test Starting data store with maxReaders 16 14:56:28 [14:56:28.657] INFO: pxe:service Started PXE connected to chain undefined version undefined 14:56:28 PASS src/test/pxe_service.test.ts 14:56:28 PXEService 14:56:28 registers an account and returns it as an account only and not as a recipient (80 ms) 14:56:28 does not throw when registering the same account twice (just ignores the second attempt) (108 ms) 14:56:28 successfully adds a contract (28 ms) 14:56:28 registers a class and adds a contract for it (19 ms) 14:56:28 refuses to register a class with a mismatched address (41 ms) 14:56:28 refuses to register a contract with a class that has not been registered (4 ms) 14:56:28 refuses to register a contract with an artifact with mismatching class id (6 ms) 14:56:28 successfully gets a block number (1 ms) 14:56:28 successfully gets node info (1 ms) 14:56:28 throws when submitting a tx with a nullifier of already settled tx (575 ms) 14:56:28 14:56:28 Test Suites: 1 passed, 1 total 14:56:28 Tests: 10 passed, 10 total 14:56:28 Snapshots: 0 total 14:56:28 Time: 4.582 s 14:56:28 Ran all test suites matching pxe/src/test/pxe_service.test.ts. 14:56:28 Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?