Parent Log:
http://ci.aztec-labs.com/943200330be9ae5b
Command: 61f8e44af0fc4001 yarn-project/scripts/run_test.sh aztec-node/src/sentinel/sentinel.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/e56baa7f24bac54baf9e2f22f6f33ae6fa8b8c0f
Env: REF_NAME=gh-readonly-queue/next/pr-14891-76ca48a2187e3506bb464eae574e49476c2876ca CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Fri Jun 13 19:21:41 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-14891_amd64_x4-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_f88c43cfd3f034d2_next
19:21:43 [19:21:43.385]
INFO:
kv-store:lmdb-v2:sentinel-test Starting data store with maxReaders 16
19:21:43 [19:21:43.781]
INFO:
kv-store:lmdb-v2:sentinel-test Starting data store with maxReaders 16
19:21:43 [19:21:43.899]
INFO:
kv-store:lmdb-v2:sentinel-test Starting data store with maxReaders 16
19:21:43 [19:21:43.993]
INFO:
kv-store:lmdb-v2:sentinel-test Starting data store with maxReaders 16
19:21:44 [19:21:44.206]
INFO:
kv-store:lmdb-v2:sentinel-test Starting data store with maxReaders 16
19:21:44 [19:21:44.356]
INFO:
kv-store:lmdb-v2:sentinel-test Starting data store with maxReaders 16
19:21:44 [19:21:44.458]
INFO:
kv-store:lmdb-v2:sentinel-test Starting data store with maxReaders 16
19:21:44 [19:21:44.545]
INFO:
kv-store:lmdb-v2:sentinel-test Starting data store with maxReaders 16
19:21:44 [19:21:44.565]
INFO:
kv-store:lmdb-v2:sentinel-test Starting data store with maxReaders 16
19:21:44 [19:21:44.581]
INFO:
kv-store:lmdb-v2:sentinel-test Starting data store with maxReaders 16
19:21:44 [19:21:44.595]
INFO:
kv-store:lmdb-v2:sentinel-test Starting data store with maxReaders 16
19:21:44 [19:21:44.688]
INFO:
node:sentinel Computing proven performance for epoch 1
19:21:44 [19:21:44.706]
ERROR:
node:sentinel Invalid validator address 0xNotAnAddress: Error: Invalid address string: 0xNotAnAddress
19:21:44 at Function.fromString (/home/aztec-dev/aztec-packages/yarn-project/foundation/dest/eth-address/index.js:33:19)
19:21:44 at TestSentinel.fromString [as computeProvenPerformance] (/home/aztec-dev/aztec-packages/yarn-project/aztec-node/src/sentinel/sentinel.ts:139:30)
19:21:44 at TestSentinel.handleChainProven (/home/aztec-dev/aztec-packages/yarn-project/aztec-node/src/sentinel/sentinel.ts:119:25)
19:21:44 at Object.<anonymous> (/home/aztec-dev/aztec-packages/yarn-project/aztec-node/src/sentinel/sentinel.test.ts:307:7)
19:21:44 [19:21:44.706]
INFO:
node:sentinel Proven performance for epoch 1
{"0x08dfde933716099a6de2d781fb1163cd50e6f68c":{"missed":1,"total":5},"0xf2c3d06c1522c7b5465a0e23d9ce8b96e4b0db80":{"missed":4,"total":5}}
19:21:44 [19:21:44.720]
INFO:
node:sentinel Criminals: 1
{"args":[{"amount":100,"offense":3,"validator":"0xf2c3d06c1522c7b5465a0e23d9ce8b96e4b0db80"}]}
19:21:44 [19:21:44.724]
INFO:
kv-store:lmdb-v2:sentinel-test Starting data store with maxReaders 16
19:21:44 [19:21:44.750]
INFO:
node:sentinel Criminals: 2
{"args":[{"amount":100,"offense":3,"validator":"0x0000000000000000000000000000000000000008"},{"amount":100,"offense":3,"validator":"0x0000000000000000000000000000000000000009"}]}
19:21:44 [19:21:44.756]
WARN:
node:sentinel Validator 0x0000000000000000000000000000000000000006 is a criminal but the penalty is too high
{"amount":201,"maxPenalty":200}
19:21:44 [19:21:44.757]
WARN:
node:sentinel Validator 0x0000000000000000000000000000000000000007 is a criminal but the penalty is too high
{"amount":201,"maxPenalty":200}
19:21:44 [19:21:44.758]
WARN:
node:sentinel Validator 0x0000000000000000000000000000000000000008 is a criminal but the penalty is too high
{"amount":201,"maxPenalty":200}
19:21:44 [19:21:44.759]
WARN:
node:sentinel Validator 0x0000000000000000000000000000000000000009 is a criminal but the penalty is too high
{"amount":201,"maxPenalty":200}
19:21:44
PASS src/sentinel/sentinel.test.ts
19:21:44 sentinel
19:21:44 getSlotActivity
19:21:44
✓ flags block as mined (399 ms)
19:21:44
✓ flags block as proposed when it is not mined but there are attestations (117 ms)
19:21:44
✓ flags block as missed when there are no attestations (94 ms)
19:21:44
✓ identifies attestors from p2p and archiver (213 ms)
19:21:44
✓ identifies missed attestors if block is mined (150 ms)
19:21:44
✓ identifies missed attestors if block is proposed (102 ms)
19:21:44
✓ does not tag attestors as missed if there was no block and no attestations (87 ms)
19:21:44 computeStatsForValidator
19:21:44
✓ computes stats correctly (19 ms)
19:21:44
✓ resets streaks correctly (15 ms)
19:21:44
✓ considers only latest slots (14 ms)
19:21:44 handleChainProven
19:21:44
✓ calls inactivity watcher with performance data (129 ms)
19:21:44
✓ should agree with slash (37 ms)
19:21:44
19:21:44
Test Suites: 1 passed, 1 total
19:21:44
Tests: 12 passed, 12 total
19:21:44
Snapshots: 0 total
19:21:44
Time: 2.811 s
19:21:44
Ran all test suites matching /aztec-node\/src\/sentinel\/sentinel.test.ts/i
.
19:21:44
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?