Parent Log:
http://ci.aztec-labs.com/03c4bdafddbe0b5d
Command: e6f0bf676c2c6d15 yarn-project/scripts/run_test.sh slasher/src/epoch_prune_watcher.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/cf8be0f9e81e248048560619de041e90d9d6990a
Env: REF_NAME=gh-readonly-queue/next/pr-14994-a45107e7f95b675cb2768b6bcb06483b511141f4 CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Fri Jun 13 08:01:43 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-14994_amd64_x4-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_b74a89389ab8b2c7_next
08:01:46 [08:01:46.289]
INFO:
epoch-prune-watcher EpochPruneWatcher initialized
08:01:46 [08:01:46.652]
INFO:
epoch-prune-watcher Detected chain prune. Validating epoch 1
08:01:46 [08:01:46.655]
INFO:
epoch-prune-watcher Data for pruned epoch 1 was not available. Will want to slash.
08:01:46 err: {
08:01:46 "type": "TransactionsNotAvailableError",
08:01:46 "message": "Validator Error: Transactions not available: 0x036d6be685521a653cac124f335c6d19cc2bd2a7f188a74af9ddc46af24fcff1",
08:01:46 "stack":
08:01:46 Error: Validator Error: Transactions not available: 0x036d6be685521a653cac124f335c6d19cc2bd2a7f188a74af9ddc46af24fcff1
08:01:46 at EpochPruneWatcher.validateBlock (/home/aztec-dev/aztec-packages/yarn-project/slasher/src/epoch_prune_watcher.ts:126:13)
08:01:46 at EpochPruneWatcher.validateBlocks (/home/aztec-dev/aztec-packages/yarn-project/slasher/src/epoch_prune_watcher.ts:111:9)
08:01:46 }
08:01:46 [08:01:46.664]
INFO:
epoch-prune-watcher Slash for epoch 1 created.
{"0":{"amount":1000000000000000000,"offense":1,"validator":"0x0000000000000000000000000000000000000abc"},"1":{"amount":1000000000000000000,"offense":1,"validator":"0x0000000000000000000000000000000000000def"}}
08:01:46 [08:01:46.672]
INFO:
epoch-prune-watcher EpochPruneWatcher initialized
08:01:46 [08:01:46.794]
INFO:
epoch-prune-watcher Detected chain prune. Validating epoch 1
08:01:46 [08:01:46.796]
INFO:
epoch-prune-watcher Pruned epoch 1 was valid. Want to slash committee for not having it proven.
08:01:46 [08:01:46.797]
INFO:
epoch-prune-watcher Slash for epoch 1 created.
{"0":{"amount":1000000000000000000,"offense":2,"validator":"0x0000000000000000000000000000000000000abc"},"1":{"amount":1000000000000000000,"offense":2,"validator":"0x0000000000000000000000000000000000000def"}}
08:01:46 [08:01:46.802]
INFO:
epoch-prune-watcher EpochPruneWatcher initialized
08:01:46 [08:01:46.889]
INFO:
epoch-prune-watcher Detected chain prune. Validating epoch 1
08:01:46 [08:01:46.891]
ERROR:
epoch-prune-watcher Error while validating pruned epoch 1. Will not want to slash.: ReExStateMismatchError: Validator Error: Re-execution state mismatch
08:01:46 at EpochPruneWatcher.validateBlock (/home/aztec-dev/aztec-packages/yarn-project/slasher/src/epoch_prune_watcher.ts:142:13)
08:01:46 at EpochPruneWatcher.validateBlocks (/home/aztec-dev/aztec-packages/yarn-project/slasher/src/epoch_prune_watcher.ts:111:9)
08:01:46
PASS src/epoch_prune_watcher.test.ts
08:01:46 EpochPruneWatcher
08:01:46
✓ should emit WANT_TO_SLASH_EVENT when a validator is in a pruned epoch when data is unavailable (397 ms)
08:01:46
✓ should slash if the data is available and the epoch could have been proven (130 ms)
08:01:46
✓ should not slash if the data is available but the epoch could not have been proven (91 ms)
08:01:46
08:01:46
Test Suites: 1 passed, 1 total
08:01:46
Tests: 3 passed, 3 total
08:01:46
Snapshots: 0 total
08:01:46
Time: 2.091 s
08:01:46
Ran all test suites matching /slasher\/src\/epoch_prune_watcher.test.ts/i
.
08:01:46
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?