Parent Log:
http://ci.aztec-labs.com/6b9020ca2b08919e
Command: 4b099bb5faa7b855 yarn-project/scripts/run_test.sh slasher/src/epoch_prune_watcher.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/ddabb45f79cc171e41a0a5330544775de9fdf7fd
Env: REF_NAME=gh-readonly-queue/next/pr-14983-4e03f15ca8099f25d50eddd19c4914764b84fe7b CURRENT_VERSION=0.87.6 CI_FULL=0
Date: Fri Jun 13 14:41:26 UTC 2025
System: ARCH=arm64 CPUS=64 MEM=247Gi HOSTNAME=pr-14983_arm64_a1-fast
Resources: CPU_LIST=0-63 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_b74a89389ab8b2c7_next
14:41:28 [14:41:28.650]
INFO:
epoch-prune-watcher EpochPruneWatcher initialized
14:41:28 [14:41:28.897]
INFO:
epoch-prune-watcher Detected chain prune. Validating epoch 1
14:41:28 [14:41:28.899]
INFO:
epoch-prune-watcher Data for pruned epoch 1 was not available. Will want to slash.
14:41:28 err: {
14:41:28 "type": "TransactionsNotAvailableError",
14:41:28 "message": "Validator Error: Transactions not available: 0x0ad7b9809bcb5cdab72494d46bca1b041540afbb059b10919de80584ff34b25b",
14:41:28 "stack":
14:41:28 Error: Validator Error: Transactions not available: 0x0ad7b9809bcb5cdab72494d46bca1b041540afbb059b10919de80584ff34b25b
14:41:28 at EpochPruneWatcher.validateBlock (/home/aztec-dev/aztec-packages/yarn-project/slasher/src/epoch_prune_watcher.ts:126:13)
14:41:28 at EpochPruneWatcher.validateBlocks (/home/aztec-dev/aztec-packages/yarn-project/slasher/src/epoch_prune_watcher.ts:111:9)
14:41:28 }
14:41:28 [14:41:28.907]
INFO:
epoch-prune-watcher Slash for epoch 1 created.
{"0":{"amount":1000000000000000000,"offense":1,"validator":"0x0000000000000000000000000000000000000abc"},"1":{"amount":1000000000000000000,"offense":1,"validator":"0x0000000000000000000000000000000000000def"}}
14:41:28 [14:41:28.913]
INFO:
epoch-prune-watcher EpochPruneWatcher initialized
14:41:29 [14:41:29.001]
INFO:
epoch-prune-watcher Detected chain prune. Validating epoch 1
14:41:29 [14:41:29.002]
INFO:
epoch-prune-watcher Pruned epoch 1 was valid. Want to slash committee for not having it proven.
14:41:29 [14:41:29.002]
INFO:
epoch-prune-watcher Slash for epoch 1 created.
{"0":{"amount":1000000000000000000,"offense":2,"validator":"0x0000000000000000000000000000000000000abc"},"1":{"amount":1000000000000000000,"offense":2,"validator":"0x0000000000000000000000000000000000000def"}}
14:41:29 [14:41:29.006]
INFO:
epoch-prune-watcher EpochPruneWatcher initialized
14:41:29 [14:41:29.063]
INFO:
epoch-prune-watcher Detected chain prune. Validating epoch 1
14:41:29 [14:41:29.064]
ERROR:
epoch-prune-watcher Error while validating pruned epoch 1. Will not want to slash.: ReExStateMismatchError: Validator Error: Re-execution state mismatch
14:41:29 at EpochPruneWatcher.validateBlock (/home/aztec-dev/aztec-packages/yarn-project/slasher/src/epoch_prune_watcher.ts:142:13)
14:41:29 at EpochPruneWatcher.validateBlocks (/home/aztec-dev/aztec-packages/yarn-project/slasher/src/epoch_prune_watcher.ts:111:9)
14:41:29
PASS src/epoch_prune_watcher.test.ts
14:41:29 EpochPruneWatcher
14:41:29
✓ should emit WANT_TO_SLASH_EVENT when a validator is in a pruned epoch when data is unavailable (264 ms)
14:41:29
✓ should slash if the data is available and the epoch could have been proven (92 ms)
14:41:29
✓ should not slash if the data is available but the epoch could not have been proven (60 ms)
14:41:29
14:41:29
Test Suites: 1 passed, 1 total
14:41:29
Tests: 3 passed, 3 total
14:41:29
Snapshots: 0 total
14:41:29
Time: 1.509 s
14:41:29
Ran all test suites matching /slasher\/src\/epoch_prune_watcher.test.ts/i
.
14:41:29
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?