Parent Log: http://ci.aztec-labs.com/2476e3d34226c110 Command: d8033ca60b1dba76 yarn-project/scripts/run_test.sh aztec-node/src/sentinel/sentinel.test.ts Commit: https://github.com/AztecProtocol/aztec-packages/commit/9ddf7d35886489afed34aca3cb819b32c86194b4 Env: REF_NAME=gh-readonly-queue/next/pr-15215-99e234fe4473771b32124e0402885610a6a3f98a CURRENT_VERSION=0.87.6 CI_FULL=1 Date: Tue Jun 24 09:22:25 UTC 2025 System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15215_amd64_x3-full Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s History: http://ci.aztec-labs.com/list/history_f88c43cfd3f034d2_next 09:22:27 [09:22:27.982] INFO: kv-store:lmdb-v2:sentinel-test Starting data store with maxReaders 16 09:22:28 [09:22:28.410] INFO: kv-store:lmdb-v2:sentinel-test Starting data store with maxReaders 16 09:22:28 [09:22:28.521] INFO: kv-store:lmdb-v2:sentinel-test Starting data store with maxReaders 16 09:22:28 [09:22:28.642] INFO: kv-store:lmdb-v2:sentinel-test Starting data store with maxReaders 16 09:22:28 [09:22:28.844] INFO: kv-store:lmdb-v2:sentinel-test Starting data store with maxReaders 16 09:22:28 [09:22:28.976] INFO: kv-store:lmdb-v2:sentinel-test Starting data store with maxReaders 16 09:22:29 [09:22:29.129] INFO: kv-store:lmdb-v2:sentinel-test Starting data store with maxReaders 16 09:22:29 [09:22:29.277] INFO: kv-store:lmdb-v2:sentinel-test Starting data store with maxReaders 16 09:22:29 [09:22:29.296] INFO: kv-store:lmdb-v2:sentinel-test Starting data store with maxReaders 16 09:22:29 [09:22:29.311] INFO: kv-store:lmdb-v2:sentinel-test Starting data store with maxReaders 16 09:22:29 [09:22:29.324] INFO: kv-store:lmdb-v2:sentinel-test Starting data store with maxReaders 16 09:22:29 [09:22:29.410] INFO: node:sentinel Computing proven performance for epoch 1 09:22:29 [09:22:29.432] ERROR: node:sentinel Invalid validator address 0xNotAnAddress: Error: Invalid address string: 0xNotAnAddress 09:22:29 at Function.fromString (/home/aztec-dev/aztec-packages/yarn-project/foundation/dest/eth-address/index.js:33:19) 09:22:29 at TestSentinel.fromString [as computeProvenPerformance] (/home/aztec-dev/aztec-packages/yarn-project/aztec-node/src/sentinel/sentinel.ts:143:30) 09:22:29 at TestSentinel.handleChainProven (/home/aztec-dev/aztec-packages/yarn-project/aztec-node/src/sentinel/sentinel.ts:119:25) 09:22:29 at Object.<anonymous> (/home/aztec-dev/aztec-packages/yarn-project/aztec-node/src/sentinel/sentinel.test.ts:307:7) 09:22:29 [09:22:29.433] INFO: node:sentinel Proven performance for epoch 1 {"0x4f997608c42815ec98067b1342ebef7c81344177":{"missed":1,"total":5},"0x3aba10c3c5a327a20069f69dc3ca1c541ac66edd":{"missed":4,"total":5}} 09:22:29 [09:22:29.446] INFO: node:sentinel Criminals: 1 {"args":[{"amount":100,"offense":3,"validator":"0x3aba10c3c5a327a20069f69dc3ca1c541ac66edd"}]} 09:22:29 [09:22:29.450] INFO: kv-store:lmdb-v2:sentinel-test Starting data store with maxReaders 16 09:22:29 [09:22:29.472] INFO: node:sentinel Criminals: 2 {"args":[{"amount":100,"offense":3,"validator":"0x0000000000000000000000000000000000000008"},{"amount":100,"offense":3,"validator":"0x0000000000000000000000000000000000000009"}]} 09:22:29 [09:22:29.480] WARN: node:sentinel Validator 0x0000000000000000000000000000000000000006 is a criminal but the penalty is too high {"amount":201,"maxPenalty":200} 09:22:29 [09:22:29.481] WARN: node:sentinel Validator 0x0000000000000000000000000000000000000007 is a criminal but the penalty is too high {"amount":201,"maxPenalty":200} 09:22:29 [09:22:29.482] WARN: node:sentinel Validator 0x0000000000000000000000000000000000000008 is a criminal but the penalty is too high {"amount":201,"maxPenalty":200} 09:22:29 [09:22:29.483] WARN: node:sentinel Validator 0x0000000000000000000000000000000000000009 is a criminal but the penalty is too high {"amount":201,"maxPenalty":200} 09:22:29 PASS src/sentinel/sentinel.test.ts 09:22:29 sentinel 09:22:29 getSlotActivity 09:22:29 flags block as mined (439 ms) 09:22:29 flags block as proposed when it is not mined but there are attestations (111 ms) 09:22:29 flags block as missed when there are no attestations (120 ms) 09:22:29 identifies attestors from p2p and archiver (202 ms) 09:22:29 identifies missed attestors if block is mined (132 ms) 09:22:29 identifies missed attestors if block is proposed (152 ms) 09:22:29 does not tag attestors as missed if there was no block and no attestations (147 ms) 09:22:29 computeStatsForValidator 09:22:29 computes stats correctly (19 ms) 09:22:29 resets streaks correctly (15 ms) 09:22:29 considers only latest slots (14 ms) 09:22:29 handleChainProven 09:22:29 calls inactivity watcher with performance data (125 ms) 09:22:29 should agree with slash (35 ms) 09:22:29 09:22:29 Test Suites: 1 passed, 1 total 09:22:29 Tests: 12 passed, 12 total 09:22:29 Snapshots: 0 total 09:22:29 Time: 3.001 s 09:22:29 Ran all test suites matching aztec-node/src/sentinel/sentinel.test.ts. 09:22:29 Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?