Parent Log: http://ci.aztec-labs.com/d1c9fc644e1107b2 Command: dc9591c437eedcb5 yarn-project/scripts/run_test.sh aztec-node/src/sentinel/sentinel.test.ts Commit: https://github.com/AztecProtocol/aztec-packages/commit/42440bd429a3b283b3a344db0be4652d818bd261 Env: REF_NAME=gh-readonly-queue/next/pr-15046-2469b5f1633350f6be15733c04242af1cdc98227 CURRENT_VERSION=0.87.6 CI_FULL=1 Date: Mon Jun 16 19:49:19 UTC 2025 System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15046_amd64_x2-full Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s History: http://ci.aztec-labs.com/list/history_f88c43cfd3f034d2_next 19:49:21 [19:49:21.682] INFO: kv-store:lmdb-v2:sentinel-test Starting data store with maxReaders 16 19:49:22 [19:49:22.201] INFO: kv-store:lmdb-v2:sentinel-test Starting data store with maxReaders 16 19:49:22 [19:49:22.337] INFO: kv-store:lmdb-v2:sentinel-test Starting data store with maxReaders 16 19:49:22 [19:49:22.469] INFO: kv-store:lmdb-v2:sentinel-test Starting data store with maxReaders 16 19:49:22 [19:49:22.721] INFO: kv-store:lmdb-v2:sentinel-test Starting data store with maxReaders 16 19:49:22 [19:49:22.885] INFO: kv-store:lmdb-v2:sentinel-test Starting data store with maxReaders 16 19:49:23 [19:49:23.145] INFO: kv-store:lmdb-v2:sentinel-test Starting data store with maxReaders 16 19:49:23 [19:49:23.318] INFO: kv-store:lmdb-v2:sentinel-test Starting data store with maxReaders 16 19:49:23 [19:49:23.428] INFO: kv-store:lmdb-v2:sentinel-test Starting data store with maxReaders 16 19:49:23 [19:49:23.516] INFO: kv-store:lmdb-v2:sentinel-test Starting data store with maxReaders 16 19:49:23 [19:49:23.577] INFO: kv-store:lmdb-v2:sentinel-test Starting data store with maxReaders 16 19:49:23 [19:49:23.714] INFO: node:sentinel Computing proven performance for epoch 1 19:49:23 [19:49:23.729] ERROR: node:sentinel Invalid validator address 0xNotAnAddress: Error: Invalid address string: 0xNotAnAddress 19:49:23 at Function.fromString (/home/aztec-dev/aztec-packages/yarn-project/foundation/dest/eth-address/index.js:33:19) 19:49:23 at TestSentinel.fromString [as computeProvenPerformance] (/home/aztec-dev/aztec-packages/yarn-project/aztec-node/src/sentinel/sentinel.ts:143:30) 19:49:23 at TestSentinel.handleChainProven (/home/aztec-dev/aztec-packages/yarn-project/aztec-node/src/sentinel/sentinel.ts:119:25) 19:49:23 at Object.<anonymous> (/home/aztec-dev/aztec-packages/yarn-project/aztec-node/src/sentinel/sentinel.test.ts:307:7) 19:49:23 [19:49:23.730] INFO: node:sentinel Proven performance for epoch 1 {"0xd50c51184abdbcfaa92d8f6c17f6837fd897cc57":{"missed":1,"total":5},"0x51797f7e0a419e95fea2f32abf0802ac42d074f3":{"missed":4,"total":5}} 19:49:23 [19:49:23.804] INFO: node:sentinel Criminals: 1 {"args":[{"amount":100,"offense":3,"validator":"0x51797f7e0a419e95fea2f32abf0802ac42d074f3"}]} 19:49:23 [19:49:23.808] INFO: kv-store:lmdb-v2:sentinel-test Starting data store with maxReaders 16 19:49:23 [19:49:23.955] INFO: node:sentinel Criminals: 2 {"args":[{"amount":100,"offense":3,"validator":"0x0000000000000000000000000000000000000008"},{"amount":100,"offense":3,"validator":"0x0000000000000000000000000000000000000009"}]} 19:49:23 [19:49:23.964] WARN: node:sentinel Validator 0x0000000000000000000000000000000000000006 is a criminal but the penalty is too high {"amount":201,"maxPenalty":200} 19:49:23 [19:49:23.965] WARN: node:sentinel Validator 0x0000000000000000000000000000000000000007 is a criminal but the penalty is too high {"amount":201,"maxPenalty":200} 19:49:23 [19:49:23.966] WARN: node:sentinel Validator 0x0000000000000000000000000000000000000008 is a criminal but the penalty is too high {"amount":201,"maxPenalty":200} 19:49:23 [19:49:23.967] WARN: node:sentinel Validator 0x0000000000000000000000000000000000000009 is a criminal but the penalty is too high {"amount":201,"maxPenalty":200} 19:49:23 PASS src/sentinel/sentinel.test.ts 19:49:24 sentinel 19:49:24 getSlotActivity 19:49:24 flags block as mined (532 ms) 19:49:24 flags block as proposed when it is not mined but there are attestations (136 ms) 19:49:24 flags block as missed when there are no attestations (130 ms) 19:49:24 identifies attestors from p2p and archiver (251 ms) 19:49:24 identifies missed attestors if block is mined (167 ms) 19:49:24 identifies missed attestors if block is proposed (237 ms) 19:49:24 does not tag attestors as missed if there was no block and no attestations (195 ms) 19:49:24 computeStatsForValidator 19:49:24 computes stats correctly (110 ms) 19:49:24 resets streaks correctly (88 ms) 19:49:24 considers only latest slots (60 ms) 19:49:24 handleChainProven 19:49:24 calls inactivity watcher with performance data (231 ms) 19:49:24 should agree with slash (162 ms) 19:49:24 19:49:24 Test Suites: 1 passed, 1 total 19:49:24 Tests: 12 passed, 12 total 19:49:24 Snapshots: 0 total 19:49:24 Time: 3.828 s 19:49:24 Ran all test suites matching aztec-node/src/sentinel/sentinel.test.ts. 19:49:24 Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?