Parent Log:
http://ci.aztec-labs.com/117fd8a75fa699eb
Command: 4dcaaab13058c9f1 yarn-project/scripts/run_test.sh slasher/src/epoch_prune_watcher.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/1542a83b8e029762e119474de1725d84a1aee3d2
Env: REF_NAME=gh-readonly-queue/next/pr-15095-eb7990c89ac679ce7fdfc2e985670cbf85c04be2 CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Tue Jun 17 10:15:25 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15095_amd64_x2-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_b74a89389ab8b2c7_next
10:15:28 [10:15:28.180]
INFO:
epoch-prune-watcher EpochPruneWatcher initialized
10:15:28 [10:15:28.554]
INFO:
epoch-prune-watcher Detected chain prune. Validating epoch 1
10:15:28 [10:15:28.556]
INFO:
epoch-prune-watcher Data for pruned epoch 1 was not available. Will want to slash.
10:15:28 err: {
10:15:28 "type": "TransactionsNotAvailableError",
10:15:28 "message": "Validator Error: Transactions not available: 0x239c2d8866ad7d4555acb46057de8a744b31ba746190aa54ec2fb8f52826a116",
10:15:28 "stack":
10:15:28 Error: Validator Error: Transactions not available: 0x239c2d8866ad7d4555acb46057de8a744b31ba746190aa54ec2fb8f52826a116
10:15:28 at EpochPruneWatcher.validateBlock (/home/aztec-dev/aztec-packages/yarn-project/slasher/src/epoch_prune_watcher.ts:126:13)
10:15:28 at EpochPruneWatcher.validateBlocks (/home/aztec-dev/aztec-packages/yarn-project/slasher/src/epoch_prune_watcher.ts:111:9)
10:15:28 }
10:15:28 [10:15:28.567]
INFO:
epoch-prune-watcher Slash for epoch 1 created.
{"0":{"amount":1000000000000000000,"offense":1,"validator":"0x0000000000000000000000000000000000000abc"},"1":{"amount":1000000000000000000,"offense":1,"validator":"0x0000000000000000000000000000000000000def"}}
10:15:28 [10:15:28.575]
INFO:
epoch-prune-watcher EpochPruneWatcher initialized
10:15:28 [10:15:28.714]
INFO:
epoch-prune-watcher Detected chain prune. Validating epoch 1
10:15:28 [10:15:28.715]
INFO:
epoch-prune-watcher Pruned epoch 1 was valid. Want to slash committee for not having it proven.
10:15:28 [10:15:28.715]
INFO:
epoch-prune-watcher Slash for epoch 1 created.
{"0":{"amount":1000000000000000000,"offense":2,"validator":"0x0000000000000000000000000000000000000abc"},"1":{"amount":1000000000000000000,"offense":2,"validator":"0x0000000000000000000000000000000000000def"}}
10:15:28 [10:15:28.719]
INFO:
epoch-prune-watcher EpochPruneWatcher initialized
10:15:28 [10:15:28.800]
INFO:
epoch-prune-watcher Detected chain prune. Validating epoch 1
10:15:28 [10:15:28.801]
ERROR:
epoch-prune-watcher Error while validating pruned epoch 1. Will not want to slash.: ReExStateMismatchError: Validator Error: Re-execution state mismatch
10:15:28 at EpochPruneWatcher.validateBlock (/home/aztec-dev/aztec-packages/yarn-project/slasher/src/epoch_prune_watcher.ts:142:13)
10:15:28 at EpochPruneWatcher.validateBlocks (/home/aztec-dev/aztec-packages/yarn-project/slasher/src/epoch_prune_watcher.ts:111:9)
10:15:28
PASS src/epoch_prune_watcher.test.ts
10:15:28 EpochPruneWatcher
10:15:28
✓ should emit WANT_TO_SLASH_EVENT when a validator is in a pruned epoch when data is unavailable (397 ms)
10:15:28
✓ should slash if the data is available and the epoch could have been proven (144 ms)
10:15:28
✓ should not slash if the data is available but the epoch could not have been proven (84 ms)
10:15:28
10:15:28
Test Suites: 1 passed, 1 total
10:15:28
Tests: 3 passed, 3 total
10:15:28
Snapshots: 0 total
10:15:28
Time: 2.113 s
10:15:28
Ran all test suites matching slasher/src/epoch_prune_watcher.test.ts
.
10:15:28
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?