Parent Log: http://ci.aztec-labs.com/66a4a534a6c10a99 Command: cbdd76383a795445 yarn-project/scripts/run_test.sh slasher/src/epoch_prune_watcher.test.ts Commit: https://github.com/AztecProtocol/aztec-packages/commit/9ba478709ce5c48099f79f9531da8292811cb18a Env: REF_NAME=gh-readonly-queue/staging/pr-15247-3863bc02d671057d0cffd4ced17ca317788ff190 CURRENT_VERSION=1.0.0 CI_FULL=0 Date: Tue Jun 24 15:04:50 UTC 2025 System: ARCH=arm64 CPUS=64 MEM=247Gi HOSTNAME=pr-15247_arm64_a1-fast Resources: CPU_LIST=0-63 CPUS=2 MEM=8g TIMEOUT=600s History: http://ci.aztec-labs.com/list/history_b74a89389ab8b2c7_staging 15:04:52 [15:04:52.516] INFO: epoch-prune-watcher EpochPruneWatcher initialized 15:04:52 [15:04:52.775] INFO: epoch-prune-watcher Detected chain prune. Validating epoch 1 15:04:52 [15:04:52.777] INFO: epoch-prune-watcher Data for pruned epoch 1 was not available. Will want to slash. 15:04:52 err: { 15:04:52 "type": "TransactionsNotAvailableError", 15:04:52 "message": "Validator Error: Transactions not available: 0x270577c8d4e48c76481e6a1606d6d34b81ad3e3d42cfa07ed525ca285fc1b2a7", 15:04:52 "stack": 15:04:52 Error: Validator Error: Transactions not available: 0x270577c8d4e48c76481e6a1606d6d34b81ad3e3d42cfa07ed525ca285fc1b2a7 15:04:52 at EpochPruneWatcher.validateBlock (/home/aztec-dev/aztec-packages/yarn-project/slasher/src/epoch_prune_watcher.ts:128:13) 15:04:52 at EpochPruneWatcher.validateBlocks (/home/aztec-dev/aztec-packages/yarn-project/slasher/src/epoch_prune_watcher.ts:113:9) 15:04:52 } 15:04:52 [15:04:52.786] INFO: epoch-prune-watcher Slash for epoch 1 created. {"0":{"amount":1000000000000000000,"offense":1,"validator":"0x0000000000000000000000000000000000000abc"},"1":{"amount":1000000000000000000,"offense":1,"validator":"0x0000000000000000000000000000000000000def"}} 15:04:52 [15:04:52.791] INFO: epoch-prune-watcher EpochPruneWatcher initialized 15:04:52 [15:04:52.885] INFO: epoch-prune-watcher Detected chain prune. Validating epoch 1 15:04:52 [15:04:52.886] INFO: epoch-prune-watcher Pruned epoch 1 was valid. Want to slash committee for not having it proven. 15:04:52 [15:04:52.887] INFO: epoch-prune-watcher Slash for epoch 1 created. {"0":{"amount":1000000000000000000,"offense":2,"validator":"0x0000000000000000000000000000000000000abc"},"1":{"amount":1000000000000000000,"offense":2,"validator":"0x0000000000000000000000000000000000000def"}} 15:04:52 [15:04:52.890] INFO: epoch-prune-watcher EpochPruneWatcher initialized 15:04:52 [15:04:52.951] INFO: epoch-prune-watcher Detected chain prune. Validating epoch 1 15:04:52 [15:04:52.952] ERROR: epoch-prune-watcher Error while validating pruned epoch 1. Will not want to slash.: ReExStateMismatchError: Validator Error: Re-execution state mismatch 15:04:52 at EpochPruneWatcher.validateBlock (/home/aztec-dev/aztec-packages/yarn-project/slasher/src/epoch_prune_watcher.ts:146:13) 15:04:52 at EpochPruneWatcher.validateBlocks (/home/aztec-dev/aztec-packages/yarn-project/slasher/src/epoch_prune_watcher.ts:113:9) { 15:04:52 expectedArchiveRoot: Fr<0x0000000000000000000000000000000000000000000000000000000000000002>, 15:04:52 actualArchiveRoot: Fr<0x0000000000000000000000000000000000000000000000000000000000000003>, 15:04:52 expectedStateReference: undefined, 15:04:52 actualStateReference: undefined 15:04:52 } 15:04:52 PASS src/epoch_prune_watcher.test.ts 15:04:52 EpochPruneWatcher 15:04:52 should emit WANT_TO_SLASH_EVENT when a validator is in a pruned epoch when data is unavailable (277 ms) 15:04:52 should slash if the data is available and the epoch could have been proven (98 ms) 15:04:52 should not slash if the data is available but the epoch could not have been proven (64 ms) 15:04:52 15:04:52 Test Suites: 1 passed, 1 total 15:04:52 Tests: 3 passed, 3 total 15:04:52 Snapshots: 0 total 15:04:52 Time: 1.617 s 15:04:52 Ran all test suites matching slasher/src/epoch_prune_watcher.test.ts. 15:04:52 Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?