mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-04 09:33:42 +00:00
1494 lines
277 KiB
Plaintext
1494 lines
277 KiB
Plaintext
WRN 2026-03-29 10:52:14.122+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 10:52:14.122+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 10:52:14.122+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 10:52:14.122+00:00 Configuration. Network topics="waku conf" tid=1 file=waku_conf.nim:166 cluster=3
|
|
INF 2026-03-29 10:52:14.122+00:00 Configuration. Active Relay Shards topics="waku conf" tid=1 file=waku_conf.nim:169 shard=0
|
|
INF 2026-03-29 10:52:14.123+00:00 Setting up storage tid=1 file=node_factory.nim:532
|
|
INF 2026-03-29 10:52:14.123+00:00 Initializing node tid=1 file=node_factory.nim:541
|
|
TRC 2026-03-29 10:52:14.124+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/ipfs/id/1.0.0]"
|
|
TRC 2026-03-29 10:52:14.124+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/libp2p/autonat/1.0.0]"
|
|
TRC 2026-03-29 10:52:14.124+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 10:52:14.124+00:00 no peer storage found tid=1 file=peer_manager.nim:1219
|
|
INF 2026-03-29 10:52:14.124+00:00 Initializing networking tid=1 file=waku_node.nim:228 addrs="@[/ip4/172.18.193.160/tcp/56778, /ip4/172.18.193.160/tcp/56779/ws]"
|
|
INF 2026-03-29 10:52:14.124+00:00 Mounting protocols tid=1 file=node_factory.nim:547
|
|
INF 2026-03-29 10:52:14.124+00:00 Created WakuMetadata protocol topics="waku node" tid=1 file=protocol.nim:107 clusterId=3 shards="[0]"
|
|
TRC 2026-03-29 10:52:14.124+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/vac/waku/metadata/1.0.0]"
|
|
INF 2026-03-29 10:52:14.127+00:00 sqlite database page stats tid=1 file=builder.nim:53 pageSize=4096 pages=1 freePages=0
|
|
INF 2026-03-29 10:52:14.127+00:00 starting message store's sqlite database migration topics="waku archive migration" tid=1 file=migrations.nim:57
|
|
INF 2026-03-29 10:52:14.127+00:00 Not considered schema version 7 topics="waku archive migration" tid=1 file=migrations.nim:45
|
|
INF 2026-03-29 10:52:14.127+00:00 database schema is outdated topics="sqlite" tid=1 file=db_sqlite.nim:447 userVersion=0 targetVersion=10
|
|
INF 2026-03-29 10:52:14.128+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 10:52:14.130+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 10:52:14.131+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 10:52:14.131+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 10:52:14.132+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 10:52:14.132+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 10:52:14.132+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE Message;"
|
|
INF 2026-03-29 10:52:14.133+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP TABLE Message;"
|
|
INF 2026-03-29 10:52:14.133+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 10:52:14.134+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 10:52:14.134+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 10:52:14.134+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 10:52:14.135+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE Message_backup;"
|
|
INF 2026-03-29 10:52:14.136+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP TABLE Message_backup;"
|
|
INF 2026-03-29 10:52:14.136+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 10:52:14.137+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 10:52:14.137+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 10:52:14.137+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 10:52:14.137+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE Message;"
|
|
INF 2026-03-29 10:52:14.138+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP TABLE Message;"
|
|
INF 2026-03-29 10:52:14.138+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 10:52:14.138+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 10:52:14.139+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 10:52:14.139+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 10:52:14.139+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE Message_backup;"
|
|
INF 2026-03-29 10:52:14.140+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP TABLE Message_backup;"
|
|
INF 2026-03-29 10:52:14.140+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 10:52:14.142+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 10:52:14.142+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 10:52:14.142+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 10:52:14.142+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 10:52:14.142+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 10:52:14.142+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE Message_backup;"
|
|
INF 2026-03-29 10:52:14.143+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP TABLE Message_backup;"
|
|
INF 2026-03-29 10:52:14.143+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 10:52:14.144+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 10:52:14.144+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 10:52:14.146+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 10:52:14.146+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 10:52:14.146+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 10:52:14.147+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 10:52:14.148+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 10:52:14.148+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 10:52:14.148+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 10:52:14.148+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 10:52:14.149+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 10:52:14.149+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 10:52:14.150+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 10:52:14.150+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 10:52:14.151+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 10:52:14.151+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 10:52:14.151+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 10:52:14.151+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE message_backup;"
|
|
INF 2026-03-29 10:52:14.151+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP TABLE message_backup;"
|
|
INF 2026-03-29 10:52:14.151+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 10:52:14.153+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 10:52:14.153+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 10:52:14.153+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 10:52:14.153+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 10:52:14.153+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 10:52:14.153+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE message_backup;"
|
|
INF 2026-03-29 10:52:14.154+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP TABLE message_backup;"
|
|
INF 2026-03-29 10:52:14.154+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 10:52:14.155+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 10:52:14.155+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 10:52:14.158+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 10:52:14.158+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 10:52:14.160+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 10:52:14.160+00:00 database user_version updated topics="sqlite" tid=1 file=db_sqlite.nim:481 userVersion=10
|
|
INF 2026-03-29 10:52:14.160+00:00 finished message store's sqlite database migration topics="waku archive migration" tid=1 file=migrations.nim:70
|
|
INF 2026-03-29 10:52:14.160+00:00 setting up sqlite waku archive driver tid=1 file=builder.nim:65
|
|
INF 2026-03-29 10:52:14.161+00:00 executing message retention policy topics="waku archive" tid=1 file=archive.nim:270 policy=time:172800
|
|
INF 2026-03-29 10:52:14.161+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 10:52:14.161+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 10:52:14.161+00:00 mounting waku store protocol topics="waku node store api" tid=1 file=store.nim:255
|
|
TRC 2026-03-29 10:52:14.161+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 10:52:14.161+00:00 mounting store client topics="waku node store api" tid=1 file=store.nim:274
|
|
INF 2026-03-29 10:52:14.162+00:00 mounting legacy store client topics="waku node store api" tid=1 file=store.nim:145
|
|
INF 2026-03-29 10:52:14.162+00:00 mounting auto sharding topics="waku node" tid=1 file=waku_node.nim:305 clusterId=3 shardCount=1
|
|
INF 2026-03-29 10:52:14.162+00:00 Shards created from content topics tid=1 file=node_factory.nim:333 contentTopics=[] shards=[]
|
|
INF 2026-03-29 10:52:14.162+00:00 Setting max message size tid=1 file=node_factory.nim:342 num_bytes=153600
|
|
INF 2026-03-29 10:52:14.162+00:00 mounting relay protocol topics="waku node relay api" tid=1 file=relay.nim:259
|
|
TRC 2026-03-29 10:52:14.162+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 10:52:14.162+00:00 relay mounted successfully topics="waku node relay api" tid=1 file=relay.nim:276
|
|
INF 2026-03-29 10:52:14.162+00:00 adding validator to signed shards tid=1 file=validator_signed.nim:56 protectedShards=[] clusterId=3
|
|
INF 2026-03-29 10:52:14.162+00:00 mounting rendezvous discovery protocol topics="waku node" tid=1 file=waku_node.nim:432
|
|
INF 2026-03-29 10:52:14.162+00:00 waku rendezvous initialized topics="waku node" tid=1 file=protocol.nim:206 clusterId=3 shards="[0]" capabilities="[Relay, Store]" wakuPeerRecord="(peerId: 16U*Ja5V7G, seqNo: 1774781534, addresses: [/ip4/172.18.193.160/tcp/56778, /ip4/172.18.193.160/tcp/56779/ws], mixKey: )"
|
|
TRC 2026-03-29 10:52:14.162+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/vac/waku/rendezvous/1.0.0]"
|
|
INF 2026-03-29 10:52:14.162+00:00 mounting rendezvous client topics="waku node" tid=1 file=waku_node.nim:418
|
|
INF 2026-03-29 10:52:14.162+00:00 waku rendezvous client initialized topics="waku node" tid=1 file=client.nim:130 clusterId=3
|
|
INF 2026-03-29 10:52:14.162+00:00 mounting libp2p ping protocol topics="waku node ping api" tid=1 file=ping.nim:20
|
|
TRC 2026-03-29 10:52:14.162+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/ipfs/ping/1.0.0]"
|
|
INF 2026-03-29 10:52:14.162+00:00 mounting light push client topics="waku node lightpush api" tid=1 file=lightpush.nim:183
|
|
INF 2026-03-29 10:52:14.162+00:00 mounting legacy light push client topics="waku node lightpush api" tid=1 file=lightpush.nim:72
|
|
INF 2026-03-29 10:52:14.162+00:00 mounting filter client topics="waku node filter api" tid=1 file=filter.nim:81
|
|
TRC 2026-03-29 10:52:14.162+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 10:52:14.162+00:00 mounting waku peer exchange topics="waku node peerexchange api" tid=1 file=peer_exchange.nim:37
|
|
TRC 2026-03-29 10:52:14.162+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 10:52:14.162+00:00 mounting waku peer exchange client topics="waku node peerexchange api" tid=1 file=peer_exchange.nim:54
|
|
NTC 2026-03-29 10:52:14.162+00:00 REST service started tid=1 file=server.nim:182 address=0.0.0.0:56777
|
|
INF 2026-03-29 10:52:14.162+00:00 Starting REST HTTP server tid=1 file=builder.nim:113 url=http://0.0.0.0:56777/
|
|
INF 2026-03-29 10:52:14.163+00:00 No external callbacks to be set topics="wakunode waku" tid=1 file=waku.nim:127
|
|
TRC 2026-03-29 10:52:14.163+00:00 Send processor chain topics="send service" tid=1 file=send_service.nim:94 index=1 processor=BaseSendProcessor
|
|
INF 2026-03-29 10:52:14.163+00:00 Retrieve dynamic bootstrap nodes topics="wakunode waku" tid=1 file=waku.nim:367
|
|
INF 2026-03-29 10:52:14.163+00:00 Running nwaku node tid=1 file=node_factory.nim:464 version=v0.38.0-rc.0-14-g5c335c
|
|
INF 2026-03-29 10:52:14.163+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 10:52:14.163+00:00 starting relay protocol topics="waku node" tid=1 file=waku_node.nim:389
|
|
INF 2026-03-29 10:52:14.163+00:00 start topics="waku relay" tid=1 file=protocol.nim:519
|
|
TRC 2026-03-29 10:52:14.163+00:00 gossipsub start topics="libp2p gossipsub" tid=1 file=gossipsub.nim:1113
|
|
TRC 2026-03-29 10:52:14.163+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=139752983908432
|
|
TRC 2026-03-29 10:52:14.163+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
TRC 2026-03-29 10:52:14.163+00:00 running scoring heartbeat topics="libp2p gossipsub" tid=1 file=scoring.nim:312 instance=139752983908432
|
|
TRC 2026-03-29 10:52:14.163+00:00 updating scores topics="libp2p gossipsub" tid=1 file=scoring.nim:144 peers=0
|
|
TRC 2026-03-29 10:52:14.163+00:00 updated scores topics="libp2p gossipsub" tid=1 file=scoring.nim:308 peers=0
|
|
INF 2026-03-29 10:52:14.163+00:00 relay started successfully topics="waku node" tid=1 file=waku_node.nim:410
|
|
INF 2026-03-29 10:52:14.163+00:00 waku rendezvous periodic registration started topics="waku rendezvous" tid=1 file=protocol.nim:127 interval=10s
|
|
INF 2026-03-29 10:52:14.163+00:00 waku rendezvous discovery started topics="waku rendezvous" tid=1 file=protocol.nim:227
|
|
INF 2026-03-29 10:52:14.163+00:00 waku rendezvous periodic requests started topics="waku rendezvous client" tid=1 file=client.nim:80 interval=10s
|
|
INF 2026-03-29 10:52:14.163+00:00 waku rendezvous client started topics="waku rendezvous client" tid=1 file=client.nim:136
|
|
DBG 2026-03-29 10:52:14.163+00:00 starting switch for peer topics="libp2p switch" tid=1 file=switch.nim:363 peerInfo="(peerId: 16Uiu2HAmHf7gxUEkfGpbDwNWiuvCV8goPqnc1mUD5jTUS9Ja5V7G, listenAddrs: [/ip4/0.0.0.0/tcp/56779/ws, /ip4/0.0.0.0/tcp/56778], 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 10:52:14.163+00:00 Starting TCP transport topics="libp2p tcptransport" tid=1 file=tcptransport.nim:116
|
|
TRC 2026-03-29 10:52:14.163+00:00 Listening on topics="libp2p tcptransport" tid=1 file=tcptransport.nim:140 address=/ip4/0.0.0.0/tcp/56778
|
|
TRC 2026-03-29 10:52:14.163+00:00 starting transport on addrs topics="libp2p transport" tid=1 file=transport.nim:49 address=@[/ip4/0.0.0.0/tcp/56778]
|
|
DBG 2026-03-29 10:52:14.163+00:00 About to accept incoming connection topics="libp2p switch" tid=1 file=switch.nim:272
|
|
TRC 2026-03-29 10:52:14.163+00:00 Starting WS transport topics="libp2p wstransport" tid=1 file=wstransport.nim:154
|
|
TRC 2026-03-29 10:52:14.163+00:00 starting transport on addrs topics="libp2p transport" tid=1 file=transport.nim:49 address=@[/ip4/0.0.0.0/tcp/56779/ws]
|
|
TRC 2026-03-29 10:52:14.164+00:00 Created HTTP Server topics="libp2p wstransport" tid=1 file=server.nim:262 host=0.0.0.0:56779
|
|
TRC 2026-03-29 10:52:14.164+00:00 Listening on topics="libp2p wstransport" tid=1 file=wstransport.nim:204 addresses="[/ip4/0.0.0.0/tcp/56779/ws]"
|
|
INF 2026-03-29 10:52:14.164+00:00 Setting up AutonatService topics="libp2p autonatservice" tid=1 file=service.nim:207
|
|
TRC 2026-03-29 10:52:14.164+00:00 Running AutonatService topics="libp2p autonatservice" tid=1 file=service.nim:231
|
|
TRC 2026-03-29 10:52:14.164+00:00 Asking peers for reachability topics="libp2p autonatservice" tid=1 file=service.nim:160
|
|
DBG 2026-03-29 10:52:14.164+00:00 About to accept incoming connection topics="libp2p switch" tid=1 file=switch.nim:272
|
|
TRC 2026-03-29 10:52:14.164+00:00 WsTransport accept topics="libp2p wstransport" tid=1 file=wstransport.nim:279
|
|
TRC 2026-03-29 10:52:14.164+00:00 Awaiting new request topics="websock http-server" tid=1 file=server.nim:194
|
|
TRC 2026-03-29 10:52:14.164+00:00 gossipsub start topics="libp2p gossipsub" tid=1 file=gossipsub.nim:1113
|
|
WRN 2026-03-29 10:52:14.164+00:00 Starting gossipsub twice topics="libp2p gossipsub" tid=1 file=gossipsub.nim:1116
|
|
WRN 2026-03-29 10:52:14.164+00:00 Starting rendezvous twice topics="waku rendezvous" tid=1 file=rendezvous.nim:626
|
|
DBG 2026-03-29 10:52:14.165+00:00 Started libp2p node topics="libp2p switch" tid=1 file=switch.nim:403 peer="(peerId: 16Uiu2HAmHf7gxUEkfGpbDwNWiuvCV8goPqnc1mUD5jTUS9Ja5V7G, listenAddrs: [/ip4/0.0.0.0/tcp/56778, /ip4/0.0.0.0/tcp/56779/ws], addrs: [/ip4/172.18.193.160/tcp/56778, /ip4/172.18.193.160/tcp/56779/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 10:52:14.165+00:00 PeerInfo topics="waku node" tid=1 file=waku_node.nim:478 peerId=16U*Ja5V7G addrs="[/ip4/172.18.193.160/tcp/56778, /ip4/172.18.193.160/tcp/56779/ws]"
|
|
INF 2026-03-29 10:52:14.165+00:00 Listening on topics="waku node" tid=1 file=waku_node.nim:501 full=[/ip4/0.0.0.0/tcp/56778/p2p/16Uiu2HAmHf7gxUEkfGpbDwNWiuvCV8goPqnc1mUD5jTUS9Ja5V7G][/ip4/0.0.0.0/tcp/56779/ws/p2p/16Uiu2HAmHf7gxUEkfGpbDwNWiuvCV8goPqnc1mUD5jTUS9Ja5V7G] localIp=172.17.0.10 switchAddress="@[/ip4/172.18.193.160/tcp/56778, /ip4/172.18.193.160/tcp/56779/ws]"
|
|
INF 2026-03-29 10:52:14.165+00:00 Announcing addresses topics="waku node" tid=1 file=waku_node.nim:503 full=[/ip4/172.18.193.160/tcp/56778/p2p/16Uiu2HAmHf7gxUEkfGpbDwNWiuvCV8goPqnc1mUD5jTUS9Ja5V7G][/ip4/172.18.193.160/tcp/56779/ws/p2p/16Uiu2HAmHf7gxUEkfGpbDwNWiuvCV8goPqnc1mUD5jTUS9Ja5V7G]
|
|
INF 2026-03-29 10:52:14.165+00:00 DNS: discoverable ENR topics="waku node" tid=1 file=waku_node.nim:504 enr=enr:-LO4QOFFc12T8X0LIR-Hj-OoXvKXwaxP7bZamBtZIeUS_q5xMKGtZXu3gYSLEA3MkRRfvfBoLRepLXNSlTl--7RdcmoBgmlkgnY0gmlwhKwSwaCKbXVsdGlhZGRyc4wACgSsEsGgBt3L3QOCcnOFAAMBAACJc2VjcDI1NmsxoQNKUruj3MIUojysPaSuDxso2oYZdOUpd6JtzM9Ui_2YK4N0Y3CC3cqDdWRwgt3MhXdha3UyAw
|
|
INF 2026-03-29 10:52:14.165+00:00 Node started successfully topics="waku node" tid=1 file=waku_node.nim:681
|
|
TRC 2026-03-29 10:52:14.165+00:00 Starting relay connectivity loop topics="waku node peer_manager" tid=1 file=peer_manager.nim:1069
|
|
TRC 2026-03-29 10:52:14.165+00:00 Starting prune peerstore loop topics="waku node peer_manager" tid=1 file=peer_manager.nim:1062
|
|
INF 2026-03-29 10:52:14.165+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 10:52:14.166+00:00 PeerInfo topics="waku node" tid=1 file=waku_node.nim:478 peerId=16U*Ja5V7G addrs="[/ip4/172.18.193.160/tcp/56778, /ip4/172.18.193.160/tcp/56779/ws]"
|
|
INF 2026-03-29 10:52:14.166+00:00 Listening on topics="waku node" tid=1 file=waku_node.nim:501 full=[/ip4/0.0.0.0/tcp/56778/p2p/16Uiu2HAmHf7gxUEkfGpbDwNWiuvCV8goPqnc1mUD5jTUS9Ja5V7G][/ip4/0.0.0.0/tcp/56779/ws/p2p/16Uiu2HAmHf7gxUEkfGpbDwNWiuvCV8goPqnc1mUD5jTUS9Ja5V7G] localIp=172.17.0.10 switchAddress="@[/ip4/172.18.193.160/tcp/56778, /ip4/172.18.193.160/tcp/56779/ws]"
|
|
INF 2026-03-29 10:52:14.166+00:00 Announcing addresses topics="waku node" tid=1 file=waku_node.nim:503 full=[/ip4/172.18.193.160/tcp/56778/p2p/16Uiu2HAmHf7gxUEkfGpbDwNWiuvCV8goPqnc1mUD5jTUS9Ja5V7G][/ip4/172.18.193.160/tcp/56779/ws/p2p/16Uiu2HAmHf7gxUEkfGpbDwNWiuvCV8goPqnc1mUD5jTUS9Ja5V7G]
|
|
INF 2026-03-29 10:52:14.166+00:00 DNS: discoverable ENR topics="waku node" tid=1 file=waku_node.nim:504 enr=enr:-LO4QOFFc12T8X0LIR-Hj-OoXvKXwaxP7bZamBtZIeUS_q5xMKGtZXu3gYSLEA3MkRRfvfBoLRepLXNSlTl--7RdcmoBgmlkgnY0gmlwhKwSwaCKbXVsdGlhZGRyc4wACgSsEsGgBt3L3QOCcnOFAAMBAACJc2VjcDI1NmsxoQNKUruj3MIUojysPaSuDxso2oYZdOUpd6JtzM9Ui_2YK4N0Y3CC3cqDdWRwgt3MhXdha3UyAw
|
|
INF 2026-03-29 10:52:14.166+00:00 Waku node ENR updated successfully with new multiaddress topics="wakunode waku" tid=1 file=waku.nim:301 enr=enr:-L24QFG3CA8-syc2_ZhtlLLNj_QMmfgdk6PLQMuDlbi_1cZqMfX-3ntdCtgMCw7ydD70p3qLg3uWd7_bk9EvZu2qTEMCgmlkgnY0gmlwhKwSwaCKbXVsdGlhZGRyc5YACASsEsGgBt3KAAoErBLBoAbdy90DgnJzhQADAQAAiXNlY3AyNTZrMaEDSlK7o9zCFKI8rD2krg8bKNqGGXTlKXeibczPVIv9mCuDdGNwgt3Kg3VkcILdzIV3YWt1MgM record="(2, id: \"v4\", ip: 172.18.193.160, multiaddrs: 0x000804AC12C1A006DDCA000A04AC12C1A006DDCBDD03, rs: 0x0003010000, secp256k1: 0x034A52BBA3DCC214A23CAC3DA4AE0F1B28DA861974E52977A26DCCCF548BFD982B, tcp: 56778, udp: 56780, waku2: 0x03)"
|
|
INF 2026-03-29 10:52:14.166+00:00 peer filtering updated topics="waku discv5" tid=1 file=waku_discv5.nim:70
|
|
INF 2026-03-29 10:52:14.166+00:00 Starting discovery v5 service topics="waku discv5" tid=1 file=waku_discv5.nim:336
|
|
INF 2026-03-29 10:52:14.166+00:00 start listening on udp port topics="waku discv5" tid=1 file=waku_discv5.nim:338 address=0.0.0.0 port=56780
|
|
TRC 2026-03-29 10:52:14.166+00:00 start discv5 service topics="waku discv5" tid=1 file=waku_discv5.nim:346
|
|
INF 2026-03-29 10:52:14.167+00:00 Starting discovery v5 search topics="waku discv5" tid=1 file=waku_discv5.nim:258
|
|
TRC 2026-03-29 10:52:14.167+00:00 running discv5 discovery loop topics="waku discv5" tid=1 file=waku_discv5.nim:261
|
|
TRC 2026-03-29 10:52:14.167+00:00 discv5 discovered peers topics="waku discv5" tid=1 file=waku_discv5.nim:277 num_discovered_peers=0 peers=[]
|
|
TRC 2026-03-29 10:52:14.167+00:00 discv5 discarded wrong records topics="waku discv5" tid=1 file=waku_discv5.nim:281 wrong_records=[]
|
|
INF 2026-03-29 10:52:14.167+00:00 Successfully started discovery v5 service topics="waku discv5" tid=1 file=waku_discv5.nim:352
|
|
INF 2026-03-29 10:52:14.167+00:00 Discv5: discoverable ENR topics="waku discv5" tid=1 file=waku_discv5.nim:353 enrUri=enr:-L24QIc9tMhsT8Kj-f78f5F4noWJ4B0_UtRLCpz4nPvzczFyIMLp-a81BsIrpNLv2Vw9znxXYP3Tvh7EXkl5pcLcszUDgmlkgnY0gmlwhKwSwaCKbXVsdGlhZGRyc5YACASsEsGgBt3KAAoErBLBoAbdy90DgnJzhQADAQAAiXNlY3AyNTZrMaEDSlK7o9zCFKI8rD2krg8bKNqGGXTlKXeibczPVIv9mCuDdGNwgt3Kg3VkcILdzIV3YWt1MgM enr="(3, id: \"v4\", ip: 172.18.193.160, multiaddrs: 0x000804AC12C1A006DDCA000A04AC12C1A006DDCBDD03, rs: 0x0003010000, secp256k1: 0x034A52BBA3DCC214A23CAC3DA4AE0F1B28DA861974E52977A26DCCCF548BFD982B, tcp: 56778, udp: 56780, waku2: 0x03)"
|
|
INF 2026-03-29 10:52:14.167+00:00 subscribe topics="waku relay" tid=1 file=protocol.nim:594 pubsubTopic=/waku/2/rs/3/0
|
|
TRC 2026-03-29 10:52:14.167+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 10:52:14.167+00:00 subscribing to topic topics="libp2p pubsub" tid=1 file=pubsub.nim:625 name=/waku/2/rs/3/0
|
|
TRC 2026-03-29 10:52:14.167+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 10:52:14.167+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 10:52:14.167+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 10:52:14.167+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 10:52:14.167+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 10:52:14.167+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 10:52:14.167+00:00 Health monitor loop start tid=1 file=node_health_monitor.nim:516
|
|
DBG 2026-03-29 10:52:14.168+00:00 calculateConnectionState tid=1 file=node_health_monitor.nim:408 relayCount=0 storeClientCount=0 lightpushCount=0 filterCount=0
|
|
INF 2026-03-29 10:52:14.168+00:00 starting keepalive tid=1 file=node_health_monitor.nim:678 randomPeersKeepalive=10s allPeersKeepalive=2m
|
|
TRC 2026-03-29 10:52:14.168+00:00 Running keepalive loop tid=1 file=node_health_monitor.nim:593
|
|
INF 2026-03-29 10:52:14.168+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 10:52:14.170+00:00 REST services are installed tid=1 file=builder.nim:221
|
|
INF 2026-03-29 10:52:14.170+00:00 Starting metrics HTTP server topics="waku node metrics" tid=1 file=waku_metrics.nim:63 serverIp=0.0.0.0 serverPort=56781
|
|
INF 2026-03-29 10:52:14.170+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 10:52:14.171+00:00 Metrics HTTP server started topics="waku node metrics" tid=1 file=waku_metrics.nim:73 serverIp=0.0.0.0 serverPort=56781
|
|
INF 2026-03-29 10:52:14.171+00:00 Setting up shutdown hooks topics="wakunode main" tid=1 file=wakunode2.nim:63
|
|
INF 2026-03-29 10:52:14.171+00:00 Node setup complete topics="wakunode main" tid=1 file=wakunode2.nim:102
|
|
TRC 2026-03-29 10:52:14.173+00:00 Got IPs from DNS server topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:155 resolvedAddresses={"1.0.0.1", "1.1.1.1", "2606:4700:4700:0000:0000:0000:0000:1111", "2606:4700:4700:0000:0000:0000:0000:1001"} server=1.1.1.1:53
|
|
TRC 2026-03-29 10:52:15.164+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=139752983908432
|
|
TRC 2026-03-29 10:52:15.164+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 10:52:15.164+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 10:52:15.164+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 10:52:15.164+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 10:52:15.164+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
DBG 2026-03-29 10:52:15.165+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36326 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:15.165+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36326 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:15.165+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36326 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:15.268+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36336 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:15.268+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36336 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:15.269+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36336 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:15.372+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36346 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:15.372+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36346 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:15.372+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36346 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:15.475+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36352 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:15.475+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36352 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:15.476+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36352 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:15.579+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36356 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:15.579+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36356 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:15.579+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36356 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:15.682+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36372 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:15.683+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36372 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:15.683+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36372 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:15.786+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36380 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:15.786+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36380 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:15.786+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36380 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:15.889+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36382 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:15.889+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36382 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:15.890+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36382 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:15.993+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36384 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:15.993+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36384 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:15.993+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36384 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:16.097+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36388 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:16.097+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36388 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:16.097+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36388 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 10:52:16.163+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=139752983908432
|
|
TRC 2026-03-29 10:52:16.163+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 10:52:16.163+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 10:52:16.163+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 10:52:16.163+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 10:52:16.163+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
DBG 2026-03-29 10:52:16.200+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36400 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:16.200+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36400 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:16.201+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36400 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:16.304+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36410 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:16.304+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36410 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:16.304+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36410 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:16.407+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36416 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:16.407+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36416 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:16.408+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36416 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:16.511+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36430 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:16.511+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36430 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:16.511+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36430 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:16.614+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36444 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:16.614+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36444 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:16.614+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36444 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:16.717+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36456 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:16.717+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36456 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:16.718+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36456 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:16.821+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36462 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:16.821+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36462 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:16.821+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36462 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:16.924+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36472 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:16.924+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36472 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:16.925+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36472 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:17.028+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36484 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:17.028+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36484 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:17.028+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36484 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:17.131+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36492 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:17.131+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36492 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:17.132+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36492 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 10:52:17.164+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=139752983908432
|
|
TRC 2026-03-29 10:52:17.164+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 10:52:17.164+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 10:52:17.164+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 10:52:17.164+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 10:52:17.164+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
DBG 2026-03-29 10:52:17.235+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36494 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:17.235+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36494 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:17.235+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36494 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:17.338+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36504 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:17.338+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36504 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:17.338+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36504 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:17.442+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36506 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:17.442+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36506 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:17.442+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36506 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:17.545+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36516 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:17.545+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36516 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:17.546+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36516 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:17.649+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36518 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:17.649+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36518 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:17.649+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36518 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:17.752+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36526 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:17.753+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36526 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:17.753+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36526 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:17.856+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36536 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:17.856+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36536 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:17.856+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36536 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:17.959+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36548 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:17.959+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36548 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:17.960+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36548 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:18.063+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36552 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:18.063+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36552 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:18.063+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36552 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 10:52:18.165+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=139752983908432
|
|
TRC 2026-03-29 10:52:18.165+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 10:52:18.165+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 10:52:18.165+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 10:52:18.165+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 10:52:18.165+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
DBG 2026-03-29 10:52:18.167+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36568 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:18.167+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36568 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:18.167+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36568 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:18.270+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36576 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:18.270+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36576 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:18.270+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36576 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:18.374+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36582 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:18.374+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36582 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:18.375+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36582 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:18.478+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36598 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:18.478+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36598 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:18.478+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36598 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:18.582+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36604 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:18.582+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36604 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:18.582+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36604 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:18.686+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36620 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:18.686+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36620 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:18.686+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36620 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:18.790+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36624 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:18.790+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36624 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:18.790+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36624 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:18.894+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36634 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:18.894+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36634 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:18.894+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36634 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:18.998+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36646 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:18.998+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36646 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:18.998+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36646 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:19.102+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36658 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:19.102+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36658 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:19.102+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36658 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 10:52:19.164+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=139752983908432
|
|
TRC 2026-03-29 10:52:19.164+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 10:52:19.164+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 10:52:19.164+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 10:52:19.164+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 10:52:19.164+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
TRC 2026-03-29 10:52:19.168+00:00 running discv5 discovery loop topics="waku discv5" tid=1 file=waku_discv5.nim:261
|
|
TRC 2026-03-29 10:52:19.168+00:00 discv5 discovered peers topics="waku discv5" tid=1 file=waku_discv5.nim:277 num_discovered_peers=0 peers=[]
|
|
TRC 2026-03-29 10:52:19.168+00:00 discv5 discarded wrong records topics="waku discv5" tid=1 file=waku_discv5.nim:281 wrong_records=[]
|
|
TRC 2026-03-29 10:52:19.175+00:00 Resolving IP using DNS topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:101 address=one.one.one.one servers="[1.1.1.1:53, 1.0.0.1:53]" domain=AF_UNSPEC
|
|
TRC 2026-03-29 10:52:19.178+00:00 Got IPs from DNS server topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:155 resolvedAddresses={"1.1.1.1", "1.0.0.1", "2606:4700:4700:0000:0000:0000:0000:1111", "2606:4700:4700:0000:0000:0000:0000:1001"} server=1.1.1.1:53
|
|
DBG 2026-03-29 10:52:19.205+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36660 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:19.205+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36660 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:19.206+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36660 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:19.309+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36676 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:19.309+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36676 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:19.310+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36676 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:19.413+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36688 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:19.413+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36688 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:19.413+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36688 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:19.517+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36690 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:19.517+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36690 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:19.517+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36690 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:19.620+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36694 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:19.620+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36694 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:19.621+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36694 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:19.725+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36710 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:19.725+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36710 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:19.725+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36710 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:19.829+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36724 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:19.829+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36724 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:19.829+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36724 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:19.933+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36728 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:19.933+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36728 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:19.934+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36728 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:20.037+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36744 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:20.037+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36744 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:20.037+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36744 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:20.141+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36752 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:20.141+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36752 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:20.141+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36752 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 10:52:20.164+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=139752983908432
|
|
TRC 2026-03-29 10:52:20.164+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 10:52:20.164+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 10:52:20.164+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 10:52:20.164+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 10:52:20.164+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
DBG 2026-03-29 10:52:20.244+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36756 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:20.244+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36756 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:20.244+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36756 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:20.347+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36762 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:20.347+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36762 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:20.348+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36762 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:20.451+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36768 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:20.451+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36768 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:20.451+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36768 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:20.554+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36784 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:20.554+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36784 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:20.555+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36784 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:20.658+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36792 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:20.658+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36792 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:20.658+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36792 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:20.761+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36802 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:20.762+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36802 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:20.762+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36802 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:20.865+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36808 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:20.865+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36808 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:20.866+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36808 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:20.969+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36822 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:20.969+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36822 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:20.969+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36822 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:21.072+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36838 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:21.073+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36838 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:21.073+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36838 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 10:52:21.164+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=139752983908432
|
|
TRC 2026-03-29 10:52:21.164+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 10:52:21.164+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 10:52:21.164+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 10:52:21.164+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 10:52:21.164+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
DBG 2026-03-29 10:52:21.176+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36844 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:21.176+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36844 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:21.176+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36844 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:21.279+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36860 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:21.279+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36860 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:21.280+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36860 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:21.383+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36864 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:21.383+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36864 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:21.383+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36864 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:21.486+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36868 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:21.486+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36868 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:21.487+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36868 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:21.590+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36872 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:21.590+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36872 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:21.590+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36872 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:21.693+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36888 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:21.693+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36888 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:21.693+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36888 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:21.796+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36904 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:21.797+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36904 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:21.797+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36904 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:21.900+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36920 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:21.900+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36920 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:21.900+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36920 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:22.003+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36926 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:22.004+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36926 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:22.004+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36926 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:22.107+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36930 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:22.107+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36930 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:22.107+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36930 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 10:52:22.164+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=139752983908432
|
|
TRC 2026-03-29 10:52:22.164+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 10:52:22.164+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 10:52:22.164+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 10:52:22.164+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 10:52:22.164+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
DBG 2026-03-29 10:52:22.210+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36946 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:22.210+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36946 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:22.211+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36946 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:22.314+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36962 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:22.314+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36962 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:22.314+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36962 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:22.417+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36974 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:22.417+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36974 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:22.418+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36974 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:22.521+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36982 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:22.521+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36982 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:22.521+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36982 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:22.624+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36998 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:22.625+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36998 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:22.625+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36998 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:22.728+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:37014 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:22.728+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:37014 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:22.728+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:37014 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:22.831+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:37028 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:22.831+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:37028 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:22.832+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:37028 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:22.935+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:37042 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:22.935+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:37042 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:22.935+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:37042 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:23.038+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:37044 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:23.038+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:37044 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:23.039+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:37044 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:23.142+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:37058 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:23.142+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:37058 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:23.142+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:37058 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 10:52:23.164+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=139752983908432
|
|
TRC 2026-03-29 10:52:23.164+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 10:52:23.164+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 10:52:23.164+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 10:52:23.164+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 10:52:23.164+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
DBG 2026-03-29 10:52:23.245+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:37064 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:23.245+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:37064 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:23.246+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:37064 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:23.348+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:37074 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:23.349+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:37074 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:23.349+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:37074 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:23.452+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:37090 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:23.452+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:37090 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:23.453+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:37090 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:23.555+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:37100 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:23.556+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:37100 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:23.556+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:37100 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:23.659+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:39280 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:23.659+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:39280 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:23.659+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:39280 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:23.762+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:39288 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:23.762+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:39288 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:23.763+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:39288 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:23.866+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:39290 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:23.866+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:39290 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:23.866+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:39290 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:23.970+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:39304 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:23.970+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:39304 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:23.970+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:39304 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:24.073+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:39310 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:24.073+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:39310 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:24.073+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:39310 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 10:52:24.164+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=139752983908432
|
|
TRC 2026-03-29 10:52:24.164+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 10:52:24.164+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 10:52:24.164+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 10:52:24.164+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 10:52:24.164+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
TRC 2026-03-29 10:52:24.164+00:00 waku rendezvous advertisements started topics="waku rendezvous" tid=1 file=protocol.nim:112
|
|
TRC 2026-03-29 10:52:24.164+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=139752983794704
|
|
TRC 2026-03-29 10:52:24.164+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 10:52:24.164+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 10:52:24.164+00:00 waku rendezvous client requests started topics="waku rendezvous client" tid=1 file=client.nim:43
|
|
TRC 2026-03-29 10:52:24.164+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=139752983794704
|
|
TRC 2026-03-29 10:52:24.164+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 10:52:24.164+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 10:52:24.169+00:00 Mesh peers for keepalive tid=1 file=node_health_monitor.nim:558 meshPeers=[]
|
|
TRC 2026-03-29 10:52:24.169+00:00 Selected peers for keepalive tid=1 file=node_health_monitor.nim:569 selected=[]
|
|
TRC 2026-03-29 10:52:24.169+00:00 Pinging random peers tid=1 file=node_health_monitor.nim:629 count=0 countdownToPingAll=11
|
|
TRC 2026-03-29 10:52:24.169+00:00 Keepalive results tid=1 file=node_health_monitor.nim:644 attemptedPings=0 successfulPings=0
|
|
TRC 2026-03-29 10:52:24.169+00:00 Running keepalive loop tid=1 file=node_health_monitor.nim:593
|
|
TRC 2026-03-29 10:52:24.169+00:00 running discv5 discovery loop topics="waku discv5" tid=1 file=waku_discv5.nim:261
|
|
TRC 2026-03-29 10:52:24.169+00:00 discv5 discovered peers topics="waku discv5" tid=1 file=waku_discv5.nim:277 num_discovered_peers=0 peers=[]
|
|
TRC 2026-03-29 10:52:24.169+00:00 discv5 discarded wrong records topics="waku discv5" tid=1 file=waku_discv5.nim:281 wrong_records=[]
|
|
DBG 2026-03-29 10:52:24.177+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:39314 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:24.177+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:39314 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:24.177+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:39314 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 10:52:24.178+00:00 Resolving IP using DNS topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:101 address=one.one.one.one servers="[1.1.1.1:53, 1.0.0.1:53]" domain=AF_UNSPEC
|
|
TRC 2026-03-29 10:52:24.182+00:00 Got IPs from DNS server topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:155 resolvedAddresses={"1.0.0.1", "1.1.1.1", "2606:4700:4700:0000:0000:0000:0000:1111", "2606:4700:4700:0000:0000:0000:0000:1001"} server=1.1.1.1:53
|
|
DBG 2026-03-29 10:52:24.280+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:39330 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:24.280+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:39330 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:24.281+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:39330 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:24.384+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:39340 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:24.384+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:39340 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:24.384+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:39340 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:24.487+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:39354 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:24.487+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:39354 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:24.488+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:39354 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:24.591+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:39358 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:24.591+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:39358 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:24.591+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:39358 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:24.694+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:39362 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:24.695+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:39362 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:24.695+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:39362 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:24.798+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:39364 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:24.798+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:39364 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:24.798+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:39364 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:24.902+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:39372 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:24.902+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:39372 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:24.902+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:39372 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:25.005+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:39388 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:25.005+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:39388 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:25.006+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:39388 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:25.108+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:39398 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:25.108+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:39398 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:25.109+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:39398 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 10:52:25.164+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=139752983908432
|
|
TRC 2026-03-29 10:52:25.164+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 10:52:25.164+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 10:52:25.164+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 10:52:25.164+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 10:52:25.164+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
DBG 2026-03-29 10:52:25.212+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:39406 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:25.212+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:39406 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:25.212+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:39406 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:25.315+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:39412 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:25.315+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:39412 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:25.315+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:39412 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:25.419+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:39420 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:25.419+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:39420 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:25.419+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:39420 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:25.522+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:39436 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:25.522+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:39436 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:25.523+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:39436 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:25.626+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:39450 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:25.626+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:39450 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:25.626+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:39450 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:25.729+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:39458 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:25.730+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:39458 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:25.730+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:39458 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:25.834+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:39466 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:25.834+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:39466 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:25.834+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:39466 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:25.937+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:39468 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:25.937+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:39468 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:25.938+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:39468 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:26.041+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:39470 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:26.041+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:39470 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:26.041+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:39470 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:26.144+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:39472 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:26.144+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:39472 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:26.144+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:39472 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 10:52:26.164+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=139752983908432
|
|
TRC 2026-03-29 10:52:26.164+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 10:52:26.164+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 10:52:26.164+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 10:52:26.164+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 10:52:26.164+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
TRC 2026-03-29 10:52:26.164+00:00 running scoring heartbeat topics="libp2p gossipsub" tid=1 file=scoring.nim:312 instance=139752983908432
|
|
TRC 2026-03-29 10:52:26.164+00:00 updating scores topics="libp2p gossipsub" tid=1 file=scoring.nim:144 peers=0
|
|
TRC 2026-03-29 10:52:26.164+00:00 updated scores topics="libp2p gossipsub" tid=1 file=scoring.nim:308 peers=0
|
|
DBG 2026-03-29 10:52:26.248+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:39486 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:26.248+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:39486 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:26.248+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:39486 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:26.351+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:39488 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:26.351+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:39488 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:26.351+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:39488 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:26.454+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:39502 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:26.455+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:39502 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:26.455+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:39502 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:26.558+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:39510 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:26.558+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:39510 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:26.558+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:39510 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:26.661+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:39514 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:26.662+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:39514 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:26.662+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:39514 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:26.765+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:39520 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:26.765+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:39520 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:26.765+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:39520 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:26.868+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:39534 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:26.868+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:39534 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:26.869+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:39534 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:26.972+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:39536 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:26.972+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:39536 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:26.972+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:39536 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:27.075+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:39552 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:27.075+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:39552 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:27.076+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:39552 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 10:52:27.164+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=139752983908432
|
|
TRC 2026-03-29 10:52:27.164+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 10:52:27.164+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 10:52:27.164+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 10:52:27.164+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 10:52:27.164+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
DBG 2026-03-29 10:52:27.179+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:39560 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:27.179+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:39560 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:27.179+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:39560 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:27.282+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:39576 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:27.282+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:39576 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:27.283+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:39576 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:27.386+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:39580 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:27.386+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:39580 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:27.386+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:39580 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:27.489+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:39588 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:27.489+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:39588 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:27.490+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:39588 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:27.593+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:39592 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:27.593+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:39592 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:27.593+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:39592 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:27.697+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:39598 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:27.697+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:39598 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:27.697+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:39598 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:27.800+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:39604 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:27.800+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:39604 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:27.801+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:39604 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:27.904+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:39614 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:27.904+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:39614 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:27.904+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:39614 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:28.008+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:39620 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:28.008+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:39620 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:28.008+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:39620 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:28.111+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:39636 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:28.111+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:39636 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:28.111+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:39636 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 10:52:28.165+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=139752983908432
|
|
TRC 2026-03-29 10:52:28.165+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 10:52:28.165+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 10:52:28.165+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 10:52:28.165+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 10:52:28.165+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
DBG 2026-03-29 10:52:28.214+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:39648 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:28.214+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:39648 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:28.215+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:39648 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:28.317+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:39664 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:28.317+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:39664 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:28.318+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:39664 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:28.421+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:39672 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:28.421+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:39672 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:28.421+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:39672 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:28.525+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:39676 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:28.525+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:39676 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:28.525+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:39676 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:28.628+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:39686 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:28.628+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:39686 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:28.628+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:39686 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:28.732+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:39690 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:28.732+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:39690 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:28.732+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:39690 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:28.836+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:39704 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:28.836+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:39704 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:28.836+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:39704 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:28.939+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:39714 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:28.939+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:39714 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:28.940+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:39714 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:29.043+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:39716 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:29.043+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:39716 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:29.043+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:39716 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:29.146+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:39722 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:29.146+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:39722 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:29.147+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:39722 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 10:52:29.164+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=139752983908432
|
|
TRC 2026-03-29 10:52:29.164+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 10:52:29.164+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 10:52:29.164+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 10:52:29.164+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 10:52:29.164+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
TRC 2026-03-29 10:52:29.169+00:00 running discv5 discovery loop topics="waku discv5" tid=1 file=waku_discv5.nim:261
|
|
TRC 2026-03-29 10:52:29.169+00:00 discv5 discovered peers topics="waku discv5" tid=1 file=waku_discv5.nim:277 num_discovered_peers=0 peers=[]
|
|
TRC 2026-03-29 10:52:29.169+00:00 discv5 discarded wrong records topics="waku discv5" tid=1 file=waku_discv5.nim:281 wrong_records=[]
|
|
TRC 2026-03-29 10:52:29.183+00:00 Resolving IP using DNS topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:101 address=one.one.one.one servers="[1.1.1.1:53, 1.0.0.1:53]" domain=AF_UNSPEC
|
|
TRC 2026-03-29 10:52:29.186+00:00 Got IPs from DNS server topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:155 resolvedAddresses={"1.1.1.1", "1.0.0.1", "2606:4700:4700:0000:0000:0000:0000:1001", "2606:4700:4700:0000:0000:0000:0000:1111"} server=1.1.1.1:53
|
|
DBG 2026-03-29 10:52:29.250+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:39724 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:29.250+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:39724 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:29.250+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:39724 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:29.353+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:39726 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:29.353+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:39726 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:29.354+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:39726 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:29.457+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:39734 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:29.457+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:39734 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:29.457+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:39734 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:29.561+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:39738 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:29.561+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:39738 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:29.561+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:39738 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:29.664+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:39744 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:29.664+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:39744 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:29.664+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:39744 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:29.768+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:39754 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:29.768+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:39754 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:29.768+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:39754 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:29.871+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:39762 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:29.871+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:39762 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:29.872+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:39762 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:29.975+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:39774 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:29.975+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:39774 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:29.975+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:39774 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:30.079+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:39778 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:30.079+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:39778 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:30.079+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:39778 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 10:52:30.164+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=139752983908432
|
|
TRC 2026-03-29 10:52:30.164+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 10:52:30.164+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 10:52:30.164+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 10:52:30.164+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 10:52:30.164+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
DBG 2026-03-29 10:52:30.182+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:39786 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:30.182+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:39786 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:30.182+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:39786 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:30.285+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:39790 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:30.285+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:39790 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:30.286+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:39790 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:30.389+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:39800 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:30.389+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:39800 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:30.389+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:39800 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:30.492+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:39810 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:30.492+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:39810 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:30.493+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:39810 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:30.595+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:39820 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:30.596+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:39820 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:30.596+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:39820 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:30.699+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:39832 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:30.699+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:39832 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:30.699+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:39832 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:30.802+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:39846 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:30.802+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:39846 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:30.803+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:39846 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:30.906+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:39856 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:30.906+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:39856 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:30.906+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:39856 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:31.009+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:39868 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:31.009+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:39868 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:31.010+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:39868 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:31.113+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:39874 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:31.113+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:39874 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:31.113+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:39874 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 10:52:31.165+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=139752983908432
|
|
TRC 2026-03-29 10:52:31.165+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 10:52:31.165+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 10:52:31.165+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 10:52:31.165+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 10:52:31.165+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
DBG 2026-03-29 10:52:31.216+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:39884 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:31.216+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:39884 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:31.217+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:39884 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:31.320+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:39894 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:31.320+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:39894 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:31.320+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:39894 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:31.423+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:39898 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:31.423+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:39898 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:31.424+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:39898 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:31.527+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:39910 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:31.527+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:39910 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:31.527+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:39910 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:31.631+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:39918 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:31.631+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:39918 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:31.631+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:39918 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:31.735+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:39934 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:31.735+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:39934 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:31.735+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:39934 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:31.838+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:39940 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:31.838+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:39940 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:31.839+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:39940 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:31.942+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:39950 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:31.942+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:39950 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:31.943+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:39950 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:32.048+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:39954 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:32.048+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:39954 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:32.048+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:39954 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:32.153+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:39966 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:32.153+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:39966 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:32.153+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:39966 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 10:52:32.163+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=139752983908432
|
|
TRC 2026-03-29 10:52:32.163+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 10:52:32.163+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 10:52:32.163+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 10:52:32.163+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 10:52:32.163+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
DBG 2026-03-29 10:52:32.261+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:39976 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:32.261+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:39976 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:32.262+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:39976 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:32.366+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:39990 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:32.366+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:39990 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:32.367+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:39990 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:32.470+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40000 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:32.470+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40000 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:32.470+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40000 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:32.574+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40008 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:32.574+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40008 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:32.574+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40008 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:32.678+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40020 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:32.679+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40020 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:32.679+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40020 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:32.782+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40032 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:32.782+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40032 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:32.783+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40032 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:32.886+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40034 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:32.886+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40034 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:32.886+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40034 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:32.989+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40048 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:32.989+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40048 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:32.990+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40048 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:33.093+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40060 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:33.093+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40060 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:33.094+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40060 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 10:52:33.164+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=139752983908432
|
|
TRC 2026-03-29 10:52:33.164+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 10:52:33.164+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 10:52:33.164+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 10:52:33.164+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 10:52:33.164+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
DBG 2026-03-29 10:52:33.197+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40072 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:33.197+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40072 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:33.197+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40072 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:33.301+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40074 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:33.301+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40074 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:33.301+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40074 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:33.405+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40080 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:33.405+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40080 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:33.405+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40080 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:33.509+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40092 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:33.509+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40092 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:33.509+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40092 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:33.613+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40108 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:33.613+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40108 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:33.613+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40108 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:33.716+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:35610 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:33.716+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:35610 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:33.717+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:35610 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:33.821+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:35626 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:33.821+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:35626 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:33.821+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:35626 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:33.925+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:35638 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:33.925+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:35638 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:33.925+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:35638 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:34.028+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:35646 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:34.028+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:35646 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:34.029+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:35646 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:34.133+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:35662 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:34.133+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:35662 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:34.133+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:35662 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 10:52:34.164+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=139752983908432
|
|
TRC 2026-03-29 10:52:34.164+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 10:52:34.164+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 10:52:34.164+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 10:52:34.164+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 10:52:34.164+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
TRC 2026-03-29 10:52:34.164+00:00 waku rendezvous advertisements started topics="waku rendezvous" tid=1 file=protocol.nim:112
|
|
TRC 2026-03-29 10:52:34.164+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=139752983794704
|
|
TRC 2026-03-29 10:52:34.164+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 10:52:34.164+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 10:52:34.164+00:00 waku rendezvous client requests started topics="waku rendezvous client" tid=1 file=client.nim:43
|
|
TRC 2026-03-29 10:52:34.164+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=139752983794704
|
|
TRC 2026-03-29 10:52:34.164+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 10:52:34.164+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 10:52:34.169+00:00 Mesh peers for keepalive tid=1 file=node_health_monitor.nim:558 meshPeers=[]
|
|
TRC 2026-03-29 10:52:34.169+00:00 Selected peers for keepalive tid=1 file=node_health_monitor.nim:569 selected=[]
|
|
TRC 2026-03-29 10:52:34.169+00:00 Pinging random peers tid=1 file=node_health_monitor.nim:629 count=0 countdownToPingAll=10
|
|
TRC 2026-03-29 10:52:34.169+00:00 Keepalive results tid=1 file=node_health_monitor.nim:644 attemptedPings=0 successfulPings=0
|
|
TRC 2026-03-29 10:52:34.169+00:00 Running keepalive loop tid=1 file=node_health_monitor.nim:593
|
|
TRC 2026-03-29 10:52:34.171+00:00 running discv5 discovery loop topics="waku discv5" tid=1 file=waku_discv5.nim:261
|
|
TRC 2026-03-29 10:52:34.171+00:00 discv5 discovered peers topics="waku discv5" tid=1 file=waku_discv5.nim:277 num_discovered_peers=0 peers=[]
|
|
TRC 2026-03-29 10:52:34.171+00:00 discv5 discarded wrong records topics="waku discv5" tid=1 file=waku_discv5.nim:281 wrong_records=[]
|
|
TRC 2026-03-29 10:52:34.187+00:00 Resolving IP using DNS topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:101 address=one.one.one.one servers="[1.1.1.1:53, 1.0.0.1:53]" domain=AF_UNSPEC
|
|
TRC 2026-03-29 10:52:34.190+00:00 Got IPs from DNS server topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:155 resolvedAddresses={"1.0.0.1", "1.1.1.1", "2606:4700:4700:0000:0000:0000:0000:1001", "2606:4700:4700:0000:0000:0000:0000:1111"} server=1.1.1.1:53
|
|
DBG 2026-03-29 10:52:34.236+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:35666 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:34.236+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:35666 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:34.237+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:35666 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:34.340+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:35678 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:34.340+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:35678 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:34.340+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:35678 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:34.444+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:35682 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:34.444+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:35682 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:34.444+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:35682 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:34.549+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:35688 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:34.549+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:35688 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:34.549+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:35688 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:34.652+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:35700 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:34.653+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:35700 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:34.653+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:35700 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:34.756+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:35702 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:34.756+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:35702 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:34.757+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:35702 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:34.860+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:35716 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:34.860+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:35716 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:34.861+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:35716 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:34.964+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:35718 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:34.964+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:35718 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:34.965+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:35718 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:35.068+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:35726 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:35.068+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:35726 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:35.069+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:35726 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 10:52:35.164+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=139752983908432
|
|
TRC 2026-03-29 10:52:35.164+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 10:52:35.164+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 10:52:35.164+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 10:52:35.164+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 10:52:35.164+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
DBG 2026-03-29 10:52:35.172+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:35738 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:35.172+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:35738 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:35.173+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:35738 uri=/health content_type=application/json content_size=821
|
|
NTC 2026-03-29 10:52:35.272+00:00 Shutting down after receiving SIGTERM topics="wakunode main" tid=1 file=wakunode2.nim:82
|
|
INF 2026-03-29 10:52:35.286+00:00 Stopping discovery v5 service topics="waku discv5" tid=1 file=waku_discv5.nim:362
|
|
TRC 2026-03-29 10:52:35.286+00:00 Stop listening on discv5 port topics="waku discv5" tid=1 file=waku_discv5.nim:365
|
|
INF 2026-03-29 10:52:35.286+00:00 Successfully stopped discovery v5 service topics="waku discv5" tid=1 file=waku_discv5.nim:368
|
|
TRC 2026-03-29 10:52:35.287+00:00 Stopping switch topics="libp2p switch" tid=1 file=switch.nim:328
|
|
INF 2026-03-29 10:52:35.287+00:00 Stopping AutonatService topics="libp2p autonatservice" tid=1 file=service.nim:237
|
|
TRC 2026-03-29 10:52:35.287+00:00 Closing ConnManager topics="libp2p connmanager" tid=1 file=connmanager.nim:434
|
|
TRC 2026-03-29 10:52:35.287+00:00 Closed ConnManager topics="libp2p connmanager" tid=1 file=connmanager.nim:448
|
|
TRC 2026-03-29 10:52:35.287+00:00 Stopping TCP transport topics="libp2p tcptransport" tid=1 file=tcptransport.nim:159
|
|
TRC 2026-03-29 10:52:35.287+00:00 stopping transport topics="libp2p transport" tid=1 file=transport.nim:59 address=@[/ip4/0.0.0.0/tcp/56778]
|
|
TRC 2026-03-29 10:52:35.288+00:00 Transport stopped topics="libp2p tcptransport" tid=1 file=tcptransport.nim:189
|
|
TRC 2026-03-29 10:52:35.288+00:00 Stopping WS transport topics="libp2p wstransport" tid=1 file=wstransport.nim:213
|
|
TRC 2026-03-29 10:52:35.288+00:00 stopping transport topics="libp2p transport" tid=1 file=transport.nim:59 address=@[/ip4/0.0.0.0/tcp/56779/ws]
|
|
TRC 2026-03-29 10:52:35.288+00:00 Transport stopped topics="libp2p wstransport" tid=1 file=wstransport.nim:235
|
|
TRC 2026-03-29 10:52:35.288+00:00 gossipsub stop topics="libp2p gossipsub" tid=1 file=gossipsub.nim:1131
|
|
TRC 2026-03-29 10:52:35.288+00:00 Switch stopped topics="libp2p switch" tid=1 file=switch.nim:354
|
|
WRN 2026-03-29 10:52:35.288+00:00 Stopping rendezvous without starting it topics="waku rendezvous" tid=1 file=rendezvous.nim:638
|
|
WRN 2026-03-29 10:52:35.288+00:00 Stopping rendezvous without starting it topics="waku rendezvous" tid=1 file=rendezvous.nim:638
|
|
INF 2026-03-29 10:52:35.288+00:00 waku rendezvous discovery stopped topics="waku rendezvous" tid=1 file=protocol.nim:239
|
|
INF 2026-03-29 10:52:35.288+00:00 waku rendezvous client stopped topics="waku rendezvous client" tid=1 file=client.nim:142
|
|
INF 2026-03-29 10:52:35.288+00:00 Health monitor loop end tid=1 file=node_health_monitor.nim:543
|
|
NTC 2026-03-29 10:52:35.288+00:00 REST service stopped tid=1 file=server.nim:187 address=0.0.0.0:56777
|
|
WRN 2026-03-29 10:52:14.122+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 10:52:14.122+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 10:52:14.122+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 10:52:14.122+00:00 Configuration. Network topics="waku conf" tid=1 file=waku_conf.nim:166 cluster=3
|
|
INF 2026-03-29 10:52:14.122+00:00 Configuration. Active Relay Shards topics="waku conf" tid=1 file=waku_conf.nim:169 shard=0
|
|
INF 2026-03-29 10:52:14.123+00:00 Setting up storage tid=1 file=node_factory.nim:532
|
|
INF 2026-03-29 10:52:14.123+00:00 Initializing node tid=1 file=node_factory.nim:541
|
|
TRC 2026-03-29 10:52:14.124+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/ipfs/id/1.0.0]"
|
|
TRC 2026-03-29 10:52:14.124+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/libp2p/autonat/1.0.0]"
|
|
TRC 2026-03-29 10:52:14.124+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 10:52:14.124+00:00 no peer storage found tid=1 file=peer_manager.nim:1219
|
|
INF 2026-03-29 10:52:14.124+00:00 Initializing networking tid=1 file=waku_node.nim:228 addrs="@[/ip4/172.18.193.160/tcp/56778, /ip4/172.18.193.160/tcp/56779/ws]"
|
|
INF 2026-03-29 10:52:14.124+00:00 Mounting protocols tid=1 file=node_factory.nim:547
|
|
INF 2026-03-29 10:52:14.124+00:00 Created WakuMetadata protocol topics="waku node" tid=1 file=protocol.nim:107 clusterId=3 shards="[0]"
|
|
TRC 2026-03-29 10:52:14.124+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/vac/waku/metadata/1.0.0]"
|
|
INF 2026-03-29 10:52:14.127+00:00 sqlite database page stats tid=1 file=builder.nim:53 pageSize=4096 pages=1 freePages=0
|
|
INF 2026-03-29 10:52:14.127+00:00 starting message store's sqlite database migration topics="waku archive migration" tid=1 file=migrations.nim:57
|
|
INF 2026-03-29 10:52:14.127+00:00 Not considered schema version 7 topics="waku archive migration" tid=1 file=migrations.nim:45
|
|
INF 2026-03-29 10:52:14.127+00:00 database schema is outdated topics="sqlite" tid=1 file=db_sqlite.nim:447 userVersion=0 targetVersion=10
|
|
INF 2026-03-29 10:52:14.128+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 10:52:14.130+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 10:52:14.131+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 10:52:14.131+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 10:52:14.132+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 10:52:14.132+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 10:52:14.132+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE Message;"
|
|
INF 2026-03-29 10:52:14.133+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP TABLE Message;"
|
|
INF 2026-03-29 10:52:14.133+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 10:52:14.134+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 10:52:14.134+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 10:52:14.134+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 10:52:14.135+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE Message_backup;"
|
|
INF 2026-03-29 10:52:14.136+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP TABLE Message_backup;"
|
|
INF 2026-03-29 10:52:14.136+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 10:52:14.137+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 10:52:14.137+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 10:52:14.137+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 10:52:14.137+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE Message;"
|
|
INF 2026-03-29 10:52:14.138+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP TABLE Message;"
|
|
INF 2026-03-29 10:52:14.138+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 10:52:14.138+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 10:52:14.139+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 10:52:14.139+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 10:52:14.139+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE Message_backup;"
|
|
INF 2026-03-29 10:52:14.140+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP TABLE Message_backup;"
|
|
INF 2026-03-29 10:52:14.140+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 10:52:14.142+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 10:52:14.142+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 10:52:14.142+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 10:52:14.142+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 10:52:14.142+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 10:52:14.142+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE Message_backup;"
|
|
INF 2026-03-29 10:52:14.143+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP TABLE Message_backup;"
|
|
INF 2026-03-29 10:52:14.143+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 10:52:14.144+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 10:52:14.144+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 10:52:14.146+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 10:52:14.146+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 10:52:14.146+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 10:52:14.147+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 10:52:14.148+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 10:52:14.148+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 10:52:14.148+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 10:52:14.148+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 10:52:14.149+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 10:52:14.149+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 10:52:14.150+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 10:52:14.150+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 10:52:14.151+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 10:52:14.151+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 10:52:14.151+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 10:52:14.151+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE message_backup;"
|
|
INF 2026-03-29 10:52:14.151+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP TABLE message_backup;"
|
|
INF 2026-03-29 10:52:14.151+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 10:52:14.153+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 10:52:14.153+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 10:52:14.153+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 10:52:14.153+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 10:52:14.153+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 10:52:14.153+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE message_backup;"
|
|
INF 2026-03-29 10:52:14.154+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP TABLE message_backup;"
|
|
INF 2026-03-29 10:52:14.154+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 10:52:14.155+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 10:52:14.155+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 10:52:14.158+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 10:52:14.158+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 10:52:14.160+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 10:52:14.160+00:00 database user_version updated topics="sqlite" tid=1 file=db_sqlite.nim:481 userVersion=10
|
|
INF 2026-03-29 10:52:14.160+00:00 finished message store's sqlite database migration topics="waku archive migration" tid=1 file=migrations.nim:70
|
|
INF 2026-03-29 10:52:14.160+00:00 setting up sqlite waku archive driver tid=1 file=builder.nim:65
|
|
INF 2026-03-29 10:52:14.161+00:00 executing message retention policy topics="waku archive" tid=1 file=archive.nim:270 policy=time:172800
|
|
INF 2026-03-29 10:52:14.161+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 10:52:14.161+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 10:52:14.161+00:00 mounting waku store protocol topics="waku node store api" tid=1 file=store.nim:255
|
|
TRC 2026-03-29 10:52:14.161+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 10:52:14.161+00:00 mounting store client topics="waku node store api" tid=1 file=store.nim:274
|
|
INF 2026-03-29 10:52:14.162+00:00 mounting legacy store client topics="waku node store api" tid=1 file=store.nim:145
|
|
INF 2026-03-29 10:52:14.162+00:00 mounting auto sharding topics="waku node" tid=1 file=waku_node.nim:305 clusterId=3 shardCount=1
|
|
INF 2026-03-29 10:52:14.162+00:00 Shards created from content topics tid=1 file=node_factory.nim:333 contentTopics=[] shards=[]
|
|
INF 2026-03-29 10:52:14.162+00:00 Setting max message size tid=1 file=node_factory.nim:342 num_bytes=153600
|
|
INF 2026-03-29 10:52:14.162+00:00 mounting relay protocol topics="waku node relay api" tid=1 file=relay.nim:259
|
|
TRC 2026-03-29 10:52:14.162+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 10:52:14.162+00:00 relay mounted successfully topics="waku node relay api" tid=1 file=relay.nim:276
|
|
INF 2026-03-29 10:52:14.162+00:00 adding validator to signed shards tid=1 file=validator_signed.nim:56 protectedShards=[] clusterId=3
|
|
INF 2026-03-29 10:52:14.162+00:00 mounting rendezvous discovery protocol topics="waku node" tid=1 file=waku_node.nim:432
|
|
INF 2026-03-29 10:52:14.162+00:00 waku rendezvous initialized topics="waku node" tid=1 file=protocol.nim:206 clusterId=3 shards="[0]" capabilities="[Relay, Store]" wakuPeerRecord="(peerId: 16U*Ja5V7G, seqNo: 1774781534, addresses: [/ip4/172.18.193.160/tcp/56778, /ip4/172.18.193.160/tcp/56779/ws], mixKey: )"
|
|
TRC 2026-03-29 10:52:14.162+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/vac/waku/rendezvous/1.0.0]"
|
|
INF 2026-03-29 10:52:14.162+00:00 mounting rendezvous client topics="waku node" tid=1 file=waku_node.nim:418
|
|
INF 2026-03-29 10:52:14.162+00:00 waku rendezvous client initialized topics="waku node" tid=1 file=client.nim:130 clusterId=3
|
|
INF 2026-03-29 10:52:14.162+00:00 mounting libp2p ping protocol topics="waku node ping api" tid=1 file=ping.nim:20
|
|
TRC 2026-03-29 10:52:14.162+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/ipfs/ping/1.0.0]"
|
|
INF 2026-03-29 10:52:14.162+00:00 mounting light push client topics="waku node lightpush api" tid=1 file=lightpush.nim:183
|
|
INF 2026-03-29 10:52:14.162+00:00 mounting legacy light push client topics="waku node lightpush api" tid=1 file=lightpush.nim:72
|
|
INF 2026-03-29 10:52:14.162+00:00 mounting filter client topics="waku node filter api" tid=1 file=filter.nim:81
|
|
TRC 2026-03-29 10:52:14.162+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 10:52:14.162+00:00 mounting waku peer exchange topics="waku node peerexchange api" tid=1 file=peer_exchange.nim:37
|
|
TRC 2026-03-29 10:52:14.162+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 10:52:14.162+00:00 mounting waku peer exchange client topics="waku node peerexchange api" tid=1 file=peer_exchange.nim:54
|
|
NTC 2026-03-29 10:52:14.162+00:00 REST service started tid=1 file=server.nim:182 address=0.0.0.0:56777
|
|
INF 2026-03-29 10:52:14.162+00:00 Starting REST HTTP server tid=1 file=builder.nim:113 url=http://0.0.0.0:56777/
|
|
INF 2026-03-29 10:52:14.163+00:00 No external callbacks to be set topics="wakunode waku" tid=1 file=waku.nim:127
|
|
TRC 2026-03-29 10:52:14.163+00:00 Send processor chain topics="send service" tid=1 file=send_service.nim:94 index=1 processor=BaseSendProcessor
|
|
INF 2026-03-29 10:52:14.163+00:00 Retrieve dynamic bootstrap nodes topics="wakunode waku" tid=1 file=waku.nim:367
|
|
INF 2026-03-29 10:52:14.163+00:00 Running nwaku node tid=1 file=node_factory.nim:464 version=v0.38.0-rc.0-14-g5c335c
|
|
INF 2026-03-29 10:52:14.163+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 10:52:14.163+00:00 starting relay protocol topics="waku node" tid=1 file=waku_node.nim:389
|
|
INF 2026-03-29 10:52:14.163+00:00 start topics="waku relay" tid=1 file=protocol.nim:519
|
|
TRC 2026-03-29 10:52:14.163+00:00 gossipsub start topics="libp2p gossipsub" tid=1 file=gossipsub.nim:1113
|
|
TRC 2026-03-29 10:52:14.163+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=139752983908432
|
|
TRC 2026-03-29 10:52:14.163+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
TRC 2026-03-29 10:52:14.163+00:00 running scoring heartbeat topics="libp2p gossipsub" tid=1 file=scoring.nim:312 instance=139752983908432
|
|
TRC 2026-03-29 10:52:14.163+00:00 updating scores topics="libp2p gossipsub" tid=1 file=scoring.nim:144 peers=0
|
|
TRC 2026-03-29 10:52:14.163+00:00 updated scores topics="libp2p gossipsub" tid=1 file=scoring.nim:308 peers=0
|
|
INF 2026-03-29 10:52:14.163+00:00 relay started successfully topics="waku node" tid=1 file=waku_node.nim:410
|
|
INF 2026-03-29 10:52:14.163+00:00 waku rendezvous periodic registration started topics="waku rendezvous" tid=1 file=protocol.nim:127 interval=10s
|
|
INF 2026-03-29 10:52:14.163+00:00 waku rendezvous discovery started topics="waku rendezvous" tid=1 file=protocol.nim:227
|
|
INF 2026-03-29 10:52:14.163+00:00 waku rendezvous periodic requests started topics="waku rendezvous client" tid=1 file=client.nim:80 interval=10s
|
|
INF 2026-03-29 10:52:14.163+00:00 waku rendezvous client started topics="waku rendezvous client" tid=1 file=client.nim:136
|
|
DBG 2026-03-29 10:52:14.163+00:00 starting switch for peer topics="libp2p switch" tid=1 file=switch.nim:363 peerInfo="(peerId: 16Uiu2HAmHf7gxUEkfGpbDwNWiuvCV8goPqnc1mUD5jTUS9Ja5V7G, listenAddrs: [/ip4/0.0.0.0/tcp/56779/ws, /ip4/0.0.0.0/tcp/56778], 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 10:52:14.163+00:00 Starting TCP transport topics="libp2p tcptransport" tid=1 file=tcptransport.nim:116
|
|
TRC 2026-03-29 10:52:14.163+00:00 Listening on topics="libp2p tcptransport" tid=1 file=tcptransport.nim:140 address=/ip4/0.0.0.0/tcp/56778
|
|
TRC 2026-03-29 10:52:14.163+00:00 starting transport on addrs topics="libp2p transport" tid=1 file=transport.nim:49 address=@[/ip4/0.0.0.0/tcp/56778]
|
|
DBG 2026-03-29 10:52:14.163+00:00 About to accept incoming connection topics="libp2p switch" tid=1 file=switch.nim:272
|
|
TRC 2026-03-29 10:52:14.163+00:00 Starting WS transport topics="libp2p wstransport" tid=1 file=wstransport.nim:154
|
|
TRC 2026-03-29 10:52:14.163+00:00 starting transport on addrs topics="libp2p transport" tid=1 file=transport.nim:49 address=@[/ip4/0.0.0.0/tcp/56779/ws]
|
|
TRC 2026-03-29 10:52:14.164+00:00 Created HTTP Server topics="libp2p wstransport" tid=1 file=server.nim:262 host=0.0.0.0:56779
|
|
TRC 2026-03-29 10:52:14.164+00:00 Listening on topics="libp2p wstransport" tid=1 file=wstransport.nim:204 addresses="[/ip4/0.0.0.0/tcp/56779/ws]"
|
|
INF 2026-03-29 10:52:14.164+00:00 Setting up AutonatService topics="libp2p autonatservice" tid=1 file=service.nim:207
|
|
TRC 2026-03-29 10:52:14.164+00:00 Running AutonatService topics="libp2p autonatservice" tid=1 file=service.nim:231
|
|
TRC 2026-03-29 10:52:14.164+00:00 Asking peers for reachability topics="libp2p autonatservice" tid=1 file=service.nim:160
|
|
DBG 2026-03-29 10:52:14.164+00:00 About to accept incoming connection topics="libp2p switch" tid=1 file=switch.nim:272
|
|
TRC 2026-03-29 10:52:14.164+00:00 WsTransport accept topics="libp2p wstransport" tid=1 file=wstransport.nim:279
|
|
TRC 2026-03-29 10:52:14.164+00:00 Awaiting new request topics="websock http-server" tid=1 file=server.nim:194
|
|
TRC 2026-03-29 10:52:14.164+00:00 gossipsub start topics="libp2p gossipsub" tid=1 file=gossipsub.nim:1113
|
|
WRN 2026-03-29 10:52:14.164+00:00 Starting gossipsub twice topics="libp2p gossipsub" tid=1 file=gossipsub.nim:1116
|
|
WRN 2026-03-29 10:52:14.164+00:00 Starting rendezvous twice topics="waku rendezvous" tid=1 file=rendezvous.nim:626
|
|
DBG 2026-03-29 10:52:14.165+00:00 Started libp2p node topics="libp2p switch" tid=1 file=switch.nim:403 peer="(peerId: 16Uiu2HAmHf7gxUEkfGpbDwNWiuvCV8goPqnc1mUD5jTUS9Ja5V7G, listenAddrs: [/ip4/0.0.0.0/tcp/56778, /ip4/0.0.0.0/tcp/56779/ws], addrs: [/ip4/172.18.193.160/tcp/56778, /ip4/172.18.193.160/tcp/56779/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 10:52:14.165+00:00 PeerInfo topics="waku node" tid=1 file=waku_node.nim:478 peerId=16U*Ja5V7G addrs="[/ip4/172.18.193.160/tcp/56778, /ip4/172.18.193.160/tcp/56779/ws]"
|
|
INF 2026-03-29 10:52:14.165+00:00 Listening on topics="waku node" tid=1 file=waku_node.nim:501 full=[/ip4/0.0.0.0/tcp/56778/p2p/16Uiu2HAmHf7gxUEkfGpbDwNWiuvCV8goPqnc1mUD5jTUS9Ja5V7G][/ip4/0.0.0.0/tcp/56779/ws/p2p/16Uiu2HAmHf7gxUEkfGpbDwNWiuvCV8goPqnc1mUD5jTUS9Ja5V7G] localIp=172.17.0.10 switchAddress="@[/ip4/172.18.193.160/tcp/56778, /ip4/172.18.193.160/tcp/56779/ws]"
|
|
INF 2026-03-29 10:52:14.165+00:00 Announcing addresses topics="waku node" tid=1 file=waku_node.nim:503 full=[/ip4/172.18.193.160/tcp/56778/p2p/16Uiu2HAmHf7gxUEkfGpbDwNWiuvCV8goPqnc1mUD5jTUS9Ja5V7G][/ip4/172.18.193.160/tcp/56779/ws/p2p/16Uiu2HAmHf7gxUEkfGpbDwNWiuvCV8goPqnc1mUD5jTUS9Ja5V7G]
|
|
INF 2026-03-29 10:52:14.165+00:00 DNS: discoverable ENR topics="waku node" tid=1 file=waku_node.nim:504 enr=enr:-LO4QOFFc12T8X0LIR-Hj-OoXvKXwaxP7bZamBtZIeUS_q5xMKGtZXu3gYSLEA3MkRRfvfBoLRepLXNSlTl--7RdcmoBgmlkgnY0gmlwhKwSwaCKbXVsdGlhZGRyc4wACgSsEsGgBt3L3QOCcnOFAAMBAACJc2VjcDI1NmsxoQNKUruj3MIUojysPaSuDxso2oYZdOUpd6JtzM9Ui_2YK4N0Y3CC3cqDdWRwgt3MhXdha3UyAw
|
|
INF 2026-03-29 10:52:14.165+00:00 Node started successfully topics="waku node" tid=1 file=waku_node.nim:681
|
|
TRC 2026-03-29 10:52:14.165+00:00 Starting relay connectivity loop topics="waku node peer_manager" tid=1 file=peer_manager.nim:1069
|
|
TRC 2026-03-29 10:52:14.165+00:00 Starting prune peerstore loop topics="waku node peer_manager" tid=1 file=peer_manager.nim:1062
|
|
INF 2026-03-29 10:52:14.165+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 10:52:14.166+00:00 PeerInfo topics="waku node" tid=1 file=waku_node.nim:478 peerId=16U*Ja5V7G addrs="[/ip4/172.18.193.160/tcp/56778, /ip4/172.18.193.160/tcp/56779/ws]"
|
|
INF 2026-03-29 10:52:14.166+00:00 Listening on topics="waku node" tid=1 file=waku_node.nim:501 full=[/ip4/0.0.0.0/tcp/56778/p2p/16Uiu2HAmHf7gxUEkfGpbDwNWiuvCV8goPqnc1mUD5jTUS9Ja5V7G][/ip4/0.0.0.0/tcp/56779/ws/p2p/16Uiu2HAmHf7gxUEkfGpbDwNWiuvCV8goPqnc1mUD5jTUS9Ja5V7G] localIp=172.17.0.10 switchAddress="@[/ip4/172.18.193.160/tcp/56778, /ip4/172.18.193.160/tcp/56779/ws]"
|
|
INF 2026-03-29 10:52:14.166+00:00 Announcing addresses topics="waku node" tid=1 file=waku_node.nim:503 full=[/ip4/172.18.193.160/tcp/56778/p2p/16Uiu2HAmHf7gxUEkfGpbDwNWiuvCV8goPqnc1mUD5jTUS9Ja5V7G][/ip4/172.18.193.160/tcp/56779/ws/p2p/16Uiu2HAmHf7gxUEkfGpbDwNWiuvCV8goPqnc1mUD5jTUS9Ja5V7G]
|
|
INF 2026-03-29 10:52:14.166+00:00 DNS: discoverable ENR topics="waku node" tid=1 file=waku_node.nim:504 enr=enr:-LO4QOFFc12T8X0LIR-Hj-OoXvKXwaxP7bZamBtZIeUS_q5xMKGtZXu3gYSLEA3MkRRfvfBoLRepLXNSlTl--7RdcmoBgmlkgnY0gmlwhKwSwaCKbXVsdGlhZGRyc4wACgSsEsGgBt3L3QOCcnOFAAMBAACJc2VjcDI1NmsxoQNKUruj3MIUojysPaSuDxso2oYZdOUpd6JtzM9Ui_2YK4N0Y3CC3cqDdWRwgt3MhXdha3UyAw
|
|
INF 2026-03-29 10:52:14.166+00:00 Waku node ENR updated successfully with new multiaddress topics="wakunode waku" tid=1 file=waku.nim:301 enr=enr:-L24QFG3CA8-syc2_ZhtlLLNj_QMmfgdk6PLQMuDlbi_1cZqMfX-3ntdCtgMCw7ydD70p3qLg3uWd7_bk9EvZu2qTEMCgmlkgnY0gmlwhKwSwaCKbXVsdGlhZGRyc5YACASsEsGgBt3KAAoErBLBoAbdy90DgnJzhQADAQAAiXNlY3AyNTZrMaEDSlK7o9zCFKI8rD2krg8bKNqGGXTlKXeibczPVIv9mCuDdGNwgt3Kg3VkcILdzIV3YWt1MgM record="(2, id: \"v4\", ip: 172.18.193.160, multiaddrs: 0x000804AC12C1A006DDCA000A04AC12C1A006DDCBDD03, rs: 0x0003010000, secp256k1: 0x034A52BBA3DCC214A23CAC3DA4AE0F1B28DA861974E52977A26DCCCF548BFD982B, tcp: 56778, udp: 56780, waku2: 0x03)"
|
|
INF 2026-03-29 10:52:14.166+00:00 peer filtering updated topics="waku discv5" tid=1 file=waku_discv5.nim:70
|
|
INF 2026-03-29 10:52:14.166+00:00 Starting discovery v5 service topics="waku discv5" tid=1 file=waku_discv5.nim:336
|
|
INF 2026-03-29 10:52:14.166+00:00 start listening on udp port topics="waku discv5" tid=1 file=waku_discv5.nim:338 address=0.0.0.0 port=56780
|
|
TRC 2026-03-29 10:52:14.166+00:00 start discv5 service topics="waku discv5" tid=1 file=waku_discv5.nim:346
|
|
INF 2026-03-29 10:52:14.167+00:00 Starting discovery v5 search topics="waku discv5" tid=1 file=waku_discv5.nim:258
|
|
TRC 2026-03-29 10:52:14.167+00:00 running discv5 discovery loop topics="waku discv5" tid=1 file=waku_discv5.nim:261
|
|
TRC 2026-03-29 10:52:14.167+00:00 discv5 discovered peers topics="waku discv5" tid=1 file=waku_discv5.nim:277 num_discovered_peers=0 peers=[]
|
|
TRC 2026-03-29 10:52:14.167+00:00 discv5 discarded wrong records topics="waku discv5" tid=1 file=waku_discv5.nim:281 wrong_records=[]
|
|
INF 2026-03-29 10:52:14.167+00:00 Successfully started discovery v5 service topics="waku discv5" tid=1 file=waku_discv5.nim:352
|
|
INF 2026-03-29 10:52:14.167+00:00 Discv5: discoverable ENR topics="waku discv5" tid=1 file=waku_discv5.nim:353 enrUri=enr:-L24QIc9tMhsT8Kj-f78f5F4noWJ4B0_UtRLCpz4nPvzczFyIMLp-a81BsIrpNLv2Vw9znxXYP3Tvh7EXkl5pcLcszUDgmlkgnY0gmlwhKwSwaCKbXVsdGlhZGRyc5YACASsEsGgBt3KAAoErBLBoAbdy90DgnJzhQADAQAAiXNlY3AyNTZrMaEDSlK7o9zCFKI8rD2krg8bKNqGGXTlKXeibczPVIv9mCuDdGNwgt3Kg3VkcILdzIV3YWt1MgM enr="(3, id: \"v4\", ip: 172.18.193.160, multiaddrs: 0x000804AC12C1A006DDCA000A04AC12C1A006DDCBDD03, rs: 0x0003010000, secp256k1: 0x034A52BBA3DCC214A23CAC3DA4AE0F1B28DA861974E52977A26DCCCF548BFD982B, tcp: 56778, udp: 56780, waku2: 0x03)"
|
|
INF 2026-03-29 10:52:14.167+00:00 subscribe topics="waku relay" tid=1 file=protocol.nim:594 pubsubTopic=/waku/2/rs/3/0
|
|
TRC 2026-03-29 10:52:14.167+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 10:52:14.167+00:00 subscribing to topic topics="libp2p pubsub" tid=1 file=pubsub.nim:625 name=/waku/2/rs/3/0
|
|
TRC 2026-03-29 10:52:14.167+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 10:52:14.167+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 10:52:14.167+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 10:52:14.167+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 10:52:14.167+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 10:52:14.167+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 10:52:14.167+00:00 Health monitor loop start tid=1 file=node_health_monitor.nim:516
|
|
DBG 2026-03-29 10:52:14.168+00:00 calculateConnectionState tid=1 file=node_health_monitor.nim:408 relayCount=0 storeClientCount=0 lightpushCount=0 filterCount=0
|
|
INF 2026-03-29 10:52:14.168+00:00 starting keepalive tid=1 file=node_health_monitor.nim:678 randomPeersKeepalive=10s allPeersKeepalive=2m
|
|
TRC 2026-03-29 10:52:14.168+00:00 Running keepalive loop tid=1 file=node_health_monitor.nim:593
|
|
INF 2026-03-29 10:52:14.168+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 10:52:14.170+00:00 REST services are installed tid=1 file=builder.nim:221
|
|
INF 2026-03-29 10:52:14.170+00:00 Starting metrics HTTP server topics="waku node metrics" tid=1 file=waku_metrics.nim:63 serverIp=0.0.0.0 serverPort=56781
|
|
INF 2026-03-29 10:52:14.170+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 10:52:14.171+00:00 Metrics HTTP server started topics="waku node metrics" tid=1 file=waku_metrics.nim:73 serverIp=0.0.0.0 serverPort=56781
|
|
INF 2026-03-29 10:52:14.171+00:00 Setting up shutdown hooks topics="wakunode main" tid=1 file=wakunode2.nim:63
|
|
INF 2026-03-29 10:52:14.171+00:00 Node setup complete topics="wakunode main" tid=1 file=wakunode2.nim:102
|
|
TRC 2026-03-29 10:52:14.173+00:00 Got IPs from DNS server topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:155 resolvedAddresses={"1.0.0.1", "1.1.1.1", "2606:4700:4700:0000:0000:0000:0000:1111", "2606:4700:4700:0000:0000:0000:0000:1001"} server=1.1.1.1:53
|
|
TRC 2026-03-29 10:52:15.164+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=139752983908432
|
|
TRC 2026-03-29 10:52:15.164+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 10:52:15.164+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 10:52:15.164+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 10:52:15.164+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 10:52:15.164+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
DBG 2026-03-29 10:52:15.165+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36326 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:15.165+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36326 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:15.165+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36326 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:15.268+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36336 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:15.268+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36336 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:15.269+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36336 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:15.372+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36346 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:15.372+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36346 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:15.372+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36346 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:15.475+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36352 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:15.475+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36352 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:15.476+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36352 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:15.579+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36356 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:15.579+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36356 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:15.579+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36356 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:15.682+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36372 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:15.683+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36372 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:15.683+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36372 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:15.786+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36380 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:15.786+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36380 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:15.786+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36380 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:15.889+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36382 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:15.889+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36382 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:15.890+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36382 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:15.993+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36384 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:15.993+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36384 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:15.993+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36384 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:16.097+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36388 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:16.097+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36388 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:16.097+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36388 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 10:52:16.163+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=139752983908432
|
|
TRC 2026-03-29 10:52:16.163+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 10:52:16.163+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 10:52:16.163+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 10:52:16.163+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 10:52:16.163+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
DBG 2026-03-29 10:52:16.200+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36400 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:16.200+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36400 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:16.201+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36400 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:16.304+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36410 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:16.304+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36410 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:16.304+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36410 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:16.407+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36416 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:16.407+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36416 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:16.408+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36416 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:16.511+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36430 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:16.511+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36430 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:16.511+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36430 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:16.614+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36444 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:16.614+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36444 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:16.614+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36444 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:16.717+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36456 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:16.717+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36456 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:16.718+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36456 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:16.821+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36462 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:16.821+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36462 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:16.821+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36462 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:16.924+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36472 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:16.924+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36472 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:16.925+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36472 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:17.028+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36484 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:17.028+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36484 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:17.028+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36484 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:17.131+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36492 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:17.131+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36492 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:17.132+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36492 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 10:52:17.164+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=139752983908432
|
|
TRC 2026-03-29 10:52:17.164+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 10:52:17.164+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 10:52:17.164+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 10:52:17.164+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 10:52:17.164+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
DBG 2026-03-29 10:52:17.235+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36494 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:17.235+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36494 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:17.235+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36494 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:17.338+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36504 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:17.338+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36504 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:17.338+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36504 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:17.442+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36506 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:17.442+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36506 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:17.442+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36506 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:17.545+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36516 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:17.545+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36516 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:17.546+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36516 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:17.649+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36518 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:17.649+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36518 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:17.649+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36518 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:17.752+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36526 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:17.753+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36526 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:17.753+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36526 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:17.856+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36536 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:17.856+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36536 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:17.856+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36536 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:17.959+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36548 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:17.959+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36548 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:17.960+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36548 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:18.063+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36552 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:18.063+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36552 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:18.063+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36552 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 10:52:18.165+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=139752983908432
|
|
TRC 2026-03-29 10:52:18.165+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 10:52:18.165+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 10:52:18.165+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 10:52:18.165+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 10:52:18.165+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
DBG 2026-03-29 10:52:18.167+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36568 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:18.167+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36568 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:18.167+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36568 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:18.270+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36576 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:18.270+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36576 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:18.270+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36576 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:18.374+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36582 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:18.374+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36582 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:18.375+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36582 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:18.478+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36598 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:18.478+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36598 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:18.478+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36598 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:18.582+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36604 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:18.582+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36604 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:18.582+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36604 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:18.686+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36620 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:18.686+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36620 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:18.686+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36620 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:18.790+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36624 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:18.790+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36624 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:18.790+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36624 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:18.894+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36634 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:18.894+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36634 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:18.894+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36634 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:18.998+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36646 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:18.998+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36646 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:18.998+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36646 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:19.102+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36658 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:19.102+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36658 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:19.102+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36658 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 10:52:19.164+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=139752983908432
|
|
TRC 2026-03-29 10:52:19.164+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 10:52:19.164+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 10:52:19.164+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 10:52:19.164+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 10:52:19.164+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
TRC 2026-03-29 10:52:19.168+00:00 running discv5 discovery loop topics="waku discv5" tid=1 file=waku_discv5.nim:261
|
|
TRC 2026-03-29 10:52:19.168+00:00 discv5 discovered peers topics="waku discv5" tid=1 file=waku_discv5.nim:277 num_discovered_peers=0 peers=[]
|
|
TRC 2026-03-29 10:52:19.168+00:00 discv5 discarded wrong records topics="waku discv5" tid=1 file=waku_discv5.nim:281 wrong_records=[]
|
|
TRC 2026-03-29 10:52:19.175+00:00 Resolving IP using DNS topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:101 address=one.one.one.one servers="[1.1.1.1:53, 1.0.0.1:53]" domain=AF_UNSPEC
|
|
TRC 2026-03-29 10:52:19.178+00:00 Got IPs from DNS server topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:155 resolvedAddresses={"1.1.1.1", "1.0.0.1", "2606:4700:4700:0000:0000:0000:0000:1111", "2606:4700:4700:0000:0000:0000:0000:1001"} server=1.1.1.1:53
|
|
DBG 2026-03-29 10:52:19.205+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36660 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:19.205+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36660 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:19.206+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36660 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:19.309+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36676 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:19.309+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36676 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:19.310+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36676 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:19.413+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36688 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:19.413+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36688 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:19.413+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36688 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:19.517+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36690 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:19.517+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36690 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:19.517+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36690 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:19.620+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36694 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:19.620+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36694 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:19.621+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36694 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:19.725+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36710 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:19.725+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36710 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:19.725+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36710 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:19.829+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36724 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:19.829+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36724 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:19.829+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36724 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:19.933+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36728 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:19.933+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36728 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:19.934+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36728 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:20.037+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36744 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:20.037+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36744 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:20.037+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36744 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:20.141+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36752 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:20.141+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36752 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:20.141+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36752 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 10:52:20.164+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=139752983908432
|
|
TRC 2026-03-29 10:52:20.164+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 10:52:20.164+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 10:52:20.164+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 10:52:20.164+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 10:52:20.164+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
DBG 2026-03-29 10:52:20.244+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36756 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:20.244+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36756 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:20.244+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36756 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:20.347+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36762 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:20.347+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36762 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:20.348+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36762 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:20.451+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36768 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:20.451+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36768 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:20.451+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36768 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:20.554+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36784 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:20.554+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36784 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:20.555+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36784 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:20.658+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36792 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:20.658+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36792 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:20.658+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36792 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:20.761+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36802 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:20.762+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36802 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:20.762+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36802 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:20.865+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36808 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:20.865+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36808 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:20.866+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36808 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:20.969+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36822 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:20.969+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36822 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:20.969+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36822 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:21.072+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36838 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:21.073+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36838 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:21.073+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36838 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 10:52:21.164+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=139752983908432
|
|
TRC 2026-03-29 10:52:21.164+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 10:52:21.164+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 10:52:21.164+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 10:52:21.164+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 10:52:21.164+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
DBG 2026-03-29 10:52:21.176+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36844 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:21.176+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36844 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:21.176+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36844 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:21.279+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36860 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:21.279+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36860 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:21.280+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36860 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:21.383+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36864 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:21.383+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36864 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:21.383+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36864 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:21.486+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36868 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:21.486+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36868 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:21.487+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36868 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:21.590+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36872 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:21.590+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36872 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:21.590+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36872 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:21.693+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36888 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:21.693+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36888 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:21.693+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36888 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:21.796+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36904 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:21.797+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36904 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:21.797+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36904 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:21.900+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36920 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:21.900+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36920 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:21.900+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36920 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:22.003+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36926 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:22.004+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36926 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:22.004+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36926 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:22.107+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36930 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:22.107+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36930 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:22.107+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36930 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 10:52:22.164+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=139752983908432
|
|
TRC 2026-03-29 10:52:22.164+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 10:52:22.164+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 10:52:22.164+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 10:52:22.164+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 10:52:22.164+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
DBG 2026-03-29 10:52:22.210+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36946 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:22.210+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36946 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:22.211+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36946 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:22.314+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36962 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:22.314+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36962 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:22.314+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36962 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:22.417+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36974 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:22.417+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36974 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:22.418+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36974 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:22.521+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36982 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:22.521+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36982 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:22.521+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36982 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:22.624+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:36998 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:22.625+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:36998 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:22.625+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:36998 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:22.728+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:37014 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:22.728+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:37014 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:22.728+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:37014 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:22.831+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:37028 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:22.831+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:37028 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:22.832+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:37028 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:22.935+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:37042 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:22.935+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:37042 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:22.935+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:37042 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:23.038+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:37044 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:23.038+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:37044 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:23.039+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:37044 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:23.142+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:37058 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:23.142+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:37058 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:23.142+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:37058 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 10:52:23.164+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=139752983908432
|
|
TRC 2026-03-29 10:52:23.164+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 10:52:23.164+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 10:52:23.164+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 10:52:23.164+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 10:52:23.164+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
DBG 2026-03-29 10:52:23.245+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:37064 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:23.245+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:37064 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:23.246+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:37064 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:23.348+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:37074 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:23.349+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:37074 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:23.349+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:37074 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:23.452+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:37090 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:23.452+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:37090 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:23.453+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:37090 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:23.555+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:37100 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:23.556+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:37100 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:23.556+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:37100 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:23.659+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:39280 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:23.659+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:39280 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 10:52:23.659+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:39280 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 10:52:23.762+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:39288 meth=GET uri=/health
|
|
DBG 2026-03-29 10:52:23.762+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:39288 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|