Parent Log:
http://ci.aztec-labs.com/4e4e7098dba7e181
Command: e4e37220d2336322 yarn-project/scripts/run_test.sh slasher/src/epoch_prune_watcher.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/282da3bd25d49b92970e6fc85f110092e8566299
Env: REF_NAME=gh-readonly-queue/next/pr-14610-ee24aac96469b4f1cb8d70e614b2dd27bf0eb134 CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Tue Jun 24 14:18:43 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-14610_amd64_x2-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_b74a89389ab8b2c7_next
14:18:45 [14:18:45.448]
INFO:
epoch-prune-watcher EpochPruneWatcher initialized
14:18:45 [14:18:45.909]
INFO:
epoch-prune-watcher Detected chain prune. Validating epoch 1
14:18:45 [14:18:45.911]
INFO:
epoch-prune-watcher Data for pruned epoch 1 was not available. Will want to slash.
14:18:45 err: {
14:18:45 "type": "TransactionsNotAvailableError",
14:18:45 "message": "Validator Error: Transactions not available: 0x2504509b8dd6c5f719f95d8071d328853821b17bea3802318dff4d461f183094",
14:18:45 "stack":
14:18:45 Error: Validator Error: Transactions not available: 0x2504509b8dd6c5f719f95d8071d328853821b17bea3802318dff4d461f183094
14:18:45 at EpochPruneWatcher.validateBlock (/home/aztec-dev/aztec-packages/yarn-project/slasher/src/epoch_prune_watcher.ts:128:13)
14:18:45 at EpochPruneWatcher.validateBlocks (/home/aztec-dev/aztec-packages/yarn-project/slasher/src/epoch_prune_watcher.ts:113:9)
14:18:45 }
14:18:45 [14:18:45.921]
INFO:
epoch-prune-watcher Slash for epoch 1 created.
{"0":{"amount":1000000000000000000,"offense":1,"validator":"0x0000000000000000000000000000000000000abc"},"1":{"amount":1000000000000000000,"offense":1,"validator":"0x0000000000000000000000000000000000000def"}}
14:18:45 [14:18:45.927]
INFO:
epoch-prune-watcher EpochPruneWatcher initialized
14:18:46 [14:18:46.097]
INFO:
epoch-prune-watcher Detected chain prune. Validating epoch 1
14:18:46 [14:18:46.098]
INFO:
epoch-prune-watcher Pruned epoch 1 was valid. Want to slash committee for not having it proven.
14:18:46 [14:18:46.099]
INFO:
epoch-prune-watcher Slash for epoch 1 created.
{"0":{"amount":1000000000000000000,"offense":2,"validator":"0x0000000000000000000000000000000000000abc"},"1":{"amount":1000000000000000000,"offense":2,"validator":"0x0000000000000000000000000000000000000def"}}
14:18:46 [14:18:46.105]
INFO:
epoch-prune-watcher EpochPruneWatcher initialized
14:18:46 [14:18:46.205]
INFO:
epoch-prune-watcher Detected chain prune. Validating epoch 1
14:18:46 [14:18:46.207]
ERROR:
epoch-prune-watcher Error while validating pruned epoch 1. Will not want to slash.: ReExStateMismatchError: Validator Error: Re-execution state mismatch
14:18:46 at EpochPruneWatcher.validateBlock (/home/aztec-dev/aztec-packages/yarn-project/slasher/src/epoch_prune_watcher.ts:146:13)
14:18:46 at EpochPruneWatcher.validateBlocks (/home/aztec-dev/aztec-packages/yarn-project/slasher/src/epoch_prune_watcher.ts:113:9) {
14:18:46 expectedArchiveRoot: Fr<0x0000000000000000000000000000000000000000000000000000000000000002>,
14:18:46 actualArchiveRoot: Fr<0x0000000000000000000000000000000000000000000000000000000000000003>,
14:18:46 expectedStateReference: undefined,
14:18:46 actualStateReference: undefined
14:18:46 }
14:18:46
PASS src/epoch_prune_watcher.test.ts
14:18:46 EpochPruneWatcher
14:18:46
✓ should emit WANT_TO_SLASH_EVENT when a validator is in a pruned epoch when data is unavailable (481 ms)
14:18:46
✓ should slash if the data is available and the epoch could have been proven (176 ms)
14:18:46
✓ should not slash if the data is available but the epoch could not have been proven (104 ms)
14:18:46
14:18:46
Test Suites: 1 passed, 1 total
14:18:46
Tests: 3 passed, 3 total
14:18:46
Snapshots: 0 total
14:18:46
Time: 2.102 s
14:18:46
Ran all test suites matching slasher/src/epoch_prune_watcher.test.ts
.
14:18:46
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?