Parent Log: http://ci.aztec-labs.com/753e7038f1986d3b Command: 1b54ea671a21576c yarn-project/scripts/run_test.sh aztec-node/src/sentinel/sentinel.test.ts Commit: https://github.com/AztecProtocol/aztec-packages/commit/30660269b33bab8cca354c41659533acf4d48e07 Env: REF_NAME=gh-readonly-queue/next/pr-15026-d96baf1c44329e8b2e3a432ad803f702f5184a62 CURRENT_VERSION=0.87.6 CI_FULL=1 Date: Fri Jun 13 09:34:49 UTC 2025 System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15026_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:34:52 [09:34:52.039] INFO: kv-store:lmdb-v2:sentinel-test Starting data store with maxReaders 16 09:34:52 [09:34:52.438] INFO: kv-store:lmdb-v2:sentinel-test Starting data store with maxReaders 16 09:34:52 [09:34:52.590] INFO: kv-store:lmdb-v2:sentinel-test Starting data store with maxReaders 16 09:34:52 [09:34:52.716] INFO: kv-store:lmdb-v2:sentinel-test Starting data store with maxReaders 16 09:34:52 [09:34:52.970] INFO: kv-store:lmdb-v2:sentinel-test Starting data store with maxReaders 16 09:34:53 [09:34:53.119] INFO: kv-store:lmdb-v2:sentinel-test Starting data store with maxReaders 16 09:34:53 [09:34:53.257] INFO: kv-store:lmdb-v2:sentinel-test Starting data store with maxReaders 16 09:34:53 [09:34:53.401] INFO: kv-store:lmdb-v2:sentinel-test Starting data store with maxReaders 16 09:34:53 [09:34:53.440] INFO: kv-store:lmdb-v2:sentinel-test Starting data store with maxReaders 16 09:34:53 [09:34:53.498] INFO: kv-store:lmdb-v2:sentinel-test Starting data store with maxReaders 16 09:34:53 [09:34:53.591] INFO: kv-store:lmdb-v2:sentinel-test Starting data store with maxReaders 16 09:34:53 [09:34:53.768] INFO: node:sentinel Computing proven performance for epoch 1 09:34:53 [09:34:53.793] ERROR: node:sentinel Invalid validator address 0xNotAnAddress: Error: Invalid address string: 0xNotAnAddress 09:34:53 at Function.fromString (/home/aztec-dev/aztec-packages/yarn-project/foundation/dest/eth-address/index.js:33:19) 09:34:53 at TestSentinel.fromString [as computeProvenPerformance] (/home/aztec-dev/aztec-packages/yarn-project/aztec-node/src/sentinel/sentinel.ts:139:30) 09:34:53 at TestSentinel.handleChainProven (/home/aztec-dev/aztec-packages/yarn-project/aztec-node/src/sentinel/sentinel.ts:119:25) 09:34:53 at Object.<anonymous> (/home/aztec-dev/aztec-packages/yarn-project/aztec-node/src/sentinel/sentinel.test.ts:307:7) 09:34:53 [09:34:53.793] INFO: node:sentinel Proven performance for epoch 1 {"0x67e5a1caa08c06de904809dd209200342c6cf250":{"missed":1,"total":5},"0xb78dad45e8708b8ef031909c1efaa2f95ab7cc7d":{"missed":4,"total":5}} 09:34:53 [09:34:53.844] INFO: node:sentinel Criminals: 1 {"args":[{"amount":100,"offense":3,"validator":"0xb78dad45e8708b8ef031909c1efaa2f95ab7cc7d"}]} 09:34:53 [09:34:53.865] INFO: kv-store:lmdb-v2:sentinel-test Starting data store with maxReaders 16 09:34:53 [09:34:53.983] INFO: node:sentinel Criminals: 2 {"args":[{"amount":100,"offense":3,"validator":"0x0000000000000000000000000000000000000008"},{"amount":100,"offense":3,"validator":"0x0000000000000000000000000000000000000009"}]} 09:34:53 [09:34:53.991] WARN: node:sentinel Validator 0x0000000000000000000000000000000000000006 is a criminal but the penalty is too high {"amount":201,"maxPenalty":200} 09:34:53 [09:34:53.993] WARN: node:sentinel Validator 0x0000000000000000000000000000000000000007 is a criminal but the penalty is too high {"amount":201,"maxPenalty":200} 09:34:53 [09:34:53.994] WARN: node:sentinel Validator 0x0000000000000000000000000000000000000008 is a criminal but the penalty is too high {"amount":201,"maxPenalty":200} 09:34:53 [09:34:53.995] WARN: node:sentinel Validator 0x0000000000000000000000000000000000000009 is a criminal but the penalty is too high {"amount":201,"maxPenalty":200} 09:34:53 PASS src/sentinel/sentinel.test.ts 09:34:54 sentinel 09:34:54 getSlotActivity 09:34:54 flags block as mined (401 ms) 09:34:54 flags block as proposed when it is not mined but there are attestations (151 ms) 09:34:54 flags block as missed when there are no attestations (127 ms) 09:34:54 identifies attestors from p2p and archiver (252 ms) 09:34:54 identifies missed attestors if block is mined (149 ms) 09:34:54 identifies missed attestors if block is proposed (138 ms) 09:34:54 does not tag attestors as missed if there was no block and no attestations (143 ms) 09:34:54 computeStatsForValidator 09:34:54 computes stats correctly (34 ms) 09:34:54 resets streaks correctly (61 ms) 09:34:54 considers only latest slots (93 ms) 09:34:54 handleChainProven 09:34:54 calls inactivity watcher with performance data (257 ms) 09:34:54 should agree with slash (148 ms) 09:34:54 09:34:54 Test Suites: 1 passed, 1 total 09:34:54 Tests: 12 passed, 12 total 09:34:54 Snapshots: 0 total 09:34:54 Time: 3.33 s 09:34:54 Ran all test suites matching /aztec-node\/src\/sentinel\/sentinel.test.ts/i. 09:34:54 Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?