Parent Log:
http://ci.aztec-labs.com/5b78f67da94557f7
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:29 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-14610_amd64_x3-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_b74a89389ab8b2c7_next
14:18:31 [14:18:31.508]
INFO:
epoch-prune-watcher EpochPruneWatcher initialized
14:18:31 [14:18:31.782]
INFO:
epoch-prune-watcher Detected chain prune. Validating epoch 1
14:18:31 [14:18:31.783]
INFO:
epoch-prune-watcher Data for pruned epoch 1 was not available. Will want to slash.
14:18:31 err: {
14:18:31 "type": "TransactionsNotAvailableError",
14:18:31 "message": "Validator Error: Transactions not available: 0x13635434fd1a6941e927bba894f244357fbedec2620c6a8f834dcfdfba990c8d",
14:18:31 "stack":
14:18:31 Error: Validator Error: Transactions not available: 0x13635434fd1a6941e927bba894f244357fbedec2620c6a8f834dcfdfba990c8d
14:18:31 at EpochPruneWatcher.validateBlock (/home/aztec-dev/aztec-packages/yarn-project/slasher/src/epoch_prune_watcher.ts:128:13)
14:18:31 at EpochPruneWatcher.validateBlocks (/home/aztec-dev/aztec-packages/yarn-project/slasher/src/epoch_prune_watcher.ts:113:9)
14:18:31 }
14:18:31 [14:18:31.791]
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:31 [14:18:31.797]
INFO:
epoch-prune-watcher EpochPruneWatcher initialized
14:18:31 [14:18:31.919]
INFO:
epoch-prune-watcher Detected chain prune. Validating epoch 1
14:18:31 [14:18:31.921]
INFO:
epoch-prune-watcher Pruned epoch 1 was valid. Want to slash committee for not having it proven.
14:18:31 [14:18:31.921]
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:31 [14:18:31.926]
INFO:
epoch-prune-watcher EpochPruneWatcher initialized
14:18:31 [14:18:31.982]
INFO:
epoch-prune-watcher Detected chain prune. Validating epoch 1
14:18:31 [14:18:31.985]
ERROR:
epoch-prune-watcher Error while validating pruned epoch 1. Will not want to slash.: ReExStateMismatchError: Validator Error: Re-execution state mismatch
14:18:31 at EpochPruneWatcher.validateBlock (/home/aztec-dev/aztec-packages/yarn-project/slasher/src/epoch_prune_watcher.ts:146:13)
14:18:31 at EpochPruneWatcher.validateBlocks (/home/aztec-dev/aztec-packages/yarn-project/slasher/src/epoch_prune_watcher.ts:113:9) {
14:18:31 expectedArchiveRoot: Fr<0x0000000000000000000000000000000000000000000000000000000000000002>,
14:18:31 actualArchiveRoot: Fr<0x0000000000000000000000000000000000000000000000000000000000000003>,
14:18:31 expectedStateReference: undefined,
14:18:31 actualStateReference: undefined
14:18:31 }
14:18:31
PASS src/epoch_prune_watcher.test.ts
14:18:31 EpochPruneWatcher
14:18:31
✓ should emit WANT_TO_SLASH_EVENT when a validator is in a pruned epoch when data is unavailable (291 ms)
14:18:31
✓ should slash if the data is available and the epoch could have been proven (127 ms)
14:18:31
✓ should not slash if the data is available but the epoch could not have been proven (61 ms)
14:18:31
14:18:31
Test Suites: 1 passed, 1 total
14:18:31
Tests: 3 passed, 3 total
14:18:31
Snapshots: 0 total
14:18:31
Time: 1.777 s
14:18:31
Ran all test suites matching slasher/src/epoch_prune_watcher.test.ts
.
14:18:32
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?