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

1751 lines
311 KiB
Plaintext

WRN 2026-03-29 12:32:08.389+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:32:08.389+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:32:08.389+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:32:08.389+00:00 Configuration. Network topics="waku conf" tid=1 file=waku_conf.nim:166 cluster=3
INF 2026-03-29 12:32:08.389+00:00 Configuration. Active Relay Shards topics="waku conf" tid=1 file=waku_conf.nim:169 shard=0
INF 2026-03-29 12:32:08.391+00:00 Setting up storage tid=1 file=node_factory.nim:532
INF 2026-03-29 12:32:08.391+00:00 Initializing node tid=1 file=node_factory.nim:541
TRC 2026-03-29 12:32:08.393+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/ipfs/id/1.0.0]"
TRC 2026-03-29 12:32:08.393+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/libp2p/autonat/1.0.0]"
TRC 2026-03-29 12:32:08.393+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:32:08.393+00:00 no peer storage found tid=1 file=peer_manager.nim:1219
INF 2026-03-29 12:32:08.393+00:00 Initializing networking tid=1 file=waku_node.nim:228 addrs="@[/ip4/172.18.162.189/tcp/12818, /ip4/172.18.162.189/tcp/12819/ws]"
INF 2026-03-29 12:32:08.393+00:00 Mounting protocols tid=1 file=node_factory.nim:547
INF 2026-03-29 12:32:08.393+00:00 Created WakuMetadata protocol topics="waku node" tid=1 file=protocol.nim:107 clusterId=3 shards="[0]"
TRC 2026-03-29 12:32:08.393+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:32:08.396+00:00 sqlite database page stats tid=1 file=builder.nim:53 pageSize=4096 pages=1 freePages=0
INF 2026-03-29 12:32:08.396+00:00 starting message store's sqlite database migration topics="waku archive migration" tid=1 file=migrations.nim:57
INF 2026-03-29 12:32:08.396+00:00 Not considered schema version 7 topics="waku archive migration" tid=1 file=migrations.nim:45
INF 2026-03-29 12:32:08.396+00:00 database schema is outdated topics="sqlite" tid=1 file=db_sqlite.nim:447 userVersion=0 targetVersion=10
INF 2026-03-29 12:32:08.397+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:32:08.401+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:32:08.401+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:32:08.401+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:32:08.401+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:32:08.401+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:32:08.401+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE Message;"
INF 2026-03-29 12:32:08.402+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP TABLE Message;"
INF 2026-03-29 12:32:08.402+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:32:08.404+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:32:08.404+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:32:08.404+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:32:08.404+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE Message_backup;"
INF 2026-03-29 12:32:08.404+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:32:08.406+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:32:08.407+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:32:08.407+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:32:08.407+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:32:08.407+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE Message;"
INF 2026-03-29 12:32:08.407+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP TABLE Message;"
INF 2026-03-29 12:32:08.407+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:32:08.408+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:32:08.408+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:32:08.408+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:32:08.408+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE Message_backup;"
INF 2026-03-29 12:32:08.414+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:32:08.414+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:32:08.416+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:32:08.416+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:32:08.417+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:32:08.417+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:32:08.417+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:32:08.417+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE Message_backup;"
INF 2026-03-29 12:32:08.418+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:32:08.418+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:32:08.418+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:32:08.418+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:32:08.420+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:32:08.420+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:32:08.421+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:32:08.421+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:32:08.422+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:32:08.422+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:32:08.422+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:32:08.422+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:32:08.423+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:32:08.423+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:32:08.425+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:32:08.425+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:32:08.426+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:32:08.426+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:32:08.426+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:32:08.426+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE message_backup;"
INF 2026-03-29 12:32:08.427+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:32:08.428+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:32:08.430+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:32:08.430+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:32:08.431+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:32:08.431+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:32:08.431+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:32:08.431+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE message_backup;"
INF 2026-03-29 12:32:08.432+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:32:08.432+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:32:08.433+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:32:08.433+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:32:08.434+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:32:08.435+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:32:08.437+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:32:08.437+00:00 database user_version updated topics="sqlite" tid=1 file=db_sqlite.nim:481 userVersion=10
INF 2026-03-29 12:32:08.437+00:00 finished message store's sqlite database migration topics="waku archive migration" tid=1 file=migrations.nim:70
INF 2026-03-29 12:32:08.437+00:00 setting up sqlite waku archive driver tid=1 file=builder.nim:65
INF 2026-03-29 12:32:08.438+00:00 executing message retention policy topics="waku archive" tid=1 file=archive.nim:270 policy=time:172800
INF 2026-03-29 12:32:08.439+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:32:08.439+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:32:08.439+00:00 mounting waku store protocol topics="waku node store api" tid=1 file=store.nim:255
TRC 2026-03-29 12:32:08.439+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:32:08.439+00:00 initial storage filling started topics="waku reconciliation" tid=1 file=reconciliation.nim:357
INF 2026-03-29 12:32:08.439+00:00 initial storage filling done topics="waku reconciliation" tid=1 file=reconciliation.nim:379 elements=0
INF 2026-03-29 12:32:08.439+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:32:08.439+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:32:08.439+00:00 Store Transfer protocol initialized topics="waku node" tid=1 file=transfer.nim:216
TRC 2026-03-29 12:32:08.439+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:32:08.440+00:00 mounting store client topics="waku node store api" tid=1 file=store.nim:274
INF 2026-03-29 12:32:08.440+00:00 mounting legacy store client topics="waku node store api" tid=1 file=store.nim:145
INF 2026-03-29 12:32:08.440+00:00 mounting auto sharding topics="waku node" tid=1 file=waku_node.nim:305 clusterId=3 shardCount=1
INF 2026-03-29 12:32:08.440+00:00 Shards created from content topics tid=1 file=node_factory.nim:333 contentTopics=[] shards=[]
INF 2026-03-29 12:32:08.440+00:00 Setting max message size tid=1 file=node_factory.nim:342 num_bytes=153600
INF 2026-03-29 12:32:08.440+00:00 mounting relay protocol topics="waku node relay api" tid=1 file=relay.nim:259
TRC 2026-03-29 12:32:08.440+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:32:08.440+00:00 relay mounted successfully topics="waku node relay api" tid=1 file=relay.nim:276
INF 2026-03-29 12:32:08.440+00:00 adding validator to signed shards tid=1 file=validator_signed.nim:56 protectedShards=[] clusterId=3
INF 2026-03-29 12:32:08.440+00:00 mounting rendezvous discovery protocol topics="waku node" tid=1 file=waku_node.nim:432
INF 2026-03-29 12:32:08.440+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*EPfdHc, seqNo: 1774787528, addresses: [/ip4/172.18.162.189/tcp/12818, /ip4/172.18.162.189/tcp/12819/ws], mixKey: )"
TRC 2026-03-29 12:32:08.441+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:32:08.441+00:00 mounting rendezvous client topics="waku node" tid=1 file=waku_node.nim:418
INF 2026-03-29 12:32:08.441+00:00 waku rendezvous client initialized topics="waku node" tid=1 file=client.nim:130 clusterId=3
INF 2026-03-29 12:32:08.441+00:00 mounting libp2p ping protocol topics="waku node ping api" tid=1 file=ping.nim:20
TRC 2026-03-29 12:32:08.441+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/ipfs/ping/1.0.0]"
INF 2026-03-29 12:32:08.441+00:00 mounting light push client topics="waku node lightpush api" tid=1 file=lightpush.nim:183
INF 2026-03-29 12:32:08.441+00:00 mounting legacy light push client topics="waku node lightpush api" tid=1 file=lightpush.nim:72
INF 2026-03-29 12:32:08.441+00:00 mounting filter client topics="waku node filter api" tid=1 file=filter.nim:81
TRC 2026-03-29 12:32:08.441+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:32:08.441+00:00 mounting waku peer exchange topics="waku node peerexchange api" tid=1 file=peer_exchange.nim:37
TRC 2026-03-29 12:32:08.441+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:32:08.442+00:00 mounting waku peer exchange client topics="waku node peerexchange api" tid=1 file=peer_exchange.nim:54
NTC 2026-03-29 12:32:08.442+00:00 REST service started tid=1 file=server.nim:182 address=0.0.0.0:12817
INF 2026-03-29 12:32:08.442+00:00 Starting REST HTTP server tid=1 file=builder.nim:113 url=http://0.0.0.0:12817/
INF 2026-03-29 12:32:08.442+00:00 No external callbacks to be set topics="wakunode waku" tid=1 file=waku.nim:127
TRC 2026-03-29 12:32:08.442+00:00 Send processor chain topics="send service" tid=1 file=send_service.nim:94 index=1 processor=BaseSendProcessor
INF 2026-03-29 12:32:08.442+00:00 Retrieve dynamic bootstrap nodes topics="wakunode waku" tid=1 file=waku.nim:367
INF 2026-03-29 12:32:08.442+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:32:08.442+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:32:08.442+00:00 starting relay protocol topics="waku node" tid=1 file=waku_node.nim:389
INF 2026-03-29 12:32:08.442+00:00 start topics="waku relay" tid=1 file=protocol.nim:519
TRC 2026-03-29 12:32:08.442+00:00 gossipsub start topics="libp2p gossipsub" tid=1 file=gossipsub.nim:1113
TRC 2026-03-29 12:32:08.442+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=139818261848144
TRC 2026-03-29 12:32:08.443+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
TRC 2026-03-29 12:32:08.443+00:00 running scoring heartbeat topics="libp2p gossipsub" tid=1 file=scoring.nim:312 instance=139818261848144
TRC 2026-03-29 12:32:08.443+00:00 updating scores topics="libp2p gossipsub" tid=1 file=scoring.nim:144 peers=0
TRC 2026-03-29 12:32:08.443+00:00 updated scores topics="libp2p gossipsub" tid=1 file=scoring.nim:308 peers=0
INF 2026-03-29 12:32:08.443+00:00 relay started successfully topics="waku node" tid=1 file=waku_node.nim:410
INF 2026-03-29 12:32:08.443+00:00 waku rendezvous periodic registration started topics="waku rendezvous" tid=1 file=protocol.nim:127 interval=10s
INF 2026-03-29 12:32:08.443+00:00 waku rendezvous discovery started topics="waku rendezvous" tid=1 file=protocol.nim:227
INF 2026-03-29 12:32:08.443+00:00 waku rendezvous periodic requests started topics="waku rendezvous client" tid=1 file=client.nim:80 interval=10s
INF 2026-03-29 12:32:08.443+00:00 waku rendezvous client started topics="waku rendezvous client" tid=1 file=client.nim:136
INF 2026-03-29 12:32:08.443+00:00 periodic sync initialized topics="waku reconciliation" tid=1 file=reconciliation.nim:433 interval=1s
INF 2026-03-29 12:32:08.443+00:00 periodic prune initialized topics="waku reconciliation" tid=1 file=reconciliation.nim:447 interval=1s
INF 2026-03-29 12:32:08.443+00:00 Store Sync Reconciliation protocol started topics="waku reconciliation" tid=1 file=reconciliation.nim:485
INF 2026-03-29 12:32:08.443+00:00 Store Sync Transfer protocol started topics="waku transfer" tid=1 file=transfer.nim:229
DBG 2026-03-29 12:32:08.443+00:00 starting switch for peer topics="libp2p switch" tid=1 file=switch.nim:363 peerInfo="(peerId: 16Uiu2HAm2c9xfpJPZy7z5mvVxwbtwdBv3PnitowQ17nmwqEPfdHc, listenAddrs: [/ip4/0.0.0.0/tcp/12819/ws, /ip4/0.0.0.0/tcp/12818], 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:32:08.444+00:00 Starting TCP transport topics="libp2p tcptransport" tid=1 file=tcptransport.nim:116
TRC 2026-03-29 12:32:08.444+00:00 Listening on topics="libp2p tcptransport" tid=1 file=tcptransport.nim:140 address=/ip4/0.0.0.0/tcp/12818
TRC 2026-03-29 12:32:08.444+00:00 starting transport on addrs topics="libp2p transport" tid=1 file=transport.nim:49 address=@[/ip4/0.0.0.0/tcp/12818]
DBG 2026-03-29 12:32:08.444+00:00 About to accept incoming connection topics="libp2p switch" tid=1 file=switch.nim:272
TRC 2026-03-29 12:32:08.445+00:00 Starting WS transport topics="libp2p wstransport" tid=1 file=wstransport.nim:154
TRC 2026-03-29 12:32:08.445+00:00 starting transport on addrs topics="libp2p transport" tid=1 file=transport.nim:49 address=@[/ip4/0.0.0.0/tcp/12819/ws]
TRC 2026-03-29 12:32:08.445+00:00 Created HTTP Server topics="libp2p wstransport" tid=1 file=server.nim:262 host=0.0.0.0:12819
TRC 2026-03-29 12:32:08.445+00:00 Listening on topics="libp2p wstransport" tid=1 file=wstransport.nim:204 addresses="[/ip4/0.0.0.0/tcp/12819/ws]"
INF 2026-03-29 12:32:08.445+00:00 Setting up AutonatService topics="libp2p autonatservice" tid=1 file=service.nim:207
TRC 2026-03-29 12:32:08.445+00:00 Running AutonatService topics="libp2p autonatservice" tid=1 file=service.nim:231
TRC 2026-03-29 12:32:08.445+00:00 Asking peers for reachability topics="libp2p autonatservice" tid=1 file=service.nim:160
DBG 2026-03-29 12:32:08.445+00:00 About to accept incoming connection topics="libp2p switch" tid=1 file=switch.nim:272
TRC 2026-03-29 12:32:08.445+00:00 WsTransport accept topics="libp2p wstransport" tid=1 file=wstransport.nim:279
TRC 2026-03-29 12:32:08.445+00:00 Awaiting new request topics="websock http-server" tid=1 file=server.nim:194
TRC 2026-03-29 12:32:08.446+00:00 gossipsub start topics="libp2p gossipsub" tid=1 file=gossipsub.nim:1113
WRN 2026-03-29 12:32:08.446+00:00 Starting gossipsub twice topics="libp2p gossipsub" tid=1 file=gossipsub.nim:1116
WRN 2026-03-29 12:32:08.446+00:00 Starting rendezvous twice topics="waku rendezvous" tid=1 file=rendezvous.nim:626
DBG 2026-03-29 12:32:08.446+00:00 Started libp2p node topics="libp2p switch" tid=1 file=switch.nim:403 peer="(peerId: 16Uiu2HAm2c9xfpJPZy7z5mvVxwbtwdBv3PnitowQ17nmwqEPfdHc, listenAddrs: [/ip4/0.0.0.0/tcp/12818, /ip4/0.0.0.0/tcp/12819/ws], addrs: [/ip4/172.18.162.189/tcp/12818, /ip4/172.18.162.189/tcp/12819/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:32:08.446+00:00 PeerInfo topics="waku node" tid=1 file=waku_node.nim:478 peerId=16U*EPfdHc addrs="[/ip4/172.18.162.189/tcp/12818, /ip4/172.18.162.189/tcp/12819/ws]"
INF 2026-03-29 12:32:08.446+00:00 Listening on topics="waku node" tid=1 file=waku_node.nim:501 full=[/ip4/0.0.0.0/tcp/12818/p2p/16Uiu2HAm2c9xfpJPZy7z5mvVxwbtwdBv3PnitowQ17nmwqEPfdHc][/ip4/0.0.0.0/tcp/12819/ws/p2p/16Uiu2HAm2c9xfpJPZy7z5mvVxwbtwdBv3PnitowQ17nmwqEPfdHc] localIp=172.17.0.183 switchAddress="@[/ip4/172.18.162.189/tcp/12818, /ip4/172.18.162.189/tcp/12819/ws]"
INF 2026-03-29 12:32:08.446+00:00 Announcing addresses topics="waku node" tid=1 file=waku_node.nim:503 full=[/ip4/172.18.162.189/tcp/12818/p2p/16Uiu2HAm2c9xfpJPZy7z5mvVxwbtwdBv3PnitowQ17nmwqEPfdHc][/ip4/172.18.162.189/tcp/12819/ws/p2p/16Uiu2HAm2c9xfpJPZy7z5mvVxwbtwdBv3PnitowQ17nmwqEPfdHc]
INF 2026-03-29 12:32:08.447+00:00 DNS: discoverable ENR topics="waku node" tid=1 file=waku_node.nim:504 enr=enr:-LO4QH8q4txBxDOl9lbplriaiuhiD0RNeHM-o7cxCfffpFpMaWeTUxTj4DoNmRAHVjJcaLrHWpAlUv5Nt89dpTmEcOIBgmlkgnY0gmlwhKwSor2KbXVsdGlhZGRyc4wACgSsEqK9BjIT3QOCcnOFAAMBAACJc2VjcDI1NmsxoQJqsUEerBx09ly-nI8uWYSbrJp3D7U1cljGxT0Y7GXgQ4N0Y3CCMhKDdWRwgjIUhXdha3UyEw
INF 2026-03-29 12:32:08.447+00:00 Node started successfully topics="waku node" tid=1 file=waku_node.nim:681
TRC 2026-03-29 12:32:08.447+00:00 Starting relay connectivity loop topics="waku node peer_manager" tid=1 file=peer_manager.nim:1069
TRC 2026-03-29 12:32:08.447+00:00 Starting prune peerstore loop topics="waku node peer_manager" tid=1 file=peer_manager.nim:1062
INF 2026-03-29 12:32:08.447+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:32:08.447+00:00 PeerInfo topics="waku node" tid=1 file=waku_node.nim:478 peerId=16U*EPfdHc addrs="[/ip4/172.18.162.189/tcp/12818, /ip4/172.18.162.189/tcp/12819/ws]"
INF 2026-03-29 12:32:08.447+00:00 Listening on topics="waku node" tid=1 file=waku_node.nim:501 full=[/ip4/0.0.0.0/tcp/12818/p2p/16Uiu2HAm2c9xfpJPZy7z5mvVxwbtwdBv3PnitowQ17nmwqEPfdHc][/ip4/0.0.0.0/tcp/12819/ws/p2p/16Uiu2HAm2c9xfpJPZy7z5mvVxwbtwdBv3PnitowQ17nmwqEPfdHc] localIp=172.17.0.183 switchAddress="@[/ip4/172.18.162.189/tcp/12818, /ip4/172.18.162.189/tcp/12819/ws]"
INF 2026-03-29 12:32:08.447+00:00 Announcing addresses topics="waku node" tid=1 file=waku_node.nim:503 full=[/ip4/172.18.162.189/tcp/12818/p2p/16Uiu2HAm2c9xfpJPZy7z5mvVxwbtwdBv3PnitowQ17nmwqEPfdHc][/ip4/172.18.162.189/tcp/12819/ws/p2p/16Uiu2HAm2c9xfpJPZy7z5mvVxwbtwdBv3PnitowQ17nmwqEPfdHc]
INF 2026-03-29 12:32:08.447+00:00 DNS: discoverable ENR topics="waku node" tid=1 file=waku_node.nim:504 enr=enr:-LO4QH8q4txBxDOl9lbplriaiuhiD0RNeHM-o7cxCfffpFpMaWeTUxTj4DoNmRAHVjJcaLrHWpAlUv5Nt89dpTmEcOIBgmlkgnY0gmlwhKwSor2KbXVsdGlhZGRyc4wACgSsEqK9BjIT3QOCcnOFAAMBAACJc2VjcDI1NmsxoQJqsUEerBx09ly-nI8uWYSbrJp3D7U1cljGxT0Y7GXgQ4N0Y3CCMhKDdWRwgjIUhXdha3UyEw
INF 2026-03-29 12:32:08.448+00:00 Waku node ENR updated successfully with new multiaddress topics="wakunode waku" tid=1 file=waku.nim:301 enr=enr:-L24QM8xvBZx2uBdsv-nSJGgn56cU8gXmwcvgDNGte8AG7loScgZAUB5NxUuOMFemL-ySCjj9WI_zAfRrnTWIzAsWyUCgmlkgnY0gmlwhKwSor2KbXVsdGlhZGRyc5YACASsEqK9BjISAAoErBKivQYyE90DgnJzhQADAQAAiXNlY3AyNTZrMaECarFBHqwcdPZcvpyPLlmEm6yadw-1NXJYxsU9GOxl4EODdGNwgjISg3VkcIIyFIV3YWt1MhM record="(2, id: \"v4\", ip: 172.18.162.189, multiaddrs: 0x000804AC12A2BD063212000A04AC12A2BD063213DD03, rs: 0x0003010000, secp256k1: 0x026AB1411EAC1C74F65CBE9C8F2E59849BAC9A770FB5357258C6C53D18EC65E043, tcp: 12818, udp: 12820, waku2: 0x13)"
INF 2026-03-29 12:32:08.448+00:00 peer filtering updated topics="waku discv5" tid=1 file=waku_discv5.nim:70
INF 2026-03-29 12:32:08.448+00:00 Starting discovery v5 service topics="waku discv5" tid=1 file=waku_discv5.nim:336
INF 2026-03-29 12:32:08.448+00:00 start listening on udp port topics="waku discv5" tid=1 file=waku_discv5.nim:338 address=0.0.0.0 port=12820
TRC 2026-03-29 12:32:08.448+00:00 start discv5 service topics="waku discv5" tid=1 file=waku_discv5.nim:346
INF 2026-03-29 12:32:08.448+00:00 Starting discovery v5 search topics="waku discv5" tid=1 file=waku_discv5.nim:258
TRC 2026-03-29 12:32:08.448+00:00 running discv5 discovery loop topics="waku discv5" tid=1 file=waku_discv5.nim:261
TRC 2026-03-29 12:32:08.448+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:32:08.449+00:00 discv5 discarded wrong records topics="waku discv5" tid=1 file=waku_discv5.nim:281 wrong_records=[]
INF 2026-03-29 12:32:08.449+00:00 Successfully started discovery v5 service topics="waku discv5" tid=1 file=waku_discv5.nim:352
INF 2026-03-29 12:32:08.449+00:00 Discv5: discoverable ENR topics="waku discv5" tid=1 file=waku_discv5.nim:353 enrUri=enr:-L24QDCGQ74orJslxfi3GaOUhqskGenWRSS9ouPk5D7K3xxsO_6W4T3M0hReY9XABtT4VZbW3oY0dC3GNQQZbN_JHgUDgmlkgnY0gmlwhKwSor2KbXVsdGlhZGRyc5YACASsEqK9BjISAAoErBKivQYyE90DgnJzhQADAQAAiXNlY3AyNTZrMaECarFBHqwcdPZcvpyPLlmEm6yadw-1NXJYxsU9GOxl4EODdGNwgjISg3VkcIIyFIV3YWt1MhM enr="(3, id: \"v4\", ip: 172.18.162.189, multiaddrs: 0x000804AC12A2BD063212000A04AC12A2BD063213DD03, rs: 0x0003010000, secp256k1: 0x026AB1411EAC1C74F65CBE9C8F2E59849BAC9A770FB5357258C6C53D18EC65E043, tcp: 12818, udp: 12820, waku2: 0x13)"
INF 2026-03-29 12:32:08.449+00:00 subscribe topics="waku relay" tid=1 file=protocol.nim:594 pubsubTopic=/waku/2/rs/3/0
TRC 2026-03-29 12:32:08.449+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:32:08.449+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:32:08.449+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:32:08.449+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:32:08.449+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:32:08.449+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:32:08.449+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:32:08.450+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:32:08.450+00:00 Health monitor loop start tid=1 file=node_health_monitor.nim:516
DBG 2026-03-29 12:32:08.450+00:00 calculateConnectionState tid=1 file=node_health_monitor.nim:408 relayCount=0 storeClientCount=0 lightpushCount=0 filterCount=0
INF 2026-03-29 12:32:08.450+00:00 starting keepalive tid=1 file=node_health_monitor.nim:678 randomPeersKeepalive=10s allPeersKeepalive=2m
TRC 2026-03-29 12:32:08.450+00:00 Running keepalive loop tid=1 file=node_health_monitor.nim:593
INF 2026-03-29 12:32:08.451+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:32:08.453+00:00 REST services are installed tid=1 file=builder.nim:221
INF 2026-03-29 12:32:08.453+00:00 Starting metrics HTTP server topics="waku node metrics" tid=1 file=waku_metrics.nim:63 serverIp=0.0.0.0 serverPort=12821
INF 2026-03-29 12:32:08.453+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:32:08.454+00:00 Metrics HTTP server started topics="waku node metrics" tid=1 file=waku_metrics.nim:73 serverIp=0.0.0.0 serverPort=12821
INF 2026-03-29 12:32:08.456+00:00 Setting up shutdown hooks topics="wakunode main" tid=1 file=wakunode2.nim:63
INF 2026-03-29 12:32:08.456+00:00 Node setup complete topics="wakunode main" tid=1 file=wakunode2.nim:102
TRC 2026-03-29 12:32:09.445+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=139818261848144
TRC 2026-03-29 12:32:09.445+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:32:09.445+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:32:09.445+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:32:09.445+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:32:09.445+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
INF 2026-03-29 12:32:09.445+00:00 periodic sync started topics="waku reconciliation" tid=1 file=reconciliation.nim:438
TRC 2026-03-29 12:32:09.445+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=139818261726800
TRC 2026-03-29 12:32:09.445+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:32:09.445+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:32:09.450+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:45662 meth=GET uri=/health
DBG 2026-03-29 12:32:09.450+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:45662 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:09.450+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:45662 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:09.553+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:45672 meth=GET uri=/health
DBG 2026-03-29 12:32:09.553+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:45672 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:09.554+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:45672 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:09.658+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:45674 meth=GET uri=/health
DBG 2026-03-29 12:32:09.658+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:45674 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:09.660+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:45674 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:09.762+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:45688 meth=GET uri=/health
DBG 2026-03-29 12:32:09.762+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:45688 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:09.762+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:45688 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:09.866+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:45690 meth=GET uri=/health
DBG 2026-03-29 12:32:09.866+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:45690 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:09.866+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:45690 uri=/health content_type=application/json content_size=821
INF 2026-03-29 12:32:09.945+00:00 periodic prune started topics="waku reconciliation" tid=1 file=reconciliation.nim:455
INF 2026-03-29 12:32:09.945+00:00 periodic prune done topics="waku reconciliation" tid=1 file=reconciliation.nim:463 elements_pruned=0
DBG 2026-03-29 12:32:09.969+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:45704 meth=GET uri=/health
DBG 2026-03-29 12:32:09.970+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:45704 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:09.970+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:45704 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:10.073+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:45716 meth=GET uri=/health
DBG 2026-03-29 12:32:10.073+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:45716 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:10.074+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:45716 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:10.177+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:45732 meth=GET uri=/health
DBG 2026-03-29 12:32:10.177+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:45732 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:10.177+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:45732 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:10.281+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:45738 meth=GET uri=/health
DBG 2026-03-29 12:32:10.281+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:45738 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:10.281+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:45738 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:10.384+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:45750 meth=GET uri=/health
DBG 2026-03-29 12:32:10.385+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:45750 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:10.385+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:45750 uri=/health content_type=application/json content_size=821
TRC 2026-03-29 12:32:10.444+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=139818261848144
TRC 2026-03-29 12:32:10.444+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:32:10.444+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:32:10.444+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:32:10.444+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:32:10.444+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
INF 2026-03-29 12:32:10.445+00:00 periodic sync started topics="waku reconciliation" tid=1 file=reconciliation.nim:438
TRC 2026-03-29 12:32:10.445+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=139818261726800
TRC 2026-03-29 12:32:10.445+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:32:10.445+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:32:10.488+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:45766 meth=GET uri=/health
DBG 2026-03-29 12:32:10.488+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:45766 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:10.489+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:45766 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:10.592+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:45774 meth=GET uri=/health
DBG 2026-03-29 12:32:10.592+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:45774 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:10.592+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:45774 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:10.695+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:45778 meth=GET uri=/health
DBG 2026-03-29 12:32:10.696+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:45778 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:10.696+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:45778 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:10.799+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:45790 meth=GET uri=/health
DBG 2026-03-29 12:32:10.799+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:45790 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:10.799+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:45790 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:10.903+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:45800 meth=GET uri=/health
DBG 2026-03-29 12:32:10.903+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:45800 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:10.903+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:45800 uri=/health content_type=application/json content_size=821
INF 2026-03-29 12:32:10.945+00:00 periodic prune started topics="waku reconciliation" tid=1 file=reconciliation.nim:455
INF 2026-03-29 12:32:10.945+00:00 periodic prune done topics="waku reconciliation" tid=1 file=reconciliation.nim:463 elements_pruned=0
DBG 2026-03-29 12:32:11.006+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:45802 meth=GET uri=/health
DBG 2026-03-29 12:32:11.006+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:45802 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:11.007+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:45802 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:11.110+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:45806 meth=GET uri=/health
DBG 2026-03-29 12:32:11.110+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:45806 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:11.110+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:45806 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:11.213+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:45812 meth=GET uri=/health
DBG 2026-03-29 12:32:11.213+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:45812 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:11.214+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:45812 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:11.317+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:45818 meth=GET uri=/health
DBG 2026-03-29 12:32:11.317+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:45818 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:11.317+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:45818 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:11.420+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:45830 meth=GET uri=/health
DBG 2026-03-29 12:32:11.420+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:45830 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:11.420+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:45830 uri=/health content_type=application/json content_size=821
TRC 2026-03-29 12:32:11.444+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=139818261848144
TRC 2026-03-29 12:32:11.444+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:32:11.444+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:32:11.444+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:32:11.444+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:32:11.444+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
INF 2026-03-29 12:32:11.446+00:00 periodic sync started topics="waku reconciliation" tid=1 file=reconciliation.nim:438
TRC 2026-03-29 12:32:11.446+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=139818261726800
TRC 2026-03-29 12:32:11.446+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:32:11.446+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:32:11.523+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:45834 meth=GET uri=/health
DBG 2026-03-29 12:32:11.523+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:45834 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:11.524+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:45834 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:11.627+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:45836 meth=GET uri=/health
DBG 2026-03-29 12:32:11.627+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:45836 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:11.627+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:45836 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:11.730+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:45852 meth=GET uri=/health
DBG 2026-03-29 12:32:11.730+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:45852 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:11.731+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:45852 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:11.834+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:45862 meth=GET uri=/health
DBG 2026-03-29 12:32:11.834+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:45862 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:11.835+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:45862 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:11.938+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:45870 meth=GET uri=/health
DBG 2026-03-29 12:32:11.938+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:45870 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:11.938+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:45870 uri=/health content_type=application/json content_size=821
INF 2026-03-29 12:32:11.947+00:00 periodic prune started topics="waku reconciliation" tid=1 file=reconciliation.nim:455
INF 2026-03-29 12:32:11.947+00:00 periodic prune done topics="waku reconciliation" tid=1 file=reconciliation.nim:463 elements_pruned=0
DBG 2026-03-29 12:32:12.041+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:45886 meth=GET uri=/health
DBG 2026-03-29 12:32:12.041+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:45886 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:12.041+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:45886 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:12.145+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:45900 meth=GET uri=/health
DBG 2026-03-29 12:32:12.145+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:45900 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:12.146+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:45900 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:12.249+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:45908 meth=GET uri=/health
DBG 2026-03-29 12:32:12.249+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:45908 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:12.249+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:45908 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:12.352+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:45920 meth=GET uri=/health
DBG 2026-03-29 12:32:12.352+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:45920 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:12.353+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:45920 uri=/health content_type=application/json content_size=821
TRC 2026-03-29 12:32:12.443+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=139818261848144
TRC 2026-03-29 12:32:12.443+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:32:12.443+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:32:12.443+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:32:12.443+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:32:12.443+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
INF 2026-03-29 12:32:12.447+00:00 periodic sync started topics="waku reconciliation" tid=1 file=reconciliation.nim:438
TRC 2026-03-29 12:32:12.447+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=139818261726800
TRC 2026-03-29 12:32:12.447+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:32:12.447+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:32:12.456+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:45928 meth=GET uri=/health
DBG 2026-03-29 12:32:12.456+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:45928 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:12.457+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:45928 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:12.560+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:45940 meth=GET uri=/health
DBG 2026-03-29 12:32:12.560+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:45940 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:12.560+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:45940 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:12.663+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:45946 meth=GET uri=/health
DBG 2026-03-29 12:32:12.664+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:45946 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:12.664+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:45946 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:12.767+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:45962 meth=GET uri=/health
DBG 2026-03-29 12:32:12.767+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:45962 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:12.768+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:45962 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:12.885+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:45974 meth=GET uri=/health
DBG 2026-03-29 12:32:12.885+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:45974 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:12.885+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:45974 uri=/health content_type=application/json content_size=821
INF 2026-03-29 12:32:12.948+00:00 periodic prune started topics="waku reconciliation" tid=1 file=reconciliation.nim:455
INF 2026-03-29 12:32:12.948+00:00 periodic prune done topics="waku reconciliation" tid=1 file=reconciliation.nim:463 elements_pruned=0
DBG 2026-03-29 12:32:12.989+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:45980 meth=GET uri=/health
DBG 2026-03-29 12:32:12.989+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:45980 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:12.989+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:45980 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:13.093+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:45990 meth=GET uri=/health
DBG 2026-03-29 12:32:13.093+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:45990 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:13.093+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:45990 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:13.197+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:46000 meth=GET uri=/health
DBG 2026-03-29 12:32:13.197+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:46000 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:13.197+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:46000 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:13.300+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:46006 meth=GET uri=/health
DBG 2026-03-29 12:32:13.301+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:46006 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:13.301+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:46006 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:13.404+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:46016 meth=GET uri=/health
DBG 2026-03-29 12:32:13.404+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:46016 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:13.404+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:46016 uri=/health content_type=application/json content_size=821
TRC 2026-03-29 12:32:13.444+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=139818261848144
TRC 2026-03-29 12:32:13.444+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:32:13.444+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:32:13.444+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:32:13.444+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:32:13.444+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
INF 2026-03-29 12:32:13.448+00:00 periodic sync started topics="waku reconciliation" tid=1 file=reconciliation.nim:438
TRC 2026-03-29 12:32:13.448+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=139818261726800
TRC 2026-03-29 12:32:13.448+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:32:13.448+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:32:13.450+00:00 running discv5 discovery loop topics="waku discv5" tid=1 file=waku_discv5.nim:261
TRC 2026-03-29 12:32:13.450+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:32:13.450+00:00 discv5 discarded wrong records topics="waku discv5" tid=1 file=waku_discv5.nim:281 wrong_records=[]
INF 2026-03-29 12:32:13.469+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!"
TRC 2026-03-29 12:32:13.471+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:1001", "2606:4700:4700:0000:0000:0000:0000:1111"} server=1.0.0.1:53
DBG 2026-03-29 12:32:13.508+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:46026 meth=GET uri=/health
DBG 2026-03-29 12:32:13.508+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:46026 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:13.508+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:46026 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:13.612+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:46040 meth=GET uri=/health
DBG 2026-03-29 12:32:13.612+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:46040 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:13.612+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:46040 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:13.715+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:46054 meth=GET uri=/health
DBG 2026-03-29 12:32:13.715+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:46054 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:13.715+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:46054 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:13.818+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:46066 meth=GET uri=/health
DBG 2026-03-29 12:32:13.818+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:46066 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:13.819+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:46066 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:13.922+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:46068 meth=GET uri=/health
DBG 2026-03-29 12:32:13.922+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:46068 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:13.922+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:46068 uri=/health content_type=application/json content_size=821
INF 2026-03-29 12:32:13.949+00:00 periodic prune started topics="waku reconciliation" tid=1 file=reconciliation.nim:455
INF 2026-03-29 12:32:13.949+00:00 periodic prune done topics="waku reconciliation" tid=1 file=reconciliation.nim:463 elements_pruned=0
DBG 2026-03-29 12:32:14.025+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:46078 meth=GET uri=/health
DBG 2026-03-29 12:32:14.025+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:46078 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:14.026+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:46078 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:14.129+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:46092 meth=GET uri=/health
DBG 2026-03-29 12:32:14.129+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:46092 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:14.130+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:46092 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:14.233+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:46094 meth=GET uri=/health
DBG 2026-03-29 12:32:14.234+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:46094 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:14.234+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:46094 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:14.337+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:46108 meth=GET uri=/health
DBG 2026-03-29 12:32:14.337+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:46108 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:14.338+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:46108 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:14.442+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:46120 meth=GET uri=/health
DBG 2026-03-29 12:32:14.442+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:46120 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:14.442+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:46120 uri=/health content_type=application/json content_size=821
TRC 2026-03-29 12:32:14.443+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=139818261848144
TRC 2026-03-29 12:32:14.443+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:32:14.443+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:32:14.443+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:32:14.443+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:32:14.443+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
INF 2026-03-29 12:32:14.448+00:00 periodic sync started topics="waku reconciliation" tid=1 file=reconciliation.nim:438
TRC 2026-03-29 12:32:14.448+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=139818261726800
TRC 2026-03-29 12:32:14.448+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:32:14.448+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:32:14.546+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:46132 meth=GET uri=/health
DBG 2026-03-29 12:32:14.546+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:46132 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:14.547+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:46132 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:14.650+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:46146 meth=GET uri=/health
DBG 2026-03-29 12:32:14.651+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:46146 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:14.651+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:46146 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:14.754+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:37920 meth=GET uri=/health
DBG 2026-03-29 12:32:14.754+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:37920 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:14.754+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:37920 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:14.858+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:37930 meth=GET uri=/health
DBG 2026-03-29 12:32:14.859+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:37930 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:14.859+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:37930 uri=/health content_type=application/json content_size=821
INF 2026-03-29 12:32:14.949+00:00 periodic prune started topics="waku reconciliation" tid=1 file=reconciliation.nim:455
INF 2026-03-29 12:32:14.949+00:00 periodic prune done topics="waku reconciliation" tid=1 file=reconciliation.nim:463 elements_pruned=0
DBG 2026-03-29 12:32:14.962+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:37940 meth=GET uri=/health
DBG 2026-03-29 12:32:14.962+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:37940 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:14.963+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:37940 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:15.066+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:37952 meth=GET uri=/health
DBG 2026-03-29 12:32:15.067+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:37952 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:15.067+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:37952 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:15.170+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:37968 meth=GET uri=/health
DBG 2026-03-29 12:32:15.171+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:37968 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:15.171+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:37968 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:15.274+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:37976 meth=GET uri=/health
DBG 2026-03-29 12:32:15.274+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:37976 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:15.274+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:37976 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:15.377+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:37982 meth=GET uri=/health
DBG 2026-03-29 12:32:15.377+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:37982 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:15.378+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:37982 uri=/health content_type=application/json content_size=821
TRC 2026-03-29 12:32:15.444+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=139818261848144
TRC 2026-03-29 12:32:15.444+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:32:15.444+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:32:15.444+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:32:15.444+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:32:15.444+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
INF 2026-03-29 12:32:15.449+00:00 periodic sync started topics="waku reconciliation" tid=1 file=reconciliation.nim:438
TRC 2026-03-29 12:32:15.449+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=139818261726800
TRC 2026-03-29 12:32:15.449+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:32:15.449+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:32:15.481+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:37994 meth=GET uri=/health
DBG 2026-03-29 12:32:15.481+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:37994 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:15.481+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:37994 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:15.584+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:38010 meth=GET uri=/health
DBG 2026-03-29 12:32:15.584+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:38010 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:15.585+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:38010 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:15.688+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:38016 meth=GET uri=/health
DBG 2026-03-29 12:32:15.688+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:38016 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:15.688+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:38016 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:15.791+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:38032 meth=GET uri=/health
DBG 2026-03-29 12:32:15.791+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:38032 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:15.792+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:38032 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:15.896+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:38044 meth=GET uri=/health
DBG 2026-03-29 12:32:15.896+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:38044 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:15.896+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:38044 uri=/health content_type=application/json content_size=821
INF 2026-03-29 12:32:15.949+00:00 periodic prune started topics="waku reconciliation" tid=1 file=reconciliation.nim:455
INF 2026-03-29 12:32:15.949+00:00 periodic prune done topics="waku reconciliation" tid=1 file=reconciliation.nim:463 elements_pruned=0
DBG 2026-03-29 12:32:16.000+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:38054 meth=GET uri=/health
DBG 2026-03-29 12:32:16.000+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:38054 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:16.000+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:38054 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:16.103+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:38070 meth=GET uri=/health
DBG 2026-03-29 12:32:16.103+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:38070 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:16.104+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:38070 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:16.207+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:38072 meth=GET uri=/health
DBG 2026-03-29 12:32:16.207+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:38072 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:16.208+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:38072 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:16.311+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:38074 meth=GET uri=/health
DBG 2026-03-29 12:32:16.311+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:38074 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:16.312+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:38074 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:16.415+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:38078 meth=GET uri=/health
DBG 2026-03-29 12:32:16.415+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:38078 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:16.416+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:38078 uri=/health content_type=application/json content_size=821
TRC 2026-03-29 12:32:16.443+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=139818261848144
TRC 2026-03-29 12:32:16.443+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:32:16.443+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:32:16.443+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:32:16.443+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:32:16.443+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
INF 2026-03-29 12:32:16.450+00:00 periodic sync started topics="waku reconciliation" tid=1 file=reconciliation.nim:438
TRC 2026-03-29 12:32:16.450+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=139818261726800
TRC 2026-03-29 12:32:16.450+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:32:16.450+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:32:16.519+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:38086 meth=GET uri=/health
DBG 2026-03-29 12:32:16.519+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:38086 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:16.519+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:38086 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:16.625+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:38102 meth=GET uri=/health
DBG 2026-03-29 12:32:16.625+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:38102 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:16.625+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:38102 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:16.730+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:38110 meth=GET uri=/health
DBG 2026-03-29 12:32:16.730+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:38110 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:16.730+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:38110 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:16.833+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:38118 meth=GET uri=/health
DBG 2026-03-29 12:32:16.833+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:38118 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:16.833+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:38118 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:16.937+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:38120 meth=GET uri=/health
DBG 2026-03-29 12:32:16.938+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:38120 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:16.938+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:38120 uri=/health content_type=application/json content_size=821
INF 2026-03-29 12:32:16.949+00:00 periodic prune started topics="waku reconciliation" tid=1 file=reconciliation.nim:455
INF 2026-03-29 12:32:16.949+00:00 periodic prune done topics="waku reconciliation" tid=1 file=reconciliation.nim:463 elements_pruned=0
DBG 2026-03-29 12:32:17.041+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:38124 meth=GET uri=/health
DBG 2026-03-29 12:32:17.041+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:38124 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:17.042+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:38124 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:17.145+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:38136 meth=GET uri=/health
DBG 2026-03-29 12:32:17.145+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:38136 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:17.145+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:38136 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:17.249+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:38138 meth=GET uri=/health
DBG 2026-03-29 12:32:17.249+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:38138 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:17.249+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:38138 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:17.352+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:38154 meth=GET uri=/health
DBG 2026-03-29 12:32:17.352+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:38154 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:17.353+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:38154 uri=/health content_type=application/json content_size=821
TRC 2026-03-29 12:32:17.443+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=139818261848144
TRC 2026-03-29 12:32:17.443+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:32:17.443+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:32:17.443+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:32:17.443+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:32:17.443+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
INF 2026-03-29 12:32:17.451+00:00 periodic sync started topics="waku reconciliation" tid=1 file=reconciliation.nim:438
TRC 2026-03-29 12:32:17.451+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=139818261726800
TRC 2026-03-29 12:32:17.451+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:32:17.451+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:32:17.456+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:38168 meth=GET uri=/health
DBG 2026-03-29 12:32:17.456+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:38168 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:17.456+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:38168 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:17.559+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:38174 meth=GET uri=/health
DBG 2026-03-29 12:32:17.559+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:38174 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:17.560+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:38174 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:17.663+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:38184 meth=GET uri=/health
DBG 2026-03-29 12:32:17.663+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:38184 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:17.663+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:38184 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:17.767+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:38200 meth=GET uri=/health
DBG 2026-03-29 12:32:17.767+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:38200 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:17.767+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:38200 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:17.870+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:38214 meth=GET uri=/health
DBG 2026-03-29 12:32:17.870+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:38214 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:17.871+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:38214 uri=/health content_type=application/json content_size=821
INF 2026-03-29 12:32:17.951+00:00 periodic prune started topics="waku reconciliation" tid=1 file=reconciliation.nim:455
INF 2026-03-29 12:32:17.951+00:00 periodic prune done topics="waku reconciliation" tid=1 file=reconciliation.nim:463 elements_pruned=0
DBG 2026-03-29 12:32:17.974+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:38216 meth=GET uri=/health
DBG 2026-03-29 12:32:17.974+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:38216 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:17.975+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:38216 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:18.078+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:38230 meth=GET uri=/health
DBG 2026-03-29 12:32:18.078+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:38230 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:18.078+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:38230 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:18.182+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:38242 meth=GET uri=/health
DBG 2026-03-29 12:32:18.182+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:38242 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:18.182+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:38242 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:18.286+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:38252 meth=GET uri=/health
DBG 2026-03-29 12:32:18.286+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:38252 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:18.287+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:38252 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:18.390+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:38254 meth=GET uri=/health
DBG 2026-03-29 12:32:18.391+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:38254 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:18.391+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:38254 uri=/health content_type=application/json content_size=821
TRC 2026-03-29 12:32:18.443+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=139818261848144
TRC 2026-03-29 12:32:18.443+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:32:18.443+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:32:18.443+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:32:18.443+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:32:18.443+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
TRC 2026-03-29 12:32:18.444+00:00 waku rendezvous advertisements started topics="waku rendezvous" tid=1 file=protocol.nim:112
TRC 2026-03-29 12:32:18.444+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=139818261726800
TRC 2026-03-29 12:32:18.444+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:32:18.444+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:32:18.444+00:00 waku rendezvous client requests started topics="waku rendezvous client" tid=1 file=client.nim:43
TRC 2026-03-29 12:32:18.444+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=139818261726800
TRC 2026-03-29 12:32:18.444+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:32:18.444+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:32:18.450+00:00 running discv5 discovery loop topics="waku discv5" tid=1 file=waku_discv5.nim:261
TRC 2026-03-29 12:32:18.450+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:32:18.450+00:00 discv5 discarded wrong records topics="waku discv5" tid=1 file=waku_discv5.nim:281 wrong_records=[]
TRC 2026-03-29 12:32:18.451+00:00 Mesh peers for keepalive tid=1 file=node_health_monitor.nim:558 meshPeers=[]
TRC 2026-03-29 12:32:18.451+00:00 Selected peers for keepalive tid=1 file=node_health_monitor.nim:569 selected=[]
TRC 2026-03-29 12:32:18.451+00:00 Pinging random peers tid=1 file=node_health_monitor.nim:629 count=0 countdownToPingAll=11
TRC 2026-03-29 12:32:18.451+00:00 Keepalive results tid=1 file=node_health_monitor.nim:644 attemptedPings=0 successfulPings=0
TRC 2026-03-29 12:32:18.451+00:00 Running keepalive loop tid=1 file=node_health_monitor.nim:593
INF 2026-03-29 12:32:18.452+00:00 periodic sync started topics="waku reconciliation" tid=1 file=reconciliation.nim:438
TRC 2026-03-29 12:32:18.452+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=139818261726800
TRC 2026-03-29 12:32:18.452+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:32:18.452+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:32:18.471+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
TRC 2026-03-29 12:32:18.474+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:1001", "2606:4700:4700:0000:0000:0000:0000:1111"} server=1.1.1.1:53
DBG 2026-03-29 12:32:18.495+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:38268 meth=GET uri=/health
DBG 2026-03-29 12:32:18.495+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:38268 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:18.496+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:38268 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:18.601+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:38270 meth=GET uri=/health
DBG 2026-03-29 12:32:18.601+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:38270 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:18.602+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:38270 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:18.706+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:38282 meth=GET uri=/health
DBG 2026-03-29 12:32:18.706+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:38282 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:18.706+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:38282 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:18.809+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:38298 meth=GET uri=/health
DBG 2026-03-29 12:32:18.809+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:38298 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:18.809+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:38298 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:18.912+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:38310 meth=GET uri=/health
DBG 2026-03-29 12:32:18.913+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:38310 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:18.913+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:38310 uri=/health content_type=application/json content_size=821
INF 2026-03-29 12:32:18.951+00:00 periodic prune started topics="waku reconciliation" tid=1 file=reconciliation.nim:455
INF 2026-03-29 12:32:18.951+00:00 periodic prune done topics="waku reconciliation" tid=1 file=reconciliation.nim:463 elements_pruned=0
DBG 2026-03-29 12:32:19.016+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:38316 meth=GET uri=/health
DBG 2026-03-29 12:32:19.016+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:38316 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:19.016+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:38316 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:19.120+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:38328 meth=GET uri=/health
DBG 2026-03-29 12:32:19.120+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:38328 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:19.121+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:38328 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:19.224+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:38344 meth=GET uri=/health
DBG 2026-03-29 12:32:19.224+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:38344 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:19.224+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:38344 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:19.328+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:38348 meth=GET uri=/health
DBG 2026-03-29 12:32:19.328+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:38348 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:19.328+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:38348 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:19.431+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:38350 meth=GET uri=/health
DBG 2026-03-29 12:32:19.431+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:38350 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:19.432+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:38350 uri=/health content_type=application/json content_size=821
TRC 2026-03-29 12:32:19.444+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=139818261848144
TRC 2026-03-29 12:32:19.444+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:32:19.444+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:32:19.444+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:32:19.444+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:32:19.444+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
INF 2026-03-29 12:32:19.453+00:00 periodic sync started topics="waku reconciliation" tid=1 file=reconciliation.nim:438
TRC 2026-03-29 12:32:19.453+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=139818261726800
TRC 2026-03-29 12:32:19.453+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:32:19.453+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:32:19.535+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:38352 meth=GET uri=/health
DBG 2026-03-29 12:32:19.535+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:38352 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:19.536+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:38352 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:19.639+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:38356 meth=GET uri=/health
DBG 2026-03-29 12:32:19.639+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:38356 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:19.640+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:38356 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:19.743+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:38358 meth=GET uri=/health
DBG 2026-03-29 12:32:19.743+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:38358 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:19.743+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:38358 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:19.847+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:38372 meth=GET uri=/health
DBG 2026-03-29 12:32:19.847+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:38372 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:19.847+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:38372 uri=/health content_type=application/json content_size=821
INF 2026-03-29 12:32:19.950+00:00 periodic prune started topics="waku reconciliation" tid=1 file=reconciliation.nim:455
INF 2026-03-29 12:32:19.950+00:00 periodic prune done topics="waku reconciliation" tid=1 file=reconciliation.nim:463 elements_pruned=0
DBG 2026-03-29 12:32:19.951+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:38384 meth=GET uri=/health
DBG 2026-03-29 12:32:19.951+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:38384 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:19.951+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:38384 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:20.055+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:38392 meth=GET uri=/health
DBG 2026-03-29 12:32:20.055+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:38392 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:20.055+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:38392 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:20.158+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:38396 meth=GET uri=/health
DBG 2026-03-29 12:32:20.158+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:38396 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:20.158+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:38396 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:20.262+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:38398 meth=GET uri=/health
DBG 2026-03-29 12:32:20.262+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:38398 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:20.263+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:38398 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:20.366+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:38408 meth=GET uri=/health
DBG 2026-03-29 12:32:20.366+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:38408 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:20.366+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:38408 uri=/health content_type=application/json content_size=821
TRC 2026-03-29 12:32:20.443+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=139818261848144
TRC 2026-03-29 12:32:20.443+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:32:20.443+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:32:20.443+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:32:20.443+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:32:20.443+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
TRC 2026-03-29 12:32:20.443+00:00 running scoring heartbeat topics="libp2p gossipsub" tid=1 file=scoring.nim:312 instance=139818261848144
TRC 2026-03-29 12:32:20.443+00:00 updating scores topics="libp2p gossipsub" tid=1 file=scoring.nim:144 peers=0
TRC 2026-03-29 12:32:20.443+00:00 updated scores topics="libp2p gossipsub" tid=1 file=scoring.nim:308 peers=0
INF 2026-03-29 12:32:20.454+00:00 periodic sync started topics="waku reconciliation" tid=1 file=reconciliation.nim:438
TRC 2026-03-29 12:32:20.454+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=139818261726800
TRC 2026-03-29 12:32:20.454+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:32:20.454+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:32:20.469+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:38410 meth=GET uri=/health
DBG 2026-03-29 12:32:20.469+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:38410 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:20.469+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:38410 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:20.573+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:38414 meth=GET uri=/health
DBG 2026-03-29 12:32:20.573+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:38414 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:20.573+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:38414 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:20.676+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:38424 meth=GET uri=/health
DBG 2026-03-29 12:32:20.676+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:38424 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:20.677+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:38424 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:20.780+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:38432 meth=GET uri=/health
DBG 2026-03-29 12:32:20.780+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:38432 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:20.781+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:38432 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:20.885+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:38444 meth=GET uri=/health
DBG 2026-03-29 12:32:20.885+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:38444 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:20.885+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:38444 uri=/health content_type=application/json content_size=821
INF 2026-03-29 12:32:20.952+00:00 periodic prune started topics="waku reconciliation" tid=1 file=reconciliation.nim:455
INF 2026-03-29 12:32:20.952+00:00 periodic prune done topics="waku reconciliation" tid=1 file=reconciliation.nim:463 elements_pruned=0
DBG 2026-03-29 12:32:20.988+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:38460 meth=GET uri=/health
DBG 2026-03-29 12:32:20.988+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:38460 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:20.988+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:38460 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:21.091+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:38470 meth=GET uri=/health
DBG 2026-03-29 12:32:21.092+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:38470 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:21.092+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:38470 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:21.195+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:38476 meth=GET uri=/health
DBG 2026-03-29 12:32:21.195+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:38476 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:21.195+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:38476 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:21.298+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:38480 meth=GET uri=/health
DBG 2026-03-29 12:32:21.298+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:38480 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:21.298+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:38480 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:21.401+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:38496 meth=GET uri=/health
DBG 2026-03-29 12:32:21.402+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:38496 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:21.402+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:38496 uri=/health content_type=application/json content_size=821
TRC 2026-03-29 12:32:21.443+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=139818261848144
TRC 2026-03-29 12:32:21.443+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:32:21.443+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:32:21.443+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:32:21.443+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:32:21.444+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
INF 2026-03-29 12:32:21.454+00:00 periodic sync started topics="waku reconciliation" tid=1 file=reconciliation.nim:438
TRC 2026-03-29 12:32:21.454+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=139818261726800
TRC 2026-03-29 12:32:21.454+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:32:21.454+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:32:21.505+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:38502 meth=GET uri=/health
DBG 2026-03-29 12:32:21.505+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:38502 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:21.505+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:38502 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:21.608+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:38510 meth=GET uri=/health
DBG 2026-03-29 12:32:21.608+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:38510 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:21.609+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:38510 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:21.713+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:38518 meth=GET uri=/health
DBG 2026-03-29 12:32:21.713+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:38518 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:21.713+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:38518 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:21.816+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:38522 meth=GET uri=/health
DBG 2026-03-29 12:32:21.816+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:38522 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:21.816+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:38522 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:21.919+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:38530 meth=GET uri=/health
DBG 2026-03-29 12:32:21.919+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:38530 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:21.919+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:38530 uri=/health content_type=application/json content_size=821
INF 2026-03-29 12:32:21.952+00:00 periodic prune started topics="waku reconciliation" tid=1 file=reconciliation.nim:455
INF 2026-03-29 12:32:21.952+00:00 periodic prune done topics="waku reconciliation" tid=1 file=reconciliation.nim:463 elements_pruned=0
DBG 2026-03-29 12:32:22.023+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:38532 meth=GET uri=/health
DBG 2026-03-29 12:32:22.023+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:38532 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:22.023+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:38532 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:22.127+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:38534 meth=GET uri=/health
DBG 2026-03-29 12:32:22.127+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:38534 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:22.127+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:38534 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:22.231+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:38548 meth=GET uri=/health
DBG 2026-03-29 12:32:22.231+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:38548 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:22.231+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:38548 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:22.334+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:38550 meth=GET uri=/health
DBG 2026-03-29 12:32:22.334+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:38550 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:22.334+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:38550 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:22.439+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:38564 meth=GET uri=/health
DBG 2026-03-29 12:32:22.440+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:38564 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:22.440+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:38564 uri=/health content_type=application/json content_size=821
TRC 2026-03-29 12:32:22.443+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=139818261848144
TRC 2026-03-29 12:32:22.443+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:32:22.443+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:32:22.443+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:32:22.443+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:32:22.443+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
INF 2026-03-29 12:32:22.455+00:00 periodic sync started topics="waku reconciliation" tid=1 file=reconciliation.nim:438
TRC 2026-03-29 12:32:22.455+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=139818261726800
TRC 2026-03-29 12:32:22.455+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:32:22.455+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:32:22.547+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:38568 meth=GET uri=/health
DBG 2026-03-29 12:32:22.547+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:38568 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:22.547+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:38568 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:22.651+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:38576 meth=GET uri=/health
DBG 2026-03-29 12:32:22.651+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:38576 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:22.651+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:38576 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:22.754+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:38584 meth=GET uri=/health
DBG 2026-03-29 12:32:22.754+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:38584 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:22.755+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:38584 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:22.858+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:38588 meth=GET uri=/health
DBG 2026-03-29 12:32:22.858+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:38588 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:22.859+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:38588 uri=/health content_type=application/json content_size=821
INF 2026-03-29 12:32:22.954+00:00 periodic prune started topics="waku reconciliation" tid=1 file=reconciliation.nim:455
INF 2026-03-29 12:32:22.954+00:00 periodic prune done topics="waku reconciliation" tid=1 file=reconciliation.nim:463 elements_pruned=0
DBG 2026-03-29 12:32:22.962+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:38598 meth=GET uri=/health
DBG 2026-03-29 12:32:22.962+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:38598 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:22.962+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:38598 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:23.065+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:38604 meth=GET uri=/health
DBG 2026-03-29 12:32:23.065+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:38604 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:23.066+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:38604 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:23.169+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:38616 meth=GET uri=/health
DBG 2026-03-29 12:32:23.169+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:38616 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:23.169+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:38616 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:23.273+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:38618 meth=GET uri=/health
DBG 2026-03-29 12:32:23.273+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:38618 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:23.273+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:38618 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:23.377+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:38634 meth=GET uri=/health
DBG 2026-03-29 12:32:23.377+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:38634 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:23.377+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:38634 uri=/health content_type=application/json content_size=821
TRC 2026-03-29 12:32:23.444+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=139818261848144
TRC 2026-03-29 12:32:23.444+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:32:23.444+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:32:23.444+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:32:23.444+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:32:23.444+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
TRC 2026-03-29 12:32:23.452+00:00 running discv5 discovery loop topics="waku discv5" tid=1 file=waku_discv5.nim:261
TRC 2026-03-29 12:32:23.452+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:32:23.452+00:00 discv5 discarded wrong records topics="waku discv5" tid=1 file=waku_discv5.nim:281 wrong_records=[]
INF 2026-03-29 12:32:23.456+00:00 periodic sync started topics="waku reconciliation" tid=1 file=reconciliation.nim:438
TRC 2026-03-29 12:32:23.456+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=139818261726800
TRC 2026-03-29 12:32:23.456+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:32:23.456+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:32:23.476+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:32:23.480+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:38650 meth=GET uri=/health
DBG 2026-03-29 12:32:23.480+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:38650 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:23.481+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:38650 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:23.584+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:38652 meth=GET uri=/health
DBG 2026-03-29 12:32:23.584+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:38652 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:23.584+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:38652 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:23.688+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:38658 meth=GET uri=/health
DBG 2026-03-29 12:32:23.688+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:38658 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:23.688+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:38658 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:23.791+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:38670 meth=GET uri=/health
DBG 2026-03-29 12:32:23.791+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:38670 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:23.792+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:38670 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:23.895+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:38678 meth=GET uri=/health
DBG 2026-03-29 12:32:23.895+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:38678 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:23.896+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:38678 uri=/health content_type=application/json content_size=821
INF 2026-03-29 12:32:23.955+00:00 periodic prune started topics="waku reconciliation" tid=1 file=reconciliation.nim:455
INF 2026-03-29 12:32:23.955+00:00 periodic prune done topics="waku reconciliation" tid=1 file=reconciliation.nim:463 elements_pruned=0
DBG 2026-03-29 12:32:23.999+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:38680 meth=GET uri=/health
DBG 2026-03-29 12:32:23.999+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:38680 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:23.999+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:38680 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:24.103+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:38696 meth=GET uri=/health
DBG 2026-03-29 12:32:24.103+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:38696 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:24.103+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:38696 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:24.209+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:38704 meth=GET uri=/health
DBG 2026-03-29 12:32:24.209+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:38704 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:24.209+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:38704 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:24.313+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:38708 meth=GET uri=/health
DBG 2026-03-29 12:32:24.313+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:38708 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:24.313+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:38708 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:24.416+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:38724 meth=GET uri=/health
DBG 2026-03-29 12:32:24.416+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:38724 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:24.416+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:38724 uri=/health content_type=application/json content_size=821
TRC 2026-03-29 12:32:24.443+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=139818261848144
TRC 2026-03-29 12:32:24.443+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:32:24.443+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:32:24.443+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:32:24.443+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:32:24.443+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
INF 2026-03-29 12:32:24.456+00:00 periodic sync started topics="waku reconciliation" tid=1 file=reconciliation.nim:438
TRC 2026-03-29 12:32:24.456+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=139818261726800
TRC 2026-03-29 12:32:24.456+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:32:24.456+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:32:24.519+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:38736 meth=GET uri=/health
DBG 2026-03-29 12:32:24.520+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:38736 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:24.520+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:38736 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:24.623+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:38748 meth=GET uri=/health
DBG 2026-03-29 12:32:24.623+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:38748 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:24.624+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:38748 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:24.727+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:38760 meth=GET uri=/health
DBG 2026-03-29 12:32:24.727+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:38760 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:24.727+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:38760 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:24.831+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:49682 meth=GET uri=/health
DBG 2026-03-29 12:32:24.831+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:49682 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:24.831+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:49682 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:24.934+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:49684 meth=GET uri=/health
DBG 2026-03-29 12:32:24.934+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:49684 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:24.935+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:49684 uri=/health content_type=application/json content_size=821
INF 2026-03-29 12:32:24.956+00:00 periodic prune started topics="waku reconciliation" tid=1 file=reconciliation.nim:455
INF 2026-03-29 12:32:24.956+00:00 periodic prune done topics="waku reconciliation" tid=1 file=reconciliation.nim:463 elements_pruned=0
DBG 2026-03-29 12:32:25.039+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:49690 meth=GET uri=/health
DBG 2026-03-29 12:32:25.039+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:49690 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:25.039+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:49690 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:25.143+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:49706 meth=GET uri=/health
DBG 2026-03-29 12:32:25.143+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:49706 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:25.143+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:49706 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:25.247+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:49712 meth=GET uri=/health
DBG 2026-03-29 12:32:25.247+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:49712 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:25.247+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:49712 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:25.351+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:49716 meth=GET uri=/health
DBG 2026-03-29 12:32:25.351+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:49716 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:25.352+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:49716 uri=/health content_type=application/json content_size=821
TRC 2026-03-29 12:32:25.443+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=139818261848144
TRC 2026-03-29 12:32:25.443+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:32:25.443+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:32:25.443+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:32:25.443+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:32:25.443+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
DBG 2026-03-29 12:32:25.455+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:49726 meth=GET uri=/health
DBG 2026-03-29 12:32:25.455+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:49726 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:25.455+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:49726 uri=/health content_type=application/json content_size=821
INF 2026-03-29 12:32:25.457+00:00 periodic sync started topics="waku reconciliation" tid=1 file=reconciliation.nim:438
TRC 2026-03-29 12:32:25.457+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=139818261726800
TRC 2026-03-29 12:32:25.457+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:32:25.457+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:32:25.558+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:49736 meth=GET uri=/health
DBG 2026-03-29 12:32:25.558+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:49736 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:25.559+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:49736 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:25.662+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:49742 meth=GET uri=/health
DBG 2026-03-29 12:32:25.662+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:49742 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:25.662+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:49742 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:25.765+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:49758 meth=GET uri=/health
DBG 2026-03-29 12:32:25.765+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:49758 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:25.765+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:49758 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:25.868+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:49772 meth=GET uri=/health
DBG 2026-03-29 12:32:25.868+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:49772 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:25.869+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:49772 uri=/health content_type=application/json content_size=821
INF 2026-03-29 12:32:25.957+00:00 periodic prune started topics="waku reconciliation" tid=1 file=reconciliation.nim:455
INF 2026-03-29 12:32:25.957+00:00 periodic prune done topics="waku reconciliation" tid=1 file=reconciliation.nim:463 elements_pruned=0
DBG 2026-03-29 12:32:25.972+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:49778 meth=GET uri=/health
DBG 2026-03-29 12:32:25.972+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:49778 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:25.972+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:49778 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:26.075+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:49794 meth=GET uri=/health
DBG 2026-03-29 12:32:26.075+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:49794 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:26.076+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:49794 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:26.179+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:49810 meth=GET uri=/health
DBG 2026-03-29 12:32:26.179+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:49810 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:26.179+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:49810 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:26.282+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:49814 meth=GET uri=/health
DBG 2026-03-29 12:32:26.282+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:49814 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:26.283+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:49814 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:26.386+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:49816 meth=GET uri=/health
DBG 2026-03-29 12:32:26.386+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:49816 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:26.386+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:49816 uri=/health content_type=application/json content_size=821
TRC 2026-03-29 12:32:26.444+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=139818261848144
TRC 2026-03-29 12:32:26.444+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:32:26.444+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:32:26.444+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:32:26.444+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:32:26.444+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
INF 2026-03-29 12:32:26.458+00:00 periodic sync started topics="waku reconciliation" tid=1 file=reconciliation.nim:438
TRC 2026-03-29 12:32:26.458+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=139818261726800
TRC 2026-03-29 12:32:26.458+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:32:26.458+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:32:26.489+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:49824 meth=GET uri=/health
DBG 2026-03-29 12:32:26.490+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:49824 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:26.490+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:49824 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:26.593+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:49826 meth=GET uri=/health
DBG 2026-03-29 12:32:26.593+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:49826 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:26.594+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:49826 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:26.697+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:49838 meth=GET uri=/health
DBG 2026-03-29 12:32:26.697+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:49838 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:26.697+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:49838 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:26.800+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:49848 meth=GET uri=/health
DBG 2026-03-29 12:32:26.801+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:49848 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:26.801+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:49848 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:26.904+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:49862 meth=GET uri=/health
DBG 2026-03-29 12:32:26.904+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:49862 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:26.904+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:49862 uri=/health content_type=application/json content_size=821
INF 2026-03-29 12:32:26.957+00:00 periodic prune started topics="waku reconciliation" tid=1 file=reconciliation.nim:455
INF 2026-03-29 12:32:26.957+00:00 periodic prune done topics="waku reconciliation" tid=1 file=reconciliation.nim:463 elements_pruned=0
DBG 2026-03-29 12:32:27.007+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:49872 meth=GET uri=/health
DBG 2026-03-29 12:32:27.007+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:49872 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:27.007+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:49872 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:27.110+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:49888 meth=GET uri=/health
DBG 2026-03-29 12:32:27.110+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:49888 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:27.111+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:49888 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:27.213+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:49894 meth=GET uri=/health
DBG 2026-03-29 12:32:27.214+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:49894 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:27.214+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:49894 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:27.317+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:49900 meth=GET uri=/health
DBG 2026-03-29 12:32:27.317+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:49900 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:27.317+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:49900 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:27.421+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:49916 meth=GET uri=/health
DBG 2026-03-29 12:32:27.421+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:49916 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:27.421+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:49916 uri=/health content_type=application/json content_size=821
TRC 2026-03-29 12:32:27.443+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=139818261848144
TRC 2026-03-29 12:32:27.443+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:32:27.443+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:32:27.443+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:32:27.443+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:32:27.443+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
INF 2026-03-29 12:32:27.459+00:00 periodic sync started topics="waku reconciliation" tid=1 file=reconciliation.nim:438
TRC 2026-03-29 12:32:27.459+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=139818261726800
TRC 2026-03-29 12:32:27.459+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:32:27.459+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:32:27.525+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:49920 meth=GET uri=/health
DBG 2026-03-29 12:32:27.525+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:49920 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:27.525+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:49920 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:27.628+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:49932 meth=GET uri=/health
DBG 2026-03-29 12:32:27.628+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:49932 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:27.629+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:49932 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:27.731+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:49946 meth=GET uri=/health
DBG 2026-03-29 12:32:27.731+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:49946 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:27.732+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:49946 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:27.836+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:49962 meth=GET uri=/health
DBG 2026-03-29 12:32:27.836+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:49962 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:27.836+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:49962 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:27.940+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:49964 meth=GET uri=/health
DBG 2026-03-29 12:32:27.940+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:49964 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:27.940+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:49964 uri=/health content_type=application/json content_size=821
INF 2026-03-29 12:32:27.958+00:00 periodic prune started topics="waku reconciliation" tid=1 file=reconciliation.nim:455
INF 2026-03-29 12:32:27.958+00:00 periodic prune done topics="waku reconciliation" tid=1 file=reconciliation.nim:463 elements_pruned=0
DBG 2026-03-29 12:32:28.043+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:49968 meth=GET uri=/health
DBG 2026-03-29 12:32:28.044+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:49968 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:28.044+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:49968 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:28.147+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:49980 meth=GET uri=/health
DBG 2026-03-29 12:32:28.147+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:49980 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:28.147+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:49980 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:28.250+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:49988 meth=GET uri=/health
DBG 2026-03-29 12:32:28.250+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:49988 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:28.251+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:49988 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:28.353+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:49996 meth=GET uri=/health
DBG 2026-03-29 12:32:28.354+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:49996 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:28.354+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:49996 uri=/health content_type=application/json content_size=821
TRC 2026-03-29 12:32:28.443+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=139818261848144
TRC 2026-03-29 12:32:28.443+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:32:28.443+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:32:28.443+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:32:28.443+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:32:28.443+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
TRC 2026-03-29 12:32:28.446+00:00 waku rendezvous advertisements started topics="waku rendezvous" tid=1 file=protocol.nim:112
TRC 2026-03-29 12:32:28.446+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=139818261726800
TRC 2026-03-29 12:32:28.446+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:32:28.446+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:32:28.446+00:00 waku rendezvous client requests started topics="waku rendezvous client" tid=1 file=client.nim:43
TRC 2026-03-29 12:32:28.446+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=139818261726800
TRC 2026-03-29 12:32:28.446+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:32:28.446+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:32:28.451+00:00 Mesh peers for keepalive tid=1 file=node_health_monitor.nim:558 meshPeers=[]
TRC 2026-03-29 12:32:28.451+00:00 Selected peers for keepalive tid=1 file=node_health_monitor.nim:569 selected=[]
TRC 2026-03-29 12:32:28.451+00:00 Pinging random peers tid=1 file=node_health_monitor.nim:629 count=0 countdownToPingAll=10
TRC 2026-03-29 12:32:28.451+00:00 Keepalive results tid=1 file=node_health_monitor.nim:644 attemptedPings=0 successfulPings=0
TRC 2026-03-29 12:32:28.451+00:00 Running keepalive loop tid=1 file=node_health_monitor.nim:593
TRC 2026-03-29 12:32:28.451+00:00 running discv5 discovery loop topics="waku discv5" tid=1 file=waku_discv5.nim:261
TRC 2026-03-29 12:32:28.451+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:32:28.451+00:00 discv5 discarded wrong records topics="waku discv5" tid=1 file=waku_discv5.nim:281 wrong_records=[]
DBG 2026-03-29 12:32:28.457+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:49998 meth=GET uri=/health
DBG 2026-03-29 12:32:28.457+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:49998 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:28.457+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:49998 uri=/health content_type=application/json content_size=821
INF 2026-03-29 12:32:28.459+00:00 periodic sync started topics="waku reconciliation" tid=1 file=reconciliation.nim:438
TRC 2026-03-29 12:32:28.459+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=139818261726800
TRC 2026-03-29 12:32:28.459+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:32:28.459+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:32:28.477+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:32:28.560+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:50008 meth=GET uri=/health
DBG 2026-03-29 12:32:28.560+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:50008 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:28.560+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:50008 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:28.664+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:50014 meth=GET uri=/health
DBG 2026-03-29 12:32:28.664+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:50014 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:28.664+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:50014 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:28.768+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:50030 meth=GET uri=/health
DBG 2026-03-29 12:32:28.768+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:50030 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:28.768+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:50030 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:28.872+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:50040 meth=GET uri=/health
DBG 2026-03-29 12:32:28.872+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:50040 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:28.872+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:50040 uri=/health content_type=application/json content_size=821
INF 2026-03-29 12:32:28.959+00:00 periodic prune started topics="waku reconciliation" tid=1 file=reconciliation.nim:455
INF 2026-03-29 12:32:28.959+00:00 periodic prune done topics="waku reconciliation" tid=1 file=reconciliation.nim:463 elements_pruned=0
DBG 2026-03-29 12:32:28.975+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:50044 meth=GET uri=/health
DBG 2026-03-29 12:32:28.976+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:50044 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:28.976+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:50044 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:29.080+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:50050 meth=GET uri=/health
DBG 2026-03-29 12:32:29.080+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:50050 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:29.081+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:50050 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:29.184+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:50056 meth=GET uri=/health
DBG 2026-03-29 12:32:29.184+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:50056 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:29.185+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:50056 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:29.288+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:50068 meth=GET uri=/health
DBG 2026-03-29 12:32:29.288+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:50068 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:29.289+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:50068 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:29.392+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:50070 meth=GET uri=/health
DBG 2026-03-29 12:32:29.392+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:50070 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:29.393+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:50070 uri=/health content_type=application/json content_size=821
TRC 2026-03-29 12:32:29.443+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=139818261848144
TRC 2026-03-29 12:32:29.443+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:32:29.443+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:32:29.443+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:32:29.443+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:32:29.444+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
INF 2026-03-29 12:32:29.459+00:00 periodic sync started topics="waku reconciliation" tid=1 file=reconciliation.nim:438
TRC 2026-03-29 12:32:29.459+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=139818261726800
TRC 2026-03-29 12:32:29.459+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:32:29.459+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:32:29.496+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:50078 meth=GET uri=/health
DBG 2026-03-29 12:32:29.496+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:50078 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:29.497+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:50078 uri=/health content_type=application/json content_size=821
NTC 2026-03-29 12:32:29.622+00:00 Shutting down after receiving SIGTERM topics="wakunode main" tid=1 file=wakunode2.nim:82
INF 2026-03-29 12:32:29.623+00:00 Stopping discovery v5 service topics="waku discv5" tid=1 file=waku_discv5.nim:362
TRC 2026-03-29 12:32:29.623+00:00 Stop listening on discv5 port topics="waku discv5" tid=1 file=waku_discv5.nim:365
INF 2026-03-29 12:32:29.623+00:00 Successfully stopped discovery v5 service topics="waku discv5" tid=1 file=waku_discv5.nim:368
TRC 2026-03-29 12:32:29.623+00:00 Stopping switch topics="libp2p switch" tid=1 file=switch.nim:328
INF 2026-03-29 12:32:29.623+00:00 Stopping AutonatService topics="libp2p autonatservice" tid=1 file=service.nim:237
TRC 2026-03-29 12:32:29.624+00:00 Closing ConnManager topics="libp2p connmanager" tid=1 file=connmanager.nim:434
TRC 2026-03-29 12:32:29.624+00:00 Closed ConnManager topics="libp2p connmanager" tid=1 file=connmanager.nim:448
TRC 2026-03-29 12:32:29.624+00:00 Stopping TCP transport topics="libp2p tcptransport" tid=1 file=tcptransport.nim:159
TRC 2026-03-29 12:32:29.624+00:00 stopping transport topics="libp2p transport" tid=1 file=transport.nim:59 address=@[/ip4/0.0.0.0/tcp/12818]
TRC 2026-03-29 12:32:29.624+00:00 Transport stopped topics="libp2p tcptransport" tid=1 file=tcptransport.nim:189
TRC 2026-03-29 12:32:29.624+00:00 Stopping WS transport topics="libp2p wstransport" tid=1 file=wstransport.nim:213
TRC 2026-03-29 12:32:29.624+00:00 stopping transport topics="libp2p transport" tid=1 file=transport.nim:59 address=@[/ip4/0.0.0.0/tcp/12819/ws]
TRC 2026-03-29 12:32:29.624+00:00 Transport stopped topics="libp2p wstransport" tid=1 file=wstransport.nim:235
TRC 2026-03-29 12:32:29.624+00:00 gossipsub stop topics="libp2p gossipsub" tid=1 file=gossipsub.nim:1131
TRC 2026-03-29 12:32:29.624+00:00 Switch stopped topics="libp2p switch" tid=1 file=switch.nim:354
INF 2026-03-29 12:32:29.624+00:00 Store Sync Reconciliation protocol stopped topics="waku reconciliation" tid=1 file=reconciliation.nim:496
INF 2026-03-29 12:32:29.624+00:00 Store Sync Transfer protocol stopped topics="waku transfer" tid=1 file=transfer.nim:237
WRN 2026-03-29 12:32:29.624+00:00 Stopping rendezvous without starting it topics="waku rendezvous" tid=1 file=rendezvous.nim:638
WRN 2026-03-29 12:32:29.624+00:00 Stopping rendezvous without starting it topics="waku rendezvous" tid=1 file=rendezvous.nim:638
INF 2026-03-29 12:32:29.624+00:00 waku rendezvous discovery stopped topics="waku rendezvous" tid=1 file=protocol.nim:239
INF 2026-03-29 12:32:29.624+00:00 waku rendezvous client stopped topics="waku rendezvous client" tid=1 file=client.nim:142
INF 2026-03-29 12:32:29.625+00:00 Health monitor loop end tid=1 file=node_health_monitor.nim:543
NTC 2026-03-29 12:32:29.625+00:00 REST service stopped tid=1 file=server.nim:187 address=0.0.0.0:12817
WRN 2026-03-29 12:32:08.389+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:32:08.389+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:32:08.389+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:32:08.389+00:00 Configuration. Network topics="waku conf" tid=1 file=waku_conf.nim:166 cluster=3
INF 2026-03-29 12:32:08.389+00:00 Configuration. Active Relay Shards topics="waku conf" tid=1 file=waku_conf.nim:169 shard=0
INF 2026-03-29 12:32:08.391+00:00 Setting up storage tid=1 file=node_factory.nim:532
INF 2026-03-29 12:32:08.391+00:00 Initializing node tid=1 file=node_factory.nim:541
TRC 2026-03-29 12:32:08.393+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/ipfs/id/1.0.0]"
TRC 2026-03-29 12:32:08.393+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/libp2p/autonat/1.0.0]"
TRC 2026-03-29 12:32:08.393+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:32:08.393+00:00 no peer storage found tid=1 file=peer_manager.nim:1219
INF 2026-03-29 12:32:08.393+00:00 Initializing networking tid=1 file=waku_node.nim:228 addrs="@[/ip4/172.18.162.189/tcp/12818, /ip4/172.18.162.189/tcp/12819/ws]"
INF 2026-03-29 12:32:08.393+00:00 Mounting protocols tid=1 file=node_factory.nim:547
INF 2026-03-29 12:32:08.393+00:00 Created WakuMetadata protocol topics="waku node" tid=1 file=protocol.nim:107 clusterId=3 shards="[0]"
TRC 2026-03-29 12:32:08.393+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:32:08.396+00:00 sqlite database page stats tid=1 file=builder.nim:53 pageSize=4096 pages=1 freePages=0
INF 2026-03-29 12:32:08.396+00:00 starting message store's sqlite database migration topics="waku archive migration" tid=1 file=migrations.nim:57
INF 2026-03-29 12:32:08.396+00:00 Not considered schema version 7 topics="waku archive migration" tid=1 file=migrations.nim:45
INF 2026-03-29 12:32:08.396+00:00 database schema is outdated topics="sqlite" tid=1 file=db_sqlite.nim:447 userVersion=0 targetVersion=10
INF 2026-03-29 12:32:08.397+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:32:08.401+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:32:08.401+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:32:08.401+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:32:08.401+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:32:08.401+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:32:08.401+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE Message;"
INF 2026-03-29 12:32:08.402+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP TABLE Message;"
INF 2026-03-29 12:32:08.402+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:32:08.404+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:32:08.404+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:32:08.404+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:32:08.404+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE Message_backup;"
INF 2026-03-29 12:32:08.404+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:32:08.406+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:32:08.407+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:32:08.407+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:32:08.407+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:32:08.407+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE Message;"
INF 2026-03-29 12:32:08.407+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP TABLE Message;"
INF 2026-03-29 12:32:08.407+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:32:08.408+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:32:08.408+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:32:08.408+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:32:08.408+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE Message_backup;"
INF 2026-03-29 12:32:08.414+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:32:08.414+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:32:08.416+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:32:08.416+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:32:08.417+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:32:08.417+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:32:08.417+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:32:08.417+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE Message_backup;"
INF 2026-03-29 12:32:08.418+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:32:08.418+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:32:08.418+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:32:08.418+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:32:08.420+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:32:08.420+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:32:08.421+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:32:08.421+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:32:08.422+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:32:08.422+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:32:08.422+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:32:08.422+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:32:08.423+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:32:08.423+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:32:08.425+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:32:08.425+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:32:08.426+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:32:08.426+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:32:08.426+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:32:08.426+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE message_backup;"
INF 2026-03-29 12:32:08.427+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:32:08.428+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:32:08.430+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:32:08.430+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:32:08.431+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:32:08.431+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:32:08.431+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:32:08.431+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE message_backup;"
INF 2026-03-29 12:32:08.432+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:32:08.432+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:32:08.433+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:32:08.433+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:32:08.434+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:32:08.435+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="ALTER TABLE message RENAME COLUMN storedAt TO timestamp;"
16.503+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=140231735952976
TRC 2026-03-29 12:32:16.503+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:32:16.503+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:32:16.506+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:32:16.517+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:32:17.006+00:00 periodic prune started topics="waku reconciliation" tid=1 file=reconciliation.nim:455
INF 2026-03-29 12:32:17.006+00:00 periodic prune done topics="waku reconciliation" tid=1 file=reconciliation.nim:463 elements_pruned=0
TRC 2026-03-29 12:32:17.482+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140231736074320
TRC 2026-03-29 12:32:17.482+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:32:17.482+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:32:17.483+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:32:17.483+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:32:17.483+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
INF 2026-03-29 12:32:17.503+00:00 periodic sync started topics="waku reconciliation" tid=1 file=reconciliation.nim:438
TRC 2026-03-29 12:32:17.503+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=140231735952976
TRC 2026-03-29 12:32:17.503+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:32:17.503+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:32:17.506+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:32:18.008+00:00 periodic prune started topics="waku reconciliation" tid=1 file=reconciliation.nim:455
INF 2026-03-29 12:32:18.008+00:00 periodic prune done topics="waku reconciliation" tid=1 file=reconciliation.nim:463 elements_pruned=0
TRC 2026-03-29 12:32:18.482+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140231736074320
TRC 2026-03-29 12:32:18.482+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:32:18.482+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:32:18.483+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:32:18.483+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:32:18.483+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
INF 2026-03-29 12:32:18.504+00:00 periodic sync started topics="waku reconciliation" tid=1 file=reconciliation.nim:438
TRC 2026-03-29 12:32:18.504+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=140231735952976
TRC 2026-03-29 12:32:18.504+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:32:18.504+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:32:18.507+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:32:19.009+00:00 periodic prune started topics="waku reconciliation" tid=1 file=reconciliation.nim:455
INF 2026-03-29 12:32:19.009+00:00 periodic prune done topics="waku reconciliation" tid=1 file=reconciliation.nim:463 elements_pruned=0
TRC 2026-03-29 12:32:19.483+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140231736074320
TRC 2026-03-29 12:32:19.483+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:32:19.483+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:32:19.483+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:32:19.483+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:32:19.483+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
INF 2026-03-29 12:32:19.506+00:00 periodic sync started topics="waku reconciliation" tid=1 file=reconciliation.nim:438
TRC 2026-03-29 12:32:19.506+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=140231735952976
TRC 2026-03-29 12:32:19.506+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:32:19.506+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:32:19.508+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:32:20.009+00:00 periodic prune started topics="waku reconciliation" tid=1 file=reconciliation.nim:455
INF 2026-03-29 12:32:20.009+00:00 periodic prune done topics="waku reconciliation" tid=1 file=reconciliation.nim:463 elements_pruned=0
TRC 2026-03-29 12:32:20.483+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140231736074320
TRC 2026-03-29 12:32:20.483+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:32:20.483+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:32:20.483+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:32:20.483+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:32:20.483+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
INF 2026-03-29 12:32:20.506+00:00 periodic sync started topics="waku reconciliation" tid=1 file=reconciliation.nim:438
TRC 2026-03-29 12:32:20.506+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=140231735952976
TRC 2026-03-29 12:32:20.506+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:32:20.506+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:32:20.508+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:32:21.010+00:00 periodic prune started topics="waku reconciliation" tid=1 file=reconciliation.nim:455
INF 2026-03-29 12:32:21.010+00:00 periodic prune done topics="waku reconciliation" tid=1 file=reconciliation.nim:463 elements_pruned=0
TRC 2026-03-29 12:32:21.483+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140231736074320
TRC 2026-03-29 12:32:21.483+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:32:21.483+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:32:21.483+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:32:21.483+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:32:21.483+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
TRC 2026-03-29 12:32:21.494+00:00 running discv5 discovery loop topics="waku discv5" tid=1 file=waku_discv5.nim:261
TRC 2026-03-29 12:32:21.494+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:32:21.494+00:00 discv5 discarded wrong records topics="waku discv5" tid=1 file=waku_discv5.nim:281 wrong_records=[]
INF 2026-03-29 12:32:21.507+00:00 periodic sync started topics="waku reconciliation" tid=1 file=reconciliation.nim:438
TRC 2026-03-29 12:32:21.507+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=140231735952976
TRC 2026-03-29 12:32:21.507+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:32:21.507+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:32:21.509+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:32:21.518+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!"
INF 2026-03-29 12:32:22.010+00:00 periodic prune started topics="waku reconciliation" tid=1 file=reconciliation.nim:455
INF 2026-03-29 12:32:22.010+00:00 periodic prune done topics="waku reconciliation" tid=1 file=reconciliation.nim:463 elements_pruned=0
TRC 2026-03-29 12:32:22.483+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140231736074320
TRC 2026-03-29 12:32:22.483+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:32:22.483+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:32:22.483+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:32:22.483+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:32:22.483+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
TRC 2026-03-29 12:32:22.483+00:00 running scoring heartbeat topics="libp2p gossipsub" tid=1 file=scoring.nim:312 instance=140231736074320
TRC 2026-03-29 12:32:22.483+00:00 updating scores topics="libp2p gossipsub" tid=1 file=scoring.nim:144 peers=0
TRC 2026-03-29 12:32:22.483+00:00 updated scores topics="libp2p gossipsub" tid=1 file=scoring.nim:308 peers=0
INF 2026-03-29 12:32:22.508+00:00 periodic sync started topics="waku reconciliation" tid=1 file=reconciliation.nim:438
TRC 2026-03-29 12:32:22.508+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=140231735952976
TRC 2026-03-29 12:32:22.508+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:32:22.508+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:32:22.511+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:32:23.011+00:00 periodic prune started topics="waku reconciliation" tid=1 file=reconciliation.nim:455
INF 2026-03-29 12:32:23.011+00:00 periodic prune done topics="waku reconciliation" tid=1 file=reconciliation.nim:463 elements_pruned=0
TRC 2026-03-29 12:32:23.481+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140231736074320
TRC 2026-03-29 12:32:23.481+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:32:23.482+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:32:23.482+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:32:23.482+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:32:23.482+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
INF 2026-03-29 12:32:23.508+00:00 periodic sync started topics="waku reconciliation" tid=1 file=reconciliation.nim:438
TRC 2026-03-29 12:32:23.508+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=140231735952976
TRC 2026-03-29 12:32:23.508+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:32:23.508+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:32:23.511+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:32:24.013+00:00 periodic prune started topics="waku reconciliation" tid=1 file=reconciliation.nim:455
INF 2026-03-29 12:32:24.013+00:00 periodic prune done topics="waku reconciliation" tid=1 file=reconciliation.nim:463 elements_pruned=0
TRC 2026-03-29 12:32:24.482+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140231736074320
TRC 2026-03-29 12:32:24.482+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:32:24.482+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:32:24.482+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:32:24.482+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:32:24.482+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
INF 2026-03-29 12:32:24.508+00:00 periodic sync started topics="waku reconciliation" tid=1 file=reconciliation.nim:438
TRC 2026-03-29 12:32:24.508+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=140231735952976
TRC 2026-03-29 12:32:24.508+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:32:24.508+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:32:24.511+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:32:25.014+00:00 periodic prune started topics="waku reconciliation" tid=1 file=reconciliation.nim:455
INF 2026-03-29 12:32:25.014+00:00 periodic prune done topics="waku reconciliation" tid=1 file=reconciliation.nim:463 elements_pruned=0
TRC 2026-03-29 12:32:25.482+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140231736074320
TRC 2026-03-29 12:32:25.482+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:32:25.482+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:32:25.482+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:32:25.482+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:32:25.482+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
INF 2026-03-29 12:32:25.509+00:00 periodic sync started topics="waku reconciliation" tid=1 file=reconciliation.nim:438
TRC 2026-03-29 12:32:25.509+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=140231735952976
TRC 2026-03-29 12:32:25.509+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:32:25.509+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:32:25.511+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:32:26.015+00:00 periodic prune started topics="waku reconciliation" tid=1 file=reconciliation.nim:455
INF 2026-03-29 12:32:26.015+00:00 periodic prune done topics="waku reconciliation" tid=1 file=reconciliation.nim:463 elements_pruned=0
TRC 2026-03-29 12:32:26.483+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140231736074320
TRC 2026-03-29 12:32:26.483+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:32:26.483+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:32:26.483+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:32:26.483+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:32:26.483+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
TRC 2026-03-29 12:32:26.484+00:00 waku rendezvous advertisements started topics="waku rendezvous" tid=1 file=protocol.nim:112
TRC 2026-03-29 12:32:26.484+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=140231735952976
TRC 2026-03-29 12:32:26.484+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:32:26.484+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:32:26.484+00:00 waku rendezvous client requests started topics="waku rendezvous client" tid=1 file=client.nim:43
TRC 2026-03-29 12:32:26.484+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=140231735952976
TRC 2026-03-29 12:32:26.484+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:32:26.484+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:32:26.491+00:00 Mesh peers for keepalive tid=1 file=node_health_monitor.nim:558 meshPeers=[]
TRC 2026-03-29 12:32:26.491+00:00 Selected peers for keepalive tid=1 file=node_health_monitor.nim:569 selected=[]
TRC 2026-03-29 12:32:26.491+00:00 Pinging random peers tid=1 file=node_health_monitor.nim:629 count=0 countdownToPingAll=8
TRC 2026-03-29 12:32:26.491+00:00 Keepalive results tid=1 file=node_health_monitor.nim:644 attemptedPings=0 successfulPings=0
TRC 2026-03-29 12:32:26.491+00:00 Running keepalive loop tid=1 file=node_health_monitor.nim:593
TRC 2026-03-29 12:32:26.493+00:00 running discv5 discovery loop topics="waku discv5" tid=1 file=waku_discv5.nim:261
TRC 2026-03-29 12:32:26.493+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:32:26.493+00:00 discv5 discarded wrong records topics="waku discv5" tid=1 file=waku_discv5.nim:281 wrong_records=[]
INF 2026-03-29 12:32:26.511+00:00 periodic sync started topics="waku reconciliation" tid=1 file=reconciliation.nim:438
TRC 2026-03-29 12:32:26.511+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=140231735952976
TRC 2026-03-29 12:32:26.511+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:32:26.511+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:32:26.513+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:32:26.519+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:32:26.519+00:00 Failed to resolve address, returning empty set topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:158
INF 2026-03-29 12:32:27.015+00:00 periodic prune started topics="waku reconciliation" tid=1 file=reconciliation.nim:455
INF 2026-03-29 12:32:27.015+00:00 periodic prune done topics="waku reconciliation" tid=1 file=reconciliation.nim:463 elements_pruned=0
TRC 2026-03-29 12:32:27.483+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140231736074320
TRC 2026-03-29 12:32:27.483+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:32:27.483+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:32:27.483+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:32:27.483+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:32:27.483+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
INF 2026-03-29 12:32:27.512+00:00 periodic sync started topics="waku reconciliation" tid=1 file=reconciliation.nim:438
TRC 2026-03-29 12:32:27.512+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=140231735952976
TRC 2026-03-29 12:32:27.512+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:32:27.512+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:32:27.512+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:32:28.017+00:00 periodic prune started topics="waku reconciliation" tid=1 file=reconciliation.nim:455
INF 2026-03-29 12:32:28.017+00:00 periodic prune done topics="waku reconciliation" tid=1 file=reconciliation.nim:463 elements_pruned=0
TRC 2026-03-29 12:32:28.483+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140231736074320
TRC 2026-03-29 12:32:28.483+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:32:28.483+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:32:28.483+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:32:28.483+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:32:28.483+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
INF 2026-03-29 12:32:28.513+00:00 periodic sync started topics="waku reconciliation" tid=1 file=reconciliation.nim:438
TRC 2026-03-29 12:32:28.513+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=140231735952976
TRC 2026-03-29 12:32:28.513+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:32:28.513+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:32:28.514+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:32:29.017+00:00 periodic prune started topics="waku reconciliation" tid=1 file=reconciliation.nim:455
INF 2026-03-29 12:32:29.017+00:00 periodic prune done topics="waku reconciliation" tid=1 file=reconciliation.nim:463 elements_pruned=0
TRC 2026-03-29 12:32:29.483+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140231736074320
TRC 2026-03-29 12:32:29.483+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:32:29.483+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:32:29.483+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:32:29.483+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:32:29.483+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
INF 2026-03-29 12:32:29.513+00:00 periodic sync started topics="waku reconciliation" tid=1 file=reconciliation.nim:438
TRC 2026-03-29 12:32:29.513+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=140231735952976
TRC 2026-03-29 12:32:29.513+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:32:29.513+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:32:29.514+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:32:30.018+00:00 periodic prune started topics="waku reconciliation" tid=1 file=reconciliation.nim:455
INF 2026-03-29 12:32:30.018+00:00 periodic prune done topics="waku reconciliation" tid=1 file=reconciliation.nim:463 elements_pruned=0
TRC 2026-03-29 12:32:30.482+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140231736074320
TRC 2026-03-29 12:32:30.482+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:32:30.482+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:32:30.482+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:32:30.483+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:32:30.483+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
INF 2026-03-29 12:32:30.514+00:00 periodic sync started topics="waku reconciliation" tid=1 file=reconciliation.nim:438
TRC 2026-03-29 12:32:30.514+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=140231735952976
TRC 2026-03-29 12:32:30.514+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:32:30.514+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:32:30.515+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:32:31.019+00:00 periodic prune started topics="waku reconciliation" tid=1 file=reconciliation.nim:455
INF 2026-03-29 12:32:31.019+00:00 periodic prune done topics="waku reconciliation" tid=1 file=reconciliation.nim:463 elements_pruned=0
TRC 2026-03-29 12:32:31.482+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140231736074320
TRC 2026-03-29 12:32:31.482+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:32:31.482+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:32:31.482+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:32:31.482+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:32:31.482+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
TRC 2026-03-29 12:32:09.649+00:00 running discv5 discovery loop topics="waku discv5" tid=1 file=waku_discv5.nim:261
TRC 2026-03-29 12:32:09.649+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:32:09.649+00:00 discv5 discarded wrong records topics="waku discv5" tid=1 file=waku_discv5.nim:281 wrong_records=[]
INF 2026-03-29 12:32:09.672+00:00 periodic sync started topics="waku reconciliation" tid=1 file=reconciliation.nim:438
TRC 2026-03-29 12:32:09.672+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=140414679881296
TRC 2026-03-29 12:32:09.672+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:32:09.673+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:32:09.673+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:32:09.673+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:32:10.179+00:00 periodic prune started topics="waku reconciliation" tid=1 file=reconciliation.nim:455
INF 2026-03-29 12:32:10.179+00:00 periodic prune done topics="waku reconciliation" tid=1 file=reconciliation.nim:463 elements_pruned=0
TRC 2026-03-29 12:32:10.643+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140414680002640
TRC 2026-03-29 12:32:10.643+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:32:10.643+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:32:10.643+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:32:10.643+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:32:10.643+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
INF 2026-03-29 12:32:10.673+00:00 periodic sync started topics="waku reconciliation" tid=1 file=reconciliation.nim:438
TRC 2026-03-29 12:32:10.674+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=140414679881296
TRC 2026-03-29 12:32:10.674+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:32:10.674+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:32:10.674+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:32:11.180+00:00 periodic prune started topics="waku reconciliation" tid=1 file=reconciliation.nim:455
INF 2026-03-29 12:32:11.180+00:00 periodic prune done topics="waku reconciliation" tid=1 file=reconciliation.nim:463 elements_pruned=0
TRC 2026-03-29 12:32:11.642+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140414680002640
TRC 2026-03-29 12:32:11.642+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:32:11.642+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:32:11.642+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:32:11.642+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:32:11.642+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
INF 2026-03-29 12:32:11.675+00:00 periodic sync started topics="waku reconciliation" tid=1 file=reconciliation.nim:438
TRC 2026-03-29 12:32:11.675+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=140414679881296
TRC 2026-03-29 12:32:11.675+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:32:11.675+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:32:11.675+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:32:12.180+00:00 periodic prune started topics="waku reconciliation" tid=1 file=reconciliation.nim:455
INF 2026-03-29 12:32:12.180+00:00 periodic prune done topics="waku reconciliation" tid=1 file=reconciliation.nim:463 elements_pruned=0
TRC 2026-03-29 12:32:12.643+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140414680002640
TRC 2026-03-29 12:32:12.643+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:32:12.643+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:32:12.643+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:32:12.643+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:32:12.643+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
TRC 2026-03-29 12:32:12.643+00:00 running scoring heartbeat topics="libp2p gossipsub" tid=1 file=scoring.nim:312 instance=140414680002640
TRC 2026-03-29 12:32:12.643+00:00 updating scores topics="libp2p gossipsub" tid=1 file=scoring.nim:144 peers=0
TRC 2026-03-29 12:32:12.643+00:00 updated scores topics="libp2p gossipsub" tid=1 file=scoring.nim:308 peers=0
INF 2026-03-29 12:32:12.676+00:00 periodic sync started topics="waku reconciliation" tid=1 file=reconciliation.nim:438
TRC 2026-03-29 12:32:12.676+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=140414679881296
TRC 2026-03-29 12:32:12.676+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:32:12.676+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:32:12.676+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:32:13.180+00:00 periodic prune started topics="waku reconciliation" tid=1 file=reconciliation.nim:455
INF 2026-03-29 12:32:13.180+00:00 periodic prune done topics="waku reconciliation" tid=1 file=reconciliation.nim:463 elements_pruned=0
TRC 2026-03-29 12:32:13.643+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140414680002640
TRC 2026-03-29 12:32:13.643+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:32:13.643+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:32:13.643+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:32:13.643+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:32:13.643+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
INF 2026-03-29 12:32:13.675+00:00 periodic sync started topics="waku reconciliation" tid=1 file=reconciliation.nim:438
TRC 2026-03-29 12:32:13.675+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=140414679881296
TRC 2026-03-29 12:32:13.675+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:32:13.675+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:32:13.675+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:32:14.182+00:00 periodic prune started topics="waku reconciliation" tid=1 file=reconciliation.nim:455
INF 2026-03-29 12:32:14.182+00:00 periodic prune done topics="waku reconciliation" tid=1 file=reconciliation.nim:463 elements_pruned=0
TRC 2026-03-29 12:32:14.642+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140414680002640
TRC 2026-03-29 12:32:14.642+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:32:14.642+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:32:14.642+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:32:14.642+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:32:14.642+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
TRC 2026-03-29 12:32:14.645+00:00 waku rendezvous advertisements started topics="waku rendezvous" tid=1 file=protocol.nim:112
TRC 2026-03-29 12:32:14.645+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=140414679881296
TRC 2026-03-29 12:32:14.645+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:32:14.645+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:32:14.645+00:00 waku rendezvous client requests started topics="waku rendezvous client" tid=1 file=client.nim:43
TRC 2026-03-29 12:32:14.645+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=140414679881296
TRC 2026-03-29 12:32:14.645+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:32:14.645+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:32:14.650+00:00 running discv5 discovery loop topics="waku discv5" tid=1 file=waku_discv5.nim:261
TRC 2026-03-29 12:32:14.650+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:32:14.650+00:00 discv5 discarded wrong records topics="waku discv5" tid=1 file=waku_discv5.nim:281 wrong_records=[]
TRC 2026-03-29 12:32:14.651+00:00 Mesh peers for keepalive tid=1 file=node_health_monitor.nim:558 meshPeers=[]
TRC 2026-03-29 12:32:14.651+00:00 Selected peers for keepalive tid=1 file=node_health_monitor.nim:569 selected=[]
TRC 2026-03-29 12:32:14.651+00:00 Pinging random peers tid=1 file=node_health_monitor.nim:629 count=0 countdownToPingAll=7
TRC 2026-03-29 12:32:14.651+00:00 Keepalive results tid=1 file=node_health_monitor.nim:644 attemptedPings=0 successfulPings=0
TRC 2026-03-29 12:32:14.651+00:00 Running keepalive loop tid=1 file=node_health_monitor.nim:593
INF 2026-03-29 12:32:14.674+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!"
INF 2026-03-29 12:32:14.676+00:00 periodic sync started topics="waku reconciliation" tid=1 file=reconciliation.nim:438
TRC 2026-03-29 12:32:14.676+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=140414679881296
TRC 2026-03-29 12:32:14.676+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:32:14.676+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:32:14.676+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:32:15.183+00:00 periodic prune started topics="waku reconciliation" tid=1 file=reconciliation.nim:455
INF 2026-03-29 12:32:15.183+00:00 periodic prune done topics="waku reconciliation" tid=1 file=reconciliation.nim:463 elements_pruned=0
TRC 2026-03-29 12:32:15.642+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140414680002640
TRC 2026-03-29 12:32:15.642+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:32:15.642+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:32:15.642+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:32:15.642+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:32:15.642+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
INF 2026-03-29 12:32:15.677+00:00 periodic sync started topics="waku reconciliation" tid=1 file=reconciliation.nim:438
TRC 2026-03-29 12:32:15.677+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=140414679881296
TRC 2026-03-29 12:32:15.677+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:32:15.677+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:32:15.677+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:32:16.184+00:00 periodic prune started topics="waku reconciliation" tid=1 file=reconciliation.nim:455
INF 2026-03-29 12:32:16.184+00:00 periodic prune done topics="waku reconciliation" tid=1 file=reconciliation.nim:463 elements_pruned=0
TRC 2026-03-29 12:32:16.642+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140414680002640
TRC 2026-03-29 12:32:16.642+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:32:16.642+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:32:16.642+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:32:16.642+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:32:16.642+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
INF 2026-03-29 12:32:16.677+00:00 periodic sync started topics="waku reconciliation" tid=1 file=reconciliation.nim:438
TRC 2026-03-29 12:32:16.677+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=140414679881296
TRC 2026-03-29 12:32:16.677+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:32:16.677+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:32:16.677+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:32:17.185+00:00 periodic prune started topics="waku reconciliation" tid=1 file=reconciliation.nim:455
INF 2026-03-29 12:32:17.185+00:00 periodic prune done topics="waku reconciliation" tid=1 file=reconciliation.nim:463 elements_pruned=0
TRC 2026-03-29 12:32:17.642+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140414680002640
TRC 2026-03-29 12:32:17.642+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:32:17.642+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:32:17.642+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:32:17.642+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:32:17.642+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
INF 2026-03-29 12:32:17.677+00:00 periodic sync started topics="waku reconciliation" tid=1 file=reconciliation.nim:438
TRC 2026-03-29 12:32:17.678+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=140414679881296
TRC 2026-03-29 12:32:17.678+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:32:17.678+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:32:17.678+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:32:18.186+00:00 periodic prune started topics="waku reconciliation" tid=1 file=reconciliation.nim:455
INF 2026-03-29 12:32:18.186+00:00 periodic prune done topics="waku reconciliation" tid=1 file=reconciliation.nim:463 elements_pruned=0
TRC 2026-03-29 12:32:18.642+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140414680002640
TRC 2026-03-29 12:32:18.642+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:32:18.642+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:32:18.642+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:32:18.642+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:32:18.642+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
INF 2026-03-29 12:32:18.678+00:00 periodic sync started topics="waku reconciliation" tid=1 file=reconciliation.nim:438
TRC 2026-03-29 12:32:18.678+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=140414679881296
TRC 2026-03-29 12:32:18.678+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:32:18.678+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:32:18.678+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:32:19.188+00:00 periodic prune started topics="waku reconciliation" tid=1 file=reconciliation.nim:455
INF 2026-03-29 12:32:19.188+00:00 periodic prune done topics="waku reconciliation" tid=1 file=reconciliation.nim:463 elements_pruned=0
TRC 2026-03-29 12:32:19.642+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140414680002640
TRC 2026-03-29 12:32:19.642+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:32:19.642+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:32:19.642+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:32:19.642+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:32:19.642+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
TRC 2026-03-29 12:32:19.651+00:00 running discv5 discovery loop topics="waku discv5" tid=1 file=waku_discv5.nim:261
TRC 2026-03-29 12:32:19.651+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:32:19.651+00:00 discv5 discarded wrong records topics="waku discv5" tid=1 file=waku_discv5.nim:281 wrong_records=[]
INF 2026-03-29 12:32:19.675+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:32:19.675+00:00 Failed to resolve address, returning empty set topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:158
INF 2026-03-29 12:32:19.679+00:00 periodic sync started topics="waku reconciliation" tid=1 file=reconciliation.nim:438
TRC 2026-03-29 12:32:19.679+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=140414679881296
TRC 2026-03-29 12:32:19.679+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:32:19.679+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:32:19.679+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:32:20.189+00:00 periodic prune started topics="waku reconciliation" tid=1 file=reconciliation.nim:455
INF 2026-03-29 12:32:20.189+00:00 periodic prune done topics="waku reconciliation" tid=1 file=reconciliation.nim:463 elements_pruned=0
TRC 2026-03-29 12:32:20.642+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140414680002640
TRC 2026-03-29 12:32:20.642+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:32:20.642+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:32:20.642+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:32:20.642+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:32:20.642+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
INF 2026-03-29 12:32:20.680+00:00 periodic sync started topics="waku reconciliation" tid=1 file=reconciliation.nim:438
TRC 2026-03-29 12:32:20.680+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=140414679881296
TRC 2026-03-29 12:32:20.680+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:32:20.680+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:32:20.680+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:32:21.190+00:00 periodic prune started topics="waku reconciliation" tid=1 file=reconciliation.nim:455
INF 2026-03-29 12:32:21.190+00:00 periodic prune done topics="waku reconciliation" tid=1 file=reconciliation.nim:463 elements_pruned=0
TRC 2026-03-29 12:32:21.643+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140414680002640
TRC 2026-03-29 12:32:21.643+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:32:21.643+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:32:21.643+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:32:21.643+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:32:21.643+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
INF 2026-03-29 12:32:21.681+00:00 periodic sync started topics="waku reconciliation" tid=1 file=reconciliation.nim:438
TRC 2026-03-29 12:32:21.681+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=140414679881296
TRC 2026-03-29 12:32:21.681+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:32:21.681+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:32:21.681+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:32:22.192+00:00 periodic prune started topics="waku reconciliation" tid=1 file=reconciliation.nim:455
INF 2026-03-29 12:32:22.192+00:00 periodic prune done topics="waku reconciliation" tid=1 file=reconciliation.nim:463 elements_pruned=0
TRC 2026-03-29 12:32:22.642+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140414680002640
TRC 2026-03-29 12:32:22.642+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:32:22.642+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:32:22.642+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:32:22.642+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:32:22.642+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
INF 2026-03-29 12:32:22.681+00:00 periodic sync started topics="waku reconciliation" tid=1 file=reconciliation.nim:438
TRC 2026-03-29 12:32:22.681+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=140414679881296
TRC 2026-03-29 12:32:22.681+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:32:22.681+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:32:22.681+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:32:23.193+00:00 periodic prune started topics="waku reconciliation" tid=1 file=reconciliation.nim:455
INF 2026-03-29 12:32:23.193+00:00 periodic prune done topics="waku reconciliation" tid=1 file=reconciliation.nim:463 elements_pruned=0
TRC 2026-03-29 12:32:23.642+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140414680002640
TRC 2026-03-29 12:32:23.642+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:32:23.642+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:32:23.642+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:32:23.642+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:32:23.642+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
INF 2026-03-29 12:32:23.682+00:00 periodic sync started topics="waku reconciliation" tid=1 file=reconciliation.nim:438
TRC 2026-03-29 12:32:23.682+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=140414679881296
TRC 2026-03-29 12:32:23.682+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:32:23.682+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:32:23.682+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:32:24.194+00:00 periodic prune started topics="waku reconciliation" tid=1 file=reconciliation.nim:455
INF 2026-03-29 12:32:24.194+00:00 periodic prune done topics="waku reconciliation" tid=1 file=reconciliation.nim:463 elements_pruned=0
TRC 2026-03-29 12:32:24.642+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140414680002640
TRC 2026-03-29 12:32:24.643+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:32:24.643+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:32:24.643+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:32:24.643+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:32:24.643+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
TRC 2026-03-29 12:32:24.643+00:00 running scoring heartbeat topics="libp2p gossipsub" tid=1 file=scoring.nim:312 instance=140414680002640
TRC 2026-03-29 12:32:24.643+00:00 updating scores topics="libp2p gossipsub" tid=1 file=scoring.nim:144 peers=0
TRC 2026-03-29 12:32:24.643+00:00 updated scores topics="libp2p gossipsub" tid=1 file=scoring.nim:308 peers=0
TRC 2026-03-29 12:32:24.643+00:00 Running AutonatService topics="libp2p autonatservice" tid=1 file=service.nim:231
TRC 2026-03-29 12:32:24.643+00:00 Asking peers for reachability topics="libp2p autonatservice" tid=1 file=service.nim:160
TRC 2026-03-29 12:32:24.646+00:00 waku rendezvous advertisements started topics="waku rendezvous" tid=1 file=protocol.nim:112
TRC 2026-03-29 12:32:24.646+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=140414679881296
TRC 2026-03-29 12:32:24.646+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:32:24.646+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:32:24.646+00:00 waku rendezvous client requests started topics="waku rendezvous client" tid=1 file=client.nim:43
TRC 2026-03-29 12:32:24.646+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=140414679881296
TRC 2026-03-29 12:32:24.646+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:32:24.646+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:32:24.651+00:00 running discv5 discovery loop topics="waku discv5" tid=1 file=waku_discv5.nim:261
TRC 2026-03-29 12:32:24.651+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:32:24.651+00:00 discv5 discarded wrong records topics="waku discv5" tid=1 file=waku_discv5.nim:281 wrong_records=[]
TRC 2026-03-29 12:32:24.651+00:00 Mesh peers for keepalive tid=1 file=node_health_monitor.nim:558 meshPeers=[]
TRC 2026-03-29 12:32:24.651+00:00 Selected peers for keepalive tid=1 file=node_health_monitor.nim:569 selected=[]
TRC 2026-03-29 12:32:24.651+00:00 Pinging random peers tid=1 file=node_health_monitor.nim:629 count=0 countdownToPingAll=6
TRC 2026-03-29 12:32:24.651+00:00 Keepalive results tid=1 file=node_health_monitor.nim:644 attemptedPings=0 successfulPings=0
TRC 2026-03-29 12:32:24.652+00:00 Running keepalive loop tid=1 file=node_health_monitor.nim:593
TRC 2026-03-29 12:32:24.677+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
TRC 2026-03-29 12:32:24.679+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:1001", "2606:4700:4700:0000:0000:0000:0000:1111"} server=1.1.1.1:53
INF 2026-03-29 12:32:24.682+00:00 periodic sync started topics="waku reconciliation" tid=1 file=reconciliation.nim:438
TRC 2026-03-29 12:32:24.682+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=140414679881296
TRC 2026-03-29 12:32:24.682+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:32:24.682+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:32:25.194+00:00 periodic prune started topics="waku reconciliation" tid=1 file=reconciliation.nim:455
INF 2026-03-29 12:32:25.194+00:00 periodic prune done topics="waku reconciliation" tid=1 file=reconciliation.nim:463 elements_pruned=0
TRC 2026-03-29 12:32:25.642+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140414680002640
TRC 2026-03-29 12:32:25.642+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:32:25.642+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:32:25.642+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:32:25.642+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:32:25.642+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
INF 2026-03-29 12:32:25.683+00:00 periodic sync started topics="waku reconciliation" tid=1 file=reconciliation.nim:438
TRC 2026-03-29 12:32:25.683+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=140414679881296
TRC 2026-03-29 12:32:25.683+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:32:25.683+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:32:26.194+00:00 periodic prune started topics="waku reconciliation" tid=1 file=reconciliation.nim:455
INF 2026-03-29 12:32:26.194+00:00 periodic prune done topics="waku reconciliation" tid=1 file=reconciliation.nim:463 elements_pruned=0
TRC 2026-03-29 12:32:26.643+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140414680002640
TRC 2026-03-29 12:32:26.643+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:32:26.643+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:32:26.643+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:32:26.643+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:32:26.643+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
INF 2026-03-29 12:32:26.684+00:00 periodic sync started topics="waku reconciliation" tid=1 file=reconciliation.nim:438
TRC 2026-03-29 12:32:26.684+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=140414679881296
TRC 2026-03-29 12:32:26.684+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:32:26.684+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:32:27.196+00:00 periodic prune started topics="waku reconciliation" tid=1 file=reconciliation.nim:455
INF 2026-03-29 12:32:27.196+00:00 periodic prune done topics="waku reconciliation" tid=1 file=reconciliation.nim:463 elements_pruned=0
TRC 2026-03-29 12:32:27.642+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140414680002640
TRC 2026-03-29 12:32:27.642+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:32:27.642+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:32:27.642+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:32:27.642+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:32:27.642+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
INF 2026-03-29 12:32:27.685+00:00 periodic sync started topics="waku reconciliation" tid=1 file=reconciliation.nim:438
TRC 2026-03-29 12:32:27.685+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=140414679881296
TRC 2026-03-29 12:32:27.685+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:32:27.685+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:32:28.197+00:00 periodic prune started topics="waku reconciliation" tid=1 file=reconciliation.nim:455
INF 2026-03-29 12:32:28.197+00:00 periodic prune done topics="waku reconciliation" tid=1 file=reconciliation.nim:463 elements_pruned=0
TRC 2026-03-29 12:32:28.642+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140414680002640
TRC 2026-03-29 12:32:28.642+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:32:28.642+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:32:28.642+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:32:28.643+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:32:28.643+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
INF 2026-03-29 12:32:28.685+00:00 periodic sync started topics="waku reconciliation" tid=1 file=reconciliation.nim:438
TRC 2026-03-29 12:32:28.685+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=140414679881296
TRC 2026-03-29 12:32:28.685+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:32:28.685+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:32:29.197+00:00 periodic prune started topics="waku reconciliation" tid=1 file=reconciliation.nim:455
INF 2026-03-29 12:32:29.197+00:00 periodic prune done topics="waku reconciliation" tid=1 file=reconciliation.nim:463 elements_pruned=0
TRC 2026-03-29 12:32:29.642+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140414680002640
TRC 2026-03-29 12:32:29.642+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:32:29.642+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:32:29.642+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:32:29.642+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:32:29.642+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
TRC 2026-03-29 12:32:29.653+00:00 running discv5 discovery loop topics="waku discv5" tid=1 file=waku_discv5.nim:261
TRC 2026-03-29 12:32:29.653+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:32:29.653+00:00 discv5 discarded wrong records topics="waku discv5" tid=1 file=waku_discv5.nim:281 wrong_records=[]
TRC 2026-03-29 12:32:29.679+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:32:29.686+00:00 periodic sync started topics="waku reconciliation" tid=1 file=reconciliation.nim:438
TRC 2026-03-29 12:32:29.686+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=140414679881296
TRC 2026-03-29 12:32:29.686+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:32:29.686+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:32:30.198+00:00 periodic prune started topics="waku reconciliation" tid=1 file=reconciliation.nim:455
INF 2026-03-29 12:32:30.198+00:00 periodic prune done topics="waku reconciliation" tid=1 file=reconciliation.nim:463 elements_pruned=0
TRC 2026-03-29 12:32:30.642+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140414680002640
TRC 2026-03-29 12:32:30.642+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:32:30.642+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:32:30.642+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:32:30.642+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:32:30.642+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
INF 2026-03-29 12:32:30.687+00:00 periodic sync started topics="waku reconciliation" tid=1 file=reconciliation.nim:438
TRC 2026-03-29 12:32:30.687+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=140414679881296
TRC 2026-03-29 12:32:30.687+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:32:30.687+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:32:31.198+00:00 periodic prune started topics="waku reconciliation" tid=1 file=reconciliation.nim:455
INF 2026-03-29 12:32:31.198+00:00 periodic prune done topics="waku reconciliation" tid=1 file=reconciliation.nim:463 elements_pruned=0