Parent Log:
http://ci.aztec-labs.com/6fbf8abddd36c45a
Command: 70811dc7878fc723 yarn-project/scripts/run_test.sh slasher/src/epoch_prune_watcher.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/9071986bfe3af58c70d2c80c10f523e22bfe4cb4
Env: REF_NAME=gh-readonly-queue/next/pr-15133-64d1ec347b1cea9fa1b04ff6fc2984f8ee073b2b CURRENT_VERSION=0.87.6 CI_FULL=0
Date: Fri Jun 20 14:51:35 UTC 2025
System: ARCH=arm64 CPUS=64 MEM=247Gi HOSTNAME=pr-15133_arm64_a1-fast
Resources: CPU_LIST=0-63 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_b74a89389ab8b2c7_next
14:51:37 [14:51:37.365]
INFO:
epoch-prune-watcher EpochPruneWatcher initialized
14:51:37 [14:51:37.637]
INFO:
epoch-prune-watcher Detected chain prune. Validating epoch 1
14:51:37 [14:51:37.639]
INFO:
epoch-prune-watcher Data for pruned epoch 1 was not available. Will want to slash.
14:51:37 err: {
14:51:37 "type": "TransactionsNotAvailableError",
14:51:37 "message": "Validator Error: Transactions not available: 0x1b4b37984103c3f114a83e6d7ae7947640077e2da7f90680bbb4d02fc141a9b6",
14:51:37 "stack":
14:51:37 Error: Validator Error: Transactions not available: 0x1b4b37984103c3f114a83e6d7ae7947640077e2da7f90680bbb4d02fc141a9b6
14:51:37 at EpochPruneWatcher.validateBlock (/home/aztec-dev/aztec-packages/yarn-project/slasher/src/epoch_prune_watcher.ts:128:13)
14:51:37 at EpochPruneWatcher.validateBlocks (/home/aztec-dev/aztec-packages/yarn-project/slasher/src/epoch_prune_watcher.ts:113:9)
14:51:37 }
14:51:37 [14:51:37.648]
INFO:
epoch-prune-watcher Slash for epoch 1 created.
{"0":{"amount":1000000000000000000,"offense":1,"validator":"0x0000000000000000000000000000000000000abc"},"1":{"amount":1000000000000000000,"offense":1,"validator":"0x0000000000000000000000000000000000000def"}}
14:51:37 [14:51:37.653]
INFO:
epoch-prune-watcher EpochPruneWatcher initialized
14:51:37 [14:51:37.745]
INFO:
epoch-prune-watcher Detected chain prune. Validating epoch 1
14:51:37 [14:51:37.746]
INFO:
epoch-prune-watcher Pruned epoch 1 was valid. Want to slash committee for not having it proven.
14:51:37 [14:51:37.746]
INFO:
epoch-prune-watcher Slash for epoch 1 created.
{"0":{"amount":1000000000000000000,"offense":2,"validator":"0x0000000000000000000000000000000000000abc"},"1":{"amount":1000000000000000000,"offense":2,"validator":"0x0000000000000000000000000000000000000def"}}
14:51:37 [14:51:37.750]
INFO:
epoch-prune-watcher EpochPruneWatcher initialized
14:51:37 [14:51:37.811]
INFO:
epoch-prune-watcher Detected chain prune. Validating epoch 1
14:51:37 [14:51:37.812]
ERROR:
epoch-prune-watcher Error while validating pruned epoch 1. Will not want to slash.: ReExStateMismatchError: Validator Error: Re-execution state mismatch
14:51:37 at EpochPruneWatcher.validateBlock (/home/aztec-dev/aztec-packages/yarn-project/slasher/src/epoch_prune_watcher.ts:146:13)
14:51:37 at EpochPruneWatcher.validateBlocks (/home/aztec-dev/aztec-packages/yarn-project/slasher/src/epoch_prune_watcher.ts:113:9) {
14:51:37 expectedArchiveRoot: Fr<0x0000000000000000000000000000000000000000000000000000000000000002>,
14:51:37 actualArchiveRoot: Fr<0x0000000000000000000000000000000000000000000000000000000000000003>,
14:51:37 expectedStateReference: undefined,
14:51:37 actualStateReference: undefined
14:51:37 }
14:51:37
PASS src/epoch_prune_watcher.test.ts
14:51:37 EpochPruneWatcher
14:51:37
✓ should emit WANT_TO_SLASH_EVENT when a validator is in a pruned epoch when data is unavailable (290 ms)
14:51:37
✓ should slash if the data is available and the epoch could have been proven (96 ms)
14:51:37
✓ should not slash if the data is available but the epoch could not have been proven (65 ms)
14:51:37
14:51:37
Test Suites: 1 passed, 1 total
14:51:37
Tests: 3 passed, 3 total
14:51:37
Snapshots: 0 total
14:51:37
Time: 1.669 s
14:51:37
Ran all test suites matching slasher/src/epoch_prune_watcher.test.ts
.
14:51:37
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?