Parent Log:
http://ci.aztec-labs.com/d3a1d11c7b41b3b9
Command: 1c48ff816cf3011e yarn-project/scripts/run_test.sh slasher/src/epoch_prune_watcher.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/e050b787f6dead84c4ef7e5bdb8dcc8cf81d5f65
Env: REF_NAME=gh-readonly-queue/next/pr-15129-d5c48d855d83e19712c6b72281801c6fce176ec1 CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Wed Jun 18 15:33:12 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15129_amd64_x4-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_b74a89389ab8b2c7_next
15:33:14 [15:33:14.941]
INFO:
epoch-prune-watcher EpochPruneWatcher initialized
15:33:15 [15:33:15.338]
INFO:
epoch-prune-watcher Detected chain prune. Validating epoch 1
15:33:15 [15:33:15.340]
INFO:
epoch-prune-watcher Data for pruned epoch 1 was not available. Will want to slash.
15:33:15 err: {
15:33:15 "type": "TransactionsNotAvailableError",
15:33:15 "message": "Validator Error: Transactions not available: 0x09c220246ff5bfff8e27b1b960cac0e9996f66493cad8ba770be1ab1d4c9919a",
15:33:15 "stack":
15:33:15 Error: Validator Error: Transactions not available: 0x09c220246ff5bfff8e27b1b960cac0e9996f66493cad8ba770be1ab1d4c9919a
15:33:15 at EpochPruneWatcher.validateBlock (/home/aztec-dev/aztec-packages/yarn-project/slasher/src/epoch_prune_watcher.ts:126:13)
15:33:15 at EpochPruneWatcher.validateBlocks (/home/aztec-dev/aztec-packages/yarn-project/slasher/src/epoch_prune_watcher.ts:111:9)
15:33:15 }
15:33:15 [15:33:15.350]
INFO:
epoch-prune-watcher Slash for epoch 1 created.
{"0":{"amount":1000000000000000000,"offense":1,"validator":"0x0000000000000000000000000000000000000abc"},"1":{"amount":1000000000000000000,"offense":1,"validator":"0x0000000000000000000000000000000000000def"}}
15:33:15 [15:33:15.357]
INFO:
epoch-prune-watcher EpochPruneWatcher initialized
15:33:15 [15:33:15.529]
INFO:
epoch-prune-watcher Detected chain prune. Validating epoch 1
15:33:15 [15:33:15.530]
INFO:
epoch-prune-watcher Pruned epoch 1 was valid. Want to slash committee for not having it proven.
15:33:15 [15:33:15.531]
INFO:
epoch-prune-watcher Slash for epoch 1 created.
{"0":{"amount":1000000000000000000,"offense":2,"validator":"0x0000000000000000000000000000000000000abc"},"1":{"amount":1000000000000000000,"offense":2,"validator":"0x0000000000000000000000000000000000000def"}}
15:33:15 [15:33:15.535]
INFO:
epoch-prune-watcher EpochPruneWatcher initialized
15:33:15 [15:33:15.643]
INFO:
epoch-prune-watcher Detected chain prune. Validating epoch 1
15:33:15 [15:33:15.645]
ERROR:
epoch-prune-watcher Error while validating pruned epoch 1. Will not want to slash.: ReExStateMismatchError: Validator Error: Re-execution state mismatch
15:33:15 at EpochPruneWatcher.validateBlock (/home/aztec-dev/aztec-packages/yarn-project/slasher/src/epoch_prune_watcher.ts:142:13)
15:33:15 at EpochPruneWatcher.validateBlocks (/home/aztec-dev/aztec-packages/yarn-project/slasher/src/epoch_prune_watcher.ts:111:9)
15:33:15
PASS src/epoch_prune_watcher.test.ts
15:33:15 EpochPruneWatcher
15:33:15
✓ should emit WANT_TO_SLASH_EVENT when a validator is in a pruned epoch when data is unavailable (420 ms)
15:33:15
✓ should slash if the data is available and the epoch could have been proven (176 ms)
15:33:15
✓ should not slash if the data is available but the epoch could not have been proven (112 ms)
15:33:15
15:33:15
Test Suites: 1 passed, 1 total
15:33:15
Tests: 3 passed, 3 total
15:33:15
Snapshots: 0 total
15:33:15
Time: 2.181 s
15:33:15
Ran all test suites matching slasher/src/epoch_prune_watcher.test.ts
.
15:33:15
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?