Parent Log:
http://ci.aztec-labs.com/9e09bf0c4edd19da
Command: dcbd496836189bda yarn-project/scripts/run_test.sh slasher/src/slasher_client.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/912947ed66c38abf3aab1d214c3da6788c22469b
Env: REF_NAME=gh-readonly-queue/next/pr-14498-829b919289cc8461cf7a24a3e5fe0861c61d0322 CURRENT_VERSION=0.87.2 CI_FULL=0
Date: Mon May 26 06:27:56 UTC 2025
System: ARCH=arm64 CPUS=64 MEM=247Gi HOSTNAME=gh-readonly-queue_next_pr-14498-829b919289cc8461cf_arm64_a1-fast
Resources: CPU_LIST=0-63 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/ecb015f27647b7a2
06:27:58 [06:27:58.603]
INFO:
slasher:test:slasher_client Calling anvil_setBlockTimestampInterval with params: [2]
06:27:58 [06:27:58.634]
WARN:
slasher:test:slasher_client Set block interval to 2
06:27:58 [06:27:58.835]
INFO:
slasher:test:slasher_client Waiting for 7 transactions to be mined...
06:27:58 [06:27:58.859]
INFO:
slasher:test:slasher_client All transactions mined successfully
06:27:58 [06:27:58.942]
INFO:
slasher:test:slasher_client Waiting for 9 transactions to be mined...
06:27:58 [06:27:58.968]
INFO:
slasher:test:slasher_client All transactions mined successfully
06:27:59 [06:27:59.088]
INFO:
slasher:test:slasher_client Waiting for 10 transactions to be mined...
06:27:59 [06:27:59.112]
INFO:
slasher:test:slasher_client All transactions mined successfully
06:27:59 [06:27:59.174]
INFO:
slasher:test:slasher_client Waiting for 11 transactions to be mined...
06:27:59 [06:27:59.199]
INFO:
slasher:test:slasher_client All transactions mined successfully
06:27:59 [06:27:59.205]
INFO:
slasher:test:slasher_client Waiting for 11 transactions to be mined...
06:27:59 [06:27:59.228]
INFO:
slasher:test:slasher_client All transactions mined successfully
06:27:59 [06:27:59.244]
INFO:
slasher:test:slasher_client Aztec L1 contracts initialized
{"registryAddress":"0x9cb523e0e80b5437b098b7d476f1e646db83422c","governanceAddress":"0x2d2b0825fbd5c827c49619a01cedd37e1845ed44","governanceProposerAddress":"0xaa4ef39f10ecb04316cdb4d2f97c30da527ad924","rollupAddress":"0xcf89da08d910d77785cfcc19553bdcbd2fa82554","inboxAddress":"0xe9081465f80356e101e45bc7b0e5c75c25054af0","outboxAddress":"0x432a0ec2199743c29822a9573eed6042fa5050b2","feeJuicePortalAddress":"0x6d69a24a5e95fab367902af13d9dc99c826d2e0d","feeJuiceAddress":"0x35e2b457fd415e79fa2570c89d767f7f2e6d409c","stakingAssetAddress":"0x35b00f94fcd02a316d1352ff94f4e6b667d86bb9","rewardDistributorAddress":"0x3f4c6f48f5d4feb06d9f23bb101f8c32d15f360b","gseAddress":"0x01f245c02d21a07f82ea18442739ddb8e7eb63fa","coinIssuerAddress":"0x9965507d1a55bcc2695c58ba16fb37d819b0a4dc"}
06:27:59 [06:27:59.245]
INFO:
slasher:test:slasher_client Handing over to governance
06:27:59 [06:27:59.251]
INFO:
slasher Starting Slasher client...
06:27:59 [06:27:59.276]
INFO:
slasher:test:slasher_client Deploying forwarder contract
06:27:59 [06:27:59.293]
INFO:
slasher:test:slasher_client Forwarder contract deployed at 0xb50043ea007490e0a0250aff54831d8443d1393f with owner 0x9965507D1a55bcC2695C58ba16FB37d819B0A4dc
06:28:19 [06:28:19.743]
INFO:
slasher Slasher client stopped.
06:28:20
FAIL src/slasher_client.test.ts (
22.899 s)
06:28:20 SlasherClient
06:28:20
✕ creates payloads when the watcher signals (20436 ms)
06:28:20
06:28:20
● SlasherClient › creates payloads when the watcher signals
06:28:20
06:28:20 TimeoutError: Timeout awaiting non-empty committee
06:28:20
06:28:20
88 | await sleep(interval
* 1000)
;
06:28:20
89 | if (timeout && timer.s() > timeout) {
06:28:20
> 90 | throw new TimeoutError(name ? `Timeout awaiting ${name}` : 'Timeout');
06:28:20
| ^
06:28:20
91 | }
06:28:20
92 | }
06:28:20
93 | }
06:28:20
06:28:20
at retryUntil (../../foundation/dest/retry/index.js:90:19)
06:28:20
at Object.<anonymous> (slasher_client.test.ts:132:5)
06:28:20
06:28:20
Test Suites: 1 failed, 1 total
06:28:20
Tests: 1 failed, 1 total
06:28:20
Snapshots: 0 total
06:28:20
Time: 22.963 s
06:28:20
Ran all test suites matching /slasher\/src\/slasher_client.test.ts/i
.
06:28:20
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?