Parent Log:
http://ci.aztec-labs.com/6accf1747685d10b
Command: 0742425f32083b75 yarn-project/scripts/run_test.sh slasher/src/epoch_prune_watcher.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/04abcb151443d51d2f1b002a2412a083a9384a51
Env: REF_NAME=gh-readonly-queue/next/pr-15077-263498dd65e8700218979d7a94dbfd25b2a8a8a8 CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Tue Jun 17 20:51:45 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15077_amd64_x4-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_b74a89389ab8b2c7_next
20:51:48 [20:51:48.189]
INFO:
epoch-prune-watcher EpochPruneWatcher initialized
20:51:48 [20:51:48.557]
INFO:
epoch-prune-watcher Detected chain prune. Validating epoch 1
20:51:48 [20:51:48.559]
INFO:
epoch-prune-watcher Data for pruned epoch 1 was not available. Will want to slash.
20:51:48 err: {
20:51:48 "type": "TransactionsNotAvailableError",
20:51:48 "message": "Validator Error: Transactions not available: 0x1bb7a7daca298c7dd37a48694d9d66cd598a3879ce1f26ece1042c5f8404c852",
20:51:48 "stack":
20:51:48 Error: Validator Error: Transactions not available: 0x1bb7a7daca298c7dd37a48694d9d66cd598a3879ce1f26ece1042c5f8404c852
20:51:48 at EpochPruneWatcher.validateBlock (/home/aztec-dev/aztec-packages/yarn-project/slasher/src/epoch_prune_watcher.ts:126:13)
20:51:48 at EpochPruneWatcher.validateBlocks (/home/aztec-dev/aztec-packages/yarn-project/slasher/src/epoch_prune_watcher.ts:111:9)
20:51:48 }
20:51:48 [20:51:48.570]
INFO:
epoch-prune-watcher Slash for epoch 1 created.
{"0":{"amount":1000000000000000000,"offense":1,"validator":"0x0000000000000000000000000000000000000abc"},"1":{"amount":1000000000000000000,"offense":1,"validator":"0x0000000000000000000000000000000000000def"}}
20:51:48 [20:51:48.578]
INFO:
epoch-prune-watcher EpochPruneWatcher initialized
20:51:48 [20:51:48.735]
INFO:
epoch-prune-watcher Detected chain prune. Validating epoch 1
20:51:48 [20:51:48.736]
INFO:
epoch-prune-watcher Pruned epoch 1 was valid. Want to slash committee for not having it proven.
20:51:48 [20:51:48.736]
INFO:
epoch-prune-watcher Slash for epoch 1 created.
{"0":{"amount":1000000000000000000,"offense":2,"validator":"0x0000000000000000000000000000000000000abc"},"1":{"amount":1000000000000000000,"offense":2,"validator":"0x0000000000000000000000000000000000000def"}}
20:51:48 [20:51:48.740]
INFO:
epoch-prune-watcher EpochPruneWatcher initialized
20:51:48 [20:51:48.825]
INFO:
epoch-prune-watcher Detected chain prune. Validating epoch 1
20:51:48 [20:51:48.826]
ERROR:
epoch-prune-watcher Error while validating pruned epoch 1. Will not want to slash.: ReExStateMismatchError: Validator Error: Re-execution state mismatch
20:51:48 at EpochPruneWatcher.validateBlock (/home/aztec-dev/aztec-packages/yarn-project/slasher/src/epoch_prune_watcher.ts:142:13)
20:51:48 at EpochPruneWatcher.validateBlocks (/home/aztec-dev/aztec-packages/yarn-project/slasher/src/epoch_prune_watcher.ts:111:9)
20:51:48
PASS src/epoch_prune_watcher.test.ts
20:51:48 EpochPruneWatcher
20:51:48
✓ should emit WANT_TO_SLASH_EVENT when a validator is in a pruned epoch when data is unavailable (390 ms)
20:51:48
✓ should slash if the data is available and the epoch could have been proven (162 ms)
20:51:48
✓ should not slash if the data is available but the epoch could not have been proven (88 ms)
20:51:48
20:51:48
Test Suites: 1 passed, 1 total
20:51:48
Tests: 3 passed, 3 total
20:51:48
Snapshots: 0 total
20:51:48
Time: 2.151 s
20:51:48
Ran all test suites matching slasher/src/epoch_prune_watcher.test.ts
.
20:51:48
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?