Parent Log:
http://ci.aztec-labs.com/0ba6b223c1816f06
Command: 4c235d55421e2e7b yarn-project/scripts/run_test.sh slasher/src/slasher_client.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/b9c90eb25264a839cb74b2ef4200faa798f996a5
Env: REF_NAME=gh-readonly-queue/next/pr-14346-13774b8f0fbf93a0aeeb8b92af04a906ebe5b8f6 CURRENT_VERSION=0.87.4 CI_FULL=1
Date: Fri May 30 01:24:07 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-14346_amd64_x1-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/ecb015f27647b7a2
01:24:10 [01:24:10.834]
INFO:
slasher:test:slasher_client Calling anvil_setBlockTimestampInterval with params: [2]
01:24:10 [01:24:10.882]
WARN:
slasher:test:slasher_client Set block interval to 2
01:24:11 [01:24:11.172]
INFO:
slasher:test:slasher_client Waiting for 7 transactions to be mined...
01:24:11 [01:24:11.220]
INFO:
slasher:test:slasher_client All transactions mined successfully
01:24:11 [01:24:11.361]
INFO:
slasher:test:slasher_client Waiting for 9 transactions to be mined...
01:24:11 [01:24:11.390]
INFO:
slasher:test:slasher_client All transactions mined successfully
01:24:11 [01:24:11.560]
INFO:
slasher:test:slasher_client Waiting for 10 transactions to be mined...
01:24:11 [01:24:11.619]
INFO:
slasher:test:slasher_client All transactions mined successfully
01:24:11 [01:24:11.703]
INFO:
slasher:test:slasher_client Waiting for 11 transactions to be mined...
01:24:11 [01:24:11.728]
INFO:
slasher:test:slasher_client All transactions mined successfully
01:24:11 [01:24:11.736]
INFO:
slasher:test:slasher_client Waiting for 11 transactions to be mined...
01:24:11 [01:24:11.762]
INFO:
slasher:test:slasher_client All transactions mined successfully
01:24:11 [01:24:11.790]
INFO:
slasher:test:slasher_client Aztec L1 contracts initialized
{"registryAddress":"0x2c91b32e10e2ac3cff03c7d2d17a4d043bcd176e","governanceAddress":"0x463f37a0faf7bc5819db24e9be1ea5309233e8fe","governanceProposerAddress":"0x72642b3951df6038e361e93f57e428100398e849","rollupAddress":"0x8d30a9cb4243c61a08f6dcb8fc62bcb4c0142803","inboxAddress":"0xebebb6cdd54c23b82ac012422b26b48635e50967","outboxAddress":"0x03de684975a2f4a4477f68cddd53ef0cda6d93d1","feeJuicePortalAddress":"0xeca0641a9f891f65556924698b79167a3ed32ada","feeJuiceAddress":"0x35e2b457fd415e79fa2570c89d767f7f2e6d409c","stakingAssetAddress":"0x35b00f94fcd02a316d1352ff94f4e6b667d86bb9","rewardDistributorAddress":"0xdc89c24121b8e3aded3174ab26d43bfb801c7685","gseAddress":"0x142fcfda8c10aa79e73d2fadf1a766908cdeccf2","coinIssuerAddress":"0x9965507d1a55bcc2695c58ba16fb37d819b0a4dc"}
01:24:11 [01:24:11.791]
INFO:
slasher:test:slasher_client Handing over to governance
01:24:11 [01:24:11.810]
INFO:
slasher Starting Slasher client...
01:24:32 [01:24:32.553]
INFO:
slasher Slasher client stopped.
01:24:33
FAIL src/slasher_client.test.ts (
24.129 s)
01:24:33 SlasherClient
01:24:33
✕ creates payloads when the watcher signals (20693 ms)
01:24:33
01:24:33
● SlasherClient › creates payloads when the watcher signals
01:24:33
01:24:33 TimeoutError: Timeout awaiting non-empty committee
01:24:33
01:24:33
88 | await sleep(interval
* 1000)
;
01:24:33
89 | if (timeout && timer.s() > timeout) {
01:24:33
> 90 | throw new TimeoutError(name ? `Timeout awaiting ${name}` : 'Timeout');
01:24:33
| ^
01:24:33
91 | }
01:24:33
92 | }
01:24:33
93 | }
01:24:33
01:24:33
at retryUntil (../../foundation/dest/retry/index.js:90:19)
01:24:33
at Object.<anonymous> (slasher_client.test.ts:122:5)
01:24:33
01:24:33
Test Suites: 1 failed, 1 total
01:24:33
Tests: 1 failed, 1 total
01:24:33
Snapshots: 0 total
01:24:33
Time: 24.206 s
01:24:33
Ran all test suites matching /slasher\/src\/slasher_client.test.ts/i
.
01:24:33
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?