Parent Log:
http://ci.aztec-labs.com/0813959a3b08c9c9
Command: f682b45a820409ef yarn-project/scripts/run_test.sh slasher/src/epoch_prune_watcher.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/75d792847d8434a0c504e7adf5c102a913065272
Env: REF_NAME=gh-readonly-queue/next/pr-15015-cf8be0f9e81e248048560619de041e90d9d6990a CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Fri Jun 13 08:35:36 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15015_amd64_x3-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_b74a89389ab8b2c7_next
08:35:39 [08:35:39.278]
INFO:
epoch-prune-watcher EpochPruneWatcher initialized
08:35:39 [08:35:39.671]
INFO:
epoch-prune-watcher Detected chain prune. Validating epoch 1
08:35:39 [08:35:39.673]
INFO:
epoch-prune-watcher Data for pruned epoch 1 was not available. Will want to slash.
08:35:39 err: {
08:35:39 "type": "TransactionsNotAvailableError",
08:35:39 "message": "Validator Error: Transactions not available: 0x1971e46b43f5b5b40faf806d7669ebaa40fd81e2827abf2f4e7d15a546754f76",
08:35:39 "stack":
08:35:39 Error: Validator Error: Transactions not available: 0x1971e46b43f5b5b40faf806d7669ebaa40fd81e2827abf2f4e7d15a546754f76
08:35:39 at EpochPruneWatcher.validateBlock (/home/aztec-dev/aztec-packages/yarn-project/slasher/src/epoch_prune_watcher.ts:126:13)
08:35:39 at EpochPruneWatcher.validateBlocks (/home/aztec-dev/aztec-packages/yarn-project/slasher/src/epoch_prune_watcher.ts:111:9)
08:35:39 }
08:35:39 [08:35:39.688]
INFO:
epoch-prune-watcher Slash for epoch 1 created.
{"0":{"amount":1000000000000000000,"offense":1,"validator":"0x0000000000000000000000000000000000000abc"},"1":{"amount":1000000000000000000,"offense":1,"validator":"0x0000000000000000000000000000000000000def"}}
08:35:39 [08:35:39.697]
INFO:
epoch-prune-watcher EpochPruneWatcher initialized
08:35:39 [08:35:39.835]
INFO:
epoch-prune-watcher Detected chain prune. Validating epoch 1
08:35:39 [08:35:39.836]
INFO:
epoch-prune-watcher Pruned epoch 1 was valid. Want to slash committee for not having it proven.
08:35:39 [08:35:39.837]
INFO:
epoch-prune-watcher Slash for epoch 1 created.
{"0":{"amount":1000000000000000000,"offense":2,"validator":"0x0000000000000000000000000000000000000abc"},"1":{"amount":1000000000000000000,"offense":2,"validator":"0x0000000000000000000000000000000000000def"}}
08:35:39 [08:35:39.842]
INFO:
epoch-prune-watcher EpochPruneWatcher initialized
08:35:39 [08:35:39.920]
INFO:
epoch-prune-watcher Detected chain prune. Validating epoch 1
08:35:39 [08:35:39.921]
ERROR:
epoch-prune-watcher Error while validating pruned epoch 1. Will not want to slash.: ReExStateMismatchError: Validator Error: Re-execution state mismatch
08:35:39 at EpochPruneWatcher.validateBlock (/home/aztec-dev/aztec-packages/yarn-project/slasher/src/epoch_prune_watcher.ts:142:13)
08:35:39 at EpochPruneWatcher.validateBlocks (/home/aztec-dev/aztec-packages/yarn-project/slasher/src/epoch_prune_watcher.ts:111:9)
08:35:39
PASS src/epoch_prune_watcher.test.ts
08:35:39 EpochPruneWatcher
08:35:39
✓ should emit WANT_TO_SLASH_EVENT when a validator is in a pruned epoch when data is unavailable (420 ms)
08:35:39
✓ should slash if the data is available and the epoch could have been proven (145 ms)
08:35:39
✓ should not slash if the data is available but the epoch could not have been proven (82 ms)
08:35:39
08:35:39
Test Suites: 1 passed, 1 total
08:35:39
Tests: 3 passed, 3 total
08:35:39
Snapshots: 0 total
08:35:39
Time: 2.073 s
08:35:39
Ran all test suites matching /slasher\/src\/epoch_prune_watcher.test.ts/i
.
08:35:39
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?