Parent Log:
http://ci.aztec-labs.com/05b76684a53e6d24
Command: 0d541f5a731ac42b yarn-project/scripts/run_test.sh slasher/src/epoch_prune_watcher.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/74eeec5d95106217d3b3f3068853022cef7fa307
Env: REF_NAME=gh-readonly-queue/next/pr-15189-8cbdad5ba8c6b2b13d060ecb764f4818ca0d5e4d CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Wed Jun 25 10:26:29 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15189_amd64_x2-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_b74a89389ab8b2c7_next
10:26:31 [10:26:31.525]
INFO:
epoch-prune-watcher EpochPruneWatcher initialized
10:26:31 [10:26:31.885]
INFO:
epoch-prune-watcher Detected chain prune. Validating epoch 1
10:26:31 [10:26:31.887]
INFO:
epoch-prune-watcher Data for pruned epoch 1 was not available. Will want to slash.
10:26:31 err: {
10:26:31 "type": "TransactionsNotAvailableError",
10:26:31 "message": "Validator Error: Transactions not available: 0x1e07b105087ad4b3eea48427ba417383795b0fde5da4faba0d25217bb5b9c926",
10:26:31 "stack":
10:26:31 Error: Validator Error: Transactions not available: 0x1e07b105087ad4b3eea48427ba417383795b0fde5da4faba0d25217bb5b9c926
10:26:31 at EpochPruneWatcher.validateBlock (/home/aztec-dev/aztec-packages/yarn-project/slasher/src/epoch_prune_watcher.ts:128:13)
10:26:31 at EpochPruneWatcher.validateBlocks (/home/aztec-dev/aztec-packages/yarn-project/slasher/src/epoch_prune_watcher.ts:113:9)
10:26:31 }
10:26:31 [10:26:31.898]
INFO:
epoch-prune-watcher Slash for epoch 1 created.
{"0":{"amount":1000000000000000000,"offense":1,"validator":"0x0000000000000000000000000000000000000abc"},"1":{"amount":1000000000000000000,"offense":1,"validator":"0x0000000000000000000000000000000000000def"}}
10:26:31 [10:26:31.904]
INFO:
epoch-prune-watcher EpochPruneWatcher initialized
10:26:32 [10:26:32.097]
INFO:
epoch-prune-watcher Detected chain prune. Validating epoch 1
10:26:32 [10:26:32.100]
INFO:
epoch-prune-watcher Pruned epoch 1 was valid. Want to slash committee for not having it proven.
10:26:32 [10:26:32.101]
INFO:
epoch-prune-watcher Slash for epoch 1 created.
{"0":{"amount":1000000000000000000,"offense":2,"validator":"0x0000000000000000000000000000000000000abc"},"1":{"amount":1000000000000000000,"offense":2,"validator":"0x0000000000000000000000000000000000000def"}}
10:26:32 [10:26:32.108]
INFO:
epoch-prune-watcher EpochPruneWatcher initialized
10:26:32 [10:26:32.196]
INFO:
epoch-prune-watcher Detected chain prune. Validating epoch 1
10:26:32 [10:26:32.198]
ERROR:
epoch-prune-watcher Error while validating pruned epoch 1. Will not want to slash.: ReExStateMismatchError: Validator Error: Re-execution state mismatch
10:26:32 at EpochPruneWatcher.validateBlock (/home/aztec-dev/aztec-packages/yarn-project/slasher/src/epoch_prune_watcher.ts:146:13)
10:26:32 at EpochPruneWatcher.validateBlocks (/home/aztec-dev/aztec-packages/yarn-project/slasher/src/epoch_prune_watcher.ts:113:9) {
10:26:32 expectedArchiveRoot: Fr<0x0000000000000000000000000000000000000000000000000000000000000002>,
10:26:32 actualArchiveRoot: Fr<0x0000000000000000000000000000000000000000000000000000000000000003>,
10:26:32 expectedStateReference: undefined,
10:26:32 actualStateReference: undefined
10:26:32 }
10:26:32
PASS src/epoch_prune_watcher.test.ts
10:26:32 EpochPruneWatcher
10:26:32
✓ should emit WANT_TO_SLASH_EVENT when a validator is in a pruned epoch when data is unavailable (380 ms)
10:26:32
✓ should slash if the data is available and the epoch could have been proven (202 ms)
10:26:32
✓ should not slash if the data is available but the epoch could not have been proven (93 ms)
10:26:32
10:26:32
Test Suites: 1 passed, 1 total
10:26:32
Tests: 3 passed, 3 total
10:26:32
Snapshots: 0 total
10:26:32
Time: 1.912 s
10:26:32
Ran all test suites matching slasher/src/epoch_prune_watcher.test.ts
.
10:26:32
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?