2026-03-29 12:54:24 +00:00

1711 lines
306 KiB
Plaintext

WRN 2026-03-29 12:31:00.880+00:00 whether to mount storeSync is not specified, defaulting to not mounting topics="waku conf builder" tid=1 file=waku_conf_builder.nim:471
bSubscribeShards: some(@[0])
INF 2026-03-29 12:31:00.880+00:00 Sharding configuration: topics="waku conf builder" tid=1 file=waku_conf_builder.nim:506 shardingConf="(kind: AutoSharding, numShardsInCluster: 1)" subscribeShards=@[0]
INF 2026-03-29 12:31:00.880+00:00 Configuration: Enabled protocols topics="waku conf" tid=1 file=waku_conf.nim:157 relay=true rlnRelay=false store=true filter=false lightPush=false peerExchange=true rendezvous=true
INF 2026-03-29 12:31:00.880+00:00 Configuration. Network topics="waku conf" tid=1 file=waku_conf.nim:166 cluster=3
INF 2026-03-29 12:31:00.880+00:00 Configuration. Active Relay Shards topics="waku conf" tid=1 file=waku_conf.nim:169 shard=0
INF 2026-03-29 12:31:00.881+00:00 Setting up storage tid=1 file=node_factory.nim:532
INF 2026-03-29 12:31:00.881+00:00 Initializing node tid=1 file=node_factory.nim:541
TRC 2026-03-29 12:31:00.882+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/ipfs/id/1.0.0]"
TRC 2026-03-29 12:31:00.882+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/libp2p/autonat/1.0.0]"
TRC 2026-03-29 12:31:00.882+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/libp2p/circuit/relay/0.2.0/hop, /libp2p/circuit/relay/0.1.0]"
TRC 2026-03-29 12:31:00.882+00:00 no peer storage found tid=1 file=peer_manager.nim:1219
INF 2026-03-29 12:31:00.882+00:00 Initializing networking tid=1 file=waku_node.nim:228 addrs="@[/ip4/172.18.177.241/tcp/32452, /ip4/172.18.177.241/tcp/32453/ws]"
INF 2026-03-29 12:31:00.882+00:00 Mounting protocols tid=1 file=node_factory.nim:547
INF 2026-03-29 12:31:00.882+00:00 Created WakuMetadata protocol topics="waku node" tid=1 file=protocol.nim:107 clusterId=3 shards="[0]"
TRC 2026-03-29 12:31:00.882+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/vac/waku/metadata/1.0.0]"
INF 2026-03-29 12:31:00.885+00:00 sqlite database page stats tid=1 file=builder.nim:53 pageSize=4096 pages=1 freePages=0
INF 2026-03-29 12:31:00.885+00:00 starting message store's sqlite database migration topics="waku archive migration" tid=1 file=migrations.nim:57
INF 2026-03-29 12:31:00.885+00:00 Not considered schema version 7 topics="waku archive migration" tid=1 file=migrations.nim:45
INF 2026-03-29 12:31:00.885+00:00 database schema is outdated topics="sqlite" tid=1 file=db_sqlite.nim:447 userVersion=0 targetVersion=10
INF 2026-03-29 12:31:00.886+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="CREATE TABLE IF NOT EXISTS Message(\n id BLOB PRIMARY KEY,\n timestamp INTEGER NOT NULL,\n contentTopic BLOB NOT NULL,\n pubsubTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL\n ) WITHOUT ROWID;"
INF 2026-03-29 12:31:00.888+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="CREATE TABLE IF NOT EXISTS Message(\n id BLOB PRIMARY KEY,\n timestamp INTEGER NOT NULL,\n contentTopic BLOB NOT NULL,\n pubsubTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL\n ) WITHOUT ROWID;"
INF 2026-03-29 12:31:00.888+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="CREATE TABLE IF NOT EXISTS Message_backup (\n id BLOB PRIMARY KEY,\n timestamp INTEGER NOT NULL,\n contentTopic BLOB NOT NULL,\n pubsubTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL\n ) WITHOUT ROWID;"
INF 2026-03-29 12:31:00.891+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="CREATE TABLE IF NOT EXISTS Message_backup (\n id BLOB PRIMARY KEY,\n timestamp INTEGER NOT NULL,\n contentTopic BLOB NOT NULL,\n pubsubTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL\n ) WITHOUT ROWID;"
INF 2026-03-29 12:31:00.891+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="INSERT INTO Message_backup SELECT id, timestamp, contentTopic, pubsubTopic, payload, version FROM Message;"
INF 2026-03-29 12:31:00.891+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="INSERT INTO Message_backup SELECT id, timestamp, contentTopic, pubsubTopic, payload, version FROM Message;"
INF 2026-03-29 12:31:00.891+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE Message;"
INF 2026-03-29 12:31:00.892+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP TABLE Message;"
INF 2026-03-29 12:31:00.892+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="CREATE TABLE IF NOT EXISTS Message(\n id BLOB PRIMARY KEY,\n receiverTimestamp REAL NOT NULL,\n contentTopic BLOB NOT NULL,\n pubsubTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL,\n senderTimestamp REAL NOT NULL\n ) WITHOUT ROWID;"
INF 2026-03-29 12:31:00.893+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="CREATE TABLE IF NOT EXISTS Message(\n id BLOB PRIMARY KEY,\n receiverTimestamp REAL NOT NULL,\n contentTopic BLOB NOT NULL,\n pubsubTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL,\n senderTimestamp REAL NOT NULL\n ) WITHOUT ROWID;"
INF 2026-03-29 12:31:00.893+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="INSERT INTO Message (id, receiverTimestamp, contentTopic, pubsubTopic, payload, version, senderTimestamp)\n SELECT id, timestamp, contentTopic, pubsubTopic, payload, version, 0\n FROM Message_backup;"
INF 2026-03-29 12:31:00.893+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="INSERT INTO Message (id, receiverTimestamp, contentTopic, pubsubTopic, payload, version, senderTimestamp)\n SELECT id, timestamp, contentTopic, pubsubTopic, payload, version, 0\n FROM Message_backup;"
INF 2026-03-29 12:31:00.893+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE Message_backup;"
INF 2026-03-29 12:31:00.894+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP TABLE Message_backup;"
INF 2026-03-29 12:31:00.894+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="CREATE TABLE IF NOT EXISTS Message_backup (\n id BLOB PRIMARY KEY,\n receiverTimestamp REAL NOT NULL,\n contentTopic BLOB NOT NULL,\n pubsubTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL,\n senderTimestamp REAL NOT NULL\n ) WITHOUT ROWID;"
INF 2026-03-29 12:31:00.897+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="CREATE TABLE IF NOT EXISTS Message_backup (\n id BLOB PRIMARY KEY,\n receiverTimestamp REAL NOT NULL,\n contentTopic BLOB NOT NULL,\n pubsubTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL,\n senderTimestamp REAL NOT NULL\n ) WITHOUT ROWID;"
INF 2026-03-29 12:31:00.897+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="INSERT INTO Message_backup SELECT id, receiverTimestamp, contentTopic, pubsubTopic, payload, version, senderTimestamp FROM Message;"
INF 2026-03-29 12:31:00.897+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="INSERT INTO Message_backup SELECT id, receiverTimestamp, contentTopic, pubsubTopic, payload, version, senderTimestamp FROM Message;"
INF 2026-03-29 12:31:00.897+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE Message;"
INF 2026-03-29 12:31:00.898+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP TABLE Message;"
INF 2026-03-29 12:31:00.899+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="CREATE TABLE IF NOT EXISTS Message(\n id BLOB PRIMARY KEY,\n receiverTimestamp INTEGER NOT NULL,\n contentTopic BLOB NOT NULL,\n pubsubTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL,\n senderTimestamp INTEGER NOT NULL\n ) WITHOUT ROWID;"
INF 2026-03-29 12:31:00.900+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="CREATE TABLE IF NOT EXISTS Message(\n id BLOB PRIMARY KEY,\n receiverTimestamp INTEGER NOT NULL,\n contentTopic BLOB NOT NULL,\n pubsubTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL,\n senderTimestamp INTEGER NOT NULL\n ) WITHOUT ROWID;"
INF 2026-03-29 12:31:00.900+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="INSERT INTO Message (id, receiverTimestamp, contentTopic, pubsubTopic, payload, version, senderTimestamp)\n SELECT id, CAST(receiverTimestamp*1000000000 AS INTEGER), contentTopic, pubsubTopic, payload, version, CAST(senderTimestamp*1000000000 AS INTEGER)\n FROM Message_backup;"
INF 2026-03-29 12:31:00.900+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="INSERT INTO Message (id, receiverTimestamp, contentTopic, pubsubTopic, payload, version, senderTimestamp)\n SELECT id, CAST(receiverTimestamp*1000000000 AS INTEGER), contentTopic, pubsubTopic, payload, version, CAST(senderTimestamp*1000000000 AS INTEGER)\n FROM Message_backup;"
INF 2026-03-29 12:31:00.900+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE Message_backup;"
INF 2026-03-29 12:31:00.901+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP TABLE Message_backup;"
INF 2026-03-29 12:31:00.901+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="ALTER TABLE Message RENAME TO Message_backup;"
INF 2026-03-29 12:31:00.904+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="ALTER TABLE Message RENAME TO Message_backup;"
INF 2026-03-29 12:31:00.904+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="CREATE TABLE IF NOT EXISTS Message(\n id BLOB,\n receiverTimestamp INTEGER NOT NULL,\n contentTopic BLOB NOT NULL,\n pubsubTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL,\n senderTimestamp INTEGER NOT NULL,\n CONSTRAINT messageIndex PRIMARY KEY (senderTimestamp, id, pubsubTopic)\n ) WITHOUT ROWID;"
INF 2026-03-29 12:31:00.905+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="CREATE TABLE IF NOT EXISTS Message(\n id BLOB,\n receiverTimestamp INTEGER NOT NULL,\n contentTopic BLOB NOT NULL,\n pubsubTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL,\n senderTimestamp INTEGER NOT NULL,\n CONSTRAINT messageIndex PRIMARY KEY (senderTimestamp, id, pubsubTopic)\n ) WITHOUT ROWID;"
INF 2026-03-29 12:31:00.905+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="INSERT INTO Message\n SELECT *\n FROM Message_backup;"
INF 2026-03-29 12:31:00.905+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="INSERT INTO Message\n SELECT *\n FROM Message_backup;"
INF 2026-03-29 12:31:00.905+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE Message_backup;"
INF 2026-03-29 12:31:00.905+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP TABLE Message_backup;"
INF 2026-03-29 12:31:00.905+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="CREATE INDEX IF NOT EXISTS i_msg ON Message (contentTopic, pubsubTopic, senderTimestamp, id);"
INF 2026-03-29 12:31:00.906+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="CREATE INDEX IF NOT EXISTS i_msg ON Message (contentTopic, pubsubTopic, senderTimestamp, id);"
INF 2026-03-29 12:31:00.906+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="ALTER TABLE message RENAME COLUMN receiverTimestamp TO storedAt;"
INF 2026-03-29 12:31:00.909+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="ALTER TABLE message RENAME COLUMN receiverTimestamp TO storedAt;"
INF 2026-03-29 12:31:00.909+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP INDEX IF EXISTS i_msg;"
INF 2026-03-29 12:31:00.910+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP INDEX IF EXISTS i_msg;"
INF 2026-03-29 12:31:00.910+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="CREATE INDEX IF NOT EXISTS i_query ON message (contentTopic, pubsubTopic, storedAt, id);"
INF 2026-03-29 12:31:00.912+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="CREATE INDEX IF NOT EXISTS i_query ON message (contentTopic, pubsubTopic, storedAt, id);"
INF 2026-03-29 12:31:00.912+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP INDEX IF EXISTS i_rt;"
INF 2026-03-29 12:31:00.912+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP INDEX IF EXISTS i_rt;"
INF 2026-03-29 12:31:00.912+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="CREATE INDEX IF NOT EXISTS i_ts ON message (storedAt);"
INF 2026-03-29 12:31:00.913+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="CREATE INDEX IF NOT EXISTS i_ts ON message (storedAt);"
INF 2026-03-29 12:31:00.913+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="ALTER TABLE message RENAME TO message_backup;"
INF 2026-03-29 12:31:00.914+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="ALTER TABLE message RENAME TO message_backup;"
INF 2026-03-29 12:31:00.914+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="CREATE TABLE IF NOT EXISTS message(\n pubsubTopic BLOB NOT NULL,\n contentTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL,\n timestamp INTEGER NOT NULL,\n id BLOB,\n storedAt INTEGER NOT NULL,\n CONSTRAINT messageIndex PRIMARY KEY (storedAt, id, pubsubTopic)\n) WITHOUT ROWID;"
INF 2026-03-29 12:31:00.915+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="CREATE TABLE IF NOT EXISTS message(\n pubsubTopic BLOB NOT NULL,\n contentTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL,\n timestamp INTEGER NOT NULL,\n id BLOB,\n storedAt INTEGER NOT NULL,\n CONSTRAINT messageIndex PRIMARY KEY (storedAt, id, pubsubTopic)\n) WITHOUT ROWID;"
INF 2026-03-29 12:31:00.915+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="INSERT OR IGNORE INTO message(pubsubTopic, contentTopic, payload, version, timestamp, id, storedAt)\n SELECT pubsubTopic, contentTopic, payload, version, senderTimestamp, id, storedAt\n FROM message_backup;"
INF 2026-03-29 12:31:00.915+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="INSERT OR IGNORE INTO message(pubsubTopic, contentTopic, payload, version, timestamp, id, storedAt)\n SELECT pubsubTopic, contentTopic, payload, version, senderTimestamp, id, storedAt\n FROM message_backup;"
INF 2026-03-29 12:31:00.915+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE message_backup;"
INF 2026-03-29 12:31:00.916+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP TABLE message_backup;"
INF 2026-03-29 12:31:00.916+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="ALTER TABLE message RENAME TO message_backup;"
INF 2026-03-29 12:31:00.917+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="ALTER TABLE message RENAME TO message_backup;"
INF 2026-03-29 12:31:00.917+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="CREATE TABLE IF NOT EXISTS message (\n pubsubTopic BLOB NOT NULL,\n contentTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL,\n timestamp INTEGER NOT NULL,\n id BLOB,\n messageHash BLOB, -- Newly added, this will be populated with a counter value\n storedAt INTEGER NOT NULL,\n CONSTRAINT messageIndex PRIMARY KEY (messageHash)\n) WITHOUT ROWID;"
INF 2026-03-29 12:31:00.918+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="CREATE TABLE IF NOT EXISTS message (\n pubsubTopic BLOB NOT NULL,\n contentTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL,\n timestamp INTEGER NOT NULL,\n id BLOB,\n messageHash BLOB, -- Newly added, this will be populated with a counter value\n storedAt INTEGER NOT NULL,\n CONSTRAINT messageIndex PRIMARY KEY (messageHash)\n) WITHOUT ROWID;"
INF 2026-03-29 12:31:00.918+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="INSERT INTO message(pubsubTopic, contentTopic, payload, version, timestamp, id, messageHash, storedAt)\nSELECT\n mb.pubsubTopic,\n mb.contentTopic,\n mb.payload,\n mb.version,\n mb.timestamp,\n mb.id,\n randomblob(32), -- to populate 32-byte random blob\n mb.storedAt\nFROM message_backup AS mb;"
INF 2026-03-29 12:31:00.918+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="INSERT INTO message(pubsubTopic, contentTopic, payload, version, timestamp, id, messageHash, storedAt)\nSELECT\n mb.pubsubTopic,\n mb.contentTopic,\n mb.payload,\n mb.version,\n mb.timestamp,\n mb.id,\n randomblob(32), -- to populate 32-byte random blob\n mb.storedAt\nFROM message_backup AS mb;"
INF 2026-03-29 12:31:00.919+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE message_backup;"
INF 2026-03-29 12:31:00.920+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP TABLE message_backup;"
INF 2026-03-29 12:31:00.920+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="ALTER TABLE message ADD COLUMN meta BLOB;"
INF 2026-03-29 12:31:00.920+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="ALTER TABLE message ADD COLUMN meta BLOB;"
INF 2026-03-29 12:31:00.920+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="ALTER TABLE message DROP COLUMN timestamp;"
INF 2026-03-29 12:31:00.922+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="ALTER TABLE message DROP COLUMN timestamp;"
INF 2026-03-29 12:31:00.922+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="ALTER TABLE message RENAME COLUMN storedAt TO timestamp;"
INF 2026-03-29 12:31:00.923+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="ALTER TABLE message RENAME COLUMN storedAt TO timestamp;"
INF 2026-03-29 12:31:00.923+00:00 database user_version updated topics="sqlite" tid=1 file=db_sqlite.nim:481 userVersion=10
INF 2026-03-29 12:31:00.924+00:00 finished message store's sqlite database migration topics="waku archive migration" tid=1 file=migrations.nim:70
INF 2026-03-29 12:31:00.924+00:00 setting up sqlite waku archive driver tid=1 file=builder.nim:65
INF 2026-03-29 12:31:00.924+00:00 executing message retention policy topics="waku archive" tid=1 file=archive.nim:270 policy=time:172800
INF 2026-03-29 12:31:00.925+00:00 beginning of executing message retention policy - time topics="waku archive retention_policy" tid=1 file=retention_policy_time.nim:22
INF 2026-03-29 12:31:00.925+00:00 end of executing message retention policy - time topics="waku archive retention_policy" tid=1 file=retention_policy_time.nim:30
INF 2026-03-29 12:31:00.925+00:00 mounting waku store protocol topics="waku node store api" tid=1 file=store.nim:255
TRC 2026-03-29 12:31:00.925+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/vac/waku/store-query/3.0.0]"
INF 2026-03-29 12:31:00.925+00:00 initial storage filling started topics="waku reconciliation" tid=1 file=reconciliation.nim:357
INF 2026-03-29 12:31:00.925+00:00 initial storage filling done topics="waku reconciliation" tid=1 file=reconciliation.nim:379 elements=0
INF 2026-03-29 12:31:00.925+00:00 Store Reconciliation protocol initialized topics="waku node" tid=1 file=reconciliation.nim:427 sync_range=10s sync_interval=1s relay_jitter=1s
TRC 2026-03-29 12:31:00.925+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/vac/waku/reconciliation/1.0.0]"
INF 2026-03-29 12:31:00.925+00:00 Store Transfer protocol initialized topics="waku node" tid=1 file=transfer.nim:216
TRC 2026-03-29 12:31:00.925+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/vac/waku/transfer/1.0.0]"
INF 2026-03-29 12:31:00.925+00:00 mounting store client topics="waku node store api" tid=1 file=store.nim:274
INF 2026-03-29 12:31:00.925+00:00 mounting legacy store client topics="waku node store api" tid=1 file=store.nim:145
INF 2026-03-29 12:31:00.925+00:00 mounting auto sharding topics="waku node" tid=1 file=waku_node.nim:305 clusterId=3 shardCount=1
INF 2026-03-29 12:31:00.925+00:00 Shards created from content topics tid=1 file=node_factory.nim:333 contentTopics=[] shards=[]
INF 2026-03-29 12:31:00.925+00:00 Setting max message size tid=1 file=node_factory.nim:342 num_bytes=153600
INF 2026-03-29 12:31:00.925+00:00 mounting relay protocol topics="waku node relay api" tid=1 file=relay.nim:259
TRC 2026-03-29 12:31:00.925+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/vac/waku/relay/2.0.0, /meshsub/1.3.0, /meshsub/1.2.0, /meshsub/1.1.0, /meshsub/1.0.0, /meshsub/1.3.0, /meshsub/1.2.0, /meshsub/1.1.0, /meshsub/1.0.0]"
INF 2026-03-29 12:31:00.925+00:00 relay mounted successfully topics="waku node relay api" tid=1 file=relay.nim:276
INF 2026-03-29 12:31:00.925+00:00 adding validator to signed shards tid=1 file=validator_signed.nim:56 protectedShards=[] clusterId=3
INF 2026-03-29 12:31:00.925+00:00 mounting rendezvous discovery protocol topics="waku node" tid=1 file=waku_node.nim:432
INF 2026-03-29 12:31:00.925+00:00 waku rendezvous initialized topics="waku node" tid=1 file=protocol.nim:206 clusterId=3 shards="[0]" capabilities="[Relay, Store, Sync]" wakuPeerRecord="(peerId: 16U*ZQc1NG, seqNo: 1774787460, addresses: [/ip4/172.18.177.241/tcp/32452, /ip4/172.18.177.241/tcp/32453/ws], mixKey: )"
TRC 2026-03-29 12:31:00.927+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/vac/waku/rendezvous/1.0.0]"
INF 2026-03-29 12:31:00.927+00:00 mounting rendezvous client topics="waku node" tid=1 file=waku_node.nim:418
INF 2026-03-29 12:31:00.927+00:00 waku rendezvous client initialized topics="waku node" tid=1 file=client.nim:130 clusterId=3
INF 2026-03-29 12:31:00.927+00:00 mounting libp2p ping protocol topics="waku node ping api" tid=1 file=ping.nim:20
TRC 2026-03-29 12:31:00.927+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/ipfs/ping/1.0.0]"
INF 2026-03-29 12:31:00.927+00:00 mounting light push client topics="waku node lightpush api" tid=1 file=lightpush.nim:183
INF 2026-03-29 12:31:00.927+00:00 mounting legacy light push client topics="waku node lightpush api" tid=1 file=lightpush.nim:72
INF 2026-03-29 12:31:00.927+00:00 mounting filter client topics="waku node filter api" tid=1 file=filter.nim:81
TRC 2026-03-29 12:31:00.927+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/vac/waku/filter-push/2.0.0-beta1]"
INF 2026-03-29 12:31:00.927+00:00 mounting waku peer exchange topics="waku node peerexchange api" tid=1 file=peer_exchange.nim:37
TRC 2026-03-29 12:31:00.927+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/vac/waku/peer-exchange/2.0.0-alpha1]"
INF 2026-03-29 12:31:00.927+00:00 mounting waku peer exchange client topics="waku node peerexchange api" tid=1 file=peer_exchange.nim:54
NTC 2026-03-29 12:31:00.927+00:00 REST service started tid=1 file=server.nim:182 address=0.0.0.0:32451
INF 2026-03-29 12:31:00.927+00:00 Starting REST HTTP server tid=1 file=builder.nim:113 url=http://0.0.0.0:32451/
INF 2026-03-29 12:31:00.927+00:00 No external callbacks to be set topics="wakunode waku" tid=1 file=waku.nim:127
TRC 2026-03-29 12:31:00.927+00:00 Send processor chain topics="send service" tid=1 file=send_service.nim:94 index=1 processor=BaseSendProcessor
INF 2026-03-29 12:31:00.927+00:00 Retrieve dynamic bootstrap nodes topics="wakunode waku" tid=1 file=waku.nim:367
INF 2026-03-29 12:31:00.927+00:00 Running nwaku node tid=1 file=node_factory.nim:464 version=v0.38.0-rc.0-14-g5c335c
INF 2026-03-29 12:31:00.927+00:00 Starting Waku node topics="waku node" tid=1 file=waku_node.nim:625 version=v0.38.0-rc.0-14-g5c335c
INF 2026-03-29 12:31:00.928+00:00 starting relay protocol topics="waku node" tid=1 file=waku_node.nim:389
INF 2026-03-29 12:31:00.928+00:00 start topics="waku relay" tid=1 file=protocol.nim:519
TRC 2026-03-29 12:31:00.928+00:00 gossipsub start topics="libp2p gossipsub" tid=1 file=gossipsub.nim:1113
TRC 2026-03-29 12:31:00.928+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=139958917754960
TRC 2026-03-29 12:31:00.928+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
TRC 2026-03-29 12:31:00.928+00:00 running scoring heartbeat topics="libp2p gossipsub" tid=1 file=scoring.nim:312 instance=139958917754960
TRC 2026-03-29 12:31:00.928+00:00 updating scores topics="libp2p gossipsub" tid=1 file=scoring.nim:144 peers=0
TRC 2026-03-29 12:31:00.928+00:00 updated scores topics="libp2p gossipsub" tid=1 file=scoring.nim:308 peers=0
INF 2026-03-29 12:31:00.928+00:00 relay started successfully topics="waku node" tid=1 file=waku_node.nim:410
INF 2026-03-29 12:31:00.928+00:00 waku rendezvous periodic registration started topics="waku rendezvous" tid=1 file=protocol.nim:127 interval=10s
INF 2026-03-29 12:31:00.928+00:00 waku rendezvous discovery started topics="waku rendezvous" tid=1 file=protocol.nim:227
INF 2026-03-29 12:31:00.928+00:00 waku rendezvous periodic requests started topics="waku rendezvous client" tid=1 file=client.nim:80 interval=10s
INF 2026-03-29 12:31:00.928+00:00 waku rendezvous client started topics="waku rendezvous client" tid=1 file=client.nim:136
INF 2026-03-29 12:31:00.928+00:00 periodic sync initialized topics="waku reconciliation" tid=1 file=reconciliation.nim:433 interval=1s
INF 2026-03-29 12:31:00.928+00:00 periodic prune initialized topics="waku reconciliation" tid=1 file=reconciliation.nim:447 interval=1s
INF 2026-03-29 12:31:00.928+00:00 Store Sync Reconciliation protocol started topics="waku reconciliation" tid=1 file=reconciliation.nim:485
INF 2026-03-29 12:31:00.928+00:00 Store Sync Transfer protocol started topics="waku transfer" tid=1 file=transfer.nim:229
DBG 2026-03-29 12:31:00.928+00:00 starting switch for peer topics="libp2p switch" tid=1 file=switch.nim:363 peerInfo="(peerId: 16Uiu2HAm1tTcymxB4kSxBZ2aFGA8gjtQiV4eg7YWL8hGnCZQc1NG, listenAddrs: [/ip4/0.0.0.0/tcp/32453/ws, /ip4/0.0.0.0/tcp/32452], addrs: [], protocols: [/ipfs/id/1.0.0, /libp2p/autonat/1.0.0, /libp2p/circuit/relay/0.2.0/hop, /vac/waku/metadata/1.0.0, /vac/waku/store-query/3.0.0, /vac/waku/reconciliation/1.0.0, /vac/waku/transfer/1.0.0, /vac/waku/relay/2.0.0, /vac/waku/rendezvous/1.0.0, /ipfs/ping/1.0.0, /vac/waku/filter-push/2.0.0-beta1, /vac/waku/peer-exchange/2.0.0-alpha1], protoVersion: ipfs/0.1.0, agentVersion: logos-delivery-v0.38.0-rc.0-14-g5c335c)"
TRC 2026-03-29 12:31:00.928+00:00 Starting TCP transport topics="libp2p tcptransport" tid=1 file=tcptransport.nim:116
TRC 2026-03-29 12:31:00.928+00:00 Listening on topics="libp2p tcptransport" tid=1 file=tcptransport.nim:140 address=/ip4/0.0.0.0/tcp/32452
TRC 2026-03-29 12:31:00.928+00:00 starting transport on addrs topics="libp2p transport" tid=1 file=transport.nim:49 address=@[/ip4/0.0.0.0/tcp/32452]
DBG 2026-03-29 12:31:00.929+00:00 About to accept incoming connection topics="libp2p switch" tid=1 file=switch.nim:272
TRC 2026-03-29 12:31:00.929+00:00 Starting WS transport topics="libp2p wstransport" tid=1 file=wstransport.nim:154
TRC 2026-03-29 12:31:00.929+00:00 starting transport on addrs topics="libp2p transport" tid=1 file=transport.nim:49 address=@[/ip4/0.0.0.0/tcp/32453/ws]
TRC 2026-03-29 12:31:00.929+00:00 Created HTTP Server topics="libp2p wstransport" tid=1 file=server.nim:262 host=0.0.0.0:32453
TRC 2026-03-29 12:31:00.929+00:00 Listening on topics="libp2p wstransport" tid=1 file=wstransport.nim:204 addresses="[/ip4/0.0.0.0/tcp/32453/ws]"
INF 2026-03-29 12:31:00.929+00:00 Setting up AutonatService topics="libp2p autonatservice" tid=1 file=service.nim:207
TRC 2026-03-29 12:31:00.929+00:00 Running AutonatService topics="libp2p autonatservice" tid=1 file=service.nim:231
TRC 2026-03-29 12:31:00.929+00:00 Asking peers for reachability topics="libp2p autonatservice" tid=1 file=service.nim:160
DBG 2026-03-29 12:31:00.929+00:00 About to accept incoming connection topics="libp2p switch" tid=1 file=switch.nim:272
TRC 2026-03-29 12:31:00.929+00:00 WsTransport accept topics="libp2p wstransport" tid=1 file=wstransport.nim:279
TRC 2026-03-29 12:31:00.929+00:00 Awaiting new request topics="websock http-server" tid=1 file=server.nim:194
TRC 2026-03-29 12:31:00.929+00:00 gossipsub start topics="libp2p gossipsub" tid=1 file=gossipsub.nim:1113
WRN 2026-03-29 12:31:00.929+00:00 Starting gossipsub twice topics="libp2p gossipsub" tid=1 file=gossipsub.nim:1116
WRN 2026-03-29 12:31:00.929+00:00 Starting rendezvous twice topics="waku rendezvous" tid=1 file=rendezvous.nim:626
DBG 2026-03-29 12:31:00.929+00:00 Started libp2p node topics="libp2p switch" tid=1 file=switch.nim:403 peer="(peerId: 16Uiu2HAm1tTcymxB4kSxBZ2aFGA8gjtQiV4eg7YWL8hGnCZQc1NG, listenAddrs: [/ip4/0.0.0.0/tcp/32452, /ip4/0.0.0.0/tcp/32453/ws], addrs: [/ip4/172.18.177.241/tcp/32452, /ip4/172.18.177.241/tcp/32453/ws], protocols: [/ipfs/id/1.0.0, /libp2p/autonat/1.0.0, /libp2p/circuit/relay/0.2.0/hop, /vac/waku/metadata/1.0.0, /vac/waku/store-query/3.0.0, /vac/waku/reconciliation/1.0.0, /vac/waku/transfer/1.0.0, /vac/waku/relay/2.0.0, /vac/waku/rendezvous/1.0.0, /ipfs/ping/1.0.0, /vac/waku/filter-push/2.0.0-beta1, /vac/waku/peer-exchange/2.0.0-alpha1], protoVersion: ipfs/0.1.0, agentVersion: logos-delivery-v0.38.0-rc.0-14-g5c335c)"
INF 2026-03-29 12:31:00.930+00:00 PeerInfo topics="waku node" tid=1 file=waku_node.nim:478 peerId=16U*ZQc1NG addrs="[/ip4/172.18.177.241/tcp/32452, /ip4/172.18.177.241/tcp/32453/ws]"
INF 2026-03-29 12:31:00.930+00:00 Listening on topics="waku node" tid=1 file=waku_node.nim:501 full=[/ip4/0.0.0.0/tcp/32452/p2p/16Uiu2HAm1tTcymxB4kSxBZ2aFGA8gjtQiV4eg7YWL8hGnCZQc1NG][/ip4/0.0.0.0/tcp/32453/ws/p2p/16Uiu2HAm1tTcymxB4kSxBZ2aFGA8gjtQiV4eg7YWL8hGnCZQc1NG] localIp=172.17.0.181 switchAddress="@[/ip4/172.18.177.241/tcp/32452, /ip4/172.18.177.241/tcp/32453/ws]"
INF 2026-03-29 12:31:00.930+00:00 Announcing addresses topics="waku node" tid=1 file=waku_node.nim:503 full=[/ip4/172.18.177.241/tcp/32452/p2p/16Uiu2HAm1tTcymxB4kSxBZ2aFGA8gjtQiV4eg7YWL8hGnCZQc1NG][/ip4/172.18.177.241/tcp/32453/ws/p2p/16Uiu2HAm1tTcymxB4kSxBZ2aFGA8gjtQiV4eg7YWL8hGnCZQc1NG]
INF 2026-03-29 12:31:00.930+00:00 DNS: discoverable ENR topics="waku node" tid=1 file=waku_node.nim:504 enr=enr:-LO4QJ6NO4aF-5WI1ykywN--yihQ4r_24rDD_XdSSRbl9TKAe_jjx8Yy1fmNbAGO7HD0tJ91jkxzfZ09F-4femJdQMUBgmlkgnY0gmlwhKwSsfGKbXVsdGlhZGRyc4wACgSsErHxBn7F3QOCcnOFAAMBAACJc2VjcDI1NmsxoQJgAtRGPMzjwGCn4eBTY5cR60Su6oRJIfe0sJ2x9LE4-YN0Y3CCfsSDdWRwgn7GhXdha3UyEw
INF 2026-03-29 12:31:00.930+00:00 Node started successfully topics="waku node" tid=1 file=waku_node.nim:681
TRC 2026-03-29 12:31:00.930+00:00 Starting relay connectivity loop topics="waku node peer_manager" tid=1 file=peer_manager.nim:1069
TRC 2026-03-29 12:31:00.930+00:00 Starting prune peerstore loop topics="waku node peer_manager" tid=1 file=peer_manager.nim:1062
INF 2026-03-29 12:31:00.930+00:00 Relay peer connections topics="waku node peer_manager" tid=1 file=peer_manager.nim:843 inRelayConns=0/50 outRelayConns=0/25 totalConnections=0/150 notConnectedPeers=0 outsideBackoffPeers=0
INF 2026-03-29 12:31:00.930+00:00 PeerInfo topics="waku node" tid=1 file=waku_node.nim:478 peerId=16U*ZQc1NG addrs="[/ip4/172.18.177.241/tcp/32452, /ip4/172.18.177.241/tcp/32453/ws]"
INF 2026-03-29 12:31:00.930+00:00 Listening on topics="waku node" tid=1 file=waku_node.nim:501 full=[/ip4/0.0.0.0/tcp/32452/p2p/16Uiu2HAm1tTcymxB4kSxBZ2aFGA8gjtQiV4eg7YWL8hGnCZQc1NG][/ip4/0.0.0.0/tcp/32453/ws/p2p/16Uiu2HAm1tTcymxB4kSxBZ2aFGA8gjtQiV4eg7YWL8hGnCZQc1NG] localIp=172.17.0.181 switchAddress="@[/ip4/172.18.177.241/tcp/32452, /ip4/172.18.177.241/tcp/32453/ws]"
INF 2026-03-29 12:31:00.930+00:00 Announcing addresses topics="waku node" tid=1 file=waku_node.nim:503 full=[/ip4/172.18.177.241/tcp/32452/p2p/16Uiu2HAm1tTcymxB4kSxBZ2aFGA8gjtQiV4eg7YWL8hGnCZQc1NG][/ip4/172.18.177.241/tcp/32453/ws/p2p/16Uiu2HAm1tTcymxB4kSxBZ2aFGA8gjtQiV4eg7YWL8hGnCZQc1NG]
INF 2026-03-29 12:31:00.930+00:00 DNS: discoverable ENR topics="waku node" tid=1 file=waku_node.nim:504 enr=enr:-LO4QJ6NO4aF-5WI1ykywN--yihQ4r_24rDD_XdSSRbl9TKAe_jjx8Yy1fmNbAGO7HD0tJ91jkxzfZ09F-4femJdQMUBgmlkgnY0gmlwhKwSsfGKbXVsdGlhZGRyc4wACgSsErHxBn7F3QOCcnOFAAMBAACJc2VjcDI1NmsxoQJgAtRGPMzjwGCn4eBTY5cR60Su6oRJIfe0sJ2x9LE4-YN0Y3CCfsSDdWRwgn7GhXdha3UyEw
INF 2026-03-29 12:31:00.930+00:00 Waku node ENR updated successfully with new multiaddress topics="wakunode waku" tid=1 file=waku.nim:301 enr=enr:-L24QFsxHrLIG1TmFiFOzWlLLIu3xOIVGV9ral5J1EyYfeaqC-mGFLsY6Cws_as2zOBWvht8Q5gxQ_IqTXqWze3ryuwCgmlkgnY0gmlwhKwSsfGKbXVsdGlhZGRyc5YACASsErHxBn7EAAoErBKx8QZ-xd0DgnJzhQADAQAAiXNlY3AyNTZrMaECYALURjzM48Bgp-HgU2OXEetEruqESSH3tLCdsfSxOPmDdGNwgn7Eg3VkcIJ-xoV3YWt1MhM record="(2, id: \"v4\", ip: 172.18.177.241, multiaddrs: 0x000804AC12B1F1067EC4000A04AC12B1F1067EC5DD03, rs: 0x0003010000, secp256k1: 0x026002D4463CCCE3C060A7E1E053639711EB44AEEA844921F7B4B09DB1F4B138F9, tcp: 32452, udp: 32454, waku2: 0x13)"
INF 2026-03-29 12:31:00.930+00:00 peer filtering updated topics="waku discv5" tid=1 file=waku_discv5.nim:70
INF 2026-03-29 12:31:00.930+00:00 Starting discovery v5 service topics="waku discv5" tid=1 file=waku_discv5.nim:336
INF 2026-03-29 12:31:00.930+00:00 start listening on udp port topics="waku discv5" tid=1 file=waku_discv5.nim:338 address=0.0.0.0 port=32454
TRC 2026-03-29 12:31:00.930+00:00 start discv5 service topics="waku discv5" tid=1 file=waku_discv5.nim:346
INF 2026-03-29 12:31:00.931+00:00 Starting discovery v5 search topics="waku discv5" tid=1 file=waku_discv5.nim:258
TRC 2026-03-29 12:31:00.931+00:00 running discv5 discovery loop topics="waku discv5" tid=1 file=waku_discv5.nim:261
TRC 2026-03-29 12:31:00.931+00:00 discv5 discovered peers topics="waku discv5" tid=1 file=waku_discv5.nim:277 num_discovered_peers=0 peers=[]
TRC 2026-03-29 12:31:00.931+00:00 discv5 discarded wrong records topics="waku discv5" tid=1 file=waku_discv5.nim:281 wrong_records=[]
INF 2026-03-29 12:31:00.931+00:00 Successfully started discovery v5 service topics="waku discv5" tid=1 file=waku_discv5.nim:352
INF 2026-03-29 12:31:00.931+00:00 Discv5: discoverable ENR topics="waku discv5" tid=1 file=waku_discv5.nim:353 enrUri=enr:-L24QMNpIPTqrlo8zUbzu9XuyMkWX4Ejrtn7EFEHFIZGKiKQTKcmjeUEE0T2hno3FyF7V8Sffz4Hm29R18ViLYxOITYDgmlkgnY0gmlwhKwSsfGKbXVsdGlhZGRyc5YACASsErHxBn7EAAoErBKx8QZ-xd0DgnJzhQADAQAAiXNlY3AyNTZrMaECYALURjzM48Bgp-HgU2OXEetEruqESSH3tLCdsfSxOPmDdGNwgn7Eg3VkcIJ-xoV3YWt1MhM enr="(3, id: \"v4\", ip: 172.18.177.241, multiaddrs: 0x000804AC12B1F1067EC4000A04AC12B1F1067EC5DD03, rs: 0x0003010000, secp256k1: 0x026002D4463CCCE3C060A7E1E053639711EB44AEEA844921F7B4B09DB1F4B138F9, tcp: 32452, udp: 32454, waku2: 0x13)"
INF 2026-03-29 12:31:00.931+00:00 subscribe topics="waku relay" tid=1 file=protocol.nim:594 pubsubTopic=/waku/2/rs/3/0
TRC 2026-03-29 12:31:00.931+00:00 adding validator for topic topics="libp2p pubsub" tid=1 file=pubsub.nim:667 topic=/waku/2/rs/3/0
TRC 2026-03-29 12:31:00.931+00:00 subscribing to topic topics="libp2p pubsub" tid=1 file=pubsub.nim:625 name=/waku/2/rs/3/0
TRC 2026-03-29 12:31:00.931+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:00.931+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:00.931+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:00.931+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
WRN 2026-03-29 12:31:00.931+00:00 No-effect API call to subscribe. Already subscribed to topic topics="waku node relay api" tid=1 file=relay.nim:161 pubsubTopic=/waku/2/rs/3/0
TRC 2026-03-29 12:31:00.931+00:00 Resolving IP using DNS topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:101 address=one.one.one.one servers="[1.1.1.1:53, 1.0.0.1:53]" domain=AF_UNSPEC
INF 2026-03-29 12:31:00.931+00:00 Health monitor loop start tid=1 file=node_health_monitor.nim:516
DBG 2026-03-29 12:31:00.931+00:00 calculateConnectionState tid=1 file=node_health_monitor.nim:408 relayCount=0 storeClientCount=0 lightpushCount=0 filterCount=0
INF 2026-03-29 12:31:00.931+00:00 starting keepalive tid=1 file=node_health_monitor.nim:678 randomPeersKeepalive=10s allPeersKeepalive=2m
TRC 2026-03-29 12:31:00.932+00:00 Running keepalive loop tid=1 file=node_health_monitor.nim:593
INF 2026-03-29 12:31:00.932+00:00 subscribe (was already subscribed in the mesh; appHandler set) topics="waku node relay api" tid=1 file=relay.nim:163 pubsubTopic=/waku/2/rs/3/0
INF 2026-03-29 12:31:00.933+00:00 REST services are installed tid=1 file=builder.nim:221
INF 2026-03-29 12:31:00.933+00:00 Starting metrics HTTP server topics="waku node metrics" tid=1 file=waku_metrics.nim:63 serverIp=0.0.0.0 serverPort=32455
INF 2026-03-29 12:31:00.933+00:00 getPubSubPeersInMesh - there is no mesh peer for the given pubsub topic topics="waku relay" tid=1 file=protocol.nim:419 pubsubTopic=/waku/2/rs/3/0
INF 2026-03-29 12:31:00.934+00:00 Metrics HTTP server started topics="waku node metrics" tid=1 file=waku_metrics.nim:73 serverIp=0.0.0.0 serverPort=32455
INF 2026-03-29 12:31:00.934+00:00 Setting up shutdown hooks topics="wakunode main" tid=1 file=wakunode2.nim:63
INF 2026-03-29 12:31:00.934+00:00 Node setup complete topics="wakunode main" tid=1 file=wakunode2.nim:102
TRC 2026-03-29 12:31:01.929+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=139958917754960
TRC 2026-03-29 12:31:01.929+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:01.929+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:01.929+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:01.929+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:01.929+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
INF 2026-03-29 12:31:01.929+00:00 periodic sync started topics="waku reconciliation" tid=1 file=reconciliation.nim:438
TRC 2026-03-29 12:31:01.929+00:00 Selecting peer from peerstore topics="waku node peer_manager" tid=1 file=peer_manager.nim:224 protocol=/vac/waku/reconciliation/1.0.0 peers=[] address=139958917633616
TRC 2026-03-29 12:31:01.929+00:00 No peer found for protocol topics="waku node peer_manager" tid=1 file=peer_manager.nim:265 protocol=/vac/waku/reconciliation/1.0.0
ERR 2026-03-29 12:31:01.929+00:00 periodic sync failed topics="waku reconciliation" tid=1 file=reconciliation.nim:441 err="no suitable peer found for sync"
DBG 2026-03-29 12:31:01.955+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:54810 meth=GET uri=/health
DBG 2026-03-29 12:31:01.955+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:54810 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:01.956+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:54810 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:31:02.059+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:54820 meth=GET uri=/health
DBG 2026-03-29 12:31:02.059+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:54820 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:02.059+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:54820 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:31:02.163+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:54832 meth=GET uri=/health
DBG 2026-03-29 12:31:02.163+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:54832 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:02.163+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:54832 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:31:02.268+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:54848 meth=GET uri=/health
DBG 2026-03-29 12:31:02.268+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:54848 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:02.268+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:54848 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:31:02.371+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:54858 meth=GET uri=/health
DBG 2026-03-29 12:31:02.371+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:54858 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:02.371+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:54858 uri=/health content_type=application/json content_size=821
INF 2026-03-29 12:31:02.429+00:00 periodic prune started topics="waku reconciliation" tid=1 file=reconciliation.nim:455
INF 2026-03-29 12:31:02.429+00:00 periodic prune done topics="waku reconciliation" tid=1 file=reconciliation.nim:463 elements_pruned=0
DBG 2026-03-29 12:31:02.476+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:54872 meth=GET uri=/health
DBG 2026-03-29 12:31:02.476+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:54872 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:02.476+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:54872 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:31:02.579+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:54886 meth=GET uri=/health
DBG 2026-03-29 12:31:02.579+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:54886 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:02.580+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:54886 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:31:02.683+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:54892 meth=GET uri=/health
DBG 2026-03-29 12:31:02.683+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:54892 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:02.684+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:54892 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:31:02.787+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:54908 meth=GET uri=/health
DBG 2026-03-29 12:31:02.787+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:54908 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:02.788+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:54908 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:31:02.892+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:54924 meth=GET uri=/health
DBG 2026-03-29 12:31:02.892+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:54924 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:02.892+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:54924 uri=/health content_type=application/json content_size=821
TRC 2026-03-29 12:31:02.929+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=139958917754960
TRC 2026-03-29 12:31:02.929+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:02.929+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:02.929+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:02.929+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:02.929+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
INF 2026-03-29 12:31:02.930+00:00 periodic sync started topics="waku reconciliation" tid=1 file=reconciliation.nim:438
TRC 2026-03-29 12:31:02.930+00:00 Selecting peer from peerstore topics="waku node peer_manager" tid=1 file=peer_manager.nim:224 protocol=/vac/waku/reconciliation/1.0.0 peers=[] address=139958917633616
TRC 2026-03-29 12:31:02.930+00:00 No peer found for protocol topics="waku node peer_manager" tid=1 file=peer_manager.nim:265 protocol=/vac/waku/reconciliation/1.0.0
ERR 2026-03-29 12:31:02.930+00:00 periodic sync failed topics="waku reconciliation" tid=1 file=reconciliation.nim:441 err="no suitable peer found for sync"
DBG 2026-03-29 12:31:02.996+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:54938 meth=GET uri=/health
DBG 2026-03-29 12:31:02.996+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:54938 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:02.996+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:54938 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:31:03.100+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:54950 meth=GET uri=/health
DBG 2026-03-29 12:31:03.100+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:54950 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:03.100+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:54950 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:31:03.204+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:54960 meth=GET uri=/health
DBG 2026-03-29 12:31:03.204+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:54960 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:03.204+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:54960 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:31:03.307+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:54964 meth=GET uri=/health
DBG 2026-03-29 12:31:03.307+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:54964 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:03.308+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:54964 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:31:03.411+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:54974 meth=GET uri=/health
DBG 2026-03-29 12:31:03.411+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:54974 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:03.411+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:54974 uri=/health content_type=application/json content_size=821
INF 2026-03-29 12:31:03.430+00:00 periodic prune started topics="waku reconciliation" tid=1 file=reconciliation.nim:455
INF 2026-03-29 12:31:03.430+00:00 periodic prune done topics="waku reconciliation" tid=1 file=reconciliation.nim:463 elements_pruned=0
DBG 2026-03-29 12:31:03.514+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:54986 meth=GET uri=/health
DBG 2026-03-29 12:31:03.514+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:54986 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:03.515+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:54986 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:31:03.618+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:54990 meth=GET uri=/health
DBG 2026-03-29 12:31:03.618+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:54990 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:03.618+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:54990 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:31:03.721+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:55006 meth=GET uri=/health
DBG 2026-03-29 12:31:03.721+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:55006 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:03.722+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:55006 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:31:03.826+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:55022 meth=GET uri=/health
DBG 2026-03-29 12:31:03.826+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:55022 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:03.827+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:55022 uri=/health content_type=application/json content_size=821
TRC 2026-03-29 12:31:03.928+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=139958917754960
TRC 2026-03-29 12:31:03.928+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:03.928+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:03.928+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:03.928+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:03.928+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
INF 2026-03-29 12:31:03.930+00:00 periodic sync started topics="waku reconciliation" tid=1 file=reconciliation.nim:438
TRC 2026-03-29 12:31:03.930+00:00 Selecting peer from peerstore topics="waku node peer_manager" tid=1 file=peer_manager.nim:224 protocol=/vac/waku/reconciliation/1.0.0 peers=[] address=139958917633616
TRC 2026-03-29 12:31:03.930+00:00 No peer found for protocol topics="waku node peer_manager" tid=1 file=peer_manager.nim:265 protocol=/vac/waku/reconciliation/1.0.0
ERR 2026-03-29 12:31:03.930+00:00 periodic sync failed topics="waku reconciliation" tid=1 file=reconciliation.nim:441 err="no suitable peer found for sync"
DBG 2026-03-29 12:31:03.931+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:55038 meth=GET uri=/health
DBG 2026-03-29 12:31:03.931+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:55038 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:03.932+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:55038 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:31:04.037+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:55042 meth=GET uri=/health
DBG 2026-03-29 12:31:04.037+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:55042 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:04.037+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:55042 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:31:04.141+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:55052 meth=GET uri=/health
DBG 2026-03-29 12:31:04.141+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:55052 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:04.141+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:55052 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:31:04.245+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:55064 meth=GET uri=/health
DBG 2026-03-29 12:31:04.245+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:55064 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:04.245+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:55064 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:31:04.350+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:55074 meth=GET uri=/health
DBG 2026-03-29 12:31:04.350+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:55074 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:04.351+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:55074 uri=/health content_type=application/json content_size=821
INF 2026-03-29 12:31:04.431+00:00 periodic prune started topics="waku reconciliation" tid=1 file=reconciliation.nim:455
INF 2026-03-29 12:31:04.431+00:00 periodic prune done topics="waku reconciliation" tid=1 file=reconciliation.nim:463 elements_pruned=0
DBG 2026-03-29 12:31:04.454+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:55082 meth=GET uri=/health
DBG 2026-03-29 12:31:04.454+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:55082 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:04.455+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:55082 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:31:04.558+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:55088 meth=GET uri=/health
DBG 2026-03-29 12:31:04.558+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:55088 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:04.559+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:55088 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:31:04.662+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:55090 meth=GET uri=/health
DBG 2026-03-29 12:31:04.662+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:55090 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:04.662+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:55090 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:31:04.765+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:57896 meth=GET uri=/health
DBG 2026-03-29 12:31:04.765+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:57896 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:04.765+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:57896 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:31:04.869+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:57904 meth=GET uri=/health
DBG 2026-03-29 12:31:04.869+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:57904 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:04.869+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:57904 uri=/health content_type=application/json content_size=821
TRC 2026-03-29 12:31:04.929+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=139958917754960
TRC 2026-03-29 12:31:04.929+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:04.929+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:04.929+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:04.929+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:04.929+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
INF 2026-03-29 12:31:04.931+00:00 periodic sync started topics="waku reconciliation" tid=1 file=reconciliation.nim:438
TRC 2026-03-29 12:31:04.931+00:00 Selecting peer from peerstore topics="waku node peer_manager" tid=1 file=peer_manager.nim:224 protocol=/vac/waku/reconciliation/1.0.0 peers=[] address=139958917633616
TRC 2026-03-29 12:31:04.931+00:00 No peer found for protocol topics="waku node peer_manager" tid=1 file=peer_manager.nim:265 protocol=/vac/waku/reconciliation/1.0.0
ERR 2026-03-29 12:31:04.931+00:00 periodic sync failed topics="waku reconciliation" tid=1 file=reconciliation.nim:441 err="no suitable peer found for sync"
DBG 2026-03-29 12:31:04.972+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:57906 meth=GET uri=/health
DBG 2026-03-29 12:31:04.972+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:57906 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:04.973+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:57906 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:31:05.076+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:57908 meth=GET uri=/health
DBG 2026-03-29 12:31:05.076+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:57908 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:05.076+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:57908 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:31:05.180+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:57922 meth=GET uri=/health
DBG 2026-03-29 12:31:05.180+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:57922 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:05.180+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:57922 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:31:05.284+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:57928 meth=GET uri=/health
DBG 2026-03-29 12:31:05.284+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:57928 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:05.284+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:57928 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:31:05.387+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:57944 meth=GET uri=/health
DBG 2026-03-29 12:31:05.387+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:57944 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:05.388+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:57944 uri=/health content_type=application/json content_size=821
INF 2026-03-29 12:31:05.432+00:00 periodic prune started topics="waku reconciliation" tid=1 file=reconciliation.nim:455
INF 2026-03-29 12:31:05.432+00:00 periodic prune done topics="waku reconciliation" tid=1 file=reconciliation.nim:463 elements_pruned=0
DBG 2026-03-29 12:31:05.491+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:57954 meth=GET uri=/health
DBG 2026-03-29 12:31:05.491+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:57954 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:05.491+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:57954 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:31:05.594+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:57962 meth=GET uri=/health
DBG 2026-03-29 12:31:05.594+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:57962 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:05.595+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:57962 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:31:05.698+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:57976 meth=GET uri=/health
DBG 2026-03-29 12:31:05.698+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:57976 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:05.698+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:57976 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:31:05.802+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:57980 meth=GET uri=/health
DBG 2026-03-29 12:31:05.802+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:57980 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:05.802+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:57980 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:31:05.906+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:57990 meth=GET uri=/health
DBG 2026-03-29 12:31:05.906+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:57990 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:05.906+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:57990 uri=/health content_type=application/json content_size=821
TRC 2026-03-29 12:31:05.929+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=139958917754960
TRC 2026-03-29 12:31:05.929+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:05.929+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:05.929+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:05.929+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:05.929+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
TRC 2026-03-29 12:31:05.932+00:00 running discv5 discovery loop topics="waku discv5" tid=1 file=waku_discv5.nim:261
TRC 2026-03-29 12:31:05.932+00:00 discv5 discovered peers topics="waku discv5" tid=1 file=waku_discv5.nim:277 num_discovered_peers=0 peers=[]
TRC 2026-03-29 12:31:05.932+00:00 discv5 discarded wrong records topics="waku discv5" tid=1 file=waku_discv5.nim:281 wrong_records=[]
INF 2026-03-29 12:31:05.932+00:00 periodic sync started topics="waku reconciliation" tid=1 file=reconciliation.nim:438
TRC 2026-03-29 12:31:05.932+00:00 Selecting peer from peerstore topics="waku node peer_manager" tid=1 file=peer_manager.nim:224 protocol=/vac/waku/reconciliation/1.0.0 peers=[] address=139958917633616
TRC 2026-03-29 12:31:05.932+00:00 No peer found for protocol topics="waku node peer_manager" tid=1 file=peer_manager.nim:265 protocol=/vac/waku/reconciliation/1.0.0
ERR 2026-03-29 12:31:05.932+00:00 periodic sync failed topics="waku reconciliation" tid=1 file=reconciliation.nim:441 err="no suitable peer found for sync"
INF 2026-03-29 12:31:05.949+00:00 Failed to query DNS topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:124 address=one.one.one.one error="DNS server timeout: Timeout exceeded!"
DBG 2026-03-29 12:31:06.010+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:58004 meth=GET uri=/health
DBG 2026-03-29 12:31:06.010+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:58004 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:06.010+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:58004 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:31:06.113+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:58012 meth=GET uri=/health
DBG 2026-03-29 12:31:06.113+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:58012 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:06.114+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:58012 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:31:06.217+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:58016 meth=GET uri=/health
DBG 2026-03-29 12:31:06.218+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:58016 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:06.218+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:58016 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:31:06.322+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:58032 meth=GET uri=/health
DBG 2026-03-29 12:31:06.322+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:58032 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:06.322+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:58032 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:31:06.426+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:58040 meth=GET uri=/health
DBG 2026-03-29 12:31:06.426+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:58040 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:06.427+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:58040 uri=/health content_type=application/json content_size=821
INF 2026-03-29 12:31:06.432+00:00 periodic prune started topics="waku reconciliation" tid=1 file=reconciliation.nim:455
INF 2026-03-29 12:31:06.432+00:00 periodic prune done topics="waku reconciliation" tid=1 file=reconciliation.nim:463 elements_pruned=0
DBG 2026-03-29 12:31:06.530+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:58048 meth=GET uri=/health
DBG 2026-03-29 12:31:06.530+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:58048 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:06.530+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:58048 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:31:06.634+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:58052 meth=GET uri=/health
DBG 2026-03-29 12:31:06.634+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:58052 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:06.634+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:58052 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:31:06.738+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:58062 meth=GET uri=/health
DBG 2026-03-29 12:31:06.738+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:58062 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:06.738+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:58062 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:31:06.842+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:58072 meth=GET uri=/health
DBG 2026-03-29 12:31:06.842+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:58072 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:06.842+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:58072 uri=/health content_type=application/json content_size=821
TRC 2026-03-29 12:31:06.929+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=139958917754960
TRC 2026-03-29 12:31:06.929+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:06.929+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:06.929+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:06.929+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:06.929+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
INF 2026-03-29 12:31:06.933+00:00 periodic sync started topics="waku reconciliation" tid=1 file=reconciliation.nim:438
TRC 2026-03-29 12:31:06.933+00:00 Selecting peer from peerstore topics="waku node peer_manager" tid=1 file=peer_manager.nim:224 protocol=/vac/waku/reconciliation/1.0.0 peers=[] address=139958917633616
TRC 2026-03-29 12:31:06.933+00:00 No peer found for protocol topics="waku node peer_manager" tid=1 file=peer_manager.nim:265 protocol=/vac/waku/reconciliation/1.0.0
ERR 2026-03-29 12:31:06.933+00:00 periodic sync failed topics="waku reconciliation" tid=1 file=reconciliation.nim:441 err="no suitable peer found for sync"
DBG 2026-03-29 12:31:06.945+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:58082 meth=GET uri=/health
DBG 2026-03-29 12:31:06.946+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:58082 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:06.946+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:58082 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:31:07.049+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:58088 meth=GET uri=/health
DBG 2026-03-29 12:31:07.049+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:58088 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:07.050+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:58088 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:31:07.153+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:58090 meth=GET uri=/health
DBG 2026-03-29 12:31:07.153+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:58090 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:07.154+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:58090 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:31:07.257+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:58104 meth=GET uri=/health
DBG 2026-03-29 12:31:07.257+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:58104 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:07.257+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:58104 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:31:07.362+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:58120 meth=GET uri=/health
DBG 2026-03-29 12:31:07.362+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:58120 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:07.362+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:58120 uri=/health content_type=application/json content_size=821
INF 2026-03-29 12:31:07.432+00:00 periodic prune started topics="waku reconciliation" tid=1 file=reconciliation.nim:455
INF 2026-03-29 12:31:07.433+00:00 periodic prune done topics="waku reconciliation" tid=1 file=reconciliation.nim:463 elements_pruned=0
DBG 2026-03-29 12:31:07.465+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:58126 meth=GET uri=/health
DBG 2026-03-29 12:31:07.465+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:58126 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:07.465+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:58126 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:31:07.569+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:58134 meth=GET uri=/health
DBG 2026-03-29 12:31:07.569+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:58134 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:07.570+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:58134 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:31:07.673+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:58150 meth=GET uri=/health
DBG 2026-03-29 12:31:07.673+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:58150 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:07.673+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:58150 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:31:07.776+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:58166 meth=GET uri=/health
DBG 2026-03-29 12:31:07.776+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:58166 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:07.777+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:58166 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:31:07.880+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:58174 meth=GET uri=/health
DBG 2026-03-29 12:31:07.880+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:58174 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:07.881+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:58174 uri=/health content_type=application/json content_size=821
TRC 2026-03-29 12:31:07.928+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=139958917754960
TRC 2026-03-29 12:31:07.928+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:07.928+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:07.928+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:07.928+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:07.928+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
INF 2026-03-29 12:31:07.933+00:00 periodic sync started topics="waku reconciliation" tid=1 file=reconciliation.nim:438
TRC 2026-03-29 12:31:07.933+00:00 Selecting peer from peerstore topics="waku node peer_manager" tid=1 file=peer_manager.nim:224 protocol=/vac/waku/reconciliation/1.0.0 peers=[] address=139958917633616
TRC 2026-03-29 12:31:07.933+00:00 No peer found for protocol topics="waku node peer_manager" tid=1 file=peer_manager.nim:265 protocol=/vac/waku/reconciliation/1.0.0
ERR 2026-03-29 12:31:07.933+00:00 periodic sync failed topics="waku reconciliation" tid=1 file=reconciliation.nim:441 err="no suitable peer found for sync"
DBG 2026-03-29 12:31:07.984+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:58190 meth=GET uri=/health
DBG 2026-03-29 12:31:07.984+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:58190 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:07.984+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:58190 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:31:08.088+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:58198 meth=GET uri=/health
DBG 2026-03-29 12:31:08.088+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:58198 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:08.088+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:58198 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:31:08.191+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:58214 meth=GET uri=/health
DBG 2026-03-29 12:31:08.191+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:58214 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:08.191+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:58214 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:31:08.294+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:58216 meth=GET uri=/health
DBG 2026-03-29 12:31:08.295+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:58216 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:08.295+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:58216 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:31:08.398+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:58226 meth=GET uri=/health
DBG 2026-03-29 12:31:08.398+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:58226 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:08.399+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:58226 uri=/health content_type=application/json content_size=821
INF 2026-03-29 12:31:08.433+00:00 periodic prune started topics="waku reconciliation" tid=1 file=reconciliation.nim:455
INF 2026-03-29 12:31:08.433+00:00 periodic prune done topics="waku reconciliation" tid=1 file=reconciliation.nim:463 elements_pruned=0
DBG 2026-03-29 12:31:08.503+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:58238 meth=GET uri=/health
DBG 2026-03-29 12:31:08.503+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:58238 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:08.504+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:58238 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:31:08.607+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:58248 meth=GET uri=/health
DBG 2026-03-29 12:31:08.607+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:58248 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:08.607+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:58248 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:31:08.711+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:58262 meth=GET uri=/health
DBG 2026-03-29 12:31:08.711+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:58262 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:08.712+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:58262 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:31:08.814+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:58278 meth=GET uri=/health
DBG 2026-03-29 12:31:08.814+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:58278 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:08.815+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:58278 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:31:08.918+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:58286 meth=GET uri=/health
DBG 2026-03-29 12:31:08.918+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:58286 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:08.918+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:58286 uri=/health content_type=application/json content_size=821
TRC 2026-03-29 12:31:08.929+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=139958917754960
TRC 2026-03-29 12:31:08.929+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:08.929+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:08.929+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:08.929+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:08.929+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
INF 2026-03-29 12:31:08.933+00:00 periodic sync started topics="waku reconciliation" tid=1 file=reconciliation.nim:438
TRC 2026-03-29 12:31:08.933+00:00 Selecting peer from peerstore topics="waku node peer_manager" tid=1 file=peer_manager.nim:224 protocol=/vac/waku/reconciliation/1.0.0 peers=[] address=139958917633616
TRC 2026-03-29 12:31:08.933+00:00 No peer found for protocol topics="waku node peer_manager" tid=1 file=peer_manager.nim:265 protocol=/vac/waku/reconciliation/1.0.0
ERR 2026-03-29 12:31:08.933+00:00 periodic sync failed topics="waku reconciliation" tid=1 file=reconciliation.nim:441 err="no suitable peer found for sync"
DBG 2026-03-29 12:31:09.021+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:58298 meth=GET uri=/health
DBG 2026-03-29 12:31:09.021+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:58298 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:09.022+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:58298 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:31:09.125+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:58312 meth=GET uri=/health
DBG 2026-03-29 12:31:09.125+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:58312 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:09.125+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:58312 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:31:09.228+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:58326 meth=GET uri=/health
DBG 2026-03-29 12:31:09.228+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:58326 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:09.229+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:58326 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:31:09.332+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:58340 meth=GET uri=/health
DBG 2026-03-29 12:31:09.332+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:58340 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:09.332+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:58340 uri=/health content_type=application/json content_size=821
INF 2026-03-29 12:31:09.434+00:00 periodic prune started topics="waku reconciliation" tid=1 file=reconciliation.nim:455
INF 2026-03-29 12:31:09.434+00:00 periodic prune done topics="waku reconciliation" tid=1 file=reconciliation.nim:463 elements_pruned=0
DBG 2026-03-29 12:31:09.435+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:58350 meth=GET uri=/health
DBG 2026-03-29 12:31:09.435+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:58350 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:09.436+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:58350 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:31:09.541+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:58354 meth=GET uri=/health
DBG 2026-03-29 12:31:09.541+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:58354 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:09.541+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:58354 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:31:09.645+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:58360 meth=GET uri=/health
DBG 2026-03-29 12:31:09.645+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:58360 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:09.645+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:58360 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:31:09.749+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:58376 meth=GET uri=/health
DBG 2026-03-29 12:31:09.749+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:58376 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:09.749+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:58376 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:31:09.853+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:58392 meth=GET uri=/health
DBG 2026-03-29 12:31:09.853+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:58392 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:09.853+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:58392 uri=/health content_type=application/json content_size=821
TRC 2026-03-29 12:31:09.929+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=139958917754960
TRC 2026-03-29 12:31:09.929+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:09.929+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:09.929+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:09.929+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:09.929+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
INF 2026-03-29 12:31:09.934+00:00 periodic sync started topics="waku reconciliation" tid=1 file=reconciliation.nim:438
TRC 2026-03-29 12:31:09.934+00:00 Selecting peer from peerstore topics="waku node peer_manager" tid=1 file=peer_manager.nim:224 protocol=/vac/waku/reconciliation/1.0.0 peers=[] address=139958917633616
TRC 2026-03-29 12:31:09.934+00:00 No peer found for protocol topics="waku node peer_manager" tid=1 file=peer_manager.nim:265 protocol=/vac/waku/reconciliation/1.0.0
ERR 2026-03-29 12:31:09.934+00:00 periodic sync failed topics="waku reconciliation" tid=1 file=reconciliation.nim:441 err="no suitable peer found for sync"
DBG 2026-03-29 12:31:09.956+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:58396 meth=GET uri=/health
DBG 2026-03-29 12:31:09.956+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:58396 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:09.956+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:58396 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:31:10.059+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:58406 meth=GET uri=/health
DBG 2026-03-29 12:31:10.059+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:58406 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:10.060+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:58406 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:31:10.163+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:58420 meth=GET uri=/health
DBG 2026-03-29 12:31:10.163+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:58420 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:10.163+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:58420 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:31:10.267+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:58436 meth=GET uri=/health
DBG 2026-03-29 12:31:10.267+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:58436 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:10.268+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:58436 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:31:10.371+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:58448 meth=GET uri=/health
DBG 2026-03-29 12:31:10.371+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:58448 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:10.371+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:58448 uri=/health content_type=application/json content_size=821
INF 2026-03-29 12:31:10.435+00:00 periodic prune started topics="waku reconciliation" tid=1 file=reconciliation.nim:455
INF 2026-03-29 12:31:10.435+00:00 periodic prune done topics="waku reconciliation" tid=1 file=reconciliation.nim:463 elements_pruned=0
DBG 2026-03-29 12:31:10.474+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:58464 meth=GET uri=/health
DBG 2026-03-29 12:31:10.474+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:58464 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:10.474+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:58464 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:31:10.578+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:58478 meth=GET uri=/health
DBG 2026-03-29 12:31:10.578+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:58478 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:10.578+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:58478 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:31:10.681+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:58484 meth=GET uri=/health
DBG 2026-03-29 12:31:10.681+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:58484 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:10.681+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:58484 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:31:10.784+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:58492 meth=GET uri=/health
DBG 2026-03-29 12:31:10.784+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:58492 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:10.785+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:58492 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:31:10.888+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:58494 meth=GET uri=/health
DBG 2026-03-29 12:31:10.888+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:58494 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:10.888+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:58494 uri=/health content_type=application/json content_size=821
TRC 2026-03-29 12:31:10.928+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=139958917754960
TRC 2026-03-29 12:31:10.928+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:10.928+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:10.928+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:10.928+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:10.928+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
TRC 2026-03-29 12:31:10.928+00:00 waku rendezvous advertisements started topics="waku rendezvous" tid=1 file=protocol.nim:112
TRC 2026-03-29 12:31:10.928+00:00 Selecting peer from peerstore topics="waku node peer_manager" tid=1 file=peer_manager.nim:224 protocol=/vac/waku/rendezvous/1.0.0 peers=[] address=139958917633616
TRC 2026-03-29 12:31:10.928+00:00 No peer found for protocol topics="waku node peer_manager" tid=1 file=peer_manager.nim:265 protocol=/vac/waku/rendezvous/1.0.0
INF 2026-03-29 12:31:10.928+00:00 waku rendezvous advertisements failed topics="waku rendezvous" tid=1 file=protocol.nim:135 error="could not get a peer supporting RendezVousCodec"
TRC 2026-03-29 12:31:10.928+00:00 waku rendezvous client requests started topics="waku rendezvous client" tid=1 file=client.nim:43
TRC 2026-03-29 12:31:10.928+00:00 Selecting peer from peerstore topics="waku node peer_manager" tid=1 file=peer_manager.nim:224 protocol=/vac/waku/rendezvous/1.0.0 peers=[] address=139958917633616
TRC 2026-03-29 12:31:10.928+00:00 No peer found for protocol topics="waku node peer_manager" tid=1 file=peer_manager.nim:265 protocol=/vac/waku/rendezvous/1.0.0
ERR 2026-03-29 12:31:10.929+00:00 waku rendezvous requests failed topics="waku rendezvous client" tid=1 file=client.nim:87 error="could not get a peer supporting WakuRendezVousCodec"
TRC 2026-03-29 12:31:10.932+00:00 running discv5 discovery loop topics="waku discv5" tid=1 file=waku_discv5.nim:261
TRC 2026-03-29 12:31:10.932+00:00 discv5 discovered peers topics="waku discv5" tid=1 file=waku_discv5.nim:277 num_discovered_peers=0 peers=[]
TRC 2026-03-29 12:31:10.932+00:00 discv5 discarded wrong records topics="waku discv5" tid=1 file=waku_discv5.nim:281 wrong_records=[]
TRC 2026-03-29 12:31:10.932+00:00 Mesh peers for keepalive tid=1 file=node_health_monitor.nim:558 meshPeers=[]
TRC 2026-03-29 12:31:10.932+00:00 Selected peers for keepalive tid=1 file=node_health_monitor.nim:569 selected=[]
TRC 2026-03-29 12:31:10.932+00:00 Pinging random peers tid=1 file=node_health_monitor.nim:629 count=0 countdownToPingAll=11
TRC 2026-03-29 12:31:10.932+00:00 Keepalive results tid=1 file=node_health_monitor.nim:644 attemptedPings=0 successfulPings=0
TRC 2026-03-29 12:31:10.932+00:00 Running keepalive loop tid=1 file=node_health_monitor.nim:593
INF 2026-03-29 12:31:10.935+00:00 periodic sync started topics="waku reconciliation" tid=1 file=reconciliation.nim:438
TRC 2026-03-29 12:31:10.935+00:00 Selecting peer from peerstore topics="waku node peer_manager" tid=1 file=peer_manager.nim:224 protocol=/vac/waku/reconciliation/1.0.0 peers=[] address=139958917633616
TRC 2026-03-29 12:31:10.935+00:00 No peer found for protocol topics="waku node peer_manager" tid=1 file=peer_manager.nim:265 protocol=/vac/waku/reconciliation/1.0.0
ERR 2026-03-29 12:31:10.935+00:00 periodic sync failed topics="waku reconciliation" tid=1 file=reconciliation.nim:441 err="no suitable peer found for sync"
INF 2026-03-29 12:31:10.950+00:00 Failed to query DNS topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:124 address=one.one.one.one error="DNS server timeout: Timeout exceeded!"
DBG 2026-03-29 12:31:10.950+00:00 Failed to resolve address, returning empty set topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:158
DBG 2026-03-29 12:31:10.992+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:58500 meth=GET uri=/health
DBG 2026-03-29 12:31:10.992+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:58500 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:10.992+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:58500 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:31:11.096+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:58508 meth=GET uri=/health
DBG 2026-03-29 12:31:11.096+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:58508 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:11.096+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:58508 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:31:11.199+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:58512 meth=GET uri=/health
DBG 2026-03-29 12:31:11.199+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:58512 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:11.199+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:58512 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:31:11.302+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:58528 meth=GET uri=/health
DBG 2026-03-29 12:31:11.302+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:58528 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:11.303+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:58528 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:31:11.406+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:58540 meth=GET uri=/health
DBG 2026-03-29 12:31:11.406+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:58540 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:11.406+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:58540 uri=/health content_type=application/json content_size=821
INF 2026-03-29 12:31:11.435+00:00 periodic prune started topics="waku reconciliation" tid=1 file=reconciliation.nim:455
INF 2026-03-29 12:31:11.435+00:00 periodic prune done topics="waku reconciliation" tid=1 file=reconciliation.nim:463 elements_pruned=0
DBG 2026-03-29 12:31:11.510+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:58556 meth=GET uri=/health
DBG 2026-03-29 12:31:11.510+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:58556 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:11.510+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:58556 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:31:11.614+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:58564 meth=GET uri=/health
DBG 2026-03-29 12:31:11.614+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:58564 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:11.614+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:58564 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:31:11.718+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:58570 meth=GET uri=/health
DBG 2026-03-29 12:31:11.718+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:58570 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:11.718+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:58570 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:31:11.821+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:58576 meth=GET uri=/health
DBG 2026-03-29 12:31:11.821+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:58576 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:11.821+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:58576 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:31:11.927+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:58582 meth=GET uri=/health
DBG 2026-03-29 12:31:11.927+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:58582 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:11.927+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:58582 uri=/health content_type=application/json content_size=821
TRC 2026-03-29 12:31:11.929+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=139958917754960
TRC 2026-03-29 12:31:11.929+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:11.929+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:11.929+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:11.929+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:11.929+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
INF 2026-03-29 12:31:11.936+00:00 periodic sync started topics="waku reconciliation" tid=1 file=reconciliation.nim:438
TRC 2026-03-29 12:31:11.936+00:00 Selecting peer from peerstore topics="waku node peer_manager" tid=1 file=peer_manager.nim:224 protocol=/vac/waku/reconciliation/1.0.0 peers=[] address=139958917633616
TRC 2026-03-29 12:31:11.936+00:00 No peer found for protocol topics="waku node peer_manager" tid=1 file=peer_manager.nim:265 protocol=/vac/waku/reconciliation/1.0.0
ERR 2026-03-29 12:31:11.936+00:00 periodic sync failed topics="waku reconciliation" tid=1 file=reconciliation.nim:441 err="no suitable peer found for sync"
ERR 2026-03-29 12:31:11.938+00:00 connectToRelayPeers: won't attempt new connections - node is offline topics="waku node peer_manager" tid=1 file=peer_manager.nim:624
DBG 2026-03-29 12:31:12.030+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:58598 meth=GET uri=/health
DBG 2026-03-29 12:31:12.030+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:58598 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:12.030+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:58598 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:31:12.134+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:58600 meth=GET uri=/health
DBG 2026-03-29 12:31:12.134+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:58600 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:12.134+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:58600 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:31:12.238+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:58614 meth=GET uri=/health
DBG 2026-03-29 12:31:12.238+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:58614 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:12.238+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:58614 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:31:12.342+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:58620 meth=GET uri=/health
DBG 2026-03-29 12:31:12.342+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:58620 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:12.343+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:58620 uri=/health content_type=application/json content_size=821
INF 2026-03-29 12:31:12.435+00:00 periodic prune started topics="waku reconciliation" tid=1 file=reconciliation.nim:455
INF 2026-03-29 12:31:12.435+00:00 periodic prune done topics="waku reconciliation" tid=1 file=reconciliation.nim:463 elements_pruned=0
DBG 2026-03-29 12:31:12.446+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:58622 meth=GET uri=/health
DBG 2026-03-29 12:31:12.446+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:58622 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:12.446+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:58622 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:31:12.550+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:58626 meth=GET uri=/health
DBG 2026-03-29 12:31:12.550+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:58626 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:12.550+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:58626 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:31:12.655+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:58636 meth=GET uri=/health
DBG 2026-03-29 12:31:12.655+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:58636 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:12.655+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:58636 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:31:12.758+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:58646 meth=GET uri=/health
DBG 2026-03-29 12:31:12.759+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:58646 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:12.759+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:58646 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:31:12.863+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:58652 meth=GET uri=/health
DBG 2026-03-29 12:31:12.863+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:58652 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:12.863+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:58652 uri=/health content_type=application/json content_size=821
TRC 2026-03-29 12:31:12.929+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=139958917754960
TRC 2026-03-29 12:31:12.929+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:12.929+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:12.929+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:12.929+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:12.929+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
TRC 2026-03-29 12:31:12.929+00:00 running scoring heartbeat topics="libp2p gossipsub" tid=1 file=scoring.nim:312 instance=139958917754960
TRC 2026-03-29 12:31:12.929+00:00 updating scores topics="libp2p gossipsub" tid=1 file=scoring.nim:144 peers=0
TRC 2026-03-29 12:31:12.929+00:00 updated scores topics="libp2p gossipsub" tid=1 file=scoring.nim:308 peers=0
INF 2026-03-29 12:31:12.937+00:00 periodic sync started topics="waku reconciliation" tid=1 file=reconciliation.nim:438
TRC 2026-03-29 12:31:12.937+00:00 Selecting peer from peerstore topics="waku node peer_manager" tid=1 file=peer_manager.nim:224 protocol=/vac/waku/reconciliation/1.0.0 peers=[] address=139958917633616
TRC 2026-03-29 12:31:12.937+00:00 No peer found for protocol topics="waku node peer_manager" tid=1 file=peer_manager.nim:265 protocol=/vac/waku/reconciliation/1.0.0
ERR 2026-03-29 12:31:12.937+00:00 periodic sync failed topics="waku reconciliation" tid=1 file=reconciliation.nim:441 err="no suitable peer found for sync"
ERR 2026-03-29 12:31:12.939+00:00 connectToRelayPeers: won't attempt new connections - node is offline topics="waku node peer_manager" tid=1 file=peer_manager.nim:624
DBG 2026-03-29 12:31:12.967+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:58656 meth=GET uri=/health
DBG 2026-03-29 12:31:12.967+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:58656 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:12.968+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:58656 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:31:13.071+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:58672 meth=GET uri=/health
DBG 2026-03-29 12:31:13.071+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:58672 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:13.071+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:58672 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:31:13.174+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:58676 meth=GET uri=/health
DBG 2026-03-29 12:31:13.175+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:58676 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:13.175+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:58676 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:31:13.278+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:58692 meth=GET uri=/health
DBG 2026-03-29 12:31:13.279+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:58692 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:13.279+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:58692 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:31:13.382+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:58698 meth=GET uri=/health
DBG 2026-03-29 12:31:13.382+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:58698 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:13.382+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:58698 uri=/health content_type=application/json content_size=821
INF 2026-03-29 12:31:13.436+00:00 periodic prune started topics="waku reconciliation" tid=1 file=reconciliation.nim:455
INF 2026-03-29 12:31:13.436+00:00 periodic prune done topics="waku reconciliation" tid=1 file=reconciliation.nim:463 elements_pruned=0
DBG 2026-03-29 12:31:13.485+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:58712 meth=GET uri=/health
DBG 2026-03-29 12:31:13.485+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:58712 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:13.486+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:58712 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:31:13.589+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:58726 meth=GET uri=/health
DBG 2026-03-29 12:31:13.589+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:58726 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:13.589+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:58726 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:31:13.693+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:58736 meth=GET uri=/health
DBG 2026-03-29 12:31:13.693+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:58736 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:13.693+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:58736 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:31:13.796+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:58750 meth=GET uri=/health
DBG 2026-03-29 12:31:13.796+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:58750 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:13.796+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:58750 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:31:13.899+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:58758 meth=GET uri=/health
DBG 2026-03-29 12:31:13.899+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:58758 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:13.900+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:58758 uri=/health content_type=application/json content_size=821
TRC 2026-03-29 12:31:13.928+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=139958917754960
TRC 2026-03-29 12:31:13.928+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:13.928+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:13.928+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:13.928+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:13.928+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
INF 2026-03-29 12:31:13.937+00:00 periodic sync started topics="waku reconciliation" tid=1 file=reconciliation.nim:438
TRC 2026-03-29 12:31:13.937+00:00 Selecting peer from peerstore topics="waku node peer_manager" tid=1 file=peer_manager.nim:224 protocol=/vac/waku/reconciliation/1.0.0 peers=[] address=139958917633616
TRC 2026-03-29 12:31:13.937+00:00 No peer found for protocol topics="waku node peer_manager" tid=1 file=peer_manager.nim:265 protocol=/vac/waku/reconciliation/1.0.0
ERR 2026-03-29 12:31:13.937+00:00 periodic sync failed topics="waku reconciliation" tid=1 file=reconciliation.nim:441 err="no suitable peer found for sync"
ERR 2026-03-29 12:31:13.940+00:00 connectToRelayPeers: won't attempt new connections - node is offline topics="waku node peer_manager" tid=1 file=peer_manager.nim:624
DBG 2026-03-29 12:31:14.002+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:58760 meth=GET uri=/health
DBG 2026-03-29 12:31:14.002+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:58760 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:14.003+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:58760 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:31:14.106+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:58764 meth=GET uri=/health
DBG 2026-03-29 12:31:14.106+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:58764 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:14.106+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:58764 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:31:14.210+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:58772 meth=GET uri=/health
DBG 2026-03-29 12:31:14.210+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:58772 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:14.210+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:58772 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:31:14.313+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:58784 meth=GET uri=/health
DBG 2026-03-29 12:31:14.314+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:58784 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:14.314+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:58784 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:31:14.417+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:58788 meth=GET uri=/health
DBG 2026-03-29 12:31:14.417+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:58788 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:14.417+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:58788 uri=/health content_type=application/json content_size=821
INF 2026-03-29 12:31:14.436+00:00 periodic prune started topics="waku reconciliation" tid=1 file=reconciliation.nim:455
INF 2026-03-29 12:31:14.436+00:00 periodic prune done topics="waku reconciliation" tid=1 file=reconciliation.nim:463 elements_pruned=0
DBG 2026-03-29 12:31:14.521+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:58798 meth=GET uri=/health
DBG 2026-03-29 12:31:14.521+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:58798 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:14.522+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:58798 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:31:14.626+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:58810 meth=GET uri=/health
DBG 2026-03-29 12:31:14.626+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:58810 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:14.626+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:58810 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:31:14.730+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:58812 meth=GET uri=/health
DBG 2026-03-29 12:31:14.730+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:58812 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:14.730+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:58812 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:31:14.834+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:50492 meth=GET uri=/health
DBG 2026-03-29 12:31:14.834+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:50492 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:14.834+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:50492 uri=/health content_type=application/json content_size=821
TRC 2026-03-29 12:31:14.929+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=139958917754960
TRC 2026-03-29 12:31:14.929+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:14.929+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:14.929+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:14.929+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:14.929+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
INF 2026-03-29 12:31:14.938+00:00 periodic sync started topics="waku reconciliation" tid=1 file=reconciliation.nim:438
TRC 2026-03-29 12:31:14.938+00:00 Selecting peer from peerstore topics="waku node peer_manager" tid=1 file=peer_manager.nim:224 protocol=/vac/waku/reconciliation/1.0.0 peers=[] address=139958917633616
TRC 2026-03-29 12:31:14.938+00:00 No peer found for protocol topics="waku node peer_manager" tid=1 file=peer_manager.nim:265 protocol=/vac/waku/reconciliation/1.0.0
ERR 2026-03-29 12:31:14.938+00:00 periodic sync failed topics="waku reconciliation" tid=1 file=reconciliation.nim:441 err="no suitable peer found for sync"
ERR 2026-03-29 12:31:14.940+00:00 connectToRelayPeers: won't attempt new connections - node is offline topics="waku node peer_manager" tid=1 file=peer_manager.nim:624
DBG 2026-03-29 12:31:14.940+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:50494 meth=GET uri=/health
DBG 2026-03-29 12:31:14.941+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:50494 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:14.941+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:50494 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:31:15.044+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:50498 meth=GET uri=/health
DBG 2026-03-29 12:31:15.044+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:50498 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:15.045+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:50498 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:31:15.148+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:50508 meth=GET uri=/health
DBG 2026-03-29 12:31:15.148+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:50508 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:15.148+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:50508 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:31:15.251+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:50518 meth=GET uri=/health
DBG 2026-03-29 12:31:15.251+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:50518 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:15.251+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:50518 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:31:15.354+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:50532 meth=GET uri=/health
DBG 2026-03-29 12:31:15.354+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:50532 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:15.355+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:50532 uri=/health content_type=application/json content_size=821
INF 2026-03-29 12:31:15.436+00:00 periodic prune started topics="waku reconciliation" tid=1 file=reconciliation.nim:455
INF 2026-03-29 12:31:15.436+00:00 periodic prune done topics="waku reconciliation" tid=1 file=reconciliation.nim:463 elements_pruned=0
DBG 2026-03-29 12:31:15.458+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:50538 meth=GET uri=/health
DBG 2026-03-29 12:31:15.458+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:50538 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:15.458+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:50538 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:31:15.561+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:50540 meth=GET uri=/health
DBG 2026-03-29 12:31:15.561+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:50540 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:15.562+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:50540 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:31:15.665+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:50552 meth=GET uri=/health
DBG 2026-03-29 12:31:15.665+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:50552 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:15.666+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:50552 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:31:15.769+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:50560 meth=GET uri=/health
DBG 2026-03-29 12:31:15.769+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:50560 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:15.769+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:50560 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:31:15.872+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:50562 meth=GET uri=/health
DBG 2026-03-29 12:31:15.872+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:50562 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:15.872+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:50562 uri=/health content_type=application/json content_size=821
TRC 2026-03-29 12:31:15.928+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=139958917754960
TRC 2026-03-29 12:31:15.928+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:15.928+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:15.928+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:15.928+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:15.928+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
TRC 2026-03-29 12:31:15.933+00:00 running discv5 discovery loop topics="waku discv5" tid=1 file=waku_discv5.nim:261
TRC 2026-03-29 12:31:15.933+00:00 discv5 discovered peers topics="waku discv5" tid=1 file=waku_discv5.nim:277 num_discovered_peers=0 peers=[]
TRC 2026-03-29 12:31:15.933+00:00 discv5 discarded wrong records topics="waku discv5" tid=1 file=waku_discv5.nim:281 wrong_records=[]
INF 2026-03-29 12:31:15.939+00:00 periodic sync started topics="waku reconciliation" tid=1 file=reconciliation.nim:438
TRC 2026-03-29 12:31:15.939+00:00 Selecting peer from peerstore topics="waku node peer_manager" tid=1 file=peer_manager.nim:224 protocol=/vac/waku/reconciliation/1.0.0 peers=[] address=139958917633616
TRC 2026-03-29 12:31:15.939+00:00 No peer found for protocol topics="waku node peer_manager" tid=1 file=peer_manager.nim:265 protocol=/vac/waku/reconciliation/1.0.0
ERR 2026-03-29 12:31:15.939+00:00 periodic sync failed topics="waku reconciliation" tid=1 file=reconciliation.nim:441 err="no suitable peer found for sync"
ERR 2026-03-29 12:31:15.941+00:00 connectToRelayPeers: won't attempt new connections - node is offline topics="waku node peer_manager" tid=1 file=peer_manager.nim:624
TRC 2026-03-29 12:31:15.950+00:00 Resolving IP using DNS topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:101 address=one.one.one.one servers="[1.1.1.1:53, 1.0.0.1:53]" domain=AF_UNSPEC
DBG 2026-03-29 12:31:15.976+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:50570 meth=GET uri=/health
DBG 2026-03-29 12:31:15.976+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:50570 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:15.976+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:50570 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:31:16.079+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:50576 meth=GET uri=/health
DBG 2026-03-29 12:31:16.079+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:50576 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:16.080+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:50576 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:31:16.184+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:50578 meth=GET uri=/health
DBG 2026-03-29 12:31:16.184+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:50578 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:16.185+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:50578 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:31:16.288+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:50592 meth=GET uri=/health
DBG 2026-03-29 12:31:16.288+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:50592 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:16.289+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:50592 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:31:16.392+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:50606 meth=GET uri=/health
DBG 2026-03-29 12:31:16.392+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:50606 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:16.393+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:50606 uri=/health content_type=application/json content_size=821
INF 2026-03-29 12:31:16.437+00:00 periodic prune started topics="waku reconciliation" tid=1 file=reconciliation.nim:455
INF 2026-03-29 12:31:16.437+00:00 periodic prune done topics="waku reconciliation" tid=1 file=reconciliation.nim:463 elements_pruned=0
DBG 2026-03-29 12:31:16.496+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:50620 meth=GET uri=/health
DBG 2026-03-29 12:31:16.496+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:50620 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:16.496+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:50620 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:31:16.600+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:50630 meth=GET uri=/health
DBG 2026-03-29 12:31:16.600+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:50630 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:16.600+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:50630 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:31:16.703+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:50640 meth=GET uri=/health
DBG 2026-03-29 12:31:16.703+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:50640 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:16.704+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:50640 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:31:16.807+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:50642 meth=GET uri=/health
DBG 2026-03-29 12:31:16.807+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:50642 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:16.808+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:50642 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:31:16.910+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:50646 meth=GET uri=/health
DBG 2026-03-29 12:31:16.910+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:50646 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:16.911+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:50646 uri=/health content_type=application/json content_size=821
TRC 2026-03-29 12:31:16.928+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=139958917754960
TRC 2026-03-29 12:31:16.928+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:16.928+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:16.928+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:16.929+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:16.929+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
INF 2026-03-29 12:31:16.940+00:00 periodic sync started topics="waku reconciliation" tid=1 file=reconciliation.nim:438
TRC 2026-03-29 12:31:16.940+00:00 Selecting peer from peerstore topics="waku node peer_manager" tid=1 file=peer_manager.nim:224 protocol=/vac/waku/reconciliation/1.0.0 peers=[] address=139958917633616
TRC 2026-03-29 12:31:16.940+00:00 No peer found for protocol topics="waku node peer_manager" tid=1 file=peer_manager.nim:265 protocol=/vac/waku/reconciliation/1.0.0
ERR 2026-03-29 12:31:16.940+00:00 periodic sync failed topics="waku reconciliation" tid=1 file=reconciliation.nim:441 err="no suitable peer found for sync"
ERR 2026-03-29 12:31:16.942+00:00 connectToRelayPeers: won't attempt new connections - node is offline topics="waku node peer_manager" tid=1 file=peer_manager.nim:624
DBG 2026-03-29 12:31:17.014+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:50658 meth=GET uri=/health
DBG 2026-03-29 12:31:17.014+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:50658 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:17.014+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:50658 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:31:17.117+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:50664 meth=GET uri=/health
DBG 2026-03-29 12:31:17.118+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:50664 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:17.118+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:50664 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:31:17.221+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:50676 meth=GET uri=/health
DBG 2026-03-29 12:31:17.221+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:50676 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:17.222+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:50676 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:31:17.325+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:50678 meth=GET uri=/health
DBG 2026-03-29 12:31:17.325+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:50678 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:17.325+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:50678 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:31:17.429+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:50690 meth=GET uri=/health
DBG 2026-03-29 12:31:17.429+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:50690 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:17.429+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:50690 uri=/health content_type=application/json content_size=821
INF 2026-03-29 12:31:17.438+00:00 periodic prune started topics="waku reconciliation" tid=1 file=reconciliation.nim:455
INF 2026-03-29 12:31:17.438+00:00 periodic prune done topics="waku reconciliation" tid=1 file=reconciliation.nim:463 elements_pruned=0
DBG 2026-03-29 12:31:17.532+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:50694 meth=GET uri=/health
DBG 2026-03-29 12:31:17.532+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:50694 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:17.533+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:50694 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:31:17.637+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:50698 meth=GET uri=/health
DBG 2026-03-29 12:31:17.637+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:50698 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:17.637+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:50698 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:31:17.740+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:50702 meth=GET uri=/health
DBG 2026-03-29 12:31:17.740+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:50702 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:17.740+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:50702 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:31:17.843+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:50708 meth=GET uri=/health
DBG 2026-03-29 12:31:17.843+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:50708 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:17.844+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:50708 uri=/health content_type=application/json content_size=821
TRC 2026-03-29 12:31:17.928+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=139958917754960
TRC 2026-03-29 12:31:17.928+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:17.928+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:17.928+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:17.928+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:17.928+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
INF 2026-03-29 12:31:17.941+00:00 periodic sync started topics="waku reconciliation" tid=1 file=reconciliation.nim:438
TRC 2026-03-29 12:31:17.941+00:00 Selecting peer from peerstore topics="waku node peer_manager" tid=1 file=peer_manager.nim:224 protocol=/vac/waku/reconciliation/1.0.0 peers=[] address=139958917633616
TRC 2026-03-29 12:31:17.941+00:00 No peer found for protocol topics="waku node peer_manager" tid=1 file=peer_manager.nim:265 protocol=/vac/waku/reconciliation/1.0.0
ERR 2026-03-29 12:31:17.941+00:00 periodic sync failed topics="waku reconciliation" tid=1 file=reconciliation.nim:441 err="no suitable peer found for sync"
ERR 2026-03-29 12:31:17.943+00:00 connectToRelayPeers: won't attempt new connections - node is offline topics="waku node peer_manager" tid=1 file=peer_manager.nim:624
DBG 2026-03-29 12:31:17.947+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:50724 meth=GET uri=/health
DBG 2026-03-29 12:31:17.947+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:50724 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:17.947+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:50724 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:31:18.050+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:50736 meth=GET uri=/health
DBG 2026-03-29 12:31:18.051+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:50736 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:18.051+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:50736 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:31:18.154+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:50752 meth=GET uri=/health
DBG 2026-03-29 12:31:18.154+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:50752 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:18.154+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:50752 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:31:18.258+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:50768 meth=GET uri=/health
DBG 2026-03-29 12:31:18.258+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:50768 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:18.258+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:50768 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:31:18.363+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:50780 meth=GET uri=/health
DBG 2026-03-29 12:31:18.363+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:50780 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:18.364+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:50780 uri=/health content_type=application/json content_size=821
INF 2026-03-29 12:31:18.439+00:00 periodic prune started topics="waku reconciliation" tid=1 file=reconciliation.nim:455
INF 2026-03-29 12:31:18.439+00:00 periodic prune done topics="waku reconciliation" tid=1 file=reconciliation.nim:463 elements_pruned=0
DBG 2026-03-29 12:31:18.467+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:50790 meth=GET uri=/health
DBG 2026-03-29 12:31:18.467+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:50790 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:18.468+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:50790 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:31:18.571+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:50804 meth=GET uri=/health
DBG 2026-03-29 12:31:18.571+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:50804 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:18.571+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:50804 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:31:18.675+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:50806 meth=GET uri=/health
DBG 2026-03-29 12:31:18.675+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:50806 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:18.675+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:50806 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:31:18.778+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:50816 meth=GET uri=/health
DBG 2026-03-29 12:31:18.778+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:50816 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:18.779+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:50816 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:31:18.882+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:50832 meth=GET uri=/health
DBG 2026-03-29 12:31:18.882+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:50832 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:18.882+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:50832 uri=/health content_type=application/json content_size=821
TRC 2026-03-29 12:31:18.929+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=139958917754960
TRC 2026-03-29 12:31:18.929+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:18.929+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:18.929+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:18.929+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:18.929+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
INF 2026-03-29 12:31:18.942+00:00 periodic sync started topics="waku reconciliation" tid=1 file=reconciliation.nim:438
TRC 2026-03-29 12:31:18.942+00:00 Selecting peer from peerstore topics="waku node peer_manager" tid=1 file=peer_manager.nim:224 protocol=/vac/waku/reconciliation/1.0.0 peers=[] address=139958917633616
TRC 2026-03-29 12:31:18.942+00:00 No peer found for protocol topics="waku node peer_manager" tid=1 file=peer_manager.nim:265 protocol=/vac/waku/reconciliation/1.0.0
ERR 2026-03-29 12:31:18.942+00:00 periodic sync failed topics="waku reconciliation" tid=1 file=reconciliation.nim:441 err="no suitable peer found for sync"
ERR 2026-03-29 12:31:18.944+00:00 connectToRelayPeers: won't attempt new connections - node is offline topics="waku node peer_manager" tid=1 file=peer_manager.nim:624
DBG 2026-03-29 12:31:18.986+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:50836 meth=GET uri=/health
DBG 2026-03-29 12:31:18.986+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:50836 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:18.986+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:50836 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:31:19.089+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:50852 meth=GET uri=/health
DBG 2026-03-29 12:31:19.089+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:50852 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:19.089+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:50852 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:31:19.193+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:50866 meth=GET uri=/health
DBG 2026-03-29 12:31:19.193+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:50866 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:19.193+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:50866 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:31:19.296+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:50878 meth=GET uri=/health
DBG 2026-03-29 12:31:19.296+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:50878 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:19.296+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:50878 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:31:19.401+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:50880 meth=GET uri=/health
DBG 2026-03-29 12:31:19.401+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:50880 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:19.401+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:50880 uri=/health content_type=application/json content_size=821
INF 2026-03-29 12:31:19.440+00:00 periodic prune started topics="waku reconciliation" tid=1 file=reconciliation.nim:455
INF 2026-03-29 12:31:19.440+00:00 periodic prune done topics="waku reconciliation" tid=1 file=reconciliation.nim:463 elements_pruned=0
DBG 2026-03-29 12:31:19.504+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:50896 meth=GET uri=/health
DBG 2026-03-29 12:31:19.505+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:50896 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:19.505+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:50896 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:31:19.608+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:50912 meth=GET uri=/health
DBG 2026-03-29 12:31:19.608+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:50912 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:19.609+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:50912 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:31:19.713+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:50916 meth=GET uri=/health
DBG 2026-03-29 12:31:19.713+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:50916 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:19.713+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:50916 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:31:19.816+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:50924 meth=GET uri=/health
DBG 2026-03-29 12:31:19.816+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:50924 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:19.817+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:50924 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:31:19.920+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:50938 meth=GET uri=/health
DBG 2026-03-29 12:31:19.920+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:50938 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:19.920+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:50938 uri=/health content_type=application/json content_size=821
TRC 2026-03-29 12:31:19.929+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=139958917754960
TRC 2026-03-29 12:31:19.929+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:19.929+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:19.929+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:19.929+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:19.929+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
INF 2026-03-29 12:31:19.942+00:00 periodic sync started topics="waku reconciliation" tid=1 file=reconciliation.nim:438
TRC 2026-03-29 12:31:19.942+00:00 Selecting peer from peerstore topics="waku node peer_manager" tid=1 file=peer_manager.nim:224 protocol=/vac/waku/reconciliation/1.0.0 peers=[] address=139958917633616
TRC 2026-03-29 12:31:19.942+00:00 No peer found for protocol topics="waku node peer_manager" tid=1 file=peer_manager.nim:265 protocol=/vac/waku/reconciliation/1.0.0
ERR 2026-03-29 12:31:19.942+00:00 periodic sync failed topics="waku reconciliation" tid=1 file=reconciliation.nim:441 err="no suitable peer found for sync"
ERR 2026-03-29 12:31:19.944+00:00 connectToRelayPeers: won't attempt new connections - node is offline topics="waku node peer_manager" tid=1 file=peer_manager.nim:624
DBG 2026-03-29 12:31:20.024+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:50942 meth=GET uri=/health
DBG 2026-03-29 12:31:20.024+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:50942 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:20.025+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:50942 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:31:20.129+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:50954 meth=GET uri=/health
DBG 2026-03-29 12:31:20.129+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:50954 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:20.129+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:50954 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:31:20.233+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:50964 meth=GET uri=/health
DBG 2026-03-29 12:31:20.233+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:50964 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:20.233+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:50964 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:31:20.337+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:50966 meth=GET uri=/health
DBG 2026-03-29 12:31:20.337+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:50966 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:20.337+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:50966 uri=/health content_type=application/json content_size=821
INF 2026-03-29 12:31:20.441+00:00 periodic prune started topics="waku reconciliation" tid=1 file=reconciliation.nim:455
INF 2026-03-29 12:31:20.441+00:00 periodic prune done topics="waku reconciliation" tid=1 file=reconciliation.nim:463 elements_pruned=0
DBG 2026-03-29 12:31:20.441+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:50978 meth=GET uri=/health
DBG 2026-03-29 12:31:20.441+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:50978 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:20.442+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:50978 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:31:20.546+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:50994 meth=GET uri=/health
DBG 2026-03-29 12:31:20.546+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:50994 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:20.546+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:50994 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:31:20.650+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:51002 meth=GET uri=/health
DBG 2026-03-29 12:31:20.650+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:51002 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:20.650+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:51002 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:31:20.753+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:51010 meth=GET uri=/health
DBG 2026-03-29 12:31:20.753+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:51010 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:20.753+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:51010 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:31:20.857+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:51020 meth=GET uri=/health
DBG 2026-03-29 12:31:20.857+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:51020 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:20.857+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:51020 uri=/health content_type=application/json content_size=821
TRC 2026-03-29 12:31:20.928+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=139958917754960
TRC 2026-03-29 12:31:20.928+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:20.928+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:20.928+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:20.928+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:20.928+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
TRC 2026-03-29 12:31:20.929+00:00 waku rendezvous advertisements started topics="waku rendezvous" tid=1 file=protocol.nim:112
TRC 2026-03-29 12:31:20.929+00:00 Selecting peer from peerstore topics="waku node peer_manager" tid=1 file=peer_manager.nim:224 protocol=/vac/waku/rendezvous/1.0.0 peers=[] address=139958917633616
TRC 2026-03-29 12:31:20.929+00:00 No peer found for protocol topics="waku node peer_manager" tid=1 file=peer_manager.nim:265 protocol=/vac/waku/rendezvous/1.0.0
INF 2026-03-29 12:31:20.930+00:00 waku rendezvous advertisements failed topics="waku rendezvous" tid=1 file=protocol.nim:135 error="could not get a peer supporting RendezVousCodec"
TRC 2026-03-29 12:31:20.930+00:00 waku rendezvous client requests started topics="waku rendezvous client" tid=1 file=client.nim:43
TRC 2026-03-29 12:31:20.930+00:00 Selecting peer from peerstore topics="waku node peer_manager" tid=1 file=peer_manager.nim:224 protocol=/vac/waku/rendezvous/1.0.0 peers=[] address=139958917633616
TRC 2026-03-29 12:31:20.930+00:00 No peer found for protocol topics="waku node peer_manager" tid=1 file=peer_manager.nim:265 protocol=/vac/waku/rendezvous/1.0.0
ERR 2026-03-29 12:31:20.930+00:00 waku rendezvous requests failed topics="waku rendezvous client" tid=1 file=client.nim:87 error="could not get a peer supporting WakuRendezVousCodec"
TRC 2026-03-29 12:31:20.933+00:00 Mesh peers for keepalive tid=1 file=node_health_monitor.nim:558 meshPeers=[]
TRC 2026-03-29 12:31:20.933+00:00 Selected peers for keepalive tid=1 file=node_health_monitor.nim:569 selected=[]
TRC 2026-03-29 12:31:20.933+00:00 Pinging random peers tid=1 file=node_health_monitor.nim:629 count=0 countdownToPingAll=10
TRC 2026-03-29 12:31:20.933+00:00 Keepalive results tid=1 file=node_health_monitor.nim:644 attemptedPings=0 successfulPings=0
TRC 2026-03-29 12:31:20.933+00:00 Running keepalive loop tid=1 file=node_health_monitor.nim:593
TRC 2026-03-29 12:31:20.933+00:00 running discv5 discovery loop topics="waku discv5" tid=1 file=waku_discv5.nim:261
TRC 2026-03-29 12:31:20.933+00:00 discv5 discovered peers topics="waku discv5" tid=1 file=waku_discv5.nim:277 num_discovered_peers=0 peers=[]
TRC 2026-03-29 12:31:20.933+00:00 discv5 discarded wrong records topics="waku discv5" tid=1 file=waku_discv5.nim:281 wrong_records=[]
INF 2026-03-29 12:31:20.943+00:00 periodic sync started topics="waku reconciliation" tid=1 file=reconciliation.nim:438
TRC 2026-03-29 12:31:20.943+00:00 Selecting peer from peerstore topics="waku node peer_manager" tid=1 file=peer_manager.nim:224 protocol=/vac/waku/reconciliation/1.0.0 peers=[] address=139958917633616
TRC 2026-03-29 12:31:20.943+00:00 No peer found for protocol topics="waku node peer_manager" tid=1 file=peer_manager.nim:265 protocol=/vac/waku/reconciliation/1.0.0
ERR 2026-03-29 12:31:20.943+00:00 periodic sync failed topics="waku reconciliation" tid=1 file=reconciliation.nim:441 err="no suitable peer found for sync"
ERR 2026-03-29 12:31:20.944+00:00 connectToRelayPeers: won't attempt new connections - node is offline topics="waku node peer_manager" tid=1 file=peer_manager.nim:624
INF 2026-03-29 12:31:20.952+00:00 Failed to query DNS topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:124 address=one.one.one.one error="DNS server timeout: Timeout exceeded!"
DBG 2026-03-29 12:31:20.961+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:51022 meth=GET uri=/health
DBG 2026-03-29 12:31:20.961+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:51022 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:20.961+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:51022 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:31:21.065+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:51038 meth=GET uri=/health
DBG 2026-03-29 12:31:21.065+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:51038 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:21.065+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:51038 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:31:21.169+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:51046 meth=GET uri=/health
DBG 2026-03-29 12:31:21.169+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:51046 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:21.170+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:51046 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:31:21.273+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:51054 meth=GET uri=/health
DBG 2026-03-29 12:31:21.273+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:51054 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:21.273+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:51054 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:31:21.377+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:51064 meth=GET uri=/health
DBG 2026-03-29 12:31:21.377+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:51064 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:21.377+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:51064 uri=/health content_type=application/json content_size=821
INF 2026-03-29 12:31:21.441+00:00 periodic prune started topics="waku reconciliation" tid=1 file=reconciliation.nim:455
INF 2026-03-29 12:31:21.441+00:00 periodic prune done topics="waku reconciliation" tid=1 file=reconciliation.nim:463 elements_pruned=0
DBG 2026-03-29 12:31:21.481+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:51066 meth=GET uri=/health
DBG 2026-03-29 12:31:21.481+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:51066 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:21.481+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:51066 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:31:21.584+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:51078 meth=GET uri=/health
DBG 2026-03-29 12:31:21.584+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:51078 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:21.584+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:51078 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:31:21.687+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:51082 meth=GET uri=/health
DBG 2026-03-29 12:31:21.688+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:51082 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:21.688+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:51082 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:31:21.791+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:51098 meth=GET uri=/health
DBG 2026-03-29 12:31:21.791+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:51098 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:21.792+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:51098 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:31:21.895+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:51102 meth=GET uri=/health
DBG 2026-03-29 12:31:21.895+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:51102 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:21.895+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:51102 uri=/health content_type=application/json content_size=821
TRC 2026-03-29 12:31:21.928+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=139958917754960
TRC 2026-03-29 12:31:21.928+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:21.928+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:21.928+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:21.928+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:21.928+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
INF 2026-03-29 12:31:21.944+00:00 periodic sync started topics="waku reconciliation" tid=1 file=reconciliation.nim:438
TRC 2026-03-29 12:31:21.944+00:00 Selecting peer from peerstore topics="waku node peer_manager" tid=1 file=peer_manager.nim:224 protocol=/vac/waku/reconciliation/1.0.0 peers=[] address=139958917633616
TRC 2026-03-29 12:31:21.944+00:00 No peer found for protocol topics="waku node peer_manager" tid=1 file=peer_manager.nim:265 protocol=/vac/waku/reconciliation/1.0.0
ERR 2026-03-29 12:31:21.944+00:00 periodic sync failed topics="waku reconciliation" tid=1 file=reconciliation.nim:441 err="no suitable peer found for sync"
ERR 2026-03-29 12:31:21.945+00:00 connectToRelayPeers: won't attempt new connections - node is offline topics="waku node peer_manager" tid=1 file=peer_manager.nim:624
DBG 2026-03-29 12:31:21.999+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:51114 meth=GET uri=/health
DBG 2026-03-29 12:31:21.999+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:51114 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:21.999+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:51114 uri=/health content_type=application/json content_size=821
NTC 2026-03-29 12:31:22.125+00:00 Shutting down after receiving SIGTERM topics="wakunode main" tid=1 file=wakunode2.nim:82
INF 2026-03-29 12:31:22.126+00:00 Stopping discovery v5 service topics="waku discv5" tid=1 file=waku_discv5.nim:362
TRC 2026-03-29 12:31:22.126+00:00 Stop listening on discv5 port topics="waku discv5" tid=1 file=waku_discv5.nim:365
INF 2026-03-29 12:31:22.126+00:00 Successfully stopped discovery v5 service topics="waku discv5" tid=1 file=waku_discv5.nim:368
TRC 2026-03-29 12:31:22.126+00:00 Stopping switch topics="libp2p switch" tid=1 file=switch.nim:328
INF 2026-03-29 12:31:22.126+00:00 Stopping AutonatService topics="libp2p autonatservice" tid=1 file=service.nim:237
TRC 2026-03-29 12:31:22.126+00:00 Closing ConnManager topics="libp2p connmanager" tid=1 file=connmanager.nim:434
TRC 2026-03-29 12:31:22.126+00:00 Closed ConnManager topics="libp2p connmanager" tid=1 file=connmanager.nim:448
TRC 2026-03-29 12:31:22.126+00:00 Stopping TCP transport topics="libp2p tcptransport" tid=1 file=tcptransport.nim:159
TRC 2026-03-29 12:31:22.126+00:00 stopping transport topics="libp2p transport" tid=1 file=transport.nim:59 address=@[/ip4/0.0.0.0/tcp/32452]
TRC 2026-03-29 12:31:22.126+00:00 Transport stopped topics="libp2p tcptransport" tid=1 file=tcptransport.nim:189
TRC 2026-03-29 12:31:22.126+00:00 Stopping WS transport topics="libp2p wstransport" tid=1 file=wstransport.nim:213
TRC 2026-03-29 12:31:22.126+00:00 stopping transport topics="libp2p transport" tid=1 file=transport.nim:59 address=@[/ip4/0.0.0.0/tcp/32453/ws]
TRC 2026-03-29 12:31:22.126+00:00 Transport stopped topics="libp2p wstransport" tid=1 file=wstransport.nim:235
TRC 2026-03-29 12:31:22.127+00:00 gossipsub stop topics="libp2p gossipsub" tid=1 file=gossipsub.nim:1131
TRC 2026-03-29 12:31:22.127+00:00 Switch stopped topics="libp2p switch" tid=1 file=switch.nim:354
INF 2026-03-29 12:31:22.127+00:00 Store Sync Reconciliation protocol stopped topics="waku reconciliation" tid=1 file=reconciliation.nim:496
INF 2026-03-29 12:31:22.127+00:00 Store Sync Transfer protocol stopped topics="waku transfer" tid=1 file=transfer.nim:237
WRN 2026-03-29 12:31:22.127+00:00 Stopping rendezvous without starting it topics="waku rendezvous" tid=1 file=rendezvous.nim:638
WRN 2026-03-29 12:31:22.127+00:00 Stopping rendezvous without starting it topics="waku rendezvous" tid=1 file=rendezvous.nim:638
INF 2026-03-29 12:31:22.127+00:00 waku rendezvous discovery stopped topics="waku rendezvous" tid=1 file=protocol.nim:239
INF 2026-03-29 12:31:22.128+00:00 waku rendezvous client stopped topics="waku rendezvous client" tid=1 file=client.nim:142
INF 2026-03-29 12:31:22.128+00:00 Health monitor loop end tid=1 file=node_health_monitor.nim:543
NTC 2026-03-29 12:31:22.128+00:00 REST service stopped tid=1 file=server.nim:187 address=0.0.0.0:32451
WRN 2026-03-29 12:31:00.880+00:00 whether to mount storeSync is not specified, defaulting to not mounting topics="waku conf builder" tid=1 file=waku_conf_builder.nim:471
bSubscribeShards: some(@[0])
INF 2026-03-29 12:31:00.880+00:00 Sharding configuration: topics="waku conf builder" tid=1 file=waku_conf_builder.nim:506 shardingConf="(kind: AutoSharding, numShardsInCluster: 1)" subscribeShards=@[0]
INF 2026-03-29 12:31:00.880+00:00 Configuration: Enabled protocols topics="waku conf" tid=1 file=waku_conf.nim:157 relay=true rlnRelay=false store=true filter=false lightPush=false peerExchange=true rendezvous=true
INF 2026-03-29 12:31:00.880+00:00 Configuration. Network topics="waku conf" tid=1 file=waku_conf.nim:166 cluster=3
INF 2026-03-29 12:31:00.880+00:00 Configuration. Active Relay Shards topics="waku conf" tid=1 file=waku_conf.nim:169 shard=0
INF 2026-03-29 12:31:00.881+00:00 Setting up storage tid=1 file=node_factory.nim:532
INF 2026-03-29 12:31:00.881+00:00 Initializing node tid=1 file=node_factory.nim:541
TRC 2026-03-29 12:31:00.882+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/ipfs/id/1.0.0]"
TRC 2026-03-29 12:31:00.882+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/libp2p/autonat/1.0.0]"
TRC 2026-03-29 12:31:00.882+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/libp2p/circuit/relay/0.2.0/hop, /libp2p/circuit/relay/0.1.0]"
TRC 2026-03-29 12:31:00.882+00:00 no peer storage found tid=1 file=peer_manager.nim:1219
INF 2026-03-29 12:31:00.882+00:00 Initializing networking tid=1 file=waku_node.nim:228 addrs="@[/ip4/172.18.177.241/tcp/32452, /ip4/172.18.177.241/tcp/32453/ws]"
INF 2026-03-29 12:31:00.882+00:00 Mounting protocols tid=1 file=node_factory.nim:547
INF 2026-03-29 12:31:00.882+00:00 Created WakuMetadata protocol topics="waku node" tid=1 file=protocol.nim:107 clusterId=3 shards="[0]"
TRC 2026-03-29 12:31:00.882+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/vac/waku/metadata/1.0.0]"
INF 2026-03-29 12:31:00.885+00:00 sqlite database page stats tid=1 file=builder.nim:53 pageSize=4096 pages=1 freePages=0
INF 2026-03-29 12:31:00.885+00:00 starting message store's sqlite database migration topics="waku archive migration" tid=1 file=migrations.nim:57
INF 2026-03-29 12:31:00.885+00:00 Not considered schema version 7 topics="waku archive migration" tid=1 file=migrations.nim:45
INF 2026-03-29 12:31:00.885+00:00 database schema is outdated topics="sqlite" tid=1 file=db_sqlite.nim:447 userVersion=0 targetVersion=10
INF 2026-03-29 12:31:00.886+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="CREATE TABLE IF NOT EXISTS Message(\n id BLOB PRIMARY KEY,\n timestamp INTEGER NOT NULL,\n contentTopic BLOB NOT NULL,\n pubsubTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL\n ) WITHOUT ROWID;"
INF 2026-03-29 12:31:00.888+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="CREATE TABLE IF NOT EXISTS Message(\n id BLOB PRIMARY KEY,\n timestamp INTEGER NOT NULL,\n contentTopic BLOB NOT NULL,\n pubsubTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL\n ) WITHOUT ROWID;"
INF 2026-03-29 12:31:00.888+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="CREATE TABLE IF NOT EXISTS Message_backup (\n id BLOB PRIMARY KEY,\n timestamp INTEGER NOT NULL,\n contentTopic BLOB NOT NULL,\n pubsubTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL\n ) WITHOUT ROWID;"
INF 2026-03-29 12:31:00.891+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="CREATE TABLE IF NOT EXISTS Message_backup (\n id BLOB PRIMARY KEY,\n timestamp INTEGER NOT NULL,\n contentTopic BLOB NOT NULL,\n pubsubTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL\n ) WITHOUT ROWID;"
INF 2026-03-29 12:31:00.891+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="INSERT INTO Message_backup SELECT id, timestamp, contentTopic, pubsubTopic, payload, version FROM Message;"
INF 2026-03-29 12:31:00.891+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="INSERT INTO Message_backup SELECT id, timestamp, contentTopic, pubsubTopic, payload, version FROM Message;"
INF 2026-03-29 12:31:00.891+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE Message;"
INF 2026-03-29 12:31:00.892+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP TABLE Message;"
INF 2026-03-29 12:31:00.892+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="CREATE TABLE IF NOT EXISTS Message(\n id BLOB PRIMARY KEY,\n receiverTimestamp REAL NOT NULL,\n contentTopic BLOB NOT NULL,\n pubsubTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL,\n senderTimestamp REAL NOT NULL\n ) WITHOUT ROWID;"
INF 2026-03-29 12:31:00.893+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="CREATE TABLE IF NOT EXISTS Message(\n id BLOB PRIMARY KEY,\n receiverTimestamp REAL NOT NULL,\n contentTopic BLOB NOT NULL,\n pubsubTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL,\n senderTimestamp REAL NOT NULL\n ) WITHOUT ROWID;"
INF 2026-03-29 12:31:00.893+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="INSERT INTO Message (id, receiverTimestamp, contentTopic, pubsubTopic, payload, version, senderTimestamp)\n SELECT id, timestamp, contentTopic, pubsubTopic, payload, version, 0\n FROM Message_backup;"
INF 2026-03-29 12:31:00.893+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="INSERT INTO Message (id, receiverTimestamp, contentTopic, pubsubTopic, payload, version, senderTimestamp)\n SELECT id, timestamp, contentTopic, pubsubTopic, payload, version, 0\n FROM Message_backup;"
INF 2026-03-29 12:31:00.893+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE Message_backup;"
INF 2026-03-29 12:31:00.894+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP TABLE Message_backup;"
INF 2026-03-29 12:31:00.894+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="CREATE TABLE IF NOT EXISTS Message_backup (\n id BLOB PRIMARY KEY,\n receiverTimestamp REAL NOT NULL,\n contentTopic BLOB NOT NULL,\n pubsubTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL,\n senderTimestamp REAL NOT NULL\n ) WITHOUT ROWID;"
INF 2026-03-29 12:31:00.897+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="CREATE TABLE IF NOT EXISTS Message_backup (\n id BLOB PRIMARY KEY,\n receiverTimestamp REAL NOT NULL,\n contentTopic BLOB NOT NULL,\n pubsubTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL,\n senderTimestamp REAL NOT NULL\n ) WITHOUT ROWID;"
INF 2026-03-29 12:31:00.897+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="INSERT INTO Message_backup SELECT id, receiverTimestamp, contentTopic, pubsubTopic, payload, version, senderTimestamp FROM Message;"
INF 2026-03-29 12:31:00.897+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="INSERT INTO Message_backup SELECT id, receiverTimestamp, contentTopic, pubsubTopic, payload, version, senderTimestamp FROM Message;"
INF 2026-03-29 12:31:00.897+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE Message;"
INF 2026-03-29 12:31:00.898+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP TABLE Message;"
INF 2026-03-29 12:31:00.899+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="CREATE TABLE IF NOT EXISTS Message(\n id BLOB PRIMARY KEY,\n receiverTimestamp INTEGER NOT NULL,\n contentTopic BLOB NOT NULL,\n pubsubTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL,\n senderTimestamp INTEGER NOT NULL\n ) WITHOUT ROWID;"
INF 2026-03-29 12:31:00.900+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="CREATE TABLE IF NOT EXISTS Message(\n id BLOB PRIMARY KEY,\n receiverTimestamp INTEGER NOT NULL,\n contentTopic BLOB NOT NULL,\n pubsubTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL,\n senderTimestamp INTEGER NOT NULL\n ) WITHOUT ROWID;"
INF 2026-03-29 12:31:00.900+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="INSERT INTO Message (id, receiverTimestamp, contentTopic, pubsubTopic, payload, version, senderTimestamp)\n SELECT id, CAST(receiverTimestamp*1000000000 AS INTEGER), contentTopic, pubsubTopic, payload, version, CAST(senderTimestamp*1000000000 AS INTEGER)\n FROM Message_backup;"
INF 2026-03-29 12:31:00.900+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="INSERT INTO Message (id, receiverTimestamp, contentTopic, pubsubTopic, payload, version, senderTimestamp)\n SELECT id, CAST(receiverTimestamp*1000000000 AS INTEGER), contentTopic, pubsubTopic, payload, version, CAST(senderTimestamp*1000000000 AS INTEGER)\n FROM Message_backup;"
INF 2026-03-29 12:31:00.900+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE Message_backup;"
INF 2026-03-29 12:31:00.901+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP TABLE Message_backup;"
INF 2026-03-29 12:31:00.901+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="ALTER TABLE Message RENAME TO Message_backup;"
INF 2026-03-29 12:31:00.904+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="ALTER TABLE Message RENAME TO Message_backup;"
INF 2026-03-29 12:31:00.904+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="CREATE TABLE IF NOT EXISTS Message(\n id BLOB,\n receiverTimestamp INTEGER NOT NULL,\n contentTopic BLOB NOT NULL,\n pubsubTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL,\n senderTimestamp INTEGER NOT NULL,\n CONSTRAINT messageIndex PRIMARY KEY (senderTimestamp, id, pubsubTopic)\n ) WITHOUT ROWID;"
INF 2026-03-29 12:31:00.905+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="CREATE TABLE IF NOT EXISTS Message(\n id BLOB,\n receiverTimestamp INTEGER NOT NULL,\n contentTopic BLOB NOT NULL,\n pubsubTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL,\n senderTimestamp INTEGER NOT NULL,\n CONSTRAINT messageIndex PRIMARY KEY (senderTimestamp, id, pubsubTopic)\n ) WITHOUT ROWID;"
INF 2026-03-29 12:31:00.905+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="INSERT INTO Message\n SELECT *\n FROM Message_backup;"
INF 2026-03-29 12:31:00.905+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="INSERT INTO Message\n SELECT *\n FROM Message_backup;"
INF 2026-03-29 12:31:00.905+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE Message_backup;"
INF 2026-03-29 12:31:00.905+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP TABLE Message_backup;"
INF 2026-03-29 12:31:00.905+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="CREATE INDEX IF NOT EXISTS i_msg ON Message (contentTopic, pubsubTopic, senderTimestamp, id);"
INF 2026-03-29 12:31:00.906+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="CREATE INDEX IF NOT EXISTS i_msg ON Message (contentTopic, pubsubTopic, senderTimestamp, id);"
INF 2026-03-29 12:31:00.906+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="ALTER TABLE message RENAME COLUMN receiverTimestamp TO storedAt;"
INF 2026-03-29 12:31:00.909+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="ALTER TABLE message RENAME COLUMN receiverTimestamp TO storedAt;"
INF 2026-03-29 12:31:00.909+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP INDEX IF EXISTS i_msg;"
INF 2026-03-29 12:31:00.910+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP INDEX IF EXISTS i_msg;"
INF 2026-03-29 12:31:00.910+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="CREATE INDEX IF NOT EXISTS i_query ON message (contentTopic, pubsubTopic, storedAt, id);"
INF 2026-03-29 12:31:00.912+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="CREATE INDEX IF NOT EXISTS i_query ON message (contentTopic, pubsubTopic, storedAt, id);"
INF 2026-03-29 12:31:00.912+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP INDEX IF EXISTS i_rt;"
INF 2026-03-29 12:31:00.912+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP INDEX IF EXISTS i_rt;"
INF 2026-03-29 12:31:00.912+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="CREATE INDEX IF NOT EXISTS i_ts ON message (storedAt);"
INF 2026-03-29 12:31:00.913+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="CREATE INDEX IF NOT EXISTS i_ts ON message (storedAt);"
INF 2026-03-29 12:31:00.913+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="ALTER TABLE message RENAME TO message_backup;"
INF 2026-03-29 12:31:00.914+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="ALTER TABLE message RENAME TO message_backup;"
INF 2026-03-29 12:31:00.914+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="CREATE TABLE IF NOT EXISTS message(\n pubsubTopic BLOB NOT NULL,\n contentTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL,\n timestamp INTEGER NOT NULL,\n id BLOB,\n storedAt INTEGER NOT NULL,\n CONSTRAINT messageIndex PRIMARY KEY (storedAt, id, pubsubTopic)\n) WITHOUT ROWID;"
INF 2026-03-29 12:31:00.915+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="CREATE TABLE IF NOT EXISTS message(\n pubsubTopic BLOB NOT NULL,\n contentTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL,\n timestamp INTEGER NOT NULL,\n id BLOB,\n storedAt INTEGER NOT NULL,\n CONSTRAINT messageIndex PRIMARY KEY (storedAt, id, pubsubTopic)\n) WITHOUT ROWID;"
INF 2026-03-29 12:31:00.915+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="INSERT OR IGNORE INTO message(pubsubTopic, contentTopic, payload, version, timestamp, id, storedAt)\n SELECT pubsubTopic, contentTopic, payload, version, senderTimestamp, id, storedAt\n FROM message_backup;"
INF 2026-03-29 12:31:00.915+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="INSERT OR IGNORE INTO message(pubsubTopic, contentTopic, payload, version, timestamp, id, storedAt)\n SELECT pubsubTopic, contentTopic, payload, version, senderTimestamp, id, storedAt\n FROM message_backup;"
INF 2026-03-29 12:31:00.915+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE message_backup;"
INF 2026-03-29 12:31:00.916+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP TABLE message_backup;"
INF 2026-03-29 12:31:00.916+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="ALTER TABLE message RENAME TO message_backup;"
INF 2026-03-29 12:31:00.917+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="ALTER TABLE message RENAME TO message_backup;"
INF 2026-03-29 12:31:00.917+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="CREATE TABLE IF NOT EXISTS message (\n pubsubTopic BLOB NOT NULL,\n contentTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL,\n timestamp INTEGER NOT NULL,\n id BLOB,\n messageHash BLOB, -- Newly added, this will be populated with a counter value\n storedAt INTEGER NOT NULL,\n CONSTRAINT messageIndex PRIMARY KEY (messageHash)\n) WITHOUT ROWID;"
INF 2026-03-29 12:31:00.918+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="CREATE TABLE IF NOT EXISTS message (\n pubsubTopic BLOB NOT NULL,\n contentTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL,\n timestamp INTEGER NOT NULL,\n id BLOB,\n messageHash BLOB, -- Newly added, this will be populated with a counter value\n storedAt INTEGER NOT NULL,\n CONSTRAINT messageIndex PRIMARY KEY (messageHash)\n) WITHOUT ROWID;"
INF 2026-03-29 12:31:00.918+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="INSERT INTO message(pubsubTopic, contentTopic, payload, version, timestamp, id, messageHash, storedAt)\nSELECT\n mb.pubsubTopic,\n mb.contentTopic,\n mb.payload,\n mb.version,\n mb.timestamp,\n mb.id,\n randomblob(32), -- to populate 32-byte random blob\n mb.storedAt\nFROM message_backup AS mb;"
INF 2026-03-29 12:31:00.918+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="INSERT INTO message(pubsubTopic, contentTopic, payload, version, timestamp, id, messageHash, storedAt)\nSELECT\n mb.pubsubTopic,\n mb.contentTopic,\n mb.payload,\n mb.version,\n mb.timestamp,\n mb.id,\n randomblob(32), -- to populate 32-byte random blob\n mb.storedAt\nFROM message_backup AS mb;"
INF 2026-03-29 12:31:00.919+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE message_backup;"
INF 2026-03-29 12:31:00.920+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP TABLE message_backup;"
INF 2026-03-29 12:31:00.920+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="ALTER TABLE message ADD COLUMN meta BLOB;"
INF 2026-03-29 12:31:00.920+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="ALTER TABLE message ADD COLUMN meta BLOB;"
INF 2026-03-29 12:31:00.920+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="ALTER TABLE message DROP COLUMN timestamp;"
INF 2026-03-29 12:31:00.922+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="ALTER TABLE message DROP COLUMN timestamp;"
INF 2026-03-29 12:31:00.922+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="ALTER TABLE message RENAME COLUMN storedAt TO timestamp;"
INF 2026-03-29 12:31:00.923+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="ALTER TABLE message RENAME COLUMN storedAt TO timestamp;"
INF 2026-03-29 12:31:00.923+00:00 database user_version updated topics="sqlite" tid=1 file=db_sqlite.nim:481 userVersion=10
INF 2026-03-29 12:31:00.924+00:00 finished message store's sqlite database migration topics="waku archive migration" tid=1 file=migrations.nim:70
INF 2026-03-29 12:31:00.924+00:00 setting up sqlite waku archive driver tid=1 file=builder.nim:65
INF 2026-03-29 12:31:00.924+00:00 executing message retention policy topics="waku archive" tid=1 file=archive.nim:270 policy=time:172800
INF 2026-03-29 12:31:00.925+00:00 beginning of executing message retention policy - time topics="waku archive retention_policy" tid=1 file=retention_policy_time.nim:22
INF 2026-03-29 12:31:00.925+00:00 end of executing message retention policy - time topics="waku archive retention_policy" tid=1 file=retention_policy_time.nim:30
INF 2026-03-29 12:31:00.925+00:00 mounting waku store protocol topics="waku node store api" tid=1 file=store.nim:255
TRC 2026-03-29 12:31:00.925+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/vac/waku/store-query/3.0.0]"
INF 2026-03-29 12:31:00.925+00:00 initial storage filling started topics="waku reconciliation" tid=1 file=reconciliation.nim:357
INF 2026-03-29 12:31:00.925+00:00 initial storage filling done topics="waku reconciliation" tid=1 file=reconciliation.nim:379 elements=0
INF 2026-03-29 12:31:00.925+00:00 Store Reconciliation protocol initialized topics="waku node" tid=1 file=reconciliation.nim:427 sync_range=10s sync_interval=1s relay_jitter=1s
TRC 2026-03-29 12:31:00.925+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/vac/waku/reconciliation/1.0.0]"
INF 2026-03-29 12:31:00.925+00:00 Store Transfer protocol initialized topics="waku node" tid=1 file=transfer.nim:216
TRC 2026-03-29 12:31:00.925+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/vac/waku/transfer/1.0.0]"
INF 2026-03-29 12:31:00.925+00:00 mounting store client topics="waku node store api" tid=1 file=store.nim:274
INF 2026-03-29 12:31:00.925+00:00 mounting legacy store client topics="waku node store api" tid=1 file=store.nim:145
INF 2026-03-29 12:31:00.925+00:00 mounting auto sharding topics="waku node" tid=1 file=waku_node.nim:305 clusterId=3 shardCount=1
INF 2026-03-29 12:31:00.925+00:00 Shards created from content topics tid=1 file=node_factory.nim:333 contentTopics=[] shards=[]
INF 2026-03-29 12:31:00.925+00:00 Setting max message size tid=1 file=node_factory.nim:342 num_bytes=153600
INF 2026-03-29 12:31:00.925+00:00 mounting relay protocol topics="waku node relay api" tid=1 file=relay.nim:259
TRC 2026-03-29 12:31:00.925+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/vac/waku/relay/2.0.0, /meshsub/1.3.0, /meshsub/1.2.0, /meshsub/1.1.0, /meshsub/1.0.0, /meshsub/1.3.0, /meshsub/1.2.0, /meshsub/1.1.0, /meshsub/1.0.0]"
INF 2026-03-29 12:31:00.925+00:00 relay mounted successfully topics="waku node relay api" tid=1 file=relay.nim:276
INF 2026-03-29 12:31:00.925+00:00 adding validator to signed shards tid=1 file=validator_signed.nim:56 protectedShards=[] clusterId=3
INF 2026-03-29 12:31:00.925+00:00 mounting rendezvous discovery protocol topics="waku node" tid=1 file=waku_node.nim:432
INF 2026-03-29 12:31:00.925+00:00 waku rendezvous initialized topics="waku node" tid=1 file=protocol.nim:206 clusterId=3 shards="[0]" capabilities="[Relay, Store, Sync]" wakuPeerRecord="(peerId: 16U*ZQc1NG, seqNo: 1774787460, addresses: [/ip4/172.18.177.241/tcp/32452, /ip4/172.18.177.241/tcp/32453/ws], mixKey: )"
TRC 2026-03-29 12:31:00.927+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/vac/waku/rendezvous/1.0.0]"
INF 2026-03-29 12:31:00.927+00:00 mounting rendezvous client topics="waku node" tid=1 file=waku_node.nim:418
INF 2026-03-29 12:31:00.927+00:00 waku rendezvous client initialized topics="waku node" tid=1 file=client.nim:130 clusterId=3
INF 2026-03-29 12:31:00.927+00:00 mounting libp2p ping protocol topics="waku node ping api" tid=1 file=ping.nim:20
TRC 2026-03-29 12:31:00.927+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/ipfs/ping/1.0.0]"
INF 2026-03-29 12:31:00.927+00:00 mounting light push client topics="waku node lightpush api" tid=1 file=lightpush.nim:183
INF 2026-03-29 12:31:00.927+00:00 mounting legacy light push client topics="waku node lightpush api" tid=1 file=lightpush.nim:72
INF 2026-03-29 12:31:00.927+00:00 mounting filter client topics="waku node filter api" tid=1 file=filter.nim:81
TRC 2026-03-29 12:31:00.927+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/vac/waku/filter-push/2.0.0-beta1]"
INF 2026-03-29 12:31:00.927+00:00 mounting waku peer exchange topics="waku node peerexchange api" tid=1 file=peer_exchange.nim:37
TRC 2026-03-29 12:31:00.927+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/vac/waku/peer-exchange/2.0.0-alpha1]"
INF 2026-03-29 12:31:00.927+00:00 mounting waku peer exchange client topics="waku node peerexchange api" tid=1 file=peer_exchange.nim:54
NTC 2026-03-29 12:31:00.927+00:00 REST service started tid=1 file=server.nim:182 address=0.0.0.0:32451
INF 2026-03-29 12:31:00.927+00:00 Starting REST HTTP server tid=1 file=builder.nim:113 url=http://0.0.0.0:32451/
INF 2026-03-29 12:31:00.927+00:00 No external callbacks to be set topics="wakunode waku" tid=1 file=waku.nim:127
TRC 2026-03-29 12:31:00.927+00:00 Send processor chain topics="send service" tid=1 file=send_service.nim:94 index=1 processor=BaseSendProcessor
INF 2026-03-29 12:31:00.927+00:00 Retrieve dynamic bootstrap nodes topics="wakunode waku" tid=1 file=waku.nim:367
INF 2026-03-29 12:31:00.927+00:00 Running nwaku node tid=1 file=node_factory.nim:464 version=v0.38.0-rc.0-14-g5c335c
INF 2026-03-29 12:31:00.927+00:00 Starting Waku node topics="waku node" tid=1 file=waku_node.nim:625 version=v0.38.0-rc.0-14-g5c335c
INF 2026-03-29 12:31:00.928+00:00 starting relay protocol topics="waku node" tid=1 file=waku_node.nim:389
INF 2026-03-29 12:31:00.928+00:00 start topics="waku relay" tid=1 file=protocol.nim:519
TRC 2026-03-29 12:31:00.928+00:00 gossipsub start topics="libp2p gossipsub" tid=1 file=gossipsub.nim:1113
TRC 2026-03-29 12:31:00.928+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=139958917754960
TRC 2026-03-29 12:31:00.928+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
TRC 2026-03-29 12:31:00.928+00:00 running scoring heartbeat topics="libp2p gossipsub" tid=1 file=scoring.nim:312 instance=139958917754960
TRC 2026-03-29 12:31:00.928+00:00 updating scores topics="libp2p gossipsub" tid=1 file=scoring.nim:144 peers=0
TRC 2026-03-29 12:31:00.928+00:00 updated scores topics="libp2p gossipsub" tid=1 file=scoring.nim:308 peers=0
INF 2026-03-29 12:31:00.928+00:00 relay started successfully topics="waku node" tid=1 file=waku_node.nim:410
INF 2026-03-29 12:31:00.928+00:00 waku rendezvous periodic registration started topics="waku rendezvous" tid=1 file=protocol.nim:127 interval=10s
INF 2026-03-29 12:31:00.928+00:00 waku rendezvous discovery started topics="waku rendezvous" tid=1 file=protocol.nim:227
INF 2026-03-29 12:31:00.928+00:00 waku rendezvous periodic requests started topics="waku rendezvous client" tid=1 file=client.nim:80 interval=10s
INF 2026-03-29 12:31:00.928+00:00 waku rendezvous client started topics="waku rendezvous client" tid=1 file=client.nim:136
INF 2026-03-29 12:31:00.928+00:00 periodic sync initialized topics="waku reconciliation" tid=1 file=reconciliation.nim:433 interval=1s
INF 2026-03-29 12:31:00.928+00:00 periodic prune initialized topics="waku reconciliation" tid=1 file=reconciliation.nim:447 interval=1s
INF 2026-03-29 12:31:00.928+00:00 Store Sync Reconciliation protocol started topics="waku reconciliation" tid=1 file=reconciliation.nim:485
INF 2026-03-29 12:31:00.928+00:00 Store Sync Transfer protocol started topics="waku transfer" tid=1 file=transfer.nim:229
DBG 2026-03-29 12:31:00.928+00:00 starting switch for peer topics="libp2p switch" tid=1 file=switch.nim:363 peerInfo="(peerId: 16Uiu2HAm1tTcymxB4kSxBZ2aFGA8gjtQiV4eg7YWL8hGnCZQc1NG, listenAddrs: [/ip4/0.0.0.0/tcp/32453/ws, /ip4/0.0.0.0/tcp/32452], addrs: [], protocols: [/ipfs/id/1.0.0, /libp2p/autonat/1.0.0, /libp2p/circuit/relay/0.2.0/hop, /vac/waku/metadata/1.0.0, /vac/waku/store-query/3.0.0, /vac/waku/reconciliation/1.0.0, /vac/waku/transfer/1.0.0, /vac/waku/relay/2.0.0, /vac/waku/rendezvous/1.0.0, /ipfs/ping/1.0.0, /vac/waku/filter-push/2.0.0-beta1, /vac/waku/peer-exchange/2.0.0-alpha1], protoVersion: ipfs/0.1.0, agentVersion: logos-delivery-v0.38.0-rc.0-14-g5c335c)"
TRC 2026-03-29 12:31:00.928+00:00 Starting TCP transport topics="libp2p tcptransport" tid=1 file=tcptransport.nim:116
TRC 2026-03-29 12:31:00.928+00:00 Listening on topics="libp2p tcptransport" tid=1 file=tcptransport.nim:140 address=/ip4/0.0.0.0/tcp/32452
TRC 2026-03-29 12:31:00.928+00:00 starting transport on addrs topics="libp2p transport" tid=1 file=transport.nim:49 address=@[/ip4/0.0.0.0/tcp/32452]
DBG 2026-03-29 12:31:00.929+00:00 About to accept incoming connection topics="libp2p switch" tid=1 file=switch.nim:272
TRC 2026-03-29 12:31:00.929+00:00 Starting WS transport topics="libp2p wstransport" tid=1 file=wstransport.nim:154
TRC 2026-03-29 12:31:00.929+00:00 starting transport on addrs topics="libp2p transport" tid=1 file=transport.nim:49 address=@[/ip4/0.0.0.0/tcp/32453/ws]
TRC 2026-03-29 12:31:00.929+00:00 Created HTTP Server topics="libp2p wstransport" tid=1 file=server.nim:262 host=0.0.0.0:32453
TRC 2026-03-29 12:31:00.929+00:00 Listening on topics="libp2p wstransport" tid=1 file=wstransport.nim:204 addresses="[/ip4/0.0.0.0/tcp/32453/ws]"
INF 2026-03-29 12:31:00.929+00:00 Setting up AutonatService topics="libp2p autonatservice" tid=1 file=service.nim:207
TRC 2026-03-29 12:31:00.929+00:00 Running AutonatService topics="libp2p autonatservice" tid=1 file=service.nim:231
TRC 2026-03-29 12:31:00.929+00:00 Asking peers for reachability topics="libp2p autonatservice" tid=1 file=service.nim:160
DBG 2026-03-29 12:31:00.929+00:00 About to accept incoming connection topics="libp2p switch" tid=1 file=switch.nim:272
TRC 2026-03-29 12:31:00.929+00:00 WsTransport accept topics="libp2p wstransport" tid=1 file=wstransport.nim:279
TRC 2026-03-29 12:31:00.929+00:00 Awaiting new request topics="websock http-server" tid=1 file=server.nim:194
TRC 2026-03-29 12:31:00.929+00:00 gossipsub start topics="libp2p gossipsub" tid=1 file=gossipsub.nim:1113
WRN 2026-03-29 12:31:00.929+00:00 Starting gossipsub twice topics="libp2p gossipsub" tid=1 file=gossipsub.nim:1116
WRN 2026-03-29 12:31:00.929+00:00 Starting rendezvous twice topics="waku rendezvous" tid=1 file=rendezvous.nim:626
DBG 2026-03-29 12:31:00.929+00:00 Started libp2p node topics="libp2p switch" tid=1 file=switch.nim:403 peer="(peerId: 16Uiu2HAm1tTcymxB4kSxBZ2aFGA8gjtQiV4eg7YWL8hGnCZQc1NG, listenAddrs: [/ip4/0.0.0.0/tcp/32452, /ip4/0.0.0.0/tcp/32453/ws], addrs: [/ip4/172.18.177.241/tcp/32452, /ip4/172.18.177.241/tcp/32453/ws], protocols: [/ipfs/id/1.0.0, /libp2p/autonat/1.0.0, /libp2p/circuit/relay/0.2.0/hop, /vac/waku/metadata/1.0.0, /vac/waku/store-query/3.0.0, /vac/waku/reconciliation/1.0.0, /vac/waku/transfer/1.0.0, /vac/waku/relay/2.0.0, /vac/waku/rendezvous/1.0.0, /ipfs/ping/1.0.0, /vac/waku/filter-push/2.0.0-beta1, /vac/waku/peer-exchange/2.0.0-alpha1], protoVersion: ipfs/0.1.0, agentVersion: logos-delivery-v0.38.0-rc.0-14-g5c335c)"
INF 2026-03-29 12:31:00.930+00:00 PeerInfo topics="waku node" tid=1 file=waku_node.nim:478 peerId=16U*ZQc1NG addrs="[/ip4/172.18.177.241/tcp/32452, /ip4/172.18.177.241/tcp/32453/ws]"
INF 2026-03-29 12:31:00.930+00:00 Listening on topics="waku node" tid=1 file=waku_node.nim:501 full=[/ip4/0.0.0.0/tcp/32452/p2p/16Uiu2HAm1tTcymxB4kSxBZ2aFGA8gjtQiV4eg7YWL8hGnCZQc1NG][/ip4/0.0.0.0/tcp/32453/ws/p2p/16Uiu2HAm1tTcymxB4kSxBZ2aFGA8gjtQiV4eg7YWL8hGnCZQc1NG] localIp=172.17.0.181 switchAddress="@[/ip4/172.18.177.241/tcp/32452, /ip4/172.18.177.241/tcp/32453/ws]"
INF 2026-03-29 12:31:00.930+00:00 Announcing addresses topics="waku node" tid=1 file=waku_node.nim:503 full=[/ip4/172.18.177.241/tcp/32452/p2p/16Uiu2HAm1tTcymxB4kSxBZ2aFGA8gjtQiV4eg7YWL8hGnCZQc1NG][/ip4/172.18.177.241/tcp/32453/ws/p2p/16Uiu2HAm1tTcymxB4kSxBZ2aFGA8gjtQiV4eg7YWL8hGnCZQc1NG]
INF 2026-03-29 12:31:00.930+00:00 DNS: discoverable ENR topics="waku node" tid=1 file=waku_node.nim:504 enr=enr:-LO4QJ6NO4aF-5WI1ykywN--yihQ4r_24rDD_XdSSRbl9TKAe_jjx8Yy1fmNbAGO7HD0tJ91jkxzfZ09F-4femJdQMUBgmlkgnY0gmlwhKwSsfGKbXVsdGlhZGRyc4wACgSsErHxBn7F3QOCcnOFAAMBAACJc2VjcDI1NmsxoQJgAtRGPMzjwGCn4eBTY5cR60Su6oRJIfe0sJ2x9LE4-YN0Y3CCfsSDdWRwgn7GhXdha3UyEw
INF 2026-03-29 12:31:00.930+00:00 Node started successfully topics="waku node" tid=1 file=waku_node.nim:681
TRC 2026-03-29 12:31:00.930+00:00 Starting relay connectivity loop topics="waku node peer_manager" tid=1 file=peer_manager.nim:1069
TRC 2026-03-29 12:31:00.930+00:00 Starting prune peerstore loop topics="waku node peer_manager" tid=1 file=peer_manager.nim:1062
INF 2026-03-29 12:31:00.930+00:00 Relay peer connections topics="waku node peer_manager" tid=1 file=peer_manager.nim:843 inRelayConns=0/50 outRelayConns=0/25 totalConnections=0/150 notConnectedPeers=0 outsideBackoffPeers=0
INF 2026-03-29 12:31:00.930+00:00 PeerInfo topics="waku node" tid=1 file=waku_node.nim:478 peerId=16U*ZQc1NG addrs="[/ip4/172.18.177.241/tcp/32452, /ip4/172.18.177.241/tcp/32453/ws]"
INF 2026-03-29 12:31:00.930+00:00 Listening on topics="waku node" tid=1 file=waku_node.nim:501 full=[/ip4/0.0.0.0/tcp/32452/p2p/16Uiu2HAm1tTcymxB4kSxBZ2aFGA8gjtQiV4eg7YWL8hGnCZQc1NG][/ip4/0.0.0.0/tcp/32453/ws/p2p/16Uiu2HAm1tTcymxB4kSxBZ2aFGA8gjtQiV4eg7YWL8hGnCZQc1NG] localIp=172.17.0.181 switchAddress="@[/ip4/172.18.177.241/tcp/32452, /ip4/172.18.177.241/tcp/32453/ws]"
INF 2026-03-29 12:31:00.930+00:00 Announcing addresses topics="waku node" tid=1 file=waku_node.nim:503 full=[/ip4/172.18.177.241/tcp/32452/p2p/16Uiu2HAm1tTcymxB4kSxBZ2aFGA8gjtQiV4eg7YWL8hGnCZQc1NG][/ip4/172.18.177.241/tcp/32453/ws/p2p/16Uiu2HAm1tTcymxB4kSxBZ2aFGA8gjtQiV4eg7YWL8hGnCZQc1NG]
INF 2026-03-29 12:31:00.930+00:00 DNS: discoverable ENR topics="waku node" tid=1 file=waku_node.nim:504 enr=enr:-LO4QJ6NO4aF-5WI1ykywN--yihQ4r_24rDD_XdSSRbl9TKAe_jjx8Yy1fmNbAGO7HD0tJ91jkxzfZ09F-4femJdQMUBgmlkgnY0gmlwhKwSsfGKbXVsdGlhZGRyc4wACgSsErHxBn7F3QOCcnOFAAMBAACJc2VjcDI1NmsxoQJgAtRGPMzjwGCn4eBTY5cR60Su6oRJIfe0sJ2x9LE4-YN0Y3CCfsSDdWRwgn7GhXdha3UyEw
INF 2026-03-29 12:31:00.930+00:00 Waku node ENR updated successfully with new multiaddress topics="wakunode waku" tid=1 file=waku.nim:301 enr=enr:-L24QFsxHrLIG1TmFiFOzWlLLIu3xOIVGV9ral5J1EyYfeaqC-mGFLsY6Cws_as2zOBWvht8Q5gxQ_IqTXqWze3ryuwCgmlkgnY0gmlwhKwSsfGKbXVsdGlhZGRyc5YACASsErHxBn7EAAoErBKx8QZ-xd0DgnJzhQADAQAAiXNlY3AyNTZrMaECYALURjzM48Bgp-HgU2OXEetEruqESSH3tLCdsfSxOPmDdGNwgn7Eg3VkcIJ-xoV3YWt1MhM record="(2, id: \"v4\", ip: 172.18.177.241, multiaddrs: 0x000804AC12B1F1067EC4000A04AC12B1F1067EC5DD03, rs: 0x0003010000, secp256k1: 0x026002D4463CCCE3C060A7E1E053639711EB44AEEA844921F7B4B09DB1F4B138F9, tcp: 32452, udp: 32454, waku2: 0x13)"
INF 2026-03-29 12:31:00.930+00:00 peer filtering updated topics="waku discv5" tid=1 file=waku_discv5.nim:70
INF 2026-03-29 12:31:00.930+00:00 Starting discovery v5 service topics="waku discv5" tid=1 file=waku_discv5.nim:336
INF 2026-03-29 12:31:00.930+00:00 start listening on udp port topics="waku discv5" tid=1 file=waku_discv5.nim:338 address=0.0.0.0 port=32454
TRC 2026-03-29 12:31:00.930+00:00 start discv5 service topics="waku discv5" tid=1 file=waku_discv5.nim:346
INF 2026-03-29 12:31:00.931+00:00 Starting discovery v5 search topics="waku discv5" tid=1 file=waku_discv5.nim:258
TRC 2026-03-29 12:31:00.931+00:00 running discv5 discovery loop topics="waku discv5" tid=1 file=waku_discv5.nim:261
TRC 2026-03-29 12:31:00.931+00:00 discv5 discovered peers topics="waku discv5" tid=1 file=waku_discv5.nim:277 num_discovered_peers=0 peers=[]
TRC 2026-03-29 12:31:00.931+00:00 discv5 discarded wrong records topics="waku discv5" tid=1 file=waku_discv5.nim:281 wrong_records=[]
INF 2026-03-29 12:31:00.931+00:00 Successfully started discovery v5 service topics="waku discv5" tid=1 file=waku_discv5.nim:352
INF 2026-03-29 12:31:00.931+00:00 Discv5: discoverable ENR topics="waku discv5" tid=1 file=waku_discv5.nim:353 enrUri=enr:-L24QMNpIPTqrlo8zUbzu9XuyMkWX4Ejrtn7EFEHFIZGKiKQTKcmjeUEE0T2hno3FyF7V8Sffz4Hm29R18ViLYxOITYDgmlkgnY0gmlwhKwSsfGKbXVsdGlhZGRyc5YACASsErHxBn7EAAoErBKx8QZ-xd0DgnJzhQADAQAAiXNlY3AyNTZrMaECYALURjzM48Bgp-HgU2OXEetEruqESSH3tLCdsfSxOPmDdGNwgn7Eg3VkcIJ-xoV3YWt1MhM enr="(3, id: \"v4\", ip: 172.18.177.241, multiaddrs: 0x000804AC12B1F1067EC4000A04AC12B1F1067EC5DD03, rs: 0x0003010000, secp256k1: 0x026002D4463CCCE3C060A7E1E053639711EB44AEEA844921F7B4B09DB1F4B138F9, tcp: 32452, udp: 32454, waku2: 0x13)"
INF 2026-03-29 12:31:00.931+00:00 subscribe topics="waku relay" tid=1 file=protocol.nim:594 pubsubTopic=/waku/2/rs/3/0
TRC 2026-03-29 12:31:00.931+00:00 adding validator for topic topics="libp2p pubsub" tid=1 file=pubsub.nim:667 topic=/waku/2/rs/3/0
TRC 2026-03-29 12:31:00.931+00:00 subscribing to topic topics="libp2p pubsub" tid=1 file=pubsub.nim:625 name=/waku/2/rs/3/0
TRC 2026-03-29 12:31:00.931+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:00.931+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:00.931+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:00.931+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
WRN 2026-03-29 12:31:00.931+00:00 No-effect API call to subscribe. Already subscribed to topic topics="waku node relay api" tid=1 file=relay.nim:161 pubsubTopic=/waku/2/rs/3/0
TRC 2026-03-29 12:31:00.931+00:00 Resolving IP using DNS topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:101 address=one.one.one.one servers="[1.1.1.1:53, 1.0.0.1:53]" domain=AF_UNSPEC
INF 2026-03-29 12:31:00.931+00:00 Health monitor loop start tid=1 file=node_health_monitor.nim:516
DBG 2026-03-29 12:31:00.931+00:00 calculateConnectionState tid=1 file=node_health_monitor.nim:408 relayCount=0 storeClientCount=0 lightpushCount=0 filterCount=0
INF 2026-03-29 12:31:00.931+00:00 starting keepalive tid=1 file=node_health_monitor.nim:678 randomPeersKeepalive=10s allPeersKeepalive=2m
TRC 2026-03-29 12:31:00.932+00:00 Running keepalive loop tid=1 file=node_health_monitor.nim:593
INF 2026-03-29 12:31:00.932+00:00 subscribe (was already subscribed in the mesh; appHandler set) topics="waku node relay api" tid=1 file=relay.nim:163 pubsubTopic=/waku/2/rs/3/0
INF 2026-03-29 12:31:00.933+00:00 REST services are installed tid=1 file=builder.nim:221
INF 2026-03-29 12:31:00.933+00:00 Starting metrics HTTP server topics="waku node metrics" tid=1 file=waku_metrics.nim:63 serverIp=0.0.0.0 serverPort=32455
INF 2026-03-29 12:31:00.933+00:00 getPubSubPeersInMesh - there is no mesh peer for the given pubsub topic topics="waku relay" tid=1 file=protocol.nim:419 pubsubTopic=/waku/2/rs/3/0
INF 2026-03-29 12:31:00.934+00:00 Metrics HTTP server started topics="waku node metrics" tid=1 file=waku_metrics.nim:73 serverIp=0.0.0.0 serverPort=32455
INF 2026-03-29 12:31:00.934+00:00 Setting up shutdown hooks topics="wakunode main" tid=1 file=wakunode2.nim:63
INF 2026-03-29 12:31:00.934+00:00 Node setup complete topics="wakunode main" tid=1 file=wakunode2.nim:102
TRC 2026-03-29 12:31:01.929+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=139958917754960
TRC 2026-03-29 12:31:01.929+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:01.929+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:01.929+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:01.929+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:01.929+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
INF 2026-03-29 12:31:01.929+00:00 periodic sync started topics="waku reconciliation" tid=1 file=reconciliation.nim:438
TRC 2026-03-29 12:31:01.929+00:00 Selecting peer from peerstore topics="waku node peer_manager" tid=1 file=peer_manager.nim:224 protocol=/vac/waku/reconciliation/1.0.0 peers=[] address=139958917633616
TRC 2026-03-29 12:31:01.929+00:00 No peer found for protocol topics="waku node peer_manager" tid=1 file=peer_manager.nim:265 protocol=/vac/waku/reconciliation/1.0.0
ERR 2026-03-29 12:31:01.929+00:00 periodic sync failed topics="waku reconciliation" tid=1 file=reconciliation.nim:441 err="no suitable peer found for sync"
DBG 2026-03-29 12:31:01.955+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:54810 meth=GET uri=/health
DBG 2026-03-29 12:31:01.955+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:54810 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:01.956+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:54810 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:31:02.059+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:54820 meth=GET uri=/health
DBG 2026-03-29 12:31:02.059+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:54820 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:02.059+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:54820 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:31:02.163+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:54832 meth=GET uri=/health
DBG 2026-03-29 12:31:02.163+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:54832 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:02.163+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:54832 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:31:02.268+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:54848 meth=GET uri=/health
DBG 2026-03-29 12:31:02.268+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:54848 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:02.268+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:54848 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:31:02.371+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:54858 meth=GET uri=/health
DBG 2026-03-29 12:31:02.371+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:54858 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:02.371+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:54858 uri=/health content_type=application/json content_size=821
INF 2026-03-29 12:31:02.429+00:00 periodic prune started topics="waku reconciliation" tid=1 file=reconciliation.nim:455
INF 2026-03-29 12:31:02.429+00:00 periodic prune done topics="waku reconciliation" tid=1 file=reconciliation.nim:463 elements_pruned=0
DBG 2026-03-29 12:31:02.476+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:54872 meth=GET uri=/health
DBG 2026-03-29 12:31:02.476+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:54872 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:02.476+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:54872 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:31:02.579+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:54886 meth=GET uri=/health
DBG 2026-03-29 12:31:02.579+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:54886 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:02.580+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:54886 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:31:02.683+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:54892 meth=GET uri=/health
DBG 2026-03-29 12:31:02.683+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:54892 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:02.684+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:54892 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:31:02.787+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:54908 meth=GET uri=/health
DBG 2026-03-29 12:31:02.787+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:54908 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:02.788+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:54908 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:31:02.892+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:54924 meth=GET uri=/health
DBG 2026-03-29 12:31:02.892+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:54924 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:31:02.892+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:54924 uri=/health content_type=application/json content_size=821
TRC 2026-03-29 12:31:02.929+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=139958917754960
TRC 2026-03-29 12:31:02.929+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:02.929+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:02.929+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:02.929+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:02.929+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
INF 2026-03-29 12:31:02.930+00:00 periodic sync started topics="waku reconciliation" tid=1 file=reconciliation.nim:438
TRC 2026-03-29 12:31:02.930+00:00 Selecting peer from peerstore topics="waku node peer_manager" tid=1 file=peer_manager.nim:224 protocol=/vac/waku/reconciliation/1.0.0 peers=[] address=139958917633616
TRC 2026-03-29 12:31:02.930+00:00 No peer found for protocol topics="waku node peer_manager" tid=1 file=peer_manager.nim:265 protocol=/vac/waku/reconciliation/1.0.0
ERR 2026-03-29 12:31:02.930+00:00 periodic sync failed topics="waku reconciliation" tid=1 file=reconciliation.nim:441 err="no suitable peer found for sync"
DBG 2026-03-29 12:31:02.996+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:54938 meth=GET uri=/health
DBG 2026-03-29 12:31:02.996+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:54938 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
iliation.nim:455
INF 2026-03-29 12:31:22.690+00:00 periodic prune done topics="waku reconciliation" tid=1 file=reconciliation.nim:463 elements_pruned=0
TRC 2026-03-29 12:31:23.151+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140440746520656
TRC 2026-03-29 12:31:23.151+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:23.151+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:23.151+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:23.151+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:23.151+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
INF 2026-03-29 12:31:23.183+00:00 periodic sync started topics="waku reconciliation" tid=1 file=reconciliation.nim:438
TRC 2026-03-29 12:31:23.183+00:00 Selecting peer from peerstore topics="waku node peer_manager" tid=1 file=peer_manager.nim:224 protocol=/vac/waku/reconciliation/1.0.0 peers=[] address=140440746399184
TRC 2026-03-29 12:31:23.183+00:00 No peer found for protocol topics="waku node peer_manager" tid=1 file=peer_manager.nim:265 protocol=/vac/waku/reconciliation/1.0.0
ERR 2026-03-29 12:31:23.183+00:00 periodic sync failed topics="waku reconciliation" tid=1 file=reconciliation.nim:441 err="no suitable peer found for sync"
ERR 2026-03-29 12:31:23.184+00:00 connectToRelayPeers: won't attempt new connections - node is offline topics="waku node peer_manager" tid=1 file=peer_manager.nim:624
INF 2026-03-29 12:31:23.691+00:00 periodic prune started topics="waku reconciliation" tid=1 file=reconciliation.nim:455
INF 2026-03-29 12:31:23.691+00:00 periodic prune done topics="waku reconciliation" tid=1 file=reconciliation.nim:463 elements_pruned=0
NF 2026-03-29 12:31:03.369+00:00 periodic sync started topics="waku reconciliation" tid=1 file=reconciliation.nim:438
TRC 2026-03-29 12:31:03.369+00:00 Selecting peer from peerstore topics="waku node peer_manager" tid=1 file=peer_manager.nim:224 protocol=/vac/waku/reconciliation/1.0.0 peers=[] address=140679162275408
TRC 2026-03-29 12:31:03.369+00:00 No peer found for protocol topics="waku node peer_manager" tid=1 file=peer_manager.nim:265 protocol=/vac/waku/reconciliation/1.0.0
ERR 2026-03-29 12:31:03.369+00:00 periodic sync failed topics="waku reconciliation" tid=1 file=reconciliation.nim:441 err="no suitable peer found for sync"
INF 2026-03-29 12:31:03.875+00:00 periodic prune started topics="waku reconciliation" tid=1 file=reconciliation.nim:455
INF 2026-03-29 12:31:03.875+00:00 periodic prune done topics="waku reconciliation" tid=1 file=reconciliation.nim:463 elements_pruned=0
TRC 2026-03-29 12:31:04.336+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140679162396752
TRC 2026-03-29 12:31:04.336+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:04.336+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:04.336+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:04.336+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:04.336+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
INF 2026-03-29 12:31:04.369+00:00 periodic sync started topics="waku reconciliation" tid=1 file=reconciliation.nim:438
TRC 2026-03-29 12:31:04.369+00:00 Selecting peer from peerstore topics="waku node peer_manager" tid=1 file=peer_manager.nim:224 protocol=/vac/waku/reconciliation/1.0.0 peers=[] address=140679162275408
TRC 2026-03-29 12:31:04.369+00:00 No peer found for protocol topics="waku node peer_manager" tid=1 file=peer_manager.nim:265 protocol=/vac/waku/reconciliation/1.0.0
ERR 2026-03-29 12:31:04.369+00:00 periodic sync failed topics="waku reconciliation" tid=1 file=reconciliation.nim:441 err="no suitable peer found for sync"
INF 2026-03-29 12:31:04.875+00:00 periodic prune started topics="waku reconciliation" tid=1 file=reconciliation.nim:455
INF 2026-03-29 12:31:04.875+00:00 periodic prune done topics="waku reconciliation" tid=1 file=reconciliation.nim:463 elements_pruned=0
TRC 2026-03-29 12:31:05.336+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140679162396752
TRC 2026-03-29 12:31:05.336+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:05.336+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:05.336+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:05.336+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:05.336+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
TRC 2026-03-29 12:31:05.336+00:00 running scoring heartbeat topics="libp2p gossipsub" tid=1 file=scoring.nim:312 instance=140679162396752
TRC 2026-03-29 12:31:05.336+00:00 updating scores topics="libp2p gossipsub" tid=1 file=scoring.nim:144 peers=0
TRC 2026-03-29 12:31:05.336+00:00 updated scores topics="libp2p gossipsub" tid=1 file=scoring.nim:308 peers=0
INF 2026-03-29 12:31:05.371+00:00 periodic sync started topics="waku reconciliation" tid=1 file=reconciliation.nim:438
TRC 2026-03-29 12:31:05.371+00:00 Selecting peer from peerstore topics="waku node peer_manager" tid=1 file=peer_manager.nim:224 protocol=/vac/waku/reconciliation/1.0.0 peers=[] address=140679162275408
TRC 2026-03-29 12:31:05.371+00:00 No peer found for protocol topics="waku node peer_manager" tid=1 file=peer_manager.nim:265 protocol=/vac/waku/reconciliation/1.0.0
ERR 2026-03-29 12:31:05.371+00:00 periodic sync failed topics="waku reconciliation" tid=1 file=reconciliation.nim:441 err="no suitable peer found for sync"
INF 2026-03-29 12:31:05.876+00:00 periodic prune started topics="waku reconciliation" tid=1 file=reconciliation.nim:455
INF 2026-03-29 12:31:05.876+00:00 periodic prune done topics="waku reconciliation" tid=1 file=reconciliation.nim:463 elements_pruned=0
TRC 2026-03-29 12:31:06.337+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140679162396752
TRC 2026-03-29 12:31:06.337+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:06.337+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:06.337+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:06.337+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:06.337+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
INF 2026-03-29 12:31:06.371+00:00 periodic sync started topics="waku reconciliation" tid=1 file=reconciliation.nim:438
TRC 2026-03-29 12:31:06.371+00:00 Selecting peer from peerstore topics="waku node peer_manager" tid=1 file=peer_manager.nim:224 protocol=/vac/waku/reconciliation/1.0.0 peers=[] address=140679162275408
TRC 2026-03-29 12:31:06.371+00:00 No peer found for protocol topics="waku node peer_manager" tid=1 file=peer_manager.nim:265 protocol=/vac/waku/reconciliation/1.0.0
ERR 2026-03-29 12:31:06.371+00:00 periodic sync failed topics="waku reconciliation" tid=1 file=reconciliation.nim:441 err="no suitable peer found for sync"
INF 2026-03-29 12:31:06.877+00:00 periodic prune started topics="waku reconciliation" tid=1 file=reconciliation.nim:455
INF 2026-03-29 12:31:06.877+00:00 periodic prune done topics="waku reconciliation" tid=1 file=reconciliation.nim:463 elements_pruned=0
TRC 2026-03-29 12:31:07.336+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140679162396752
TRC 2026-03-29 12:31:07.336+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:07.336+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:07.336+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:07.336+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:07.336+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
TRC 2026-03-29 12:31:07.341+00:00 waku rendezvous advertisements started topics="waku rendezvous" tid=1 file=protocol.nim:112
TRC 2026-03-29 12:31:07.341+00:00 Selecting peer from peerstore topics="waku node peer_manager" tid=1 file=peer_manager.nim:224 protocol=/vac/waku/rendezvous/1.0.0 peers=[] address=140679162275408
TRC 2026-03-29 12:31:07.341+00:00 No peer found for protocol topics="waku node peer_manager" tid=1 file=peer_manager.nim:265 protocol=/vac/waku/rendezvous/1.0.0
INF 2026-03-29 12:31:07.341+00:00 waku rendezvous advertisements failed topics="waku rendezvous" tid=1 file=protocol.nim:135 error="could not get a peer supporting RendezVousCodec"
TRC 2026-03-29 12:31:07.341+00:00 waku rendezvous client requests started topics="waku rendezvous client" tid=1 file=client.nim:43
TRC 2026-03-29 12:31:07.341+00:00 Selecting peer from peerstore topics="waku node peer_manager" tid=1 file=peer_manager.nim:224 protocol=/vac/waku/rendezvous/1.0.0 peers=[] address=140679162275408
TRC 2026-03-29 12:31:07.341+00:00 No peer found for protocol topics="waku node peer_manager" tid=1 file=peer_manager.nim:265 protocol=/vac/waku/rendezvous/1.0.0
ERR 2026-03-29 12:31:07.341+00:00 waku rendezvous requests failed topics="waku rendezvous client" tid=1 file=client.nim:87 error="could not get a peer supporting WakuRendezVousCodec"
TRC 2026-03-29 12:31:07.345+00:00 Mesh peers for keepalive tid=1 file=node_health_monitor.nim:558 meshPeers=[]
TRC 2026-03-29 12:31:07.345+00:00 Selected peers for keepalive tid=1 file=node_health_monitor.nim:569 selected=[]
TRC 2026-03-29 12:31:07.345+00:00 Pinging random peers tid=1 file=node_health_monitor.nim:629 count=0 countdownToPingAll=7
TRC 2026-03-29 12:31:07.345+00:00 Keepalive results tid=1 file=node_health_monitor.nim:644 attemptedPings=0 successfulPings=0
TRC 2026-03-29 12:31:07.345+00:00 Running keepalive loop tid=1 file=node_health_monitor.nim:593
TRC 2026-03-29 12:31:07.345+00:00 running discv5 discovery loop topics="waku discv5" tid=1 file=waku_discv5.nim:261
TRC 2026-03-29 12:31:07.345+00:00 discv5 discovered peers topics="waku discv5" tid=1 file=waku_discv5.nim:277 num_discovered_peers=0 peers=[]
TRC 2026-03-29 12:31:07.345+00:00 discv5 discarded wrong records topics="waku discv5" tid=1 file=waku_discv5.nim:281 wrong_records=[]
INF 2026-03-29 12:31:07.371+00:00 periodic sync started topics="waku reconciliation" tid=1 file=reconciliation.nim:438
TRC 2026-03-29 12:31:07.371+00:00 Selecting peer from peerstore topics="waku node peer_manager" tid=1 file=peer_manager.nim:224 protocol=/vac/waku/reconciliation/1.0.0 peers=[] address=140679162275408
TRC 2026-03-29 12:31:07.371+00:00 No peer found for protocol topics="waku node peer_manager" tid=1 file=peer_manager.nim:265 protocol=/vac/waku/reconciliation/1.0.0
ERR 2026-03-29 12:31:07.371+00:00 periodic sync failed topics="waku reconciliation" tid=1 file=reconciliation.nim:441 err="no suitable peer found for sync"
INF 2026-03-29 12:31:07.387+00:00 Failed to query DNS topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:124 address=one.one.one.one error="DNS server timeout: Timeout exceeded!"
DBG 2026-03-29 12:31:07.387+00:00 Failed to resolve address, returning empty set topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:158
INF 2026-03-29 12:31:07.877+00:00 periodic prune started topics="waku reconciliation" tid=1 file=reconciliation.nim:455
INF 2026-03-29 12:31:07.877+00:00 periodic prune done topics="waku reconciliation" tid=1 file=reconciliation.nim:463 elements_pruned=0
TRC 2026-03-29 12:31:08.336+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140679162396752
TRC 2026-03-29 12:31:08.336+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:08.336+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:08.336+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:08.336+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:08.336+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
INF 2026-03-29 12:31:08.372+00:00 periodic sync started topics="waku reconciliation" tid=1 file=reconciliation.nim:438
TRC 2026-03-29 12:31:08.372+00:00 Selecting peer from peerstore topics="waku node peer_manager" tid=1 file=peer_manager.nim:224 protocol=/vac/waku/reconciliation/1.0.0 peers=[] address=140679162275408
TRC 2026-03-29 12:31:08.372+00:00 No peer found for protocol topics="waku node peer_manager" tid=1 file=peer_manager.nim:265 protocol=/vac/waku/reconciliation/1.0.0
ERR 2026-03-29 12:31:08.372+00:00 periodic sync failed topics="waku reconciliation" tid=1 file=reconciliation.nim:441 err="no suitable peer found for sync"
ERR 2026-03-29 12:31:08.372+00:00 connectToRelayPeers: won't attempt new connections - node is offline topics="waku node peer_manager" tid=1 file=peer_manager.nim:624
INF 2026-03-29 12:31:08.878+00:00 periodic prune started topics="waku reconciliation" tid=1 file=reconciliation.nim:455
INF 2026-03-29 12:31:08.878+00:00 periodic prune done topics="waku reconciliation" tid=1 file=reconciliation.nim:463 elements_pruned=0
TRC 2026-03-29 12:31:09.336+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140679162396752
TRC 2026-03-29 12:31:09.336+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:09.336+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:09.336+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:09.336+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:09.337+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
INF 2026-03-29 12:31:09.373+00:00 periodic sync started topics="waku reconciliation" tid=1 file=reconciliation.nim:438
TRC 2026-03-29 12:31:09.373+00:00 Selecting peer from peerstore topics="waku node peer_manager" tid=1 file=peer_manager.nim:224 protocol=/vac/waku/reconciliation/1.0.0 peers=[] address=140679162275408
TRC 2026-03-29 12:31:09.373+00:00 No peer found for protocol topics="waku node peer_manager" tid=1 file=peer_manager.nim:265 protocol=/vac/waku/reconciliation/1.0.0
ERR 2026-03-29 12:31:09.373+00:00 periodic sync failed topics="waku reconciliation" tid=1 file=reconciliation.nim:441 err="no suitable peer found for sync"
ERR 2026-03-29 12:31:09.373+00:00 connectToRelayPeers: won't attempt new connections - node is offline topics="waku node peer_manager" tid=1 file=peer_manager.nim:624
INF 2026-03-29 12:31:09.879+00:00 periodic prune started topics="waku reconciliation" tid=1 file=reconciliation.nim:455
INF 2026-03-29 12:31:09.879+00:00 periodic prune done topics="waku reconciliation" tid=1 file=reconciliation.nim:463 elements_pruned=0
TRC 2026-03-29 12:31:10.336+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140679162396752
TRC 2026-03-29 12:31:10.336+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:10.336+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:10.336+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:10.336+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:10.336+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
INF 2026-03-29 12:31:10.373+00:00 periodic sync started topics="waku reconciliation" tid=1 file=reconciliation.nim:438
TRC 2026-03-29 12:31:10.373+00:00 Selecting peer from peerstore topics="waku node peer_manager" tid=1 file=peer_manager.nim:224 protocol=/vac/waku/reconciliation/1.0.0 peers=[] address=140679162275408
TRC 2026-03-29 12:31:10.373+00:00 No peer found for protocol topics="waku node peer_manager" tid=1 file=peer_manager.nim:265 protocol=/vac/waku/reconciliation/1.0.0
ERR 2026-03-29 12:31:10.373+00:00 periodic sync failed topics="waku reconciliation" tid=1 file=reconciliation.nim:441 err="no suitable peer found for sync"
ERR 2026-03-29 12:31:10.373+00:00 connectToRelayPeers: won't attempt new connections - node is offline topics="waku node peer_manager" tid=1 file=peer_manager.nim:624
INF 2026-03-29 12:31:10.880+00:00 periodic prune started topics="waku reconciliation" tid=1 file=reconciliation.nim:455
INF 2026-03-29 12:31:10.880+00:00 periodic prune done topics="waku reconciliation" tid=1 file=reconciliation.nim:463 elements_pruned=0
TRC 2026-03-29 12:31:11.337+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140679162396752
TRC 2026-03-29 12:31:11.337+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:11.337+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:11.337+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:11.337+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:11.337+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
INF 2026-03-29 12:31:11.374+00:00 periodic sync started topics="waku reconciliation" tid=1 file=reconciliation.nim:438
TRC 2026-03-29 12:31:11.374+00:00 Selecting peer from peerstore topics="waku node peer_manager" tid=1 file=peer_manager.nim:224 protocol=/vac/waku/reconciliation/1.0.0 peers=[] address=140679162275408
TRC 2026-03-29 12:31:11.374+00:00 No peer found for protocol topics="waku node peer_manager" tid=1 file=peer_manager.nim:265 protocol=/vac/waku/reconciliation/1.0.0
ERR 2026-03-29 12:31:11.374+00:00 periodic sync failed topics="waku reconciliation" tid=1 file=reconciliation.nim:441 err="no suitable peer found for sync"
ERR 2026-03-29 12:31:11.374+00:00 connectToRelayPeers: won't attempt new connections - node is offline topics="waku node peer_manager" tid=1 file=peer_manager.nim:624
INF 2026-03-29 12:31:11.880+00:00 periodic prune started topics="waku reconciliation" tid=1 file=reconciliation.nim:455
INF 2026-03-29 12:31:11.880+00:00 periodic prune done topics="waku reconciliation" tid=1 file=reconciliation.nim:463 elements_pruned=0
TRC 2026-03-29 12:31:12.336+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140679162396752
TRC 2026-03-29 12:31:12.336+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:12.336+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:12.336+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:12.336+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:12.336+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
TRC 2026-03-29 12:31:12.346+00:00 running discv5 discovery loop topics="waku discv5" tid=1 file=waku_discv5.nim:261
TRC 2026-03-29 12:31:12.346+00:00 discv5 discovered peers topics="waku discv5" tid=1 file=waku_discv5.nim:277 num_discovered_peers=0 peers=[]
TRC 2026-03-29 12:31:12.346+00:00 discv5 discarded wrong records topics="waku discv5" tid=1 file=waku_discv5.nim:281 wrong_records=[]
INF 2026-03-29 12:31:12.375+00:00 periodic sync started topics="waku reconciliation" tid=1 file=reconciliation.nim:438
TRC 2026-03-29 12:31:12.375+00:00 Selecting peer from peerstore topics="waku node peer_manager" tid=1 file=peer_manager.nim:224 protocol=/vac/waku/reconciliation/1.0.0 peers=[] address=140679162275408
TRC 2026-03-29 12:31:12.375+00:00 No peer found for protocol topics="waku node peer_manager" tid=1 file=peer_manager.nim:265 protocol=/vac/waku/reconciliation/1.0.0
ERR 2026-03-29 12:31:12.375+00:00 periodic sync failed topics="waku reconciliation" tid=1 file=reconciliation.nim:441 err="no suitable peer found for sync"
ERR 2026-03-29 12:31:12.375+00:00 connectToRelayPeers: won't attempt new connections - node is offline topics="waku node peer_manager" tid=1 file=peer_manager.nim:624
TRC 2026-03-29 12:31:12.388+00:00 Resolving IP using DNS topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:101 address=one.one.one.one servers="[1.1.1.1:53, 1.0.0.1:53]" domain=AF_UNSPEC
INF 2026-03-29 12:31:12.882+00:00 periodic prune started topics="waku reconciliation" tid=1 file=reconciliation.nim:455
INF 2026-03-29 12:31:12.882+00:00 periodic prune done topics="waku reconciliation" tid=1 file=reconciliation.nim:463 elements_pruned=0
TRC 2026-03-29 12:31:13.336+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140679162396752
TRC 2026-03-29 12:31:13.336+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:13.336+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:13.336+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:13.336+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:13.336+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
INF 2026-03-29 12:31:13.375+00:00 periodic sync started topics="waku reconciliation" tid=1 file=reconciliation.nim:438
TRC 2026-03-29 12:31:13.375+00:00 Selecting peer from peerstore topics="waku node peer_manager" tid=1 file=peer_manager.nim:224 protocol=/vac/waku/reconciliation/1.0.0 peers=[] address=140679162275408
TRC 2026-03-29 12:31:13.375+00:00 No peer found for protocol topics="waku node peer_manager" tid=1 file=peer_manager.nim:265 protocol=/vac/waku/reconciliation/1.0.0
ERR 2026-03-29 12:31:13.375+00:00 periodic sync failed topics="waku reconciliation" tid=1 file=reconciliation.nim:441 err="no suitable peer found for sync"
ERR 2026-03-29 12:31:13.375+00:00 connectToRelayPeers: won't attempt new connections - node is offline topics="waku node peer_manager" tid=1 file=peer_manager.nim:624
INF 2026-03-29 12:31:13.883+00:00 periodic prune started topics="waku reconciliation" tid=1 file=reconciliation.nim:455
INF 2026-03-29 12:31:13.883+00:00 periodic prune done topics="waku reconciliation" tid=1 file=reconciliation.nim:463 elements_pruned=0
TRC 2026-03-29 12:31:14.336+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140679162396752
TRC 2026-03-29 12:31:14.336+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:14.336+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:14.336+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:14.336+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:14.336+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
INF 2026-03-29 12:31:14.376+00:00 periodic sync started topics="waku reconciliation" tid=1 file=reconciliation.nim:438
TRC 2026-03-29 12:31:14.376+00:00 Selecting peer from peerstore topics="waku node peer_manager" tid=1 file=peer_manager.nim:224 protocol=/vac/waku/reconciliation/1.0.0 peers=[] address=140679162275408
TRC 2026-03-29 12:31:14.376+00:00 No peer found for protocol topics="waku node peer_manager" tid=1 file=peer_manager.nim:265 protocol=/vac/waku/reconciliation/1.0.0
ERR 2026-03-29 12:31:14.376+00:00 periodic sync failed topics="waku reconciliation" tid=1 file=reconciliation.nim:441 err="no suitable peer found for sync"
ERR 2026-03-29 12:31:14.376+00:00 connectToRelayPeers: won't attempt new connections - node is offline topics="waku node peer_manager" tid=1 file=peer_manager.nim:624
INF 2026-03-29 12:31:14.884+00:00 periodic prune started topics="waku reconciliation" tid=1 file=reconciliation.nim:455
INF 2026-03-29 12:31:14.884+00:00 periodic prune done topics="waku reconciliation" tid=1 file=reconciliation.nim:463 elements_pruned=0
TRC 2026-03-29 12:31:15.336+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140679162396752
TRC 2026-03-29 12:31:15.336+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:15.336+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:15.336+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:15.336+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:15.336+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
INF 2026-03-29 12:31:15.377+00:00 periodic sync started topics="waku reconciliation" tid=1 file=reconciliation.nim:438
TRC 2026-03-29 12:31:15.377+00:00 Selecting peer from peerstore topics="waku node peer_manager" tid=1 file=peer_manager.nim:224 protocol=/vac/waku/reconciliation/1.0.0 peers=[] address=140679162275408
TRC 2026-03-29 12:31:15.377+00:00 No peer found for protocol topics="waku node peer_manager" tid=1 file=peer_manager.nim:265 protocol=/vac/waku/reconciliation/1.0.0
ERR 2026-03-29 12:31:15.377+00:00 periodic sync failed topics="waku reconciliation" tid=1 file=reconciliation.nim:441 err="no suitable peer found for sync"
ERR 2026-03-29 12:31:15.377+00:00 connectToRelayPeers: won't attempt new connections - node is offline topics="waku node peer_manager" tid=1 file=peer_manager.nim:624
INF 2026-03-29 12:31:15.885+00:00 periodic prune started topics="waku reconciliation" tid=1 file=reconciliation.nim:455
INF 2026-03-29 12:31:15.885+00:00 periodic prune done topics="waku reconciliation" tid=1 file=reconciliation.nim:463 elements_pruned=0
TRC 2026-03-29 12:31:16.336+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140679162396752
TRC 2026-03-29 12:31:16.336+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:16.336+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:16.336+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:16.336+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:16.336+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
INF 2026-03-29 12:31:16.377+00:00 periodic sync started topics="waku reconciliation" tid=1 file=reconciliation.nim:438
TRC 2026-03-29 12:31:16.377+00:00 Selecting peer from peerstore topics="waku node peer_manager" tid=1 file=peer_manager.nim:224 protocol=/vac/waku/reconciliation/1.0.0 peers=[] address=140679162275408
TRC 2026-03-29 12:31:16.377+00:00 No peer found for protocol topics="waku node peer_manager" tid=1 file=peer_manager.nim:265 protocol=/vac/waku/reconciliation/1.0.0
ERR 2026-03-29 12:31:16.377+00:00 periodic sync failed topics="waku reconciliation" tid=1 file=reconciliation.nim:441 err="no suitable peer found for sync"
ERR 2026-03-29 12:31:16.377+00:00 connectToRelayPeers: won't attempt new connections - node is offline topics="waku node peer_manager" tid=1 file=peer_manager.nim:624
TRC 2026-03-29 12:31:16.876+00:00 Got IPs from DNS server topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:155 resolvedAddresses={"1.1.1.1", "1.0.0.1", "2606:4700:4700:0000:0000:0000:0000:1111", "2606:4700:4700:0000:0000:0000:0000:1001"} server=1.1.1.1:53
INF 2026-03-29 12:31:16.885+00:00 periodic prune started topics="waku reconciliation" tid=1 file=reconciliation.nim:455
INF 2026-03-29 12:31:16.885+00:00 periodic prune done topics="waku reconciliation" tid=1 file=reconciliation.nim:463 elements_pruned=0
TRC 2026-03-29 12:31:17.336+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140679162396752
TRC 2026-03-29 12:31:17.336+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:17.336+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:17.336+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:17.336+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:17.336+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
TRC 2026-03-29 12:31:17.336+00:00 running scoring heartbeat topics="libp2p gossipsub" tid=1 file=scoring.nim:312 instance=140679162396752
TRC 2026-03-29 12:31:17.336+00:00 updating scores topics="libp2p gossipsub" tid=1 file=scoring.nim:144 peers=0
TRC 2026-03-29 12:31:17.336+00:00 updated scores topics="libp2p gossipsub" tid=1 file=scoring.nim:308 peers=0
TRC 2026-03-29 12:31:17.337+00:00 Running AutonatService topics="libp2p autonatservice" tid=1 file=service.nim:231
TRC 2026-03-29 12:31:17.337+00:00 Asking peers for reachability topics="libp2p autonatservice" tid=1 file=service.nim:160
TRC 2026-03-29 12:31:17.340+00:00 waku rendezvous advertisements started topics="waku rendezvous" tid=1 file=protocol.nim:112
TRC 2026-03-29 12:31:17.340+00:00 Selecting peer from peerstore topics="waku node peer_manager" tid=1 file=peer_manager.nim:224 protocol=/vac/waku/rendezvous/1.0.0 peers=[] address=140679162275408
TRC 2026-03-29 12:31:17.340+00:00 No peer found for protocol topics="waku node peer_manager" tid=1 file=peer_manager.nim:265 protocol=/vac/waku/rendezvous/1.0.0
INF 2026-03-29 12:31:17.340+00:00 waku rendezvous advertisements failed topics="waku rendezvous" tid=1 file=protocol.nim:135 error="could not get a peer supporting RendezVousCodec"
TRC 2026-03-29 12:31:17.341+00:00 waku rendezvous client requests started topics="waku rendezvous client" tid=1 file=client.nim:43
TRC 2026-03-29 12:31:17.341+00:00 Selecting peer from peerstore topics="waku node peer_manager" tid=1 file=peer_manager.nim:224 protocol=/vac/waku/rendezvous/1.0.0 peers=[] address=140679162275408
TRC 2026-03-29 12:31:17.342+00:00 No peer found for protocol topics="waku node peer_manager" tid=1 file=peer_manager.nim:265 protocol=/vac/waku/rendezvous/1.0.0
ERR 2026-03-29 12:31:17.342+00:00 waku rendezvous requests failed topics="waku rendezvous client" tid=1 file=client.nim:87 error="could not get a peer supporting WakuRendezVousCodec"
TRC 2026-03-29 12:31:17.346+00:00 Mesh peers for keepalive tid=1 file=node_health_monitor.nim:558 meshPeers=[]
TRC 2026-03-29 12:31:17.346+00:00 Selected peers for keepalive tid=1 file=node_health_monitor.nim:569 selected=[]
TRC 2026-03-29 12:31:17.346+00:00 Pinging random peers tid=1 file=node_health_monitor.nim:629 count=0 countdownToPingAll=6
TRC 2026-03-29 12:31:17.346+00:00 Keepalive results tid=1 file=node_health_monitor.nim:644 attemptedPings=0 successfulPings=0
TRC 2026-03-29 12:31:17.346+00:00 Running keepalive loop tid=1 file=node_health_monitor.nim:593
TRC 2026-03-29 12:31:17.346+00:00 running discv5 discovery loop topics="waku discv5" tid=1 file=waku_discv5.nim:261
TRC 2026-03-29 12:31:17.346+00:00 discv5 discovered peers topics="waku discv5" tid=1 file=waku_discv5.nim:277 num_discovered_peers=0 peers=[]
TRC 2026-03-29 12:31:17.346+00:00 discv5 discarded wrong records topics="waku discv5" tid=1 file=waku_discv5.nim:281 wrong_records=[]
INF 2026-03-29 12:31:17.378+00:00 periodic sync started topics="waku reconciliation" tid=1 file=reconciliation.nim:438
TRC 2026-03-29 12:31:17.378+00:00 Selecting peer from peerstore topics="waku node peer_manager" tid=1 file=peer_manager.nim:224 protocol=/vac/waku/reconciliation/1.0.0 peers=[] address=140679162275408
TRC 2026-03-29 12:31:17.378+00:00 No peer found for protocol topics="waku node peer_manager" tid=1 file=peer_manager.nim:265 protocol=/vac/waku/reconciliation/1.0.0
ERR 2026-03-29 12:31:17.378+00:00 periodic sync failed topics="waku reconciliation" tid=1 file=reconciliation.nim:441 err="no suitable peer found for sync"
INF 2026-03-29 12:31:17.887+00:00 periodic prune started topics="waku reconciliation" tid=1 file=reconciliation.nim:455
INF 2026-03-29 12:31:17.887+00:00 periodic prune done topics="waku reconciliation" tid=1 file=reconciliation.nim:463 elements_pruned=0
TRC 2026-03-29 12:31:18.336+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140679162396752
TRC 2026-03-29 12:31:18.336+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:18.336+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:18.336+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:18.336+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:18.336+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
INF 2026-03-29 12:31:18.379+00:00 periodic sync started topics="waku reconciliation" tid=1 file=reconciliation.nim:438
TRC 2026-03-29 12:31:18.379+00:00 Selecting peer from peerstore topics="waku node peer_manager" tid=1 file=peer_manager.nim:224 protocol=/vac/waku/reconciliation/1.0.0 peers=[] address=140679162275408
TRC 2026-03-29 12:31:18.379+00:00 No peer found for protocol topics="waku node peer_manager" tid=1 file=peer_manager.nim:265 protocol=/vac/waku/reconciliation/1.0.0
ERR 2026-03-29 12:31:18.379+00:00 periodic sync failed topics="waku reconciliation" tid=1 file=reconciliation.nim:441 err="no suitable peer found for sync"
INF 2026-03-29 12:31:18.887+00:00 periodic prune started topics="waku reconciliation" tid=1 file=reconciliation.nim:455
INF 2026-03-29 12:31:18.887+00:00 periodic prune done topics="waku reconciliation" tid=1 file=reconciliation.nim:463 elements_pruned=0
TRC 2026-03-29 12:31:19.336+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140679162396752
TRC 2026-03-29 12:31:19.336+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:19.336+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:19.336+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:19.336+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:19.336+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
INF 2026-03-29 12:31:19.379+00:00 periodic sync started topics="waku reconciliation" tid=1 file=reconciliation.nim:438
TRC 2026-03-29 12:31:19.379+00:00 Selecting peer from peerstore topics="waku node peer_manager" tid=1 file=peer_manager.nim:224 protocol=/vac/waku/reconciliation/1.0.0 peers=[] address=140679162275408
TRC 2026-03-29 12:31:19.379+00:00 No peer found for protocol topics="waku node peer_manager" tid=1 file=peer_manager.nim:265 protocol=/vac/waku/reconciliation/1.0.0
ERR 2026-03-29 12:31:19.379+00:00 periodic sync failed topics="waku reconciliation" tid=1 file=reconciliation.nim:441 err="no suitable peer found for sync"
INF 2026-03-29 12:31:19.888+00:00 periodic prune started topics="waku reconciliation" tid=1 file=reconciliation.nim:455
INF 2026-03-29 12:31:19.888+00:00 periodic prune done topics="waku reconciliation" tid=1 file=reconciliation.nim:463 elements_pruned=0
TRC 2026-03-29 12:31:20.336+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140679162396752
TRC 2026-03-29 12:31:20.336+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:20.336+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:20.336+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:20.336+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:20.336+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
INF 2026-03-29 12:31:20.381+00:00 periodic sync started topics="waku reconciliation" tid=1 file=reconciliation.nim:438
TRC 2026-03-29 12:31:20.381+00:00 Selecting peer from peerstore topics="waku node peer_manager" tid=1 file=peer_manager.nim:224 protocol=/vac/waku/reconciliation/1.0.0 peers=[] address=140679162275408
TRC 2026-03-29 12:31:20.381+00:00 No peer found for protocol topics="waku node peer_manager" tid=1 file=peer_manager.nim:265 protocol=/vac/waku/reconciliation/1.0.0
ERR 2026-03-29 12:31:20.381+00:00 periodic sync failed topics="waku reconciliation" tid=1 file=reconciliation.nim:441 err="no suitable peer found for sync"
INF 2026-03-29 12:31:20.889+00:00 periodic prune started topics="waku reconciliation" tid=1 file=reconciliation.nim:455
INF 2026-03-29 12:31:20.889+00:00 periodic prune done topics="waku reconciliation" tid=1 file=reconciliation.nim:463 elements_pruned=0
TRC 2026-03-29 12:31:21.336+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140679162396752
TRC 2026-03-29 12:31:21.336+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:21.336+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:21.336+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:21.336+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:21.336+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
INF 2026-03-29 12:31:21.381+00:00 periodic sync started topics="waku reconciliation" tid=1 file=reconciliation.nim:438
TRC 2026-03-29 12:31:21.381+00:00 Selecting peer from peerstore topics="waku node peer_manager" tid=1 file=peer_manager.nim:224 protocol=/vac/waku/reconciliation/1.0.0 peers=[] address=140679162275408
TRC 2026-03-29 12:31:21.381+00:00 No peer found for protocol topics="waku node peer_manager" tid=1 file=peer_manager.nim:265 protocol=/vac/waku/reconciliation/1.0.0
ERR 2026-03-29 12:31:21.381+00:00 periodic sync failed topics="waku reconciliation" tid=1 file=reconciliation.nim:441 err="no suitable peer found for sync"
TRC 2026-03-29 12:31:21.877+00:00 Resolving IP using DNS topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:101 address=one.one.one.one servers="[1.1.1.1:53, 1.0.0.1:53]" domain=AF_UNSPEC
INF 2026-03-29 12:31:21.890+00:00 periodic prune started topics="waku reconciliation" tid=1 file=reconciliation.nim:455
INF 2026-03-29 12:31:21.890+00:00 periodic prune done topics="waku reconciliation" tid=1 file=reconciliation.nim:463 elements_pruned=0
TRC 2026-03-29 12:31:22.336+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140679162396752
TRC 2026-03-29 12:31:22.336+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:22.336+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:22.336+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:22.336+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:22.336+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
TRC 2026-03-29 12:31:22.347+00:00 running discv5 discovery loop topics="waku discv5" tid=1 file=waku_discv5.nim:261
TRC 2026-03-29 12:31:22.347+00:00 discv5 discovered peers topics="waku discv5" tid=1 file=waku_discv5.nim:277 num_discovered_peers=0 peers=[]
TRC 2026-03-29 12:31:22.347+00:00 discv5 discarded wrong records topics="waku discv5" tid=1 file=waku_discv5.nim:281 wrong_records=[]
INF 2026-03-29 12:31:22.381+00:00 periodic sync started topics="waku reconciliation" tid=1 file=reconciliation.nim:438
TRC 2026-03-29 12:31:22.381+00:00 Selecting peer from peerstore topics="waku node peer_manager" tid=1 file=peer_manager.nim:224 protocol=/vac/waku/reconciliation/1.0.0 peers=[] address=140679162275408
TRC 2026-03-29 12:31:22.381+00:00 No peer found for protocol topics="waku node peer_manager" tid=1 file=peer_manager.nim:265 protocol=/vac/waku/reconciliation/1.0.0
ERR 2026-03-29 12:31:22.381+00:00 periodic sync failed topics="waku reconciliation" tid=1 file=reconciliation.nim:441 err="no suitable peer found for sync"
INF 2026-03-29 12:31:22.891+00:00 periodic prune started topics="waku reconciliation" tid=1 file=reconciliation.nim:455
INF 2026-03-29 12:31:22.891+00:00 periodic prune done topics="waku reconciliation" tid=1 file=reconciliation.nim:463 elements_pruned=0
TRC 2026-03-29 12:31:23.336+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140679162396752
TRC 2026-03-29 12:31:23.337+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:23.337+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:23.337+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:23.337+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:31:23.337+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
INF 2026-03-29 12:31:23.382+00:00 periodic sync started topics="waku reconciliation" tid=1 file=reconciliation.nim:438
TRC 2026-03-29 12:31:23.382+00:00 Selecting peer from peerstore topics="waku node peer_manager" tid=1 file=peer_manager.nim:224 protocol=/vac/waku/reconciliation/1.0.0 peers=[] address=140679162275408
TRC 2026-03-29 12:31:23.382+00:00 No peer found for protocol topics="waku node peer_manager" tid=1 file=peer_manager.nim:265 protocol=/vac/waku/reconciliation/1.0.0
ERR 2026-03-29 12:31:23.382+00:00 periodic sync failed topics="waku reconciliation" tid=1 file=reconciliation.nim:441 err="no suitable peer found for sync"
INF 2026-03-29 12:31:23.892+00:00 periodic prune started topics="waku reconciliation" tid=1 file=reconciliation.nim:455
INF 2026-03-29 12:31:23.892+00:00 periodic prune done topics="waku reconciliation" tid=1 file=reconciliation.nim:463 elements_pruned=0