Parent Log:
http://ci.aztec-labs.com/eda4631db5f1be53
Command: 3f3f0297af73ccd3 yarn-project/scripts/run_test.sh slasher/src/epoch_prune_watcher.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/fc2e1be700f4d9d89e81de0b0735a96d9e2688fc
Env: REF_NAME=gh-readonly-queue/next/pr-15176-9164f0ea2d1bd891bbde066fe27f2239188ddec9 CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Mon Jun 23 11:27:31 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15176_amd64_x2-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_b74a89389ab8b2c7_next
11:27:33 [11:27:33.780]
INFO:
epoch-prune-watcher EpochPruneWatcher initialized
11:27:34 [11:27:34.187]
INFO:
epoch-prune-watcher Detected chain prune. Validating epoch 1
11:27:34 [11:27:34.189]
INFO:
epoch-prune-watcher Data for pruned epoch 1 was not available. Will want to slash.
11:27:34 err: {
11:27:34 "type": "TransactionsNotAvailableError",
11:27:34 "message": "Validator Error: Transactions not available: 0x0e8447c801dccdcbd9e84e46c61d4a63c9b6e5c25a12d1f078cc0dd2f4f0e2d4",
11:27:34 "stack":
11:27:34 Error: Validator Error: Transactions not available: 0x0e8447c801dccdcbd9e84e46c61d4a63c9b6e5c25a12d1f078cc0dd2f4f0e2d4
11:27:34 at EpochPruneWatcher.validateBlock (/home/aztec-dev/aztec-packages/yarn-project/slasher/src/epoch_prune_watcher.ts:128:13)
11:27:34 at EpochPruneWatcher.validateBlocks (/home/aztec-dev/aztec-packages/yarn-project/slasher/src/epoch_prune_watcher.ts:113:9)
11:27:34 }
11:27:34 [11:27:34.198]
INFO:
epoch-prune-watcher Slash for epoch 1 created.
{"0":{"amount":1000000000000000000,"offense":1,"validator":"0x0000000000000000000000000000000000000abc"},"1":{"amount":1000000000000000000,"offense":1,"validator":"0x0000000000000000000000000000000000000def"}}
11:27:34 [11:27:34.206]
INFO:
epoch-prune-watcher EpochPruneWatcher initialized
11:27:34 [11:27:34.343]
INFO:
epoch-prune-watcher Detected chain prune. Validating epoch 1
11:27:34 [11:27:34.345]
INFO:
epoch-prune-watcher Pruned epoch 1 was valid. Want to slash committee for not having it proven.
11:27:34 [11:27:34.345]
INFO:
epoch-prune-watcher Slash for epoch 1 created.
{"0":{"amount":1000000000000000000,"offense":2,"validator":"0x0000000000000000000000000000000000000abc"},"1":{"amount":1000000000000000000,"offense":2,"validator":"0x0000000000000000000000000000000000000def"}}
11:27:34 [11:27:34.351]
INFO:
epoch-prune-watcher EpochPruneWatcher initialized
11:27:34 [11:27:34.423]
INFO:
epoch-prune-watcher Detected chain prune. Validating epoch 1
11:27:34 [11:27:34.425]
ERROR:
epoch-prune-watcher Error while validating pruned epoch 1. Will not want to slash.: ReExStateMismatchError: Validator Error: Re-execution state mismatch
11:27:34 at EpochPruneWatcher.validateBlock (/home/aztec-dev/aztec-packages/yarn-project/slasher/src/epoch_prune_watcher.ts:146:13)
11:27:34 at EpochPruneWatcher.validateBlocks (/home/aztec-dev/aztec-packages/yarn-project/slasher/src/epoch_prune_watcher.ts:113:9) {
11:27:34 expectedArchiveRoot: Fr<0x0000000000000000000000000000000000000000000000000000000000000002>,
11:27:34 actualArchiveRoot: Fr<0x0000000000000000000000000000000000000000000000000000000000000003>,
11:27:34 expectedStateReference: undefined,
11:27:34 actualStateReference: undefined
11:27:34 }
11:27:34
PASS src/epoch_prune_watcher.test.ts
11:27:34 EpochPruneWatcher
11:27:34
✓ should emit WANT_TO_SLASH_EVENT when a validator is in a pruned epoch when data is unavailable (427 ms)
11:27:34
✓ should slash if the data is available and the epoch could have been proven (145 ms)
11:27:34
✓ should not slash if the data is available but the epoch could not have been proven (77 ms)
11:27:34
11:27:34
Test Suites: 1 passed, 1 total
11:27:34
Tests: 3 passed, 3 total
11:27:34
Snapshots: 0 total
11:27:34
Time: 2.006 s
11:27:34
Ran all test suites matching slasher/src/epoch_prune_watcher.test.ts
.
11:27:34
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?