Parent Log:
http://ci.aztec-labs.com/14921c3326ff4988
Command: f90a5f977f0e6ffb yarn-project/scripts/run_test.sh slasher/src/epoch_prune_watcher.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/98fbe17330964452777de26d56f0a3ed5633aca1
Env: REF_NAME=gh-readonly-queue/next/pr-14921-fa23733be8278348dff0959c8094bcfd89eb44d5 CURRENT_VERSION=0.87.6 CI_FULL=0
Date: Thu Jun 12 10:22:25 UTC 2025
System: ARCH=arm64 CPUS=64 MEM=247Gi HOSTNAME=pr-14921_arm64_a1-fast
Resources: CPU_LIST=0-63 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_b74a89389ab8b2c7_next
10:22:27 [10:22:27.599]
INFO:
epoch-prune-watcher EpochPruneWatcher initialized
10:22:27 [10:22:27.863]
INFO:
epoch-prune-watcher Detected chain prune. Validating epoch 1
10:22:27 [10:22:27.865]
INFO:
epoch-prune-watcher Data for pruned epoch 1 was not available. Will want to slash.
10:22:27 err: {
10:22:27 "type": "TransactionsNotAvailableError",
10:22:27 "message": "Validator Error: Transactions not available: 0x2a6598d1b460bda957cbfbc5a76811ae904d551a6729f9a4e4fdc546ab79795b",
10:22:27 "stack":
10:22:27 Error: Validator Error: Transactions not available: 0x2a6598d1b460bda957cbfbc5a76811ae904d551a6729f9a4e4fdc546ab79795b
10:22:27 at EpochPruneWatcher.validateBlock (/home/aztec-dev/aztec-packages/yarn-project/slasher/src/epoch_prune_watcher.ts:126:13)
10:22:27 at EpochPruneWatcher.validateBlocks (/home/aztec-dev/aztec-packages/yarn-project/slasher/src/epoch_prune_watcher.ts:111:9)
10:22:27 }
10:22:27 [10:22:27.874]
INFO:
epoch-prune-watcher Slash for epoch 1 created.
{"0":{"amount":1000000000000000000,"offense":1,"validator":"0x0000000000000000000000000000000000000abc"},"1":{"amount":1000000000000000000,"offense":1,"validator":"0x0000000000000000000000000000000000000def"}}
10:22:27 [10:22:27.880]
INFO:
epoch-prune-watcher EpochPruneWatcher initialized
10:22:27 [10:22:27.995]
INFO:
epoch-prune-watcher Detected chain prune. Validating epoch 1
10:22:27 [10:22:27.996]
INFO:
epoch-prune-watcher Pruned epoch 1 was valid. Want to slash committee for not having it proven.
10:22:27 [10:22:27.997]
INFO:
epoch-prune-watcher Slash for epoch 1 created.
{"0":{"amount":1000000000000000000,"offense":2,"validator":"0x0000000000000000000000000000000000000abc"},"1":{"amount":1000000000000000000,"offense":2,"validator":"0x0000000000000000000000000000000000000def"}}
10:22:28 [10:22:28.000]
INFO:
epoch-prune-watcher EpochPruneWatcher initialized
10:22:28 [10:22:28.073]
INFO:
epoch-prune-watcher Detected chain prune. Validating epoch 1
10:22:28 [10:22:28.074]
ERROR:
epoch-prune-watcher Error while validating pruned epoch 1. Will not want to slash.: ReExStateMismatchError: Validator Error: Re-execution state mismatch
10:22:28 at EpochPruneWatcher.validateBlock (/home/aztec-dev/aztec-packages/yarn-project/slasher/src/epoch_prune_watcher.ts:142:13)
10:22:28 at EpochPruneWatcher.validateBlocks (/home/aztec-dev/aztec-packages/yarn-project/slasher/src/epoch_prune_watcher.ts:111:9)
10:22:28
PASS src/epoch_prune_watcher.test.ts
10:22:28 EpochPruneWatcher
10:22:28
✓ should emit WANT_TO_SLASH_EVENT when a validator is in a pruned epoch when data is unavailable (282 ms)
10:22:28
✓ should slash if the data is available and the epoch could have been proven (120 ms)
10:22:28
✓ should not slash if the data is available but the epoch could not have been proven (76 ms)
10:22:28
10:22:28
Test Suites: 1 passed, 1 total
10:22:28
Tests: 3 passed, 3 total
10:22:28
Snapshots: 0 total
10:22:28
Time: 1.578 s
10:22:28
Ran all test suites matching /slasher\/src\/epoch_prune_watcher.test.ts/i
.
10:22:28
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?