Parent Log: http://ci.aztec-labs.com/eb6e7e1657c42119 Command: b895a7fa8f839b60 yarn-project/scripts/run_test.sh slasher/src/epoch_prune_watcher.test.ts Commit: https://github.com/AztecProtocol/aztec-packages/commit/b80949775e5c27908a6055ad24592f7d98bdc45a Env: REF_NAME=gh-readonly-queue/next/pr-14816-fa159c5d52a45358479f951a547fed37f141a6ed CURRENT_VERSION=0.87.6 CI_FULL=1 Date: Sat Jun 14 10:44:28 UTC 2025 System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-14816_amd64_x3-full Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s History: http://ci.aztec-labs.com/list/history_b74a89389ab8b2c7_next 10:44:31 [10:44:31.206] INFO: epoch-prune-watcher EpochPruneWatcher initialized 10:44:31 [10:44:31.586] INFO: epoch-prune-watcher Detected chain prune. Validating epoch 1 10:44:31 [10:44:31.589] INFO: epoch-prune-watcher Data for pruned epoch 1 was not available. Will want to slash. 10:44:31 err: { 10:44:31 "type": "TransactionsNotAvailableError", 10:44:31 "message": "Validator Error: Transactions not available: 0x0878578ea78cd05dd497b1214b6768cac4d977d4dba94439d3586ae2298b8d3a", 10:44:31 "stack": 10:44:31 Error: Validator Error: Transactions not available: 0x0878578ea78cd05dd497b1214b6768cac4d977d4dba94439d3586ae2298b8d3a 10:44:31 at EpochPruneWatcher.validateBlock (/home/aztec-dev/aztec-packages/yarn-project/slasher/src/epoch_prune_watcher.ts:126:13) 10:44:31 at EpochPruneWatcher.validateBlocks (/home/aztec-dev/aztec-packages/yarn-project/slasher/src/epoch_prune_watcher.ts:111:9) 10:44:31 } 10:44:31 [10:44:31.599] INFO: epoch-prune-watcher Slash for epoch 1 created. {"0":{"amount":1000000000000000000,"offense":1,"validator":"0x0000000000000000000000000000000000000abc"},"1":{"amount":1000000000000000000,"offense":1,"validator":"0x0000000000000000000000000000000000000def"}} 10:44:31 [10:44:31.606] INFO: epoch-prune-watcher EpochPruneWatcher initialized 10:44:31 [10:44:31.716] INFO: epoch-prune-watcher Detected chain prune. Validating epoch 1 10:44:31 [10:44:31.717] INFO: epoch-prune-watcher Pruned epoch 1 was valid. Want to slash committee for not having it proven. 10:44:31 [10:44:31.717] INFO: epoch-prune-watcher Slash for epoch 1 created. {"0":{"amount":1000000000000000000,"offense":2,"validator":"0x0000000000000000000000000000000000000abc"},"1":{"amount":1000000000000000000,"offense":2,"validator":"0x0000000000000000000000000000000000000def"}} 10:44:31 [10:44:31.727] INFO: epoch-prune-watcher EpochPruneWatcher initialized 10:44:31 [10:44:31.800] INFO: epoch-prune-watcher Detected chain prune. Validating epoch 1 10:44:31 [10:44:31.801] ERROR: epoch-prune-watcher Error while validating pruned epoch 1. Will not want to slash.: ReExStateMismatchError: Validator Error: Re-execution state mismatch 10:44:31 at EpochPruneWatcher.validateBlock (/home/aztec-dev/aztec-packages/yarn-project/slasher/src/epoch_prune_watcher.ts:142:13) 10:44:31 at EpochPruneWatcher.validateBlocks (/home/aztec-dev/aztec-packages/yarn-project/slasher/src/epoch_prune_watcher.ts:111:9) 10:44:31 PASS src/epoch_prune_watcher.test.ts 10:44:31 EpochPruneWatcher 10:44:31 should emit WANT_TO_SLASH_EVENT when a validator is in a pruned epoch when data is unavailable (401 ms) 10:44:31 should slash if the data is available and the epoch could have been proven (120 ms) 10:44:31 should not slash if the data is available but the epoch could not have been proven (78 ms) 10:44:31 10:44:31 Test Suites: 1 passed, 1 total 10:44:31 Tests: 3 passed, 3 total 10:44:31 Snapshots: 0 total 10:44:31 Time: 1.903 s 10:44:31 Ran all test suites matching /slasher\/src\/epoch_prune_watcher.test.ts/i. 10:44:31 Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?