Parent Log:
http://ci.aztec-labs.com/ffb0cedf91fb98de
Command: 52bd9327d3603bc3 yarn-project/scripts/run_test.sh slasher/src/epoch_prune_watcher.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/ee24aac96469b4f1cb8d70e614b2dd27bf0eb134
Env: REF_NAME=gh-readonly-queue/next/pr-15242-1c2c2ee2949dbe31742cc9501a31bf3bce8083cf CURRENT_VERSION=0.87.6 CI_FULL=0
Date: Tue Jun 24 14:10:19 UTC 2025
System: ARCH=arm64 CPUS=64 MEM=247Gi HOSTNAME=pr-15242_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:10:21 [14:10:21.799]
INFO:
epoch-prune-watcher EpochPruneWatcher initialized
14:10:22 [14:10:22.082]
INFO:
epoch-prune-watcher Detected chain prune. Validating epoch 1
14:10:22 [14:10:22.084]
INFO:
epoch-prune-watcher Data for pruned epoch 1 was not available. Will want to slash.
14:10:22 err: {
14:10:22 "type": "TransactionsNotAvailableError",
14:10:22 "message": "Validator Error: Transactions not available: 0x2bc3243922c944e48a29951df09db2233c7b8f761d5ff6acda5dd1c2788ecd71",
14:10:22 "stack":
14:10:22 Error: Validator Error: Transactions not available: 0x2bc3243922c944e48a29951df09db2233c7b8f761d5ff6acda5dd1c2788ecd71
14:10:22 at EpochPruneWatcher.validateBlock (/home/aztec-dev/aztec-packages/yarn-project/slasher/src/epoch_prune_watcher.ts:128:13)
14:10:22 at EpochPruneWatcher.validateBlocks (/home/aztec-dev/aztec-packages/yarn-project/slasher/src/epoch_prune_watcher.ts:113:9)
14:10:22 }
14:10:22 [14:10:22.094]
INFO:
epoch-prune-watcher Slash for epoch 1 created.
{"0":{"amount":1000000000000000000,"offense":1,"validator":"0x0000000000000000000000000000000000000abc"},"1":{"amount":1000000000000000000,"offense":1,"validator":"0x0000000000000000000000000000000000000def"}}
14:10:22 [14:10:22.100]
INFO:
epoch-prune-watcher EpochPruneWatcher initialized
14:10:22 [14:10:22.196]
INFO:
epoch-prune-watcher Detected chain prune. Validating epoch 1
14:10:22 [14:10:22.197]
INFO:
epoch-prune-watcher Pruned epoch 1 was valid. Want to slash committee for not having it proven.
14:10:22 [14:10:22.197]
INFO:
epoch-prune-watcher Slash for epoch 1 created.
{"0":{"amount":1000000000000000000,"offense":2,"validator":"0x0000000000000000000000000000000000000abc"},"1":{"amount":1000000000000000000,"offense":2,"validator":"0x0000000000000000000000000000000000000def"}}
14:10:22 [14:10:22.201]
INFO:
epoch-prune-watcher EpochPruneWatcher initialized
14:10:22 [14:10:22.265]
INFO:
epoch-prune-watcher Detected chain prune. Validating epoch 1
14:10:22 [14:10:22.266]
ERROR:
epoch-prune-watcher Error while validating pruned epoch 1. Will not want to slash.: ReExStateMismatchError: Validator Error: Re-execution state mismatch
14:10:22 at EpochPruneWatcher.validateBlock (/home/aztec-dev/aztec-packages/yarn-project/slasher/src/epoch_prune_watcher.ts:146:13)
14:10:22 at EpochPruneWatcher.validateBlocks (/home/aztec-dev/aztec-packages/yarn-project/slasher/src/epoch_prune_watcher.ts:113:9) {
14:10:22 expectedArchiveRoot: Fr<0x0000000000000000000000000000000000000000000000000000000000000002>,
14:10:22 actualArchiveRoot: Fr<0x0000000000000000000000000000000000000000000000000000000000000003>,
14:10:22 expectedStateReference: undefined,
14:10:22 actualStateReference: undefined
14:10:22 }
14:10:22
PASS src/epoch_prune_watcher.test.ts
14:10:22 EpochPruneWatcher
14:10:22
✓ should emit WANT_TO_SLASH_EVENT when a validator is in a pruned epoch when data is unavailable (302 ms)
14:10:22
✓ should slash if the data is available and the epoch could have been proven (101 ms)
14:10:22
✓ should not slash if the data is available but the epoch could not have been proven (68 ms)
14:10:22
14:10:22
Test Suites: 1 passed, 1 total
14:10:22
Tests: 3 passed, 3 total
14:10:22
Snapshots: 0 total
14:10:22
Time: 1.644 s
14:10:22
Ran all test suites matching slasher/src/epoch_prune_watcher.test.ts
.
14:10:22
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?