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

1422 lines
263 KiB
Plaintext

WRN 2026-03-29 11:55:49.378+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 11:55:49.379+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 11:55:49.379+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 11:55:49.379+00:00 Configuration. Network topics="waku conf" tid=1 file=waku_conf.nim:166 cluster=3
INF 2026-03-29 11:55:49.379+00:00 Configuration. Active Relay Shards topics="waku conf" tid=1 file=waku_conf.nim:169 shard=0
INF 2026-03-29 11:55:49.379+00:00 Setting up storage tid=1 file=node_factory.nim:532
INF 2026-03-29 11:55:49.379+00:00 Initializing node tid=1 file=node_factory.nim:541
TRC 2026-03-29 11:55:49.381+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/ipfs/id/1.0.0]"
TRC 2026-03-29 11:55:49.381+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/libp2p/autonat/1.0.0]"
TRC 2026-03-29 11:55:49.381+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 11:55:49.381+00:00 no peer storage found tid=1 file=peer_manager.nim:1219
INF 2026-03-29 11:55:49.381+00:00 Initializing networking tid=1 file=waku_node.nim:228 addrs="@[/ip4/172.18.52.6/tcp/41994, /ip4/172.18.52.6/tcp/41995/ws]"
INF 2026-03-29 11:55:49.381+00:00 Mounting protocols tid=1 file=node_factory.nim:547
INF 2026-03-29 11:55:49.381+00:00 Created WakuMetadata protocol topics="waku node" tid=1 file=protocol.nim:107 clusterId=3 shards="[0]"
TRC 2026-03-29 11:55:49.381+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/vac/waku/metadata/1.0.0]"
INF 2026-03-29 11:55:49.386+00:00 sqlite database page stats tid=1 file=builder.nim:53 pageSize=4096 pages=1 freePages=0
INF 2026-03-29 11:55:49.386+00:00 starting message store's sqlite database migration topics="waku archive migration" tid=1 file=migrations.nim:57
INF 2026-03-29 11:55:49.386+00:00 Not considered schema version 7 topics="waku archive migration" tid=1 file=migrations.nim:45
INF 2026-03-29 11:55:49.386+00:00 database schema is outdated topics="sqlite" tid=1 file=db_sqlite.nim:447 userVersion=0 targetVersion=10
INF 2026-03-29 11:55:49.387+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 11:55:49.389+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 11:55:49.389+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 11:55:49.391+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 11:55:49.391+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 11:55:49.391+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 11:55:49.391+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE Message;"
INF 2026-03-29 11:55:49.392+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP TABLE Message;"
INF 2026-03-29 11:55:49.392+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 11:55:49.392+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 11:55:49.393+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 11:55:49.393+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 11:55:49.393+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE Message_backup;"
INF 2026-03-29 11:55:49.394+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP TABLE Message_backup;"
INF 2026-03-29 11:55:49.394+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 11:55:49.395+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 11:55:49.395+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 11:55:49.395+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 11:55:49.396+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE Message;"
INF 2026-03-29 11:55:49.397+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP TABLE Message;"
INF 2026-03-29 11:55:49.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 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 11:55:49.398+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 11:55:49.398+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 11:55:49.398+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 11:55:49.398+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE Message_backup;"
INF 2026-03-29 11:55:49.399+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP TABLE Message_backup;"
INF 2026-03-29 11:55:49.399+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 11:55:49.401+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 11:55:49.401+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 11:55:49.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,\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 11:55:49.402+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 11:55:49.402+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 11:55:49.402+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE Message_backup;"
INF 2026-03-29 11:55:49.402+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP TABLE Message_backup;"
INF 2026-03-29 11:55:49.402+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 11:55:49.405+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 11:55:49.405+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 11:55:49.407+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 11:55:49.407+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 11:55:49.407+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 11:55:49.408+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 11:55:49.408+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 11:55:49.408+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 11:55:49.408+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 11:55:49.408+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 11:55:49.411+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 11:55:49.411+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 11:55:49.413+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 11:55:49.413+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 11:55:49.413+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 11:55:49.413+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 11:55:49.414+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 11:55:49.414+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE message_backup;"
INF 2026-03-29 11:55:49.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 11:55:49.415+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 11:55:49.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 11:55:49.416+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 11:55:49.417+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 11:55:49.417+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 11:55:49.417+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 11:55:49.418+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE message_backup;"
INF 2026-03-29 11:55:49.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 11:55:49.418+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 11:55:49.419+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 11:55:49.419+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 11:55:49.421+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 11:55:49.421+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 11:55:49.423+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 11:55:49.423+00:00 database user_version updated topics="sqlite" tid=1 file=db_sqlite.nim:481 userVersion=10
INF 2026-03-29 11:55:49.423+00:00 finished message store's sqlite database migration topics="waku archive migration" tid=1 file=migrations.nim:70
INF 2026-03-29 11:55:49.423+00:00 setting up sqlite waku archive driver tid=1 file=builder.nim:65
INF 2026-03-29 11:55:49.424+00:00 executing message retention policy topics="waku archive" tid=1 file=archive.nim:270 policy=time:172800
INF 2026-03-29 11:55:49.425+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 11:55:49.425+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 11:55:49.425+00:00 mounting waku store protocol topics="waku node store api" tid=1 file=store.nim:255
TRC 2026-03-29 11:55:49.425+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 11:55:49.425+00:00 mounting store client topics="waku node store api" tid=1 file=store.nim:274
INF 2026-03-29 11:55:49.425+00:00 mounting legacy store client topics="waku node store api" tid=1 file=store.nim:145
INF 2026-03-29 11:55:49.425+00:00 mounting auto sharding topics="waku node" tid=1 file=waku_node.nim:305 clusterId=3 shardCount=1
INF 2026-03-29 11:55:49.425+00:00 Shards created from content topics tid=1 file=node_factory.nim:333 contentTopics=[] shards=[]
INF 2026-03-29 11:55:49.425+00:00 Setting max message size tid=1 file=node_factory.nim:342 num_bytes=153600
INF 2026-03-29 11:55:49.425+00:00 mounting relay protocol topics="waku node relay api" tid=1 file=relay.nim:259
TRC 2026-03-29 11:55:49.425+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 11:55:49.425+00:00 relay mounted successfully topics="waku node relay api" tid=1 file=relay.nim:276
INF 2026-03-29 11:55:49.425+00:00 adding validator to signed shards tid=1 file=validator_signed.nim:56 protectedShards=[] clusterId=3
INF 2026-03-29 11:55:49.425+00:00 mounting rendezvous discovery protocol topics="waku node" tid=1 file=waku_node.nim:432
INF 2026-03-29 11:55:49.425+00:00 waku rendezvous initialized topics="waku node" tid=1 file=protocol.nim:206 clusterId=3 shards="[0]" capabilities="[Relay, Store]" wakuPeerRecord="(peerId: 16U*pxhLvQ, seqNo: 1774785349, addresses: [/ip4/172.18.52.6/tcp/41994, /ip4/172.18.52.6/tcp/41995/ws], mixKey: )"
TRC 2026-03-29 11:55:49.426+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/vac/waku/rendezvous/1.0.0]"
INF 2026-03-29 11:55:49.426+00:00 mounting rendezvous client topics="waku node" tid=1 file=waku_node.nim:418
INF 2026-03-29 11:55:49.426+00:00 waku rendezvous client initialized topics="waku node" tid=1 file=client.nim:130 clusterId=3
INF 2026-03-29 11:55:49.426+00:00 mounting libp2p ping protocol topics="waku node ping api" tid=1 file=ping.nim:20
TRC 2026-03-29 11:55:49.426+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/ipfs/ping/1.0.0]"
INF 2026-03-29 11:55:49.426+00:00 mounting light push client topics="waku node lightpush api" tid=1 file=lightpush.nim:183
INF 2026-03-29 11:55:49.426+00:00 mounting legacy light push client topics="waku node lightpush api" tid=1 file=lightpush.nim:72
INF 2026-03-29 11:55:49.426+00:00 mounting filter client topics="waku node filter api" tid=1 file=filter.nim:81
TRC 2026-03-29 11:55:49.426+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 11:55:49.426+00:00 mounting waku peer exchange topics="waku node peerexchange api" tid=1 file=peer_exchange.nim:37
TRC 2026-03-29 11:55:49.426+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 11:55:49.426+00:00 mounting waku peer exchange client topics="waku node peerexchange api" tid=1 file=peer_exchange.nim:54
NTC 2026-03-29 11:55:49.426+00:00 REST service started tid=1 file=server.nim:182 address=0.0.0.0:41993
INF 2026-03-29 11:55:49.426+00:00 Starting REST HTTP server tid=1 file=builder.nim:113 url=http://0.0.0.0:41993/
INF 2026-03-29 11:55:49.427+00:00 No external callbacks to be set topics="wakunode waku" tid=1 file=waku.nim:127
TRC 2026-03-29 11:55:49.427+00:00 Send processor chain topics="send service" tid=1 file=send_service.nim:94 index=1 processor=BaseSendProcessor
INF 2026-03-29 11:55:49.427+00:00 Retrieve dynamic bootstrap nodes topics="wakunode waku" tid=1 file=waku.nim:367
INF 2026-03-29 11:55:49.427+00:00 Running nwaku node tid=1 file=node_factory.nim:464 version=v0.38.0-rc.0-14-g5c335c
INF 2026-03-29 11:55:49.427+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 11:55:49.427+00:00 starting relay protocol topics="waku node" tid=1 file=waku_node.nim:389
INF 2026-03-29 11:55:49.427+00:00 start topics="waku relay" tid=1 file=protocol.nim:519
TRC 2026-03-29 11:55:49.427+00:00 gossipsub start topics="libp2p gossipsub" tid=1 file=gossipsub.nim:1113
TRC 2026-03-29 11:55:49.427+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140127560777808
TRC 2026-03-29 11:55:49.427+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
TRC 2026-03-29 11:55:49.427+00:00 running scoring heartbeat topics="libp2p gossipsub" tid=1 file=scoring.nim:312 instance=140127560777808
TRC 2026-03-29 11:55:49.427+00:00 updating scores topics="libp2p gossipsub" tid=1 file=scoring.nim:144 peers=0
TRC 2026-03-29 11:55:49.427+00:00 updated scores topics="libp2p gossipsub" tid=1 file=scoring.nim:308 peers=0
INF 2026-03-29 11:55:49.427+00:00 relay started successfully topics="waku node" tid=1 file=waku_node.nim:410
INF 2026-03-29 11:55:49.427+00:00 waku rendezvous periodic registration started topics="waku rendezvous" tid=1 file=protocol.nim:127 interval=10s
INF 2026-03-29 11:55:49.427+00:00 waku rendezvous discovery started topics="waku rendezvous" tid=1 file=protocol.nim:227
INF 2026-03-29 11:55:49.427+00:00 waku rendezvous periodic requests started topics="waku rendezvous client" tid=1 file=client.nim:80 interval=10s
INF 2026-03-29 11:55:49.427+00:00 waku rendezvous client started topics="waku rendezvous client" tid=1 file=client.nim:136
DBG 2026-03-29 11:55:49.427+00:00 starting switch for peer topics="libp2p switch" tid=1 file=switch.nim:363 peerInfo="(peerId: 16Uiu2HAmSxciUHNexSZfXRVjqXK5nRdqo7mjMWUWos1a3qpxhLvQ, listenAddrs: [/ip4/0.0.0.0/tcp/41995/ws, /ip4/0.0.0.0/tcp/41994], 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/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 11:55:49.427+00:00 Starting TCP transport topics="libp2p tcptransport" tid=1 file=tcptransport.nim:116
TRC 2026-03-29 11:55:49.428+00:00 Listening on topics="libp2p tcptransport" tid=1 file=tcptransport.nim:140 address=/ip4/0.0.0.0/tcp/41994
TRC 2026-03-29 11:55:49.428+00:00 starting transport on addrs topics="libp2p transport" tid=1 file=transport.nim:49 address=@[/ip4/0.0.0.0/tcp/41994]
DBG 2026-03-29 11:55:49.428+00:00 About to accept incoming connection topics="libp2p switch" tid=1 file=switch.nim:272
TRC 2026-03-29 11:55:49.428+00:00 Starting WS transport topics="libp2p wstransport" tid=1 file=wstransport.nim:154
TRC 2026-03-29 11:55:49.428+00:00 starting transport on addrs topics="libp2p transport" tid=1 file=transport.nim:49 address=@[/ip4/0.0.0.0/tcp/41995/ws]
TRC 2026-03-29 11:55:49.428+00:00 Created HTTP Server topics="libp2p wstransport" tid=1 file=server.nim:262 host=0.0.0.0:41995
TRC 2026-03-29 11:55:49.428+00:00 Listening on topics="libp2p wstransport" tid=1 file=wstransport.nim:204 addresses="[/ip4/0.0.0.0/tcp/41995/ws]"
INF 2026-03-29 11:55:49.429+00:00 Setting up AutonatService topics="libp2p autonatservice" tid=1 file=service.nim:207
TRC 2026-03-29 11:55:49.429+00:00 Running AutonatService topics="libp2p autonatservice" tid=1 file=service.nim:231
TRC 2026-03-29 11:55:49.429+00:00 Asking peers for reachability topics="libp2p autonatservice" tid=1 file=service.nim:160
DBG 2026-03-29 11:55:49.429+00:00 About to accept incoming connection topics="libp2p switch" tid=1 file=switch.nim:272
TRC 2026-03-29 11:55:49.429+00:00 WsTransport accept topics="libp2p wstransport" tid=1 file=wstransport.nim:279
TRC 2026-03-29 11:55:49.429+00:00 Awaiting new request topics="websock http-server" tid=1 file=server.nim:194
TRC 2026-03-29 11:55:49.429+00:00 gossipsub start topics="libp2p gossipsub" tid=1 file=gossipsub.nim:1113
WRN 2026-03-29 11:55:49.429+00:00 Starting gossipsub twice topics="libp2p gossipsub" tid=1 file=gossipsub.nim:1116
WRN 2026-03-29 11:55:49.429+00:00 Starting rendezvous twice topics="waku rendezvous" tid=1 file=rendezvous.nim:626
DBG 2026-03-29 11:55:49.429+00:00 Started libp2p node topics="libp2p switch" tid=1 file=switch.nim:403 peer="(peerId: 16Uiu2HAmSxciUHNexSZfXRVjqXK5nRdqo7mjMWUWos1a3qpxhLvQ, listenAddrs: [/ip4/0.0.0.0/tcp/41994, /ip4/0.0.0.0/tcp/41995/ws], addrs: [/ip4/172.18.52.6/tcp/41994, /ip4/172.18.52.6/tcp/41995/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/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 11:55:49.429+00:00 PeerInfo topics="waku node" tid=1 file=waku_node.nim:478 peerId=16U*pxhLvQ addrs="[/ip4/172.18.52.6/tcp/41994, /ip4/172.18.52.6/tcp/41995/ws]"
INF 2026-03-29 11:55:49.429+00:00 Listening on topics="waku node" tid=1 file=waku_node.nim:501 full=[/ip4/0.0.0.0/tcp/41994/p2p/16Uiu2HAmSxciUHNexSZfXRVjqXK5nRdqo7mjMWUWos1a3qpxhLvQ][/ip4/0.0.0.0/tcp/41995/ws/p2p/16Uiu2HAmSxciUHNexSZfXRVjqXK5nRdqo7mjMWUWos1a3qpxhLvQ] localIp=172.17.0.125 switchAddress="@[/ip4/172.18.52.6/tcp/41994, /ip4/172.18.52.6/tcp/41995/ws]"
INF 2026-03-29 11:55:49.429+00:00 Announcing addresses topics="waku node" tid=1 file=waku_node.nim:503 full=[/ip4/172.18.52.6/tcp/41994/p2p/16Uiu2HAmSxciUHNexSZfXRVjqXK5nRdqo7mjMWUWos1a3qpxhLvQ][/ip4/172.18.52.6/tcp/41995/ws/p2p/16Uiu2HAmSxciUHNexSZfXRVjqXK5nRdqo7mjMWUWos1a3qpxhLvQ]
INF 2026-03-29 11:55:49.429+00:00 DNS: discoverable ENR topics="waku node" tid=1 file=waku_node.nim:504 enr=enr:-LO4QJqJNULwMqC75eLEmk3FLoTYrFADKMG6nFEKjvXqWuY3eTTnwGZLGPYdAwtaYhZxbuA2jM6nOaikHg0ELoTjp9wBgmlkgnY0gmlwhKwSNAaKbXVsdGlhZGRyc4wACgSsEjQGBqQL3QOCcnOFAAMBAACJc2VjcDI1NmsxoQPUh5vmJpctMRi9Ez0mLaUUKdua-YVyU-9URkyGIOCM1YN0Y3CCpAqDdWRwgqQMhXdha3UyAw
INF 2026-03-29 11:55:49.429+00:00 Node started successfully topics="waku node" tid=1 file=waku_node.nim:681
TRC 2026-03-29 11:55:49.429+00:00 Starting relay connectivity loop topics="waku node peer_manager" tid=1 file=peer_manager.nim:1069
TRC 2026-03-29 11:55:49.429+00:00 Starting prune peerstore loop topics="waku node peer_manager" tid=1 file=peer_manager.nim:1062
INF 2026-03-29 11:55:49.429+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 11:55:49.429+00:00 PeerInfo topics="waku node" tid=1 file=waku_node.nim:478 peerId=16U*pxhLvQ addrs="[/ip4/172.18.52.6/tcp/41994, /ip4/172.18.52.6/tcp/41995/ws]"
INF 2026-03-29 11:55:49.430+00:00 Listening on topics="waku node" tid=1 file=waku_node.nim:501 full=[/ip4/0.0.0.0/tcp/41994/p2p/16Uiu2HAmSxciUHNexSZfXRVjqXK5nRdqo7mjMWUWos1a3qpxhLvQ][/ip4/0.0.0.0/tcp/41995/ws/p2p/16Uiu2HAmSxciUHNexSZfXRVjqXK5nRdqo7mjMWUWos1a3qpxhLvQ] localIp=172.17.0.125 switchAddress="@[/ip4/172.18.52.6/tcp/41994, /ip4/172.18.52.6/tcp/41995/ws]"
INF 2026-03-29 11:55:49.430+00:00 Announcing addresses topics="waku node" tid=1 file=waku_node.nim:503 full=[/ip4/172.18.52.6/tcp/41994/p2p/16Uiu2HAmSxciUHNexSZfXRVjqXK5nRdqo7mjMWUWos1a3qpxhLvQ][/ip4/172.18.52.6/tcp/41995/ws/p2p/16Uiu2HAmSxciUHNexSZfXRVjqXK5nRdqo7mjMWUWos1a3qpxhLvQ]
INF 2026-03-29 11:55:49.430+00:00 DNS: discoverable ENR topics="waku node" tid=1 file=waku_node.nim:504 enr=enr:-LO4QJqJNULwMqC75eLEmk3FLoTYrFADKMG6nFEKjvXqWuY3eTTnwGZLGPYdAwtaYhZxbuA2jM6nOaikHg0ELoTjp9wBgmlkgnY0gmlwhKwSNAaKbXVsdGlhZGRyc4wACgSsEjQGBqQL3QOCcnOFAAMBAACJc2VjcDI1NmsxoQPUh5vmJpctMRi9Ez0mLaUUKdua-YVyU-9URkyGIOCM1YN0Y3CCpAqDdWRwgqQMhXdha3UyAw
INF 2026-03-29 11:55:49.430+00:00 Waku node ENR updated successfully with new multiaddress topics="wakunode waku" tid=1 file=waku.nim:301 enr=enr:-L24QAHenpGE5PE7OktwrNeXWSGlKWHT63AxWybcjdX3ng7KAEXNIol-9VfHTCvdz44RsvEXu9PGZ0MN-hDhpAEPgwUCgmlkgnY0gmlwhKwSNAaKbXVsdGlhZGRyc5YACASsEjQGBqQKAAoErBI0BgakC90DgnJzhQADAQAAiXNlY3AyNTZrMaED1Ieb5iaXLTEYvRM9Ji2lFCnbmvmFclPvVEZMhiDgjNWDdGNwgqQKg3VkcIKkDIV3YWt1MgM record="(2, id: \"v4\", ip: 172.18.52.6, multiaddrs: 0x000804AC12340606A40A000A04AC12340606A40BDD03, rs: 0x0003010000, secp256k1: 0x03D4879BE626972D3118BD133D262DA51429DB9AF9857253EF54464C8620E08CD5, tcp: 41994, udp: 41996, waku2: 0x03)"
INF 2026-03-29 11:55:49.430+00:00 peer filtering updated topics="waku discv5" tid=1 file=waku_discv5.nim:70
INF 2026-03-29 11:55:49.430+00:00 Starting discovery v5 service topics="waku discv5" tid=1 file=waku_discv5.nim:336
INF 2026-03-29 11:55:49.430+00:00 start listening on udp port topics="waku discv5" tid=1 file=waku_discv5.nim:338 address=0.0.0.0 port=41996
TRC 2026-03-29 11:55:49.430+00:00 start discv5 service topics="waku discv5" tid=1 file=waku_discv5.nim:346
INF 2026-03-29 11:55:49.431+00:00 Starting discovery v5 search topics="waku discv5" tid=1 file=waku_discv5.nim:258
TRC 2026-03-29 11:55:49.431+00:00 running discv5 discovery loop topics="waku discv5" tid=1 file=waku_discv5.nim:261
TRC 2026-03-29 11:55:49.431+00:00 discv5 discovered peers topics="waku discv5" tid=1 file=waku_discv5.nim:277 num_discovered_peers=0 peers=[]
TRC 2026-03-29 11:55:49.431+00:00 discv5 discarded wrong records topics="waku discv5" tid=1 file=waku_discv5.nim:281 wrong_records=[]
INF 2026-03-29 11:55:49.431+00:00 Successfully started discovery v5 service topics="waku discv5" tid=1 file=waku_discv5.nim:352
INF 2026-03-29 11:55:49.431+00:00 Discv5: discoverable ENR topics="waku discv5" tid=1 file=waku_discv5.nim:353 enrUri=enr:-L24QA0y2F9l18Y2y90nHQUBiQYQEVqcmPbwGLGvU3jibWrFFdd6WNYBh1u1W19lHsA5BBhScjboosdUhdcHZQ7sgDkDgmlkgnY0gmlwhKwSNAaKbXVsdGlhZGRyc5YACASsEjQGBqQKAAoErBI0BgakC90DgnJzhQADAQAAiXNlY3AyNTZrMaED1Ieb5iaXLTEYvRM9Ji2lFCnbmvmFclPvVEZMhiDgjNWDdGNwgqQKg3VkcIKkDIV3YWt1MgM enr="(3, id: \"v4\", ip: 172.18.52.6, multiaddrs: 0x000804AC12340606A40A000A04AC12340606A40BDD03, rs: 0x0003010000, secp256k1: 0x03D4879BE626972D3118BD133D262DA51429DB9AF9857253EF54464C8620E08CD5, tcp: 41994, udp: 41996, waku2: 0x03)"
INF 2026-03-29 11:55:49.431+00:00 subscribe topics="waku relay" tid=1 file=protocol.nim:594 pubsubTopic=/waku/2/rs/3/0
TRC 2026-03-29 11:55:49.431+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 11:55:49.431+00:00 subscribing to topic topics="libp2p pubsub" tid=1 file=pubsub.nim:625 name=/waku/2/rs/3/0
TRC 2026-03-29 11:55:49.431+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 11:55:49.431+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 11:55:49.431+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 11:55:49.431+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 11:55:49.431+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 11:55:49.431+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 11:55:49.431+00:00 Health monitor loop start tid=1 file=node_health_monitor.nim:516
DBG 2026-03-29 11:55:49.432+00:00 calculateConnectionState tid=1 file=node_health_monitor.nim:408 relayCount=0 storeClientCount=0 lightpushCount=0 filterCount=0
INF 2026-03-29 11:55:49.432+00:00 starting keepalive tid=1 file=node_health_monitor.nim:678 randomPeersKeepalive=10s allPeersKeepalive=2m
TRC 2026-03-29 11:55:49.432+00:00 Running keepalive loop tid=1 file=node_health_monitor.nim:593
INF 2026-03-29 11:55:49.433+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 11:55:49.435+00:00 REST services are installed tid=1 file=builder.nim:221
INF 2026-03-29 11:55:49.435+00:00 Starting metrics HTTP server topics="waku node metrics" tid=1 file=waku_metrics.nim:63 serverIp=0.0.0.0 serverPort=41997
INF 2026-03-29 11:55:49.435+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 11:55:49.436+00:00 Metrics HTTP server started topics="waku node metrics" tid=1 file=waku_metrics.nim:73 serverIp=0.0.0.0 serverPort=41997
INF 2026-03-29 11:55:49.436+00:00 Setting up shutdown hooks topics="wakunode main" tid=1 file=wakunode2.nim:63
INF 2026-03-29 11:55:49.436+00:00 Node setup complete topics="wakunode main" tid=1 file=wakunode2.nim:102
DBG 2026-03-29 11:55:50.425+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41840 meth=GET uri=/health
DBG 2026-03-29 11:55:50.426+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41840 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:55:50.426+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41840 uri=/health content_type=application/json content_size=821
TRC 2026-03-29 11:55:50.427+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140127560777808
TRC 2026-03-29 11:55:50.427+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 11:55:50.427+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 11:55:50.427+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 11:55:50.427+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 11:55:50.427+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
DBG 2026-03-29 11:55:50.529+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41846 meth=GET uri=/health
DBG 2026-03-29 11:55:50.529+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41846 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:55:50.530+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41846 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:55:50.632+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41854 meth=GET uri=/health
DBG 2026-03-29 11:55:50.633+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41854 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:55:50.633+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41854 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:55:50.736+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41870 meth=GET uri=/health
DBG 2026-03-29 11:55:50.736+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41870 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:55:50.736+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41870 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:55:50.839+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41878 meth=GET uri=/health
DBG 2026-03-29 11:55:50.839+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41878 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:55:50.839+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41878 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:55:50.942+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41884 meth=GET uri=/health
DBG 2026-03-29 11:55:50.942+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41884 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:55:50.943+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41884 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:55:51.045+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41888 meth=GET uri=/health
DBG 2026-03-29 11:55:51.046+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41888 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:55:51.046+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41888 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:55:51.149+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41904 meth=GET uri=/health
DBG 2026-03-29 11:55:51.149+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41904 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:55:51.149+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41904 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:55:51.253+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41912 meth=GET uri=/health
DBG 2026-03-29 11:55:51.253+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41912 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:55:51.253+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41912 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:55:51.356+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41928 meth=GET uri=/health
DBG 2026-03-29 11:55:51.356+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41928 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:55:51.356+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41928 uri=/health content_type=application/json content_size=821
TRC 2026-03-29 11:55:51.428+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140127560777808
TRC 2026-03-29 11:55:51.428+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 11:55:51.428+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 11:55:51.428+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 11:55:51.428+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 11:55:51.428+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
DBG 2026-03-29 11:55:51.460+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41934 meth=GET uri=/health
DBG 2026-03-29 11:55:51.460+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41934 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:55:51.460+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41934 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:55:51.564+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41942 meth=GET uri=/health
DBG 2026-03-29 11:55:51.564+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41942 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:55:51.564+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41942 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:55:51.667+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41958 meth=GET uri=/health
DBG 2026-03-29 11:55:51.667+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41958 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:55:51.668+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41958 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:55:51.771+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41964 meth=GET uri=/health
DBG 2026-03-29 11:55:51.771+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41964 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:55:51.771+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41964 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:55:51.874+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41968 meth=GET uri=/health
DBG 2026-03-29 11:55:51.874+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41968 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:55:51.874+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41968 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:55:51.977+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41974 meth=GET uri=/health
DBG 2026-03-29 11:55:51.977+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41974 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:55:51.977+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41974 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:55:52.081+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41988 meth=GET uri=/health
DBG 2026-03-29 11:55:52.081+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41988 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:55:52.081+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41988 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:55:52.184+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41998 meth=GET uri=/health
DBG 2026-03-29 11:55:52.184+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41998 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:55:52.185+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41998 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:55:52.288+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:42014 meth=GET uri=/health
DBG 2026-03-29 11:55:52.288+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:42014 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:55:52.288+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:42014 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:55:52.391+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:42024 meth=GET uri=/health
DBG 2026-03-29 11:55:52.392+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:42024 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:55:52.392+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:42024 uri=/health content_type=application/json content_size=821
TRC 2026-03-29 11:55:52.427+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140127560777808
TRC 2026-03-29 11:55:52.427+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 11:55:52.427+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 11:55:52.427+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 11:55:52.427+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 11:55:52.427+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
DBG 2026-03-29 11:55:52.495+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:42040 meth=GET uri=/health
DBG 2026-03-29 11:55:52.495+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:42040 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:55:52.495+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:42040 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:55:52.599+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:42046 meth=GET uri=/health
DBG 2026-03-29 11:55:52.599+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:42046 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:55:52.599+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:42046 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:55:52.703+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:42052 meth=GET uri=/health
DBG 2026-03-29 11:55:52.703+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:42052 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:55:52.703+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:42052 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:55:52.806+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:42058 meth=GET uri=/health
DBG 2026-03-29 11:55:52.806+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:42058 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:55:52.806+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:42058 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:55:52.909+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:42072 meth=GET uri=/health
DBG 2026-03-29 11:55:52.909+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:42072 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:55:52.909+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:42072 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:55:53.014+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:42084 meth=GET uri=/health
DBG 2026-03-29 11:55:53.014+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:42084 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:55:53.014+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:42084 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:55:53.117+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:42096 meth=GET uri=/health
DBG 2026-03-29 11:55:53.117+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:42096 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:55:53.117+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:42096 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:55:53.220+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:42112 meth=GET uri=/health
DBG 2026-03-29 11:55:53.220+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:42112 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:55:53.221+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:42112 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:55:53.324+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:42124 meth=GET uri=/health
DBG 2026-03-29 11:55:53.324+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:42124 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:55:53.325+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:42124 uri=/health content_type=application/json content_size=821
TRC 2026-03-29 11:55:53.428+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140127560777808
TRC 2026-03-29 11:55:53.428+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 11:55:53.428+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 11:55:53.428+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 11:55:53.428+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 11:55:53.428+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
DBG 2026-03-29 11:55:53.430+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:42140 meth=GET uri=/health
DBG 2026-03-29 11:55:53.430+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:42140 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:55:53.431+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:42140 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:55:53.534+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:42144 meth=GET uri=/health
DBG 2026-03-29 11:55:53.534+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:42144 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:55:53.534+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:42144 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:55:53.637+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:42152 meth=GET uri=/health
DBG 2026-03-29 11:55:53.637+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:42152 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:55:53.638+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:42152 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:55:53.740+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:42160 meth=GET uri=/health
DBG 2026-03-29 11:55:53.741+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:42160 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:55:53.741+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:42160 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:55:53.845+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:42174 meth=GET uri=/health
DBG 2026-03-29 11:55:53.845+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:42174 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:55:53.846+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:42174 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:55:53.949+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:42184 meth=GET uri=/health
DBG 2026-03-29 11:55:53.949+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:42184 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:55:53.949+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:42184 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:55:54.052+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:42200 meth=GET uri=/health
DBG 2026-03-29 11:55:54.052+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:42200 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:55:54.052+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:42200 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:55:54.155+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:42212 meth=GET uri=/health
DBG 2026-03-29 11:55:54.155+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:42212 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:55:54.156+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:42212 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:55:54.259+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:42214 meth=GET uri=/health
DBG 2026-03-29 11:55:54.259+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:42214 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:55:54.259+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:42214 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:55:54.362+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:42218 meth=GET uri=/health
DBG 2026-03-29 11:55:54.362+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:42218 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:55:54.362+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:42218 uri=/health content_type=application/json content_size=821
TRC 2026-03-29 11:55:54.428+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140127560777808
TRC 2026-03-29 11:55:54.428+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 11:55:54.428+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 11:55:54.428+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 11:55:54.428+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 11:55:54.428+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
TRC 2026-03-29 11:55:54.431+00:00 running discv5 discovery loop topics="waku discv5" tid=1 file=waku_discv5.nim:261
TRC 2026-03-29 11:55:54.431+00:00 discv5 discovered peers topics="waku discv5" tid=1 file=waku_discv5.nim:277 num_discovered_peers=0 peers=[]
TRC 2026-03-29 11:55:54.431+00:00 discv5 discarded wrong records topics="waku discv5" tid=1 file=waku_discv5.nim:281 wrong_records=[]
INF 2026-03-29 11:55:54.450+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 11:55:54.465+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:42220 meth=GET uri=/health
DBG 2026-03-29 11:55:54.465+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:42220 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:55:54.466+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:42220 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:55:54.568+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:42224 meth=GET uri=/health
DBG 2026-03-29 11:55:54.569+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:42224 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:55:54.569+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:42224 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:55:54.672+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:42232 meth=GET uri=/health
DBG 2026-03-29 11:55:54.672+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:42232 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:55:54.672+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:42232 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:55:54.775+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:42234 meth=GET uri=/health
DBG 2026-03-29 11:55:54.775+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:42234 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:55:54.776+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:42234 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:55:54.879+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:42242 meth=GET uri=/health
DBG 2026-03-29 11:55:54.879+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:42242 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:55:54.880+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:42242 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:55:54.982+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:42256 meth=GET uri=/health
DBG 2026-03-29 11:55:54.983+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:42256 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:55:54.983+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:42256 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:55:55.086+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:42268 meth=GET uri=/health
DBG 2026-03-29 11:55:55.086+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:42268 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:55:55.086+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:42268 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:55:55.189+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:42282 meth=GET uri=/health
DBG 2026-03-29 11:55:55.189+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:42282 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:55:55.189+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:42282 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:55:55.292+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:42286 meth=GET uri=/health
DBG 2026-03-29 11:55:55.292+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:42286 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:55:55.293+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:42286 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:55:55.396+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:42296 meth=GET uri=/health
DBG 2026-03-29 11:55:55.396+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:42296 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:55:55.396+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:42296 uri=/health content_type=application/json content_size=821
TRC 2026-03-29 11:55:55.428+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140127560777808
TRC 2026-03-29 11:55:55.428+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 11:55:55.428+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 11:55:55.428+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 11:55:55.428+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 11:55:55.428+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
DBG 2026-03-29 11:55:55.499+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:42306 meth=GET uri=/health
DBG 2026-03-29 11:55:55.499+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:42306 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:55:55.499+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:42306 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:55:55.603+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:42308 meth=GET uri=/health
DBG 2026-03-29 11:55:55.603+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:42308 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:55:55.603+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:42308 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:55:55.706+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:42310 meth=GET uri=/health
DBG 2026-03-29 11:55:55.706+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:42310 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:55:55.706+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:42310 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:55:55.809+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:42316 meth=GET uri=/health
DBG 2026-03-29 11:55:55.809+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:42316 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:55:55.810+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:42316 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:55:55.913+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:42324 meth=GET uri=/health
DBG 2026-03-29 11:55:55.913+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:42324 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:55:55.913+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:42324 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:55:56.016+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:42340 meth=GET uri=/health
DBG 2026-03-29 11:55:56.016+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:42340 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:55:56.016+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:42340 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:55:56.119+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:42354 meth=GET uri=/health
DBG 2026-03-29 11:55:56.119+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:42354 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:55:56.119+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:42354 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:55:56.222+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:35816 meth=GET uri=/health
DBG 2026-03-29 11:55:56.222+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:35816 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:55:56.223+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:35816 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:55:56.326+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:35822 meth=GET uri=/health
DBG 2026-03-29 11:55:56.326+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:35822 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:55:56.326+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:35822 uri=/health content_type=application/json content_size=821
TRC 2026-03-29 11:55:56.428+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140127560777808
TRC 2026-03-29 11:55:56.428+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 11:55:56.428+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 11:55:56.428+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 11:55:56.428+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 11:55:56.428+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
DBG 2026-03-29 11:55:56.429+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:35824 meth=GET uri=/health
DBG 2026-03-29 11:55:56.430+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:35824 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:55:56.430+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:35824 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:55:56.533+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:35834 meth=GET uri=/health
DBG 2026-03-29 11:55:56.533+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:35834 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:55:56.533+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:35834 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:55:56.637+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:35842 meth=GET uri=/health
DBG 2026-03-29 11:55:56.637+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:35842 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:55:56.637+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:35842 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:55:56.741+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:35848 meth=GET uri=/health
DBG 2026-03-29 11:55:56.741+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:35848 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:55:56.741+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:35848 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:55:56.844+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:35850 meth=GET uri=/health
DBG 2026-03-29 11:55:56.844+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:35850 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:55:56.844+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:35850 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:55:56.947+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:35862 meth=GET uri=/health
DBG 2026-03-29 11:55:56.947+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:35862 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:55:56.948+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:35862 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:55:57.050+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:35872 meth=GET uri=/health
DBG 2026-03-29 11:55:57.051+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:35872 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:55:57.051+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:35872 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:55:57.154+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:35880 meth=GET uri=/health
DBG 2026-03-29 11:55:57.154+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:35880 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:55:57.155+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:35880 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:55:57.258+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:35890 meth=GET uri=/health
DBG 2026-03-29 11:55:57.258+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:35890 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:55:57.258+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:35890 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:55:57.361+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:35896 meth=GET uri=/health
DBG 2026-03-29 11:55:57.361+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:35896 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:55:57.361+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:35896 uri=/health content_type=application/json content_size=821
TRC 2026-03-29 11:55:57.428+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140127560777808
TRC 2026-03-29 11:55:57.428+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 11:55:57.428+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 11:55:57.428+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 11:55:57.428+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 11:55:57.428+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
DBG 2026-03-29 11:55:57.464+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:35908 meth=GET uri=/health
DBG 2026-03-29 11:55:57.464+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:35908 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:55:57.464+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:35908 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:55:57.568+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:35922 meth=GET uri=/health
DBG 2026-03-29 11:55:57.568+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:35922 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:55:57.568+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:35922 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:55:57.671+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:35936 meth=GET uri=/health
DBG 2026-03-29 11:55:57.672+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:35936 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:55:57.672+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:35936 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:55:57.775+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:35952 meth=GET uri=/health
DBG 2026-03-29 11:55:57.775+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:35952 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:55:57.776+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:35952 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:55:57.881+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:35962 meth=GET uri=/health
DBG 2026-03-29 11:55:57.881+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:35962 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:55:57.882+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:35962 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:55:57.985+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:35968 meth=GET uri=/health
DBG 2026-03-29 11:55:57.985+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:35968 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:55:57.985+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:35968 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:55:58.088+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:35980 meth=GET uri=/health
DBG 2026-03-29 11:55:58.088+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:35980 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:55:58.088+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:35980 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:55:58.192+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:35986 meth=GET uri=/health
DBG 2026-03-29 11:55:58.192+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:35986 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:55:58.192+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:35986 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:55:58.295+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:35988 meth=GET uri=/health
DBG 2026-03-29 11:55:58.295+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:35988 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:55:58.295+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:35988 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:55:58.399+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:35992 meth=GET uri=/health
DBG 2026-03-29 11:55:58.399+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:35992 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:55:58.399+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:35992 uri=/health content_type=application/json content_size=821
TRC 2026-03-29 11:55:58.428+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140127560777808
TRC 2026-03-29 11:55:58.428+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 11:55:58.428+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 11:55:58.428+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 11:55:58.428+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 11:55:58.428+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
DBG 2026-03-29 11:55:58.502+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36006 meth=GET uri=/health
DBG 2026-03-29 11:55:58.502+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36006 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:55:58.502+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36006 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:55:58.606+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36008 meth=GET uri=/health
DBG 2026-03-29 11:55:58.606+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36008 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:55:58.607+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36008 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:55:58.710+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36018 meth=GET uri=/health
DBG 2026-03-29 11:55:58.710+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36018 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:55:58.710+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36018 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:55:58.813+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36028 meth=GET uri=/health
DBG 2026-03-29 11:55:58.813+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36028 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:55:58.813+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36028 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:55:58.917+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36036 meth=GET uri=/health
DBG 2026-03-29 11:55:58.917+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36036 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:55:58.917+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36036 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:55:59.020+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36052 meth=GET uri=/health
DBG 2026-03-29 11:55:59.020+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36052 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:55:59.020+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36052 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:55:59.123+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36068 meth=GET uri=/health
DBG 2026-03-29 11:55:59.123+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36068 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:55:59.123+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36068 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:55:59.226+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36084 meth=GET uri=/health
DBG 2026-03-29 11:55:59.226+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36084 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:55:59.227+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36084 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:55:59.330+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36094 meth=GET uri=/health
DBG 2026-03-29 11:55:59.330+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36094 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:55:59.330+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36094 uri=/health content_type=application/json content_size=821
TRC 2026-03-29 11:55:59.428+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140127560777808
TRC 2026-03-29 11:55:59.428+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 11:55:59.428+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 11:55:59.428+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 11:55:59.428+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 11:55:59.428+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
TRC 2026-03-29 11:55:59.428+00:00 waku rendezvous advertisements started topics="waku rendezvous" tid=1 file=protocol.nim:112
TRC 2026-03-29 11:55:59.428+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=140127560664080
TRC 2026-03-29 11:55:59.428+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 11:55:59.428+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 11:55:59.428+00:00 waku rendezvous client requests started topics="waku rendezvous client" tid=1 file=client.nim:43
TRC 2026-03-29 11:55:59.428+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=140127560664080
TRC 2026-03-29 11:55:59.428+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 11:55:59.428+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 11:55:59.431+00:00 running discv5 discovery loop topics="waku discv5" tid=1 file=waku_discv5.nim:261
TRC 2026-03-29 11:55:59.431+00:00 discv5 discovered peers topics="waku discv5" tid=1 file=waku_discv5.nim:277 num_discovered_peers=0 peers=[]
TRC 2026-03-29 11:55:59.431+00:00 discv5 discarded wrong records topics="waku discv5" tid=1 file=waku_discv5.nim:281 wrong_records=[]
TRC 2026-03-29 11:55:59.433+00:00 Mesh peers for keepalive tid=1 file=node_health_monitor.nim:558 meshPeers=[]
TRC 2026-03-29 11:55:59.433+00:00 Selected peers for keepalive tid=1 file=node_health_monitor.nim:569 selected=[]
TRC 2026-03-29 11:55:59.433+00:00 Pinging random peers tid=1 file=node_health_monitor.nim:629 count=0 countdownToPingAll=11
TRC 2026-03-29 11:55:59.433+00:00 Keepalive results tid=1 file=node_health_monitor.nim:644 attemptedPings=0 successfulPings=0
TRC 2026-03-29 11:55:59.433+00:00 Running keepalive loop tid=1 file=node_health_monitor.nim:593
DBG 2026-03-29 11:55:59.433+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36108 meth=GET uri=/health
DBG 2026-03-29 11:55:59.433+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36108 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:55:59.434+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36108 uri=/health content_type=application/json content_size=821
INF 2026-03-29 11:55:59.451+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 11:55:59.451+00:00 Failed to resolve address, returning empty set topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:158
DBG 2026-03-29 11:55:59.537+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36116 meth=GET uri=/health
DBG 2026-03-29 11:55:59.537+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36116 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:55:59.537+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36116 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:55:59.640+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36130 meth=GET uri=/health
DBG 2026-03-29 11:55:59.640+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36130 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:55:59.640+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36130 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:55:59.743+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36132 meth=GET uri=/health
DBG 2026-03-29 11:55:59.743+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36132 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:55:59.744+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36132 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:55:59.846+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36148 meth=GET uri=/health
DBG 2026-03-29 11:55:59.846+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36148 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:55:59.847+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36148 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:55:59.949+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36164 meth=GET uri=/health
DBG 2026-03-29 11:55:59.950+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36164 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:55:59.950+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36164 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:56:00.053+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36166 meth=GET uri=/health
DBG 2026-03-29 11:56:00.053+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36166 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:56:00.053+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36166 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:56:00.156+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36170 meth=GET uri=/health
DBG 2026-03-29 11:56:00.156+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36170 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:56:00.156+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36170 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:56:00.259+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36178 meth=GET uri=/health
DBG 2026-03-29 11:56:00.259+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36178 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:56:00.259+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36178 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:56:00.363+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36186 meth=GET uri=/health
DBG 2026-03-29 11:56:00.363+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36186 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:56:00.364+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36186 uri=/health content_type=application/json content_size=821
TRC 2026-03-29 11:56:00.427+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140127560777808
TRC 2026-03-29 11:56:00.427+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 11:56:00.427+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 11:56:00.427+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 11:56:00.427+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 11:56:00.427+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
ERR 2026-03-29 11:56:00.436+00:00 connectToRelayPeers: won't attempt new connections - node is offline topics="waku node peer_manager" tid=1 file=peer_manager.nim:624
DBG 2026-03-29 11:56:00.467+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36200 meth=GET uri=/health
DBG 2026-03-29 11:56:00.467+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36200 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:56:00.467+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36200 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:56:00.570+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36202 meth=GET uri=/health
DBG 2026-03-29 11:56:00.570+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36202 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:56:00.571+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36202 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:56:00.673+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36210 meth=GET uri=/health
DBG 2026-03-29 11:56:00.674+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36210 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:56:00.674+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36210 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:56:00.777+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36220 meth=GET uri=/health
DBG 2026-03-29 11:56:00.777+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36220 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:56:00.777+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36220 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:56:00.880+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36232 meth=GET uri=/health
DBG 2026-03-29 11:56:00.880+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36232 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:56:00.881+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36232 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:56:00.983+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36248 meth=GET uri=/health
DBG 2026-03-29 11:56:00.984+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36248 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:56:00.984+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36248 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:56:01.087+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36264 meth=GET uri=/health
DBG 2026-03-29 11:56:01.087+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36264 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:56:01.087+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36264 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:56:01.190+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36272 meth=GET uri=/health
DBG 2026-03-29 11:56:01.190+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36272 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:56:01.190+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36272 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:56:01.293+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36278 meth=GET uri=/health
DBG 2026-03-29 11:56:01.293+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36278 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:56:01.294+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36278 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:56:01.397+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36290 meth=GET uri=/health
DBG 2026-03-29 11:56:01.397+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36290 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:56:01.397+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36290 uri=/health content_type=application/json content_size=821
TRC 2026-03-29 11:56:01.427+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140127560777808
TRC 2026-03-29 11:56:01.428+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 11:56:01.428+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 11:56:01.428+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 11:56:01.428+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 11:56:01.428+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
TRC 2026-03-29 11:56:01.428+00:00 running scoring heartbeat topics="libp2p gossipsub" tid=1 file=scoring.nim:312 instance=140127560777808
TRC 2026-03-29 11:56:01.428+00:00 updating scores topics="libp2p gossipsub" tid=1 file=scoring.nim:144 peers=0
TRC 2026-03-29 11:56:01.428+00:00 updated scores topics="libp2p gossipsub" tid=1 file=scoring.nim:308 peers=0
ERR 2026-03-29 11:56:01.436+00:00 connectToRelayPeers: won't attempt new connections - node is offline topics="waku node peer_manager" tid=1 file=peer_manager.nim:624
DBG 2026-03-29 11:56:01.500+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36292 meth=GET uri=/health
DBG 2026-03-29 11:56:01.500+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36292 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:56:01.500+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36292 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:56:01.603+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36300 meth=GET uri=/health
DBG 2026-03-29 11:56:01.603+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36300 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:56:01.604+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36300 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:56:01.707+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36310 meth=GET uri=/health
DBG 2026-03-29 11:56:01.707+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36310 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:56:01.707+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36310 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:56:01.811+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36326 meth=GET uri=/health
DBG 2026-03-29 11:56:01.811+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36326 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:56:01.811+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36326 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:56:01.914+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36330 meth=GET uri=/health
DBG 2026-03-29 11:56:01.914+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36330 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:56:01.914+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36330 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:56:02.017+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36338 meth=GET uri=/health
DBG 2026-03-29 11:56:02.017+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36338 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:56:02.018+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36338 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:56:02.121+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36342 meth=GET uri=/health
DBG 2026-03-29 11:56:02.121+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36342 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:56:02.121+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36342 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:56:02.224+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36350 meth=GET uri=/health
DBG 2026-03-29 11:56:02.224+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36350 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:56:02.224+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36350 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:56:02.327+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36364 meth=GET uri=/health
DBG 2026-03-29 11:56:02.327+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36364 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:56:02.328+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36364 uri=/health content_type=application/json content_size=821
TRC 2026-03-29 11:56:02.427+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140127560777808
TRC 2026-03-29 11:56:02.427+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 11:56:02.427+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 11:56:02.427+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 11:56:02.427+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 11:56:02.427+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
DBG 2026-03-29 11:56:02.431+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36370 meth=GET uri=/health
DBG 2026-03-29 11:56:02.431+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36370 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:56:02.431+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36370 uri=/health content_type=application/json content_size=821
ERR 2026-03-29 11:56:02.436+00:00 connectToRelayPeers: won't attempt new connections - node is offline topics="waku node peer_manager" tid=1 file=peer_manager.nim:624
DBG 2026-03-29 11:56:02.533+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36380 meth=GET uri=/health
DBG 2026-03-29 11:56:02.534+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36380 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:56:02.534+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36380 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:56:02.637+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36388 meth=GET uri=/health
DBG 2026-03-29 11:56:02.637+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36388 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:56:02.637+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36388 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:56:02.740+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36402 meth=GET uri=/health
DBG 2026-03-29 11:56:02.740+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36402 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:56:02.740+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36402 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:56:02.843+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36408 meth=GET uri=/health
DBG 2026-03-29 11:56:02.843+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36408 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:56:02.844+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36408 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:56:02.947+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36410 meth=GET uri=/health
DBG 2026-03-29 11:56:02.947+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36410 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:56:02.947+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36410 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:56:03.050+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36418 meth=GET uri=/health
DBG 2026-03-29 11:56:03.050+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36418 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:56:03.050+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36418 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:56:03.153+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36434 meth=GET uri=/health
DBG 2026-03-29 11:56:03.154+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36434 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:56:03.154+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36434 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:56:03.257+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36442 meth=GET uri=/health
DBG 2026-03-29 11:56:03.257+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36442 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:56:03.257+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36442 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:56:03.360+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36452 meth=GET uri=/health
DBG 2026-03-29 11:56:03.360+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36452 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:56:03.360+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36452 uri=/health content_type=application/json content_size=821
TRC 2026-03-29 11:56:03.428+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140127560777808
TRC 2026-03-29 11:56:03.428+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 11:56:03.428+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 11:56:03.428+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 11:56:03.428+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 11:56:03.428+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
ERR 2026-03-29 11:56:03.437+00:00 connectToRelayPeers: won't attempt new connections - node is offline topics="waku node peer_manager" tid=1 file=peer_manager.nim:624
DBG 2026-03-29 11:56:03.463+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36466 meth=GET uri=/health
DBG 2026-03-29 11:56:03.463+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36466 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:56:03.463+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36466 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:56:03.566+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36474 meth=GET uri=/health
DBG 2026-03-29 11:56:03.566+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36474 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:56:03.567+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36474 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:56:03.670+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36478 meth=GET uri=/health
DBG 2026-03-29 11:56:03.670+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36478 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:56:03.670+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36478 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:56:03.774+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36482 meth=GET uri=/health
DBG 2026-03-29 11:56:03.774+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36482 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:56:03.776+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36482 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:56:03.880+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36494 meth=GET uri=/health
DBG 2026-03-29 11:56:03.880+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36494 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:56:03.880+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36494 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:56:03.984+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36500 meth=GET uri=/health
DBG 2026-03-29 11:56:03.984+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36500 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:56:03.984+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36500 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:56:04.087+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36512 meth=GET uri=/health
DBG 2026-03-29 11:56:04.087+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36512 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:56:04.088+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36512 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:56:04.190+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36522 meth=GET uri=/health
DBG 2026-03-29 11:56:04.190+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36522 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:56:04.191+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36522 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:56:04.293+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36530 meth=GET uri=/health
DBG 2026-03-29 11:56:04.294+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36530 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:56:04.294+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36530 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:56:04.397+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36544 meth=GET uri=/health
DBG 2026-03-29 11:56:04.397+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36544 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:56:04.397+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36544 uri=/health content_type=application/json content_size=821
TRC 2026-03-29 11:56:04.428+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140127560777808
TRC 2026-03-29 11:56:04.428+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 11:56:04.428+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 11:56:04.428+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 11:56:04.428+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 11:56:04.428+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
TRC 2026-03-29 11:56:04.432+00:00 running discv5 discovery loop topics="waku discv5" tid=1 file=waku_discv5.nim:261
TRC 2026-03-29 11:56:04.432+00:00 discv5 discovered peers topics="waku discv5" tid=1 file=waku_discv5.nim:277 num_discovered_peers=0 peers=[]
TRC 2026-03-29 11:56:04.432+00:00 discv5 discarded wrong records topics="waku discv5" tid=1 file=waku_discv5.nim:281 wrong_records=[]
ERR 2026-03-29 11:56:04.438+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 11:56:04.452+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 11:56:04.501+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36546 meth=GET uri=/health
DBG 2026-03-29 11:56:04.501+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36546 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:56:04.501+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36546 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:56:04.604+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36552 meth=GET uri=/health
DBG 2026-03-29 11:56:04.604+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36552 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:56:04.604+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36552 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:56:04.707+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36554 meth=GET uri=/health
DBG 2026-03-29 11:56:04.707+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36554 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:56:04.707+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36554 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:56:04.810+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36558 meth=GET uri=/health
DBG 2026-03-29 11:56:04.810+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36558 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:56:04.811+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36558 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:56:04.914+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36568 meth=GET uri=/health
DBG 2026-03-29 11:56:04.914+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36568 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:56:04.914+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36568 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:56:05.016+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36584 meth=GET uri=/health
DBG 2026-03-29 11:56:05.016+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36584 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:56:05.017+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36584 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:56:05.119+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36588 meth=GET uri=/health
DBG 2026-03-29 11:56:05.119+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36588 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:56:05.120+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36588 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:56:05.222+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36604 meth=GET uri=/health
DBG 2026-03-29 11:56:05.222+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36604 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:56:05.223+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36604 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:56:05.326+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36618 meth=GET uri=/health
DBG 2026-03-29 11:56:05.326+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36618 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:56:05.326+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36618 uri=/health content_type=application/json content_size=821
TRC 2026-03-29 11:56:05.428+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140127560777808
TRC 2026-03-29 11:56:05.428+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 11:56:05.428+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 11:56:05.428+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 11:56:05.428+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 11:56:05.428+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
DBG 2026-03-29 11:56:05.430+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36622 meth=GET uri=/health
DBG 2026-03-29 11:56:05.430+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36622 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:56:05.430+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36622 uri=/health content_type=application/json content_size=821
ERR 2026-03-29 11:56:05.439+00:00 connectToRelayPeers: won't attempt new connections - node is offline topics="waku node peer_manager" tid=1 file=peer_manager.nim:624
DBG 2026-03-29 11:56:05.533+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36638 meth=GET uri=/health
DBG 2026-03-29 11:56:05.533+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36638 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:56:05.534+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36638 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:56:05.637+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36648 meth=GET uri=/health
DBG 2026-03-29 11:56:05.637+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36648 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:56:05.637+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36648 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:56:05.740+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36662 meth=GET uri=/health
DBG 2026-03-29 11:56:05.740+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36662 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:56:05.741+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36662 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:56:05.843+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36678 meth=GET uri=/health
DBG 2026-03-29 11:56:05.844+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36678 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:56:05.844+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36678 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:56:05.947+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36686 meth=GET uri=/health
DBG 2026-03-29 11:56:05.947+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36686 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:56:05.947+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36686 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:56:06.050+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36694 meth=GET uri=/health
DBG 2026-03-29 11:56:06.050+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36694 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:56:06.050+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36694 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:56:06.153+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41150 meth=GET uri=/health
DBG 2026-03-29 11:56:06.153+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41150 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:56:06.153+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41150 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:56:06.259+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41152 meth=GET uri=/health
DBG 2026-03-29 11:56:06.259+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41152 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:56:06.260+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41152 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:56:06.364+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41160 meth=GET uri=/health
DBG 2026-03-29 11:56:06.364+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41160 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:56:06.364+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41160 uri=/health content_type=application/json content_size=821
TRC 2026-03-29 11:56:06.428+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140127560777808
TRC 2026-03-29 11:56:06.428+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 11:56:06.428+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 11:56:06.428+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 11:56:06.428+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 11:56:06.428+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
ERR 2026-03-29 11:56:06.440+00:00 connectToRelayPeers: won't attempt new connections - node is offline topics="waku node peer_manager" tid=1 file=peer_manager.nim:624
DBG 2026-03-29 11:56:06.468+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41168 meth=GET uri=/health
DBG 2026-03-29 11:56:06.468+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41168 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:56:06.468+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41168 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:56:06.571+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41178 meth=GET uri=/health
DBG 2026-03-29 11:56:06.571+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41178 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:56:06.572+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41178 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:56:06.675+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41190 meth=GET uri=/health
DBG 2026-03-29 11:56:06.675+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41190 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:56:06.675+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41190 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:56:06.778+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41204 meth=GET uri=/health
DBG 2026-03-29 11:56:06.778+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41204 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:56:06.779+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41204 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:56:06.881+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41212 meth=GET uri=/health
DBG 2026-03-29 11:56:06.881+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41212 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:56:06.882+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41212 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:56:06.985+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41228 meth=GET uri=/health
DBG 2026-03-29 11:56:06.985+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41228 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:56:06.985+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41228 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:56:07.088+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41234 meth=GET uri=/health
DBG 2026-03-29 11:56:07.088+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41234 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:56:07.088+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41234 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:56:07.193+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41250 meth=GET uri=/health
DBG 2026-03-29 11:56:07.193+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41250 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:56:07.193+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41250 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:56:07.296+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41254 meth=GET uri=/health
DBG 2026-03-29 11:56:07.296+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41254 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:56:07.297+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41254 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:56:07.400+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41256 meth=GET uri=/health
DBG 2026-03-29 11:56:07.400+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41256 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:56:07.400+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41256 uri=/health content_type=application/json content_size=821
TRC 2026-03-29 11:56:07.428+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140127560777808
TRC 2026-03-29 11:56:07.428+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 11:56:07.428+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 11:56:07.428+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 11:56:07.428+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 11:56:07.428+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
ERR 2026-03-29 11:56:07.441+00:00 connectToRelayPeers: won't attempt new connections - node is offline topics="waku node peer_manager" tid=1 file=peer_manager.nim:624
DBG 2026-03-29 11:56:07.503+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41272 meth=GET uri=/health
DBG 2026-03-29 11:56:07.503+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41272 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:56:07.503+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41272 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:56:07.607+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41286 meth=GET uri=/health
DBG 2026-03-29 11:56:07.607+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41286 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:56:07.607+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41286 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:56:07.710+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41294 meth=GET uri=/health
DBG 2026-03-29 11:56:07.710+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41294 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:56:07.710+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41294 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:56:07.813+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41310 meth=GET uri=/health
DBG 2026-03-29 11:56:07.813+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41310 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:56:07.814+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41310 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:56:07.917+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41318 meth=GET uri=/health
DBG 2026-03-29 11:56:07.917+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41318 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:56:07.918+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41318 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:56:08.020+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41334 meth=GET uri=/health
DBG 2026-03-29 11:56:08.020+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41334 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:56:08.021+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41334 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:56:08.123+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41346 meth=GET uri=/health
DBG 2026-03-29 11:56:08.124+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41346 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:56:08.124+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41346 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:56:08.227+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41350 meth=GET uri=/health
DBG 2026-03-29 11:56:08.227+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41350 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:56:08.227+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41350 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:56:08.331+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41360 meth=GET uri=/health
DBG 2026-03-29 11:56:08.331+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41360 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:56:08.331+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41360 uri=/health content_type=application/json content_size=821
TRC 2026-03-29 11:56:08.427+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140127560777808
TRC 2026-03-29 11:56:08.428+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 11:56:08.428+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 11:56:08.428+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 11:56:08.428+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 11:56:08.428+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
DBG 2026-03-29 11:56:08.434+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41374 meth=GET uri=/health
DBG 2026-03-29 11:56:08.434+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41374 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:56:08.434+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41374 uri=/health content_type=application/json content_size=821
ERR 2026-03-29 11:56:08.441+00:00 connectToRelayPeers: won't attempt new connections - node is offline topics="waku node peer_manager" tid=1 file=peer_manager.nim:624
DBG 2026-03-29 11:56:08.538+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41376 meth=GET uri=/health
DBG 2026-03-29 11:56:08.538+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41376 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:56:08.538+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41376 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:56:08.641+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41392 meth=GET uri=/health
DBG 2026-03-29 11:56:08.641+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41392 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:56:08.641+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41392 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:56:08.744+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41402 meth=GET uri=/health
DBG 2026-03-29 11:56:08.744+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41402 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:56:08.745+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41402 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:56:08.848+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41406 meth=GET uri=/health
DBG 2026-03-29 11:56:08.848+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41406 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:56:08.849+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41406 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:56:08.951+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41414 meth=GET uri=/health
DBG 2026-03-29 11:56:08.951+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41414 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:56:08.952+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41414 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:56:09.055+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41426 meth=GET uri=/health
DBG 2026-03-29 11:56:09.055+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41426 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:56:09.055+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41426 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:56:09.157+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41432 meth=GET uri=/health
DBG 2026-03-29 11:56:09.158+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41432 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:56:09.158+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41432 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:56:09.262+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41442 meth=GET uri=/health
DBG 2026-03-29 11:56:09.262+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41442 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:56:09.262+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41442 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:56:09.365+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41446 meth=GET uri=/health
DBG 2026-03-29 11:56:09.365+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41446 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:56:09.366+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41446 uri=/health content_type=application/json content_size=821
TRC 2026-03-29 11:56:09.428+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140127560777808
TRC 2026-03-29 11:56:09.428+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 11:56:09.428+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 11:56:09.428+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 11:56:09.428+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 11:56:09.428+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
TRC 2026-03-29 11:56:09.428+00:00 waku rendezvous advertisements started topics="waku rendezvous" tid=1 file=protocol.nim:112
TRC 2026-03-29 11:56:09.428+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=140127560664080
TRC 2026-03-29 11:56:09.428+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 11:56:09.428+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 11:56:09.428+00:00 waku rendezvous client requests started topics="waku rendezvous client" tid=1 file=client.nim:43
TRC 2026-03-29 11:56:09.429+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=140127560664080
TRC 2026-03-29 11:56:09.429+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 11:56:09.429+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 11:56:09.433+00:00 running discv5 discovery loop topics="waku discv5" tid=1 file=waku_discv5.nim:261
TRC 2026-03-29 11:56:09.433+00:00 discv5 discovered peers topics="waku discv5" tid=1 file=waku_discv5.nim:277 num_discovered_peers=0 peers=[]
TRC 2026-03-29 11:56:09.433+00:00 discv5 discarded wrong records topics="waku discv5" tid=1 file=waku_discv5.nim:281 wrong_records=[]
TRC 2026-03-29 11:56:09.433+00:00 Mesh peers for keepalive tid=1 file=node_health_monitor.nim:558 meshPeers=[]
TRC 2026-03-29 11:56:09.433+00:00 Selected peers for keepalive tid=1 file=node_health_monitor.nim:569 selected=[]
TRC 2026-03-29 11:56:09.433+00:00 Pinging random peers tid=1 file=node_health_monitor.nim:629 count=0 countdownToPingAll=10
TRC 2026-03-29 11:56:09.433+00:00 Keepalive results tid=1 file=node_health_monitor.nim:644 attemptedPings=0 successfulPings=0
TRC 2026-03-29 11:56:09.433+00:00 Running keepalive loop tid=1 file=node_health_monitor.nim:593
ERR 2026-03-29 11:56:09.442+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 11:56:09.453+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 11:56:09.469+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41456 meth=GET uri=/health
DBG 2026-03-29 11:56:09.469+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41456 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:56:09.469+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41456 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:56:09.573+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41466 meth=GET uri=/health
DBG 2026-03-29 11:56:09.573+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41466 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:56:09.573+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41466 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:56:09.676+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41472 meth=GET uri=/health
DBG 2026-03-29 11:56:09.676+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41472 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:56:09.676+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41472 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:56:09.779+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41478 meth=GET uri=/health
DBG 2026-03-29 11:56:09.779+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41478 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:56:09.779+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41478 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:56:09.882+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41480 meth=GET uri=/health
DBG 2026-03-29 11:56:09.882+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41480 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:56:09.883+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41480 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:56:09.985+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41482 meth=GET uri=/health
DBG 2026-03-29 11:56:09.985+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41482 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:56:09.986+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41482 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:56:10.089+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41488 meth=GET uri=/health
DBG 2026-03-29 11:56:10.089+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41488 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:56:10.089+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41488 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:56:10.192+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41490 meth=GET uri=/health
DBG 2026-03-29 11:56:10.192+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41490 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:56:10.192+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41490 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:56:10.295+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41502 meth=GET uri=/health
DBG 2026-03-29 11:56:10.295+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41502 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:56:10.296+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41502 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:56:10.399+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41510 meth=GET uri=/health
DBG 2026-03-29 11:56:10.399+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41510 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:56:10.399+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41510 uri=/health content_type=application/json content_size=821
TRC 2026-03-29 11:56:10.428+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140127560777808
TRC 2026-03-29 11:56:10.428+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 11:56:10.428+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 11:56:10.428+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 11:56:10.428+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 11:56:10.428+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
ERR 2026-03-29 11:56:10.443+00:00 connectToRelayPeers: won't attempt new connections - node is offline topics="waku node peer_manager" tid=1 file=peer_manager.nim:624
DBG 2026-03-29 11:56:10.502+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41526 meth=GET uri=/health
DBG 2026-03-29 11:56:10.502+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41526 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:56:10.503+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41526 uri=/health content_type=application/json content_size=821
NTC 2026-03-29 11:56:10.603+00:00 Shutting down after receiving SIGTERM topics="wakunode main" tid=1 file=wakunode2.nim:82
INF 2026-03-29 11:56:10.603+00:00 Stopping discovery v5 service topics="waku discv5" tid=1 file=waku_discv5.nim:362
TRC 2026-03-29 11:56:10.603+00:00 Stop listening on discv5 port topics="waku discv5" tid=1 file=waku_discv5.nim:365
INF 2026-03-29 11:56:10.603+00:00 Successfully stopped discovery v5 service topics="waku discv5" tid=1 file=waku_discv5.nim:368
TRC 2026-03-29 11:56:10.603+00:00 Stopping switch topics="libp2p switch" tid=1 file=switch.nim:328
INF 2026-03-29 11:56:10.604+00:00 Stopping AutonatService topics="libp2p autonatservice" tid=1 file=service.nim:237
TRC 2026-03-29 11:56:10.604+00:00 Closing ConnManager topics="libp2p connmanager" tid=1 file=connmanager.nim:434
TRC 2026-03-29 11:56:10.604+00:00 Closed ConnManager topics="libp2p connmanager" tid=1 file=connmanager.nim:448
TRC 2026-03-29 11:56:10.604+00:00 Stopping TCP transport topics="libp2p tcptransport" tid=1 file=tcptransport.nim:159
TRC 2026-03-29 11:56:10.604+00:00 stopping transport topics="libp2p transport" tid=1 file=transport.nim:59 address=@[/ip4/0.0.0.0/tcp/41994]
TRC 2026-03-29 11:56:10.604+00:00 Transport stopped topics="libp2p tcptransport" tid=1 file=tcptransport.nim:189
TRC 2026-03-29 11:56:10.604+00:00 Stopping WS transport topics="libp2p wstransport" tid=1 file=wstransport.nim:213
TRC 2026-03-29 11:56:10.604+00:00 stopping transport topics="libp2p transport" tid=1 file=transport.nim:59 address=@[/ip4/0.0.0.0/tcp/41995/ws]
TRC 2026-03-29 11:56:10.604+00:00 Transport stopped topics="libp2p wstransport" tid=1 file=wstransport.nim:235
TRC 2026-03-29 11:56:10.604+00:00 gossipsub stop topics="libp2p gossipsub" tid=1 file=gossipsub.nim:1131
TRC 2026-03-29 11:56:10.604+00:00 Switch stopped topics="libp2p switch" tid=1 file=switch.nim:354
WRN 2026-03-29 11:56:10.605+00:00 Stopping rendezvous without starting it topics="waku rendezvous" tid=1 file=rendezvous.nim:638
WRN 2026-03-29 11:56:10.605+00:00 Stopping rendezvous without starting it topics="waku rendezvous" tid=1 file=rendezvous.nim:638
INF 2026-03-29 11:56:10.605+00:00 waku rendezvous discovery stopped topics="waku rendezvous" tid=1 file=protocol.nim:239
INF 2026-03-29 11:56:10.605+00:00 waku rendezvous client stopped topics="waku rendezvous client" tid=1 file=client.nim:142
INF 2026-03-29 11:56:10.605+00:00 Health monitor loop end tid=1 file=node_health_monitor.nim:543
NTC 2026-03-29 11:56:10.605+00:00 REST service stopped tid=1 file=server.nim:187 address=0.0.0.0:41993
WRN 2026-03-29 11:55:49.378+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 11:55:49.379+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 11:55:49.379+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 11:55:49.379+00:00 Configuration. Network topics="waku conf" tid=1 file=waku_conf.nim:166 cluster=3
INF 2026-03-29 11:55:49.379+00:00 Configuration. Active Relay Shards topics="waku conf" tid=1 file=waku_conf.nim:169 shard=0
INF 2026-03-29 11:55:49.379+00:00 Setting up storage tid=1 file=node_factory.nim:532
INF 2026-03-29 11:55:49.379+00:00 Initializing node tid=1 file=node_factory.nim:541
TRC 2026-03-29 11:55:49.381+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/ipfs/id/1.0.0]"
TRC 2026-03-29 11:55:49.381+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/libp2p/autonat/1.0.0]"
TRC 2026-03-29 11:55:49.381+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 11:55:49.381+00:00 no peer storage found tid=1 file=peer_manager.nim:1219
INF 2026-03-29 11:55:49.381+00:00 Initializing networking tid=1 file=waku_node.nim:228 addrs="@[/ip4/172.18.52.6/tcp/41994, /ip4/172.18.52.6/tcp/41995/ws]"
INF 2026-03-29 11:55:49.381+00:00 Mounting protocols tid=1 file=node_factory.nim:547
INF 2026-03-29 11:55:49.381+00:00 Created WakuMetadata protocol topics="waku node" tid=1 file=protocol.nim:107 clusterId=3 shards="[0]"
TRC 2026-03-29 11:55:49.381+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/vac/waku/metadata/1.0.0]"
INF 2026-03-29 11:55:49.386+00:00 sqlite database page stats tid=1 file=builder.nim:53 pageSize=4096 pages=1 freePages=0
INF 2026-03-29 11:55:49.386+00:00 starting message store's sqlite database migration topics="waku archive migration" tid=1 file=migrations.nim:57
INF 2026-03-29 11:55:49.386+00:00 Not considered schema version 7 topics="waku archive migration" tid=1 file=migrations.nim:45
INF 2026-03-29 11:55:49.386+00:00 database schema is outdated topics="sqlite" tid=1 file=db_sqlite.nim:447 userVersion=0 targetVersion=10
INF 2026-03-29 11:55:49.387+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 11:55:49.389+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 11:55:49.389+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 11:55:49.391+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 11:55:49.391+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 11:55:49.391+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 11:55:49.391+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE Message;"
INF 2026-03-29 11:55:49.392+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP TABLE Message;"
INF 2026-03-29 11:55:49.392+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 11:55:49.392+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 11:55:49.393+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 11:55:49.393+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 11:55:49.393+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE Message_backup;"
INF 2026-03-29 11:55:49.394+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP TABLE Message_backup;"
INF 2026-03-29 11:55:49.394+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 11:55:49.395+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 11:55:49.395+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 11:55:49.395+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 11:55:49.396+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE Message;"
INF 2026-03-29 11:55:49.397+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP TABLE Message;"
INF 2026-03-29 11:55:49.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 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 11:55:49.398+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 11:55:49.398+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 11:55:49.398+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 11:55:49.398+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE Message_backup;"
INF 2026-03-29 11:55:49.399+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP TABLE Message_backup;"
INF 2026-03-29 11:55:49.399+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 11:55:49.401+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 11:55:49.401+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 11:55:49.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,\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 11:55:49.402+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 11:55:49.402+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 11:55:49.402+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE Message_backup;"
INF 2026-03-29 11:55:49.402+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP TABLE Message_backup;"
INF 2026-03-29 11:55:49.402+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 11:55:49.405+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 11:55:49.405+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 11:55:49.407+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 11:55:49.407+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 11:55:49.407+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 11:55:49.408+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 11:55:49.408+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 11:55:49.408+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 11:55:49.408+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 11:55:49.408+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 11:55:49.411+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 11:55:49.411+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 11:55:49.413+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 11:55:49.413+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 11:55:49.413+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 11:55:49.413+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 11:55:49.414+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 11:55:49.414+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE message_backup;"
INF 2026-03-29 11:55:49.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 11:55:49.415+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 11:55:49.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 11:55:49.416+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 11:55:49.417+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 11:55:49.417+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 11:55:49.417+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 11:55:49.418+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE message_backup;"
INF 2026-03-29 11:55:49.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 11:55:49.418+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 11:55:49.419+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 11:55:49.419+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 11:55:49.421+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 11:55:49.421+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 11:55:49.423+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 11:55:49.423+00:00 database user_version updated topics="sqlite" tid=1 file=db_sqlite.nim:481 userVersion=10
INF 2026-03-29 11:55:49.423+00:00 finished message store's sqlite database migration topics="waku archive migration" tid=1 file=migrations.nim:70
INF 2026-03-29 11:55:49.423+00:00 setting up sqlite waku archive driver tid=1 file=builder.nim:65
INF 2026-03-29 11:55:49.424+00:00 executing message retention policy topics="waku archive" tid=1 file=archive.nim:270 policy=time:172800
INF 2026-03-29 11:55:49.425+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 11:55:49.425+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 11:55:49.425+00:00 mounting waku store protocol topics="waku node store api" tid=1 file=store.nim:255
TRC 2026-03-29 11:55:49.425+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 11:55:49.425+00:00 mounting store client topics="waku node store api" tid=1 file=store.nim:274
INF 2026-03-29 11:55:49.425+00:00 mounting legacy store client topics="waku node store api" tid=1 file=store.nim:145
INF 2026-03-29 11:55:49.425+00:00 mounting auto sharding topics="waku node" tid=1 file=waku_node.nim:305 clusterId=3 shardCount=1
INF 2026-03-29 11:55:49.425+00:00 Shards created from content topics tid=1 file=node_factory.nim:333 contentTopics=[] shards=[]
INF 2026-03-29 11:55:49.425+00:00 Setting max message size tid=1 file=node_factory.nim:342 num_bytes=153600
INF 2026-03-29 11:55:49.425+00:00 mounting relay protocol topics="waku node relay api" tid=1 file=relay.nim:259
TRC 2026-03-29 11:55:49.425+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 11:55:49.425+00:00 relay mounted successfully topics="waku node relay api" tid=1 file=relay.nim:276
INF 2026-03-29 11:55:49.425+00:00 adding validator to signed shards tid=1 file=validator_signed.nim:56 protectedShards=[] clusterId=3
INF 2026-03-29 11:55:49.425+00:00 mounting rendezvous discovery protocol topics="waku node" tid=1 file=waku_node.nim:432
INF 2026-03-29 11:55:49.425+00:00 waku rendezvous initialized topics="waku node" tid=1 file=protocol.nim:206 clusterId=3 shards="[0]" capabilities="[Relay, Store]" wakuPeerRecord="(peerId: 16U*pxhLvQ, seqNo: 1774785349, addresses: [/ip4/172.18.52.6/tcp/41994, /ip4/172.18.52.6/tcp/41995/ws], mixKey: )"
TRC 2026-03-29 11:55:49.426+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/vac/waku/rendezvous/1.0.0]"
INF 2026-03-29 11:55:49.426+00:00 mounting rendezvous client topics="waku node" tid=1 file=waku_node.nim:418
INF 2026-03-29 11:55:49.426+00:00 waku rendezvous client initialized topics="waku node" tid=1 file=client.nim:130 clusterId=3
INF 2026-03-29 11:55:49.426+00:00 mounting libp2p ping protocol topics="waku node ping api" tid=1 file=ping.nim:20
TRC 2026-03-29 11:55:49.426+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/ipfs/ping/1.0.0]"
INF 2026-03-29 11:55:49.426+00:00 mounting light push client topics="waku node lightpush api" tid=1 file=lightpush.nim:183
INF 2026-03-29 11:55:49.426+00:00 mounting legacy light push client topics="waku node lightpush api" tid=1 file=lightpush.nim:72
INF 2026-03-29 11:55:49.426+00:00 mounting filter client topics="waku node filter api" tid=1 file=filter.nim:81
TRC 2026-03-29 11:55:49.426+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 11:55:49.426+00:00 mounting waku peer exchange topics="waku node peerexchange api" tid=1 file=peer_exchange.nim:37
TRC 2026-03-29 11:55:49.426+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 11:55:49.426+00:00 mounting waku peer exchange client topics="waku node peerexchange api" tid=1 file=peer_exchange.nim:54
NTC 2026-03-29 11:55:49.426+00:00 REST service started tid=1 file=server.nim:182 address=0.0.0.0:41993
INF 2026-03-29 11:55:49.426+00:00 Starting REST HTTP server tid=1 file=builder.nim:113 url=http://0.0.0.0:41993/
INF 2026-03-29 11:55:49.427+00:00 No external callbacks to be set topics="wakunode waku" tid=1 file=waku.nim:127
TRC 2026-03-29 11:55:49.427+00:00 Send processor chain topics="send service" tid=1 file=send_service.nim:94 index=1 processor=BaseSendProcessor
INF 2026-03-29 11:55:49.427+00:00 Retrieve dynamic bootstrap nodes topics="wakunode waku" tid=1 file=waku.nim:367
INF 2026-03-29 11:55:49.427+00:00 Running nwaku node tid=1 file=node_factory.nim:464 version=v0.38.0-rc.0-14-g5c335c
INF 2026-03-29 11:55:49.427+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 11:55:49.427+00:00 starting relay protocol topics="waku node" tid=1 file=waku_node.nim:389
INF 2026-03-29 11:55:49.427+00:00 start topics="waku relay" tid=1 file=protocol.nim:519
TRC 2026-03-29 11:55:49.427+00:00 gossipsub start topics="libp2p gossipsub" tid=1 file=gossipsub.nim:1113
TRC 2026-03-29 11:55:49.427+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140127560777808
TRC 2026-03-29 11:55:49.427+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
TRC 2026-03-29 11:55:49.427+00:00 running scoring heartbeat topics="libp2p gossipsub" tid=1 file=scoring.nim:312 instance=140127560777808
TRC 2026-03-29 11:55:49.427+00:00 updating scores topics="libp2p gossipsub" tid=1 file=scoring.nim:144 peers=0
TRC 2026-03-29 11:55:49.427+00:00 updated scores topics="libp2p gossipsub" tid=1 file=scoring.nim:308 peers=0
INF 2026-03-29 11:55:49.427+00:00 relay started successfully topics="waku node" tid=1 file=waku_node.nim:410
INF 2026-03-29 11:55:49.427+00:00 waku rendezvous periodic registration started topics="waku rendezvous" tid=1 file=protocol.nim:127 interval=10s
INF 2026-03-29 11:55:49.427+00:00 waku rendezvous discovery started topics="waku rendezvous" tid=1 file=protocol.nim:227
INF 2026-03-29 11:55:49.427+00:00 waku rendezvous periodic requests started topics="waku rendezvous client" tid=1 file=client.nim:80 interval=10s
INF 2026-03-29 11:55:49.427+00:00 waku rendezvous client started topics="waku rendezvous client" tid=1 file=client.nim:136
DBG 2026-03-29 11:55:49.427+00:00 starting switch for peer topics="libp2p switch" tid=1 file=switch.nim:363 peerInfo="(peerId: 16Uiu2HAmSxciUHNexSZfXRVjqXK5nRdqo7mjMWUWos1a3qpxhLvQ, listenAddrs: [/ip4/0.0.0.0/tcp/41995/ws, /ip4/0.0.0.0/tcp/41994], 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/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 11:55:49.427+00:00 Starting TCP transport topics="libp2p tcptransport" tid=1 file=tcptransport.nim:116
TRC 2026-03-29 11:55:49.428+00:00 Listening on topics="libp2p tcptransport" tid=1 file=tcptransport.nim:140 address=/ip4/0.0.0.0/tcp/41994
TRC 2026-03-29 11:55:49.428+00:00 starting transport on addrs topics="libp2p transport" tid=1 file=transport.nim:49 address=@[/ip4/0.0.0.0/tcp/41994]
DBG 2026-03-29 11:55:49.428+00:00 About to accept incoming connection topics="libp2p switch" tid=1 file=switch.nim:272
TRC 2026-03-29 11:55:49.428+00:00 Starting WS transport topics="libp2p wstransport" tid=1 file=wstransport.nim:154
TRC 2026-03-29 11:55:49.428+00:00 starting transport on addrs topics="libp2p transport" tid=1 file=transport.nim:49 address=@[/ip4/0.0.0.0/tcp/41995/ws]
TRC 2026-03-29 11:55:49.428+00:00 Created HTTP Server topics="libp2p wstransport" tid=1 file=server.nim:262 host=0.0.0.0:41995
TRC 2026-03-29 11:55:49.428+00:00 Listening on topics="libp2p wstransport" tid=1 file=wstransport.nim:204 addresses="[/ip4/0.0.0.0/tcp/41995/ws]"
INF 2026-03-29 11:55:49.429+00:00 Setting up AutonatService topics="libp2p autonatservice" tid=1 file=service.nim:207
TRC 2026-03-29 11:55:49.429+00:00 Running AutonatService topics="libp2p autonatservice" tid=1 file=service.nim:231
TRC 2026-03-29 11:55:49.429+00:00 Asking peers for reachability topics="libp2p autonatservice" tid=1 file=service.nim:160
DBG 2026-03-29 11:55:49.429+00:00 About to accept incoming connection topics="libp2p switch" tid=1 file=switch.nim:272
TRC 2026-03-29 11:55:49.429+00:00 WsTransport accept topics="libp2p wstransport" tid=1 file=wstransport.nim:279
TRC 2026-03-29 11:55:49.429+00:00 Awaiting new request topics="websock http-server" tid=1 file=server.nim:194
TRC 2026-03-29 11:55:49.429+00:00 gossipsub start topics="libp2p gossipsub" tid=1 file=gossipsub.nim:1113
WRN 2026-03-29 11:55:49.429+00:00 Starting gossipsub twice topics="libp2p gossipsub" tid=1 file=gossipsub.nim:1116
WRN 2026-03-29 11:55:49.429+00:00 Starting rendezvous twice topics="waku rendezvous" tid=1 file=rendezvous.nim:626
DBG 2026-03-29 11:55:49.429+00:00 Started libp2p node topics="libp2p switch" tid=1 file=switch.nim:403 peer="(peerId: 16Uiu2HAmSxciUHNexSZfXRVjqXK5nRdqo7mjMWUWos1a3qpxhLvQ, listenAddrs: [/ip4/0.0.0.0/tcp/41994, /ip4/0.0.0.0/tcp/41995/ws], addrs: [/ip4/172.18.52.6/tcp/41994, /ip4/172.18.52.6/tcp/41995/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/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 11:55:49.429+00:00 PeerInfo topics="waku node" tid=1 file=waku_node.nim:478 peerId=16U*pxhLvQ addrs="[/ip4/172.18.52.6/tcp/41994, /ip4/172.18.52.6/tcp/41995/ws]"
INF 2026-03-29 11:55:49.429+00:00 Listening on topics="waku node" tid=1 file=waku_node.nim:501 full=[/ip4/0.0.0.0/tcp/41994/p2p/16Uiu2HAmSxciUHNexSZfXRVjqXK5nRdqo7mjMWUWos1a3qpxhLvQ][/ip4/0.0.0.0/tcp/41995/ws/p2p/16Uiu2HAmSxciUHNexSZfXRVjqXK5nRdqo7mjMWUWos1a3qpxhLvQ] localIp=172.17.0.125 switchAddress="@[/ip4/172.18.52.6/tcp/41994, /ip4/172.18.52.6/tcp/41995/ws]"
INF 2026-03-29 11:55:49.429+00:00 Announcing addresses topics="waku node" tid=1 file=waku_node.nim:503 full=[/ip4/172.18.52.6/tcp/41994/p2p/16Uiu2HAmSxciUHNexSZfXRVjqXK5nRdqo7mjMWUWos1a3qpxhLvQ][/ip4/172.18.52.6/tcp/41995/ws/p2p/16Uiu2HAmSxciUHNexSZfXRVjqXK5nRdqo7mjMWUWos1a3qpxhLvQ]
INF 2026-03-29 11:55:49.429+00:00 DNS: discoverable ENR topics="waku node" tid=1 file=waku_node.nim:504 enr=enr:-LO4QJqJNULwMqC75eLEmk3FLoTYrFADKMG6nFEKjvXqWuY3eTTnwGZLGPYdAwtaYhZxbuA2jM6nOaikHg0ELoTjp9wBgmlkgnY0gmlwhKwSNAaKbXVsdGlhZGRyc4wACgSsEjQGBqQL3QOCcnOFAAMBAACJc2VjcDI1NmsxoQPUh5vmJpctMRi9Ez0mLaUUKdua-YVyU-9URkyGIOCM1YN0Y3CCpAqDdWRwgqQMhXdha3UyAw
INF 2026-03-29 11:55:49.429+00:00 Node started successfully topics="waku node" tid=1 file=waku_node.nim:681
TRC 2026-03-29 11:55:49.429+00:00 Starting relay connectivity loop topics="waku node peer_manager" tid=1 file=peer_manager.nim:1069
TRC 2026-03-29 11:55:49.429+00:00 Starting prune peerstore loop topics="waku node peer_manager" tid=1 file=peer_manager.nim:1062
INF 2026-03-29 11:55:49.429+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 11:55:49.429+00:00 PeerInfo topics="waku node" tid=1 file=waku_node.nim:478 peerId=16U*pxhLvQ addrs="[/ip4/172.18.52.6/tcp/41994, /ip4/172.18.52.6/tcp/41995/ws]"
INF 2026-03-29 11:55:49.430+00:00 Listening on topics="waku node" tid=1 file=waku_node.nim:501 full=[/ip4/0.0.0.0/tcp/41994/p2p/16Uiu2HAmSxciUHNexSZfXRVjqXK5nRdqo7mjMWUWos1a3qpxhLvQ][/ip4/0.0.0.0/tcp/41995/ws/p2p/16Uiu2HAmSxciUHNexSZfXRVjqXK5nRdqo7mjMWUWos1a3qpxhLvQ] localIp=172.17.0.125 switchAddress="@[/ip4/172.18.52.6/tcp/41994, /ip4/172.18.52.6/tcp/41995/ws]"
INF 2026-03-29 11:55:49.430+00:00 Announcing addresses topics="waku node" tid=1 file=waku_node.nim:503 full=[/ip4/172.18.52.6/tcp/41994/p2p/16Uiu2HAmSxciUHNexSZfXRVjqXK5nRdqo7mjMWUWos1a3qpxhLvQ][/ip4/172.18.52.6/tcp/41995/ws/p2p/16Uiu2HAmSxciUHNexSZfXRVjqXK5nRdqo7mjMWUWos1a3qpxhLvQ]
INF 2026-03-29 11:55:49.430+00:00 DNS: discoverable ENR topics="waku node" tid=1 file=waku_node.nim:504 enr=enr:-LO4QJqJNULwMqC75eLEmk3FLoTYrFADKMG6nFEKjvXqWuY3eTTnwGZLGPYdAwtaYhZxbuA2jM6nOaikHg0ELoTjp9wBgmlkgnY0gmlwhKwSNAaKbXVsdGlhZGRyc4wACgSsEjQGBqQL3QOCcnOFAAMBAACJc2VjcDI1NmsxoQPUh5vmJpctMRi9Ez0mLaUUKdua-YVyU-9URkyGIOCM1YN0Y3CCpAqDdWRwgqQMhXdha3UyAw
INF 2026-03-29 11:55:49.430+00:00 Waku node ENR updated successfully with new multiaddress topics="wakunode waku" tid=1 file=waku.nim:301 enr=enr:-L24QAHenpGE5PE7OktwrNeXWSGlKWHT63AxWybcjdX3ng7KAEXNIol-9VfHTCvdz44RsvEXu9PGZ0MN-hDhpAEPgwUCgmlkgnY0gmlwhKwSNAaKbXVsdGlhZGRyc5YACASsEjQGBqQKAAoErBI0BgakC90DgnJzhQADAQAAiXNlY3AyNTZrMaED1Ieb5iaXLTEYvRM9Ji2lFCnbmvmFclPvVEZMhiDgjNWDdGNwgqQKg3VkcIKkDIV3YWt1MgM record="(2, id: \"v4\", ip: 172.18.52.6, multiaddrs: 0x000804AC12340606A40A000A04AC12340606A40BDD03, rs: 0x0003010000, secp256k1: 0x03D4879BE626972D3118BD133D262DA51429DB9AF9857253EF54464C8620E08CD5, tcp: 41994, udp: 41996, waku2: 0x03)"
INF 2026-03-29 11:55:49.430+00:00 peer filtering updated topics="waku discv5" tid=1 file=waku_discv5.nim:70
INF 2026-03-29 11:55:49.430+00:00 Starting discovery v5 service topics="waku discv5" tid=1 file=waku_discv5.nim:336
INF 2026-03-29 11:55:49.430+00:00 start listening on udp port topics="waku discv5" tid=1 file=waku_discv5.nim:338 address=0.0.0.0 port=41996
TRC 2026-03-29 11:55:49.430+00:00 start discv5 service topics="waku discv5" tid=1 file=waku_discv5.nim:346
INF 2026-03-29 11:55:49.431+00:00 Starting discovery v5 search topics="waku discv5" tid=1 file=waku_discv5.nim:258
TRC 2026-03-29 11:55:49.431+00:00 running discv5 discovery loop topics="waku discv5" tid=1 file=waku_discv5.nim:261
TRC 2026-03-29 11:55:49.431+00:00 discv5 discovered peers topics="waku discv5" tid=1 file=waku_discv5.nim:277 num_discovered_peers=0 peers=[]
TRC 2026-03-29 11:55:49.431+00:00 discv5 discarded wrong records topics="waku discv5" tid=1 file=waku_discv5.nim:281 wrong_records=[]
INF 2026-03-29 11:55:49.431+00:00 Successfully started discovery v5 service topics="waku discv5" tid=1 file=waku_discv5.nim:352
INF 2026-03-29 11:55:49.431+00:00 Discv5: discoverable ENR topics="waku discv5" tid=1 file=waku_discv5.nim:353 enrUri=enr:-L24QA0y2F9l18Y2y90nHQUBiQYQEVqcmPbwGLGvU3jibWrFFdd6WNYBh1u1W19lHsA5BBhScjboosdUhdcHZQ7sgDkDgmlkgnY0gmlwhKwSNAaKbXVsdGlhZGRyc5YACASsEjQGBqQKAAoErBI0BgakC90DgnJzhQADAQAAiXNlY3AyNTZrMaED1Ieb5iaXLTEYvRM9Ji2lFCnbmvmFclPvVEZMhiDgjNWDdGNwgqQKg3VkcIKkDIV3YWt1MgM enr="(3, id: \"v4\", ip: 172.18.52.6, multiaddrs: 0x000804AC12340606A40A000A04AC12340606A40BDD03, rs: 0x0003010000, secp256k1: 0x03D4879BE626972D3118BD133D262DA51429DB9AF9857253EF54464C8620E08CD5, tcp: 41994, udp: 41996, waku2: 0x03)"
INF 2026-03-29 11:55:49.431+00:00 subscribe topics="waku relay" tid=1 file=protocol.nim:594 pubsubTopic=/waku/2/rs/3/0
TRC 2026-03-29 11:55:49.431+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 11:55:49.431+00:00 subscribing to topic topics="libp2p pubsub" tid=1 file=pubsub.nim:625 name=/waku/2/rs/3/0
TRC 2026-03-29 11:55:49.431+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 11:55:49.431+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 11:55:49.431+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 11:55:49.431+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 11:55:49.431+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 11:55:49.431+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 11:55:49.431+00:00 Health monitor loop start tid=1 file=node_health_monitor.nim:516
DBG 2026-03-29 11:55:49.432+00:00 calculateConnectionState tid=1 file=node_health_monitor.nim:408 relayCount=0 storeClientCount=0 lightpushCount=0 filterCount=0
INF 2026-03-29 11:55:49.432+00:00 starting keepalive tid=1 file=node_health_monitor.nim:678 randomPeersKeepalive=10s allPeersKeepalive=2m
TRC 2026-03-29 11:55:49.432+00:00 Running keepalive loop tid=1 file=node_health_monitor.nim:593
INF 2026-03-29 11:55:49.433+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 11:55:49.435+00:00 REST services are installed tid=1 file=builder.nim:221
INF 2026-03-29 11:55:49.435+00:00 Starting metrics HTTP server topics="waku node metrics" tid=1 file=waku_metrics.nim:63 serverIp=0.0.0.0 serverPort=41997
INF 2026-03-29 11:55:49.435+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 11:55:49.436+00:00 Metrics HTTP server started topics="waku node metrics" tid=1 file=waku_metrics.nim:73 serverIp=0.0.0.0 serverPort=41997
INF 2026-03-29 11:55:49.436+00:00 Setting up shutdown hooks topics="wakunode main" tid=1 file=wakunode2.nim:63
INF 2026-03-29 11:55:49.436+00:00 Node setup complete topics="wakunode main" tid=1 file=wakunode2.nim:102
DBG 2026-03-29 11:55:50.425+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41840 meth=GET uri=/health
DBG 2026-03-29 11:55:50.426+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41840 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:55:50.426+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41840 uri=/health content_type=application/json content_size=821
TRC 2026-03-29 11:55:50.427+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140127560777808
TRC 2026-03-29 11:55:50.427+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 11:55:50.427+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 11:55:50.427+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 11:55:50.427+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 11:55:50.427+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
DBG 2026-03-29 11:55:50.529+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41846 meth=GET uri=/health
DBG 2026-03-29 11:55:50.529+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41846 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:55:50.530+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41846 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:55:50.632+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41854 meth=GET uri=/health
DBG 2026-03-29 11:55:50.633+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41854 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:55:50.633+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41854 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:55:50.736+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41870 meth=GET uri=/health
DBG 2026-03-29 11:55:50.736+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41870 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:55:50.736+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41870 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:55:50.839+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41878 meth=GET uri=/health
DBG 2026-03-29 11:55:50.839+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41878 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:55:50.839+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41878 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:55:50.942+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41884 meth=GET uri=/health
DBG 2026-03-29 11:55:50.942+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41884 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:55:50.943+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41884 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:55:51.045+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41888 meth=GET uri=/health
DBG 2026-03-29 11:55:51.046+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41888 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:55:51.046+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41888 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:55:51.149+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41904 meth=GET uri=/health
DBG 2026-03-29 11:55:51.149+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41904 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:55:51.149+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41904 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:55:51.253+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41912 meth=GET uri=/health
DBG 2026-03-29 11:55:51.253+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41912 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:55:51.253+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41912 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:55:51.356+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41928 meth=GET uri=/health
DBG 2026-03-29 11:55:51.356+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41928 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:55:51.356+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41928 uri=/health content_type=application/json content_size=821
TRC 2026-03-29 11:55:51.428+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140127560777808
TRC 2026-03-29 11:55:51.428+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 11:55:51.428+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 11:55:51.428+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 11:55:51.428+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 11:55:51.428+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
DBG 2026-03-29 11:55:51.460+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41934 meth=GET uri=/health
DBG 2026-03-29 11:55:51.460+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41934 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:55:51.460+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41934 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:55:51.564+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41942 meth=GET uri=/health
DBG 2026-03-29 11:55:51.564+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41942 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:55:51.564+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41942 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:55:51.667+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41958 meth=GET uri=/health
DBG 2026-03-29 11:55:51.667+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41958 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:55:51.668+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41958 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:55:51.771+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41964 meth=GET uri=/health
DBG 2026-03-29 11:55:51.771+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41964 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:55:51.771+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41964 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:55:51.874+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41968 meth=GET uri=/health
DBG 2026-03-29 11:55:51.874+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41968 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:55:51.874+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41968 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:55:51.977+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41974 meth=GET uri=/health
DBG 2026-03-29 11:55:51.977+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41974 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:55:51.977+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41974 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:55:52.081+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41988 meth=GET uri=/health
DBG 2026-03-29 11:55:52.081+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41988 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:55:52.081+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41988 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:55:52.184+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41998 meth=GET uri=/health
DBG 2026-03-29 11:55:52.184+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41998 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:55:52.185+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41998 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:55:52.288+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:42014 meth=GET uri=/health
DBG 2026-03-29 11:55:52.288+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:42014 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:55:52.288+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:42014 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:55:52.391+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:42024 meth=GET uri=/health
DBG 2026-03-29 11:55:52.392+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:42024 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:55:52.392+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:42024 uri=/health content_type=application/json content_size=821
TRC 2026-03-29 11:55:52.427+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140127560777808
TRC 2026-03-29 11:55:52.427+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 11:55:52.427+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 11:55:52.427+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 11:55:52.427+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 11:55:52.427+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
DBG 2026-03-29 11:55:52.495+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:42040 meth=GET uri=/health
DBG 2026-03-29 11:55:52.495+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:42040 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:55:52.495+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:42040 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:55:52.599+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:42046 meth=GET uri=/health
DBG 2026-03-29 11:55:52.599+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:42046 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:55:52.599+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:42046 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:55:52.703+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:42052 meth=GET uri=/health
DBG 2026-03-29 11:55:52.703+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:42052 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:55:52.703+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:42052 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:55:52.806+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:42058 meth=GET uri=/health
DBG 2026-03-29 11:55:52.806+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:42058 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:55:52.806+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:42058 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:55:52.909+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:42072 meth=GET uri=/health
DBG 2026-03-29 11:55:52.909+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:42072 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:55:52.909+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:42072 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:55:53.014+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:42084 meth=GET uri=/health
DBG 2026-03-29 11:55:53.014+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:42084 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:55:53.014+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:42084 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:55:53.117+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:42096 meth=GET uri=/health
DBG 2026-03-29 11:55:53.117+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:42096 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:55:53.117+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:42096 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:55:53.220+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:42112 meth=GET uri=/health
DBG 2026-03-29 11:55:53.220+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:42112 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:55:53.221+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:42112 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:55:53.324+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:42124 meth=GET uri=/health
DBG 2026-03-29 11:55:53.324+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:42124 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:55:53.325+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:42124 uri=/health content_type=application/json content_size=821
TRC 2026-03-29 11:55:53.428+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140127560777808
TRC 2026-03-29 11:55:53.428+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 11:55:53.428+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 11:55:53.428+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 11:55:53.428+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 11:55:53.428+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
DBG 2026-03-29 11:55:53.430+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:42140 meth=GET uri=/health
DBG 2026-03-29 11:55:53.430+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:42140 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:55:53.431+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:42140 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:55:53.534+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:42144 meth=GET uri=/health
DBG 2026-03-29 11:55:53.534+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:42144 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:55:53.534+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:42144 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:55:53.637+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:42152 meth=GET uri=/health
DBG 2026-03-29 11:55:53.637+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:42152 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:55:53.638+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:42152 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:55:53.740+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:42160 meth=GET uri=/health
DBG 2026-03-29 11:55:53.741+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:42160 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:55:53.741+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:42160 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:55:53.845+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:42174 meth=GET uri=/health
DBG 2026-03-29 11:55:53.845+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:42174 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:55:53.846+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:42174 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:55:53.949+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:42184 meth=GET uri=/health
DBG 2026-03-29 11:55:53.949+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:42184 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:55:53.949+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:42184 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:55:54.052+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:42200 meth=GET uri=/health
DBG 2026-03-29 11:55:54.052+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:42200 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:55:54.052+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:42200 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:55:54.155+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:42212 meth=GET uri=/health
DBG 2026-03-29 11:55:54.155+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:42212 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:55:54.156+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:42212 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:55:54.259+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:42214 meth=GET uri=/health
DBG 2026-03-29 11:55:54.259+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:42214 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:55:54.259+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:42214 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:55:54.362+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:42218 meth=GET uri=/health
DBG 2026-03-29 11:55:54.362+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:42218 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:55:54.362+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:42218 uri=/health content_type=application/json content_size=821
TRC 2026-03-29 11:55:54.428+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140127560777808
TRC 2026-03-29 11:55:54.428+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 11:55:54.428+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 11:55:54.428+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 11:55:54.428+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 11:55:54.428+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
TRC 2026-03-29 11:55:54.431+00:00 running discv5 discovery loop topics="waku discv5" tid=1 file=waku_discv5.nim:261
TRC 2026-03-29 11:55:54.431+00:00 discv5 discovered peers topics="waku discv5" tid=1 file=waku_discv5.nim:277 num_discovered_peers=0 peers=[]
TRC 2026-03-29 11:55:54.431+00:00 discv5 discarded wrong records topics="waku discv5" tid=1 file=waku_discv5.nim:281 wrong_records=[]
INF 2026-03-29 11:55:54.450+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 11:55:54.465+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:42220 meth=GET uri=/health
DBG 2026-03-29 11:55:54.465+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:42220 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:55:54.466+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:42220 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:55:54.568+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:42224 meth=GET uri=/health
DBG 2026-03-29 11:55:54.569+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:42224 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:55:54.569+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:42224 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:55:54.672+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:42232 meth=GET uri=/health
DBG 2026-03-29 11:55:54.672+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:42232 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:55:54.672+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:42232 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:55:54.775+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:42234 meth=GET uri=/health
DBG 2026-03-29 11:55:54.775+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:42234 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:55:54.776+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:42234 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:55:54.879+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:42242 meth=GET uri=/health
DBG 2026-03-29 11:55:54.879+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:42242 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:55:54.880+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:42242 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:55:54.982+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:42256 meth=GET uri=/health
DBG 2026-03-29 11:55:54.983+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:42256 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:55:54.983+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:42256 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:55:55.086+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:42268 meth=GET uri=/health
DBG 2026-03-29 11:55:55.086+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:42268 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:55:55.086+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:42268 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:55:55.189+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:42282 meth=GET uri=/health
DBG 2026-03-29 11:55:55.189+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:42282 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:55:55.189+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:42282 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:55:55.292+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:42286 meth=GET uri=/health
DBG 2026-03-29 11:55:55.292+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:42286 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:55:55.293+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:42286 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:55:55.396+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:42296 meth=GET uri=/health
DBG 2026-03-29 11:55:55.396+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:42296 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:55:55.396+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:42296 uri=/health content_type=application/json content_size=821
TRC 2026-03-29 11:55:55.428+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140127560777808
TRC 2026-03-29 11:55:55.428+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 11:55:55.428+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 11:55:55.428+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 11:55:55.428+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 11:55:55.428+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
DBG 2026-03-29 11:55:55.499+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:42306 meth=GET uri=/health
DBG 2026-03-29 11:55:55.499+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:42306 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:55:55.499+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:42306 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:55:55.603+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:42308 meth=GET uri=/health
DBG 2026-03-29 11:55:55.603+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:42308 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:55:55.603+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:42308 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:55:55.706+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:42310 meth=GET uri=/health
DBG 2026-03-29 11:55:55.706+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:42310 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:55:55.706+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:42310 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:55:55.809+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:42316 meth=GET uri=/health
DBG 2026-03-29 11:55:55.809+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:42316 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:55:55.810+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:42316 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:55:55.913+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:42324 meth=GET uri=/health
DBG 2026-03-29 11:55:55.913+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:42324 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:55:55.913+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:42324 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:55:56.016+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:42340 meth=GET uri=/health
DBG 2026-03-29 11:55:56.016+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:42340 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:55:56.016+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:42340 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:55:56.119+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:42354 meth=GET uri=/health
DBG 2026-03-29 11:55:56.119+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:42354 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:55:56.119+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:42354 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:55:56.222+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:35816 meth=GET uri=/health
DBG 2026-03-29 11:55:56.222+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:35816 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:55:56.223+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:35816 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:55:56.326+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:35822 meth=GET uri=/health
DBG 2026-03-29 11:55:56.326+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:35822 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:55:56.326+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:35822 uri=/health content_type=application/json content_size=821
TRC 2026-03-29 11:55:56.428+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140127560777808
TRC 2026-03-29 11:55:56.428+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 11:55:56.428+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 11:55:56.428+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 11:55:56.428+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 11:55:56.428+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
DBG 2026-03-29 11:55:56.429+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:35824 meth=GET uri=/health
DBG 2026-03-29 11:55:56.430+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:35824 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:55:56.430+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:35824 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:55:56.533+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:35834 meth=GET uri=/health
DBG 2026-03-29 11:55:56.533+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:35834 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:55:56.533+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:35834 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 11:55:56.637+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:35842 meth=GET uri=/health
DBG 2026-03-29 11:55:56.637+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:35842 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 11:55:56.637+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:35842 uri=/health content_type=application/json content_size=821