Parent Log:
http://ci.aztec-labs.com/f2643003dcdfd9bb
Command: 4387bf6bd5f0ba11 yarn-project/scripts/run_test.sh slasher/src/epoch_prune_watcher.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/92ef6e28f2b718bb1009392a60b8311979c782d2
Env: REF_NAME=gh-readonly-queue/next/pr-15126-69eacbd6f18ad2a9ac646c4ffaf0133b0cdf856a CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Thu Jun 19 11:57:25 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15126_amd64_x4-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_b74a89389ab8b2c7_next
11:57:28 [11:57:28.184]
INFO:
epoch-prune-watcher EpochPruneWatcher initialized
11:57:28 [11:57:28.609]
INFO:
epoch-prune-watcher Detected chain prune. Validating epoch 1
11:57:28 [11:57:28.611]
INFO:
epoch-prune-watcher Data for pruned epoch 1 was not available. Will want to slash.
11:57:28 err: {
11:57:28 "type": "TransactionsNotAvailableError",
11:57:28 "message": "Validator Error: Transactions not available: 0x0a853c8c757269fc6a8060aaf2607ed0e2f3d07be0e49b2dc6ea4110cd58d3bf",
11:57:28 "stack":
11:57:28 Error: Validator Error: Transactions not available: 0x0a853c8c757269fc6a8060aaf2607ed0e2f3d07be0e49b2dc6ea4110cd58d3bf
11:57:28 at EpochPruneWatcher.validateBlock (/home/aztec-dev/aztec-packages/yarn-project/slasher/src/epoch_prune_watcher.ts:126:13)
11:57:28 at EpochPruneWatcher.validateBlocks (/home/aztec-dev/aztec-packages/yarn-project/slasher/src/epoch_prune_watcher.ts:111:9)
11:57:28 }
11:57:28 [11:57:28.626]
INFO:
epoch-prune-watcher Slash for epoch 1 created.
{"0":{"amount":1000000000000000000,"offense":1,"validator":"0x0000000000000000000000000000000000000abc"},"1":{"amount":1000000000000000000,"offense":1,"validator":"0x0000000000000000000000000000000000000def"}}
11:57:28 [11:57:28.636]
INFO:
epoch-prune-watcher EpochPruneWatcher initialized
11:57:28 [11:57:28.774]
INFO:
epoch-prune-watcher Detected chain prune. Validating epoch 1
11:57:28 [11:57:28.775]
INFO:
epoch-prune-watcher Pruned epoch 1 was valid. Want to slash committee for not having it proven.
11:57:28 [11:57:28.776]
INFO:
epoch-prune-watcher Slash for epoch 1 created.
{"0":{"amount":1000000000000000000,"offense":2,"validator":"0x0000000000000000000000000000000000000abc"},"1":{"amount":1000000000000000000,"offense":2,"validator":"0x0000000000000000000000000000000000000def"}}
11:57:28 [11:57:28.780]
INFO:
epoch-prune-watcher EpochPruneWatcher initialized
11:57:28 [11:57:28.852]
INFO:
epoch-prune-watcher Detected chain prune. Validating epoch 1
11:57:28 [11:57:28.853]
ERROR:
epoch-prune-watcher Error while validating pruned epoch 1. Will not want to slash.: ReExStateMismatchError: Validator Error: Re-execution state mismatch
11:57:28 at EpochPruneWatcher.validateBlock (/home/aztec-dev/aztec-packages/yarn-project/slasher/src/epoch_prune_watcher.ts:142:13)
11:57:28 at EpochPruneWatcher.validateBlocks (/home/aztec-dev/aztec-packages/yarn-project/slasher/src/epoch_prune_watcher.ts:111:9)
11:57:28
PASS src/epoch_prune_watcher.test.ts
11:57:28 EpochPruneWatcher
11:57:28
✓ should emit WANT_TO_SLASH_EVENT when a validator is in a pruned epoch when data is unavailable (454 ms)
11:57:28
✓ should slash if the data is available and the epoch could have been proven (144 ms)
11:57:28
✓ should not slash if the data is available but the epoch could not have been proven (74 ms)
11:57:28
11:57:28
Test Suites: 1 passed, 1 total
11:57:28
Tests: 3 passed, 3 total
11:57:28
Snapshots: 0 total
11:57:28
Time: 2.068 s
11:57:28
Ran all test suites matching slasher/src/epoch_prune_watcher.test.ts
.
11:57:28
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?