Parent Log: http://ci.aztec-labs.com/439b455015d70b8a Command: 29957fbe93665d48 yarn-project/scripts/run_test.sh slasher/src/epoch_prune_watcher.test.ts Commit: https://github.com/AztecProtocol/aztec-packages/commit/a9414cff28bd9ebfe35ca67f0ec0117d08f57e55 Env: REF_NAME=gh-readonly-queue/next/pr-15216-4608046e462faf9ff3fbee265ba34dbecb5d0b31 CURRENT_VERSION=0.87.6 CI_FULL=1 Date: Mon Jun 23 15:07:48 UTC 2025 System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15216_amd64_x2-full Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s History: http://ci.aztec-labs.com/list/history_b74a89389ab8b2c7_next 15:07:50 [15:07:50.871] INFO: epoch-prune-watcher EpochPruneWatcher initialized 15:07:51 [15:07:51.312] INFO: epoch-prune-watcher Detected chain prune. Validating epoch 1 15:07:51 [15:07:51.318] INFO: epoch-prune-watcher Data for pruned epoch 1 was not available. Will want to slash. 15:07:51 err: { 15:07:51 "type": "TransactionsNotAvailableError", 15:07:51 "message": "Validator Error: Transactions not available: 0x1c5ea228f6de399327a9a0892c84e1029f9cc7118c0886cc1c3aaf1d364a82aa", 15:07:51 "stack": 15:07:51 Error: Validator Error: Transactions not available: 0x1c5ea228f6de399327a9a0892c84e1029f9cc7118c0886cc1c3aaf1d364a82aa 15:07:51 at EpochPruneWatcher.validateBlock (/home/aztec-dev/aztec-packages/yarn-project/slasher/src/epoch_prune_watcher.ts:128:13) 15:07:51 at EpochPruneWatcher.validateBlocks (/home/aztec-dev/aztec-packages/yarn-project/slasher/src/epoch_prune_watcher.ts:113:9) 15:07:51 } 15:07:51 [15:07:51.337] INFO: epoch-prune-watcher Slash for epoch 1 created. {"0":{"amount":1000000000000000000,"offense":1,"validator":"0x0000000000000000000000000000000000000abc"},"1":{"amount":1000000000000000000,"offense":1,"validator":"0x0000000000000000000000000000000000000def"}} 15:07:51 [15:07:51.349] INFO: epoch-prune-watcher EpochPruneWatcher initialized 15:07:51 [15:07:51.550] INFO: epoch-prune-watcher Detected chain prune. Validating epoch 1 15:07:51 [15:07:51.551] INFO: epoch-prune-watcher Pruned epoch 1 was valid. Want to slash committee for not having it proven. 15:07:51 [15:07:51.552] INFO: epoch-prune-watcher Slash for epoch 1 created. {"0":{"amount":1000000000000000000,"offense":2,"validator":"0x0000000000000000000000000000000000000abc"},"1":{"amount":1000000000000000000,"offense":2,"validator":"0x0000000000000000000000000000000000000def"}} 15:07:51 [15:07:51.556] INFO: epoch-prune-watcher EpochPruneWatcher initialized 15:07:51 [15:07:51.647] INFO: epoch-prune-watcher Detected chain prune. Validating epoch 1 15:07:51 [15:07:51.650] ERROR: epoch-prune-watcher Error while validating pruned epoch 1. Will not want to slash.: ReExStateMismatchError: Validator Error: Re-execution state mismatch 15:07:51 at EpochPruneWatcher.validateBlock (/home/aztec-dev/aztec-packages/yarn-project/slasher/src/epoch_prune_watcher.ts:146:13) 15:07:51 at EpochPruneWatcher.validateBlocks (/home/aztec-dev/aztec-packages/yarn-project/slasher/src/epoch_prune_watcher.ts:113:9) { 15:07:51 expectedArchiveRoot: Fr<0x0000000000000000000000000000000000000000000000000000000000000002>, 15:07:51 actualArchiveRoot: Fr<0x0000000000000000000000000000000000000000000000000000000000000003>, 15:07:51 expectedStateReference: undefined, 15:07:51 actualStateReference: undefined 15:07:51 } 15:07:51 PASS src/epoch_prune_watcher.test.ts 15:07:51 EpochPruneWatcher 15:07:51 should emit WANT_TO_SLASH_EVENT when a validator is in a pruned epoch when data is unavailable (479 ms) 15:07:51 should slash if the data is available and the epoch could have been proven (207 ms) 15:07:51 should not slash if the data is available but the epoch could not have been proven (95 ms) 15:07:51 15:07:51 Test Suites: 1 passed, 1 total 15:07:51 Tests: 3 passed, 3 total 15:07:51 Snapshots: 0 total 15:07:51 Time: 2.016 s 15:07:51 Ran all test suites matching slasher/src/epoch_prune_watcher.test.ts. 15:07:51 Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?