Parent Log:
http://ci.aztec-labs.com/38d1899c9cb6c2c4
Command: 95395504b6c81849 yarn-project/scripts/run_test.sh slasher/src/epoch_prune_watcher.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/517501b8b3c82d562e946c782c8fe75426951f62
Env: REF_NAME=gh-readonly-queue/next/pr-15016-a8c553f203c98e5ca274e763c8e51daaaaf760d6 CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Fri Jun 13 09:53:33 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15016_amd64_x3-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_b74a89389ab8b2c7_next
09:53:35 [09:53:35.887]
INFO:
epoch-prune-watcher EpochPruneWatcher initialized
09:53:36 [09:53:36.224]
INFO:
epoch-prune-watcher Detected chain prune. Validating epoch 1
09:53:36 [09:53:36.226]
INFO:
epoch-prune-watcher Data for pruned epoch 1 was not available. Will want to slash.
09:53:36 err: {
09:53:36 "type": "TransactionsNotAvailableError",
09:53:36 "message": "Validator Error: Transactions not available: 0x1363bda288e6c1916dcbf35884b95a4f7ed5175565ae63591b6b175a35ab1e4a",
09:53:36 "stack":
09:53:36 Error: Validator Error: Transactions not available: 0x1363bda288e6c1916dcbf35884b95a4f7ed5175565ae63591b6b175a35ab1e4a
09:53:36 at EpochPruneWatcher.validateBlock (/home/aztec-dev/aztec-packages/yarn-project/slasher/src/epoch_prune_watcher.ts:126:13)
09:53:36 at EpochPruneWatcher.validateBlocks (/home/aztec-dev/aztec-packages/yarn-project/slasher/src/epoch_prune_watcher.ts:111:9)
09:53:36 }
09:53:36 [09:53:36.235]
INFO:
epoch-prune-watcher Slash for epoch 1 created.
{"0":{"amount":1000000000000000000,"offense":1,"validator":"0x0000000000000000000000000000000000000abc"},"1":{"amount":1000000000000000000,"offense":1,"validator":"0x0000000000000000000000000000000000000def"}}
09:53:36 [09:53:36.246]
INFO:
epoch-prune-watcher EpochPruneWatcher initialized
09:53:36 [09:53:36.359]
INFO:
epoch-prune-watcher Detected chain prune. Validating epoch 1
09:53:36 [09:53:36.360]
INFO:
epoch-prune-watcher Pruned epoch 1 was valid. Want to slash committee for not having it proven.
09:53:36 [09:53:36.361]
INFO:
epoch-prune-watcher Slash for epoch 1 created.
{"0":{"amount":1000000000000000000,"offense":2,"validator":"0x0000000000000000000000000000000000000abc"},"1":{"amount":1000000000000000000,"offense":2,"validator":"0x0000000000000000000000000000000000000def"}}
09:53:36 [09:53:36.364]
INFO:
epoch-prune-watcher EpochPruneWatcher initialized
09:53:36 [09:53:36.441]
INFO:
epoch-prune-watcher Detected chain prune. Validating epoch 1
09:53:36 [09:53:36.443]
ERROR:
epoch-prune-watcher Error while validating pruned epoch 1. Will not want to slash.: ReExStateMismatchError: Validator Error: Re-execution state mismatch
09:53:36 at EpochPruneWatcher.validateBlock (/home/aztec-dev/aztec-packages/yarn-project/slasher/src/epoch_prune_watcher.ts:142:13)
09:53:36 at EpochPruneWatcher.validateBlocks (/home/aztec-dev/aztec-packages/yarn-project/slasher/src/epoch_prune_watcher.ts:111:9)
09:53:36
PASS src/epoch_prune_watcher.test.ts
09:53:36 EpochPruneWatcher
09:53:36
✓ should emit WANT_TO_SLASH_EVENT when a validator is in a pruned epoch when data is unavailable (362 ms)
09:53:36
✓ should slash if the data is available and the epoch could have been proven (117 ms)
09:53:36
✓ should not slash if the data is available but the epoch could not have been proven (80 ms)
09:53:36
09:53:36
Test Suites: 1 passed, 1 total
09:53:36
Tests: 3 passed, 3 total
09:53:36
Snapshots: 0 total
09:53:36
Time: 1.912 s
09:53:36
Ran all test suites matching /slasher\/src\/epoch_prune_watcher.test.ts/i
.
09:53:36
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?