Parent Log:
http://ci.aztec-labs.com/14599c7f9b5e088f
Command: 736bd65c2c998997 yarn-project/scripts/run_test.sh slasher/src/epoch_prune_watcher.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/2b96419831503435fa46a83dc2e2b7ba19109d0f
Env: REF_NAME=gh-readonly-queue/next/pr-15229-af094bce13530e078c78de9f3264280e6693d533 CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Tue Jun 24 08:40:24 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15229_amd64_x1-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_b74a89389ab8b2c7_next
08:40:27 [08:40:27.240]
INFO:
epoch-prune-watcher EpochPruneWatcher initialized
08:40:27 [08:40:27.633]
INFO:
epoch-prune-watcher Detected chain prune. Validating epoch 1
08:40:27 [08:40:27.636]
INFO:
epoch-prune-watcher Data for pruned epoch 1 was not available. Will want to slash.
08:40:27 err: {
08:40:27 "type": "TransactionsNotAvailableError",
08:40:27 "message": "Validator Error: Transactions not available: 0x058a2a3d8200cc4271bdec7d8fbef6ca1c96a3cf27fba26c78b13d58e9f76e90",
08:40:27 "stack":
08:40:27 Error: Validator Error: Transactions not available: 0x058a2a3d8200cc4271bdec7d8fbef6ca1c96a3cf27fba26c78b13d58e9f76e90
08:40:27 at EpochPruneWatcher.validateBlock (/home/aztec-dev/aztec-packages/yarn-project/slasher/src/epoch_prune_watcher.ts:128:13)
08:40:27 at EpochPruneWatcher.validateBlocks (/home/aztec-dev/aztec-packages/yarn-project/slasher/src/epoch_prune_watcher.ts:113:9)
08:40:27 }
08:40:27 [08:40:27.649]
INFO:
epoch-prune-watcher Slash for epoch 1 created.
{"0":{"amount":1000000000000000000,"offense":1,"validator":"0x0000000000000000000000000000000000000abc"},"1":{"amount":1000000000000000000,"offense":1,"validator":"0x0000000000000000000000000000000000000def"}}
08:40:27 [08:40:27.657]
INFO:
epoch-prune-watcher EpochPruneWatcher initialized
08:40:27 [08:40:27.800]
INFO:
epoch-prune-watcher Detected chain prune. Validating epoch 1
08:40:27 [08:40:27.802]
INFO:
epoch-prune-watcher Pruned epoch 1 was valid. Want to slash committee for not having it proven.
08:40:27 [08:40:27.802]
INFO:
epoch-prune-watcher Slash for epoch 1 created.
{"0":{"amount":1000000000000000000,"offense":2,"validator":"0x0000000000000000000000000000000000000abc"},"1":{"amount":1000000000000000000,"offense":2,"validator":"0x0000000000000000000000000000000000000def"}}
08:40:27 [08:40:27.806]
INFO:
epoch-prune-watcher EpochPruneWatcher initialized
08:40:27 [08:40:27.879]
INFO:
epoch-prune-watcher Detected chain prune. Validating epoch 1
08:40:27 [08:40:27.881]
ERROR:
epoch-prune-watcher Error while validating pruned epoch 1. Will not want to slash.: ReExStateMismatchError: Validator Error: Re-execution state mismatch
08:40:27 at EpochPruneWatcher.validateBlock (/home/aztec-dev/aztec-packages/yarn-project/slasher/src/epoch_prune_watcher.ts:146:13)
08:40:27 at EpochPruneWatcher.validateBlocks (/home/aztec-dev/aztec-packages/yarn-project/slasher/src/epoch_prune_watcher.ts:113:9) {
08:40:27 expectedArchiveRoot: Fr<0x0000000000000000000000000000000000000000000000000000000000000002>,
08:40:27 actualArchiveRoot: Fr<0x0000000000000000000000000000000000000000000000000000000000000003>,
08:40:27 expectedStateReference: undefined,
08:40:27 actualStateReference: undefined
08:40:27 }
08:40:27
PASS src/epoch_prune_watcher.test.ts
08:40:27 EpochPruneWatcher
08:40:27
✓ should emit WANT_TO_SLASH_EVENT when a validator is in a pruned epoch when data is unavailable (419 ms)
08:40:27
✓ should slash if the data is available and the epoch could have been proven (148 ms)
08:40:27
✓ should not slash if the data is available but the epoch could not have been proven (77 ms)
08:40:27
08:40:27
Test Suites: 1 passed, 1 total
08:40:27
Tests: 3 passed, 3 total
08:40:27
Snapshots: 0 total
08:40:27
Time: 2.036 s
08:40:27
Ran all test suites matching slasher/src/epoch_prune_watcher.test.ts
.
08:40:27
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?