Parent Log:
http://ci.aztec-labs.com/2dfa0b0e70aa4b8c
Command: 738bf7cc25f13f9f yarn-project/scripts/run_test.sh slasher/src/slasher_client.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/e48cd4ed8c27986258ee64a2546d5bbbbb939138
Env: REF_NAME=gh-readonly-queue/next/pr-14526-372040c6f0cba0fc17c78348b7468c2acae9729e CURRENT_VERSION=0.87.2 CI_FULL=0
Date: Tue May 27 16:35:07 UTC 2025
System: ARCH=arm64 CPUS=64 MEM=247Gi HOSTNAME=gh-readonly-queue_next_pr-14526-372040c6f0cba0fc17_arm64_a1-fast
Resources: CPU_LIST=0-63 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/ecb015f27647b7a2
16:35:09 [16:35:09.672]
INFO:
slasher:test:slasher_client Calling anvil_setBlockTimestampInterval with params: [2]
16:35:09 [16:35:09.704]
WARN:
slasher:test:slasher_client Set block interval to 2
16:35:09 [16:35:09.885]
INFO:
slasher:test:slasher_client Waiting for 7 transactions to be mined...
16:35:09 [16:35:09.906]
INFO:
slasher:test:slasher_client All transactions mined successfully
16:35:09 [16:35:09.983]
INFO:
slasher:test:slasher_client Waiting for 9 transactions to be mined...
16:35:10 [16:35:10.001]
INFO:
slasher:test:slasher_client All transactions mined successfully
16:35:10 [16:35:10.107]
INFO:
slasher:test:slasher_client Waiting for 10 transactions to be mined...
16:35:10 [16:35:10.127]
INFO:
slasher:test:slasher_client All transactions mined successfully
16:35:10 [16:35:10.185]
INFO:
slasher:test:slasher_client Waiting for 11 transactions to be mined...
16:35:10 [16:35:10.207]
INFO:
slasher:test:slasher_client All transactions mined successfully
16:35:10 [16:35:10.215]
INFO:
slasher:test:slasher_client Waiting for 11 transactions to be mined...
16:35:10 [16:35:10.233]
INFO:
slasher:test:slasher_client All transactions mined successfully
16:35:10 [16:35:10.249]
INFO:
slasher:test:slasher_client Aztec L1 contracts initialized
{"registryAddress":"0x5394cb97588885971b40d2504e1fcc096f1c6a74","governanceAddress":"0xdeafb3bec8090dc7a9aa0dd37b9cb869f618d909","governanceProposerAddress":"0x1449741494e8754884cda89a20bad7d6f172f807","rollupAddress":"0x671a220c00b599081998d328eeea9d87b619c89c","inboxAddress":"0x5b812317ed3a7d4aa4d4f01f90fa36564fe31fe5","outboxAddress":"0xf6cdebf71f4c712f112e701dbaf1044c9713e334","feeJuicePortalAddress":"0xda4eb3da3421885203be4a6b3b455b3ceb3a7902","feeJuiceAddress":"0x35e2b457fd415e79fa2570c89d767f7f2e6d409c","stakingAssetAddress":"0x35b00f94fcd02a316d1352ff94f4e6b667d86bb9","rewardDistributorAddress":"0x1b24b02b97e641b184c521910caec39c16ba5d50","gseAddress":"0xa3dcc94d6bc733e6aa699ad27963925db61b0a25","coinIssuerAddress":"0x9965507d1a55bcc2695c58ba16fb37d819b0a4dc"}
16:35:10 [16:35:10.249]
INFO:
slasher:test:slasher_client Handing over to governance
16:35:10 [16:35:10.257]
INFO:
slasher Starting Slasher client...
16:35:10 [16:35:10.287]
INFO:
slasher:test:slasher_client Deploying forwarder contract
16:35:10 [16:35:10.304]
INFO:
slasher:test:slasher_client Forwarder contract deployed at 0xb50043ea007490e0a0250aff54831d8443d1393f with owner 0x9965507D1a55bcC2695C58ba16FB37d819B0A4dc
16:35:30 [16:35:30.692]
INFO:
slasher Slasher client stopped.
16:35:31
FAIL src/slasher_client.test.ts (
22.784 s)
16:35:31 SlasherClient
16:35:31
✕ creates payloads when the watcher signals (20379 ms)
16:35:31
16:35:31
● SlasherClient › creates payloads when the watcher signals
16:35:31
16:35:31 TimeoutError: Timeout awaiting non-empty committee
16:35:31
16:35:31
88 | await sleep(interval
* 1000)
;
16:35:31
89 | if (timeout && timer.s() > timeout) {
16:35:31
> 90 | throw new TimeoutError(name ? `Timeout awaiting ${name}` : 'Timeout');
16:35:31
| ^
16:35:31
91 | }
16:35:31
92 | }
16:35:31
93 | }
16:35:31
16:35:31
at retryUntil (../../foundation/dest/retry/index.js:90:19)
16:35:31
at Object.<anonymous> (slasher_client.test.ts:132:5)
16:35:31
16:35:31
Test Suites: 1 failed, 1 total
16:35:31
Tests: 1 failed, 1 total
16:35:31
Snapshots: 0 total
16:35:31
Time: 22.845 s
16:35:31
Ran all test suites matching /slasher\/src\/slasher_client.test.ts/i
.
16:35:31
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?