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

1339 lines
245 KiB
Plaintext

WRN 2026-03-29 12:32:16.435+00:00 whether to mount storeSync is not specified, defaulting to not mounting topics="waku conf builder" tid=1 file=waku_conf_builder.nim:471
bSubscribeShards: some(@[0])
INF 2026-03-29 12:32:16.435+00:00 Sharding configuration: topics="waku conf builder" tid=1 file=waku_conf_builder.nim:506 shardingConf="(kind: AutoSharding, numShardsInCluster: 1)" subscribeShards=@[0]
INF 2026-03-29 12:32:16.435+00:00 Configuration: Enabled protocols topics="waku conf" tid=1 file=waku_conf.nim:157 relay=true rlnRelay=false store=true filter=false lightPush=false peerExchange=true rendezvous=true
INF 2026-03-29 12:32:16.435+00:00 Configuration. Network topics="waku conf" tid=1 file=waku_conf.nim:166 cluster=3
INF 2026-03-29 12:32:16.435+00:00 Configuration. Active Relay Shards topics="waku conf" tid=1 file=waku_conf.nim:169 shard=0
INF 2026-03-29 12:32:16.435+00:00 Setting up storage tid=1 file=node_factory.nim:532
INF 2026-03-29 12:32:16.436+00:00 Initializing node tid=1 file=node_factory.nim:541
TRC 2026-03-29 12:32:16.437+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/ipfs/id/1.0.0]"
TRC 2026-03-29 12:32:16.437+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/libp2p/autonat/1.0.0]"
TRC 2026-03-29 12:32:16.437+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/libp2p/circuit/relay/0.2.0/hop, /libp2p/circuit/relay/0.1.0]"
TRC 2026-03-29 12:32:16.437+00:00 no peer storage found tid=1 file=peer_manager.nim:1219
INF 2026-03-29 12:32:16.437+00:00 Initializing networking tid=1 file=waku_node.nim:228 addrs="@[/ip4/172.18.27.188/tcp/59817, /ip4/172.18.27.188/tcp/59818/ws]"
INF 2026-03-29 12:32:16.437+00:00 Mounting protocols tid=1 file=node_factory.nim:547
INF 2026-03-29 12:32:16.437+00:00 Created WakuMetadata protocol topics="waku node" tid=1 file=protocol.nim:107 clusterId=3 shards="[0]"
TRC 2026-03-29 12:32:16.437+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/vac/waku/metadata/1.0.0]"
INF 2026-03-29 12:32:16.442+00:00 sqlite database page stats tid=1 file=builder.nim:53 pageSize=4096 pages=1 freePages=0
INF 2026-03-29 12:32:16.442+00:00 starting message store's sqlite database migration topics="waku archive migration" tid=1 file=migrations.nim:57
INF 2026-03-29 12:32:16.442+00:00 Not considered schema version 7 topics="waku archive migration" tid=1 file=migrations.nim:45
INF 2026-03-29 12:32:16.442+00:00 database schema is outdated topics="sqlite" tid=1 file=db_sqlite.nim:447 userVersion=0 targetVersion=10
INF 2026-03-29 12:32:16.443+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="CREATE TABLE IF NOT EXISTS Message(\n id BLOB PRIMARY KEY,\n timestamp INTEGER NOT NULL,\n contentTopic BLOB NOT NULL,\n pubsubTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL\n ) WITHOUT ROWID;"
INF 2026-03-29 12:32:16.446+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="CREATE TABLE IF NOT EXISTS Message(\n id BLOB PRIMARY KEY,\n timestamp INTEGER NOT NULL,\n contentTopic BLOB NOT NULL,\n pubsubTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL\n ) WITHOUT ROWID;"
INF 2026-03-29 12:32:16.446+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="CREATE TABLE IF NOT EXISTS Message_backup (\n id BLOB PRIMARY KEY,\n timestamp INTEGER NOT NULL,\n contentTopic BLOB NOT NULL,\n pubsubTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL\n ) WITHOUT ROWID;"
INF 2026-03-29 12:32:16.447+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="CREATE TABLE IF NOT EXISTS Message_backup (\n id BLOB PRIMARY KEY,\n timestamp INTEGER NOT NULL,\n contentTopic BLOB NOT NULL,\n pubsubTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL\n ) WITHOUT ROWID;"
INF 2026-03-29 12:32:16.447+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="INSERT INTO Message_backup SELECT id, timestamp, contentTopic, pubsubTopic, payload, version FROM Message;"
INF 2026-03-29 12:32:16.447+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="INSERT INTO Message_backup SELECT id, timestamp, contentTopic, pubsubTopic, payload, version FROM Message;"
INF 2026-03-29 12:32:16.447+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE Message;"
INF 2026-03-29 12:32:16.448+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP TABLE Message;"
INF 2026-03-29 12:32:16.448+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="CREATE TABLE IF NOT EXISTS Message(\n id BLOB PRIMARY KEY,\n receiverTimestamp REAL NOT NULL,\n contentTopic BLOB NOT NULL,\n pubsubTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL,\n senderTimestamp REAL NOT NULL\n ) WITHOUT ROWID;"
INF 2026-03-29 12:32:16.449+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="CREATE TABLE IF NOT EXISTS Message(\n id BLOB PRIMARY KEY,\n receiverTimestamp REAL NOT NULL,\n contentTopic BLOB NOT NULL,\n pubsubTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL,\n senderTimestamp REAL NOT NULL\n ) WITHOUT ROWID;"
INF 2026-03-29 12:32:16.449+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="INSERT INTO Message (id, receiverTimestamp, contentTopic, pubsubTopic, payload, version, senderTimestamp)\n SELECT id, timestamp, contentTopic, pubsubTopic, payload, version, 0\n FROM Message_backup;"
INF 2026-03-29 12:32:16.449+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="INSERT INTO Message (id, receiverTimestamp, contentTopic, pubsubTopic, payload, version, senderTimestamp)\n SELECT id, timestamp, contentTopic, pubsubTopic, payload, version, 0\n FROM Message_backup;"
INF 2026-03-29 12:32:16.449+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE Message_backup;"
INF 2026-03-29 12:32:16.449+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP TABLE Message_backup;"
INF 2026-03-29 12:32:16.449+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="CREATE TABLE IF NOT EXISTS Message_backup (\n id BLOB PRIMARY KEY,\n receiverTimestamp REAL NOT NULL,\n contentTopic BLOB NOT NULL,\n pubsubTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL,\n senderTimestamp REAL NOT NULL\n ) WITHOUT ROWID;"
INF 2026-03-29 12:32:16.450+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="CREATE TABLE IF NOT EXISTS Message_backup (\n id BLOB PRIMARY KEY,\n receiverTimestamp REAL NOT NULL,\n contentTopic BLOB NOT NULL,\n pubsubTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL,\n senderTimestamp REAL NOT NULL\n ) WITHOUT ROWID;"
INF 2026-03-29 12:32:16.450+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="INSERT INTO Message_backup SELECT id, receiverTimestamp, contentTopic, pubsubTopic, payload, version, senderTimestamp FROM Message;"
INF 2026-03-29 12:32:16.450+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="INSERT INTO Message_backup SELECT id, receiverTimestamp, contentTopic, pubsubTopic, payload, version, senderTimestamp FROM Message;"
INF 2026-03-29 12:32:16.450+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE Message;"
INF 2026-03-29 12:32:16.451+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP TABLE Message;"
INF 2026-03-29 12:32:16.451+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="CREATE TABLE IF NOT EXISTS Message(\n id BLOB PRIMARY KEY,\n receiverTimestamp INTEGER NOT NULL,\n contentTopic BLOB NOT NULL,\n pubsubTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL,\n senderTimestamp INTEGER NOT NULL\n ) WITHOUT ROWID;"
INF 2026-03-29 12:32:16.452+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="CREATE TABLE IF NOT EXISTS Message(\n id BLOB PRIMARY KEY,\n receiverTimestamp INTEGER NOT NULL,\n contentTopic BLOB NOT NULL,\n pubsubTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL,\n senderTimestamp INTEGER NOT NULL\n ) WITHOUT ROWID;"
INF 2026-03-29 12:32:16.452+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="INSERT INTO Message (id, receiverTimestamp, contentTopic, pubsubTopic, payload, version, senderTimestamp)\n SELECT id, CAST(receiverTimestamp*1000000000 AS INTEGER), contentTopic, pubsubTopic, payload, version, CAST(senderTimestamp*1000000000 AS INTEGER)\n FROM Message_backup;"
INF 2026-03-29 12:32:16.452+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="INSERT INTO Message (id, receiverTimestamp, contentTopic, pubsubTopic, payload, version, senderTimestamp)\n SELECT id, CAST(receiverTimestamp*1000000000 AS INTEGER), contentTopic, pubsubTopic, payload, version, CAST(senderTimestamp*1000000000 AS INTEGER)\n FROM Message_backup;"
INF 2026-03-29 12:32:16.452+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE Message_backup;"
INF 2026-03-29 12:32:16.453+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP TABLE Message_backup;"
INF 2026-03-29 12:32:16.453+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="ALTER TABLE Message RENAME TO Message_backup;"
INF 2026-03-29 12:32:16.454+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="ALTER TABLE Message RENAME TO Message_backup;"
INF 2026-03-29 12:32:16.455+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="CREATE TABLE IF NOT EXISTS Message(\n id BLOB,\n receiverTimestamp INTEGER NOT NULL,\n contentTopic BLOB NOT NULL,\n pubsubTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL,\n senderTimestamp INTEGER NOT NULL,\n CONSTRAINT messageIndex PRIMARY KEY (senderTimestamp, id, pubsubTopic)\n ) WITHOUT ROWID;"
INF 2026-03-29 12:32:16.455+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="CREATE TABLE IF NOT EXISTS Message(\n id BLOB,\n receiverTimestamp INTEGER NOT NULL,\n contentTopic BLOB NOT NULL,\n pubsubTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL,\n senderTimestamp INTEGER NOT NULL,\n CONSTRAINT messageIndex PRIMARY KEY (senderTimestamp, id, pubsubTopic)\n ) WITHOUT ROWID;"
INF 2026-03-29 12:32:16.455+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="INSERT INTO Message\n SELECT *\n FROM Message_backup;"
INF 2026-03-29 12:32:16.455+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="INSERT INTO Message\n SELECT *\n FROM Message_backup;"
INF 2026-03-29 12:32:16.455+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE Message_backup;"
INF 2026-03-29 12:32:16.456+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP TABLE Message_backup;"
INF 2026-03-29 12:32:16.456+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="CREATE INDEX IF NOT EXISTS i_msg ON Message (contentTopic, pubsubTopic, senderTimestamp, id);"
INF 2026-03-29 12:32:16.457+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="CREATE INDEX IF NOT EXISTS i_msg ON Message (contentTopic, pubsubTopic, senderTimestamp, id);"
INF 2026-03-29 12:32:16.459+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="ALTER TABLE message RENAME COLUMN receiverTimestamp TO storedAt;"
INF 2026-03-29 12:32:16.461+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="ALTER TABLE message RENAME COLUMN receiverTimestamp TO storedAt;"
INF 2026-03-29 12:32:16.461+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP INDEX IF EXISTS i_msg;"
INF 2026-03-29 12:32:16.461+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP INDEX IF EXISTS i_msg;"
INF 2026-03-29 12:32:16.461+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="CREATE INDEX IF NOT EXISTS i_query ON message (contentTopic, pubsubTopic, storedAt, id);"
INF 2026-03-29 12:32:16.462+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="CREATE INDEX IF NOT EXISTS i_query ON message (contentTopic, pubsubTopic, storedAt, id);"
INF 2026-03-29 12:32:16.462+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP INDEX IF EXISTS i_rt;"
INF 2026-03-29 12:32:16.462+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP INDEX IF EXISTS i_rt;"
INF 2026-03-29 12:32:16.462+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="CREATE INDEX IF NOT EXISTS i_ts ON message (storedAt);"
INF 2026-03-29 12:32:16.463+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="CREATE INDEX IF NOT EXISTS i_ts ON message (storedAt);"
INF 2026-03-29 12:32:16.463+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="ALTER TABLE message RENAME TO message_backup;"
INF 2026-03-29 12:32:16.466+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="ALTER TABLE message RENAME TO message_backup;"
INF 2026-03-29 12:32:16.466+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="CREATE TABLE IF NOT EXISTS message(\n pubsubTopic BLOB NOT NULL,\n contentTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL,\n timestamp INTEGER NOT NULL,\n id BLOB,\n storedAt INTEGER NOT NULL,\n CONSTRAINT messageIndex PRIMARY KEY (storedAt, id, pubsubTopic)\n) WITHOUT ROWID;"
INF 2026-03-29 12:32:16.467+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="CREATE TABLE IF NOT EXISTS message(\n pubsubTopic BLOB NOT NULL,\n contentTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL,\n timestamp INTEGER NOT NULL,\n id BLOB,\n storedAt INTEGER NOT NULL,\n CONSTRAINT messageIndex PRIMARY KEY (storedAt, id, pubsubTopic)\n) WITHOUT ROWID;"
INF 2026-03-29 12:32:16.467+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="INSERT OR IGNORE INTO message(pubsubTopic, contentTopic, payload, version, timestamp, id, storedAt)\n SELECT pubsubTopic, contentTopic, payload, version, senderTimestamp, id, storedAt\n FROM message_backup;"
INF 2026-03-29 12:32:16.467+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="INSERT OR IGNORE INTO message(pubsubTopic, contentTopic, payload, version, timestamp, id, storedAt)\n SELECT pubsubTopic, contentTopic, payload, version, senderTimestamp, id, storedAt\n FROM message_backup;"
INF 2026-03-29 12:32:16.467+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE message_backup;"
INF 2026-03-29 12:32:16.468+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP TABLE message_backup;"
INF 2026-03-29 12:32:16.468+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="ALTER TABLE message RENAME TO message_backup;"
INF 2026-03-29 12:32:16.470+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="ALTER TABLE message RENAME TO message_backup;"
INF 2026-03-29 12:32:16.470+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="CREATE TABLE IF NOT EXISTS message (\n pubsubTopic BLOB NOT NULL,\n contentTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL,\n timestamp INTEGER NOT NULL,\n id BLOB,\n messageHash BLOB, -- Newly added, this will be populated with a counter value\n storedAt INTEGER NOT NULL,\n CONSTRAINT messageIndex PRIMARY KEY (messageHash)\n) WITHOUT ROWID;"
INF 2026-03-29 12:32:16.471+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="CREATE TABLE IF NOT EXISTS message (\n pubsubTopic BLOB NOT NULL,\n contentTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL,\n timestamp INTEGER NOT NULL,\n id BLOB,\n messageHash BLOB, -- Newly added, this will be populated with a counter value\n storedAt INTEGER NOT NULL,\n CONSTRAINT messageIndex PRIMARY KEY (messageHash)\n) WITHOUT ROWID;"
INF 2026-03-29 12:32:16.471+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="INSERT INTO message(pubsubTopic, contentTopic, payload, version, timestamp, id, messageHash, storedAt)\nSELECT\n mb.pubsubTopic,\n mb.contentTopic,\n mb.payload,\n mb.version,\n mb.timestamp,\n mb.id,\n randomblob(32), -- to populate 32-byte random blob\n mb.storedAt\nFROM message_backup AS mb;"
INF 2026-03-29 12:32:16.471+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="INSERT INTO message(pubsubTopic, contentTopic, payload, version, timestamp, id, messageHash, storedAt)\nSELECT\n mb.pubsubTopic,\n mb.contentTopic,\n mb.payload,\n mb.version,\n mb.timestamp,\n mb.id,\n randomblob(32), -- to populate 32-byte random blob\n mb.storedAt\nFROM message_backup AS mb;"
INF 2026-03-29 12:32:16.471+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE message_backup;"
INF 2026-03-29 12:32:16.471+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP TABLE message_backup;"
INF 2026-03-29 12:32:16.471+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="ALTER TABLE message ADD COLUMN meta BLOB;"
INF 2026-03-29 12:32:16.472+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="ALTER TABLE message ADD COLUMN meta BLOB;"
INF 2026-03-29 12:32:16.472+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="ALTER TABLE message DROP COLUMN timestamp;"
INF 2026-03-29 12:32:16.473+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="ALTER TABLE message DROP COLUMN timestamp;"
INF 2026-03-29 12:32:16.474+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="ALTER TABLE message RENAME COLUMN storedAt TO timestamp;"
INF 2026-03-29 12:32:16.475+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="ALTER TABLE message RENAME COLUMN storedAt TO timestamp;"
INF 2026-03-29 12:32:16.475+00:00 database user_version updated topics="sqlite" tid=1 file=db_sqlite.nim:481 userVersion=10
INF 2026-03-29 12:32:16.475+00:00 finished message store's sqlite database migration topics="waku archive migration" tid=1 file=migrations.nim:70
INF 2026-03-29 12:32:16.475+00:00 setting up sqlite waku archive driver tid=1 file=builder.nim:65
INF 2026-03-29 12:32:16.476+00:00 executing message retention policy topics="waku archive" tid=1 file=archive.nim:270 policy=time:172800
INF 2026-03-29 12:32:16.476+00:00 beginning of executing message retention policy - time topics="waku archive retention_policy" tid=1 file=retention_policy_time.nim:22
INF 2026-03-29 12:32:16.476+00:00 end of executing message retention policy - time topics="waku archive retention_policy" tid=1 file=retention_policy_time.nim:30
INF 2026-03-29 12:32:16.476+00:00 mounting waku store protocol topics="waku node store api" tid=1 file=store.nim:255
TRC 2026-03-29 12:32:16.476+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/vac/waku/store-query/3.0.0]"
INF 2026-03-29 12:32:16.476+00:00 mounting store client topics="waku node store api" tid=1 file=store.nim:274
INF 2026-03-29 12:32:16.476+00:00 mounting legacy store client topics="waku node store api" tid=1 file=store.nim:145
INF 2026-03-29 12:32:16.476+00:00 mounting auto sharding topics="waku node" tid=1 file=waku_node.nim:305 clusterId=3 shardCount=1
INF 2026-03-29 12:32:16.476+00:00 Shards created from content topics tid=1 file=node_factory.nim:333 contentTopics=[] shards=[]
INF 2026-03-29 12:32:16.476+00:00 Setting max message size tid=1 file=node_factory.nim:342 num_bytes=153600
INF 2026-03-29 12:32:16.476+00:00 mounting relay protocol topics="waku node relay api" tid=1 file=relay.nim:259
TRC 2026-03-29 12:32:16.477+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/vac/waku/relay/2.0.0, /meshsub/1.3.0, /meshsub/1.2.0, /meshsub/1.1.0, /meshsub/1.0.0, /meshsub/1.3.0, /meshsub/1.2.0, /meshsub/1.1.0, /meshsub/1.0.0]"
INF 2026-03-29 12:32:16.477+00:00 relay mounted successfully topics="waku node relay api" tid=1 file=relay.nim:276
INF 2026-03-29 12:32:16.477+00:00 adding validator to signed shards tid=1 file=validator_signed.nim:56 protectedShards=[] clusterId=3
INF 2026-03-29 12:32:16.477+00:00 mounting rendezvous discovery protocol topics="waku node" tid=1 file=waku_node.nim:432
INF 2026-03-29 12:32:16.477+00:00 waku rendezvous initialized topics="waku node" tid=1 file=protocol.nim:206 clusterId=3 shards="[0]" capabilities="[Relay, Store]" wakuPeerRecord="(peerId: 16U*nhqMay, seqNo: 1774787536, addresses: [/ip4/172.18.27.188/tcp/59817, /ip4/172.18.27.188/tcp/59818/ws], mixKey: )"
TRC 2026-03-29 12:32:16.477+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/vac/waku/rendezvous/1.0.0]"
INF 2026-03-29 12:32:16.477+00:00 mounting rendezvous client topics="waku node" tid=1 file=waku_node.nim:418
INF 2026-03-29 12:32:16.477+00:00 waku rendezvous client initialized topics="waku node" tid=1 file=client.nim:130 clusterId=3
INF 2026-03-29 12:32:16.477+00:00 mounting libp2p ping protocol topics="waku node ping api" tid=1 file=ping.nim:20
TRC 2026-03-29 12:32:16.477+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/ipfs/ping/1.0.0]"
INF 2026-03-29 12:32:16.477+00:00 mounting light push client topics="waku node lightpush api" tid=1 file=lightpush.nim:183
INF 2026-03-29 12:32:16.477+00:00 mounting legacy light push client topics="waku node lightpush api" tid=1 file=lightpush.nim:72
INF 2026-03-29 12:32:16.477+00:00 mounting filter client topics="waku node filter api" tid=1 file=filter.nim:81
TRC 2026-03-29 12:32:16.477+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/vac/waku/filter-push/2.0.0-beta1]"
INF 2026-03-29 12:32:16.477+00:00 mounting waku peer exchange topics="waku node peerexchange api" tid=1 file=peer_exchange.nim:37
TRC 2026-03-29 12:32:16.477+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/vac/waku/peer-exchange/2.0.0-alpha1]"
INF 2026-03-29 12:32:16.477+00:00 mounting waku peer exchange client topics="waku node peerexchange api" tid=1 file=peer_exchange.nim:54
NTC 2026-03-29 12:32:16.477+00:00 REST service started tid=1 file=server.nim:182 address=0.0.0.0:59816
INF 2026-03-29 12:32:16.477+00:00 Starting REST HTTP server tid=1 file=builder.nim:113 url=http://0.0.0.0:59816/
INF 2026-03-29 12:32:16.478+00:00 No external callbacks to be set topics="wakunode waku" tid=1 file=waku.nim:127
TRC 2026-03-29 12:32:16.478+00:00 Send processor chain topics="send service" tid=1 file=send_service.nim:94 index=1 processor=BaseSendProcessor
INF 2026-03-29 12:32:16.478+00:00 Retrieve dynamic bootstrap nodes topics="wakunode waku" tid=1 file=waku.nim:367
INF 2026-03-29 12:32:16.478+00:00 Running nwaku node tid=1 file=node_factory.nim:464 version=v0.38.0-rc.0-14-g5c335c
INF 2026-03-29 12:32:16.478+00:00 Starting Waku node topics="waku node" tid=1 file=waku_node.nim:625 version=v0.38.0-rc.0-14-g5c335c
INF 2026-03-29 12:32:16.478+00:00 starting relay protocol topics="waku node" tid=1 file=waku_node.nim:389
INF 2026-03-29 12:32:16.478+00:00 start topics="waku relay" tid=1 file=protocol.nim:519
TRC 2026-03-29 12:32:16.478+00:00 gossipsub start topics="libp2p gossipsub" tid=1 file=gossipsub.nim:1113
TRC 2026-03-29 12:32:16.478+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140194196197456
TRC 2026-03-29 12:32:16.478+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
TRC 2026-03-29 12:32:16.478+00:00 running scoring heartbeat topics="libp2p gossipsub" tid=1 file=scoring.nim:312 instance=140194196197456
TRC 2026-03-29 12:32:16.478+00:00 updating scores topics="libp2p gossipsub" tid=1 file=scoring.nim:144 peers=0
TRC 2026-03-29 12:32:16.478+00:00 updated scores topics="libp2p gossipsub" tid=1 file=scoring.nim:308 peers=0
INF 2026-03-29 12:32:16.478+00:00 relay started successfully topics="waku node" tid=1 file=waku_node.nim:410
INF 2026-03-29 12:32:16.478+00:00 waku rendezvous periodic registration started topics="waku rendezvous" tid=1 file=protocol.nim:127 interval=10s
INF 2026-03-29 12:32:16.478+00:00 waku rendezvous discovery started topics="waku rendezvous" tid=1 file=protocol.nim:227
INF 2026-03-29 12:32:16.478+00:00 waku rendezvous periodic requests started topics="waku rendezvous client" tid=1 file=client.nim:80 interval=10s
INF 2026-03-29 12:32:16.478+00:00 waku rendezvous client started topics="waku rendezvous client" tid=1 file=client.nim:136
DBG 2026-03-29 12:32:16.478+00:00 starting switch for peer topics="libp2p switch" tid=1 file=switch.nim:363 peerInfo="(peerId: 16Uiu2HAmJmpqeRQMhWBBF6ncgdrP5SEshWkNwGBUnMLhVhnhqMay, listenAddrs: [/ip4/0.0.0.0/tcp/59818/ws, /ip4/0.0.0.0/tcp/59817], 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:32:16.478+00:00 Starting TCP transport topics="libp2p tcptransport" tid=1 file=tcptransport.nim:116
TRC 2026-03-29 12:32:16.478+00:00 Listening on topics="libp2p tcptransport" tid=1 file=tcptransport.nim:140 address=/ip4/0.0.0.0/tcp/59817
TRC 2026-03-29 12:32:16.478+00:00 starting transport on addrs topics="libp2p transport" tid=1 file=transport.nim:49 address=@[/ip4/0.0.0.0/tcp/59817]
DBG 2026-03-29 12:32:16.478+00:00 About to accept incoming connection topics="libp2p switch" tid=1 file=switch.nim:272
TRC 2026-03-29 12:32:16.479+00:00 Starting WS transport topics="libp2p wstransport" tid=1 file=wstransport.nim:154
TRC 2026-03-29 12:32:16.479+00:00 starting transport on addrs topics="libp2p transport" tid=1 file=transport.nim:49 address=@[/ip4/0.0.0.0/tcp/59818/ws]
TRC 2026-03-29 12:32:16.479+00:00 Created HTTP Server topics="libp2p wstransport" tid=1 file=server.nim:262 host=0.0.0.0:59818
TRC 2026-03-29 12:32:16.479+00:00 Listening on topics="libp2p wstransport" tid=1 file=wstransport.nim:204 addresses="[/ip4/0.0.0.0/tcp/59818/ws]"
INF 2026-03-29 12:32:16.479+00:00 Setting up AutonatService topics="libp2p autonatservice" tid=1 file=service.nim:207
TRC 2026-03-29 12:32:16.479+00:00 Running AutonatService topics="libp2p autonatservice" tid=1 file=service.nim:231
TRC 2026-03-29 12:32:16.479+00:00 Asking peers for reachability topics="libp2p autonatservice" tid=1 file=service.nim:160
DBG 2026-03-29 12:32:16.479+00:00 About to accept incoming connection topics="libp2p switch" tid=1 file=switch.nim:272
TRC 2026-03-29 12:32:16.479+00:00 WsTransport accept topics="libp2p wstransport" tid=1 file=wstransport.nim:279
TRC 2026-03-29 12:32:16.479+00:00 Awaiting new request topics="websock http-server" tid=1 file=server.nim:194
TRC 2026-03-29 12:32:16.480+00:00 gossipsub start topics="libp2p gossipsub" tid=1 file=gossipsub.nim:1113
WRN 2026-03-29 12:32:16.480+00:00 Starting gossipsub twice topics="libp2p gossipsub" tid=1 file=gossipsub.nim:1116
WRN 2026-03-29 12:32:16.480+00:00 Starting rendezvous twice topics="waku rendezvous" tid=1 file=rendezvous.nim:626
DBG 2026-03-29 12:32:16.480+00:00 Started libp2p node topics="libp2p switch" tid=1 file=switch.nim:403 peer="(peerId: 16Uiu2HAmJmpqeRQMhWBBF6ncgdrP5SEshWkNwGBUnMLhVhnhqMay, listenAddrs: [/ip4/0.0.0.0/tcp/59817, /ip4/0.0.0.0/tcp/59818/ws], addrs: [/ip4/172.18.27.188/tcp/59817, /ip4/172.18.27.188/tcp/59818/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:32:16.480+00:00 PeerInfo topics="waku node" tid=1 file=waku_node.nim:478 peerId=16U*nhqMay addrs="[/ip4/172.18.27.188/tcp/59817, /ip4/172.18.27.188/tcp/59818/ws]"
INF 2026-03-29 12:32:16.480+00:00 Listening on topics="waku node" tid=1 file=waku_node.nim:501 full=[/ip4/0.0.0.0/tcp/59817/p2p/16Uiu2HAmJmpqeRQMhWBBF6ncgdrP5SEshWkNwGBUnMLhVhnhqMay][/ip4/0.0.0.0/tcp/59818/ws/p2p/16Uiu2HAmJmpqeRQMhWBBF6ncgdrP5SEshWkNwGBUnMLhVhnhqMay] localIp=172.17.0.176 switchAddress="@[/ip4/172.18.27.188/tcp/59817, /ip4/172.18.27.188/tcp/59818/ws]"
INF 2026-03-29 12:32:16.480+00:00 Announcing addresses topics="waku node" tid=1 file=waku_node.nim:503 full=[/ip4/172.18.27.188/tcp/59817/p2p/16Uiu2HAmJmpqeRQMhWBBF6ncgdrP5SEshWkNwGBUnMLhVhnhqMay][/ip4/172.18.27.188/tcp/59818/ws/p2p/16Uiu2HAmJmpqeRQMhWBBF6ncgdrP5SEshWkNwGBUnMLhVhnhqMay]
INF 2026-03-29 12:32:16.481+00:00 DNS: discoverable ENR topics="waku node" tid=1 file=waku_node.nim:504 enr=enr:-LO4QG6gDusYTgbKHls2s1N9RB5jmCnckMI1u_ul-pazzxOjAgcO6ajp66yeuiS5uy6nEoMuxM8HpHt6fqmko7sS65YBgmlkgnY0gmlwhKwSG7yKbXVsdGlhZGRyc4wACgSsEhu8Bumq3QOCcnOFAAMBAACJc2VjcDI1NmsxoQNa5m7YHRNNCkQdw6xZHiT8xv7DEgJQrkKHfQq1eDvLooN0Y3CC6amDdWRwgumrhXdha3UyAw
INF 2026-03-29 12:32:16.481+00:00 Node started successfully topics="waku node" tid=1 file=waku_node.nim:681
TRC 2026-03-29 12:32:16.481+00:00 Starting relay connectivity loop topics="waku node peer_manager" tid=1 file=peer_manager.nim:1069
TRC 2026-03-29 12:32:16.481+00:00 Starting prune peerstore loop topics="waku node peer_manager" tid=1 file=peer_manager.nim:1062
INF 2026-03-29 12:32:16.481+00:00 Relay peer connections topics="waku node peer_manager" tid=1 file=peer_manager.nim:843 inRelayConns=0/50 outRelayConns=0/25 totalConnections=0/150 notConnectedPeers=0 outsideBackoffPeers=0
INF 2026-03-29 12:32:16.481+00:00 PeerInfo topics="waku node" tid=1 file=waku_node.nim:478 peerId=16U*nhqMay addrs="[/ip4/172.18.27.188/tcp/59817, /ip4/172.18.27.188/tcp/59818/ws]"
INF 2026-03-29 12:32:16.481+00:00 Listening on topics="waku node" tid=1 file=waku_node.nim:501 full=[/ip4/0.0.0.0/tcp/59817/p2p/16Uiu2HAmJmpqeRQMhWBBF6ncgdrP5SEshWkNwGBUnMLhVhnhqMay][/ip4/0.0.0.0/tcp/59818/ws/p2p/16Uiu2HAmJmpqeRQMhWBBF6ncgdrP5SEshWkNwGBUnMLhVhnhqMay] localIp=172.17.0.176 switchAddress="@[/ip4/172.18.27.188/tcp/59817, /ip4/172.18.27.188/tcp/59818/ws]"
INF 2026-03-29 12:32:16.481+00:00 Announcing addresses topics="waku node" tid=1 file=waku_node.nim:503 full=[/ip4/172.18.27.188/tcp/59817/p2p/16Uiu2HAmJmpqeRQMhWBBF6ncgdrP5SEshWkNwGBUnMLhVhnhqMay][/ip4/172.18.27.188/tcp/59818/ws/p2p/16Uiu2HAmJmpqeRQMhWBBF6ncgdrP5SEshWkNwGBUnMLhVhnhqMay]
INF 2026-03-29 12:32:16.481+00:00 DNS: discoverable ENR topics="waku node" tid=1 file=waku_node.nim:504 enr=enr:-LO4QG6gDusYTgbKHls2s1N9RB5jmCnckMI1u_ul-pazzxOjAgcO6ajp66yeuiS5uy6nEoMuxM8HpHt6fqmko7sS65YBgmlkgnY0gmlwhKwSG7yKbXVsdGlhZGRyc4wACgSsEhu8Bumq3QOCcnOFAAMBAACJc2VjcDI1NmsxoQNa5m7YHRNNCkQdw6xZHiT8xv7DEgJQrkKHfQq1eDvLooN0Y3CC6amDdWRwgumrhXdha3UyAw
INF 2026-03-29 12:32:16.482+00:00 Waku node ENR updated successfully with new multiaddress topics="wakunode waku" tid=1 file=waku.nim:301 enr=enr:-L24QEUirtvMXRVzacd_yNug-a-w_ucmOVg6pPqEM_5vbe39cpTXKzXICTdLpqgXhW7OIFv5ytEjeVbEcGKIgRU0qCwCgmlkgnY0gmlwhKwSG7yKbXVsdGlhZGRyc5YACASsEhu8BumpAAoErBIbvAbpqt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDWuZu2B0TTQpEHcOsWR4k_Mb-wxICUK5Ch30KtXg7y6KDdGNwgumpg3VkcILpq4V3YWt1MgM record="(2, id: \"v4\", ip: 172.18.27.188, multiaddrs: 0x000804AC121BBC06E9A9000A04AC121BBC06E9AADD03, rs: 0x0003010000, secp256k1: 0x035AE66ED81D134D0A441DC3AC591E24FCC6FEC3120250AE42877D0AB5783BCBA2, tcp: 59817, udp: 59819, waku2: 0x03)"
INF 2026-03-29 12:32:16.482+00:00 peer filtering updated topics="waku discv5" tid=1 file=waku_discv5.nim:70
INF 2026-03-29 12:32:16.482+00:00 Starting discovery v5 service topics="waku discv5" tid=1 file=waku_discv5.nim:336
INF 2026-03-29 12:32:16.482+00:00 start listening on udp port topics="waku discv5" tid=1 file=waku_discv5.nim:338 address=0.0.0.0 port=59819
TRC 2026-03-29 12:32:16.482+00:00 start discv5 service topics="waku discv5" tid=1 file=waku_discv5.nim:346
INF 2026-03-29 12:32:16.482+00:00 Starting discovery v5 search topics="waku discv5" tid=1 file=waku_discv5.nim:258
TRC 2026-03-29 12:32:16.482+00:00 running discv5 discovery loop topics="waku discv5" tid=1 file=waku_discv5.nim:261
TRC 2026-03-29 12:32:16.482+00:00 discv5 discovered peers topics="waku discv5" tid=1 file=waku_discv5.nim:277 num_discovered_peers=0 peers=[]
TRC 2026-03-29 12:32:16.482+00:00 discv5 discarded wrong records topics="waku discv5" tid=1 file=waku_discv5.nim:281 wrong_records=[]
INF 2026-03-29 12:32:16.482+00:00 Successfully started discovery v5 service topics="waku discv5" tid=1 file=waku_discv5.nim:352
INF 2026-03-29 12:32:16.482+00:00 Discv5: discoverable ENR topics="waku discv5" tid=1 file=waku_discv5.nim:353 enrUri=enr:-L24QCfynTKCzQKBfo7Y5Nxc6eC92cpeubOQI6kN18x77U5gSxDPFRO2iEqi7BtFoSSZbJBGB-LWbgJTsEtCDOqjcXIDgmlkgnY0gmlwhKwSG7yKbXVsdGlhZGRyc5YACASsEhu8BumpAAoErBIbvAbpqt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDWuZu2B0TTQpEHcOsWR4k_Mb-wxICUK5Ch30KtXg7y6KDdGNwgumpg3VkcILpq4V3YWt1MgM enr="(3, id: \"v4\", ip: 172.18.27.188, multiaddrs: 0x000804AC121BBC06E9A9000A04AC121BBC06E9AADD03, rs: 0x0003010000, secp256k1: 0x035AE66ED81D134D0A441DC3AC591E24FCC6FEC3120250AE42877D0AB5783BCBA2, tcp: 59817, udp: 59819, waku2: 0x03)"
INF 2026-03-29 12:32:16.482+00:00 subscribe topics="waku relay" tid=1 file=protocol.nim:594 pubsubTopic=/waku/2/rs/3/0
TRC 2026-03-29 12:32:16.482+00:00 adding validator for topic topics="libp2p pubsub" tid=1 file=pubsub.nim:667 topic=/waku/2/rs/3/0
TRC 2026-03-29 12:32:16.483+00:00 subscribing to topic topics="libp2p pubsub" tid=1 file=pubsub.nim:625 name=/waku/2/rs/3/0
TRC 2026-03-29 12:32:16.483+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:32:16.483+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:32:16.483+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:32:16.483+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
WRN 2026-03-29 12:32:16.483+00:00 No-effect API call to subscribe. Already subscribed to topic topics="waku node relay api" tid=1 file=relay.nim:161 pubsubTopic=/waku/2/rs/3/0
TRC 2026-03-29 12:32:16.483+00:00 Resolving IP using DNS topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:101 address=one.one.one.one servers="[1.1.1.1:53, 1.0.0.1:53]" domain=AF_UNSPEC
INF 2026-03-29 12:32:16.483+00:00 Health monitor loop start tid=1 file=node_health_monitor.nim:516
DBG 2026-03-29 12:32:16.483+00:00 calculateConnectionState tid=1 file=node_health_monitor.nim:408 relayCount=0 storeClientCount=0 lightpushCount=0 filterCount=0
INF 2026-03-29 12:32:16.483+00:00 starting keepalive tid=1 file=node_health_monitor.nim:678 randomPeersKeepalive=10s allPeersKeepalive=2m
TRC 2026-03-29 12:32:16.483+00:00 Running keepalive loop tid=1 file=node_health_monitor.nim:593
INF 2026-03-29 12:32:16.484+00:00 subscribe (was already subscribed in the mesh; appHandler set) topics="waku node relay api" tid=1 file=relay.nim:163 pubsubTopic=/waku/2/rs/3/0
INF 2026-03-29 12:32:16.486+00:00 REST services are installed tid=1 file=builder.nim:221
INF 2026-03-29 12:32:16.486+00:00 Starting metrics HTTP server topics="waku node metrics" tid=1 file=waku_metrics.nim:63 serverIp=0.0.0.0 serverPort=59820
INF 2026-03-29 12:32:16.486+00:00 getPubSubPeersInMesh - there is no mesh peer for the given pubsub topic topics="waku relay" tid=1 file=protocol.nim:419 pubsubTopic=/waku/2/rs/3/0
INF 2026-03-29 12:32:16.487+00:00 Metrics HTTP server started topics="waku node metrics" tid=1 file=waku_metrics.nim:73 serverIp=0.0.0.0 serverPort=59820
INF 2026-03-29 12:32:16.487+00:00 Setting up shutdown hooks topics="wakunode main" tid=1 file=wakunode2.nim:63
INF 2026-03-29 12:32:16.487+00:00 Node setup complete topics="wakunode main" tid=1 file=wakunode2.nim:102
TRC 2026-03-29 12:32:17.479+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140194196197456
TRC 2026-03-29 12:32:17.480+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:32:17.480+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:32:17.480+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:32:17.480+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:32:17.480+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
DBG 2026-03-29 12:32:17.508+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:55120 meth=GET uri=/health
DBG 2026-03-29 12:32:17.508+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:55120 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:17.508+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:55120 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:17.613+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:55132 meth=GET uri=/health
DBG 2026-03-29 12:32:17.613+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:55132 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:17.613+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:55132 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:17.718+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:55134 meth=GET uri=/health
DBG 2026-03-29 12:32:17.718+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:55134 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:17.718+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:55134 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:17.822+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:55148 meth=GET uri=/health
DBG 2026-03-29 12:32:17.822+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:55148 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:17.822+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:55148 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:17.926+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:55158 meth=GET uri=/health
DBG 2026-03-29 12:32:17.926+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:55158 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:17.926+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:55158 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:18.029+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:55170 meth=GET uri=/health
DBG 2026-03-29 12:32:18.029+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:55170 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:18.030+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:55170 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:18.133+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:55174 meth=GET uri=/health
DBG 2026-03-29 12:32:18.134+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:55174 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:18.134+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:55174 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:18.237+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:55190 meth=GET uri=/health
DBG 2026-03-29 12:32:18.237+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:55190 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:18.237+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:55190 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:18.341+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:55204 meth=GET uri=/health
DBG 2026-03-29 12:32:18.341+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:55204 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:18.341+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:55204 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:18.445+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:55218 meth=GET uri=/health
DBG 2026-03-29 12:32:18.446+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:55218 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:18.446+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:55218 uri=/health content_type=application/json content_size=821
TRC 2026-03-29 12:32:18.478+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140194196197456
TRC 2026-03-29 12:32:18.478+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:32:18.478+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:32:18.478+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:32:18.478+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:32:18.478+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
DBG 2026-03-29 12:32:18.549+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:55234 meth=GET uri=/health
DBG 2026-03-29 12:32:18.549+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:55234 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:18.549+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:55234 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:18.652+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:55238 meth=GET uri=/health
DBG 2026-03-29 12:32:18.652+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:55238 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:18.653+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:55238 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:18.759+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:55252 meth=GET uri=/health
DBG 2026-03-29 12:32:18.759+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:55252 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:18.760+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:55252 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:18.865+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:55256 meth=GET uri=/health
DBG 2026-03-29 12:32:18.865+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:55256 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:18.865+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:55256 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:18.968+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:55258 meth=GET uri=/health
DBG 2026-03-29 12:32:18.968+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:55258 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:18.968+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:55258 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:19.072+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:55274 meth=GET uri=/health
DBG 2026-03-29 12:32:19.072+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:55274 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:19.072+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:55274 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:19.175+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:55278 meth=GET uri=/health
DBG 2026-03-29 12:32:19.175+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:55278 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:19.176+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:55278 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:19.280+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:55294 meth=GET uri=/health
DBG 2026-03-29 12:32:19.280+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:55294 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:19.280+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:55294 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:19.383+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:55298 meth=GET uri=/health
DBG 2026-03-29 12:32:19.383+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:55298 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:19.383+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:55298 uri=/health content_type=application/json content_size=821
TRC 2026-03-29 12:32:19.478+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140194196197456
TRC 2026-03-29 12:32:19.478+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:32:19.478+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:32:19.478+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:32:19.478+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:32:19.478+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
DBG 2026-03-29 12:32:19.487+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:55300 meth=GET uri=/health
DBG 2026-03-29 12:32:19.487+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:55300 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:19.487+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:55300 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:19.591+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:55304 meth=GET uri=/health
DBG 2026-03-29 12:32:19.591+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:55304 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:19.592+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:55304 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:19.697+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:55306 meth=GET uri=/health
DBG 2026-03-29 12:32:19.697+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:55306 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:19.697+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:55306 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:19.804+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:55320 meth=GET uri=/health
DBG 2026-03-29 12:32:19.804+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:55320 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:19.804+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:55320 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:19.908+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:55330 meth=GET uri=/health
DBG 2026-03-29 12:32:19.908+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:55330 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:19.909+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:55330 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:20.013+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:55332 meth=GET uri=/health
DBG 2026-03-29 12:32:20.013+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:55332 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:20.013+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:55332 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:20.117+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:55348 meth=GET uri=/health
DBG 2026-03-29 12:32:20.117+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:55348 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:20.117+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:55348 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:20.222+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:55350 meth=GET uri=/health
DBG 2026-03-29 12:32:20.222+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:55350 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:20.222+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:55350 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:20.326+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:55366 meth=GET uri=/health
DBG 2026-03-29 12:32:20.326+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:55366 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:20.326+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:55366 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:20.429+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:55382 meth=GET uri=/health
DBG 2026-03-29 12:32:20.429+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:55382 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:20.429+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:55382 uri=/health content_type=application/json content_size=821
TRC 2026-03-29 12:32:20.479+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140194196197456
TRC 2026-03-29 12:32:20.480+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:32:20.480+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:32:20.480+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:32:20.480+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:32:20.480+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
DBG 2026-03-29 12:32:20.533+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:55386 meth=GET uri=/health
DBG 2026-03-29 12:32:20.533+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:55386 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:20.534+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:55386 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:20.639+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:55402 meth=GET uri=/health
DBG 2026-03-29 12:32:20.639+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:55402 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:20.639+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:55402 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:20.742+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:55412 meth=GET uri=/health
DBG 2026-03-29 12:32:20.742+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:55412 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:20.743+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:55412 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:20.846+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:55422 meth=GET uri=/health
DBG 2026-03-29 12:32:20.846+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:55422 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:20.846+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:55422 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:20.950+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:55432 meth=GET uri=/health
DBG 2026-03-29 12:32:20.950+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:55432 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:20.950+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:55432 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:21.053+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:55436 meth=GET uri=/health
DBG 2026-03-29 12:32:21.053+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:55436 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:21.054+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:55436 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:21.158+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:55452 meth=GET uri=/health
DBG 2026-03-29 12:32:21.158+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:55452 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:21.158+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:55452 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:21.261+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:55466 meth=GET uri=/health
DBG 2026-03-29 12:32:21.261+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:55466 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:21.262+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:55466 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:21.366+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:55474 meth=GET uri=/health
DBG 2026-03-29 12:32:21.366+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:55474 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:21.366+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:55474 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:21.469+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:55478 meth=GET uri=/health
DBG 2026-03-29 12:32:21.469+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:55478 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:21.469+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:55478 uri=/health content_type=application/json content_size=821
TRC 2026-03-29 12:32:21.479+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140194196197456
TRC 2026-03-29 12:32:21.479+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:32:21.479+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:32:21.479+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:32:21.479+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:32:21.479+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
TRC 2026-03-29 12:32:21.483+00:00 running discv5 discovery loop topics="waku discv5" tid=1 file=waku_discv5.nim:261
TRC 2026-03-29 12:32:21.483+00:00 discv5 discovered peers topics="waku discv5" tid=1 file=waku_discv5.nim:277 num_discovered_peers=0 peers=[]
TRC 2026-03-29 12:32:21.483+00:00 discv5 discarded wrong records topics="waku discv5" tid=1 file=waku_discv5.nim:281 wrong_records=[]
INF 2026-03-29 12:32:21.502+00:00 Failed to query DNS topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:124 address=one.one.one.one error="DNS server timeout: Timeout exceeded!"
DBG 2026-03-29 12:32:21.572+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:55480 meth=GET uri=/health
DBG 2026-03-29 12:32:21.573+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:55480 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:21.573+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:55480 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:21.676+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:55486 meth=GET uri=/health
DBG 2026-03-29 12:32:21.676+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:55486 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:21.676+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:55486 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:21.781+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:55492 meth=GET uri=/health
DBG 2026-03-29 12:32:21.781+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:55492 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:21.782+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:55492 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:21.885+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:55496 meth=GET uri=/health
DBG 2026-03-29 12:32:21.885+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:55496 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:21.885+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:55496 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:21.988+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:55508 meth=GET uri=/health
DBG 2026-03-29 12:32:21.989+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:55508 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:21.989+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:55508 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:22.092+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:55522 meth=GET uri=/health
DBG 2026-03-29 12:32:22.093+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:55522 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:22.093+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:55522 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:22.196+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:55538 meth=GET uri=/health
DBG 2026-03-29 12:32:22.196+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:55538 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:22.196+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:55538 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:22.300+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:55540 meth=GET uri=/health
DBG 2026-03-29 12:32:22.300+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:55540 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:22.300+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:55540 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:22.403+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:55556 meth=GET uri=/health
DBG 2026-03-29 12:32:22.403+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:55556 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:22.404+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:55556 uri=/health content_type=application/json content_size=821
TRC 2026-03-29 12:32:22.478+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140194196197456
TRC 2026-03-29 12:32:22.478+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:32:22.478+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:32:22.478+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:32:22.478+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:32:22.478+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
DBG 2026-03-29 12:32:22.507+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:55568 meth=GET uri=/health
DBG 2026-03-29 12:32:22.507+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:55568 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:22.507+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:55568 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:22.611+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:55574 meth=GET uri=/health
DBG 2026-03-29 12:32:22.611+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:55574 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:22.611+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:55574 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:22.714+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:55586 meth=GET uri=/health
DBG 2026-03-29 12:32:22.715+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:55586 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:22.715+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:55586 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:22.818+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:55598 meth=GET uri=/health
DBG 2026-03-29 12:32:22.818+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:55598 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:22.819+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:55598 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:22.922+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:55614 meth=GET uri=/health
DBG 2026-03-29 12:32:22.923+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:55614 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:22.923+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:55614 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:23.026+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:55616 meth=GET uri=/health
DBG 2026-03-29 12:32:23.026+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:55616 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:23.027+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:55616 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:23.130+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:55626 meth=GET uri=/health
DBG 2026-03-29 12:32:23.130+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:55626 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:23.130+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:55626 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:23.233+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:55632 meth=GET uri=/health
DBG 2026-03-29 12:32:23.233+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:55632 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:23.233+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:55632 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:23.337+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:55636 meth=GET uri=/health
DBG 2026-03-29 12:32:23.337+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:55636 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:23.338+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:55636 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:23.442+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:55648 meth=GET uri=/health
DBG 2026-03-29 12:32:23.442+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:55648 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:23.442+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:55648 uri=/health content_type=application/json content_size=821
TRC 2026-03-29 12:32:23.478+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140194196197456
TRC 2026-03-29 12:32:23.478+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:32:23.478+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:32:23.478+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:32:23.478+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:32:23.478+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
DBG 2026-03-29 12:32:23.546+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:55662 meth=GET uri=/health
DBG 2026-03-29 12:32:23.546+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:55662 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:23.546+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:55662 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:23.649+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:46362 meth=GET uri=/health
DBG 2026-03-29 12:32:23.649+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:46362 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:23.649+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:46362 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:23.752+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:46368 meth=GET uri=/health
DBG 2026-03-29 12:32:23.752+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:46368 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:23.752+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:46368 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:23.855+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:46382 meth=GET uri=/health
DBG 2026-03-29 12:32:23.856+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:46382 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:23.856+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:46382 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:23.960+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:46394 meth=GET uri=/health
DBG 2026-03-29 12:32:23.960+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:46394 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:23.960+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:46394 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:24.064+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:46400 meth=GET uri=/health
DBG 2026-03-29 12:32:24.065+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:46400 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:24.065+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:46400 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:24.168+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:46412 meth=GET uri=/health
DBG 2026-03-29 12:32:24.168+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:46412 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:24.168+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:46412 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:24.272+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:46420 meth=GET uri=/health
DBG 2026-03-29 12:32:24.272+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:46420 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:24.272+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:46420 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:24.375+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:46426 meth=GET uri=/health
DBG 2026-03-29 12:32:24.375+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:46426 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:24.376+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:46426 uri=/health content_type=application/json content_size=821
TRC 2026-03-29 12:32:24.478+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140194196197456
TRC 2026-03-29 12:32:24.478+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:32:24.479+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:32:24.479+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:32:24.479+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:32:24.479+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
DBG 2026-03-29 12:32:24.481+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:46438 meth=GET uri=/health
DBG 2026-03-29 12:32:24.481+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:46438 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:24.481+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:46438 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:24.584+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:46440 meth=GET uri=/health
DBG 2026-03-29 12:32:24.585+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:46440 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:24.585+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:46440 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:24.688+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:46446 meth=GET uri=/health
DBG 2026-03-29 12:32:24.688+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:46446 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:24.689+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:46446 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:24.792+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:46456 meth=GET uri=/health
DBG 2026-03-29 12:32:24.792+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:46456 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:24.792+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:46456 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:24.895+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:46470 meth=GET uri=/health
DBG 2026-03-29 12:32:24.896+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:46470 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:24.896+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:46470 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:24.999+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:46472 meth=GET uri=/health
DBG 2026-03-29 12:32:24.999+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:46472 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:24.999+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:46472 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:25.103+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:46476 meth=GET uri=/health
DBG 2026-03-29 12:32:25.103+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:46476 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:25.103+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:46476 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:25.207+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:46478 meth=GET uri=/health
DBG 2026-03-29 12:32:25.207+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:46478 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:25.207+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:46478 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:25.310+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:46484 meth=GET uri=/health
DBG 2026-03-29 12:32:25.310+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:46484 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:25.311+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:46484 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:25.414+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:46488 meth=GET uri=/health
DBG 2026-03-29 12:32:25.414+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:46488 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:25.414+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:46488 uri=/health content_type=application/json content_size=821
TRC 2026-03-29 12:32:25.479+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140194196197456
TRC 2026-03-29 12:32:25.479+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:32:25.479+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:32:25.479+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:32:25.479+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:32:25.479+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
DBG 2026-03-29 12:32:25.518+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:46500 meth=GET uri=/health
DBG 2026-03-29 12:32:25.518+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:46500 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:25.518+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:46500 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:25.622+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:46514 meth=GET uri=/health
DBG 2026-03-29 12:32:25.622+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:46514 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:25.622+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:46514 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:25.725+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:46528 meth=GET uri=/health
DBG 2026-03-29 12:32:25.725+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:46528 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:25.726+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:46528 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:25.829+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:46530 meth=GET uri=/health
DBG 2026-03-29 12:32:25.830+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:46530 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:25.830+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:46530 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:25.933+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:46534 meth=GET uri=/health
DBG 2026-03-29 12:32:25.933+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:46534 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:25.934+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:46534 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:26.037+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:46546 meth=GET uri=/health
DBG 2026-03-29 12:32:26.037+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:46546 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:26.037+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:46546 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:26.140+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:46548 meth=GET uri=/health
DBG 2026-03-29 12:32:26.141+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:46548 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:26.141+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:46548 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:26.244+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:46564 meth=GET uri=/health
DBG 2026-03-29 12:32:26.244+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:46564 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:26.245+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:46564 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:26.348+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:46568 meth=GET uri=/health
DBG 2026-03-29 12:32:26.348+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:46568 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:26.348+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:46568 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:26.452+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:46584 meth=GET uri=/health
DBG 2026-03-29 12:32:26.452+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:46584 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:26.452+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:46584 uri=/health content_type=application/json content_size=821
TRC 2026-03-29 12:32:26.479+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140194196197456
TRC 2026-03-29 12:32:26.479+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:32:26.479+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:32:26.479+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:32:26.479+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:32:26.479+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
TRC 2026-03-29 12:32:26.479+00:00 waku rendezvous advertisements started topics="waku rendezvous" tid=1 file=protocol.nim:112
TRC 2026-03-29 12:32:26.479+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=140194196083728
TRC 2026-03-29 12:32:26.479+00:00 No peer found for protocol topics="waku node peer_manager" tid=1 file=peer_manager.nim:265 protocol=/vac/waku/rendezvous/1.0.0
INF 2026-03-29 12:32:26.479+00:00 waku rendezvous advertisements failed topics="waku rendezvous" tid=1 file=protocol.nim:135 error="could not get a peer supporting RendezVousCodec"
TRC 2026-03-29 12:32:26.479+00:00 waku rendezvous client requests started topics="waku rendezvous client" tid=1 file=client.nim:43
TRC 2026-03-29 12:32:26.479+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=140194196083728
TRC 2026-03-29 12:32:26.479+00:00 No peer found for protocol topics="waku node peer_manager" tid=1 file=peer_manager.nim:265 protocol=/vac/waku/rendezvous/1.0.0
ERR 2026-03-29 12:32:26.479+00:00 waku rendezvous requests failed topics="waku rendezvous client" tid=1 file=client.nim:87 error="could not get a peer supporting WakuRendezVousCodec"
TRC 2026-03-29 12:32:26.483+00:00 running discv5 discovery loop topics="waku discv5" tid=1 file=waku_discv5.nim:261
TRC 2026-03-29 12:32:26.484+00:00 discv5 discovered peers topics="waku discv5" tid=1 file=waku_discv5.nim:277 num_discovered_peers=0 peers=[]
TRC 2026-03-29 12:32:26.484+00:00 discv5 discarded wrong records topics="waku discv5" tid=1 file=waku_discv5.nim:281 wrong_records=[]
TRC 2026-03-29 12:32:26.484+00:00 Mesh peers for keepalive tid=1 file=node_health_monitor.nim:558 meshPeers=[]
TRC 2026-03-29 12:32:26.484+00:00 Selected peers for keepalive tid=1 file=node_health_monitor.nim:569 selected=[]
TRC 2026-03-29 12:32:26.484+00:00 Pinging random peers tid=1 file=node_health_monitor.nim:629 count=0 countdownToPingAll=11
TRC 2026-03-29 12:32:26.484+00:00 Keepalive results tid=1 file=node_health_monitor.nim:644 attemptedPings=0 successfulPings=0
TRC 2026-03-29 12:32:26.484+00:00 Running keepalive loop tid=1 file=node_health_monitor.nim:593
INF 2026-03-29 12:32:26.503+00:00 Failed to query DNS topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:124 address=one.one.one.one error="DNS server timeout: Timeout exceeded!"
DBG 2026-03-29 12:32:26.503+00:00 Failed to resolve address, returning empty set topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:158
DBG 2026-03-29 12:32:26.555+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:46600 meth=GET uri=/health
DBG 2026-03-29 12:32:26.555+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:46600 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:26.556+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:46600 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:26.659+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:46606 meth=GET uri=/health
DBG 2026-03-29 12:32:26.659+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:46606 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:26.659+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:46606 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:26.762+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:46620 meth=GET uri=/health
DBG 2026-03-29 12:32:26.762+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:46620 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:26.763+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:46620 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:26.866+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:46634 meth=GET uri=/health
DBG 2026-03-29 12:32:26.866+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:46634 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:26.866+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:46634 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:26.969+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:46640 meth=GET uri=/health
DBG 2026-03-29 12:32:26.969+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:46640 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:26.970+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:46640 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:27.073+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:46642 meth=GET uri=/health
DBG 2026-03-29 12:32:27.073+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:46642 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:27.074+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:46642 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:27.177+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:46646 meth=GET uri=/health
DBG 2026-03-29 12:32:27.178+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:46646 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:27.178+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:46646 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:27.282+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:46658 meth=GET uri=/health
DBG 2026-03-29 12:32:27.282+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:46658 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:27.282+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:46658 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:27.385+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:46666 meth=GET uri=/health
DBG 2026-03-29 12:32:27.385+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:46666 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:27.386+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:46666 uri=/health content_type=application/json content_size=821
TRC 2026-03-29 12:32:27.478+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140194196197456
TRC 2026-03-29 12:32:27.478+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:32:27.478+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:32:27.478+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:32:27.478+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:32:27.479+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
ERR 2026-03-29 12:32:27.488+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:32:27.489+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:46674 meth=GET uri=/health
DBG 2026-03-29 12:32:27.489+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:46674 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:27.489+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:46674 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:27.594+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:46690 meth=GET uri=/health
DBG 2026-03-29 12:32:27.594+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:46690 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:27.595+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:46690 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:27.702+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:46698 meth=GET uri=/health
DBG 2026-03-29 12:32:27.702+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:46698 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:27.703+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:46698 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:27.806+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:46700 meth=GET uri=/health
DBG 2026-03-29 12:32:27.806+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:46700 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:27.806+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:46700 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:27.909+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:46714 meth=GET uri=/health
DBG 2026-03-29 12:32:27.909+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:46714 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:27.909+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:46714 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:28.013+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:46718 meth=GET uri=/health
DBG 2026-03-29 12:32:28.013+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:46718 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:28.013+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:46718 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:28.117+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:46732 meth=GET uri=/health
DBG 2026-03-29 12:32:28.117+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:46732 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:28.118+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:46732 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:28.221+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:46742 meth=GET uri=/health
DBG 2026-03-29 12:32:28.221+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:46742 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:28.221+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:46742 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:28.325+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:46756 meth=GET uri=/health
DBG 2026-03-29 12:32:28.325+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:46756 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:28.326+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:46756 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:28.429+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:46758 meth=GET uri=/health
DBG 2026-03-29 12:32:28.429+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:46758 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:28.429+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:46758 uri=/health content_type=application/json content_size=821
TRC 2026-03-29 12:32:28.478+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140194196197456
TRC 2026-03-29 12:32:28.479+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:32:28.479+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:32:28.479+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:32:28.479+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:32:28.479+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
TRC 2026-03-29 12:32:28.479+00:00 running scoring heartbeat topics="libp2p gossipsub" tid=1 file=scoring.nim:312 instance=140194196197456
TRC 2026-03-29 12:32:28.479+00:00 updating scores topics="libp2p gossipsub" tid=1 file=scoring.nim:144 peers=0
TRC 2026-03-29 12:32:28.479+00:00 updated scores topics="libp2p gossipsub" tid=1 file=scoring.nim:308 peers=0
ERR 2026-03-29 12:32:28.489+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:32:28.532+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:46760 meth=GET uri=/health
DBG 2026-03-29 12:32:28.533+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:46760 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:28.533+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:46760 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:28.636+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:46776 meth=GET uri=/health
DBG 2026-03-29 12:32:28.636+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:46776 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:28.636+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:46776 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:28.739+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:46784 meth=GET uri=/health
DBG 2026-03-29 12:32:28.739+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:46784 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:28.740+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:46784 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:28.843+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:46788 meth=GET uri=/health
DBG 2026-03-29 12:32:28.843+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:46788 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:28.843+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:46788 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:28.947+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:46792 meth=GET uri=/health
DBG 2026-03-29 12:32:28.947+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:46792 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:28.948+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:46792 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:29.051+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:46800 meth=GET uri=/health
DBG 2026-03-29 12:32:29.051+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:46800 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:29.051+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:46800 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:29.155+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:46814 meth=GET uri=/health
DBG 2026-03-29 12:32:29.156+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:46814 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:29.156+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:46814 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:29.260+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:46826 meth=GET uri=/health
DBG 2026-03-29 12:32:29.260+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:46826 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:29.260+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:46826 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:29.363+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:46830 meth=GET uri=/health
DBG 2026-03-29 12:32:29.363+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:46830 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:29.364+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:46830 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:29.468+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:46834 meth=GET uri=/health
DBG 2026-03-29 12:32:29.469+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:46834 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:29.469+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:46834 uri=/health content_type=application/json content_size=821
TRC 2026-03-29 12:32:29.478+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140194196197456
TRC 2026-03-29 12:32:29.479+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:32:29.479+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:32:29.479+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:32:29.479+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:32:29.479+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
ERR 2026-03-29 12:32:29.490+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:32:29.576+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:46842 meth=GET uri=/health
DBG 2026-03-29 12:32:29.576+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:46842 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:29.576+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:46842 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:29.681+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:46846 meth=GET uri=/health
DBG 2026-03-29 12:32:29.681+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:46846 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:29.681+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:46846 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:29.784+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:46854 meth=GET uri=/health
DBG 2026-03-29 12:32:29.784+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:46854 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:29.785+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:46854 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:29.888+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:46856 meth=GET uri=/health
DBG 2026-03-29 12:32:29.888+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:46856 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:29.888+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:46856 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:29.992+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:46860 meth=GET uri=/health
DBG 2026-03-29 12:32:29.992+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:46860 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:29.992+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:46860 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:30.095+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:46864 meth=GET uri=/health
DBG 2026-03-29 12:32:30.095+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:46864 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:30.095+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:46864 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:30.199+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:46868 meth=GET uri=/health
DBG 2026-03-29 12:32:30.199+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:46868 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:30.200+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:46868 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:30.307+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:46878 meth=GET uri=/health
DBG 2026-03-29 12:32:30.307+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:46878 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:30.308+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:46878 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:30.413+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:46888 meth=GET uri=/health
DBG 2026-03-29 12:32:30.413+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:46888 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:30.413+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:46888 uri=/health content_type=application/json content_size=821
TRC 2026-03-29 12:32:30.478+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140194196197456
TRC 2026-03-29 12:32:30.478+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:32:30.478+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:32:30.478+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:32:30.478+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:32:30.478+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
ERR 2026-03-29 12:32:30.490+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:32:30.517+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:46904 meth=GET uri=/health
DBG 2026-03-29 12:32:30.518+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:46904 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:30.518+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:46904 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:30.622+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:46906 meth=GET uri=/health
DBG 2026-03-29 12:32:30.622+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:46906 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:30.622+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:46906 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:30.725+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:46920 meth=GET uri=/health
DBG 2026-03-29 12:32:30.725+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:46920 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:30.726+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:46920 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:30.829+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:46926 meth=GET uri=/health
DBG 2026-03-29 12:32:30.829+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:46926 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:30.829+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:46926 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:30.932+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:46936 meth=GET uri=/health
DBG 2026-03-29 12:32:30.933+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:46936 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:30.933+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:46936 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:31.036+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:46950 meth=GET uri=/health
DBG 2026-03-29 12:32:31.036+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:46950 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:31.037+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:46950 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:31.140+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:46954 meth=GET uri=/health
DBG 2026-03-29 12:32:31.140+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:46954 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:31.141+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:46954 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:31.243+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:46956 meth=GET uri=/health
DBG 2026-03-29 12:32:31.244+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:46956 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:31.244+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:46956 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:31.347+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:46964 meth=GET uri=/health
DBG 2026-03-29 12:32:31.348+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:46964 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:31.348+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:46964 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:31.452+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:46980 meth=GET uri=/health
DBG 2026-03-29 12:32:31.452+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:46980 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:31.452+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:46980 uri=/health content_type=application/json content_size=821
TRC 2026-03-29 12:32:31.480+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140194196197456
TRC 2026-03-29 12:32:31.480+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:32:31.480+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:32:31.480+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:32:31.480+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:32:31.480+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
TRC 2026-03-29 12:32:31.484+00:00 running discv5 discovery loop topics="waku discv5" tid=1 file=waku_discv5.nim:261
TRC 2026-03-29 12:32:31.484+00:00 discv5 discovered peers topics="waku discv5" tid=1 file=waku_discv5.nim:277 num_discovered_peers=0 peers=[]
TRC 2026-03-29 12:32:31.484+00:00 discv5 discarded wrong records topics="waku discv5" tid=1 file=waku_discv5.nim:281 wrong_records=[]
ERR 2026-03-29 12:32:31.491+00:00 connectToRelayPeers: won't attempt new connections - node is offline topics="waku node peer_manager" tid=1 file=peer_manager.nim:624
TRC 2026-03-29 12:32:31.503+00:00 Resolving IP using DNS topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:101 address=one.one.one.one servers="[1.1.1.1:53, 1.0.0.1:53]" domain=AF_UNSPEC
DBG 2026-03-29 12:32:31.556+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:46982 meth=GET uri=/health
DBG 2026-03-29 12:32:31.556+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:46982 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:31.556+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:46982 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:31.659+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:46984 meth=GET uri=/health
DBG 2026-03-29 12:32:31.659+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:46984 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:31.660+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:46984 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:31.763+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:46994 meth=GET uri=/health
DBG 2026-03-29 12:32:31.763+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:46994 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:31.763+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:46994 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:31.866+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:47000 meth=GET uri=/health
DBG 2026-03-29 12:32:31.866+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:47000 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:31.867+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:47000 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:31.970+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:47008 meth=GET uri=/health
DBG 2026-03-29 12:32:31.970+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:47008 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:31.970+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:47008 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:32.074+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:47010 meth=GET uri=/health
DBG 2026-03-29 12:32:32.074+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:47010 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:32.074+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:47010 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:32.178+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:47022 meth=GET uri=/health
DBG 2026-03-29 12:32:32.179+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:47022 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:32.179+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:47022 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:32.282+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:47026 meth=GET uri=/health
DBG 2026-03-29 12:32:32.282+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:47026 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:32.282+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:47026 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:32.385+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:47030 meth=GET uri=/health
DBG 2026-03-29 12:32:32.385+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:47030 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:32.386+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:47030 uri=/health content_type=application/json content_size=821
TRC 2026-03-29 12:32:32.478+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140194196197456
TRC 2026-03-29 12:32:32.478+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:32:32.478+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:32:32.478+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:32:32.479+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:32:32.479+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
DBG 2026-03-29 12:32:32.489+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:47038 meth=GET uri=/health
DBG 2026-03-29 12:32:32.489+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:47038 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:32.489+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:47038 uri=/health content_type=application/json content_size=821
ERR 2026-03-29 12:32:32.492+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:32:32.593+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:47048 meth=GET uri=/health
DBG 2026-03-29 12:32:32.594+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:47048 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:32.594+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:47048 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:32.699+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:47064 meth=GET uri=/health
DBG 2026-03-29 12:32:32.699+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:47064 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:32.699+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:47064 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:32.802+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:47080 meth=GET uri=/health
DBG 2026-03-29 12:32:32.802+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:47080 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:32.802+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:47080 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:32.905+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:47082 meth=GET uri=/health
DBG 2026-03-29 12:32:32.905+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:47082 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:32.906+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:47082 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:33.010+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:47088 meth=GET uri=/health
DBG 2026-03-29 12:32:33.010+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:47088 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:33.010+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:47088 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:33.114+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:47104 meth=GET uri=/health
DBG 2026-03-29 12:32:33.114+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:47104 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:33.114+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:47104 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:33.217+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:47110 meth=GET uri=/health
DBG 2026-03-29 12:32:33.217+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:47110 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:33.218+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:47110 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:33.321+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:47122 meth=GET uri=/health
DBG 2026-03-29 12:32:33.321+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:47122 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:33.321+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:47122 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:33.426+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:47124 meth=GET uri=/health
DBG 2026-03-29 12:32:33.426+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:47124 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:33.426+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:47124 uri=/health content_type=application/json content_size=821
TRC 2026-03-29 12:32:33.478+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140194196197456
TRC 2026-03-29 12:32:33.478+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:32:33.478+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:32:33.478+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:32:33.479+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:32:33.479+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
ERR 2026-03-29 12:32:33.492+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:32:33.529+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:47142 meth=GET uri=/health
DBG 2026-03-29 12:32:33.529+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:47142 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:33.529+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:47142 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:33.633+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:57200 meth=GET uri=/health
DBG 2026-03-29 12:32:33.633+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:57200 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:33.633+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:57200 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:33.736+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:57214 meth=GET uri=/health
DBG 2026-03-29 12:32:33.736+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:57214 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:33.737+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:57214 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:33.841+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:57228 meth=GET uri=/health
DBG 2026-03-29 12:32:33.841+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:57228 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:33.841+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:57228 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:33.945+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:57238 meth=GET uri=/health
DBG 2026-03-29 12:32:33.945+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:57238 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:33.945+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:57238 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:34.048+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:57248 meth=GET uri=/health
DBG 2026-03-29 12:32:34.049+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:57248 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:34.049+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:57248 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:34.152+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:57262 meth=GET uri=/health
DBG 2026-03-29 12:32:34.152+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:57262 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:34.152+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:57262 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:34.255+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:57264 meth=GET uri=/health
DBG 2026-03-29 12:32:34.255+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:57264 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:34.255+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:57264 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:34.358+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:57272 meth=GET uri=/health
DBG 2026-03-29 12:32:34.358+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:57272 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:34.359+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:57272 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:34.462+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:57286 meth=GET uri=/health
DBG 2026-03-29 12:32:34.462+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:57286 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:34.462+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:57286 uri=/health content_type=application/json content_size=821
TRC 2026-03-29 12:32:34.478+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140194196197456
TRC 2026-03-29 12:32:34.478+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:32:34.478+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:32:34.478+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:32:34.478+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:32:34.478+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
ERR 2026-03-29 12:32:34.492+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:32:34.566+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:57288 meth=GET uri=/health
DBG 2026-03-29 12:32:34.566+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:57288 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:34.566+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:57288 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:34.670+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:57296 meth=GET uri=/health
DBG 2026-03-29 12:32:34.670+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:57296 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:34.670+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:57296 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:34.773+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:57306 meth=GET uri=/health
DBG 2026-03-29 12:32:34.773+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:57306 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:34.774+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:57306 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:34.877+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:57316 meth=GET uri=/health
DBG 2026-03-29 12:32:34.877+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:57316 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:34.877+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:57316 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:34.980+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:57318 meth=GET uri=/health
DBG 2026-03-29 12:32:34.980+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:57318 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:34.981+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:57318 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:35.084+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:57324 meth=GET uri=/health
DBG 2026-03-29 12:32:35.084+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:57324 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:35.084+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:57324 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:35.187+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:57336 meth=GET uri=/health
DBG 2026-03-29 12:32:35.187+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:57336 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:35.188+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:57336 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:35.291+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:57352 meth=GET uri=/health
DBG 2026-03-29 12:32:35.291+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:57352 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:35.292+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:57352 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:35.395+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:57366 meth=GET uri=/health
DBG 2026-03-29 12:32:35.395+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:57366 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:35.395+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:57366 uri=/health content_type=application/json content_size=821
TRC 2026-03-29 12:32:35.479+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140194196197456
TRC 2026-03-29 12:32:35.479+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:32:35.479+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:32:35.479+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:32:35.479+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:32:35.479+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
ERR 2026-03-29 12:32:35.494+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:32:35.498+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:57368 meth=GET uri=/health
DBG 2026-03-29 12:32:35.498+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:57368 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:35.499+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:57368 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:35.602+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:57376 meth=GET uri=/health
DBG 2026-03-29 12:32:35.602+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:57376 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:35.603+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:57376 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:35.707+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:57390 meth=GET uri=/health
DBG 2026-03-29 12:32:35.708+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:57390 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:35.708+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:57390 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:35.811+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:57404 meth=GET uri=/health
DBG 2026-03-29 12:32:35.811+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:57404 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:35.811+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:57404 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:35.914+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:57418 meth=GET uri=/health
DBG 2026-03-29 12:32:35.915+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:57418 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:35.915+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:57418 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:36.020+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:57434 meth=GET uri=/health
DBG 2026-03-29 12:32:36.020+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:57434 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:36.021+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:57434 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:36.124+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:57446 meth=GET uri=/health
DBG 2026-03-29 12:32:36.124+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:57446 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:36.124+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:57446 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:36.228+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:57448 meth=GET uri=/health
DBG 2026-03-29 12:32:36.228+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:57448 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:36.228+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:57448 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:36.331+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:57464 meth=GET uri=/health
DBG 2026-03-29 12:32:36.331+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:57464 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:36.332+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:57464 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:36.435+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:57480 meth=GET uri=/health
DBG 2026-03-29 12:32:36.435+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:57480 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:36.435+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:57480 uri=/health content_type=application/json content_size=821
TRC 2026-03-29 12:32:36.478+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140194196197456
TRC 2026-03-29 12:32:36.478+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:32:36.478+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:32:36.478+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:32:36.478+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:32:36.478+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
TRC 2026-03-29 12:32:36.480+00:00 waku rendezvous advertisements started topics="waku rendezvous" tid=1 file=protocol.nim:112
TRC 2026-03-29 12:32:36.480+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=140194196083728
TRC 2026-03-29 12:32:36.480+00:00 No peer found for protocol topics="waku node peer_manager" tid=1 file=peer_manager.nim:265 protocol=/vac/waku/rendezvous/1.0.0
INF 2026-03-29 12:32:36.480+00:00 waku rendezvous advertisements failed topics="waku rendezvous" tid=1 file=protocol.nim:135 error="could not get a peer supporting RendezVousCodec"
TRC 2026-03-29 12:32:36.480+00:00 waku rendezvous client requests started topics="waku rendezvous client" tid=1 file=client.nim:43
TRC 2026-03-29 12:32:36.480+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=140194196083728
TRC 2026-03-29 12:32:36.480+00:00 No peer found for protocol topics="waku node peer_manager" tid=1 file=peer_manager.nim:265 protocol=/vac/waku/rendezvous/1.0.0
ERR 2026-03-29 12:32:36.480+00:00 waku rendezvous requests failed topics="waku rendezvous client" tid=1 file=client.nim:87 error="could not get a peer supporting WakuRendezVousCodec"
TRC 2026-03-29 12:32:36.485+00:00 Mesh peers for keepalive tid=1 file=node_health_monitor.nim:558 meshPeers=[]
TRC 2026-03-29 12:32:36.485+00:00 Selected peers for keepalive tid=1 file=node_health_monitor.nim:569 selected=[]
TRC 2026-03-29 12:32:36.485+00:00 Pinging random peers tid=1 file=node_health_monitor.nim:629 count=0 countdownToPingAll=10
TRC 2026-03-29 12:32:36.485+00:00 Keepalive results tid=1 file=node_health_monitor.nim:644 attemptedPings=0 successfulPings=0
TRC 2026-03-29 12:32:36.485+00:00 Running keepalive loop tid=1 file=node_health_monitor.nim:593
TRC 2026-03-29 12:32:36.485+00:00 running discv5 discovery loop topics="waku discv5" tid=1 file=waku_discv5.nim:261
TRC 2026-03-29 12:32:36.485+00:00 discv5 discovered peers topics="waku discv5" tid=1 file=waku_discv5.nim:277 num_discovered_peers=0 peers=[]
TRC 2026-03-29 12:32:36.485+00:00 discv5 discarded wrong records topics="waku discv5" tid=1 file=waku_discv5.nim:281 wrong_records=[]
ERR 2026-03-29 12:32:36.494+00:00 connectToRelayPeers: won't attempt new connections - node is offline topics="waku node peer_manager" tid=1 file=peer_manager.nim:624
INF 2026-03-29 12:32:36.504+00:00 Failed to query DNS topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:124 address=one.one.one.one error="DNS server timeout: Timeout exceeded!"
DBG 2026-03-29 12:32:36.538+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:57490 meth=GET uri=/health
DBG 2026-03-29 12:32:36.538+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:57490 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:36.539+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:57490 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:36.642+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:57496 meth=GET uri=/health
DBG 2026-03-29 12:32:36.642+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:57496 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:36.642+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:57496 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:36.745+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:57504 meth=GET uri=/health
DBG 2026-03-29 12:32:36.745+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:57504 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:36.746+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:57504 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:36.849+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:57514 meth=GET uri=/health
DBG 2026-03-29 12:32:36.849+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:57514 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:36.849+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:57514 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:36.953+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:57520 meth=GET uri=/health
DBG 2026-03-29 12:32:36.953+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:57520 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:36.953+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:57520 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:37.057+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:57530 meth=GET uri=/health
DBG 2026-03-29 12:32:37.057+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:57530 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:37.058+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:57530 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:37.161+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:57540 meth=GET uri=/health
DBG 2026-03-29 12:32:37.161+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:57540 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:37.161+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:57540 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:37.264+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:57548 meth=GET uri=/health
DBG 2026-03-29 12:32:37.264+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:57548 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:37.265+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:57548 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:37.368+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:57564 meth=GET uri=/health
DBG 2026-03-29 12:32:37.368+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:57564 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:37.368+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:57564 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:37.472+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:57566 meth=GET uri=/health
DBG 2026-03-29 12:32:37.472+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:57566 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:37.472+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:57566 uri=/health content_type=application/json content_size=821
TRC 2026-03-29 12:32:37.478+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140194196197456
TRC 2026-03-29 12:32:37.478+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:32:37.478+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:32:37.478+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:32:37.478+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:32:37.478+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
ERR 2026-03-29 12:32:37.495+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:32:37.575+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:57570 meth=GET uri=/health
DBG 2026-03-29 12:32:37.575+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:57570 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:37.576+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:57570 uri=/health content_type=application/json content_size=821
NTC 2026-03-29 12:32:37.700+00:00 Shutting down after receiving SIGTERM topics="wakunode main" tid=1 file=wakunode2.nim:82
INF 2026-03-29 12:32:37.700+00:00 Stopping discovery v5 service topics="waku discv5" tid=1 file=waku_discv5.nim:362
TRC 2026-03-29 12:32:37.700+00:00 Stop listening on discv5 port topics="waku discv5" tid=1 file=waku_discv5.nim:365
INF 2026-03-29 12:32:37.700+00:00 Successfully stopped discovery v5 service topics="waku discv5" tid=1 file=waku_discv5.nim:368
TRC 2026-03-29 12:32:37.701+00:00 Stopping switch topics="libp2p switch" tid=1 file=switch.nim:328
INF 2026-03-29 12:32:37.701+00:00 Stopping AutonatService topics="libp2p autonatservice" tid=1 file=service.nim:237
TRC 2026-03-29 12:32:37.701+00:00 Closing ConnManager topics="libp2p connmanager" tid=1 file=connmanager.nim:434
TRC 2026-03-29 12:32:37.701+00:00 Closed ConnManager topics="libp2p connmanager" tid=1 file=connmanager.nim:448
TRC 2026-03-29 12:32:37.701+00:00 Stopping TCP transport topics="libp2p tcptransport" tid=1 file=tcptransport.nim:159
TRC 2026-03-29 12:32:37.701+00:00 stopping transport topics="libp2p transport" tid=1 file=transport.nim:59 address=@[/ip4/0.0.0.0/tcp/59817]
TRC 2026-03-29 12:32:37.701+00:00 Transport stopped topics="libp2p tcptransport" tid=1 file=tcptransport.nim:189
TRC 2026-03-29 12:32:37.701+00:00 Stopping WS transport topics="libp2p wstransport" tid=1 file=wstransport.nim:213
TRC 2026-03-29 12:32:37.701+00:00 stopping transport topics="libp2p transport" tid=1 file=transport.nim:59 address=@[/ip4/0.0.0.0/tcp/59818/ws]
TRC 2026-03-29 12:32:37.701+00:00 Transport stopped topics="libp2p wstransport" tid=1 file=wstransport.nim:235
TRC 2026-03-29 12:32:37.701+00:00 gossipsub stop topics="libp2p gossipsub" tid=1 file=gossipsub.nim:1131
TRC 2026-03-29 12:32:37.701+00:00 Switch stopped topics="libp2p switch" tid=1 file=switch.nim:354
WRN 2026-03-29 12:32:37.702+00:00 Stopping rendezvous without starting it topics="waku rendezvous" tid=1 file=rendezvous.nim:638
WRN 2026-03-29 12:32:37.702+00:00 Stopping rendezvous without starting it topics="waku rendezvous" tid=1 file=rendezvous.nim:638
INF 2026-03-29 12:32:37.702+00:00 waku rendezvous discovery stopped topics="waku rendezvous" tid=1 file=protocol.nim:239
INF 2026-03-29 12:32:37.702+00:00 waku rendezvous client stopped topics="waku rendezvous client" tid=1 file=client.nim:142
INF 2026-03-29 12:32:37.702+00:00 Health monitor loop end tid=1 file=node_health_monitor.nim:543
NTC 2026-03-29 12:32:37.702+00:00 REST service stopped tid=1 file=server.nim:187 address=0.0.0.0:59816
WRN 2026-03-29 12:32:16.435+00:00 whether to mount storeSync is not specified, defaulting to not mounting topics="waku conf builder" tid=1 file=waku_conf_builder.nim:471
bSubscribeShards: some(@[0])
INF 2026-03-29 12:32:16.435+00:00 Sharding configuration: topics="waku conf builder" tid=1 file=waku_conf_builder.nim:506 shardingConf="(kind: AutoSharding, numShardsInCluster: 1)" subscribeShards=@[0]
INF 2026-03-29 12:32:16.435+00:00 Configuration: Enabled protocols topics="waku conf" tid=1 file=waku_conf.nim:157 relay=true rlnRelay=false store=true filter=false lightPush=false peerExchange=true rendezvous=true
INF 2026-03-29 12:32:16.435+00:00 Configuration. Network topics="waku conf" tid=1 file=waku_conf.nim:166 cluster=3
INF 2026-03-29 12:32:16.435+00:00 Configuration. Active Relay Shards topics="waku conf" tid=1 file=waku_conf.nim:169 shard=0
INF 2026-03-29 12:32:16.435+00:00 Setting up storage tid=1 file=node_factory.nim:532
INF 2026-03-29 12:32:16.436+00:00 Initializing node tid=1 file=node_factory.nim:541
TRC 2026-03-29 12:32:16.437+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/ipfs/id/1.0.0]"
TRC 2026-03-29 12:32:16.437+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/libp2p/autonat/1.0.0]"
TRC 2026-03-29 12:32:16.437+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/libp2p/circuit/relay/0.2.0/hop, /libp2p/circuit/relay/0.1.0]"
TRC 2026-03-29 12:32:16.437+00:00 no peer storage found tid=1 file=peer_manager.nim:1219
INF 2026-03-29 12:32:16.437+00:00 Initializing networking tid=1 file=waku_node.nim:228 addrs="@[/ip4/172.18.27.188/tcp/59817, /ip4/172.18.27.188/tcp/59818/ws]"
INF 2026-03-29 12:32:16.437+00:00 Mounting protocols tid=1 file=node_factory.nim:547
INF 2026-03-29 12:32:16.437+00:00 Created WakuMetadata protocol topics="waku node" tid=1 file=protocol.nim:107 clusterId=3 shards="[0]"
TRC 2026-03-29 12:32:16.437+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/vac/waku/metadata/1.0.0]"
INF 2026-03-29 12:32:16.442+00:00 sqlite database page stats tid=1 file=builder.nim:53 pageSize=4096 pages=1 freePages=0
INF 2026-03-29 12:32:16.442+00:00 starting message store's sqlite database migration topics="waku archive migration" tid=1 file=migrations.nim:57
INF 2026-03-29 12:32:16.442+00:00 Not considered schema version 7 topics="waku archive migration" tid=1 file=migrations.nim:45
INF 2026-03-29 12:32:16.442+00:00 database schema is outdated topics="sqlite" tid=1 file=db_sqlite.nim:447 userVersion=0 targetVersion=10
INF 2026-03-29 12:32:16.443+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="CREATE TABLE IF NOT EXISTS Message(\n id BLOB PRIMARY KEY,\n timestamp INTEGER NOT NULL,\n contentTopic BLOB NOT NULL,\n pubsubTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL\n ) WITHOUT ROWID;"
INF 2026-03-29 12:32:16.446+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="CREATE TABLE IF NOT EXISTS Message(\n id BLOB PRIMARY KEY,\n timestamp INTEGER NOT NULL,\n contentTopic BLOB NOT NULL,\n pubsubTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL\n ) WITHOUT ROWID;"
INF 2026-03-29 12:32:16.446+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="CREATE TABLE IF NOT EXISTS Message_backup (\n id BLOB PRIMARY KEY,\n timestamp INTEGER NOT NULL,\n contentTopic BLOB NOT NULL,\n pubsubTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL\n ) WITHOUT ROWID;"
INF 2026-03-29 12:32:16.447+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="CREATE TABLE IF NOT EXISTS Message_backup (\n id BLOB PRIMARY KEY,\n timestamp INTEGER NOT NULL,\n contentTopic BLOB NOT NULL,\n pubsubTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL\n ) WITHOUT ROWID;"
INF 2026-03-29 12:32:16.447+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="INSERT INTO Message_backup SELECT id, timestamp, contentTopic, pubsubTopic, payload, version FROM Message;"
INF 2026-03-29 12:32:16.447+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="INSERT INTO Message_backup SELECT id, timestamp, contentTopic, pubsubTopic, payload, version FROM Message;"
INF 2026-03-29 12:32:16.447+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE Message;"
INF 2026-03-29 12:32:16.448+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP TABLE Message;"
INF 2026-03-29 12:32:16.448+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="CREATE TABLE IF NOT EXISTS Message(\n id BLOB PRIMARY KEY,\n receiverTimestamp REAL NOT NULL,\n contentTopic BLOB NOT NULL,\n pubsubTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL,\n senderTimestamp REAL NOT NULL\n ) WITHOUT ROWID;"
INF 2026-03-29 12:32:16.449+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="CREATE TABLE IF NOT EXISTS Message(\n id BLOB PRIMARY KEY,\n receiverTimestamp REAL NOT NULL,\n contentTopic BLOB NOT NULL,\n pubsubTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL,\n senderTimestamp REAL NOT NULL\n ) WITHOUT ROWID;"
INF 2026-03-29 12:32:16.449+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="INSERT INTO Message (id, receiverTimestamp, contentTopic, pubsubTopic, payload, version, senderTimestamp)\n SELECT id, timestamp, contentTopic, pubsubTopic, payload, version, 0\n FROM Message_backup;"
INF 2026-03-29 12:32:16.449+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="INSERT INTO Message (id, receiverTimestamp, contentTopic, pubsubTopic, payload, version, senderTimestamp)\n SELECT id, timestamp, contentTopic, pubsubTopic, payload, version, 0\n FROM Message_backup;"
INF 2026-03-29 12:32:16.449+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE Message_backup;"
INF 2026-03-29 12:32:16.449+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP TABLE Message_backup;"
INF 2026-03-29 12:32:16.449+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="CREATE TABLE IF NOT EXISTS Message_backup (\n id BLOB PRIMARY KEY,\n receiverTimestamp REAL NOT NULL,\n contentTopic BLOB NOT NULL,\n pubsubTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL,\n senderTimestamp REAL NOT NULL\n ) WITHOUT ROWID;"
INF 2026-03-29 12:32:16.450+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="CREATE TABLE IF NOT EXISTS Message_backup (\n id BLOB PRIMARY KEY,\n receiverTimestamp REAL NOT NULL,\n contentTopic BLOB NOT NULL,\n pubsubTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL,\n senderTimestamp REAL NOT NULL\n ) WITHOUT ROWID;"
INF 2026-03-29 12:32:16.450+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="INSERT INTO Message_backup SELECT id, receiverTimestamp, contentTopic, pubsubTopic, payload, version, senderTimestamp FROM Message;"
INF 2026-03-29 12:32:16.450+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="INSERT INTO Message_backup SELECT id, receiverTimestamp, contentTopic, pubsubTopic, payload, version, senderTimestamp FROM Message;"
INF 2026-03-29 12:32:16.450+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE Message;"
INF 2026-03-29 12:32:16.451+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP TABLE Message;"
INF 2026-03-29 12:32:16.451+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="CREATE TABLE IF NOT EXISTS Message(\n id BLOB PRIMARY KEY,\n receiverTimestamp INTEGER NOT NULL,\n contentTopic BLOB NOT NULL,\n pubsubTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL,\n senderTimestamp INTEGER NOT NULL\n ) WITHOUT ROWID;"
INF 2026-03-29 12:32:16.452+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="CREATE TABLE IF NOT EXISTS Message(\n id BLOB PRIMARY KEY,\n receiverTimestamp INTEGER NOT NULL,\n contentTopic BLOB NOT NULL,\n pubsubTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL,\n senderTimestamp INTEGER NOT NULL\n ) WITHOUT ROWID;"
INF 2026-03-29 12:32:16.452+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="INSERT INTO Message (id, receiverTimestamp, contentTopic, pubsubTopic, payload, version, senderTimestamp)\n SELECT id, CAST(receiverTimestamp*1000000000 AS INTEGER), contentTopic, pubsubTopic, payload, version, CAST(senderTimestamp*1000000000 AS INTEGER)\n FROM Message_backup;"
INF 2026-03-29 12:32:16.452+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="INSERT INTO Message (id, receiverTimestamp, contentTopic, pubsubTopic, payload, version, senderTimestamp)\n SELECT id, CAST(receiverTimestamp*1000000000 AS INTEGER), contentTopic, pubsubTopic, payload, version, CAST(senderTimestamp*1000000000 AS INTEGER)\n FROM Message_backup;"
INF 2026-03-29 12:32:16.452+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE Message_backup;"
INF 2026-03-29 12:32:16.453+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP TABLE Message_backup;"
INF 2026-03-29 12:32:16.453+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="ALTER TABLE Message RENAME TO Message_backup;"
INF 2026-03-29 12:32:16.454+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="ALTER TABLE Message RENAME TO Message_backup;"
INF 2026-03-29 12:32:16.455+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="CREATE TABLE IF NOT EXISTS Message(\n id BLOB,\n receiverTimestamp INTEGER NOT NULL,\n contentTopic BLOB NOT NULL,\n pubsubTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL,\n senderTimestamp INTEGER NOT NULL,\n CONSTRAINT messageIndex PRIMARY KEY (senderTimestamp, id, pubsubTopic)\n ) WITHOUT ROWID;"
INF 2026-03-29 12:32:16.455+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="CREATE TABLE IF NOT EXISTS Message(\n id BLOB,\n receiverTimestamp INTEGER NOT NULL,\n contentTopic BLOB NOT NULL,\n pubsubTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL,\n senderTimestamp INTEGER NOT NULL,\n CONSTRAINT messageIndex PRIMARY KEY (senderTimestamp, id, pubsubTopic)\n ) WITHOUT ROWID;"
INF 2026-03-29 12:32:16.455+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="INSERT INTO Message\n SELECT *\n FROM Message_backup;"
INF 2026-03-29 12:32:16.455+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="INSERT INTO Message\n SELECT *\n FROM Message_backup;"
INF 2026-03-29 12:32:16.455+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE Message_backup;"
INF 2026-03-29 12:32:16.456+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP TABLE Message_backup;"
INF 2026-03-29 12:32:16.456+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="CREATE INDEX IF NOT EXISTS i_msg ON Message (contentTopic, pubsubTopic, senderTimestamp, id);"
INF 2026-03-29 12:32:16.457+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="CREATE INDEX IF NOT EXISTS i_msg ON Message (contentTopic, pubsubTopic, senderTimestamp, id);"
INF 2026-03-29 12:32:16.459+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="ALTER TABLE message RENAME COLUMN receiverTimestamp TO storedAt;"
INF 2026-03-29 12:32:16.461+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="ALTER TABLE message RENAME COLUMN receiverTimestamp TO storedAt;"
INF 2026-03-29 12:32:16.461+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP INDEX IF EXISTS i_msg;"
INF 2026-03-29 12:32:16.461+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP INDEX IF EXISTS i_msg;"
INF 2026-03-29 12:32:16.461+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="CREATE INDEX IF NOT EXISTS i_query ON message (contentTopic, pubsubTopic, storedAt, id);"
INF 2026-03-29 12:32:16.462+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="CREATE INDEX IF NOT EXISTS i_query ON message (contentTopic, pubsubTopic, storedAt, id);"
INF 2026-03-29 12:32:16.462+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP INDEX IF EXISTS i_rt;"
INF 2026-03-29 12:32:16.462+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP INDEX IF EXISTS i_rt;"
INF 2026-03-29 12:32:16.462+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="CREATE INDEX IF NOT EXISTS i_ts ON message (storedAt);"
INF 2026-03-29 12:32:16.463+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="CREATE INDEX IF NOT EXISTS i_ts ON message (storedAt);"
INF 2026-03-29 12:32:16.463+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="ALTER TABLE message RENAME TO message_backup;"
INF 2026-03-29 12:32:16.466+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="ALTER TABLE message RENAME TO message_backup;"
INF 2026-03-29 12:32:16.466+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="CREATE TABLE IF NOT EXISTS message(\n pubsubTopic BLOB NOT NULL,\n contentTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL,\n timestamp INTEGER NOT NULL,\n id BLOB,\n storedAt INTEGER NOT NULL,\n CONSTRAINT messageIndex PRIMARY KEY (storedAt, id, pubsubTopic)\n) WITHOUT ROWID;"
INF 2026-03-29 12:32:16.467+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="CREATE TABLE IF NOT EXISTS message(\n pubsubTopic BLOB NOT NULL,\n contentTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL,\n timestamp INTEGER NOT NULL,\n id BLOB,\n storedAt INTEGER NOT NULL,\n CONSTRAINT messageIndex PRIMARY KEY (storedAt, id, pubsubTopic)\n) WITHOUT ROWID;"
INF 2026-03-29 12:32:16.467+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="INSERT OR IGNORE INTO message(pubsubTopic, contentTopic, payload, version, timestamp, id, storedAt)\n SELECT pubsubTopic, contentTopic, payload, version, senderTimestamp, id, storedAt\n FROM message_backup;"
INF 2026-03-29 12:32:16.467+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="INSERT OR IGNORE INTO message(pubsubTopic, contentTopic, payload, version, timestamp, id, storedAt)\n SELECT pubsubTopic, contentTopic, payload, version, senderTimestamp, id, storedAt\n FROM message_backup;"
INF 2026-03-29 12:32:16.467+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE message_backup;"
INF 2026-03-29 12:32:16.468+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP TABLE message_backup;"
INF 2026-03-29 12:32:16.468+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="ALTER TABLE message RENAME TO message_backup;"
INF 2026-03-29 12:32:16.470+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="ALTER TABLE message RENAME TO message_backup;"
INF 2026-03-29 12:32:16.470+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="CREATE TABLE IF NOT EXISTS message (\n pubsubTopic BLOB NOT NULL,\n contentTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL,\n timestamp INTEGER NOT NULL,\n id BLOB,\n messageHash BLOB, -- Newly added, this will be populated with a counter value\n storedAt INTEGER NOT NULL,\n CONSTRAINT messageIndex PRIMARY KEY (messageHash)\n) WITHOUT ROWID;"
INF 2026-03-29 12:32:16.471+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="CREATE TABLE IF NOT EXISTS message (\n pubsubTopic BLOB NOT NULL,\n contentTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL,\n timestamp INTEGER NOT NULL,\n id BLOB,\n messageHash BLOB, -- Newly added, this will be populated with a counter value\n storedAt INTEGER NOT NULL,\n CONSTRAINT messageIndex PRIMARY KEY (messageHash)\n) WITHOUT ROWID;"
INF 2026-03-29 12:32:16.471+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="INSERT INTO message(pubsubTopic, contentTopic, payload, version, timestamp, id, messageHash, storedAt)\nSELECT\n mb.pubsubTopic,\n mb.contentTopic,\n mb.payload,\n mb.version,\n mb.timestamp,\n mb.id,\n randomblob(32), -- to populate 32-byte random blob\n mb.storedAt\nFROM message_backup AS mb;"
INF 2026-03-29 12:32:16.471+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="INSERT INTO message(pubsubTopic, contentTopic, payload, version, timestamp, id, messageHash, storedAt)\nSELECT\n mb.pubsubTopic,\n mb.contentTopic,\n mb.payload,\n mb.version,\n mb.timestamp,\n mb.id,\n randomblob(32), -- to populate 32-byte random blob\n mb.storedAt\nFROM message_backup AS mb;"
INF 2026-03-29 12:32:16.471+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE message_backup;"
INF 2026-03-29 12:32:16.471+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP TABLE message_backup;"
INF 2026-03-29 12:32:16.471+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="ALTER TABLE message ADD COLUMN meta BLOB;"
INF 2026-03-29 12:32:16.472+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="ALTER TABLE message ADD COLUMN meta BLOB;"
INF 2026-03-29 12:32:16.472+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="ALTER TABLE message DROP COLUMN timestamp;"
INF 2026-03-29 12:32:16.473+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="ALTER TABLE message DROP COLUMN timestamp;"
INF 2026-03-29 12:32:16.474+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="ALTER TABLE message RENAME COLUMN storedAt TO timestamp;"
INF 2026-03-29 12:32:16.475+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="ALTER TABLE message RENAME COLUMN storedAt TO timestamp;"
INF 2026-03-29 12:32:16.475+00:00 database user_version updated topics="sqlite" tid=1 file=db_sqlite.nim:481 userVersion=10
INF 2026-03-29 12:32:16.475+00:00 finished message store's sqlite database migration topics="waku archive migration" tid=1 file=migrations.nim:70
INF 2026-03-29 12:32:16.475+00:00 setting up sqlite waku archive driver tid=1 file=builder.nim:65
INF 2026-03-29 12:32:16.476+00:00 executing message retention policy topics="waku archive" tid=1 file=archive.nim:270 policy=time:172800
INF 2026-03-29 12:32:16.476+00:00 beginning of executing message retention policy - time topics="waku archive retention_policy" tid=1 file=retention_policy_time.nim:22
INF 2026-03-29 12:32:16.476+00:00 end of executing message retention policy - time topics="waku archive retention_policy" tid=1 file=retention_policy_time.nim:30
INF 2026-03-29 12:32:16.476+00:00 mounting waku store protocol topics="waku node store api" tid=1 file=store.nim:255
TRC 2026-03-29 12:32:16.476+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/vac/waku/store-query/3.0.0]"
INF 2026-03-29 12:32:16.476+00:00 mounting store client topics="waku node store api" tid=1 file=store.nim:274
INF 2026-03-29 12:32:16.476+00:00 mounting legacy store client topics="waku node store api" tid=1 file=store.nim:145
INF 2026-03-29 12:32:16.476+00:00 mounting auto sharding topics="waku node" tid=1 file=waku_node.nim:305 clusterId=3 shardCount=1
INF 2026-03-29 12:32:16.476+00:00 Shards created from content topics tid=1 file=node_factory.nim:333 contentTopics=[] shards=[]
INF 2026-03-29 12:32:16.476+00:00 Setting max message size tid=1 file=node_factory.nim:342 num_bytes=153600
INF 2026-03-29 12:32:16.476+00:00 mounting relay protocol topics="waku node relay api" tid=1 file=relay.nim:259
TRC 2026-03-29 12:32:16.477+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/vac/waku/relay/2.0.0, /meshsub/1.3.0, /meshsub/1.2.0, /meshsub/1.1.0, /meshsub/1.0.0, /meshsub/1.3.0, /meshsub/1.2.0, /meshsub/1.1.0, /meshsub/1.0.0]"
INF 2026-03-29 12:32:16.477+00:00 relay mounted successfully topics="waku node relay api" tid=1 file=relay.nim:276
INF 2026-03-29 12:32:16.477+00:00 adding validator to signed shards tid=1 file=validator_signed.nim:56 protectedShards=[] clusterId=3
INF 2026-03-29 12:32:16.477+00:00 mounting rendezvous discovery protocol topics="waku node" tid=1 file=waku_node.nim:432
INF 2026-03-29 12:32:16.477+00:00 waku rendezvous initialized topics="waku node" tid=1 file=protocol.nim:206 clusterId=3 shards="[0]" capabilities="[Relay, Store]" wakuPeerRecord="(peerId: 16U*nhqMay, seqNo: 1774787536, addresses: [/ip4/172.18.27.188/tcp/59817, /ip4/172.18.27.188/tcp/59818/ws], mixKey: )"
TRC 2026-03-29 12:32:16.477+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/vac/waku/rendezvous/1.0.0]"
INF 2026-03-29 12:32:16.477+00:00 mounting rendezvous client topics="waku node" tid=1 file=waku_node.nim:418
INF 2026-03-29 12:32:16.477+00:00 waku rendezvous client initialized topics="waku node" tid=1 file=client.nim:130 clusterId=3
INF 2026-03-29 12:32:16.477+00:00 mounting libp2p ping protocol topics="waku node ping api" tid=1 file=ping.nim:20
TRC 2026-03-29 12:32:16.477+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/ipfs/ping/1.0.0]"
INF 2026-03-29 12:32:16.477+00:00 mounting light push client topics="waku node lightpush api" tid=1 file=lightpush.nim:183
INF 2026-03-29 12:32:16.477+00:00 mounting legacy light push client topics="waku node lightpush api" tid=1 file=lightpush.nim:72
INF 2026-03-29 12:32:16.477+00:00 mounting filter client topics="waku node filter api" tid=1 file=filter.nim:81
TRC 2026-03-29 12:32:16.477+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/vac/waku/filter-push/2.0.0-beta1]"
INF 2026-03-29 12:32:16.477+00:00 mounting waku peer exchange topics="waku node peerexchange api" tid=1 file=peer_exchange.nim:37
TRC 2026-03-29 12:32:16.477+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/vac/waku/peer-exchange/2.0.0-alpha1]"
INF 2026-03-29 12:32:16.477+00:00 mounting waku peer exchange client topics="waku node peerexchange api" tid=1 file=peer_exchange.nim:54
NTC 2026-03-29 12:32:16.477+00:00 REST service started tid=1 file=server.nim:182 address=0.0.0.0:59816
INF 2026-03-29 12:32:16.477+00:00 Starting REST HTTP server tid=1 file=builder.nim:113 url=http://0.0.0.0:59816/
INF 2026-03-29 12:32:16.478+00:00 No external callbacks to be set topics="wakunode waku" tid=1 file=waku.nim:127
TRC 2026-03-29 12:32:16.478+00:00 Send processor chain topics="send service" tid=1 file=send_service.nim:94 index=1 processor=BaseSendProcessor
INF 2026-03-29 12:32:16.478+00:00 Retrieve dynamic bootstrap nodes topics="wakunode waku" tid=1 file=waku.nim:367
INF 2026-03-29 12:32:16.478+00:00 Running nwaku node tid=1 file=node_factory.nim:464 version=v0.38.0-rc.0-14-g5c335c
INF 2026-03-29 12:32:16.478+00:00 Starting Waku node topics="waku node" tid=1 file=waku_node.nim:625 version=v0.38.0-rc.0-14-g5c335c
INF 2026-03-29 12:32:16.478+00:00 starting relay protocol topics="waku node" tid=1 file=waku_node.nim:389
INF 2026-03-29 12:32:16.478+00:00 start topics="waku relay" tid=1 file=protocol.nim:519
TRC 2026-03-29 12:32:16.478+00:00 gossipsub start topics="libp2p gossipsub" tid=1 file=gossipsub.nim:1113
TRC 2026-03-29 12:32:16.478+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140194196197456
TRC 2026-03-29 12:32:16.478+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
TRC 2026-03-29 12:32:16.478+00:00 running scoring heartbeat topics="libp2p gossipsub" tid=1 file=scoring.nim:312 instance=140194196197456
TRC 2026-03-29 12:32:16.478+00:00 updating scores topics="libp2p gossipsub" tid=1 file=scoring.nim:144 peers=0
TRC 2026-03-29 12:32:16.478+00:00 updated scores topics="libp2p gossipsub" tid=1 file=scoring.nim:308 peers=0
INF 2026-03-29 12:32:16.478+00:00 relay started successfully topics="waku node" tid=1 file=waku_node.nim:410
INF 2026-03-29 12:32:16.478+00:00 waku rendezvous periodic registration started topics="waku rendezvous" tid=1 file=protocol.nim:127 interval=10s
INF 2026-03-29 12:32:16.478+00:00 waku rendezvous discovery started topics="waku rendezvous" tid=1 file=protocol.nim:227
INF 2026-03-29 12:32:16.478+00:00 waku rendezvous periodic requests started topics="waku rendezvous client" tid=1 file=client.nim:80 interval=10s
INF 2026-03-29 12:32:16.478+00:00 waku rendezvous client started topics="waku rendezvous client" tid=1 file=client.nim:136
DBG 2026-03-29 12:32:16.478+00:00 starting switch for peer topics="libp2p switch" tid=1 file=switch.nim:363 peerInfo="(peerId: 16Uiu2HAmJmpqeRQMhWBBF6ncgdrP5SEshWkNwGBUnMLhVhnhqMay, listenAddrs: [/ip4/0.0.0.0/tcp/59818/ws, /ip4/0.0.0.0/tcp/59817], 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:32:16.478+00:00 Starting TCP transport topics="libp2p tcptransport" tid=1 file=tcptransport.nim:116
TRC 2026-03-29 12:32:16.478+00:00 Listening on topics="libp2p tcptransport" tid=1 file=tcptransport.nim:140 address=/ip4/0.0.0.0/tcp/59817
TRC 2026-03-29 12:32:16.478+00:00 starting transport on addrs topics="libp2p transport" tid=1 file=transport.nim:49 address=@[/ip4/0.0.0.0/tcp/59817]
DBG 2026-03-29 12:32:16.478+00:00 About to accept incoming connection topics="libp2p switch" tid=1 file=switch.nim:272
TRC 2026-03-29 12:32:16.479+00:00 Starting WS transport topics="libp2p wstransport" tid=1 file=wstransport.nim:154
TRC 2026-03-29 12:32:16.479+00:00 starting transport on addrs topics="libp2p transport" tid=1 file=transport.nim:49 address=@[/ip4/0.0.0.0/tcp/59818/ws]
TRC 2026-03-29 12:32:16.479+00:00 Created HTTP Server topics="libp2p wstransport" tid=1 file=server.nim:262 host=0.0.0.0:59818
TRC 2026-03-29 12:32:16.479+00:00 Listening on topics="libp2p wstransport" tid=1 file=wstransport.nim:204 addresses="[/ip4/0.0.0.0/tcp/59818/ws]"
INF 2026-03-29 12:32:16.479+00:00 Setting up AutonatService topics="libp2p autonatservice" tid=1 file=service.nim:207
TRC 2026-03-29 12:32:16.479+00:00 Running AutonatService topics="libp2p autonatservice" tid=1 file=service.nim:231
TRC 2026-03-29 12:32:16.479+00:00 Asking peers for reachability topics="libp2p autonatservice" tid=1 file=service.nim:160
DBG 2026-03-29 12:32:16.479+00:00 About to accept incoming connection topics="libp2p switch" tid=1 file=switch.nim:272
TRC 2026-03-29 12:32:16.479+00:00 WsTransport accept topics="libp2p wstransport" tid=1 file=wstransport.nim:279
TRC 2026-03-29 12:32:16.479+00:00 Awaiting new request topics="websock http-server" tid=1 file=server.nim:194
TRC 2026-03-29 12:32:16.480+00:00 gossipsub start topics="libp2p gossipsub" tid=1 file=gossipsub.nim:1113
WRN 2026-03-29 12:32:16.480+00:00 Starting gossipsub twice topics="libp2p gossipsub" tid=1 file=gossipsub.nim:1116
WRN 2026-03-29 12:32:16.480+00:00 Starting rendezvous twice topics="waku rendezvous" tid=1 file=rendezvous.nim:626
DBG 2026-03-29 12:32:16.480+00:00 Started libp2p node topics="libp2p switch" tid=1 file=switch.nim:403 peer="(peerId: 16Uiu2HAmJmpqeRQMhWBBF6ncgdrP5SEshWkNwGBUnMLhVhnhqMay, listenAddrs: [/ip4/0.0.0.0/tcp/59817, /ip4/0.0.0.0/tcp/59818/ws], addrs: [/ip4/172.18.27.188/tcp/59817, /ip4/172.18.27.188/tcp/59818/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:32:16.480+00:00 PeerInfo topics="waku node" tid=1 file=waku_node.nim:478 peerId=16U*nhqMay addrs="[/ip4/172.18.27.188/tcp/59817, /ip4/172.18.27.188/tcp/59818/ws]"
INF 2026-03-29 12:32:16.480+00:00 Listening on topics="waku node" tid=1 file=waku_node.nim:501 full=[/ip4/0.0.0.0/tcp/59817/p2p/16Uiu2HAmJmpqeRQMhWBBF6ncgdrP5SEshWkNwGBUnMLhVhnhqMay][/ip4/0.0.0.0/tcp/59818/ws/p2p/16Uiu2HAmJmpqeRQMhWBBF6ncgdrP5SEshWkNwGBUnMLhVhnhqMay] localIp=172.17.0.176 switchAddress="@[/ip4/172.18.27.188/tcp/59817, /ip4/172.18.27.188/tcp/59818/ws]"
INF 2026-03-29 12:32:16.480+00:00 Announcing addresses topics="waku node" tid=1 file=waku_node.nim:503 full=[/ip4/172.18.27.188/tcp/59817/p2p/16Uiu2HAmJmpqeRQMhWBBF6ncgdrP5SEshWkNwGBUnMLhVhnhqMay][/ip4/172.18.27.188/tcp/59818/ws/p2p/16Uiu2HAmJmpqeRQMhWBBF6ncgdrP5SEshWkNwGBUnMLhVhnhqMay]
INF 2026-03-29 12:32:16.481+00:00 DNS: discoverable ENR topics="waku node" tid=1 file=waku_node.nim:504 enr=enr:-LO4QG6gDusYTgbKHls2s1N9RB5jmCnckMI1u_ul-pazzxOjAgcO6ajp66yeuiS5uy6nEoMuxM8HpHt6fqmko7sS65YBgmlkgnY0gmlwhKwSG7yKbXVsdGlhZGRyc4wACgSsEhu8Bumq3QOCcnOFAAMBAACJc2VjcDI1NmsxoQNa5m7YHRNNCkQdw6xZHiT8xv7DEgJQrkKHfQq1eDvLooN0Y3CC6amDdWRwgumrhXdha3UyAw
INF 2026-03-29 12:32:16.481+00:00 Node started successfully topics="waku node" tid=1 file=waku_node.nim:681
TRC 2026-03-29 12:32:16.481+00:00 Starting relay connectivity loop topics="waku node peer_manager" tid=1 file=peer_manager.nim:1069
TRC 2026-03-29 12:32:16.481+00:00 Starting prune peerstore loop topics="waku node peer_manager" tid=1 file=peer_manager.nim:1062
INF 2026-03-29 12:32:16.481+00:00 Relay peer connections topics="waku node peer_manager" tid=1 file=peer_manager.nim:843 inRelayConns=0/50 outRelayConns=0/25 totalConnections=0/150 notConnectedPeers=0 outsideBackoffPeers=0
INF 2026-03-29 12:32:16.481+00:00 PeerInfo topics="waku node" tid=1 file=waku_node.nim:478 peerId=16U*nhqMay addrs="[/ip4/172.18.27.188/tcp/59817, /ip4/172.18.27.188/tcp/59818/ws]"
INF 2026-03-29 12:32:16.481+00:00 Listening on topics="waku node" tid=1 file=waku_node.nim:501 full=[/ip4/0.0.0.0/tcp/59817/p2p/16Uiu2HAmJmpqeRQMhWBBF6ncgdrP5SEshWkNwGBUnMLhVhnhqMay][/ip4/0.0.0.0/tcp/59818/ws/p2p/16Uiu2HAmJmpqeRQMhWBBF6ncgdrP5SEshWkNwGBUnMLhVhnhqMay] localIp=172.17.0.176 switchAddress="@[/ip4/172.18.27.188/tcp/59817, /ip4/172.18.27.188/tcp/59818/ws]"
INF 2026-03-29 12:32:16.481+00:00 Announcing addresses topics="waku node" tid=1 file=waku_node.nim:503 full=[/ip4/172.18.27.188/tcp/59817/p2p/16Uiu2HAmJmpqeRQMhWBBF6ncgdrP5SEshWkNwGBUnMLhVhnhqMay][/ip4/172.18.27.188/tcp/59818/ws/p2p/16Uiu2HAmJmpqeRQMhWBBF6ncgdrP5SEshWkNwGBUnMLhVhnhqMay]
INF 2026-03-29 12:32:16.481+00:00 DNS: discoverable ENR topics="waku node" tid=1 file=waku_node.nim:504 enr=enr:-LO4QG6gDusYTgbKHls2s1N9RB5jmCnckMI1u_ul-pazzxOjAgcO6ajp66yeuiS5uy6nEoMuxM8HpHt6fqmko7sS65YBgmlkgnY0gmlwhKwSG7yKbXVsdGlhZGRyc4wACgSsEhu8Bumq3QOCcnOFAAMBAACJc2VjcDI1NmsxoQNa5m7YHRNNCkQdw6xZHiT8xv7DEgJQrkKHfQq1eDvLooN0Y3CC6amDdWRwgumrhXdha3UyAw
INF 2026-03-29 12:32:16.482+00:00 Waku node ENR updated successfully with new multiaddress topics="wakunode waku" tid=1 file=waku.nim:301 enr=enr:-L24QEUirtvMXRVzacd_yNug-a-w_ucmOVg6pPqEM_5vbe39cpTXKzXICTdLpqgXhW7OIFv5ytEjeVbEcGKIgRU0qCwCgmlkgnY0gmlwhKwSG7yKbXVsdGlhZGRyc5YACASsEhu8BumpAAoErBIbvAbpqt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDWuZu2B0TTQpEHcOsWR4k_Mb-wxICUK5Ch30KtXg7y6KDdGNwgumpg3VkcILpq4V3YWt1MgM record="(2, id: \"v4\", ip: 172.18.27.188, multiaddrs: 0x000804AC121BBC06E9A9000A04AC121BBC06E9AADD03, rs: 0x0003010000, secp256k1: 0x035AE66ED81D134D0A441DC3AC591E24FCC6FEC3120250AE42877D0AB5783BCBA2, tcp: 59817, udp: 59819, waku2: 0x03)"
INF 2026-03-29 12:32:16.482+00:00 peer filtering updated topics="waku discv5" tid=1 file=waku_discv5.nim:70
INF 2026-03-29 12:32:16.482+00:00 Starting discovery v5 service topics="waku discv5" tid=1 file=waku_discv5.nim:336
INF 2026-03-29 12:32:16.482+00:00 start listening on udp port topics="waku discv5" tid=1 file=waku_discv5.nim:338 address=0.0.0.0 port=59819
TRC 2026-03-29 12:32:16.482+00:00 start discv5 service topics="waku discv5" tid=1 file=waku_discv5.nim:346
INF 2026-03-29 12:32:16.482+00:00 Starting discovery v5 search topics="waku discv5" tid=1 file=waku_discv5.nim:258
TRC 2026-03-29 12:32:16.482+00:00 running discv5 discovery loop topics="waku discv5" tid=1 file=waku_discv5.nim:261
TRC 2026-03-29 12:32:16.482+00:00 discv5 discovered peers topics="waku discv5" tid=1 file=waku_discv5.nim:277 num_discovered_peers=0 peers=[]
TRC 2026-03-29 12:32:16.482+00:00 discv5 discarded wrong records topics="waku discv5" tid=1 file=waku_discv5.nim:281 wrong_records=[]
INF 2026-03-29 12:32:16.482+00:00 Successfully started discovery v5 service topics="waku discv5" tid=1 file=waku_discv5.nim:352
INF 2026-03-29 12:32:16.482+00:00 Discv5: discoverable ENR topics="waku discv5" tid=1 file=waku_discv5.nim:353 enrUri=enr:-L24QCfynTKCzQKBfo7Y5Nxc6eC92cpeubOQI6kN18x77U5gSxDPFRO2iEqi7BtFoSSZbJBGB-LWbgJTsEtCDOqjcXIDgmlkgnY0gmlwhKwSG7yKbXVsdGlhZGRyc5YACASsEhu8BumpAAoErBIbvAbpqt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDWuZu2B0TTQpEHcOsWR4k_Mb-wxICUK5Ch30KtXg7y6KDdGNwgumpg3VkcILpq4V3YWt1MgM enr="(3, id: \"v4\", ip: 172.18.27.188, multiaddrs: 0x000804AC121BBC06E9A9000A04AC121BBC06E9AADD03, rs: 0x0003010000, secp256k1: 0x035AE66ED81D134D0A441DC3AC591E24FCC6FEC3120250AE42877D0AB5783BCBA2, tcp: 59817, udp: 59819, waku2: 0x03)"
INF 2026-03-29 12:32:16.482+00:00 subscribe topics="waku relay" tid=1 file=protocol.nim:594 pubsubTopic=/waku/2/rs/3/0
TRC 2026-03-29 12:32:16.482+00:00 adding validator for topic topics="libp2p pubsub" tid=1 file=pubsub.nim:667 topic=/waku/2/rs/3/0
TRC 2026-03-29 12:32:16.483+00:00 subscribing to topic topics="libp2p pubsub" tid=1 file=pubsub.nim:625 name=/waku/2/rs/3/0
TRC 2026-03-29 12:32:16.483+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:32:16.483+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:32:16.483+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:32:16.483+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
WRN 2026-03-29 12:32:16.483+00:00 No-effect API call to subscribe. Already subscribed to topic topics="waku node relay api" tid=1 file=relay.nim:161 pubsubTopic=/waku/2/rs/3/0
TRC 2026-03-29 12:32:16.483+00:00 Resolving IP using DNS topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:101 address=one.one.one.one servers="[1.1.1.1:53, 1.0.0.1:53]" domain=AF_UNSPEC
INF 2026-03-29 12:32:16.483+00:00 Health monitor loop start tid=1 file=node_health_monitor.nim:516
DBG 2026-03-29 12:32:16.483+00:00 calculateConnectionState tid=1 file=node_health_monitor.nim:408 relayCount=0 storeClientCount=0 lightpushCount=0 filterCount=0
INF 2026-03-29 12:32:16.483+00:00 starting keepalive tid=1 file=node_health_monitor.nim:678 randomPeersKeepalive=10s allPeersKeepalive=2m
TRC 2026-03-29 12:32:16.483+00:00 Running keepalive loop tid=1 file=node_health_monitor.nim:593
INF 2026-03-29 12:32:16.484+00:00 subscribe (was already subscribed in the mesh; appHandler set) topics="waku node relay api" tid=1 file=relay.nim:163 pubsubTopic=/waku/2/rs/3/0
INF 2026-03-29 12:32:16.486+00:00 REST services are installed tid=1 file=builder.nim:221
INF 2026-03-29 12:32:16.486+00:00 Starting metrics HTTP server topics="waku node metrics" tid=1 file=waku_metrics.nim:63 serverIp=0.0.0.0 serverPort=59820
INF 2026-03-29 12:32:16.486+00:00 getPubSubPeersInMesh - there is no mesh peer for the given pubsub topic topics="waku relay" tid=1 file=protocol.nim:419 pubsubTopic=/waku/2/rs/3/0
INF 2026-03-29 12:32:16.487+00:00 Metrics HTTP server started topics="waku node metrics" tid=1 file=waku_metrics.nim:73 serverIp=0.0.0.0 serverPort=59820
INF 2026-03-29 12:32:16.487+00:00 Setting up shutdown hooks topics="wakunode main" tid=1 file=wakunode2.nim:63
INF 2026-03-29 12:32:16.487+00:00 Node setup complete topics="wakunode main" tid=1 file=wakunode2.nim:102
TRC 2026-03-29 12:32:17.479+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140194196197456
TRC 2026-03-29 12:32:17.480+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:32:17.480+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:32:17.480+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:32:17.480+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:32:17.480+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
DBG 2026-03-29 12:32:17.508+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:55120 meth=GET uri=/health
DBG 2026-03-29 12:32:17.508+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:55120 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:17.508+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:55120 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:17.613+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:55132 meth=GET uri=/health
DBG 2026-03-29 12:32:17.613+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:55132 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:17.613+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:55132 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:17.718+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:55134 meth=GET uri=/health
DBG 2026-03-29 12:32:17.718+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:55134 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:17.718+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:55134 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:17.822+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:55148 meth=GET uri=/health
DBG 2026-03-29 12:32:17.822+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:55148 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:17.822+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:55148 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:17.926+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:55158 meth=GET uri=/health
DBG 2026-03-29 12:32:17.926+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:55158 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:17.926+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:55158 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:18.029+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:55170 meth=GET uri=/health
DBG 2026-03-29 12:32:18.029+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:55170 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:18.030+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:55170 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:18.133+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:55174 meth=GET uri=/health
DBG 2026-03-29 12:32:18.134+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:55174 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:18.134+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:55174 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:18.237+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:55190 meth=GET uri=/health
DBG 2026-03-29 12:32:18.237+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:55190 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
DBG 2026-03-29 12:32:18.237+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:55190 uri=/health content_type=application/json content_size=821
DBG 2026-03-29 12:32:18.341+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:55204 meth=GET uri=/health
topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:32:26.754+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
ERR 2026-03-29 12:32:26.789+00:00 connectToRelayPeers: won't attempt new connections - node is offline topics="waku node peer_manager" tid=1 file=peer_manager.nim:624
TRC 2026-03-29 12:32:27.755+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140028953935952
TRC 2026-03-29 12:32:27.755+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:32:27.755+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:32:27.755+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:32:27.755+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:32:27.755+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
TRC 2026-03-29 12:32:27.764+00:00 running discv5 discovery loop topics="waku discv5" tid=1 file=waku_discv5.nim:261
TRC 2026-03-29 12:32:27.764+00:00 discv5 discovered peers topics="waku discv5" tid=1 file=waku_discv5.nim:277 num_discovered_peers=0 peers=[]
TRC 2026-03-29 12:32:27.764+00:00 discv5 discarded wrong records topics="waku discv5" tid=1 file=waku_discv5.nim:281 wrong_records=[]
ERR 2026-03-29 12:32:27.789+00:00 connectToRelayPeers: won't attempt new connections - node is offline topics="waku node peer_manager" tid=1 file=peer_manager.nim:624
INF 2026-03-29 12:32:27.791+00:00 Failed to query DNS topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:124 address=one.one.one.one error="DNS server timeout: Timeout exceeded!"
DBG 2026-03-29 12:32:27.791+00:00 Failed to resolve address, returning empty set topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:158
TRC 2026-03-29 12:32:28.754+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140028953935952
TRC 2026-03-29 12:32:28.754+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:32:28.754+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:32:28.754+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:32:28.754+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:32:28.754+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
ERR 2026-03-29 12:32:28.791+00:00 connectToRelayPeers: won't attempt new connections - node is offline topics="waku node peer_manager" tid=1 file=peer_manager.nim:624
TRC 2026-03-29 12:32:29.754+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140028953935952
TRC 2026-03-29 12:32:29.754+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:32:29.754+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:32:29.754+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:32:29.754+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:32:29.754+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
ERR 2026-03-29 12:32:29.791+00:00 connectToRelayPeers: won't attempt new connections - node is offline topics="waku node peer_manager" tid=1 file=peer_manager.nim:624
TRC 2026-03-29 12:32:30.754+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140028953935952
TRC 2026-03-29 12:32:30.754+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:32:30.754+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:32:30.754+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:32:30.754+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:32:30.754+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
ERR 2026-03-29 12:32:30.792+00:00 connectToRelayPeers: won't attempt new connections - node is offline topics="waku node peer_manager" tid=1 file=peer_manager.nim:624
TRC 2026-03-29 12:32:31.754+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140028953935952
TRC 2026-03-29 12:32:31.754+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:32:31.754+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:32:31.754+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:32:31.754+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:32:31.754+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
ERR 2026-03-29 12:32:31.792+00:00 connectToRelayPeers: won't attempt new connections - node is offline topics="waku node peer_manager" tid=1 file=peer_manager.nim:624
TRC 2026-03-29 12:32:32.755+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140028953935952
TRC 2026-03-29 12:32:32.755+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:32:32.755+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:32:32.755+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:32:32.755+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:32:32.755+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
TRC 2026-03-29 12:32:32.755+00:00 running scoring heartbeat topics="libp2p gossipsub" tid=1 file=scoring.nim:312 instance=140028953935952
TRC 2026-03-29 12:32:32.755+00:00 updating scores topics="libp2p gossipsub" tid=1 file=scoring.nim:144 peers=0
TRC 2026-03-29 12:32:32.755+00:00 updated scores topics="libp2p gossipsub" tid=1 file=scoring.nim:308 peers=0
TRC 2026-03-29 12:32:32.755+00:00 Running AutonatService topics="libp2p autonatservice" tid=1 file=service.nim:231
TRC 2026-03-29 12:32:32.755+00:00 Asking peers for reachability topics="libp2p autonatservice" tid=1 file=service.nim:160
TRC 2026-03-29 12:32:32.757+00:00 waku rendezvous advertisements started topics="waku rendezvous" tid=1 file=protocol.nim:112
TRC 2026-03-29 12:32:32.757+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=140028953822224
TRC 2026-03-29 12:32:32.757+00:00 No peer found for protocol topics="waku node peer_manager" tid=1 file=peer_manager.nim:265 protocol=/vac/waku/rendezvous/1.0.0
INF 2026-03-29 12:32:32.757+00:00 waku rendezvous advertisements failed topics="waku rendezvous" tid=1 file=protocol.nim:135 error="could not get a peer supporting RendezVousCodec"
TRC 2026-03-29 12:32:32.757+00:00 waku rendezvous client requests started topics="waku rendezvous client" tid=1 file=client.nim:43
TRC 2026-03-29 12:32:32.757+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=140028953822224
TRC 2026-03-29 12:32:32.757+00:00 No peer found for protocol topics="waku node peer_manager" tid=1 file=peer_manager.nim:265 protocol=/vac/waku/rendezvous/1.0.0
ERR 2026-03-29 12:32:32.757+00:00 waku rendezvous requests failed topics="waku rendezvous client" tid=1 file=client.nim:87 error="could not get a peer supporting WakuRendezVousCodec"
TRC 2026-03-29 12:32:32.763+00:00 Mesh peers for keepalive tid=1 file=node_health_monitor.nim:558 meshPeers=[]
TRC 2026-03-29 12:32:32.763+00:00 Selected peers for keepalive tid=1 file=node_health_monitor.nim:569 selected=[]
TRC 2026-03-29 12:32:32.763+00:00 Pinging random peers tid=1 file=node_health_monitor.nim:629 count=0 countdownToPingAll=6
TRC 2026-03-29 12:32:32.763+00:00 Keepalive results tid=1 file=node_health_monitor.nim:644 attemptedPings=0 successfulPings=0
TRC 2026-03-29 12:32:32.763+00:00 Running keepalive loop tid=1 file=node_health_monitor.nim:593
TRC 2026-03-29 12:32:32.765+00:00 running discv5 discovery loop topics="waku discv5" tid=1 file=waku_discv5.nim:261
TRC 2026-03-29 12:32:32.765+00:00 discv5 discovered peers topics="waku discv5" tid=1 file=waku_discv5.nim:277 num_discovered_peers=0 peers=[]
TRC 2026-03-29 12:32:32.765+00:00 discv5 discarded wrong records topics="waku discv5" tid=1 file=waku_discv5.nim:281 wrong_records=[]
TRC 2026-03-29 12:32:32.792+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
ERR 2026-03-29 12:32:32.793+00:00 connectToRelayPeers: won't attempt new connections - node is offline topics="waku node peer_manager" tid=1 file=peer_manager.nim:624
TRC 2026-03-29 12:32:33.753+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140028953935952
TRC 2026-03-29 12:32:33.753+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:32:33.753+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:32:33.753+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:32:33.754+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:32:33.754+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
ERR 2026-03-29 12:32:33.794+00:00 connectToRelayPeers: won't attempt new connections - node is offline topics="waku node peer_manager" tid=1 file=peer_manager.nim:624
TRC 2026-03-29 12:32:34.754+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140028953935952
TRC 2026-03-29 12:32:34.754+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:32:34.754+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:32:34.754+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:32:34.754+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:32:34.754+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
ERR 2026-03-29 12:32:34.794+00:00 connectToRelayPeers: won't attempt new connections - node is offline topics="waku node peer_manager" tid=1 file=peer_manager.nim:624
TRC 2026-03-29 12:32:35.754+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140028953935952
TRC 2026-03-29 12:32:35.754+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:32:35.754+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:32:35.754+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:32:35.755+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:32:35.755+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
ERR 2026-03-29 12:32:35.795+00:00 connectToRelayPeers: won't attempt new connections - node is offline topics="waku node peer_manager" tid=1 file=peer_manager.nim:624
TRC 2026-03-29 12:32:36.753+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140028953935952
TRC 2026-03-29 12:32:36.753+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:32:36.753+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:32:36.754+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:32:36.755+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:32:36.755+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
ERR 2026-03-29 12:32:36.795+00:00 connectToRelayPeers: won't attempt new connections - node is offline topics="waku node peer_manager" tid=1 file=peer_manager.nim:624
TRC 2026-03-29 12:32:37.754+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140028953935952
TRC 2026-03-29 12:32:37.754+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:32:37.754+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:32:37.754+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:32:37.754+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:32:37.754+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
TRC 2026-03-29 12:32:37.766+00:00 running discv5 discovery loop topics="waku discv5" tid=1 file=waku_discv5.nim:261
TRC 2026-03-29 12:32:37.766+00:00 discv5 discovered peers topics="waku discv5" tid=1 file=waku_discv5.nim:277 num_discovered_peers=0 peers=[]
TRC 2026-03-29 12:32:37.766+00:00 discv5 discarded wrong records topics="waku discv5" tid=1 file=waku_discv5.nim:281 wrong_records=[]
INF 2026-03-29 12:32:37.793+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!"
ERR 2026-03-29 12:32:37.796+00:00 connectToRelayPeers: won't attempt new connections - node is offline topics="waku node peer_manager" tid=1 file=peer_manager.nim:624
TRC 2026-03-29 12:32:38.754+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140028953935952
TRC 2026-03-29 12:32:38.754+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:32:38.754+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:32:38.754+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:32:38.754+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
TRC 2026-03-29 12:32:38.754+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
ERR 2026-03-29 12:32:38.797+00:00 connectToRelayPeers: won't attempt new connections - node is offline topics="waku node peer_manager" tid=1 file=peer_manager.nim:624