Parent Log:
http://ci.aztec-labs.com/195ccbc9422e4e2c
Command: 8e1bd0706feebe1f yarn-project/scripts/run_test.sh slasher/src/epoch_prune_watcher.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/227fd751f8d3e07a96e4c1564665f0676f8222af
Env: REF_NAME=gh-readonly-queue/next/pr-15209-c245b3e704a64008c8dea40ee7b26418fd59554d CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Mon Jun 23 11:49:54 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15209_amd64_x4-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_b74a89389ab8b2c7_next
11:49:56 [11:49:56.678]
INFO:
epoch-prune-watcher EpochPruneWatcher initialized
11:49:57 [11:49:57.078]
INFO:
epoch-prune-watcher Detected chain prune. Validating epoch 1
11:49:57 [11:49:57.080]
INFO:
epoch-prune-watcher Data for pruned epoch 1 was not available. Will want to slash.
11:49:57 err: {
11:49:57 "type": "TransactionsNotAvailableError",
11:49:57 "message": "Validator Error: Transactions not available: 0x2713ffeedacbd71104b4207bf3c2a1252e954bbaef1e8614754359625170a162",
11:49:57 "stack":
11:49:57 Error: Validator Error: Transactions not available: 0x2713ffeedacbd71104b4207bf3c2a1252e954bbaef1e8614754359625170a162
11:49:57 at EpochPruneWatcher.validateBlock (/home/aztec-dev/aztec-packages/yarn-project/slasher/src/epoch_prune_watcher.ts:128:13)
11:49:57 at EpochPruneWatcher.validateBlocks (/home/aztec-dev/aztec-packages/yarn-project/slasher/src/epoch_prune_watcher.ts:113:9)
11:49:57 }
11:49:57 [11:49:57.088]
INFO:
epoch-prune-watcher Slash for epoch 1 created.
{"0":{"amount":1000000000000000000,"offense":1,"validator":"0x0000000000000000000000000000000000000abc"},"1":{"amount":1000000000000000000,"offense":1,"validator":"0x0000000000000000000000000000000000000def"}}
11:49:57 [11:49:57.094]
INFO:
epoch-prune-watcher EpochPruneWatcher initialized
11:49:57 [11:49:57.252]
INFO:
epoch-prune-watcher Detected chain prune. Validating epoch 1
11:49:57 [11:49:57.254]
INFO:
epoch-prune-watcher Pruned epoch 1 was valid. Want to slash committee for not having it proven.
11:49:57 [11:49:57.254]
INFO:
epoch-prune-watcher Slash for epoch 1 created.
{"0":{"amount":1000000000000000000,"offense":2,"validator":"0x0000000000000000000000000000000000000abc"},"1":{"amount":1000000000000000000,"offense":2,"validator":"0x0000000000000000000000000000000000000def"}}
11:49:57 [11:49:57.260]
INFO:
epoch-prune-watcher EpochPruneWatcher initialized
11:49:57 [11:49:57.345]
INFO:
epoch-prune-watcher Detected chain prune. Validating epoch 1
11:49:57 [11:49:57.347]
ERROR:
epoch-prune-watcher Error while validating pruned epoch 1. Will not want to slash.: ReExStateMismatchError: Validator Error: Re-execution state mismatch
11:49:57 at EpochPruneWatcher.validateBlock (/home/aztec-dev/aztec-packages/yarn-project/slasher/src/epoch_prune_watcher.ts:146:13)
11:49:57 at EpochPruneWatcher.validateBlocks (/home/aztec-dev/aztec-packages/yarn-project/slasher/src/epoch_prune_watcher.ts:113:9) {
11:49:57 expectedArchiveRoot: Fr<0x0000000000000000000000000000000000000000000000000000000000000002>,
11:49:57 actualArchiveRoot: Fr<0x0000000000000000000000000000000000000000000000000000000000000003>,
11:49:57 expectedStateReference: undefined,
11:49:57 actualStateReference: undefined
11:49:57 }
11:49:57
PASS src/epoch_prune_watcher.test.ts
11:49:57 EpochPruneWatcher
11:49:57
✓ should emit WANT_TO_SLASH_EVENT when a validator is in a pruned epoch when data is unavailable (418 ms)
11:49:57
✓ should slash if the data is available and the epoch could have been proven (166 ms)
11:49:57
✓ should not slash if the data is available but the epoch could not have been proven (89 ms)
11:49:57
11:49:57
Test Suites: 1 passed, 1 total
11:49:57
Tests: 3 passed, 3 total
11:49:57
Snapshots: 0 total
11:49:57
Time: 2.057 s
11:49:57
Ran all test suites matching slasher/src/epoch_prune_watcher.test.ts
.
11:49:57
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?