Parent Log:
http://ci.aztec-labs.com/64391a8abee3f18e
Command: a1fcfb018e125472 yarn-project/scripts/run_test.sh slasher/src/epoch_prune_watcher.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/cb89edc02f7d386e48ee81660565d91895a3464b
Env: REF_NAME=gh-readonly-queue/next/pr-15150-f29a038c58fc1f3ad95ad05d18aea321f0f598b2 CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Fri Jun 20 10:49:36 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15150_amd64_x3-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_b74a89389ab8b2c7_next
10:49:39 [10:49:39.038]
INFO:
epoch-prune-watcher EpochPruneWatcher initialized
10:49:39 [10:49:39.465]
INFO:
epoch-prune-watcher Detected chain prune. Validating epoch 1
10:49:39 [10:49:39.467]
INFO:
epoch-prune-watcher Data for pruned epoch 1 was not available. Will want to slash.
10:49:39 err: {
10:49:39 "type": "TransactionsNotAvailableError",
10:49:39 "message": "Validator Error: Transactions not available: 0x067137d4f352876d63109ef29c8116b8c3fbcb7cc8a87421c150dbfb3057b838",
10:49:39 "stack":
10:49:39 Error: Validator Error: Transactions not available: 0x067137d4f352876d63109ef29c8116b8c3fbcb7cc8a87421c150dbfb3057b838
10:49:39 at EpochPruneWatcher.validateBlock (/home/aztec-dev/aztec-packages/yarn-project/slasher/src/epoch_prune_watcher.ts:128:13)
10:49:39 at EpochPruneWatcher.validateBlocks (/home/aztec-dev/aztec-packages/yarn-project/slasher/src/epoch_prune_watcher.ts:113:9)
10:49:39 }
10:49:39 [10:49:39.479]
INFO:
epoch-prune-watcher Slash for epoch 1 created.
{"0":{"amount":1000000000000000000,"offense":1,"validator":"0x0000000000000000000000000000000000000abc"},"1":{"amount":1000000000000000000,"offense":1,"validator":"0x0000000000000000000000000000000000000def"}}
10:49:39 [10:49:39.488]
INFO:
epoch-prune-watcher EpochPruneWatcher initialized
10:49:39 [10:49:39.649]
INFO:
epoch-prune-watcher Detected chain prune. Validating epoch 1
10:49:39 [10:49:39.650]
INFO:
epoch-prune-watcher Pruned epoch 1 was valid. Want to slash committee for not having it proven.
10:49:39 [10:49:39.651]
INFO:
epoch-prune-watcher Slash for epoch 1 created.
{"0":{"amount":1000000000000000000,"offense":2,"validator":"0x0000000000000000000000000000000000000abc"},"1":{"amount":1000000000000000000,"offense":2,"validator":"0x0000000000000000000000000000000000000def"}}
10:49:39 [10:49:39.657]
INFO:
epoch-prune-watcher EpochPruneWatcher initialized
10:49:39 [10:49:39.740]
INFO:
epoch-prune-watcher Detected chain prune. Validating epoch 1
10:49:39 [10:49:39.742]
ERROR:
epoch-prune-watcher Error while validating pruned epoch 1. Will not want to slash.: ReExStateMismatchError: Validator Error: Re-execution state mismatch
10:49:39 at EpochPruneWatcher.validateBlock (/home/aztec-dev/aztec-packages/yarn-project/slasher/src/epoch_prune_watcher.ts:146:13)
10:49:39 at EpochPruneWatcher.validateBlocks (/home/aztec-dev/aztec-packages/yarn-project/slasher/src/epoch_prune_watcher.ts:113:9) {
10:49:39 expectedArchiveRoot: Fr<0x0000000000000000000000000000000000000000000000000000000000000002>,
10:49:39 actualArchiveRoot: Fr<0x0000000000000000000000000000000000000000000000000000000000000003>,
10:49:39 expectedStateReference: undefined,
10:49:39 actualStateReference: undefined
10:49:39 }
10:49:39
PASS src/epoch_prune_watcher.test.ts
10:49:39 EpochPruneWatcher
10:49:39
✓ should emit WANT_TO_SLASH_EVENT when a validator is in a pruned epoch when data is unavailable (451 ms)
10:49:39
✓ should slash if the data is available and the epoch could have been proven (168 ms)
10:49:39
✓ should not slash if the data is available but the epoch could not have been proven (87 ms)
10:49:39
10:49:39
Test Suites: 1 passed, 1 total
10:49:39
Tests: 3 passed, 3 total
10:49:39
Snapshots: 0 total
10:49:39
Time: 2.135 s
10:49:39
Ran all test suites matching slasher/src/epoch_prune_watcher.test.ts
.
10:49:39
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?