Parent Log: http://ci.aztec-labs.com/1105e0e4ebda3b8d Command: d57d38082bbaf86d yarn-project/scripts/run_test.sh slasher/src/epoch_prune_watcher.test.ts Commit: https://github.com/AztecProtocol/aztec-packages/commit/2d661b35c089f032f50de084b07dded86f0873b8 Env: REF_NAME=gh-readonly-queue/next/pr-15187-301dce04331dcfb583b7508b91491de618d4acf4 CURRENT_VERSION=0.87.6 CI_FULL=1 Date: Mon Jun 23 10:51:26 UTC 2025 System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15187_amd64_x4-full Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s History: http://ci.aztec-labs.com/list/history_b74a89389ab8b2c7_next 10:51:28 [10:51:28.806] INFO: epoch-prune-watcher EpochPruneWatcher initialized 10:51:29 [10:51:29.212] INFO: epoch-prune-watcher Detected chain prune. Validating epoch 1 10:51:29 [10:51:29.214] INFO: epoch-prune-watcher Data for pruned epoch 1 was not available. Will want to slash. 10:51:29 err: { 10:51:29 "type": "TransactionsNotAvailableError", 10:51:29 "message": "Validator Error: Transactions not available: 0x1c032869a8cdacf30187d334b003e11af34fb17c0263c1b3eaa9b89390fb63c8", 10:51:29 "stack": 10:51:29 Error: Validator Error: Transactions not available: 0x1c032869a8cdacf30187d334b003e11af34fb17c0263c1b3eaa9b89390fb63c8 10:51:29 at EpochPruneWatcher.validateBlock (/home/aztec-dev/aztec-packages/yarn-project/slasher/src/epoch_prune_watcher.ts:128:13) 10:51:29 at EpochPruneWatcher.validateBlocks (/home/aztec-dev/aztec-packages/yarn-project/slasher/src/epoch_prune_watcher.ts:113:9) 10:51:29 } 10:51:29 [10:51:29.223] INFO: epoch-prune-watcher Slash for epoch 1 created. {"0":{"amount":1000000000000000000,"offense":1,"validator":"0x0000000000000000000000000000000000000abc"},"1":{"amount":1000000000000000000,"offense":1,"validator":"0x0000000000000000000000000000000000000def"}} 10:51:29 [10:51:29.231] INFO: epoch-prune-watcher EpochPruneWatcher initialized 10:51:29 [10:51:29.385] INFO: epoch-prune-watcher Detected chain prune. Validating epoch 1 10:51:29 [10:51:29.386] INFO: epoch-prune-watcher Pruned epoch 1 was valid. Want to slash committee for not having it proven. 10:51:29 [10:51:29.387] INFO: epoch-prune-watcher Slash for epoch 1 created. {"0":{"amount":1000000000000000000,"offense":2,"validator":"0x0000000000000000000000000000000000000abc"},"1":{"amount":1000000000000000000,"offense":2,"validator":"0x0000000000000000000000000000000000000def"}} 10:51:29 [10:51:29.391] INFO: epoch-prune-watcher EpochPruneWatcher initialized 10:51:29 [10:51:29.496] INFO: epoch-prune-watcher Detected chain prune. Validating epoch 1 10:51:29 [10:51:29.498] ERROR: epoch-prune-watcher Error while validating pruned epoch 1. Will not want to slash.: ReExStateMismatchError: Validator Error: Re-execution state mismatch 10:51:29 at EpochPruneWatcher.validateBlock (/home/aztec-dev/aztec-packages/yarn-project/slasher/src/epoch_prune_watcher.ts:146:13) 10:51:29 at EpochPruneWatcher.validateBlocks (/home/aztec-dev/aztec-packages/yarn-project/slasher/src/epoch_prune_watcher.ts:113:9) { 10:51:29 expectedArchiveRoot: Fr<0x0000000000000000000000000000000000000000000000000000000000000002>, 10:51:29 actualArchiveRoot: Fr<0x0000000000000000000000000000000000000000000000000000000000000003>, 10:51:29 expectedStateReference: undefined, 10:51:29 actualStateReference: undefined 10:51:29 } 10:51:29 PASS src/epoch_prune_watcher.test.ts 10:51:29 EpochPruneWatcher 10:51:29 should emit WANT_TO_SLASH_EVENT when a validator is in a pruned epoch when data is unavailable (426 ms) 10:51:29 should slash if the data is available and the epoch could have been proven (160 ms) 10:51:29 should not slash if the data is available but the epoch could not have been proven (111 ms) 10:51:29 10:51:29 Test Suites: 1 passed, 1 total 10:51:29 Tests: 3 passed, 3 total 10:51:29 Snapshots: 0 total 10:51:29 Time: 2.181 s 10:51:29 Ran all test suites matching slasher/src/epoch_prune_watcher.test.ts. 10:51:29 Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?