Parent Log:
http://ci.aztec-labs.com/23bd615181153a40
Command: 2b73ae8ee702d4cd yarn-project/scripts/run_test.sh slasher/src/epoch_prune_watcher.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/78a5deb1c3aa24503935bbda20f9374ba35aa5c4
Env: REF_NAME=gh-readonly-queue/next/pr-15112-f17855f94a58189a98dd378743e67b774ea38144 CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Wed Jun 18 10:13:19 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15112_amd64_x1-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_b74a89389ab8b2c7_next
10:13:22 [10:13:22.381]
INFO:
epoch-prune-watcher EpochPruneWatcher initialized
10:13:22 [10:13:22.801]
INFO:
epoch-prune-watcher Detected chain prune. Validating epoch 1
10:13:22 [10:13:22.804]
INFO:
epoch-prune-watcher Data for pruned epoch 1 was not available. Will want to slash.
10:13:22 err: {
10:13:22 "type": "TransactionsNotAvailableError",
10:13:22 "message": "Validator Error: Transactions not available: 0x20b805373c84676de4d40195c9f77fd94324369b5ab67ff5deae4b5b8ef06d0f",
10:13:22 "stack":
10:13:22 Error: Validator Error: Transactions not available: 0x20b805373c84676de4d40195c9f77fd94324369b5ab67ff5deae4b5b8ef06d0f
10:13:22 at EpochPruneWatcher.validateBlock (/home/aztec-dev/aztec-packages/yarn-project/slasher/src/epoch_prune_watcher.ts:126:13)
10:13:22 at EpochPruneWatcher.validateBlocks (/home/aztec-dev/aztec-packages/yarn-project/slasher/src/epoch_prune_watcher.ts:111:9)
10:13:22 }
10:13:22 [10:13:22.814]
INFO:
epoch-prune-watcher Slash for epoch 1 created.
{"0":{"amount":1000000000000000000,"offense":1,"validator":"0x0000000000000000000000000000000000000abc"},"1":{"amount":1000000000000000000,"offense":1,"validator":"0x0000000000000000000000000000000000000def"}}
10:13:22 [10:13:22.823]
INFO:
epoch-prune-watcher EpochPruneWatcher initialized
10:13:22 [10:13:22.978]
INFO:
epoch-prune-watcher Detected chain prune. Validating epoch 1
10:13:22 [10:13:22.979]
INFO:
epoch-prune-watcher Pruned epoch 1 was valid. Want to slash committee for not having it proven.
10:13:22 [10:13:22.980]
INFO:
epoch-prune-watcher Slash for epoch 1 created.
{"0":{"amount":1000000000000000000,"offense":2,"validator":"0x0000000000000000000000000000000000000abc"},"1":{"amount":1000000000000000000,"offense":2,"validator":"0x0000000000000000000000000000000000000def"}}
10:13:22 [10:13:22.985]
INFO:
epoch-prune-watcher EpochPruneWatcher initialized
10:13:23 [10:13:23.068]
INFO:
epoch-prune-watcher Detected chain prune. Validating epoch 1
10:13:23 [10:13:23.069]
ERROR:
epoch-prune-watcher Error while validating pruned epoch 1. Will not want to slash.: ReExStateMismatchError: Validator Error: Re-execution state mismatch
10:13:23 at EpochPruneWatcher.validateBlock (/home/aztec-dev/aztec-packages/yarn-project/slasher/src/epoch_prune_watcher.ts:142:13)
10:13:23 at EpochPruneWatcher.validateBlocks (/home/aztec-dev/aztec-packages/yarn-project/slasher/src/epoch_prune_watcher.ts:111:9)
10:13:23
PASS src/epoch_prune_watcher.test.ts
10:13:23 EpochPruneWatcher
10:13:23
✓ should emit WANT_TO_SLASH_EVENT when a validator is in a pruned epoch when data is unavailable (443 ms)
10:13:23
✓ should slash if the data is available and the epoch could have been proven (162 ms)
10:13:23
✓ should not slash if the data is available but the epoch could not have been proven (86 ms)
10:13:23
10:13:23
Test Suites: 1 passed, 1 total
10:13:23
Tests: 3 passed, 3 total
10:13:23
Snapshots: 0 total
10:13:23
Time: 2.203 s
10:13:23
Ran all test suites matching slasher/src/epoch_prune_watcher.test.ts
.
10:13:23
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?