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

1494 lines
276 KiB
Plaintext

WRN 2026-03-29 12:04:01.280+00:00 whether to mount storeSync is not specified, defaulting to not mounting topics="waku conf builder" tid=1 file=waku_conf_builder.nim:471
bSubscribeShards: some(@[0])
INF 2026-03-29 12:04:01.281+00:00 Sharding configuration: topics="waku conf builder" tid=1 file=waku_conf_builder.nim:506 shardingConf="(kind: AutoSharding, numShardsInCluster: 1)" subscribeShards=@[0]
INF 2026-03-29 12:04:01.281+00:00 Configuration: Enabled protocols topics="waku conf" tid=1 file=waku_conf.nim:157 relay=true rlnRelay=false store=true filter=false lightPush=false peerExchange=true rendezvous=true
INF 2026-03-29 12:04:01.281+00:00 Configuration. Network topics="waku conf" tid=1 file=waku_conf.nim:166 cluster=3
INF 2026-03-29 12:04:01.281+00:00 Configuration. Active Relay Shards topics="waku conf" tid=1 file=waku_conf.nim:169 shard=0
INF 2026-03-29 12:04:01.281+00:00 Setting up storage tid=1 file=node_factory.nim:532
INF 2026-03-29 12:04:01.281+00:00 Initializing node tid=1 file=node_factory.nim:541
TRC 2026-03-29 12:04:01.283+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/ipfs/id/1.0.0]"
TRC 2026-03-29 12:04:01.283+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/libp2p/autonat/1.0.0]"
TRC 2026-03-29 12:04:01.283+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/libp2p/circuit/relay/0.2.0/hop, /libp2p/circuit/relay/0.1.0]"
TRC 2026-03-29 12:04:01.283+00:00 no peer storage found tid=1 file=peer_manager.nim:1219
INF 2026-03-29 12:04:01.283+00:00 Initializing networking tid=1 file=waku_node.nim:228 addrs="@[/ip4/172.18.56.130/tcp/43286, /ip4/172.18.56.130/tcp/43287/ws]"
INF 2026-03-29 12:04:01.283+00:00 Mounting protocols tid=1 file=node_factory.nim:547
INF 2026-03-29 12:04:01.283+00:00 Created WakuMetadata protocol topics="waku node" tid=1 file=protocol.nim:107 clusterId=3 shards="[0]"
TRC 2026-03-29 12:04:01.283+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/vac/waku/metadata/1.0.0]"
INF 2026-03-29 12:04:01.287+00:00 sqlite database page stats tid=1 file=builder.nim:53 pageSize=4096 pages=1 freePages=0
INF 2026-03-29 12:04:01.287+00:00 starting message store's sqlite database migration topics="waku archive migration" tid=1 file=migrations.nim:57
INF 2026-03-29 12:04:01.287+00:00 Not considered schema version 7 topics="waku archive migration" tid=1 file=migrations.nim:45
INF 2026-03-29 12:04:01.287+00:00 database schema is outdated topics="sqlite" tid=1 file=db_sqlite.nim:447 userVersion=0 targetVersion=10
INF 2026-03-29 12:04:01.288+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="CREATE TABLE IF NOT EXISTS Message(\n id BLOB PRIMARY KEY,\n timestamp INTEGER NOT NULL,\n contentTopic BLOB NOT NULL,\n pubsubTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL\n ) WITHOUT ROWID;"
INF 2026-03-29 12:04:01.290+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="CREATE TABLE IF NOT EXISTS Message(\n id BLOB PRIMARY KEY,\n timestamp INTEGER NOT NULL,\n contentTopic BLOB NOT NULL,\n pubsubTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL\n ) WITHOUT ROWID;"
INF 2026-03-29 12:04:01.290+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="CREATE TABLE IF NOT EXISTS Message_backup (\n id BLOB PRIMARY KEY,\n timestamp INTEGER NOT NULL,\n contentTopic BLOB NOT NULL,\n pubsubTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL\n ) WITHOUT ROWID;"
INF 2026-03-29 12:04:01.291+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="CREATE TABLE IF NOT EXISTS Message_backup (\n id BLOB PRIMARY KEY,\n timestamp INTEGER NOT NULL,\n contentTopic BLOB NOT NULL,\n pubsubTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL\n ) WITHOUT ROWID;"
INF 2026-03-29 12:04:01.291+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="INSERT INTO Message_backup SELECT id, timestamp, contentTopic, pubsubTopic, payload, version FROM Message;"
INF 2026-03-29 12:04:01.291+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="INSERT INTO Message_backup SELECT id, timestamp, contentTopic, pubsubTopic, payload, version FROM Message;"
INF 2026-03-29 12:04:01.291+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE Message;"
INF 2026-03-29 12:04:01.292+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP TABLE Message;"
INF 2026-03-29 12:04:01.292+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="CREATE TABLE IF NOT EXISTS Message(\n id BLOB PRIMARY KEY,\n receiverTimestamp REAL NOT NULL,\n contentTopic BLOB NOT NULL,\n pubsubTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL,\n senderTimestamp REAL NOT NULL\n ) WITHOUT ROWID;"
INF 2026-03-29 12:04:01.292+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="CREATE TABLE IF NOT EXISTS Message(\n id BLOB PRIMARY KEY,\n receiverTimestamp REAL NOT NULL,\n contentTopic BLOB NOT NULL,\n pubsubTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL,\n senderTimestamp REAL NOT NULL\n ) WITHOUT ROWID;"
INF 2026-03-29 12:04:01.292+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="INSERT INTO Message (id, receiverTimestamp, contentTopic, pubsubTopic, payload, version, senderTimestamp)\n SELECT id, timestamp, contentTopic, pubsubTopic, payload, version, 0\n FROM Message_backup;"
INF 2026-03-29 12:04:01.292+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="INSERT INTO Message (id, receiverTimestamp, contentTopic, pubsubTopic, payload, version, senderTimestamp)\n SELECT id, timestamp, contentTopic, pubsubTopic, payload, version, 0\n FROM Message_backup;"
INF 2026-03-29 12:04:01.293+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE Message_backup;"
INF 2026-03-29 12:04:01.294+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP TABLE Message_backup;"
INF 2026-03-29 12:04:01.294+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="CREATE TABLE IF NOT EXISTS Message_backup (\n id BLOB PRIMARY KEY,\n receiverTimestamp REAL NOT NULL,\n contentTopic BLOB NOT NULL,\n pubsubTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL,\n senderTimestamp REAL NOT NULL\n ) WITHOUT ROWID;"
INF 2026-03-29 12:04:01.295+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="CREATE TABLE IF NOT EXISTS Message_backup (\n id BLOB PRIMARY KEY,\n receiverTimestamp REAL NOT NULL,\n contentTopic BLOB NOT NULL,\n pubsubTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL,\n senderTimestamp REAL NOT NULL\n ) WITHOUT ROWID;"
INF 2026-03-29 12:04:01.295+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="INSERT INTO Message_backup SELECT id, receiverTimestamp, contentTopic, pubsubTopic, payload, version, senderTimestamp FROM Message;"
INF 2026-03-29 12:04:01.295+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="INSERT INTO Message_backup SELECT id, receiverTimestamp, contentTopic, pubsubTopic, payload, version, senderTimestamp FROM Message;"
INF 2026-03-29 12:04:01.295+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE Message;"
INF 2026-03-29 12:04:01.295+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP TABLE Message;"
INF 2026-03-29 12:04:01.295+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="CREATE TABLE IF NOT EXISTS Message(\n id BLOB PRIMARY KEY,\n receiverTimestamp INTEGER NOT NULL,\n contentTopic BLOB NOT NULL,\n pubsubTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL,\n senderTimestamp INTEGER NOT NULL\n ) WITHOUT ROWID;"
INF 2026-03-29 12:04:01.296+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="CREATE TABLE IF NOT EXISTS Message(\n id BLOB PRIMARY KEY,\n receiverTimestamp INTEGER NOT NULL,\n contentTopic BLOB NOT NULL,\n pubsubTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL,\n senderTimestamp INTEGER NOT NULL\n ) WITHOUT ROWID;"
INF 2026-03-29 12:04:01.296+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="INSERT INTO Message (id, receiverTimestamp, contentTopic, pubsubTopic, payload, version, senderTimestamp)\n SELECT id, CAST(receiverTimestamp*1000000000 AS INTEGER), contentTopic, pubsubTopic, payload, version, CAST(senderTimestamp*1000000000 AS INTEGER)\n FROM Message_backup;"
INF 2026-03-29 12:04:01.296+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="INSERT INTO Message (id, receiverTimestamp, contentTopic, pubsubTopic, payload, version, senderTimestamp)\n SELECT id, CAST(receiverTimestamp*1000000000 AS INTEGER), contentTopic, pubsubTopic, payload, version, CAST(senderTimestamp*1000000000 AS INTEGER)\n FROM Message_backup;"
INF 2026-03-29 12:04:01.296+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE Message_backup;"
INF 2026-03-29 12:04:01.297+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP TABLE Message_backup;"
INF 2026-03-29 12:04:01.297+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="ALTER TABLE Message RENAME TO Message_backup;"
INF 2026-03-29 12:04:01.298+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="ALTER TABLE Message RENAME TO Message_backup;"
INF 2026-03-29 12:04:01.298+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="CREATE TABLE IF NOT EXISTS Message(\n id BLOB,\n receiverTimestamp INTEGER NOT NULL,\n contentTopic BLOB NOT NULL,\n pubsubTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL,\n senderTimestamp INTEGER NOT NULL,\n CONSTRAINT messageIndex PRIMARY KEY (senderTimestamp, id, pubsubTopic)\n ) WITHOUT ROWID;"
INF 2026-03-29 12:04:01.299+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="CREATE TABLE IF NOT EXISTS Message(\n id BLOB,\n receiverTimestamp INTEGER NOT NULL,\n contentTopic BLOB NOT NULL,\n pubsubTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL,\n senderTimestamp INTEGER NOT NULL,\n CONSTRAINT messageIndex PRIMARY KEY (senderTimestamp, id, pubsubTopic)\n ) WITHOUT ROWID;"
INF 2026-03-29 12:04:01.299+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="INSERT INTO Message\n SELECT *\n FROM Message_backup;"
INF 2026-03-29 12:04:01.299+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="INSERT INTO Message\n SELECT *\n FROM Message_backup;"
INF 2026-03-29 12:04:01.299+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE Message_backup;"
INF 2026-03-29 12:04:01.300+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP TABLE Message_backup;"
INF 2026-03-29 12:04:01.300+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="CREATE INDEX IF NOT EXISTS i_msg ON Message (contentTopic, pubsubTopic, senderTimestamp, id);"
INF 2026-03-29 12:04:01.301+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="CREATE INDEX IF NOT EXISTS i_msg ON Message (contentTopic, pubsubTopic, senderTimestamp, id);"
INF 2026-03-29 12:04:01.301+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="ALTER TABLE message RENAME COLUMN receiverTimestamp TO storedAt;"
INF 2026-03-29 12:04:01.302+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="ALTER TABLE message RENAME COLUMN receiverTimestamp TO storedAt;"
INF 2026-03-29 12:04:01.302+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP INDEX IF EXISTS i_msg;"
INF 2026-03-29 12:04:01.302+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP INDEX IF EXISTS i_msg;"
INF 2026-03-29 12:04:01.302+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="CREATE INDEX IF NOT EXISTS i_query ON message (contentTopic, pubsubTopic, storedAt, id);"
INF 2026-03-29 12:04:01.304+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="CREATE INDEX IF NOT EXISTS i_query ON message (contentTopic, pubsubTopic, storedAt, id);"
INF 2026-03-29 12:04:01.304+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP INDEX IF EXISTS i_rt;"
INF 2026-03-29 12:04:01.304+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP INDEX IF EXISTS i_rt;"
INF 2026-03-29 12:04:01.304+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="CREATE INDEX IF NOT EXISTS i_ts ON message (storedAt);"
INF 2026-03-29 12:04:01.305+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="CREATE INDEX IF NOT EXISTS i_ts ON message (storedAt);"
INF 2026-03-29 12:04:01.305+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="ALTER TABLE message RENAME TO message_backup;"
INF 2026-03-29 12:04:01.306+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="ALTER TABLE message RENAME TO message_backup;"
INF 2026-03-29 12:04:01.306+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="CREATE TABLE IF NOT EXISTS message(\n pubsubTopic BLOB NOT NULL,\n contentTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL,\n timestamp INTEGER NOT NULL,\n id BLOB,\n storedAt INTEGER NOT NULL,\n CONSTRAINT messageIndex PRIMARY KEY (storedAt, id, pubsubTopic)\n) WITHOUT ROWID;"
INF 2026-03-29 12:04:01.307+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="CREATE TABLE IF NOT EXISTS message(\n pubsubTopic BLOB NOT NULL,\n contentTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL,\n timestamp INTEGER NOT NULL,\n id BLOB,\n storedAt INTEGER NOT NULL,\n CONSTRAINT messageIndex PRIMARY KEY (storedAt, id, pubsubTopic)\n) WITHOUT ROWID;"
INF 2026-03-29 12:04:01.307+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="INSERT OR IGNORE INTO message(pubsubTopic, contentTopic, payload, version, timestamp, id, storedAt)\n SELECT pubsubTopic, contentTopic, payload, version, senderTimestamp, id, storedAt\n FROM message_backup;"
INF 2026-03-29 12:04:01.307+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="INSERT OR IGNORE INTO message(pubsubTopic, contentTopic, payload, version, timestamp, id, storedAt)\n SELECT pubsubTopic, contentTopic, payload, version, senderTimestamp, id, storedAt\n FROM message_backup;"
INF 2026-03-29 12:04:01.307+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE message_backup;"
INF 2026-03-29 12:04:01.307+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP TABLE message_backup;"
INF 2026-03-29 12:04:01.307+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="ALTER TABLE message RENAME TO message_backup;"
INF 2026-03-29 12:04:01.309+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="ALTER TABLE message RENAME TO message_backup;"
INF 2026-03-29 12:04:01.309+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="CREATE TABLE IF NOT EXISTS message (\n pubsubTopic BLOB NOT NULL,\n contentTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL,\n timestamp INTEGER NOT NULL,\n id BLOB,\n messageHash BLOB, -- Newly added, this will be populated with a counter value\n storedAt INTEGER NOT NULL,\n CONSTRAINT messageIndex PRIMARY KEY (messageHash)\n) WITHOUT ROWID;"
INF 2026-03-29 12:04:01.309+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="CREATE TABLE IF NOT EXISTS message (\n pubsubTopic BLOB NOT NULL,\n contentTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL,\n timestamp INTEGER NOT NULL,\n id BLOB,\n messageHash BLOB, -- Newly added, this will be populated with a counter value\n storedAt INTEGER NOT NULL,\n CONSTRAINT messageIndex PRIMARY KEY (messageHash)\n) WITHOUT ROWID;"
INF 2026-03-29 12:04:01.309+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="INSERT INTO message(pubsubTopic, contentTopic, payload, version, timestamp, id, messageHash, storedAt)\nSELECT\n mb.pubsubTopic,\n mb.contentTopic,\n mb.payload,\n mb.version,\n mb.timestamp,\n mb.id,\n randomblob(32), -- to populate 32-byte random blob\n mb.storedAt\nFROM message_backup AS mb;"
INF 2026-03-29 12:04:01.309+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="INSERT INTO message(pubsubTopic, contentTopic, payload, version, timestamp, id, messageHash, storedAt)\nSELECT\n mb.pubsubTopic,\n mb.contentTopic,\n mb.payload,\n mb.version,\n mb.timestamp,\n mb.id,\n randomblob(32), -- to populate 32-byte random blob\n mb.storedAt\nFROM message_backup AS mb;"
INF 2026-03-29 12:04:01.309+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE message_backup;"
INF 2026-03-29 12:04:01.310+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP TABLE message_backup;"
INF 2026-03-29 12:04:01.310+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="ALTER TABLE message ADD COLUMN meta BLOB;"
INF 2026-03-29 12:04:01.311+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="ALTER TABLE message ADD COLUMN meta BLOB;"
INF 2026-03-29 12:04:01.311+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="ALTER TABLE message DROP COLUMN timestamp;"
INF 2026-03-29 12:04:01.312+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="ALTER TABLE message DROP COLUMN timestamp;"
INF 2026-03-29 12:04:01.312+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="ALTER TABLE message RENAME COLUMN storedAt TO timestamp;"
INF 2026-03-29 12:04:01.313+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="ALTER TABLE message RENAME COLUMN storedAt TO timestamp;"
INF 2026-03-29 12:04:01.314+00:00 database user_version updated topics="sqlite" tid=1 file=db_sqlite.nim:481 userVersion=10
INF 2026-03-29 12:04:01.314+00:00 finished message store's sqlite database migration topics="waku archive migration" tid=1 file=migrations.nim:70
INF 2026-03-29 12:04:01.314+00:00 setting up sqlite waku archive driver tid=1 file=builder.nim:65
INF 2026-03-29 12:04:01.315+00:00 executing message retention policy topics="waku archive" tid=1 file=archive.nim:270 policy=time:172800
INF 2026-03-29 12:04:01.315+00:00 beginning of executing message retention policy - time topics="waku archive retention_policy" tid=1 file=retention_policy_time.nim:22
INF 2026-03-29 12:04:01.315+00:00 end of executing message retention policy - time topics="waku archive retention_policy" tid=1 file=retention_policy_time.nim:30
INF 2026-03-29 12:04:01.315+00:00 mounting waku store protocol topics="waku node store api" tid=1 file=store.nim:255
TRC 2026-03-29 12:04:01.315+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/vac/waku/store-query/3.0.0]"
INF 2026-03-29 12:04:01.315+00:00 mounting store client topics="waku node store api" tid=1 file=store.nim:274
INF 2026-03-29 12:04:01.315+00:00 mounting legacy store client topics="waku node store api" tid=1 file=store.nim:145
INF 2026-03-29 12:04:01.315+00:00 mounting auto sharding topics="waku node" tid=1 file=waku_node.nim:305 clusterId=3 shardCount=1
INF 2026-03-29 12:04:01.315+00:00 Shards created from content topics tid=1 file=node_factory.nim:333 contentTopics=[] shards=[]
INF 2026-03-29 12:04:01.315+00:00 Setting max message size tid=1 file=node_factory.nim:342 num_bytes=153600
INF 2026-03-29 12:04:01.315+00:00 mounting relay protocol topics="waku node relay api" tid=1 file=relay.nim:259
TRC 2026-03-29 12:04:01.316+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/vac/waku/relay/2.0.0, /meshsub/1.3.0, /meshsub/1.2.0, /meshsub/1.1.0, /meshsub/1.0.0, /meshsub/1.3.0, /meshsub/1.2.0, /meshsub/1.1.0, /meshsub/1.0.0]"
INF 2026-03-29 12:04:01.316+00:00 relay mounted successfully topics="waku node relay api" tid=1 file=relay.nim:276
INF 2026-03-29 12:04:01.316+00:00 adding validator to signed shards tid=1 file=validator_signed.nim:56 protectedShards=[] clusterId=3
INF 2026-03-29 12:04:01.316+00:00 mounting rendezvous discovery protocol topics="waku node" tid=1 file=waku_node.nim:432
INF 2026-03-29 12:04:01.316+00:00 waku rendezvous initialized topics="waku node" tid=1 file=protocol.nim:206 clusterId=3 shards="[0]" capabilities="[Relay, Store]" wakuPeerRecord="(peerId: 16U*bQyPTt, seqNo: 1774785841, addresses: [/ip4/172.18.56.130/tcp/43286, /ip4/172.18.56.130/tcp/43287/ws], mixKey: )"
TRC 2026-03-29 12:04:01.316+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/vac/waku/rendezvous/1.0.0]"
INF 2026-03-29 12:04:01.316+00:00 mounting rendezvous client topics="waku node" tid=1 file=waku_node.nim:418
INF 2026-03-29 12:04:01.316+00:00 waku rendezvous client initialized topics="waku node" tid=1 file=client.nim:130 clusterId=3
INF 2026-03-29 12:04:01.316+00:00 mounting libp2p ping protocol topics="waku node ping api" tid=1 file=ping.nim:20
TRC 2026-03-29 12:04:01.316+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/ipfs/ping/1.0.0]"
INF 2026-03-29 12:04:01.316+00:00 mounting light push client topics="waku node lightpush api" tid=1 file=lightpush.nim:183
INF 2026-03-29 12:04:01.316+00:00 mounting legacy light push client topics="waku node lightpush api" tid=1 file=lightpush.nim:72
INF 2026-03-29 12:04:01.316+00:00 mounting filter client topics="waku node filter api" tid=1 file=filter.nim:81
TRC 2026-03-29 12:04:01.316+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/vac/waku/filter-push/2.0.0-beta1]"
INF 2026-03-29 12:04:01.316+00:00 mounting waku peer exchange topics="waku node peerexchange api" tid=1 file=peer_exchange.nim:37
TRC 2026-03-29 12:04:01.316+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/vac/waku/peer-exchange/2.0.0-alpha1]"
INF 2026-03-29 12:04:01.316+00:00 mounting waku peer exchange client topics="waku node peerexchange api" tid=1 file=peer_exchange.nim:54
NTC 2026-03-29 12:04:01.316+00:00 REST service started tid=1 file=server.nim:182 address=0.0.0.0:43285
INF 2026-03-29 12:04:01.316+00:00 Starting REST HTTP server tid=1 file=builder.nim:113 url=http://0.0.0.0:43285/
INF 2026-03-29 12:04:01.317+00:00 No external callbacks to be set topics="wakunode waku" tid=1 file=waku.nim:127
TRC 2026-03-29 12:04:01.317+00:00 Send processor chain topics="send service" tid=1 file=send_service.nim:94 index=1 processor=BaseSendProcessor
INF 2026-03-29 12:04:01.317+00:00 Retrieve dynamic bootstrap nodes topics="wakunode waku" tid=1 file=waku.nim:367
INF 2026-03-29 12:04:01.317+00:00 Running nwaku node tid=1 file=node_factory.nim:464 version=v0.38.0-rc.0-14-g5c335c
INF 2026-03-29 12:04:01.317+00:00 Starting Waku node topics="waku node" tid=1 file=waku_node.nim:625 version=v0.38.0-rc.0-14-g5c335c
INF 2026-03-29 12:04:01.317+00:00 starting relay protocol topics="waku node" tid=1 file=waku_node.nim:389
INF 2026-03-29 12:04:01.317+00:00 start topics="waku relay" tid=1 file=protocol.nim:519
TRC 2026-03-29 12:04:01.317+00:00 gossipsub start topics="libp2p gossipsub" tid=1 file=gossipsub.nim:1113
TRC 2026-03-29 12:04:01.317+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=139635041775696
TRC 2026-03-29 12:04:01.317+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
TRC 2026-03-29 12:04:01.317+00:00 running scoring heartbeat topics="libp2p gossipsub" tid=1 file=scoring.nim:312 instance=139635041775696
TRC 2026-03-29 12:04:01.317+00:00 updating scores topics="libp2p gossipsub" tid=1 file=scoring.nim:144 peers=0
TRC 2026-03-29 12:04:01.317+00:00 updated scores topics="libp2p gossipsub" tid=1 file=scoring.nim:308 peers=0
INF 2026-03-29 12:04:01.317+00:00 relay started successfully topics="waku node" tid=1 file=waku_node.nim:410
INF 2026-03-29 12:04:01.317+00:00 waku rendezvous periodic registration started topics="waku rendezvous" tid=1 file=protocol.nim:127 interval=10s
INF 2026-03-29 12:04:01.317+00:00 waku rendezvous discovery started topics="waku rendezvous" tid=1 file=protocol.nim:227
INF 2026-03-29 12:04:01.317+00:00 waku rendezvous periodic requests started topics="waku rendezvous client" tid=1 file=client.nim:80 interval=10s
INF 2026-03-29 12:04:01.317+00:00 waku rendezvous client started topics="waku rendezvous client" tid=1 file=client.nim:136
DBG 2026-03-29 12:04:01.317+00:00 starting switch for peer topics="libp2p switch" tid=1 file=switch.nim:363 peerInfo="(peerId: 16Uiu2HAmD4YozyaZgCs7WQyGDWBcZkN7P15dBbKW4ZpTZubQyPTt, listenAddrs: [/ip4/0.0.0.0/tcp/43287/ws, /ip4/0.0.0.0/tcp/43286], 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 12:04:01.317+00:00 Starting TCP transport topics="libp2p tcptransport" tid=1 file=tcptransport.nim:116
TRC 2026-03-29 12:04:01.318+00:00 Listening on topics="libp2p tcptransport" tid=1 file=tcptransport.nim:140 address=/ip4/0.0.0.0/tcp/43286
TRC 2026-03-29 12:04:01.318+00:00 starting transport on addrs topics="libp2p transport" tid=1 file=transport.nim:49 address=@[/ip4/0.0.0.0/tcp/43286]
DBG 2026-03-29 12:04:01.318+00:00 About to accept incoming connection topics="libp2p switch" tid=1 file=switch.nim:272
TRC 2026-03-29 12:04:01.318+00:00 Starting WS transport topics="libp2p wstransport" tid=1 file=wstransport.nim:154
TRC 2026-03-29 12:04:01.318+00:00 starting transport on addrs topics="libp2p transport" tid=1 file=transport.nim:49 address=@[/ip4/0.0.0.0/tcp/43287/ws]
TRC 2026-03-29 12:04:01.318+00:00 Created HTTP Server topics="libp2p wstransport" tid=1 file=server.nim:262 host=0.0.0.0:43287
TRC 2026-03-29 12:04:01.318+00:00 Listening on topics="libp2p wstransport" tid=1 file=wstransport.nim:204 addresses="[/ip4/0.0.0.0/tcp/43287/ws]"
INF 2026-03-29 12:04:01.318+00:00 Setting up AutonatService topics="libp2p autonatservice" tid=1 file=service.nim:207
TRC 2026-03-29 12:04:01.318+00:00 Running AutonatService topics="libp2p autonatservice" tid=1 file=service.nim:231
TRC 2026-03-29 12:04:01.318+00:00 Asking peers for reachability topics="libp2p autonatservice" tid=1 file=service.nim:160
DBG 2026-03-29 12:04:01.319+00:00 About to accept incoming connection topics="libp2p switch" tid=1 file=switch.nim:272
TRC 2026-03-29 12:04:01.319+00:00 WsTransport accept topics="libp2p wstransport" tid=1 file=wstransport.nim:279
TRC 2026-03-29 12:04:01.319+00:00 Awaiting new request topics="websock http-server" tid=1 file=server.nim:194
TRC 2026-03-29 12:04:01.319+00:00 gossipsub start topics="libp2p gossipsub" tid=1 file=gossipsub.nim:1113
WRN 2026-03-29 12:04:01.319+00:00 Starting gossipsub twice topics="libp2p gossipsub" tid=1 file=gossipsub.nim:1116
WRN 2026-03-29 12:04:01.319+00:00 Starting rendezvous twice topics="waku rendezvous" tid=1 file=rendezvous.nim:626
DBG 2026-03-29 12:04:01.319+00:00 Started libp2p node topics="libp2p switch" tid=1 file=switch.nim:403 peer="(peerId: 16Uiu2HAmD4YozyaZgCs7WQyGDWBcZkN7P15dBbKW4ZpTZubQyPTt, listenAddrs: [/ip4/0.0.0.0/tcp/43286, /ip4/0.0.0.0/tcp/43287/ws], addrs: [/ip4/172.18.56.130/tcp/43286, /ip4/172.18.56.130/tcp/43287/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 12:04:01.319+00:00 PeerInfo topics="waku node" tid=1 file=waku_node.nim:478 peerId=16U*bQyPTt addrs="[/ip4/172.18.56.130/tcp/43286, /ip4/172.18.56.130/tcp/43287/ws]"
INF 2026-03-29 12:04:01.319+00:00 Listening on topics="waku node" tid=1 file=waku_node.nim:501 full=[/ip4/0.0.0.0/tcp/43286/p2p/16Uiu2HAmD4YozyaZgCs7WQyGDWBcZkN7P15dBbKW4ZpTZubQyPTt][/ip4/0.0.0.0/tcp/43287/ws/p2p/16Uiu2HAmD4YozyaZgCs7WQyGDWBcZkN7P15dBbKW4ZpTZubQyPTt] localIp=172.17.0.141 switchAddress="@[/ip4/172.18.56.130/tcp/43286, /ip4/172.18.56.130/tcp/43287/ws]"
INF 2026-03-29 12:04:01.319+00:00 Announcing addresses topics="waku node" tid=1 file=waku_node.nim:503 full=[/ip4/172.18.56.130/tcp/43286/p2p/16Uiu2HAmD4YozyaZgCs7WQyGDWBcZkN7P15dBbKW4ZpTZubQyPTt][/ip4/172.18.56.130/tcp/43287/ws/p2p/16Uiu2HAmD4YozyaZgCs7WQyGDWBcZkN7P15dBbKW4ZpTZubQyPTt]
INF 2026-03-29 12:04:01.319+00:00 DNS: discoverable ENR topics="waku node" tid=1 file=waku_node.nim:504 enr=enr:-LO4QOJIPskjN7Mq0JnQ6tLR08Z-9egUQFfDwOTirvDMTpx4fTM_F9Igc0xAEucTNbzXdtntaegklKk0S5AaVIdEJwcBgmlkgnY0gmlwhKwSOIKKbXVsdGlhZGRyc4wACgSsEjiCBqkX3QOCcnOFAAMBAACJc2VjcDI1NmsxoQMGCQ_U6_dpPtbsgzxZLPCDOlVh3Vj23kDs3aaR24non4N0Y3CCqRaDdWRwgqkYhXdha3UyAw
INF 2026-03-29 12:04:01.319+00:00 Node started successfully topics="waku node" tid=1 file=waku_node.nim:681
TRC 2026-03-29 12:04:01.319+00:00 Starting relay connectivity loop topics="waku node peer_manager" tid=1 file=peer_manager.nim:1069
TRC 2026-03-29 12:04:01.319+00:00 Starting prune peerstore loop topics="waku node peer_manager" tid=1 file=peer_manager.nim:1062
INF 2026-03-29 12:04:01.319+00:00 Relay peer connections topics="waku node peer_manager" tid=1 file=peer_manager.nim:843 inRelayConns=0/50 outRelayConns=0/25 totalConnections=0/150 notConnectedPeers=0 outsideBackoffPeers=0
INF 2026-03-29 12:04:01.319+00:00 PeerInfo topics="waku node" tid=1 file=waku_node.nim:478 peerId=16U*bQyPTt addrs="[/ip4/172.18.56.130/tcp/43286, /ip4/172.18.56.130/tcp/43287/ws]"
INF 2026-03-29 12:04:01.320+00:00 Listening on topics="waku node" tid=1 file=waku_node.nim:501 full=[/ip4/0.0.0.0/tcp/43286/p2p/16Uiu2HAmD4YozyaZgCs7WQyGDWBcZkN7P15dBbKW4ZpTZubQyPTt][/ip4/0.0.0.0/tcp/43287/ws/p2p/16Uiu2HAmD4YozyaZgCs7WQyGDWBcZkN7P15dBbKW4ZpTZubQyPTt] localIp=172.17.0.141 switchAddress="@[/ip4/172.18.56.130/tcp/43286, /ip4/172.18.56.130/tcp/43287/ws]"
INF 2026-03-29 12:04:01.320+00:00 Announcing addresses topics="waku node" tid=1 file=waku_node.nim:503 full=[/ip4/172.18.56.130/tcp/43286/p2p/16Uiu2HAmD4YozyaZgCs7WQyGDWBcZkN7P15dBbKW4ZpTZubQyPTt][/ip4/172.18.56.130/tcp/43287/ws/p2p/16Uiu2HAmD4YozyaZgCs7WQyGDWBcZkN7P15dBbKW4ZpTZubQyPTt]
INF 2026-03-29 12:04:01.320+00:00 DNS: discoverable ENR topics="waku node" tid=1 file=waku_node.nim:504 enr=enr:-LO4QOJIPskjN7Mq0JnQ6tLR08Z-9egUQFfDwOTirvDMTpx4fTM_F9Igc0xAEucTNbzXdtntaegklKk0S5AaVIdEJwcBgmlkgnY0gmlwhKwSOIKKbXVsdGlhZGRyc4wACgSsEjiCBqkX3QOCcnOFAAMBAACJc2VjcDI1NmsxoQMGCQ_U6_dpPtbsgzxZLPCDOlVh3Vj23kDs3aaR24non4N0Y3CCqRaDdWRwgqkYhXdha3UyAw
INF 2026-03-29 12:04:01.320+00:00 Waku node ENR updated successfully with new multiaddress topics="wakunode waku" tid=1 file=waku.nim:301 enr=enr:-L24QCVVqNkocOt-kzdIP3jqENit_GmbIvTpV5gas_9PcgRrQ-w7DshYmj2EJRQg0XKdSHQyY8y272scW9Ya2bm2ANcCgmlkgnY0gmlwhKwSOIKKbXVsdGlhZGRyc5YACASsEjiCBqkWAAoErBI4ggapF90DgnJzhQADAQAAiXNlY3AyNTZrMaEDBgkP1Ov3aT7W7IM8WSzwgzpVYd1Y9t5A7N2mkduJ6J-DdGNwgqkWg3VkcIKpGIV3YWt1MgM record="(2, id: \"v4\", ip: 172.18.56.130, multiaddrs: 0x000804AC12388206A916000A04AC12388206A917DD03, rs: 0x0003010000, secp256k1: 0x0306090FD4EBF7693ED6EC833C592CF0833A5561DD58F6DE40ECDDA691DB89E89F, tcp: 43286, udp: 43288, waku2: 0x03)"
INF 2026-03-29 12:04:01.320+00:00 peer filtering updated topics="waku discv5" tid=1 file=waku_discv5.nim:70
INF 2026-03-29 12:04:01.320+00:00 Starting discovery v5 service topics="waku discv5" tid=1 file=waku_discv5.nim:336
INF 2026-03-29 12:04:01.320+00:00 start listening on udp port topics="waku discv5" tid=1 file=waku_discv5.nim:338 address=0.0.0.0 port=43288
TRC 2026-03-29 12:04:01.320+00:00 start discv5 service topics="waku discv5" tid=1 file=waku_discv5.nim:346
INF 2026-03-29 12:04:01.320+00:00 Starting discovery v5 search topics="waku discv5" tid=1 file=waku_discv5.nim:258
TRC 2026-03-29 12:04:01.320+00:00 running discv5 discovery loop topics="waku discv5" tid=1 file=waku_discv5.nim:261
TRC 2026-03-29 12:04:01.320+00:00 discv5 discovered peers topics="waku discv5" tid=1 file=waku_discv5.nim:277 num_discovered_peers=0 peers=[]
TRC 2026-03-29 12:04:01.320+00:00 discv5 discarded wrong records topics="waku discv5" tid=1 file=waku_discv5.nim:281 wrong_records=[]
INF 2026-03-29 12:04:01.320+00:00 Successfully started discovery v5 service topics="waku discv5" tid=1 file=waku_discv5.nim:352
INF 2026-03-29 12:04:01.321+00:00 Discv5: discoverable ENR topics="waku discv5" tid=1 file=waku_discv5.nim:353 enrUri=enr:-L24QDX_2BPE8wFnYIQERgFVIdJKlEMvwZwrLCpbRsMgfbXyOKLAPPtlTWpo2Ab1aVxFD_VPCavfoPJF22TsRZrNCX0DgmlkgnY0gmlwhKwSOIKKbXVsdGlhZGRyc5YACASsEjiCBqkWAAoErBI4ggapF90DgnJzhQADAQAAiXNlY3AyNTZrMaEDBgkP1Ov3aT7W7IM8WSzwgzpVYd1Y9t5A7N2mkduJ6J-DdGNwgqkWg3VkcIKpGIV3YWt1MgM enr="(3, id: \"v4\", ip: 172.18.56.130, multiaddrs: 0x000804AC12388206A916000A04AC12388206A917DD03, rs: 0x0003010000, secp256k1: 0x0306090FD4EBF7693ED6EC833C592CF0833A5561DD58F6DE40ECDDA691DB89E89F, tcp: 43286, udp: 43288, waku2: 0x03)"
INF 2026-03-29 12:04:01.321+00:00 subscribe topics="waku relay" tid=1 file=protocol.nim:594 pubsubTopic=/waku/2/rs/3/0
TRC 2026-03-29 12:04:01.321+00:00 adding validator for topic topics="libp2p pubsub" tid=1 file=pubsub.nim:667 topic=/waku/2/rs/3/0
TRC 2026-03-29 12:04:01.321+00:00 subscribing to topic topics="libp2p pubsub" tid=1 file=pubsub.nim:625 name=/waku/2/rs/3/0
TRC 2026-03-29 12:04:01.321+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:04:01.321+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:04:01.321+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:04:01.321+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
WRN 2026-03-29 12:04:01.321+00:00 No-effect API call to subscribe. Already subscribed to topic topics="waku node relay api" tid=1 file=relay.nim:161 pubsubTopic=/waku/2/rs/3/0
TRC 2026-03-29 12:04:01.321+00:00 Resolving IP using DNS topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:101 address=one.one.one.one servers="[1.1.1.1:53, 1.0.0.1:53]" domain=AF_UNSPEC
INF 2026-03-29 12:04:01.321+00:00 Health monitor loop start tid=1 file=node_health_monitor.nim:516
DBG 2026-03-29 12:04:01.321+00:00 calculateConnectionState tid=1 file=node_health_monitor.nim:408 relayCount=0 storeClientCount=0 lightpushCount=0 filterCount=0
INF 2026-03-29 12:04:01.321+00:00 starting keepalive tid=1 file=node_health_monitor.nim:678 randomPeersKeepalive=10s allPeersKeepalive=2m
TRC 2026-03-29 12:04:01.321+00:00 Running keepalive loop tid=1 file=node_health_monitor.nim:593
INF 2026-03-29 12:04:01.322+00:00 subscribe (was already subscribed in the mesh; appHandler set) topics="waku node relay api" tid=1 file=relay.nim:163 pubsubTopic=/waku/2/rs/3/0
INF 2026-03-29 12:04:01.323+00:00 REST services are installed tid=1 file=builder.nim:221
INF 2026-03-29 12:04:01.323+00:00 Starting metrics HTTP server topics="waku node metrics" tid=1 file=waku_metrics.nim:63 serverIp=0.0.0.0 serverPort=43289
INF 2026-03-29 12:04:01.323+00:00 getPubSubPeersInMesh - there is no mesh peer for the given pubsub topic topics="waku relay" tid=1 file=protocol.nim:419 pubsubTopic=/waku/2/rs/3/0
INF 2026-03-29 12:04:01.324+00:00 Metrics HTTP server started topics="waku node metrics" tid=1 file=waku_metrics.nim:73 serverIp=0.0.0.0 serverPort=43289
INF 2026-03-29 12:04:01.324+00:00 Setting up shutdown hooks topics="wakunode main" tid=1 file=wakunode2.nim:63
INF 2026-03-29 12:04:01.324+00:00 Node setup complete topics="wakunode main" tid=1 file=wakunode2.nim:102
TRC 2026-03-29 12:04:02.318+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=139635041775696
TRC 2026-03-29 12:04:02.318+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:04:02.318+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:04:02.318+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:04:02.318+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:04:02.318+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
DBG 2026-03-29 12:04:02.329+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:48652 meth=GET uri=/health
DBG 2026-03-29 12:04:02.329+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:48652 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:02.329+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:48652 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:02.432+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:48662 meth=GET uri=/health
DBG 2026-03-29 12:04:02.432+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:48662 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:02.432+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:48662 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:02.535+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:48670 meth=GET uri=/health
DBG 2026-03-29 12:04:02.535+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:48670 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:02.535+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:48670 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:02.638+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:48676 meth=GET uri=/health
DBG 2026-03-29 12:04:02.638+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:48676 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:02.639+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:48676 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:02.741+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:48678 meth=GET uri=/health
DBG 2026-03-29 12:04:02.741+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:48678 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:02.742+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:48678 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:02.845+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:48692 meth=GET uri=/health
DBG 2026-03-29 12:04:02.845+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:48692 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:02.845+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:48692 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:02.948+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:48700 meth=GET uri=/health
DBG 2026-03-29 12:04:02.948+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:48700 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:02.948+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:48700 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:03.051+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:48714 meth=GET uri=/health
DBG 2026-03-29 12:04:03.051+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:48714 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:03.051+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:48714 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:03.153+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:48716 meth=GET uri=/health
DBG 2026-03-29 12:04:03.154+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:48716 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:03.154+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:48716 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:03.256+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:48722 meth=GET uri=/health
DBG 2026-03-29 12:04:03.256+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:48722 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:03.257+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:48722 uri=/health content_type=application/json content_size=821
TRC 2026-03-29 12:04:03.317+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=139635041775696
TRC 2026-03-29 12:04:03.317+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:04:03.317+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:04:03.317+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:04:03.317+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:04:03.317+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
DBG 2026-03-29 12:04:03.359+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:48734 meth=GET uri=/health
DBG 2026-03-29 12:04:03.359+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:48734 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:03.360+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:48734 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:03.463+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:48740 meth=GET uri=/health
DBG 2026-03-29 12:04:03.463+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:48740 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:03.463+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:48740 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:03.566+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:48744 meth=GET uri=/health
DBG 2026-03-29 12:04:03.566+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:48744 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:03.566+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:48744 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:03.669+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:48746 meth=GET uri=/health
DBG 2026-03-29 12:04:03.669+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:48746 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:03.670+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:48746 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:03.772+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:48760 meth=GET uri=/health
DBG 2026-03-29 12:04:03.772+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:48760 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:03.772+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:48760 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:03.875+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:48762 meth=GET uri=/health
DBG 2026-03-29 12:04:03.875+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:48762 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:03.876+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:48762 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:03.978+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:48778 meth=GET uri=/health
DBG 2026-03-29 12:04:03.978+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:48778 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:03.979+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:48778 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:04.081+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:48790 meth=GET uri=/health
DBG 2026-03-29 12:04:04.081+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:48790 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:04.081+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:48790 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:04.184+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:48804 meth=GET uri=/health
DBG 2026-03-29 12:04:04.184+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:48804 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:04.184+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:48804 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:04.287+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:48818 meth=GET uri=/health
DBG 2026-03-29 12:04:04.287+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:48818 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:04.288+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:48818 uri=/health content_type=application/json content_size=821
TRC 2026-03-29 12:04:04.317+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=139635041775696
TRC 2026-03-29 12:04:04.317+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:04:04.317+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:04:04.317+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:04:04.317+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:04:04.317+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
DBG 2026-03-29 12:04:04.391+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:48824 meth=GET uri=/health
DBG 2026-03-29 12:04:04.391+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:48824 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:04.391+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:48824 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:04.493+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:48832 meth=GET uri=/health
DBG 2026-03-29 12:04:04.494+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:48832 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:04.494+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:48832 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:04.597+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:48836 meth=GET uri=/health
DBG 2026-03-29 12:04:04.597+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:48836 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:04.597+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:48836 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:04.700+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:48850 meth=GET uri=/health
DBG 2026-03-29 12:04:04.700+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:48850 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:04.700+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:48850 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:04.803+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:48854 meth=GET uri=/health
DBG 2026-03-29 12:04:04.803+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:48854 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:04.803+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:48854 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:04.906+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:48870 meth=GET uri=/health
DBG 2026-03-29 12:04:04.906+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:48870 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:04.906+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:48870 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:05.009+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:48874 meth=GET uri=/health
DBG 2026-03-29 12:04:05.009+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:48874 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:05.009+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:48874 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:05.114+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:48890 meth=GET uri=/health
DBG 2026-03-29 12:04:05.114+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:48890 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:05.115+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:48890 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:05.217+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:48906 meth=GET uri=/health
DBG 2026-03-29 12:04:05.217+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:48906 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:05.218+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:48906 uri=/health content_type=application/json content_size=821
TRC 2026-03-29 12:04:05.317+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=139635041775696
TRC 2026-03-29 12:04:05.317+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:04:05.317+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:04:05.317+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:04:05.317+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:04:05.317+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
DBG 2026-03-29 12:04:05.322+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:48922 meth=GET uri=/health
DBG 2026-03-29 12:04:05.322+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:48922 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:05.322+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:48922 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:05.427+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:48926 meth=GET uri=/health
DBG 2026-03-29 12:04:05.427+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:48926 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:05.427+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:48926 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:05.530+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:48930 meth=GET uri=/health
DBG 2026-03-29 12:04:05.530+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:48930 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:05.530+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:48930 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:05.633+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:48934 meth=GET uri=/health
DBG 2026-03-29 12:04:05.633+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:48934 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:05.633+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:48934 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:05.736+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:48938 meth=GET uri=/health
DBG 2026-03-29 12:04:05.736+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:48938 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:05.736+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:48938 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:05.839+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:48946 meth=GET uri=/health
DBG 2026-03-29 12:04:05.839+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:48946 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:05.840+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:48946 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:05.942+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:48960 meth=GET uri=/health
DBG 2026-03-29 12:04:05.942+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:48960 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:05.943+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:48960 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:06.046+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40464 meth=GET uri=/health
DBG 2026-03-29 12:04:06.046+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40464 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:06.046+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40464 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:06.149+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40476 meth=GET uri=/health
DBG 2026-03-29 12:04:06.149+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40476 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:06.150+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40476 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:06.252+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40492 meth=GET uri=/health
DBG 2026-03-29 12:04:06.252+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40492 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:06.252+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40492 uri=/health content_type=application/json content_size=821
TRC 2026-03-29 12:04:06.318+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=139635041775696
TRC 2026-03-29 12:04:06.318+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:04:06.318+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:04:06.318+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:04:06.318+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:04:06.318+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
TRC 2026-03-29 12:04:06.321+00:00 running discv5 discovery loop topics="waku discv5" tid=1 file=waku_discv5.nim:261
TRC 2026-03-29 12:04:06.321+00:00 discv5 discovered peers topics="waku discv5" tid=1 file=waku_discv5.nim:277 num_discovered_peers=0 peers=[]
TRC 2026-03-29 12:04:06.321+00:00 discv5 discarded wrong records topics="waku discv5" tid=1 file=waku_discv5.nim:281 wrong_records=[]
INF 2026-03-29 12:04:06.338+00:00 Failed to query DNS topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:124 address=one.one.one.one error="DNS server timeout: Timeout exceeded!"
DBG 2026-03-29 12:04:06.355+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40496 meth=GET uri=/health
DBG 2026-03-29 12:04:06.356+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40496 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:06.356+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40496 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:06.458+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40506 meth=GET uri=/health
DBG 2026-03-29 12:04:06.458+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40506 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:06.459+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40506 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:06.562+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40522 meth=GET uri=/health
DBG 2026-03-29 12:04:06.562+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40522 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:06.562+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40522 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:06.665+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40534 meth=GET uri=/health
DBG 2026-03-29 12:04:06.665+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40534 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:06.665+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40534 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:06.768+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40540 meth=GET uri=/health
DBG 2026-03-29 12:04:06.768+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40540 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:06.768+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40540 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:06.871+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40544 meth=GET uri=/health
DBG 2026-03-29 12:04:06.871+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40544 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:06.871+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40544 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:06.973+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40560 meth=GET uri=/health
DBG 2026-03-29 12:04:06.974+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40560 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:06.974+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40560 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:07.076+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40568 meth=GET uri=/health
DBG 2026-03-29 12:04:07.076+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40568 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:07.077+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40568 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:07.179+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40580 meth=GET uri=/health
DBG 2026-03-29 12:04:07.179+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40580 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:07.180+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40580 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:07.282+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40582 meth=GET uri=/health
DBG 2026-03-29 12:04:07.282+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40582 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:07.283+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40582 uri=/health content_type=application/json content_size=821
TRC 2026-03-29 12:04:07.317+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=139635041775696
TRC 2026-03-29 12:04:07.317+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:04:07.317+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:04:07.317+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:04:07.317+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:04:07.317+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
DBG 2026-03-29 12:04:07.386+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40592 meth=GET uri=/health
DBG 2026-03-29 12:04:07.386+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40592 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:07.386+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40592 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:07.489+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40594 meth=GET uri=/health
DBG 2026-03-29 12:04:07.489+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40594 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:07.489+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40594 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:07.592+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40610 meth=GET uri=/health
DBG 2026-03-29 12:04:07.592+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40610 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:07.592+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40610 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:07.695+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40614 meth=GET uri=/health
DBG 2026-03-29 12:04:07.695+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40614 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:07.695+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40614 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:07.799+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40626 meth=GET uri=/health
DBG 2026-03-29 12:04:07.799+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40626 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:07.799+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40626 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:07.901+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40632 meth=GET uri=/health
DBG 2026-03-29 12:04:07.902+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40632 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:07.902+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40632 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:08.005+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40640 meth=GET uri=/health
DBG 2026-03-29 12:04:08.005+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40640 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:08.005+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40640 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:08.108+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40654 meth=GET uri=/health
DBG 2026-03-29 12:04:08.108+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40654 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:08.108+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40654 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:08.211+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40670 meth=GET uri=/health
DBG 2026-03-29 12:04:08.211+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40670 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:08.211+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40670 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:08.314+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40686 meth=GET uri=/health
DBG 2026-03-29 12:04:08.314+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40686 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:08.314+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40686 uri=/health content_type=application/json content_size=821
TRC 2026-03-29 12:04:08.318+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=139635041775696
TRC 2026-03-29 12:04:08.318+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:04:08.318+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:04:08.318+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:04:08.318+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:04:08.318+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
DBG 2026-03-29 12:04:08.417+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40698 meth=GET uri=/health
DBG 2026-03-29 12:04:08.417+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40698 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:08.417+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40698 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:08.521+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40710 meth=GET uri=/health
DBG 2026-03-29 12:04:08.521+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40710 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:08.521+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40710 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:08.624+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40714 meth=GET uri=/health
DBG 2026-03-29 12:04:08.624+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40714 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:08.624+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40714 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:08.727+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40720 meth=GET uri=/health
DBG 2026-03-29 12:04:08.727+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40720 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:08.727+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40720 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:08.830+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40730 meth=GET uri=/health
DBG 2026-03-29 12:04:08.830+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40730 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:08.830+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40730 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:08.933+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40744 meth=GET uri=/health
DBG 2026-03-29 12:04:08.934+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40744 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:08.934+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40744 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:09.037+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40746 meth=GET uri=/health
DBG 2026-03-29 12:04:09.037+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40746 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:09.037+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40746 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:09.140+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40752 meth=GET uri=/health
DBG 2026-03-29 12:04:09.140+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40752 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:09.140+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40752 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:09.243+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40766 meth=GET uri=/health
DBG 2026-03-29 12:04:09.243+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40766 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:09.243+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40766 uri=/health content_type=application/json content_size=821
TRC 2026-03-29 12:04:09.318+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=139635041775696
TRC 2026-03-29 12:04:09.318+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:04:09.318+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:04:09.318+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:04:09.318+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:04:09.318+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
DBG 2026-03-29 12:04:09.346+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40768 meth=GET uri=/health
DBG 2026-03-29 12:04:09.346+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40768 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:09.346+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40768 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:09.449+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40770 meth=GET uri=/health
DBG 2026-03-29 12:04:09.449+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40770 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:09.449+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40770 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:09.552+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40786 meth=GET uri=/health
DBG 2026-03-29 12:04:09.552+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40786 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:09.552+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40786 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:09.655+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40794 meth=GET uri=/health
DBG 2026-03-29 12:04:09.655+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40794 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:09.655+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40794 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:09.758+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40808 meth=GET uri=/health
DBG 2026-03-29 12:04:09.758+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40808 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:09.758+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40808 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:09.861+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40818 meth=GET uri=/health
DBG 2026-03-29 12:04:09.861+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40818 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:09.861+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40818 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:09.964+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40820 meth=GET uri=/health
DBG 2026-03-29 12:04:09.964+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40820 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:09.964+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40820 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:10.067+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40836 meth=GET uri=/health
DBG 2026-03-29 12:04:10.067+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40836 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:10.067+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40836 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:10.170+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40840 meth=GET uri=/health
DBG 2026-03-29 12:04:10.170+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40840 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:10.170+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40840 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:10.274+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40842 meth=GET uri=/health
DBG 2026-03-29 12:04:10.274+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40842 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:10.274+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40842 uri=/health content_type=application/json content_size=821
TRC 2026-03-29 12:04:10.317+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=139635041775696
TRC 2026-03-29 12:04:10.317+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:04:10.317+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:04:10.317+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:04:10.318+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:04:10.318+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
DBG 2026-03-29 12:04:10.377+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40848 meth=GET uri=/health
DBG 2026-03-29 12:04:10.377+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40848 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:10.378+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40848 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:10.480+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40864 meth=GET uri=/health
DBG 2026-03-29 12:04:10.480+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40864 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:10.480+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40864 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:10.583+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40870 meth=GET uri=/health
DBG 2026-03-29 12:04:10.583+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40870 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:10.584+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40870 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:10.686+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40882 meth=GET uri=/health
DBG 2026-03-29 12:04:10.686+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40882 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:10.686+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40882 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:10.789+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40890 meth=GET uri=/health
DBG 2026-03-29 12:04:10.789+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40890 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:10.790+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40890 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:10.894+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40906 meth=GET uri=/health
DBG 2026-03-29 12:04:10.895+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40906 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:10.895+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40906 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:10.998+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40912 meth=GET uri=/health
DBG 2026-03-29 12:04:10.998+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40912 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:10.998+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40912 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:11.101+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40928 meth=GET uri=/health
DBG 2026-03-29 12:04:11.101+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40928 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:11.101+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40928 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:11.204+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40944 meth=GET uri=/health
DBG 2026-03-29 12:04:11.204+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40944 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:11.204+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40944 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:11.307+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40948 meth=GET uri=/health
DBG 2026-03-29 12:04:11.307+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40948 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:11.307+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40948 uri=/health content_type=application/json content_size=821
TRC 2026-03-29 12:04:11.318+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=139635041775696
TRC 2026-03-29 12:04:11.318+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:04:11.318+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:04:11.318+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:04:11.318+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:04:11.318+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
TRC 2026-03-29 12:04:11.318+00:00 waku rendezvous advertisements started topics="waku rendezvous" tid=1 file=protocol.nim:112
TRC 2026-03-29 12:04:11.318+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=139635041670224
TRC 2026-03-29 12:04:11.318+00:00 No peer found for protocol topics="waku node peer_manager" tid=1 file=peer_manager.nim:265 protocol=/vac/waku/rendezvous/1.0.0
INF 2026-03-29 12:04:11.318+00:00 waku rendezvous advertisements failed topics="waku rendezvous" tid=1 file=protocol.nim:135 error="could not get a peer supporting RendezVousCodec"
TRC 2026-03-29 12:04:11.318+00:00 waku rendezvous client requests started topics="waku rendezvous client" tid=1 file=client.nim:43
TRC 2026-03-29 12:04:11.318+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=139635041670224
TRC 2026-03-29 12:04:11.318+00:00 No peer found for protocol topics="waku node peer_manager" tid=1 file=peer_manager.nim:265 protocol=/vac/waku/rendezvous/1.0.0
ERR 2026-03-29 12:04:11.318+00:00 waku rendezvous requests failed topics="waku rendezvous client" tid=1 file=client.nim:87 error="could not get a peer supporting WakuRendezVousCodec"
TRC 2026-03-29 12:04:11.322+00:00 Mesh peers for keepalive tid=1 file=node_health_monitor.nim:558 meshPeers=[]
TRC 2026-03-29 12:04:11.322+00:00 Selected peers for keepalive tid=1 file=node_health_monitor.nim:569 selected=[]
TRC 2026-03-29 12:04:11.322+00:00 Pinging random peers tid=1 file=node_health_monitor.nim:629 count=0 countdownToPingAll=11
TRC 2026-03-29 12:04:11.322+00:00 Keepalive results tid=1 file=node_health_monitor.nim:644 attemptedPings=0 successfulPings=0
TRC 2026-03-29 12:04:11.322+00:00 Running keepalive loop tid=1 file=node_health_monitor.nim:593
TRC 2026-03-29 12:04:11.322+00:00 running discv5 discovery loop topics="waku discv5" tid=1 file=waku_discv5.nim:261
TRC 2026-03-29 12:04:11.322+00:00 discv5 discovered peers topics="waku discv5" tid=1 file=waku_discv5.nim:277 num_discovered_peers=0 peers=[]
TRC 2026-03-29 12:04:11.322+00:00 discv5 discarded wrong records topics="waku discv5" tid=1 file=waku_discv5.nim:281 wrong_records=[]
INF 2026-03-29 12:04:11.339+00:00 Failed to query DNS topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:124 address=one.one.one.one error="DNS server timeout: Timeout exceeded!"
DBG 2026-03-29 12:04:11.339+00:00 Failed to resolve address, returning empty set topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:158
DBG 2026-03-29 12:04:11.410+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40956 meth=GET uri=/health
DBG 2026-03-29 12:04:11.410+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40956 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:11.410+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40956 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:11.514+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40972 meth=GET uri=/health
DBG 2026-03-29 12:04:11.514+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40972 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:11.514+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40972 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:11.617+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40984 meth=GET uri=/health
DBG 2026-03-29 12:04:11.617+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40984 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:11.617+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40984 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:11.721+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40992 meth=GET uri=/health
DBG 2026-03-29 12:04:11.721+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40992 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:11.721+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40992 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:11.824+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40996 meth=GET uri=/health
DBG 2026-03-29 12:04:11.824+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40996 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:11.824+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40996 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:11.927+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41010 meth=GET uri=/health
DBG 2026-03-29 12:04:11.927+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41010 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:11.927+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41010 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:12.030+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41024 meth=GET uri=/health
DBG 2026-03-29 12:04:12.030+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41024 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:12.030+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41024 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:12.133+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41032 meth=GET uri=/health
DBG 2026-03-29 12:04:12.133+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41032 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:12.133+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41032 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:12.236+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41046 meth=GET uri=/health
DBG 2026-03-29 12:04:12.236+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41046 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:12.236+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41046 uri=/health content_type=application/json content_size=821
TRC 2026-03-29 12:04:12.318+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=139635041775696
TRC 2026-03-29 12:04:12.318+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:04:12.318+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:04:12.318+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:04:12.318+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:04:12.318+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
ERR 2026-03-29 12:04:12.327+00:00 connectToRelayPeers: won't attempt new connections - node is offline topics="waku node peer_manager" tid=1 file=peer_manager.nim:624
DBG 2026-03-29 12:04:12.339+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41054 meth=GET uri=/health
DBG 2026-03-29 12:04:12.339+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41054 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:12.339+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41054 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:12.442+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41060 meth=GET uri=/health
DBG 2026-03-29 12:04:12.442+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41060 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:12.442+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41060 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:12.545+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41066 meth=GET uri=/health
DBG 2026-03-29 12:04:12.545+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41066 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:12.546+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41066 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:12.648+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41078 meth=GET uri=/health
DBG 2026-03-29 12:04:12.648+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41078 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:12.649+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41078 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:12.751+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41092 meth=GET uri=/health
DBG 2026-03-29 12:04:12.752+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41092 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:12.752+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41092 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:12.855+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41094 meth=GET uri=/health
DBG 2026-03-29 12:04:12.855+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41094 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:12.855+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41094 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:12.958+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41110 meth=GET uri=/health
DBG 2026-03-29 12:04:12.958+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41110 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:12.959+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41110 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:13.061+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41112 meth=GET uri=/health
DBG 2026-03-29 12:04:13.061+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41112 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:13.062+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41112 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:13.164+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41114 meth=GET uri=/health
DBG 2026-03-29 12:04:13.164+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41114 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:13.165+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41114 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:13.267+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41128 meth=GET uri=/health
DBG 2026-03-29 12:04:13.268+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41128 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:13.268+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41128 uri=/health content_type=application/json content_size=821
TRC 2026-03-29 12:04:13.317+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=139635041775696
TRC 2026-03-29 12:04:13.317+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:04:13.317+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:04:13.317+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:04:13.317+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:04:13.317+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
TRC 2026-03-29 12:04:13.317+00:00 running scoring heartbeat topics="libp2p gossipsub" tid=1 file=scoring.nim:312 instance=139635041775696
TRC 2026-03-29 12:04:13.317+00:00 updating scores topics="libp2p gossipsub" tid=1 file=scoring.nim:144 peers=0
TRC 2026-03-29 12:04:13.317+00:00 updated scores topics="libp2p gossipsub" tid=1 file=scoring.nim:308 peers=0
ERR 2026-03-29 12:04:13.328+00:00 connectToRelayPeers: won't attempt new connections - node is offline topics="waku node peer_manager" tid=1 file=peer_manager.nim:624
DBG 2026-03-29 12:04:13.370+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41142 meth=GET uri=/health
DBG 2026-03-29 12:04:13.370+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41142 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:13.371+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41142 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:13.473+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41156 meth=GET uri=/health
DBG 2026-03-29 12:04:13.473+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41156 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:13.474+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41156 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:13.576+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41158 meth=GET uri=/health
DBG 2026-03-29 12:04:13.576+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41158 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:13.576+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41158 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:13.679+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41168 meth=GET uri=/health
DBG 2026-03-29 12:04:13.680+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 12:04:13.680+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 12:04:13.783+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41170 meth=GET uri=/health
DBG 2026-03-29 12:04:13.783+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41170 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:13.783+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41170 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:13.886+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41174 meth=GET uri=/health
DBG 2026-03-29 12:04:13.886+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41174 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:13.886+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41174 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:13.989+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41184 meth=GET uri=/health
DBG 2026-03-29 12:04:13.989+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41184 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:13.989+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41184 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:14.092+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41196 meth=GET uri=/health
DBG 2026-03-29 12:04:14.092+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41196 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:14.092+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41196 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:14.195+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41210 meth=GET uri=/health
DBG 2026-03-29 12:04:14.195+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41210 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:14.195+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41210 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:14.298+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41214 meth=GET uri=/health
DBG 2026-03-29 12:04:14.298+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41214 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:14.298+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41214 uri=/health content_type=application/json content_size=821
TRC 2026-03-29 12:04:14.317+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=139635041775696
TRC 2026-03-29 12:04:14.317+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:04:14.317+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:04:14.317+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:04:14.317+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:04:14.317+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
ERR 2026-03-29 12:04:14.329+00:00 connectToRelayPeers: won't attempt new connections - node is offline topics="waku node peer_manager" tid=1 file=peer_manager.nim:624
DBG 2026-03-29 12:04:14.401+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41226 meth=GET uri=/health
DBG 2026-03-29 12:04:14.401+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41226 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:14.402+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41226 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:14.504+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41238 meth=GET uri=/health
DBG 2026-03-29 12:04:14.504+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41238 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:14.505+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41238 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:14.608+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41242 meth=GET uri=/health
DBG 2026-03-29 12:04:14.608+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41242 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:14.609+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41242 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:14.711+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41258 meth=GET uri=/health
DBG 2026-03-29 12:04:14.711+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41258 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:14.712+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41258 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:14.814+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41266 meth=GET uri=/health
DBG 2026-03-29 12:04:14.815+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41266 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:14.815+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41266 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:14.918+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41272 meth=GET uri=/health
DBG 2026-03-29 12:04:14.918+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 12:04:14.918+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 12:04:15.021+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41274 meth=GET uri=/health
DBG 2026-03-29 12:04:15.021+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41274 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:15.021+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41274 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:15.124+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41288 meth=GET uri=/health
DBG 2026-03-29 12:04:15.125+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41288 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:15.125+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41288 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:15.228+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41294 meth=GET uri=/health
DBG 2026-03-29 12:04:15.228+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 12:04:15.228+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
TRC 2026-03-29 12:04:15.318+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=139635041775696
TRC 2026-03-29 12:04:15.318+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:04:15.318+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:04:15.318+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:04:15.318+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:04:15.318+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
ERR 2026-03-29 12:04:15.329+00:00 connectToRelayPeers: won't attempt new connections - node is offline topics="waku node peer_manager" tid=1 file=peer_manager.nim:624
DBG 2026-03-29 12:04:15.331+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41298 meth=GET uri=/health
DBG 2026-03-29 12:04:15.331+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41298 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:15.331+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41298 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:15.434+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41314 meth=GET uri=/health
DBG 2026-03-29 12:04:15.434+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41314 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:15.435+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41314 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:15.538+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41318 meth=GET uri=/health
DBG 2026-03-29 12:04:15.538+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 12:04:15.538+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 12:04:15.641+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41322 meth=GET uri=/health
DBG 2026-03-29 12:04:15.641+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41322 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:15.642+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41322 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:15.746+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41332 meth=GET uri=/health
DBG 2026-03-29 12:04:15.746+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41332 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:15.746+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41332 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:15.850+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41338 meth=GET uri=/health
DBG 2026-03-29 12:04:15.850+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41338 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:15.850+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41338 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:15.953+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40310 meth=GET uri=/health
DBG 2026-03-29 12:04:15.953+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40310 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:15.954+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40310 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:16.057+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40316 meth=GET uri=/health
DBG 2026-03-29 12:04:16.057+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40316 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:16.057+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40316 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:16.160+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40328 meth=GET uri=/health
DBG 2026-03-29 12:04:16.160+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40328 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:16.160+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40328 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:16.264+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40344 meth=GET uri=/health
DBG 2026-03-29 12:04:16.264+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40344 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:16.264+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40344 uri=/health content_type=application/json content_size=821
TRC 2026-03-29 12:04:16.317+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=139635041775696
TRC 2026-03-29 12:04:16.317+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:04:16.317+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:04:16.317+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:04:16.318+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:04:16.318+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
TRC 2026-03-29 12:04:16.323+00:00 running discv5 discovery loop topics="waku discv5" tid=1 file=waku_discv5.nim:261
TRC 2026-03-29 12:04:16.323+00:00 discv5 discovered peers topics="waku discv5" tid=1 file=waku_discv5.nim:277 num_discovered_peers=0 peers=[]
TRC 2026-03-29 12:04:16.323+00:00 discv5 discarded wrong records topics="waku discv5" tid=1 file=waku_discv5.nim:281 wrong_records=[]
ERR 2026-03-29 12:04:16.330+00:00 connectToRelayPeers: won't attempt new connections - node is offline topics="waku node peer_manager" tid=1 file=peer_manager.nim:624
TRC 2026-03-29 12:04:16.340+00:00 Resolving IP using DNS topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:101 address=one.one.one.one servers="[1.1.1.1:53, 1.0.0.1:53]" domain=AF_UNSPEC
TRC 2026-03-29 12:04:16.349+00:00 Got IPs from DNS server topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:155 resolvedAddresses={"1.0.0.1", "1.1.1.1", "2606:4700:4700:0000:0000:0000:0000:1111", "2606:4700:4700:0000:0000:0000:0000:1001"} server=1.1.1.1:53
DBG 2026-03-29 12:04:16.367+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40350 meth=GET uri=/health
DBG 2026-03-29 12:04:16.367+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40350 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:16.367+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40350 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:16.470+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40366 meth=GET uri=/health
DBG 2026-03-29 12:04:16.470+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40366 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:16.470+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40366 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:16.573+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40378 meth=GET uri=/health
DBG 2026-03-29 12:04:16.573+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40378 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:16.573+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40378 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:16.677+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40386 meth=GET uri=/health
DBG 2026-03-29 12:04:16.677+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40386 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:16.677+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40386 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:16.779+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40394 meth=GET uri=/health
DBG 2026-03-29 12:04:16.779+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40394 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:16.780+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40394 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:16.883+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40408 meth=GET uri=/health
DBG 2026-03-29 12:04:16.883+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40408 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:16.883+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40408 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:16.986+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40420 meth=GET uri=/health
DBG 2026-03-29 12:04:16.986+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40420 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:16.986+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40420 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:17.089+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40424 meth=GET uri=/health
DBG 2026-03-29 12:04:17.089+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40424 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:17.089+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40424 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:17.192+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40426 meth=GET uri=/health
DBG 2026-03-29 12:04:17.193+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40426 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:17.193+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40426 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:17.296+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40436 meth=GET uri=/health
DBG 2026-03-29 12:04:17.296+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40436 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:17.296+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40436 uri=/health content_type=application/json content_size=821
TRC 2026-03-29 12:04:17.317+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=139635041775696
TRC 2026-03-29 12:04:17.317+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:04:17.317+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:04:17.317+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:04:17.317+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:04:17.317+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
DBG 2026-03-29 12:04:17.399+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40438 meth=GET uri=/health
DBG 2026-03-29 12:04:17.399+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40438 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:17.399+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40438 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:17.503+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40442 meth=GET uri=/health
DBG 2026-03-29 12:04:17.503+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40442 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:17.503+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40442 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:17.606+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40458 meth=GET uri=/health
DBG 2026-03-29 12:04:17.606+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40458 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:17.606+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40458 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:17.709+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40464 meth=GET uri=/health
DBG 2026-03-29 12:04:17.709+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40464 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:17.709+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40464 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:17.812+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40472 meth=GET uri=/health
DBG 2026-03-29 12:04:17.812+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40472 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:17.813+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40472 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:17.917+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40484 meth=GET uri=/health
DBG 2026-03-29 12:04:17.917+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40484 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:17.917+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40484 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:18.020+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40498 meth=GET uri=/health
DBG 2026-03-29 12:04:18.020+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40498 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:18.020+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40498 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:18.123+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40506 meth=GET uri=/health
DBG 2026-03-29 12:04:18.123+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40506 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:18.124+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40506 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:18.226+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40516 meth=GET uri=/health
DBG 2026-03-29 12:04:18.227+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40516 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:18.227+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40516 uri=/health content_type=application/json content_size=821
TRC 2026-03-29 12:04:18.317+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=139635041775696
TRC 2026-03-29 12:04:18.317+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:04:18.317+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:04:18.317+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:04:18.317+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:04:18.317+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
DBG 2026-03-29 12:04:18.329+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40526 meth=GET uri=/health
DBG 2026-03-29 12:04:18.329+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40526 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:18.330+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40526 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:18.433+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40540 meth=GET uri=/health
DBG 2026-03-29 12:04:18.433+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40540 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:18.433+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40540 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:18.536+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40554 meth=GET uri=/health
DBG 2026-03-29 12:04:18.536+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40554 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:18.536+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40554 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:18.638+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40566 meth=GET uri=/health
DBG 2026-03-29 12:04:18.639+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40566 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:18.639+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40566 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:18.742+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40574 meth=GET uri=/health
DBG 2026-03-29 12:04:18.742+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40574 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:18.742+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40574 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:18.846+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40588 meth=GET uri=/health
DBG 2026-03-29 12:04:18.846+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40588 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:18.846+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40588 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:18.949+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40596 meth=GET uri=/health
DBG 2026-03-29 12:04:18.949+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40596 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:18.949+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40596 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:19.052+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40606 meth=GET uri=/health
DBG 2026-03-29 12:04:19.052+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40606 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:19.052+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40606 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:19.155+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40616 meth=GET uri=/health
DBG 2026-03-29 12:04:19.155+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40616 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:19.155+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40616 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:19.258+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40620 meth=GET uri=/health
DBG 2026-03-29 12:04:19.259+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40620 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:19.259+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40620 uri=/health content_type=application/json content_size=821
TRC 2026-03-29 12:04:19.318+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=139635041775696
TRC 2026-03-29 12:04:19.318+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:04:19.318+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:04:19.318+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:04:19.318+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:04:19.318+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
DBG 2026-03-29 12:04:19.361+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40626 meth=GET uri=/health
DBG 2026-03-29 12:04:19.362+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40626 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:19.362+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40626 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:19.464+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40636 meth=GET uri=/health
DBG 2026-03-29 12:04:19.464+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40636 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:19.465+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40636 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:19.568+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40650 meth=GET uri=/health
DBG 2026-03-29 12:04:19.568+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40650 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:19.568+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40650 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:19.671+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40652 meth=GET uri=/health
DBG 2026-03-29 12:04:19.671+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40652 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:19.671+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40652 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:19.774+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40660 meth=GET uri=/health
DBG 2026-03-29 12:04:19.774+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40660 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:19.775+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40660 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:19.877+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40666 meth=GET uri=/health
DBG 2026-03-29 12:04:19.877+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40666 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:19.878+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40666 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:19.980+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40682 meth=GET uri=/health
DBG 2026-03-29 12:04:19.981+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40682 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:19.981+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40682 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:20.084+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40698 meth=GET uri=/health
DBG 2026-03-29 12:04:20.084+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40698 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:20.084+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40698 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:20.187+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40706 meth=GET uri=/health
DBG 2026-03-29 12:04:20.187+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40706 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:20.187+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40706 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:20.290+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40714 meth=GET uri=/health
DBG 2026-03-29 12:04:20.290+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40714 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:20.290+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40714 uri=/health content_type=application/json content_size=821
TRC 2026-03-29 12:04:20.318+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=139635041775696
TRC 2026-03-29 12:04:20.318+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:04:20.318+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:04:20.318+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:04:20.318+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:04:20.318+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
DBG 2026-03-29 12:04:20.393+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40718 meth=GET uri=/health
DBG 2026-03-29 12:04:20.393+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40718 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:20.393+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40718 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:20.496+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40732 meth=GET uri=/health
DBG 2026-03-29 12:04:20.496+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40732 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:20.496+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40732 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:20.599+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40740 meth=GET uri=/health
DBG 2026-03-29 12:04:20.599+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40740 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:20.599+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40740 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:20.702+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40744 meth=GET uri=/health
DBG 2026-03-29 12:04:20.702+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40744 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:20.702+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40744 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:20.804+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40754 meth=GET uri=/health
DBG 2026-03-29 12:04:20.804+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40754 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:20.805+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40754 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:20.908+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40760 meth=GET uri=/health
DBG 2026-03-29 12:04:20.908+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40760 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:20.908+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40760 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:21.011+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40762 meth=GET uri=/health
DBG 2026-03-29 12:04:21.011+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40762 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:21.012+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40762 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:21.114+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40770 meth=GET uri=/health
DBG 2026-03-29 12:04:21.114+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40770 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:21.114+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40770 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:21.217+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40786 meth=GET uri=/health
DBG 2026-03-29 12:04:21.217+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40786 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:21.217+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40786 uri=/health content_type=application/json content_size=821
TRC 2026-03-29 12:04:21.318+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=139635041775696
TRC 2026-03-29 12:04:21.318+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:04:21.318+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:04:21.318+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:04:21.318+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:04:21.318+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
TRC 2026-03-29 12:04:21.319+00:00 waku rendezvous advertisements started topics="waku rendezvous" tid=1 file=protocol.nim:112
TRC 2026-03-29 12:04:21.319+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=139635041670224
TRC 2026-03-29 12:04:21.319+00:00 No peer found for protocol topics="waku node peer_manager" tid=1 file=peer_manager.nim:265 protocol=/vac/waku/rendezvous/1.0.0
INF 2026-03-29 12:04:21.319+00:00 waku rendezvous advertisements failed topics="waku rendezvous" tid=1 file=protocol.nim:135 error="could not get a peer supporting RendezVousCodec"
TRC 2026-03-29 12:04:21.319+00:00 waku rendezvous client requests started topics="waku rendezvous client" tid=1 file=client.nim:43
TRC 2026-03-29 12:04:21.319+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=139635041670224
TRC 2026-03-29 12:04:21.319+00:00 No peer found for protocol topics="waku node peer_manager" tid=1 file=peer_manager.nim:265 protocol=/vac/waku/rendezvous/1.0.0
ERR 2026-03-29 12:04:21.319+00:00 waku rendezvous requests failed topics="waku rendezvous client" tid=1 file=client.nim:87 error="could not get a peer supporting WakuRendezVousCodec"
DBG 2026-03-29 12:04:21.321+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40798 meth=GET uri=/health
DBG 2026-03-29 12:04:21.321+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40798 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:21.321+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40798 uri=/health content_type=application/json content_size=821
TRC 2026-03-29 12:04:21.323+00:00 Mesh peers for keepalive tid=1 file=node_health_monitor.nim:558 meshPeers=[]
TRC 2026-03-29 12:04:21.323+00:00 Selected peers for keepalive tid=1 file=node_health_monitor.nim:569 selected=[]
TRC 2026-03-29 12:04:21.323+00:00 Pinging random peers tid=1 file=node_health_monitor.nim:629 count=0 countdownToPingAll=10
TRC 2026-03-29 12:04:21.323+00:00 Keepalive results tid=1 file=node_health_monitor.nim:644 attemptedPings=0 successfulPings=0
TRC 2026-03-29 12:04:21.323+00:00 Running keepalive loop tid=1 file=node_health_monitor.nim:593
TRC 2026-03-29 12:04:21.323+00:00 running discv5 discovery loop topics="waku discv5" tid=1 file=waku_discv5.nim:261
TRC 2026-03-29 12:04:21.323+00:00 discv5 discovered peers topics="waku discv5" tid=1 file=waku_discv5.nim:277 num_discovered_peers=0 peers=[]
TRC 2026-03-29 12:04:21.323+00:00 discv5 discarded wrong records topics="waku discv5" tid=1 file=waku_discv5.nim:281 wrong_records=[]
TRC 2026-03-29 12:04:21.351+00:00 Resolving IP using DNS topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:101 address=one.one.one.one servers="[1.1.1.1:53, 1.0.0.1:53]" domain=AF_UNSPEC
DBG 2026-03-29 12:04:21.424+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40810 meth=GET uri=/health
DBG 2026-03-29 12:04:21.424+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40810 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:21.425+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40810 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:21.528+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40826 meth=GET uri=/health
DBG 2026-03-29 12:04:21.528+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40826 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:21.528+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40826 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:21.630+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40830 meth=GET uri=/health
DBG 2026-03-29 12:04:21.631+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40830 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:21.631+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40830 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:21.734+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40844 meth=GET uri=/health
DBG 2026-03-29 12:04:21.734+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40844 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:21.734+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40844 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:21.836+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40858 meth=GET uri=/health
DBG 2026-03-29 12:04:21.837+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40858 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:21.837+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40858 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:21.940+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40872 meth=GET uri=/health
DBG 2026-03-29 12:04:21.940+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40872 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:21.940+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40872 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:22.043+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40888 meth=GET uri=/health
DBG 2026-03-29 12:04:22.043+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40888 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:22.043+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40888 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:22.146+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40900 meth=GET uri=/health
DBG 2026-03-29 12:04:22.146+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40900 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:22.146+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40900 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:22.249+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40906 meth=GET uri=/health
DBG 2026-03-29 12:04:22.249+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40906 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:22.249+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40906 uri=/health content_type=application/json content_size=821
TRC 2026-03-29 12:04:22.317+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=139635041775696
TRC 2026-03-29 12:04:22.317+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:04:22.317+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:04:22.317+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:04:22.317+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:04:22.318+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
DBG 2026-03-29 12:04:22.352+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40922 meth=GET uri=/health
DBG 2026-03-29 12:04:22.352+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40922 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:22.352+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40922 uri=/health content_type=application/json content_size=821
NTC 2026-03-29 12:04:22.439+00:00 Shutting down after receiving SIGTERM topics="wakunode main" tid=1 file=wakunode2.nim:82
INF 2026-03-29 12:04:22.440+00:00 Stopping discovery v5 service topics="waku discv5" tid=1 file=waku_discv5.nim:362
TRC 2026-03-29 12:04:22.440+00:00 Stop listening on discv5 port topics="waku discv5" tid=1 file=waku_discv5.nim:365
INF 2026-03-29 12:04:22.440+00:00 Successfully stopped discovery v5 service topics="waku discv5" tid=1 file=waku_discv5.nim:368
TRC 2026-03-29 12:04:22.440+00:00 Stopping switch topics="libp2p switch" tid=1 file=switch.nim:328
INF 2026-03-29 12:04:22.440+00:00 Stopping AutonatService topics="libp2p autonatservice" tid=1 file=service.nim:237
TRC 2026-03-29 12:04:22.441+00:00 Closing ConnManager topics="libp2p connmanager" tid=1 file=connmanager.nim:434
TRC 2026-03-29 12:04:22.441+00:00 Closed ConnManager topics="libp2p connmanager" tid=1 file=connmanager.nim:448
TRC 2026-03-29 12:04:22.441+00:00 Stopping TCP transport topics="libp2p tcptransport" tid=1 file=tcptransport.nim:159
TRC 2026-03-29 12:04:22.441+00:00 stopping transport topics="libp2p transport" tid=1 file=transport.nim:59 address=@[/ip4/0.0.0.0/tcp/43286]
TRC 2026-03-29 12:04:22.441+00:00 Transport stopped topics="libp2p tcptransport" tid=1 file=tcptransport.nim:189
TRC 2026-03-29 12:04:22.441+00:00 Stopping WS transport topics="libp2p wstransport" tid=1 file=wstransport.nim:213
TRC 2026-03-29 12:04:22.441+00:00 stopping transport topics="libp2p transport" tid=1 file=transport.nim:59 address=@[/ip4/0.0.0.0/tcp/43287/ws]
TRC 2026-03-29 12:04:22.441+00:00 Transport stopped topics="libp2p wstransport" tid=1 file=wstransport.nim:235
TRC 2026-03-29 12:04:22.441+00:00 gossipsub stop topics="libp2p gossipsub" tid=1 file=gossipsub.nim:1131
TRC 2026-03-29 12:04:22.441+00:00 Switch stopped topics="libp2p switch" tid=1 file=switch.nim:354
WRN 2026-03-29 12:04:22.441+00:00 Stopping rendezvous without starting it topics="waku rendezvous" tid=1 file=rendezvous.nim:638
WRN 2026-03-29 12:04:22.441+00:00 Stopping rendezvous without starting it topics="waku rendezvous" tid=1 file=rendezvous.nim:638
INF 2026-03-29 12:04:22.441+00:00 waku rendezvous discovery stopped topics="waku rendezvous" tid=1 file=protocol.nim:239
INF 2026-03-29 12:04:22.441+00:00 waku rendezvous client stopped topics="waku rendezvous client" tid=1 file=client.nim:142
INF 2026-03-29 12:04:22.441+00:00 Health monitor loop end tid=1 file=node_health_monitor.nim:543
NTC 2026-03-29 12:04:22.441+00:00 REST service stopped tid=1 file=server.nim:187 address=0.0.0.0:43285
WRN 2026-03-29 12:04:01.280+00:00 whether to mount storeSync is not specified, defaulting to not mounting topics="waku conf builder" tid=1 file=waku_conf_builder.nim:471
bSubscribeShards: some(@[0])
INF 2026-03-29 12:04:01.281+00:00 Sharding configuration: topics="waku conf builder" tid=1 file=waku_conf_builder.nim:506 shardingConf="(kind: AutoSharding, numShardsInCluster: 1)" subscribeShards=@[0]
INF 2026-03-29 12:04:01.281+00:00 Configuration: Enabled protocols topics="waku conf" tid=1 file=waku_conf.nim:157 relay=true rlnRelay=false store=true filter=false lightPush=false peerExchange=true rendezvous=true
INF 2026-03-29 12:04:01.281+00:00 Configuration. Network topics="waku conf" tid=1 file=waku_conf.nim:166 cluster=3
INF 2026-03-29 12:04:01.281+00:00 Configuration. Active Relay Shards topics="waku conf" tid=1 file=waku_conf.nim:169 shard=0
INF 2026-03-29 12:04:01.281+00:00 Setting up storage tid=1 file=node_factory.nim:532
INF 2026-03-29 12:04:01.281+00:00 Initializing node tid=1 file=node_factory.nim:541
TRC 2026-03-29 12:04:01.283+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/ipfs/id/1.0.0]"
TRC 2026-03-29 12:04:01.283+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/libp2p/autonat/1.0.0]"
TRC 2026-03-29 12:04:01.283+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/libp2p/circuit/relay/0.2.0/hop, /libp2p/circuit/relay/0.1.0]"
TRC 2026-03-29 12:04:01.283+00:00 no peer storage found tid=1 file=peer_manager.nim:1219
INF 2026-03-29 12:04:01.283+00:00 Initializing networking tid=1 file=waku_node.nim:228 addrs="@[/ip4/172.18.56.130/tcp/43286, /ip4/172.18.56.130/tcp/43287/ws]"
INF 2026-03-29 12:04:01.283+00:00 Mounting protocols tid=1 file=node_factory.nim:547
INF 2026-03-29 12:04:01.283+00:00 Created WakuMetadata protocol topics="waku node" tid=1 file=protocol.nim:107 clusterId=3 shards="[0]"
TRC 2026-03-29 12:04:01.283+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/vac/waku/metadata/1.0.0]"
INF 2026-03-29 12:04:01.287+00:00 sqlite database page stats tid=1 file=builder.nim:53 pageSize=4096 pages=1 freePages=0
INF 2026-03-29 12:04:01.287+00:00 starting message store's sqlite database migration topics="waku archive migration" tid=1 file=migrations.nim:57
INF 2026-03-29 12:04:01.287+00:00 Not considered schema version 7 topics="waku archive migration" tid=1 file=migrations.nim:45
INF 2026-03-29 12:04:01.287+00:00 database schema is outdated topics="sqlite" tid=1 file=db_sqlite.nim:447 userVersion=0 targetVersion=10
INF 2026-03-29 12:04:01.288+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="CREATE TABLE IF NOT EXISTS Message(\n id BLOB PRIMARY KEY,\n timestamp INTEGER NOT NULL,\n contentTopic BLOB NOT NULL,\n pubsubTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL\n ) WITHOUT ROWID;"
INF 2026-03-29 12:04:01.290+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="CREATE TABLE IF NOT EXISTS Message(\n id BLOB PRIMARY KEY,\n timestamp INTEGER NOT NULL,\n contentTopic BLOB NOT NULL,\n pubsubTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL\n ) WITHOUT ROWID;"
INF 2026-03-29 12:04:01.290+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="CREATE TABLE IF NOT EXISTS Message_backup (\n id BLOB PRIMARY KEY,\n timestamp INTEGER NOT NULL,\n contentTopic BLOB NOT NULL,\n pubsubTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL\n ) WITHOUT ROWID;"
INF 2026-03-29 12:04:01.291+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="CREATE TABLE IF NOT EXISTS Message_backup (\n id BLOB PRIMARY KEY,\n timestamp INTEGER NOT NULL,\n contentTopic BLOB NOT NULL,\n pubsubTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL\n ) WITHOUT ROWID;"
INF 2026-03-29 12:04:01.291+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="INSERT INTO Message_backup SELECT id, timestamp, contentTopic, pubsubTopic, payload, version FROM Message;"
INF 2026-03-29 12:04:01.291+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="INSERT INTO Message_backup SELECT id, timestamp, contentTopic, pubsubTopic, payload, version FROM Message;"
INF 2026-03-29 12:04:01.291+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE Message;"
INF 2026-03-29 12:04:01.292+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP TABLE Message;"
INF 2026-03-29 12:04:01.292+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="CREATE TABLE IF NOT EXISTS Message(\n id BLOB PRIMARY KEY,\n receiverTimestamp REAL NOT NULL,\n contentTopic BLOB NOT NULL,\n pubsubTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL,\n senderTimestamp REAL NOT NULL\n ) WITHOUT ROWID;"
INF 2026-03-29 12:04:01.292+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="CREATE TABLE IF NOT EXISTS Message(\n id BLOB PRIMARY KEY,\n receiverTimestamp REAL NOT NULL,\n contentTopic BLOB NOT NULL,\n pubsubTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL,\n senderTimestamp REAL NOT NULL\n ) WITHOUT ROWID;"
INF 2026-03-29 12:04:01.292+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="INSERT INTO Message (id, receiverTimestamp, contentTopic, pubsubTopic, payload, version, senderTimestamp)\n SELECT id, timestamp, contentTopic, pubsubTopic, payload, version, 0\n FROM Message_backup;"
INF 2026-03-29 12:04:01.292+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="INSERT INTO Message (id, receiverTimestamp, contentTopic, pubsubTopic, payload, version, senderTimestamp)\n SELECT id, timestamp, contentTopic, pubsubTopic, payload, version, 0\n FROM Message_backup;"
INF 2026-03-29 12:04:01.293+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE Message_backup;"
INF 2026-03-29 12:04:01.294+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP TABLE Message_backup;"
INF 2026-03-29 12:04:01.294+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="CREATE TABLE IF NOT EXISTS Message_backup (\n id BLOB PRIMARY KEY,\n receiverTimestamp REAL NOT NULL,\n contentTopic BLOB NOT NULL,\n pubsubTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL,\n senderTimestamp REAL NOT NULL\n ) WITHOUT ROWID;"
INF 2026-03-29 12:04:01.295+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="CREATE TABLE IF NOT EXISTS Message_backup (\n id BLOB PRIMARY KEY,\n receiverTimestamp REAL NOT NULL,\n contentTopic BLOB NOT NULL,\n pubsubTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL,\n senderTimestamp REAL NOT NULL\n ) WITHOUT ROWID;"
INF 2026-03-29 12:04:01.295+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="INSERT INTO Message_backup SELECT id, receiverTimestamp, contentTopic, pubsubTopic, payload, version, senderTimestamp FROM Message;"
INF 2026-03-29 12:04:01.295+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="INSERT INTO Message_backup SELECT id, receiverTimestamp, contentTopic, pubsubTopic, payload, version, senderTimestamp FROM Message;"
INF 2026-03-29 12:04:01.295+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE Message;"
INF 2026-03-29 12:04:01.295+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP TABLE Message;"
INF 2026-03-29 12:04:01.295+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="CREATE TABLE IF NOT EXISTS Message(\n id BLOB PRIMARY KEY,\n receiverTimestamp INTEGER NOT NULL,\n contentTopic BLOB NOT NULL,\n pubsubTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL,\n senderTimestamp INTEGER NOT NULL\n ) WITHOUT ROWID;"
INF 2026-03-29 12:04:01.296+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="CREATE TABLE IF NOT EXISTS Message(\n id BLOB PRIMARY KEY,\n receiverTimestamp INTEGER NOT NULL,\n contentTopic BLOB NOT NULL,\n pubsubTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL,\n senderTimestamp INTEGER NOT NULL\n ) WITHOUT ROWID;"
INF 2026-03-29 12:04:01.296+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="INSERT INTO Message (id, receiverTimestamp, contentTopic, pubsubTopic, payload, version, senderTimestamp)\n SELECT id, CAST(receiverTimestamp*1000000000 AS INTEGER), contentTopic, pubsubTopic, payload, version, CAST(senderTimestamp*1000000000 AS INTEGER)\n FROM Message_backup;"
INF 2026-03-29 12:04:01.296+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="INSERT INTO Message (id, receiverTimestamp, contentTopic, pubsubTopic, payload, version, senderTimestamp)\n SELECT id, CAST(receiverTimestamp*1000000000 AS INTEGER), contentTopic, pubsubTopic, payload, version, CAST(senderTimestamp*1000000000 AS INTEGER)\n FROM Message_backup;"
INF 2026-03-29 12:04:01.296+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE Message_backup;"
INF 2026-03-29 12:04:01.297+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP TABLE Message_backup;"
INF 2026-03-29 12:04:01.297+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="ALTER TABLE Message RENAME TO Message_backup;"
INF 2026-03-29 12:04:01.298+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="ALTER TABLE Message RENAME TO Message_backup;"
INF 2026-03-29 12:04:01.298+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="CREATE TABLE IF NOT EXISTS Message(\n id BLOB,\n receiverTimestamp INTEGER NOT NULL,\n contentTopic BLOB NOT NULL,\n pubsubTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL,\n senderTimestamp INTEGER NOT NULL,\n CONSTRAINT messageIndex PRIMARY KEY (senderTimestamp, id, pubsubTopic)\n ) WITHOUT ROWID;"
INF 2026-03-29 12:04:01.299+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="CREATE TABLE IF NOT EXISTS Message(\n id BLOB,\n receiverTimestamp INTEGER NOT NULL,\n contentTopic BLOB NOT NULL,\n pubsubTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL,\n senderTimestamp INTEGER NOT NULL,\n CONSTRAINT messageIndex PRIMARY KEY (senderTimestamp, id, pubsubTopic)\n ) WITHOUT ROWID;"
INF 2026-03-29 12:04:01.299+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="INSERT INTO Message\n SELECT *\n FROM Message_backup;"
INF 2026-03-29 12:04:01.299+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="INSERT INTO Message\n SELECT *\n FROM Message_backup;"
INF 2026-03-29 12:04:01.299+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE Message_backup;"
INF 2026-03-29 12:04:01.300+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP TABLE Message_backup;"
INF 2026-03-29 12:04:01.300+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="CREATE INDEX IF NOT EXISTS i_msg ON Message (contentTopic, pubsubTopic, senderTimestamp, id);"
INF 2026-03-29 12:04:01.301+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="CREATE INDEX IF NOT EXISTS i_msg ON Message (contentTopic, pubsubTopic, senderTimestamp, id);"
INF 2026-03-29 12:04:01.301+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="ALTER TABLE message RENAME COLUMN receiverTimestamp TO storedAt;"
INF 2026-03-29 12:04:01.302+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="ALTER TABLE message RENAME COLUMN receiverTimestamp TO storedAt;"
INF 2026-03-29 12:04:01.302+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP INDEX IF EXISTS i_msg;"
INF 2026-03-29 12:04:01.302+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP INDEX IF EXISTS i_msg;"
INF 2026-03-29 12:04:01.302+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="CREATE INDEX IF NOT EXISTS i_query ON message (contentTopic, pubsubTopic, storedAt, id);"
INF 2026-03-29 12:04:01.304+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="CREATE INDEX IF NOT EXISTS i_query ON message (contentTopic, pubsubTopic, storedAt, id);"
INF 2026-03-29 12:04:01.304+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP INDEX IF EXISTS i_rt;"
INF 2026-03-29 12:04:01.304+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP INDEX IF EXISTS i_rt;"
INF 2026-03-29 12:04:01.304+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="CREATE INDEX IF NOT EXISTS i_ts ON message (storedAt);"
INF 2026-03-29 12:04:01.305+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="CREATE INDEX IF NOT EXISTS i_ts ON message (storedAt);"
INF 2026-03-29 12:04:01.305+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="ALTER TABLE message RENAME TO message_backup;"
INF 2026-03-29 12:04:01.306+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="ALTER TABLE message RENAME TO message_backup;"
INF 2026-03-29 12:04:01.306+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="CREATE TABLE IF NOT EXISTS message(\n pubsubTopic BLOB NOT NULL,\n contentTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL,\n timestamp INTEGER NOT NULL,\n id BLOB,\n storedAt INTEGER NOT NULL,\n CONSTRAINT messageIndex PRIMARY KEY (storedAt, id, pubsubTopic)\n) WITHOUT ROWID;"
INF 2026-03-29 12:04:01.307+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="CREATE TABLE IF NOT EXISTS message(\n pubsubTopic BLOB NOT NULL,\n contentTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL,\n timestamp INTEGER NOT NULL,\n id BLOB,\n storedAt INTEGER NOT NULL,\n CONSTRAINT messageIndex PRIMARY KEY (storedAt, id, pubsubTopic)\n) WITHOUT ROWID;"
INF 2026-03-29 12:04:01.307+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="INSERT OR IGNORE INTO message(pubsubTopic, contentTopic, payload, version, timestamp, id, storedAt)\n SELECT pubsubTopic, contentTopic, payload, version, senderTimestamp, id, storedAt\n FROM message_backup;"
INF 2026-03-29 12:04:01.307+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="INSERT OR IGNORE INTO message(pubsubTopic, contentTopic, payload, version, timestamp, id, storedAt)\n SELECT pubsubTopic, contentTopic, payload, version, senderTimestamp, id, storedAt\n FROM message_backup;"
INF 2026-03-29 12:04:01.307+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE message_backup;"
INF 2026-03-29 12:04:01.307+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP TABLE message_backup;"
INF 2026-03-29 12:04:01.307+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="ALTER TABLE message RENAME TO message_backup;"
INF 2026-03-29 12:04:01.309+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="ALTER TABLE message RENAME TO message_backup;"
INF 2026-03-29 12:04:01.309+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="CREATE TABLE IF NOT EXISTS message (\n pubsubTopic BLOB NOT NULL,\n contentTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL,\n timestamp INTEGER NOT NULL,\n id BLOB,\n messageHash BLOB, -- Newly added, this will be populated with a counter value\n storedAt INTEGER NOT NULL,\n CONSTRAINT messageIndex PRIMARY KEY (messageHash)\n) WITHOUT ROWID;"
INF 2026-03-29 12:04:01.309+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="CREATE TABLE IF NOT EXISTS message (\n pubsubTopic BLOB NOT NULL,\n contentTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL,\n timestamp INTEGER NOT NULL,\n id BLOB,\n messageHash BLOB, -- Newly added, this will be populated with a counter value\n storedAt INTEGER NOT NULL,\n CONSTRAINT messageIndex PRIMARY KEY (messageHash)\n) WITHOUT ROWID;"
INF 2026-03-29 12:04:01.309+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="INSERT INTO message(pubsubTopic, contentTopic, payload, version, timestamp, id, messageHash, storedAt)\nSELECT\n mb.pubsubTopic,\n mb.contentTopic,\n mb.payload,\n mb.version,\n mb.timestamp,\n mb.id,\n randomblob(32), -- to populate 32-byte random blob\n mb.storedAt\nFROM message_backup AS mb;"
INF 2026-03-29 12:04:01.309+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="INSERT INTO message(pubsubTopic, contentTopic, payload, version, timestamp, id, messageHash, storedAt)\nSELECT\n mb.pubsubTopic,\n mb.contentTopic,\n mb.payload,\n mb.version,\n mb.timestamp,\n mb.id,\n randomblob(32), -- to populate 32-byte random blob\n mb.storedAt\nFROM message_backup AS mb;"
INF 2026-03-29 12:04:01.309+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE message_backup;"
INF 2026-03-29 12:04:01.310+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP TABLE message_backup;"
INF 2026-03-29 12:04:01.310+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="ALTER TABLE message ADD COLUMN meta BLOB;"
INF 2026-03-29 12:04:01.311+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="ALTER TABLE message ADD COLUMN meta BLOB;"
INF 2026-03-29 12:04:01.311+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="ALTER TABLE message DROP COLUMN timestamp;"
INF 2026-03-29 12:04:01.312+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="ALTER TABLE message DROP COLUMN timestamp;"
INF 2026-03-29 12:04:01.312+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="ALTER TABLE message RENAME COLUMN storedAt TO timestamp;"
INF 2026-03-29 12:04:01.313+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="ALTER TABLE message RENAME COLUMN storedAt TO timestamp;"
INF 2026-03-29 12:04:01.314+00:00 database user_version updated topics="sqlite" tid=1 file=db_sqlite.nim:481 userVersion=10
INF 2026-03-29 12:04:01.314+00:00 finished message store's sqlite database migration topics="waku archive migration" tid=1 file=migrations.nim:70
INF 2026-03-29 12:04:01.314+00:00 setting up sqlite waku archive driver tid=1 file=builder.nim:65
INF 2026-03-29 12:04:01.315+00:00 executing message retention policy topics="waku archive" tid=1 file=archive.nim:270 policy=time:172800
INF 2026-03-29 12:04:01.315+00:00 beginning of executing message retention policy - time topics="waku archive retention_policy" tid=1 file=retention_policy_time.nim:22
INF 2026-03-29 12:04:01.315+00:00 end of executing message retention policy - time topics="waku archive retention_policy" tid=1 file=retention_policy_time.nim:30
INF 2026-03-29 12:04:01.315+00:00 mounting waku store protocol topics="waku node store api" tid=1 file=store.nim:255
TRC 2026-03-29 12:04:01.315+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/vac/waku/store-query/3.0.0]"
INF 2026-03-29 12:04:01.315+00:00 mounting store client topics="waku node store api" tid=1 file=store.nim:274
INF 2026-03-29 12:04:01.315+00:00 mounting legacy store client topics="waku node store api" tid=1 file=store.nim:145
INF 2026-03-29 12:04:01.315+00:00 mounting auto sharding topics="waku node" tid=1 file=waku_node.nim:305 clusterId=3 shardCount=1
INF 2026-03-29 12:04:01.315+00:00 Shards created from content topics tid=1 file=node_factory.nim:333 contentTopics=[] shards=[]
INF 2026-03-29 12:04:01.315+00:00 Setting max message size tid=1 file=node_factory.nim:342 num_bytes=153600
INF 2026-03-29 12:04:01.315+00:00 mounting relay protocol topics="waku node relay api" tid=1 file=relay.nim:259
TRC 2026-03-29 12:04:01.316+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/vac/waku/relay/2.0.0, /meshsub/1.3.0, /meshsub/1.2.0, /meshsub/1.1.0, /meshsub/1.0.0, /meshsub/1.3.0, /meshsub/1.2.0, /meshsub/1.1.0, /meshsub/1.0.0]"
INF 2026-03-29 12:04:01.316+00:00 relay mounted successfully topics="waku node relay api" tid=1 file=relay.nim:276
INF 2026-03-29 12:04:01.316+00:00 adding validator to signed shards tid=1 file=validator_signed.nim:56 protectedShards=[] clusterId=3
INF 2026-03-29 12:04:01.316+00:00 mounting rendezvous discovery protocol topics="waku node" tid=1 file=waku_node.nim:432
INF 2026-03-29 12:04:01.316+00:00 waku rendezvous initialized topics="waku node" tid=1 file=protocol.nim:206 clusterId=3 shards="[0]" capabilities="[Relay, Store]" wakuPeerRecord="(peerId: 16U*bQyPTt, seqNo: 1774785841, addresses: [/ip4/172.18.56.130/tcp/43286, /ip4/172.18.56.130/tcp/43287/ws], mixKey: )"
TRC 2026-03-29 12:04:01.316+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/vac/waku/rendezvous/1.0.0]"
INF 2026-03-29 12:04:01.316+00:00 mounting rendezvous client topics="waku node" tid=1 file=waku_node.nim:418
INF 2026-03-29 12:04:01.316+00:00 waku rendezvous client initialized topics="waku node" tid=1 file=client.nim:130 clusterId=3
INF 2026-03-29 12:04:01.316+00:00 mounting libp2p ping protocol topics="waku node ping api" tid=1 file=ping.nim:20
TRC 2026-03-29 12:04:01.316+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/ipfs/ping/1.0.0]"
INF 2026-03-29 12:04:01.316+00:00 mounting light push client topics="waku node lightpush api" tid=1 file=lightpush.nim:183
INF 2026-03-29 12:04:01.316+00:00 mounting legacy light push client topics="waku node lightpush api" tid=1 file=lightpush.nim:72
INF 2026-03-29 12:04:01.316+00:00 mounting filter client topics="waku node filter api" tid=1 file=filter.nim:81
TRC 2026-03-29 12:04:01.316+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/vac/waku/filter-push/2.0.0-beta1]"
INF 2026-03-29 12:04:01.316+00:00 mounting waku peer exchange topics="waku node peerexchange api" tid=1 file=peer_exchange.nim:37
TRC 2026-03-29 12:04:01.316+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/vac/waku/peer-exchange/2.0.0-alpha1]"
INF 2026-03-29 12:04:01.316+00:00 mounting waku peer exchange client topics="waku node peerexchange api" tid=1 file=peer_exchange.nim:54
NTC 2026-03-29 12:04:01.316+00:00 REST service started tid=1 file=server.nim:182 address=0.0.0.0:43285
INF 2026-03-29 12:04:01.316+00:00 Starting REST HTTP server tid=1 file=builder.nim:113 url=http://0.0.0.0:43285/
INF 2026-03-29 12:04:01.317+00:00 No external callbacks to be set topics="wakunode waku" tid=1 file=waku.nim:127
TRC 2026-03-29 12:04:01.317+00:00 Send processor chain topics="send service" tid=1 file=send_service.nim:94 index=1 processor=BaseSendProcessor
INF 2026-03-29 12:04:01.317+00:00 Retrieve dynamic bootstrap nodes topics="wakunode waku" tid=1 file=waku.nim:367
INF 2026-03-29 12:04:01.317+00:00 Running nwaku node tid=1 file=node_factory.nim:464 version=v0.38.0-rc.0-14-g5c335c
INF 2026-03-29 12:04:01.317+00:00 Starting Waku node topics="waku node" tid=1 file=waku_node.nim:625 version=v0.38.0-rc.0-14-g5c335c
INF 2026-03-29 12:04:01.317+00:00 starting relay protocol topics="waku node" tid=1 file=waku_node.nim:389
INF 2026-03-29 12:04:01.317+00:00 start topics="waku relay" tid=1 file=protocol.nim:519
TRC 2026-03-29 12:04:01.317+00:00 gossipsub start topics="libp2p gossipsub" tid=1 file=gossipsub.nim:1113
TRC 2026-03-29 12:04:01.317+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=139635041775696
TRC 2026-03-29 12:04:01.317+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
TRC 2026-03-29 12:04:01.317+00:00 running scoring heartbeat topics="libp2p gossipsub" tid=1 file=scoring.nim:312 instance=139635041775696
TRC 2026-03-29 12:04:01.317+00:00 updating scores topics="libp2p gossipsub" tid=1 file=scoring.nim:144 peers=0
TRC 2026-03-29 12:04:01.317+00:00 updated scores topics="libp2p gossipsub" tid=1 file=scoring.nim:308 peers=0
INF 2026-03-29 12:04:01.317+00:00 relay started successfully topics="waku node" tid=1 file=waku_node.nim:410
INF 2026-03-29 12:04:01.317+00:00 waku rendezvous periodic registration started topics="waku rendezvous" tid=1 file=protocol.nim:127 interval=10s
INF 2026-03-29 12:04:01.317+00:00 waku rendezvous discovery started topics="waku rendezvous" tid=1 file=protocol.nim:227
INF 2026-03-29 12:04:01.317+00:00 waku rendezvous periodic requests started topics="waku rendezvous client" tid=1 file=client.nim:80 interval=10s
INF 2026-03-29 12:04:01.317+00:00 waku rendezvous client started topics="waku rendezvous client" tid=1 file=client.nim:136
DBG 2026-03-29 12:04:01.317+00:00 starting switch for peer topics="libp2p switch" tid=1 file=switch.nim:363 peerInfo="(peerId: 16Uiu2HAmD4YozyaZgCs7WQyGDWBcZkN7P15dBbKW4ZpTZubQyPTt, listenAddrs: [/ip4/0.0.0.0/tcp/43287/ws, /ip4/0.0.0.0/tcp/43286], 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 12:04:01.317+00:00 Starting TCP transport topics="libp2p tcptransport" tid=1 file=tcptransport.nim:116
TRC 2026-03-29 12:04:01.318+00:00 Listening on topics="libp2p tcptransport" tid=1 file=tcptransport.nim:140 address=/ip4/0.0.0.0/tcp/43286
TRC 2026-03-29 12:04:01.318+00:00 starting transport on addrs topics="libp2p transport" tid=1 file=transport.nim:49 address=@[/ip4/0.0.0.0/tcp/43286]
DBG 2026-03-29 12:04:01.318+00:00 About to accept incoming connection topics="libp2p switch" tid=1 file=switch.nim:272
TRC 2026-03-29 12:04:01.318+00:00 Starting WS transport topics="libp2p wstransport" tid=1 file=wstransport.nim:154
TRC 2026-03-29 12:04:01.318+00:00 starting transport on addrs topics="libp2p transport" tid=1 file=transport.nim:49 address=@[/ip4/0.0.0.0/tcp/43287/ws]
TRC 2026-03-29 12:04:01.318+00:00 Created HTTP Server topics="libp2p wstransport" tid=1 file=server.nim:262 host=0.0.0.0:43287
TRC 2026-03-29 12:04:01.318+00:00 Listening on topics="libp2p wstransport" tid=1 file=wstransport.nim:204 addresses="[/ip4/0.0.0.0/tcp/43287/ws]"
INF 2026-03-29 12:04:01.318+00:00 Setting up AutonatService topics="libp2p autonatservice" tid=1 file=service.nim:207
TRC 2026-03-29 12:04:01.318+00:00 Running AutonatService topics="libp2p autonatservice" tid=1 file=service.nim:231
TRC 2026-03-29 12:04:01.318+00:00 Asking peers for reachability topics="libp2p autonatservice" tid=1 file=service.nim:160
DBG 2026-03-29 12:04:01.319+00:00 About to accept incoming connection topics="libp2p switch" tid=1 file=switch.nim:272
TRC 2026-03-29 12:04:01.319+00:00 WsTransport accept topics="libp2p wstransport" tid=1 file=wstransport.nim:279
TRC 2026-03-29 12:04:01.319+00:00 Awaiting new request topics="websock http-server" tid=1 file=server.nim:194
TRC 2026-03-29 12:04:01.319+00:00 gossipsub start topics="libp2p gossipsub" tid=1 file=gossipsub.nim:1113
WRN 2026-03-29 12:04:01.319+00:00 Starting gossipsub twice topics="libp2p gossipsub" tid=1 file=gossipsub.nim:1116
WRN 2026-03-29 12:04:01.319+00:00 Starting rendezvous twice topics="waku rendezvous" tid=1 file=rendezvous.nim:626
DBG 2026-03-29 12:04:01.319+00:00 Started libp2p node topics="libp2p switch" tid=1 file=switch.nim:403 peer="(peerId: 16Uiu2HAmD4YozyaZgCs7WQyGDWBcZkN7P15dBbKW4ZpTZubQyPTt, listenAddrs: [/ip4/0.0.0.0/tcp/43286, /ip4/0.0.0.0/tcp/43287/ws], addrs: [/ip4/172.18.56.130/tcp/43286, /ip4/172.18.56.130/tcp/43287/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 12:04:01.319+00:00 PeerInfo topics="waku node" tid=1 file=waku_node.nim:478 peerId=16U*bQyPTt addrs="[/ip4/172.18.56.130/tcp/43286, /ip4/172.18.56.130/tcp/43287/ws]"
INF 2026-03-29 12:04:01.319+00:00 Listening on topics="waku node" tid=1 file=waku_node.nim:501 full=[/ip4/0.0.0.0/tcp/43286/p2p/16Uiu2HAmD4YozyaZgCs7WQyGDWBcZkN7P15dBbKW4ZpTZubQyPTt][/ip4/0.0.0.0/tcp/43287/ws/p2p/16Uiu2HAmD4YozyaZgCs7WQyGDWBcZkN7P15dBbKW4ZpTZubQyPTt] localIp=172.17.0.141 switchAddress="@[/ip4/172.18.56.130/tcp/43286, /ip4/172.18.56.130/tcp/43287/ws]"
INF 2026-03-29 12:04:01.319+00:00 Announcing addresses topics="waku node" tid=1 file=waku_node.nim:503 full=[/ip4/172.18.56.130/tcp/43286/p2p/16Uiu2HAmD4YozyaZgCs7WQyGDWBcZkN7P15dBbKW4ZpTZubQyPTt][/ip4/172.18.56.130/tcp/43287/ws/p2p/16Uiu2HAmD4YozyaZgCs7WQyGDWBcZkN7P15dBbKW4ZpTZubQyPTt]
INF 2026-03-29 12:04:01.319+00:00 DNS: discoverable ENR topics="waku node" tid=1 file=waku_node.nim:504 enr=enr:-LO4QOJIPskjN7Mq0JnQ6tLR08Z-9egUQFfDwOTirvDMTpx4fTM_F9Igc0xAEucTNbzXdtntaegklKk0S5AaVIdEJwcBgmlkgnY0gmlwhKwSOIKKbXVsdGlhZGRyc4wACgSsEjiCBqkX3QOCcnOFAAMBAACJc2VjcDI1NmsxoQMGCQ_U6_dpPtbsgzxZLPCDOlVh3Vj23kDs3aaR24non4N0Y3CCqRaDdWRwgqkYhXdha3UyAw
INF 2026-03-29 12:04:01.319+00:00 Node started successfully topics="waku node" tid=1 file=waku_node.nim:681
TRC 2026-03-29 12:04:01.319+00:00 Starting relay connectivity loop topics="waku node peer_manager" tid=1 file=peer_manager.nim:1069
TRC 2026-03-29 12:04:01.319+00:00 Starting prune peerstore loop topics="waku node peer_manager" tid=1 file=peer_manager.nim:1062
INF 2026-03-29 12:04:01.319+00:00 Relay peer connections topics="waku node peer_manager" tid=1 file=peer_manager.nim:843 inRelayConns=0/50 outRelayConns=0/25 totalConnections=0/150 notConnectedPeers=0 outsideBackoffPeers=0
INF 2026-03-29 12:04:01.319+00:00 PeerInfo topics="waku node" tid=1 file=waku_node.nim:478 peerId=16U*bQyPTt addrs="[/ip4/172.18.56.130/tcp/43286, /ip4/172.18.56.130/tcp/43287/ws]"
INF 2026-03-29 12:04:01.320+00:00 Listening on topics="waku node" tid=1 file=waku_node.nim:501 full=[/ip4/0.0.0.0/tcp/43286/p2p/16Uiu2HAmD4YozyaZgCs7WQyGDWBcZkN7P15dBbKW4ZpTZubQyPTt][/ip4/0.0.0.0/tcp/43287/ws/p2p/16Uiu2HAmD4YozyaZgCs7WQyGDWBcZkN7P15dBbKW4ZpTZubQyPTt] localIp=172.17.0.141 switchAddress="@[/ip4/172.18.56.130/tcp/43286, /ip4/172.18.56.130/tcp/43287/ws]"
INF 2026-03-29 12:04:01.320+00:00 Announcing addresses topics="waku node" tid=1 file=waku_node.nim:503 full=[/ip4/172.18.56.130/tcp/43286/p2p/16Uiu2HAmD4YozyaZgCs7WQyGDWBcZkN7P15dBbKW4ZpTZubQyPTt][/ip4/172.18.56.130/tcp/43287/ws/p2p/16Uiu2HAmD4YozyaZgCs7WQyGDWBcZkN7P15dBbKW4ZpTZubQyPTt]
INF 2026-03-29 12:04:01.320+00:00 DNS: discoverable ENR topics="waku node" tid=1 file=waku_node.nim:504 enr=enr:-LO4QOJIPskjN7Mq0JnQ6tLR08Z-9egUQFfDwOTirvDMTpx4fTM_F9Igc0xAEucTNbzXdtntaegklKk0S5AaVIdEJwcBgmlkgnY0gmlwhKwSOIKKbXVsdGlhZGRyc4wACgSsEjiCBqkX3QOCcnOFAAMBAACJc2VjcDI1NmsxoQMGCQ_U6_dpPtbsgzxZLPCDOlVh3Vj23kDs3aaR24non4N0Y3CCqRaDdWRwgqkYhXdha3UyAw
INF 2026-03-29 12:04:01.320+00:00 Waku node ENR updated successfully with new multiaddress topics="wakunode waku" tid=1 file=waku.nim:301 enr=enr:-L24QCVVqNkocOt-kzdIP3jqENit_GmbIvTpV5gas_9PcgRrQ-w7DshYmj2EJRQg0XKdSHQyY8y272scW9Ya2bm2ANcCgmlkgnY0gmlwhKwSOIKKbXVsdGlhZGRyc5YACASsEjiCBqkWAAoErBI4ggapF90DgnJzhQADAQAAiXNlY3AyNTZrMaEDBgkP1Ov3aT7W7IM8WSzwgzpVYd1Y9t5A7N2mkduJ6J-DdGNwgqkWg3VkcIKpGIV3YWt1MgM record="(2, id: \"v4\", ip: 172.18.56.130, multiaddrs: 0x000804AC12388206A916000A04AC12388206A917DD03, rs: 0x0003010000, secp256k1: 0x0306090FD4EBF7693ED6EC833C592CF0833A5561DD58F6DE40ECDDA691DB89E89F, tcp: 43286, udp: 43288, waku2: 0x03)"
INF 2026-03-29 12:04:01.320+00:00 peer filtering updated topics="waku discv5" tid=1 file=waku_discv5.nim:70
INF 2026-03-29 12:04:01.320+00:00 Starting discovery v5 service topics="waku discv5" tid=1 file=waku_discv5.nim:336
INF 2026-03-29 12:04:01.320+00:00 start listening on udp port topics="waku discv5" tid=1 file=waku_discv5.nim:338 address=0.0.0.0 port=43288
TRC 2026-03-29 12:04:01.320+00:00 start discv5 service topics="waku discv5" tid=1 file=waku_discv5.nim:346
INF 2026-03-29 12:04:01.320+00:00 Starting discovery v5 search topics="waku discv5" tid=1 file=waku_discv5.nim:258
TRC 2026-03-29 12:04:01.320+00:00 running discv5 discovery loop topics="waku discv5" tid=1 file=waku_discv5.nim:261
TRC 2026-03-29 12:04:01.320+00:00 discv5 discovered peers topics="waku discv5" tid=1 file=waku_discv5.nim:277 num_discovered_peers=0 peers=[]
TRC 2026-03-29 12:04:01.320+00:00 discv5 discarded wrong records topics="waku discv5" tid=1 file=waku_discv5.nim:281 wrong_records=[]
INF 2026-03-29 12:04:01.320+00:00 Successfully started discovery v5 service topics="waku discv5" tid=1 file=waku_discv5.nim:352
INF 2026-03-29 12:04:01.321+00:00 Discv5: discoverable ENR topics="waku discv5" tid=1 file=waku_discv5.nim:353 enrUri=enr:-L24QDX_2BPE8wFnYIQERgFVIdJKlEMvwZwrLCpbRsMgfbXyOKLAPPtlTWpo2Ab1aVxFD_VPCavfoPJF22TsRZrNCX0DgmlkgnY0gmlwhKwSOIKKbXVsdGlhZGRyc5YACASsEjiCBqkWAAoErBI4ggapF90DgnJzhQADAQAAiXNlY3AyNTZrMaEDBgkP1Ov3aT7W7IM8WSzwgzpVYd1Y9t5A7N2mkduJ6J-DdGNwgqkWg3VkcIKpGIV3YWt1MgM enr="(3, id: \"v4\", ip: 172.18.56.130, multiaddrs: 0x000804AC12388206A916000A04AC12388206A917DD03, rs: 0x0003010000, secp256k1: 0x0306090FD4EBF7693ED6EC833C592CF0833A5561DD58F6DE40ECDDA691DB89E89F, tcp: 43286, udp: 43288, waku2: 0x03)"
INF 2026-03-29 12:04:01.321+00:00 subscribe topics="waku relay" tid=1 file=protocol.nim:594 pubsubTopic=/waku/2/rs/3/0
TRC 2026-03-29 12:04:01.321+00:00 adding validator for topic topics="libp2p pubsub" tid=1 file=pubsub.nim:667 topic=/waku/2/rs/3/0
TRC 2026-03-29 12:04:01.321+00:00 subscribing to topic topics="libp2p pubsub" tid=1 file=pubsub.nim:625 name=/waku/2/rs/3/0
TRC 2026-03-29 12:04:01.321+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:04:01.321+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:04:01.321+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:04:01.321+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
WRN 2026-03-29 12:04:01.321+00:00 No-effect API call to subscribe. Already subscribed to topic topics="waku node relay api" tid=1 file=relay.nim:161 pubsubTopic=/waku/2/rs/3/0
TRC 2026-03-29 12:04:01.321+00:00 Resolving IP using DNS topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:101 address=one.one.one.one servers="[1.1.1.1:53, 1.0.0.1:53]" domain=AF_UNSPEC
INF 2026-03-29 12:04:01.321+00:00 Health monitor loop start tid=1 file=node_health_monitor.nim:516
DBG 2026-03-29 12:04:01.321+00:00 calculateConnectionState tid=1 file=node_health_monitor.nim:408 relayCount=0 storeClientCount=0 lightpushCount=0 filterCount=0
INF 2026-03-29 12:04:01.321+00:00 starting keepalive tid=1 file=node_health_monitor.nim:678 randomPeersKeepalive=10s allPeersKeepalive=2m
TRC 2026-03-29 12:04:01.321+00:00 Running keepalive loop tid=1 file=node_health_monitor.nim:593
INF 2026-03-29 12:04:01.322+00:00 subscribe (was already subscribed in the mesh; appHandler set) topics="waku node relay api" tid=1 file=relay.nim:163 pubsubTopic=/waku/2/rs/3/0
INF 2026-03-29 12:04:01.323+00:00 REST services are installed tid=1 file=builder.nim:221
INF 2026-03-29 12:04:01.323+00:00 Starting metrics HTTP server topics="waku node metrics" tid=1 file=waku_metrics.nim:63 serverIp=0.0.0.0 serverPort=43289
INF 2026-03-29 12:04:01.323+00:00 getPubSubPeersInMesh - there is no mesh peer for the given pubsub topic topics="waku relay" tid=1 file=protocol.nim:419 pubsubTopic=/waku/2/rs/3/0
INF 2026-03-29 12:04:01.324+00:00 Metrics HTTP server started topics="waku node metrics" tid=1 file=waku_metrics.nim:73 serverIp=0.0.0.0 serverPort=43289
INF 2026-03-29 12:04:01.324+00:00 Setting up shutdown hooks topics="wakunode main" tid=1 file=wakunode2.nim:63
INF 2026-03-29 12:04:01.324+00:00 Node setup complete topics="wakunode main" tid=1 file=wakunode2.nim:102
TRC 2026-03-29 12:04:02.318+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=139635041775696
TRC 2026-03-29 12:04:02.318+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:04:02.318+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:04:02.318+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:04:02.318+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:04:02.318+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
DBG 2026-03-29 12:04:02.329+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:48652 meth=GET uri=/health
DBG 2026-03-29 12:04:02.329+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:48652 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:02.329+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:48652 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:02.432+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:48662 meth=GET uri=/health
DBG 2026-03-29 12:04:02.432+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:48662 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:02.432+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:48662 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:02.535+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:48670 meth=GET uri=/health
DBG 2026-03-29 12:04:02.535+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:48670 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:02.535+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:48670 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:02.638+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:48676 meth=GET uri=/health
DBG 2026-03-29 12:04:02.638+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:48676 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:02.639+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:48676 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:02.741+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:48678 meth=GET uri=/health
DBG 2026-03-29 12:04:02.741+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:48678 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:02.742+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:48678 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:02.845+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:48692 meth=GET uri=/health
DBG 2026-03-29 12:04:02.845+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:48692 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:02.845+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:48692 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:02.948+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:48700 meth=GET uri=/health
DBG 2026-03-29 12:04:02.948+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:48700 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:02.948+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:48700 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:03.051+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:48714 meth=GET uri=/health
DBG 2026-03-29 12:04:03.051+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:48714 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:03.051+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:48714 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:03.153+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:48716 meth=GET uri=/health
DBG 2026-03-29 12:04:03.154+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:48716 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:03.154+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:48716 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:03.256+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:48722 meth=GET uri=/health
DBG 2026-03-29 12:04:03.256+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:48722 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:03.257+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:48722 uri=/health content_type=application/json content_size=821
TRC 2026-03-29 12:04:03.317+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=139635041775696
TRC 2026-03-29 12:04:03.317+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:04:03.317+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:04:03.317+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:04:03.317+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:04:03.317+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
DBG 2026-03-29 12:04:03.359+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:48734 meth=GET uri=/health
DBG 2026-03-29 12:04:03.359+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:48734 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:03.360+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:48734 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:03.463+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:48740 meth=GET uri=/health
DBG 2026-03-29 12:04:03.463+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:48740 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:03.463+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:48740 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:03.566+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:48744 meth=GET uri=/health
DBG 2026-03-29 12:04:03.566+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:48744 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:03.566+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:48744 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:03.669+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:48746 meth=GET uri=/health
DBG 2026-03-29 12:04:03.669+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:48746 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:03.670+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:48746 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:03.772+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:48760 meth=GET uri=/health
DBG 2026-03-29 12:04:03.772+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:48760 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:03.772+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:48760 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:03.875+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:48762 meth=GET uri=/health
DBG 2026-03-29 12:04:03.875+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:48762 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:03.876+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:48762 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:03.978+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:48778 meth=GET uri=/health
DBG 2026-03-29 12:04:03.978+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:48778 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:03.979+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:48778 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:04.081+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:48790 meth=GET uri=/health
DBG 2026-03-29 12:04:04.081+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:48790 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:04.081+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:48790 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:04.184+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:48804 meth=GET uri=/health
DBG 2026-03-29 12:04:04.184+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:48804 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:04.184+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:48804 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:04.287+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:48818 meth=GET uri=/health
DBG 2026-03-29 12:04:04.287+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:48818 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:04.288+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:48818 uri=/health content_type=application/json content_size=821
TRC 2026-03-29 12:04:04.317+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=139635041775696
TRC 2026-03-29 12:04:04.317+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:04:04.317+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:04:04.317+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:04:04.317+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:04:04.317+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
DBG 2026-03-29 12:04:04.391+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:48824 meth=GET uri=/health
DBG 2026-03-29 12:04:04.391+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:48824 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:04.391+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:48824 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:04.493+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:48832 meth=GET uri=/health
DBG 2026-03-29 12:04:04.494+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:48832 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:04.494+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:48832 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:04.597+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:48836 meth=GET uri=/health
DBG 2026-03-29 12:04:04.597+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:48836 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:04.597+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:48836 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:04.700+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:48850 meth=GET uri=/health
DBG 2026-03-29 12:04:04.700+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:48850 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:04.700+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:48850 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:04.803+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:48854 meth=GET uri=/health
DBG 2026-03-29 12:04:04.803+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:48854 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:04.803+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:48854 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:04.906+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:48870 meth=GET uri=/health
DBG 2026-03-29 12:04:04.906+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:48870 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:04.906+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:48870 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:05.009+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:48874 meth=GET uri=/health
DBG 2026-03-29 12:04:05.009+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:48874 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:05.009+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:48874 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:05.114+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:48890 meth=GET uri=/health
DBG 2026-03-29 12:04:05.114+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:48890 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:05.115+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:48890 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:05.217+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:48906 meth=GET uri=/health
DBG 2026-03-29 12:04:05.217+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:48906 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:05.218+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:48906 uri=/health content_type=application/json content_size=821
TRC 2026-03-29 12:04:05.317+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=139635041775696
TRC 2026-03-29 12:04:05.317+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:04:05.317+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:04:05.317+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:04:05.317+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:04:05.317+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
DBG 2026-03-29 12:04:05.322+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:48922 meth=GET uri=/health
DBG 2026-03-29 12:04:05.322+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:48922 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:05.322+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:48922 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:05.427+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:48926 meth=GET uri=/health
DBG 2026-03-29 12:04:05.427+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:48926 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:05.427+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:48926 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:05.530+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:48930 meth=GET uri=/health
DBG 2026-03-29 12:04:05.530+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:48930 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:05.530+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:48930 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:05.633+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:48934 meth=GET uri=/health
DBG 2026-03-29 12:04:05.633+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:48934 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:05.633+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:48934 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:05.736+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:48938 meth=GET uri=/health
DBG 2026-03-29 12:04:05.736+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:48938 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:05.736+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:48938 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:05.839+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:48946 meth=GET uri=/health
DBG 2026-03-29 12:04:05.839+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:48946 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:05.840+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:48946 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:05.942+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:48960 meth=GET uri=/health
DBG 2026-03-29 12:04:05.942+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:48960 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:05.943+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:48960 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:06.046+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40464 meth=GET uri=/health
DBG 2026-03-29 12:04:06.046+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40464 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:06.046+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40464 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:06.149+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40476 meth=GET uri=/health
DBG 2026-03-29 12:04:06.149+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40476 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:06.150+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40476 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:06.252+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40492 meth=GET uri=/health
DBG 2026-03-29 12:04:06.252+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40492 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:06.252+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40492 uri=/health content_type=application/json content_size=821
TRC 2026-03-29 12:04:06.318+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=139635041775696
TRC 2026-03-29 12:04:06.318+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:04:06.318+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:04:06.318+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:04:06.318+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:04:06.318+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
TRC 2026-03-29 12:04:06.321+00:00 running discv5 discovery loop topics="waku discv5" tid=1 file=waku_discv5.nim:261
TRC 2026-03-29 12:04:06.321+00:00 discv5 discovered peers topics="waku discv5" tid=1 file=waku_discv5.nim:277 num_discovered_peers=0 peers=[]
TRC 2026-03-29 12:04:06.321+00:00 discv5 discarded wrong records topics="waku discv5" tid=1 file=waku_discv5.nim:281 wrong_records=[]
INF 2026-03-29 12:04:06.338+00:00 Failed to query DNS topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:124 address=one.one.one.one error="DNS server timeout: Timeout exceeded!"
DBG 2026-03-29 12:04:06.355+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40496 meth=GET uri=/health
DBG 2026-03-29 12:04:06.356+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40496 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:06.356+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40496 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:06.458+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40506 meth=GET uri=/health
DBG 2026-03-29 12:04:06.458+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40506 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:06.459+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40506 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:06.562+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40522 meth=GET uri=/health
DBG 2026-03-29 12:04:06.562+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40522 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:06.562+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40522 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:06.665+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40534 meth=GET uri=/health
DBG 2026-03-29 12:04:06.665+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40534 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:06.665+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40534 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:06.768+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40540 meth=GET uri=/health
DBG 2026-03-29 12:04:06.768+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40540 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:06.768+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40540 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:06.871+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40544 meth=GET uri=/health
DBG 2026-03-29 12:04:06.871+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40544 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:06.871+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40544 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:06.973+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40560 meth=GET uri=/health
DBG 2026-03-29 12:04:06.974+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40560 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:06.974+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40560 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:07.076+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40568 meth=GET uri=/health
DBG 2026-03-29 12:04:07.076+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40568 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:07.077+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40568 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:07.179+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40580 meth=GET uri=/health
DBG 2026-03-29 12:04:07.179+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40580 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:07.180+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40580 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:07.282+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40582 meth=GET uri=/health
DBG 2026-03-29 12:04:07.282+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40582 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:07.283+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40582 uri=/health content_type=application/json content_size=821
TRC 2026-03-29 12:04:07.317+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=139635041775696
TRC 2026-03-29 12:04:07.317+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:04:07.317+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:04:07.317+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:04:07.317+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:04:07.317+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
DBG 2026-03-29 12:04:07.386+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40592 meth=GET uri=/health
DBG 2026-03-29 12:04:07.386+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40592 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:07.386+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40592 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:07.489+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40594 meth=GET uri=/health
DBG 2026-03-29 12:04:07.489+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40594 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:07.489+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40594 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:07.592+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40610 meth=GET uri=/health
DBG 2026-03-29 12:04:07.592+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40610 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:07.592+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40610 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:07.695+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40614 meth=GET uri=/health
DBG 2026-03-29 12:04:07.695+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40614 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:07.695+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40614 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:07.799+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40626 meth=GET uri=/health
DBG 2026-03-29 12:04:07.799+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40626 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:07.799+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40626 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:07.901+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40632 meth=GET uri=/health
DBG 2026-03-29 12:04:07.902+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40632 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:07.902+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40632 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:08.005+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40640 meth=GET uri=/health
DBG 2026-03-29 12:04:08.005+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40640 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:08.005+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40640 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:08.108+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40654 meth=GET uri=/health
DBG 2026-03-29 12:04:08.108+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40654 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:08.108+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40654 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:08.211+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40670 meth=GET uri=/health
DBG 2026-03-29 12:04:08.211+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40670 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:08.211+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40670 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:08.314+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40686 meth=GET uri=/health
DBG 2026-03-29 12:04:08.314+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40686 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:08.314+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40686 uri=/health content_type=application/json content_size=821
TRC 2026-03-29 12:04:08.318+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=139635041775696
TRC 2026-03-29 12:04:08.318+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:04:08.318+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:04:08.318+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:04:08.318+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:04:08.318+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
DBG 2026-03-29 12:04:08.417+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40698 meth=GET uri=/health
DBG 2026-03-29 12:04:08.417+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40698 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:08.417+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40698 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:08.521+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40710 meth=GET uri=/health
DBG 2026-03-29 12:04:08.521+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40710 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:08.521+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40710 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:08.624+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40714 meth=GET uri=/health
DBG 2026-03-29 12:04:08.624+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40714 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:08.624+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40714 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:08.727+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40720 meth=GET uri=/health
DBG 2026-03-29 12:04:08.727+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40720 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:08.727+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40720 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:08.830+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40730 meth=GET uri=/health
DBG 2026-03-29 12:04:08.830+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40730 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:08.830+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40730 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:08.933+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40744 meth=GET uri=/health
DBG 2026-03-29 12:04:08.934+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40744 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:08.934+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40744 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:09.037+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40746 meth=GET uri=/health
DBG 2026-03-29 12:04:09.037+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40746 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:09.037+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40746 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:09.140+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40752 meth=GET uri=/health
DBG 2026-03-29 12:04:09.140+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40752 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:09.140+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40752 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:09.243+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40766 meth=GET uri=/health
DBG 2026-03-29 12:04:09.243+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40766 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:09.243+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40766 uri=/health content_type=application/json content_size=821
TRC 2026-03-29 12:04:09.318+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=139635041775696
TRC 2026-03-29 12:04:09.318+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:04:09.318+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:04:09.318+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:04:09.318+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:04:09.318+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
DBG 2026-03-29 12:04:09.346+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40768 meth=GET uri=/health
DBG 2026-03-29 12:04:09.346+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40768 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:09.346+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40768 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:09.449+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40770 meth=GET uri=/health
DBG 2026-03-29 12:04:09.449+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40770 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:09.449+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40770 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:09.552+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40786 meth=GET uri=/health
DBG 2026-03-29 12:04:09.552+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40786 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:09.552+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40786 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:09.655+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40794 meth=GET uri=/health
DBG 2026-03-29 12:04:09.655+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40794 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:09.655+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40794 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:09.758+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40808 meth=GET uri=/health
DBG 2026-03-29 12:04:09.758+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40808 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:09.758+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40808 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:09.861+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40818 meth=GET uri=/health
DBG 2026-03-29 12:04:09.861+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40818 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:09.861+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40818 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:09.964+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40820 meth=GET uri=/health
DBG 2026-03-29 12:04:09.964+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40820 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:09.964+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40820 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:10.067+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40836 meth=GET uri=/health
DBG 2026-03-29 12:04:10.067+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40836 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:10.067+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40836 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:10.170+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40840 meth=GET uri=/health
DBG 2026-03-29 12:04:10.170+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40840 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:10.170+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40840 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:10.274+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40842 meth=GET uri=/health
DBG 2026-03-29 12:04:10.274+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40842 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:10.274+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40842 uri=/health content_type=application/json content_size=821
TRC 2026-03-29 12:04:10.317+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=139635041775696
TRC 2026-03-29 12:04:10.317+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:04:10.317+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:04:10.317+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:04:10.318+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:04:10.318+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
DBG 2026-03-29 12:04:10.377+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40848 meth=GET uri=/health
DBG 2026-03-29 12:04:10.377+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40848 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:10.378+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40848 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:10.480+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40864 meth=GET uri=/health
DBG 2026-03-29 12:04:10.480+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40864 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:10.480+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40864 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:10.583+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40870 meth=GET uri=/health
DBG 2026-03-29 12:04:10.583+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40870 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:10.584+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40870 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:10.686+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40882 meth=GET uri=/health
DBG 2026-03-29 12:04:10.686+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40882 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:04:10.686+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40882 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:04:10.789+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40890 meth=GET uri=/health
DBG 2026-03-29 12:04:10.789+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40890 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)