Parent Log: http://ci.aztec-labs.com/93e9299078440249 Command: 026acdcb6d003919 yarn-project/scripts/run_test.sh slasher/src/slasher_client.test.ts Commit: https://github.com/AztecProtocol/aztec-packages/commit/af8442b21614df2b14584aa34bbaeb9495eb3b3d Env: REF_NAME=gh-readonly-queue/next/pr-14344-9dd9e0384bbd4266ee324670c92f4c6ebac772b2 CURRENT_VERSION=0.87.4 CI_FULL=0 Date: Thu May 29 15:47:00 UTC 2025 System: ARCH=arm64 CPUS=64 MEM=247Gi HOSTNAME=pr-14344_arm64_a1-fast Resources: CPU_LIST=0-63 CPUS=2 MEM=8g TIMEOUT=600s History: http://ci.aztec-labs.com/list/ecb015f27647b7a2 15:47:02 [15:47:02.028] INFO: slasher:test:slasher_client Calling anvil_setBlockTimestampInterval with params: [2] 15:47:02 [15:47:02.059] WARN: slasher:test:slasher_client Set block interval to 2 15:47:02 [15:47:02.257] INFO: slasher:test:slasher_client Waiting for 7 transactions to be mined... 15:47:02 [15:47:02.286] INFO: slasher:test:slasher_client All transactions mined successfully 15:47:02 [15:47:02.386] INFO: slasher:test:slasher_client Waiting for 9 transactions to be mined... 15:47:02 [15:47:02.406] INFO: slasher:test:slasher_client All transactions mined successfully 15:47:02 [15:47:02.523] INFO: slasher:test:slasher_client Waiting for 10 transactions to be mined... 15:47:02 [15:47:02.544] INFO: slasher:test:slasher_client All transactions mined successfully 15:47:02 [15:47:02.607] INFO: slasher:test:slasher_client Waiting for 11 transactions to be mined... 15:47:02 [15:47:02.629] INFO: slasher:test:slasher_client All transactions mined successfully 15:47:02 [15:47:02.638] INFO: slasher:test:slasher_client Waiting for 11 transactions to be mined... 15:47:02 [15:47:02.660] INFO: slasher:test:slasher_client All transactions mined successfully 15:47:02 [15:47:02.680] INFO: slasher:test:slasher_client Aztec L1 contracts initialized {"registryAddress":"0x5394cb97588885971b40d2504e1fcc096f1c6a74","governanceAddress":"0xdeafb3bec8090dc7a9aa0dd37b9cb869f618d909","governanceProposerAddress":"0x1449741494e8754884cda89a20bad7d6f172f807","rollupAddress":"0x5b08d913f416c8475efedd52f1d427b914d5b825","inboxAddress":"0x538d7d70e95af8af9ada5047d12c51644ab6e571","outboxAddress":"0xa6a7c993eb2f0c34069172ca22455c4ee210a751","feeJuicePortalAddress":"0xdf130b2f070d0b293307bb4787d519e2e50e6851","feeJuiceAddress":"0x35e2b457fd415e79fa2570c89d767f7f2e6d409c","stakingAssetAddress":"0x35b00f94fcd02a316d1352ff94f4e6b667d86bb9","rewardDistributorAddress":"0x1b24b02b97e641b184c521910caec39c16ba5d50","gseAddress":"0xa3dcc94d6bc733e6aa699ad27963925db61b0a25","coinIssuerAddress":"0x9965507d1a55bcc2695c58ba16fb37d819b0a4dc"} 15:47:02 [15:47:02.681] INFO: slasher:test:slasher_client Handing over to governance 15:47:02 [15:47:02.688] INFO: slasher Starting Slasher client... 15:47:02 [15:47:02.710] INFO: slasher:test:slasher_client Deploying forwarder contract 15:47:02 [15:47:02.726] INFO: slasher:test:slasher_client Forwarder contract deployed at 0xb50043ea007490e0a0250aff54831d8443d1393f with owner 0x9965507D1a55bcC2695C58ba16FB37d819B0A4dc 15:47:23 [15:47:23.196] INFO: slasher Slasher client stopped. 15:47:23 FAIL src/slasher_client.test.ts (22.965 s) 15:47:23 SlasherClient 15:47:23 creates payloads when the watcher signals (20459 ms) 15:47:23 15:47:23 SlasherClient › creates payloads when the watcher signals 15:47:23 15:47:23 TimeoutError: Timeout awaiting non-empty committee 15:47:23 15:47:23 88 | await sleep(interval * 1000); 15:47:23 89 | if (timeout && timer.s() > timeout) { 15:47:23 > 90 | throw new TimeoutError(name ? `Timeout awaiting ${name}` : 'Timeout'); 15:47:23 | ^ 15:47:23 91 | } 15:47:23 92 | } 15:47:23 93 | } 15:47:23 15:47:23 at retryUntil (../../foundation/dest/retry/index.js:90:19) 15:47:23 at Object.<anonymous> (slasher_client.test.ts:132:5) 15:47:23 15:47:23 Test Suites: 1 failed, 1 total 15:47:23 Tests: 1 failed, 1 total 15:47:23 Snapshots: 0 total 15:47:23 Time: 23.023 s 15:47:23 Ran all test suites matching /slasher\/src\/slasher_client.test.ts/i. 15:47:23 Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?