Parent Log: http://ci.aztec-labs.com/1f75c1257e3b33bd Command: 55a5c1e5cd3f3ca6 yarn-project/scripts/run_test.sh slasher/src/epoch_prune_watcher.test.ts Commit: https://github.com/AztecProtocol/aztec-packages/commit/28bf32bfc2566751e8baa0a9125a9db20d474bee Env: REF_NAME=gh-readonly-queue/next/pr-15154-9071986bfe3af58c70d2c80c10f523e22bfe4cb4 CURRENT_VERSION=0.87.6 CI_FULL=1 Date: Fri Jun 20 15:25:29 UTC 2025 System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15154_amd64_x1-full Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s History: http://ci.aztec-labs.com/list/history_b74a89389ab8b2c7_next 15:25:31 [15:25:31.720] INFO: epoch-prune-watcher EpochPruneWatcher initialized 15:25:32 [15:25:32.093] INFO: epoch-prune-watcher Detected chain prune. Validating epoch 1 15:25:32 [15:25:32.095] INFO: epoch-prune-watcher Data for pruned epoch 1 was not available. Will want to slash. 15:25:32 err: { 15:25:32 "type": "TransactionsNotAvailableError", 15:25:32 "message": "Validator Error: Transactions not available: 0x0f35a3eff178d47879d2d6bcac2bb11e2f5da770bc790162f62964895609b2d7", 15:25:32 "stack": 15:25:32 Error: Validator Error: Transactions not available: 0x0f35a3eff178d47879d2d6bcac2bb11e2f5da770bc790162f62964895609b2d7 15:25:32 at EpochPruneWatcher.validateBlock (/home/aztec-dev/aztec-packages/yarn-project/slasher/src/epoch_prune_watcher.ts:128:13) 15:25:32 at EpochPruneWatcher.validateBlocks (/home/aztec-dev/aztec-packages/yarn-project/slasher/src/epoch_prune_watcher.ts:113:9) 15:25:32 } 15:25:32 [15:25:32.108] INFO: epoch-prune-watcher Slash for epoch 1 created. {"0":{"amount":1000000000000000000,"offense":1,"validator":"0x0000000000000000000000000000000000000abc"},"1":{"amount":1000000000000000000,"offense":1,"validator":"0x0000000000000000000000000000000000000def"}} 15:25:32 [15:25:32.116] INFO: epoch-prune-watcher EpochPruneWatcher initialized 15:25:32 [15:25:32.277] INFO: epoch-prune-watcher Detected chain prune. Validating epoch 1 15:25:32 [15:25:32.278] INFO: epoch-prune-watcher Pruned epoch 1 was valid. Want to slash committee for not having it proven. 15:25:32 [15:25:32.279] INFO: epoch-prune-watcher Slash for epoch 1 created. {"0":{"amount":1000000000000000000,"offense":2,"validator":"0x0000000000000000000000000000000000000abc"},"1":{"amount":1000000000000000000,"offense":2,"validator":"0x0000000000000000000000000000000000000def"}} 15:25:32 [15:25:32.284] INFO: epoch-prune-watcher EpochPruneWatcher initialized 15:25:32 [15:25:32.395] INFO: epoch-prune-watcher Detected chain prune. Validating epoch 1 15:25:32 [15:25:32.396] ERROR: epoch-prune-watcher Error while validating pruned epoch 1. Will not want to slash.: ReExStateMismatchError: Validator Error: Re-execution state mismatch 15:25:32 at EpochPruneWatcher.validateBlock (/home/aztec-dev/aztec-packages/yarn-project/slasher/src/epoch_prune_watcher.ts:146:13) 15:25:32 at EpochPruneWatcher.validateBlocks (/home/aztec-dev/aztec-packages/yarn-project/slasher/src/epoch_prune_watcher.ts:113:9) { 15:25:32 expectedArchiveRoot: Fr<0x0000000000000000000000000000000000000000000000000000000000000002>, 15:25:32 actualArchiveRoot: Fr<0x0000000000000000000000000000000000000000000000000000000000000003>, 15:25:32 expectedStateReference: undefined, 15:25:32 actualStateReference: undefined 15:25:32 } 15:25:32 PASS src/epoch_prune_watcher.test.ts 15:25:32 EpochPruneWatcher 15:25:32 should emit WANT_TO_SLASH_EVENT when a validator is in a pruned epoch when data is unavailable (398 ms) 15:25:32 should slash if the data is available and the epoch could have been proven (168 ms) 15:25:32 should not slash if the data is available but the epoch could not have been proven (115 ms) 15:25:32 15:25:32 Test Suites: 1 passed, 1 total 15:25:32 Tests: 3 passed, 3 total 15:25:32 Snapshots: 0 total 15:25:32 Time: 2.139 s 15:25:32 Ran all test suites matching slasher/src/epoch_prune_watcher.test.ts. 15:25:32 Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?