Parent Log: http://ci.aztec-labs.com/8c1f756999e38384 Command: 380ecabcad18c69a yarn-project/scripts/run_test.sh slasher/src/slasher_client.test.ts Commit: https://github.com/AztecProtocol/aztec-packages/commit/37676de5ba8bdad21a5b34ef63b4f8fe50b5ac4b Env: REF_NAME=gh-readonly-queue/next/pr-14344-22c0e8d387691f8eec2f3df2ac90bf55f58b53ce CURRENT_VERSION=0.87.2 CI_FULL=1 Date: Wed May 28 14:22:41 UTC 2025 System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-14344_amd64_x1-full Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s History: http://ci.aztec-labs.com/list/ecb015f27647b7a2 14:22:43 [14:22:43.571] INFO: slasher:test:slasher_client Calling anvil_setBlockTimestampInterval with params: [2] 14:22:43 [14:22:43.614] WARN: slasher:test:slasher_client Set block interval to 2 14:22:43 [14:22:43.802] INFO: slasher:test:slasher_client Waiting for 7 transactions to be mined... 14:22:43 [14:22:43.821] INFO: slasher:test:slasher_client All transactions mined successfully 14:22:43 [14:22:43.900] INFO: slasher:test:slasher_client Waiting for 9 transactions to be mined... 14:22:43 [14:22:43.930] INFO: slasher:test:slasher_client All transactions mined successfully 14:22:44 [14:22:44.082] INFO: slasher:test:slasher_client Waiting for 10 transactions to be mined... 14:22:44 [14:22:44.113] INFO: slasher:test:slasher_client All transactions mined successfully 14:22:44 [14:22:44.186] INFO: slasher:test:slasher_client Waiting for 11 transactions to be mined... 14:22:44 [14:22:44.214] INFO: slasher:test:slasher_client All transactions mined successfully 14:22:44 [14:22:44.220] INFO: slasher:test:slasher_client Waiting for 11 transactions to be mined... 14:22:44 [14:22:44.248] INFO: slasher:test:slasher_client All transactions mined successfully 14:22:44 [14:22:44.266] INFO: slasher:test:slasher_client Aztec L1 contracts initialized {"registryAddress":"0x5394cb97588885971b40d2504e1fcc096f1c6a74","governanceAddress":"0xdeafb3bec8090dc7a9aa0dd37b9cb869f618d909","governanceProposerAddress":"0x1449741494e8754884cda89a20bad7d6f172f807","rollupAddress":"0x5a57f81a73f0849310308bb3bcc84ac2fd0bc1b9","inboxAddress":"0xf58c2b6246d372c705033650260ad607dfa624c3","outboxAddress":"0x334cad0958a7dfeb8aaff51a01d285b07eebfc63","feeJuicePortalAddress":"0xd0609bf912c092d5436a88b42a856243958ec436","feeJuiceAddress":"0x35e2b457fd415e79fa2570c89d767f7f2e6d409c","stakingAssetAddress":"0x35b00f94fcd02a316d1352ff94f4e6b667d86bb9","rewardDistributorAddress":"0x1b24b02b97e641b184c521910caec39c16ba5d50","gseAddress":"0xa3dcc94d6bc733e6aa699ad27963925db61b0a25","coinIssuerAddress":"0x9965507d1a55bcc2695c58ba16fb37d819b0a4dc"} 14:22:44 [14:22:44.267] INFO: slasher:test:slasher_client Handing over to governance 14:22:44 [14:22:44.281] INFO: slasher Starting Slasher client... 14:22:44 [14:22:44.309] INFO: slasher:test:slasher_client Deploying forwarder contract 14:22:44 [14:22:44.330] INFO: slasher:test:slasher_client Forwarder contract deployed at 0xb50043ea007490e0a0250aff54831d8443d1393f with owner 0x9965507D1a55bcC2695C58ba16FB37d819B0A4dc 14:23:05 [14:23:05.014] INFO: slasher Slasher client stopped. 14:23:05 FAIL src/slasher_client.test.ts (23.49 s) 14:23:05 SlasherClient 14:23:05 creates payloads when the watcher signals (20670 ms) 14:23:05 14:23:05 SlasherClient › creates payloads when the watcher signals 14:23:05 14:23:05 TimeoutError: Timeout awaiting non-empty committee 14:23:05 14:23:05 88 | await sleep(interval * 1000); 14:23:05 89 | if (timeout && timer.s() > timeout) { 14:23:05 > 90 | throw new TimeoutError(name ? `Timeout awaiting ${name}` : 'Timeout'); 14:23:05 | ^ 14:23:05 91 | } 14:23:05 92 | } 14:23:05 93 | } 14:23:05 14:23:05 at retryUntil (../../foundation/dest/retry/index.js:90:19) 14:23:05 at Object.<anonymous> (slasher_client.test.ts:132:5) 14:23:05 14:23:05 Test Suites: 1 failed, 1 total 14:23:05 Tests: 1 failed, 1 total 14:23:05 Snapshots: 0 total 14:23:05 Time: 23.556 s 14:23:05 Ran all test suites matching /slasher\/src\/slasher_client.test.ts/i. 14:23:05 Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?