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