Parent Log:
http://ci.aztec-labs.com/0f7b2424774106be
Command: d93734a993e99ac7 yarn-project/scripts/run_test.sh slasher/src/slasher_client.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/909d36fbc6640f57464c6a4263279631a9be6c74
Env: REF_NAME=gh-readonly-queue/next/pr-14569-2508d9868fbbd83be8716c2696e489987923e668 CURRENT_VERSION=0.87.2 CI_FULL=1
Date: Wed May 28 14:35:14 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-14569_amd64_x2-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/ecb015f27647b7a2
14:35:17 [14:35:17.516]
INFO:
slasher:test:slasher_client Calling anvil_setBlockTimestampInterval with params: [2]
14:35:17 [14:35:17.570]
WARN:
slasher:test:slasher_client Set block interval to 2
14:35:17 [14:35:17.826]
INFO:
slasher:test:slasher_client Waiting for 7 transactions to be mined...
14:35:17 [14:35:17.853]
INFO:
slasher:test:slasher_client All transactions mined successfully
14:35:17 [14:35:17.971]
INFO:
slasher:test:slasher_client Waiting for 9 transactions to be mined...
14:35:17 [14:35:17.992]
INFO:
slasher:test:slasher_client All transactions mined successfully
14:35:18 [14:35:18.166]
INFO:
slasher:test:slasher_client Waiting for 10 transactions to be mined...
14:35:18 [14:35:18.196]
INFO:
slasher:test:slasher_client All transactions mined successfully
14:35:18 [14:35:18.271]
INFO:
slasher:test:slasher_client Waiting for 11 transactions to be mined...
14:35:18 [14:35:18.293]
INFO:
slasher:test:slasher_client All transactions mined successfully
14:35:18 [14:35:18.301]
INFO:
slasher:test:slasher_client Waiting for 11 transactions to be mined...
14:35:18 [14:35:18.327]
INFO:
slasher:test:slasher_client All transactions mined successfully
14:35:18 [14:35:18.353]
INFO:
slasher:test:slasher_client Aztec L1 contracts initialized
{"registryAddress":"0x5394cb97588885971b40d2504e1fcc096f1c6a74","governanceAddress":"0xdeafb3bec8090dc7a9aa0dd37b9cb869f618d909","governanceProposerAddress":"0x1449741494e8754884cda89a20bad7d6f172f807","rollupAddress":"0x2a1651ebcaeb0aca3ffe15f53a98576aac417405","inboxAddress":"0x65ddc8e3b57b5a8179181a5b7ee7b983cbc05b94","outboxAddress":"0x78832de14e736537cd4a4232c52bdb8ac281f99d","feeJuicePortalAddress":"0x2125cbeb751dfd984061f037ee4ee0b6a1cb1389","feeJuiceAddress":"0x35e2b457fd415e79fa2570c89d767f7f2e6d409c","stakingAssetAddress":"0x35b00f94fcd02a316d1352ff94f4e6b667d86bb9","rewardDistributorAddress":"0x1b24b02b97e641b184c521910caec39c16ba5d50","gseAddress":"0xa3dcc94d6bc733e6aa699ad27963925db61b0a25","coinIssuerAddress":"0x9965507d1a55bcc2695c58ba16fb37d819b0a4dc"}
14:35:18 [14:35:18.354]
INFO:
slasher:test:slasher_client Handing over to governance
14:35:18 [14:35:18.363]
INFO:
slasher Starting Slasher client...
14:35:18 [14:35:18.393]
INFO:
slasher:test:slasher_client Deploying forwarder contract
14:35:18 [14:35:18.430]
INFO:
slasher:test:slasher_client Forwarder contract deployed at 0xb50043ea007490e0a0250aff54831d8443d1393f with owner 0x9965507D1a55bcC2695C58ba16FB37d819B0A4dc
14:35:39 [14:35:39.076]
INFO:
slasher Slasher client stopped.
14:35:39
FAIL src/slasher_client.test.ts (
23.908 s)
14:35:39 SlasherClient
14:35:39
✕ creates payloads when the watcher signals (20620 ms)
14:35:39
14:35:39
● SlasherClient › creates payloads when the watcher signals
14:35:39
14:35:39 TimeoutError: Timeout awaiting non-empty committee
14:35:39
14:35:39
88 | await sleep(interval
* 1000)
;
14:35:39
89 | if (timeout && timer.s() > timeout) {
14:35:39
> 90 | throw new TimeoutError(name ? `Timeout awaiting ${name}` : 'Timeout');
14:35:39
| ^
14:35:39
91 | }
14:35:39
92 | }
14:35:39
93 | }
14:35:39
14:35:39
at retryUntil (../../foundation/dest/retry/index.js:90:19)
14:35:39
at Object.<anonymous> (slasher_client.test.ts:132:5)
14:35:39
14:35:39
Test Suites: 1 failed, 1 total
14:35:39
Tests: 1 failed, 1 total
14:35:39
Snapshots: 0 total
14:35:39
Time: 23.984 s
14:35:39
Ran all test suites matching /slasher\/src\/slasher_client.test.ts/i
.
14:35:39
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?