Parent Log:
http://ci.aztec-labs.com/20110a864ac2046b
Command: ebf67495dae0c068 yarn-project/scripts/run_test.sh slasher/src/epoch_prune_watcher.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/10badd24359b04680068afd9ca24407383374db1
Env: REF_NAME=gh-readonly-queue/next/pr-15019-7d223783d91db15002a09abc1b52d1455eb3e3da CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Mon Jun 16 11:07:16 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15019_amd64_x3-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_b74a89389ab8b2c7_next
11:07:19 [11:07:19.178]
INFO:
epoch-prune-watcher EpochPruneWatcher initialized
11:07:19 [11:07:19.522]
INFO:
epoch-prune-watcher Detected chain prune. Validating epoch 1
11:07:19 [11:07:19.524]
INFO:
epoch-prune-watcher Data for pruned epoch 1 was not available. Will want to slash.
11:07:19 err: {
11:07:19 "type": "TransactionsNotAvailableError",
11:07:19 "message": "Validator Error: Transactions not available: 0x2f576283e7863a8cbba73cfa4ec7df5beca1eddf7fa1f04e71814e481a089b45",
11:07:19 "stack":
11:07:19 Error: Validator Error: Transactions not available: 0x2f576283e7863a8cbba73cfa4ec7df5beca1eddf7fa1f04e71814e481a089b45
11:07:19 at EpochPruneWatcher.validateBlock (/home/aztec-dev/aztec-packages/yarn-project/slasher/src/epoch_prune_watcher.ts:126:13)
11:07:19 at EpochPruneWatcher.validateBlocks (/home/aztec-dev/aztec-packages/yarn-project/slasher/src/epoch_prune_watcher.ts:111:9)
11:07:19 }
11:07:19 [11:07:19.533]
INFO:
epoch-prune-watcher Slash for epoch 1 created.
{"0":{"amount":1000000000000000000,"offense":1,"validator":"0x0000000000000000000000000000000000000abc"},"1":{"amount":1000000000000000000,"offense":1,"validator":"0x0000000000000000000000000000000000000def"}}
11:07:19 [11:07:19.543]
INFO:
epoch-prune-watcher EpochPruneWatcher initialized
11:07:19 [11:07:19.661]
INFO:
epoch-prune-watcher Detected chain prune. Validating epoch 1
11:07:19 [11:07:19.662]
INFO:
epoch-prune-watcher Pruned epoch 1 was valid. Want to slash committee for not having it proven.
11:07:19 [11:07:19.662]
INFO:
epoch-prune-watcher Slash for epoch 1 created.
{"0":{"amount":1000000000000000000,"offense":2,"validator":"0x0000000000000000000000000000000000000abc"},"1":{"amount":1000000000000000000,"offense":2,"validator":"0x0000000000000000000000000000000000000def"}}
11:07:19 [11:07:19.665]
INFO:
epoch-prune-watcher EpochPruneWatcher initialized
11:07:19 [11:07:19.743]
INFO:
epoch-prune-watcher Detected chain prune. Validating epoch 1
11:07:19 [11:07:19.745]
ERROR:
epoch-prune-watcher Error while validating pruned epoch 1. Will not want to slash.: ReExStateMismatchError: Validator Error: Re-execution state mismatch
11:07:19 at EpochPruneWatcher.validateBlock (/home/aztec-dev/aztec-packages/yarn-project/slasher/src/epoch_prune_watcher.ts:142:13)
11:07:19 at EpochPruneWatcher.validateBlocks (/home/aztec-dev/aztec-packages/yarn-project/slasher/src/epoch_prune_watcher.ts:111:9)
11:07:19
PASS src/epoch_prune_watcher.test.ts
11:07:19 EpochPruneWatcher
11:07:19
✓ should emit WANT_TO_SLASH_EVENT when a validator is in a pruned epoch when data is unavailable (367 ms)
11:07:19
✓ should slash if the data is available and the epoch could have been proven (122 ms)
11:07:19
✓ should not slash if the data is available but the epoch could not have been proven (82 ms)
11:07:19
11:07:19
Test Suites: 1 passed, 1 total
11:07:19
Tests: 3 passed, 3 total
11:07:19
Snapshots: 0 total
11:07:19
Time: 2.046 s
11:07:19
Ran all test suites matching /slasher\/src\/epoch_prune_watcher.test.ts/i
.
11:07:19
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?