mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-04-24 04:33:13 +00:00
1505 lines
278 KiB
Plaintext
1505 lines
278 KiB
Plaintext
WRN 2026-03-29 12:17:08.914+00:00 whether to mount storeSync is not specified, defaulting to not mounting topics="waku conf builder" tid=1 file=waku_conf_builder.nim:471
|
|
bSubscribeShards: some(@[0])
|
|
INF 2026-03-29 12:17:08.914+00:00 Sharding configuration: topics="waku conf builder" tid=1 file=waku_conf_builder.nim:506 shardingConf="(kind: AutoSharding, numShardsInCluster: 1)" subscribeShards=@[0]
|
|
INF 2026-03-29 12:17:08.915+00:00 Configuration: Enabled protocols topics="waku conf" tid=1 file=waku_conf.nim:157 relay=true rlnRelay=false store=true filter=false lightPush=false peerExchange=true rendezvous=true
|
|
INF 2026-03-29 12:17:08.915+00:00 Configuration. Network topics="waku conf" tid=1 file=waku_conf.nim:166 cluster=3
|
|
INF 2026-03-29 12:17:08.915+00:00 Configuration. Active Relay Shards topics="waku conf" tid=1 file=waku_conf.nim:169 shard=0
|
|
INF 2026-03-29 12:17:08.915+00:00 Setting up storage tid=1 file=node_factory.nim:532
|
|
INF 2026-03-29 12:17:08.915+00:00 Initializing node tid=1 file=node_factory.nim:541
|
|
TRC 2026-03-29 12:17:08.916+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/ipfs/id/1.0.0]"
|
|
TRC 2026-03-29 12:17:08.917+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/libp2p/autonat/1.0.0]"
|
|
TRC 2026-03-29 12:17:08.917+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/libp2p/circuit/relay/0.2.0/hop, /libp2p/circuit/relay/0.1.0]"
|
|
TRC 2026-03-29 12:17:08.917+00:00 no peer storage found tid=1 file=peer_manager.nim:1219
|
|
INF 2026-03-29 12:17:08.917+00:00 Initializing networking tid=1 file=waku_node.nim:228 addrs="@[/ip4/172.18.239.30/tcp/16772, /ip4/172.18.239.30/tcp/16773/ws]"
|
|
INF 2026-03-29 12:17:08.917+00:00 Mounting protocols tid=1 file=node_factory.nim:547
|
|
INF 2026-03-29 12:17:08.917+00:00 Created WakuMetadata protocol topics="waku node" tid=1 file=protocol.nim:107 clusterId=3 shards="[0]"
|
|
TRC 2026-03-29 12:17:08.917+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/vac/waku/metadata/1.0.0]"
|
|
INF 2026-03-29 12:17:08.919+00:00 sqlite database page stats tid=1 file=builder.nim:53 pageSize=4096 pages=1 freePages=0
|
|
INF 2026-03-29 12:17:08.919+00:00 starting message store's sqlite database migration topics="waku archive migration" tid=1 file=migrations.nim:57
|
|
INF 2026-03-29 12:17:08.919+00:00 Not considered schema version 7 topics="waku archive migration" tid=1 file=migrations.nim:45
|
|
INF 2026-03-29 12:17:08.919+00:00 database schema is outdated topics="sqlite" tid=1 file=db_sqlite.nim:447 userVersion=0 targetVersion=10
|
|
INF 2026-03-29 12:17:08.920+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="CREATE TABLE IF NOT EXISTS Message(\n id BLOB PRIMARY KEY,\n timestamp INTEGER NOT NULL,\n contentTopic BLOB NOT NULL,\n pubsubTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL\n ) WITHOUT ROWID;"
|
|
INF 2026-03-29 12:17:08.924+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="CREATE TABLE IF NOT EXISTS Message(\n id BLOB PRIMARY KEY,\n timestamp INTEGER NOT NULL,\n contentTopic BLOB NOT NULL,\n pubsubTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL\n ) WITHOUT ROWID;"
|
|
INF 2026-03-29 12:17:08.924+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="CREATE TABLE IF NOT EXISTS Message_backup (\n id BLOB PRIMARY KEY,\n timestamp INTEGER NOT NULL,\n contentTopic BLOB NOT NULL,\n pubsubTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL\n ) WITHOUT ROWID;"
|
|
INF 2026-03-29 12:17:08.925+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="CREATE TABLE IF NOT EXISTS Message_backup (\n id BLOB PRIMARY KEY,\n timestamp INTEGER NOT NULL,\n contentTopic BLOB NOT NULL,\n pubsubTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL\n ) WITHOUT ROWID;"
|
|
INF 2026-03-29 12:17:08.925+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="INSERT INTO Message_backup SELECT id, timestamp, contentTopic, pubsubTopic, payload, version FROM Message;"
|
|
INF 2026-03-29 12:17:08.925+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="INSERT INTO Message_backup SELECT id, timestamp, contentTopic, pubsubTopic, payload, version FROM Message;"
|
|
INF 2026-03-29 12:17:08.925+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE Message;"
|
|
INF 2026-03-29 12:17:08.926+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP TABLE Message;"
|
|
INF 2026-03-29 12:17:08.926+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="CREATE TABLE IF NOT EXISTS Message(\n id BLOB PRIMARY KEY,\n receiverTimestamp REAL NOT NULL,\n contentTopic BLOB NOT NULL,\n pubsubTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL,\n senderTimestamp REAL NOT NULL\n ) WITHOUT ROWID;"
|
|
INF 2026-03-29 12:17:08.926+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="CREATE TABLE IF NOT EXISTS Message(\n id BLOB PRIMARY KEY,\n receiverTimestamp REAL NOT NULL,\n contentTopic BLOB NOT NULL,\n pubsubTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL,\n senderTimestamp REAL NOT NULL\n ) WITHOUT ROWID;"
|
|
INF 2026-03-29 12:17:08.926+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="INSERT INTO Message (id, receiverTimestamp, contentTopic, pubsubTopic, payload, version, senderTimestamp)\n SELECT id, timestamp, contentTopic, pubsubTopic, payload, version, 0\n FROM Message_backup;"
|
|
INF 2026-03-29 12:17:08.926+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="INSERT INTO Message (id, receiverTimestamp, contentTopic, pubsubTopic, payload, version, senderTimestamp)\n SELECT id, timestamp, contentTopic, pubsubTopic, payload, version, 0\n FROM Message_backup;"
|
|
INF 2026-03-29 12:17:08.926+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE Message_backup;"
|
|
INF 2026-03-29 12:17:08.927+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP TABLE Message_backup;"
|
|
INF 2026-03-29 12:17:08.927+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="CREATE TABLE IF NOT EXISTS Message_backup (\n id BLOB PRIMARY KEY,\n receiverTimestamp REAL NOT NULL,\n contentTopic BLOB NOT NULL,\n pubsubTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL,\n senderTimestamp REAL NOT NULL\n ) WITHOUT ROWID;"
|
|
INF 2026-03-29 12:17:08.927+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="CREATE TABLE IF NOT EXISTS Message_backup (\n id BLOB PRIMARY KEY,\n receiverTimestamp REAL NOT NULL,\n contentTopic BLOB NOT NULL,\n pubsubTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL,\n senderTimestamp REAL NOT NULL\n ) WITHOUT ROWID;"
|
|
INF 2026-03-29 12:17:08.928+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="INSERT INTO Message_backup SELECT id, receiverTimestamp, contentTopic, pubsubTopic, payload, version, senderTimestamp FROM Message;"
|
|
INF 2026-03-29 12:17:08.928+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="INSERT INTO Message_backup SELECT id, receiverTimestamp, contentTopic, pubsubTopic, payload, version, senderTimestamp FROM Message;"
|
|
INF 2026-03-29 12:17:08.928+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE Message;"
|
|
INF 2026-03-29 12:17:08.928+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP TABLE Message;"
|
|
INF 2026-03-29 12:17:08.928+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="CREATE TABLE IF NOT EXISTS Message(\n id BLOB PRIMARY KEY,\n receiverTimestamp INTEGER NOT NULL,\n contentTopic BLOB NOT NULL,\n pubsubTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL,\n senderTimestamp INTEGER NOT NULL\n ) WITHOUT ROWID;"
|
|
INF 2026-03-29 12:17:08.929+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="CREATE TABLE IF NOT EXISTS Message(\n id BLOB PRIMARY KEY,\n receiverTimestamp INTEGER NOT NULL,\n contentTopic BLOB NOT NULL,\n pubsubTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL,\n senderTimestamp INTEGER NOT NULL\n ) WITHOUT ROWID;"
|
|
INF 2026-03-29 12:17:08.929+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="INSERT INTO Message (id, receiverTimestamp, contentTopic, pubsubTopic, payload, version, senderTimestamp)\n SELECT id, CAST(receiverTimestamp*1000000000 AS INTEGER), contentTopic, pubsubTopic, payload, version, CAST(senderTimestamp*1000000000 AS INTEGER)\n FROM Message_backup;"
|
|
INF 2026-03-29 12:17:08.929+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="INSERT INTO Message (id, receiverTimestamp, contentTopic, pubsubTopic, payload, version, senderTimestamp)\n SELECT id, CAST(receiverTimestamp*1000000000 AS INTEGER), contentTopic, pubsubTopic, payload, version, CAST(senderTimestamp*1000000000 AS INTEGER)\n FROM Message_backup;"
|
|
INF 2026-03-29 12:17:08.929+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE Message_backup;"
|
|
INF 2026-03-29 12:17:08.930+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP TABLE Message_backup;"
|
|
INF 2026-03-29 12:17:08.930+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="ALTER TABLE Message RENAME TO Message_backup;"
|
|
INF 2026-03-29 12:17:08.931+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="ALTER TABLE Message RENAME TO Message_backup;"
|
|
INF 2026-03-29 12:17:08.931+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="CREATE TABLE IF NOT EXISTS Message(\n id BLOB,\n receiverTimestamp INTEGER NOT NULL,\n contentTopic BLOB NOT NULL,\n pubsubTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL,\n senderTimestamp INTEGER NOT NULL,\n CONSTRAINT messageIndex PRIMARY KEY (senderTimestamp, id, pubsubTopic)\n ) WITHOUT ROWID;"
|
|
INF 2026-03-29 12:17:08.932+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="CREATE TABLE IF NOT EXISTS Message(\n id BLOB,\n receiverTimestamp INTEGER NOT NULL,\n contentTopic BLOB NOT NULL,\n pubsubTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL,\n senderTimestamp INTEGER NOT NULL,\n CONSTRAINT messageIndex PRIMARY KEY (senderTimestamp, id, pubsubTopic)\n ) WITHOUT ROWID;"
|
|
INF 2026-03-29 12:17:08.932+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="INSERT INTO Message\n SELECT *\n FROM Message_backup;"
|
|
INF 2026-03-29 12:17:08.932+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="INSERT INTO Message\n SELECT *\n FROM Message_backup;"
|
|
INF 2026-03-29 12:17:08.932+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE Message_backup;"
|
|
INF 2026-03-29 12:17:08.933+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP TABLE Message_backup;"
|
|
INF 2026-03-29 12:17:08.933+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="CREATE INDEX IF NOT EXISTS i_msg ON Message (contentTopic, pubsubTopic, senderTimestamp, id);"
|
|
INF 2026-03-29 12:17:08.935+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="CREATE INDEX IF NOT EXISTS i_msg ON Message (contentTopic, pubsubTopic, senderTimestamp, id);"
|
|
INF 2026-03-29 12:17:08.935+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="ALTER TABLE message RENAME COLUMN receiverTimestamp TO storedAt;"
|
|
INF 2026-03-29 12:17:08.936+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="ALTER TABLE message RENAME COLUMN receiverTimestamp TO storedAt;"
|
|
INF 2026-03-29 12:17:08.936+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP INDEX IF EXISTS i_msg;"
|
|
INF 2026-03-29 12:17:08.937+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP INDEX IF EXISTS i_msg;"
|
|
INF 2026-03-29 12:17:08.937+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="CREATE INDEX IF NOT EXISTS i_query ON message (contentTopic, pubsubTopic, storedAt, id);"
|
|
INF 2026-03-29 12:17:08.937+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="CREATE INDEX IF NOT EXISTS i_query ON message (contentTopic, pubsubTopic, storedAt, id);"
|
|
INF 2026-03-29 12:17:08.937+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP INDEX IF EXISTS i_rt;"
|
|
INF 2026-03-29 12:17:08.937+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP INDEX IF EXISTS i_rt;"
|
|
INF 2026-03-29 12:17:08.937+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="CREATE INDEX IF NOT EXISTS i_ts ON message (storedAt);"
|
|
INF 2026-03-29 12:17:08.938+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="CREATE INDEX IF NOT EXISTS i_ts ON message (storedAt);"
|
|
INF 2026-03-29 12:17:08.939+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="ALTER TABLE message RENAME TO message_backup;"
|
|
INF 2026-03-29 12:17:08.941+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="ALTER TABLE message RENAME TO message_backup;"
|
|
INF 2026-03-29 12:17:08.941+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="CREATE TABLE IF NOT EXISTS message(\n pubsubTopic BLOB NOT NULL,\n contentTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL,\n timestamp INTEGER NOT NULL,\n id BLOB,\n storedAt INTEGER NOT NULL,\n CONSTRAINT messageIndex PRIMARY KEY (storedAt, id, pubsubTopic)\n) WITHOUT ROWID;"
|
|
INF 2026-03-29 12:17:08.941+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="CREATE TABLE IF NOT EXISTS message(\n pubsubTopic BLOB NOT NULL,\n contentTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL,\n timestamp INTEGER NOT NULL,\n id BLOB,\n storedAt INTEGER NOT NULL,\n CONSTRAINT messageIndex PRIMARY KEY (storedAt, id, pubsubTopic)\n) WITHOUT ROWID;"
|
|
INF 2026-03-29 12:17:08.941+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="INSERT OR IGNORE INTO message(pubsubTopic, contentTopic, payload, version, timestamp, id, storedAt)\n SELECT pubsubTopic, contentTopic, payload, version, senderTimestamp, id, storedAt\n FROM message_backup;"
|
|
INF 2026-03-29 12:17:08.941+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="INSERT OR IGNORE INTO message(pubsubTopic, contentTopic, payload, version, timestamp, id, storedAt)\n SELECT pubsubTopic, contentTopic, payload, version, senderTimestamp, id, storedAt\n FROM message_backup;"
|
|
INF 2026-03-29 12:17:08.941+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE message_backup;"
|
|
INF 2026-03-29 12:17:08.942+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP TABLE message_backup;"
|
|
INF 2026-03-29 12:17:08.942+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="ALTER TABLE message RENAME TO message_backup;"
|
|
INF 2026-03-29 12:17:08.943+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="ALTER TABLE message RENAME TO message_backup;"
|
|
INF 2026-03-29 12:17:08.943+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="CREATE TABLE IF NOT EXISTS message (\n pubsubTopic BLOB NOT NULL,\n contentTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL,\n timestamp INTEGER NOT NULL,\n id BLOB,\n messageHash BLOB, -- Newly added, this will be populated with a counter value\n storedAt INTEGER NOT NULL,\n CONSTRAINT messageIndex PRIMARY KEY (messageHash)\n) WITHOUT ROWID;"
|
|
INF 2026-03-29 12:17:08.944+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="CREATE TABLE IF NOT EXISTS message (\n pubsubTopic BLOB NOT NULL,\n contentTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL,\n timestamp INTEGER NOT NULL,\n id BLOB,\n messageHash BLOB, -- Newly added, this will be populated with a counter value\n storedAt INTEGER NOT NULL,\n CONSTRAINT messageIndex PRIMARY KEY (messageHash)\n) WITHOUT ROWID;"
|
|
INF 2026-03-29 12:17:08.944+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="INSERT INTO message(pubsubTopic, contentTopic, payload, version, timestamp, id, messageHash, storedAt)\nSELECT\n mb.pubsubTopic,\n mb.contentTopic,\n mb.payload,\n mb.version,\n mb.timestamp,\n mb.id,\n randomblob(32), -- to populate 32-byte random blob\n mb.storedAt\nFROM message_backup AS mb;"
|
|
INF 2026-03-29 12:17:08.944+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="INSERT INTO message(pubsubTopic, contentTopic, payload, version, timestamp, id, messageHash, storedAt)\nSELECT\n mb.pubsubTopic,\n mb.contentTopic,\n mb.payload,\n mb.version,\n mb.timestamp,\n mb.id,\n randomblob(32), -- to populate 32-byte random blob\n mb.storedAt\nFROM message_backup AS mb;"
|
|
INF 2026-03-29 12:17:08.944+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE message_backup;"
|
|
INF 2026-03-29 12:17:08.944+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP TABLE message_backup;"
|
|
INF 2026-03-29 12:17:08.944+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="ALTER TABLE message ADD COLUMN meta BLOB;"
|
|
INF 2026-03-29 12:17:08.945+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="ALTER TABLE message ADD COLUMN meta BLOB;"
|
|
INF 2026-03-29 12:17:08.945+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="ALTER TABLE message DROP COLUMN timestamp;"
|
|
INF 2026-03-29 12:17:08.946+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="ALTER TABLE message DROP COLUMN timestamp;"
|
|
INF 2026-03-29 12:17:08.946+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="ALTER TABLE message RENAME COLUMN storedAt TO timestamp;"
|
|
INF 2026-03-29 12:17:08.947+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="ALTER TABLE message RENAME COLUMN storedAt TO timestamp;"
|
|
INF 2026-03-29 12:17:08.948+00:00 database user_version updated topics="sqlite" tid=1 file=db_sqlite.nim:481 userVersion=10
|
|
INF 2026-03-29 12:17:08.949+00:00 finished message store's sqlite database migration topics="waku archive migration" tid=1 file=migrations.nim:70
|
|
INF 2026-03-29 12:17:08.949+00:00 setting up sqlite waku archive driver tid=1 file=builder.nim:65
|
|
INF 2026-03-29 12:17:08.949+00:00 executing message retention policy topics="waku archive" tid=1 file=archive.nim:270 policy=time:172800
|
|
INF 2026-03-29 12:17:08.949+00:00 beginning of executing message retention policy - time topics="waku archive retention_policy" tid=1 file=retention_policy_time.nim:22
|
|
INF 2026-03-29 12:17:08.950+00:00 end of executing message retention policy - time topics="waku archive retention_policy" tid=1 file=retention_policy_time.nim:30
|
|
INF 2026-03-29 12:17:08.950+00:00 mounting waku store protocol topics="waku node store api" tid=1 file=store.nim:255
|
|
TRC 2026-03-29 12:17:08.950+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/vac/waku/store-query/3.0.0]"
|
|
INF 2026-03-29 12:17:08.950+00:00 mounting store client topics="waku node store api" tid=1 file=store.nim:274
|
|
INF 2026-03-29 12:17:08.950+00:00 mounting legacy store client topics="waku node store api" tid=1 file=store.nim:145
|
|
INF 2026-03-29 12:17:08.950+00:00 mounting auto sharding topics="waku node" tid=1 file=waku_node.nim:305 clusterId=3 shardCount=1
|
|
INF 2026-03-29 12:17:08.950+00:00 Shards created from content topics tid=1 file=node_factory.nim:333 contentTopics=[] shards=[]
|
|
INF 2026-03-29 12:17:08.950+00:00 Setting max message size tid=1 file=node_factory.nim:342 num_bytes=153600
|
|
INF 2026-03-29 12:17:08.950+00:00 mounting relay protocol topics="waku node relay api" tid=1 file=relay.nim:259
|
|
TRC 2026-03-29 12:17:08.950+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/vac/waku/relay/2.0.0, /meshsub/1.3.0, /meshsub/1.2.0, /meshsub/1.1.0, /meshsub/1.0.0, /meshsub/1.3.0, /meshsub/1.2.0, /meshsub/1.1.0, /meshsub/1.0.0]"
|
|
INF 2026-03-29 12:17:08.950+00:00 relay mounted successfully topics="waku node relay api" tid=1 file=relay.nim:276
|
|
INF 2026-03-29 12:17:08.950+00:00 adding validator to signed shards tid=1 file=validator_signed.nim:56 protectedShards=[] clusterId=3
|
|
INF 2026-03-29 12:17:08.950+00:00 mounting rendezvous discovery protocol topics="waku node" tid=1 file=waku_node.nim:432
|
|
INF 2026-03-29 12:17:08.950+00:00 waku rendezvous initialized topics="waku node" tid=1 file=protocol.nim:206 clusterId=3 shards="[0]" capabilities="[Relay, Store]" wakuPeerRecord="(peerId: 16U*zBoon3, seqNo: 1774786628, addresses: [/ip4/172.18.239.30/tcp/16772, /ip4/172.18.239.30/tcp/16773/ws], mixKey: )"
|
|
TRC 2026-03-29 12:17:08.950+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/vac/waku/rendezvous/1.0.0]"
|
|
INF 2026-03-29 12:17:08.950+00:00 mounting rendezvous client topics="waku node" tid=1 file=waku_node.nim:418
|
|
INF 2026-03-29 12:17:08.951+00:00 waku rendezvous client initialized topics="waku node" tid=1 file=client.nim:130 clusterId=3
|
|
INF 2026-03-29 12:17:08.951+00:00 mounting libp2p ping protocol topics="waku node ping api" tid=1 file=ping.nim:20
|
|
TRC 2026-03-29 12:17:08.951+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/ipfs/ping/1.0.0]"
|
|
INF 2026-03-29 12:17:08.951+00:00 mounting light push client topics="waku node lightpush api" tid=1 file=lightpush.nim:183
|
|
INF 2026-03-29 12:17:08.951+00:00 mounting legacy light push client topics="waku node lightpush api" tid=1 file=lightpush.nim:72
|
|
INF 2026-03-29 12:17:08.951+00:00 mounting filter client topics="waku node filter api" tid=1 file=filter.nim:81
|
|
TRC 2026-03-29 12:17:08.951+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/vac/waku/filter-push/2.0.0-beta1]"
|
|
INF 2026-03-29 12:17:08.951+00:00 mounting waku peer exchange topics="waku node peerexchange api" tid=1 file=peer_exchange.nim:37
|
|
TRC 2026-03-29 12:17:08.951+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/vac/waku/peer-exchange/2.0.0-alpha1]"
|
|
INF 2026-03-29 12:17:08.951+00:00 mounting waku peer exchange client topics="waku node peerexchange api" tid=1 file=peer_exchange.nim:54
|
|
NTC 2026-03-29 12:17:08.951+00:00 REST service started tid=1 file=server.nim:182 address=0.0.0.0:16771
|
|
INF 2026-03-29 12:17:08.951+00:00 Starting REST HTTP server tid=1 file=builder.nim:113 url=http://0.0.0.0:16771/
|
|
INF 2026-03-29 12:17:08.951+00:00 No external callbacks to be set topics="wakunode waku" tid=1 file=waku.nim:127
|
|
TRC 2026-03-29 12:17:08.951+00:00 Send processor chain topics="send service" tid=1 file=send_service.nim:94 index=1 processor=BaseSendProcessor
|
|
INF 2026-03-29 12:17:08.951+00:00 Retrieve dynamic bootstrap nodes topics="wakunode waku" tid=1 file=waku.nim:367
|
|
INF 2026-03-29 12:17:08.952+00:00 Running nwaku node tid=1 file=node_factory.nim:464 version=v0.38.0-rc.0-14-g5c335c
|
|
INF 2026-03-29 12:17:08.952+00:00 Starting Waku node topics="waku node" tid=1 file=waku_node.nim:625 version=v0.38.0-rc.0-14-g5c335c
|
|
INF 2026-03-29 12:17:08.952+00:00 starting relay protocol topics="waku node" tid=1 file=waku_node.nim:389
|
|
INF 2026-03-29 12:17:08.952+00:00 start topics="waku relay" tid=1 file=protocol.nim:519
|
|
TRC 2026-03-29 12:17:08.952+00:00 gossipsub start topics="libp2p gossipsub" tid=1 file=gossipsub.nim:1113
|
|
TRC 2026-03-29 12:17:08.952+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140473305063504
|
|
TRC 2026-03-29 12:17:08.952+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
TRC 2026-03-29 12:17:08.952+00:00 running scoring heartbeat topics="libp2p gossipsub" tid=1 file=scoring.nim:312 instance=140473305063504
|
|
TRC 2026-03-29 12:17:08.952+00:00 updating scores topics="libp2p gossipsub" tid=1 file=scoring.nim:144 peers=0
|
|
TRC 2026-03-29 12:17:08.952+00:00 updated scores topics="libp2p gossipsub" tid=1 file=scoring.nim:308 peers=0
|
|
INF 2026-03-29 12:17:08.952+00:00 relay started successfully topics="waku node" tid=1 file=waku_node.nim:410
|
|
INF 2026-03-29 12:17:08.952+00:00 waku rendezvous periodic registration started topics="waku rendezvous" tid=1 file=protocol.nim:127 interval=10s
|
|
INF 2026-03-29 12:17:08.952+00:00 waku rendezvous discovery started topics="waku rendezvous" tid=1 file=protocol.nim:227
|
|
INF 2026-03-29 12:17:08.952+00:00 waku rendezvous periodic requests started topics="waku rendezvous client" tid=1 file=client.nim:80 interval=10s
|
|
INF 2026-03-29 12:17:08.952+00:00 waku rendezvous client started topics="waku rendezvous client" tid=1 file=client.nim:136
|
|
DBG 2026-03-29 12:17:08.952+00:00 starting switch for peer topics="libp2p switch" tid=1 file=switch.nim:363 peerInfo="(peerId: 16Uiu2HAmHDQ8auu93YRfuH3D1nXr9K5yt8E4nBU66M5dSjzBoon3, listenAddrs: [/ip4/0.0.0.0/tcp/16773/ws, /ip4/0.0.0.0/tcp/16772], addrs: [], protocols: [/ipfs/id/1.0.0, /libp2p/autonat/1.0.0, /libp2p/circuit/relay/0.2.0/hop, /vac/waku/metadata/1.0.0, /vac/waku/store-query/3.0.0, /vac/waku/relay/2.0.0, /vac/waku/rendezvous/1.0.0, /ipfs/ping/1.0.0, /vac/waku/filter-push/2.0.0-beta1, /vac/waku/peer-exchange/2.0.0-alpha1], protoVersion: ipfs/0.1.0, agentVersion: logos-delivery-v0.38.0-rc.0-14-g5c335c)"
|
|
TRC 2026-03-29 12:17:08.952+00:00 Starting TCP transport topics="libp2p tcptransport" tid=1 file=tcptransport.nim:116
|
|
TRC 2026-03-29 12:17:08.952+00:00 Listening on topics="libp2p tcptransport" tid=1 file=tcptransport.nim:140 address=/ip4/0.0.0.0/tcp/16772
|
|
TRC 2026-03-29 12:17:08.952+00:00 starting transport on addrs topics="libp2p transport" tid=1 file=transport.nim:49 address=@[/ip4/0.0.0.0/tcp/16772]
|
|
DBG 2026-03-29 12:17:08.952+00:00 About to accept incoming connection topics="libp2p switch" tid=1 file=switch.nim:272
|
|
TRC 2026-03-29 12:17:08.953+00:00 Starting WS transport topics="libp2p wstransport" tid=1 file=wstransport.nim:154
|
|
TRC 2026-03-29 12:17:08.953+00:00 starting transport on addrs topics="libp2p transport" tid=1 file=transport.nim:49 address=@[/ip4/0.0.0.0/tcp/16773/ws]
|
|
TRC 2026-03-29 12:17:08.953+00:00 Created HTTP Server topics="libp2p wstransport" tid=1 file=server.nim:262 host=0.0.0.0:16773
|
|
TRC 2026-03-29 12:17:08.953+00:00 Listening on topics="libp2p wstransport" tid=1 file=wstransport.nim:204 addresses="[/ip4/0.0.0.0/tcp/16773/ws]"
|
|
INF 2026-03-29 12:17:08.953+00:00 Setting up AutonatService topics="libp2p autonatservice" tid=1 file=service.nim:207
|
|
TRC 2026-03-29 12:17:08.953+00:00 Running AutonatService topics="libp2p autonatservice" tid=1 file=service.nim:231
|
|
TRC 2026-03-29 12:17:08.953+00:00 Asking peers for reachability topics="libp2p autonatservice" tid=1 file=service.nim:160
|
|
DBG 2026-03-29 12:17:08.953+00:00 About to accept incoming connection topics="libp2p switch" tid=1 file=switch.nim:272
|
|
TRC 2026-03-29 12:17:08.953+00:00 WsTransport accept topics="libp2p wstransport" tid=1 file=wstransport.nim:279
|
|
TRC 2026-03-29 12:17:08.953+00:00 Awaiting new request topics="websock http-server" tid=1 file=server.nim:194
|
|
TRC 2026-03-29 12:17:08.953+00:00 gossipsub start topics="libp2p gossipsub" tid=1 file=gossipsub.nim:1113
|
|
WRN 2026-03-29 12:17:08.953+00:00 Starting gossipsub twice topics="libp2p gossipsub" tid=1 file=gossipsub.nim:1116
|
|
WRN 2026-03-29 12:17:08.953+00:00 Starting rendezvous twice topics="waku rendezvous" tid=1 file=rendezvous.nim:626
|
|
DBG 2026-03-29 12:17:08.953+00:00 Started libp2p node topics="libp2p switch" tid=1 file=switch.nim:403 peer="(peerId: 16Uiu2HAmHDQ8auu93YRfuH3D1nXr9K5yt8E4nBU66M5dSjzBoon3, listenAddrs: [/ip4/0.0.0.0/tcp/16772, /ip4/0.0.0.0/tcp/16773/ws], addrs: [/ip4/172.18.239.30/tcp/16772, /ip4/172.18.239.30/tcp/16773/ws], protocols: [/ipfs/id/1.0.0, /libp2p/autonat/1.0.0, /libp2p/circuit/relay/0.2.0/hop, /vac/waku/metadata/1.0.0, /vac/waku/store-query/3.0.0, /vac/waku/relay/2.0.0, /vac/waku/rendezvous/1.0.0, /ipfs/ping/1.0.0, /vac/waku/filter-push/2.0.0-beta1, /vac/waku/peer-exchange/2.0.0-alpha1], protoVersion: ipfs/0.1.0, agentVersion: logos-delivery-v0.38.0-rc.0-14-g5c335c)"
|
|
INF 2026-03-29 12:17:08.954+00:00 PeerInfo topics="waku node" tid=1 file=waku_node.nim:478 peerId=16U*zBoon3 addrs="[/ip4/172.18.239.30/tcp/16772, /ip4/172.18.239.30/tcp/16773/ws]"
|
|
INF 2026-03-29 12:17:08.954+00:00 Listening on topics="waku node" tid=1 file=waku_node.nim:501 full=[/ip4/0.0.0.0/tcp/16772/p2p/16Uiu2HAmHDQ8auu93YRfuH3D1nXr9K5yt8E4nBU66M5dSjzBoon3][/ip4/0.0.0.0/tcp/16773/ws/p2p/16Uiu2HAmHDQ8auu93YRfuH3D1nXr9K5yt8E4nBU66M5dSjzBoon3] localIp=172.17.0.165 switchAddress="@[/ip4/172.18.239.30/tcp/16772, /ip4/172.18.239.30/tcp/16773/ws]"
|
|
INF 2026-03-29 12:17:08.954+00:00 Announcing addresses topics="waku node" tid=1 file=waku_node.nim:503 full=[/ip4/172.18.239.30/tcp/16772/p2p/16Uiu2HAmHDQ8auu93YRfuH3D1nXr9K5yt8E4nBU66M5dSjzBoon3][/ip4/172.18.239.30/tcp/16773/ws/p2p/16Uiu2HAmHDQ8auu93YRfuH3D1nXr9K5yt8E4nBU66M5dSjzBoon3]
|
|
INF 2026-03-29 12:17:08.954+00:00 DNS: discoverable ENR topics="waku node" tid=1 file=waku_node.nim:504 enr=enr:-LO4QBa4iG7DYGxMXebYyag1UgHwiCy5sQy0J0On8gQisWJiYPX-6CKzi8DK_nQ5BjWgzRBiddMiZhuxD9a_RUvf5_wBgmlkgnY0gmlwhKwS7x6KbXVsdGlhZGRyc4wACgSsEu8eBkGF3QOCcnOFAAMBAACJc2VjcDI1NmsxoQNDvDkKNeJFEba3XkA7CL1OICu7XXW5ugoOsuaWAzROHIN0Y3CCQYSDdWRwgkGGhXdha3UyAw
|
|
INF 2026-03-29 12:17:08.954+00:00 Node started successfully topics="waku node" tid=1 file=waku_node.nim:681
|
|
TRC 2026-03-29 12:17:08.954+00:00 Starting relay connectivity loop topics="waku node peer_manager" tid=1 file=peer_manager.nim:1069
|
|
TRC 2026-03-29 12:17:08.954+00:00 Starting prune peerstore loop topics="waku node peer_manager" tid=1 file=peer_manager.nim:1062
|
|
INF 2026-03-29 12:17:08.954+00:00 Relay peer connections topics="waku node peer_manager" tid=1 file=peer_manager.nim:843 inRelayConns=0/50 outRelayConns=0/25 totalConnections=0/150 notConnectedPeers=0 outsideBackoffPeers=0
|
|
INF 2026-03-29 12:17:08.954+00:00 PeerInfo topics="waku node" tid=1 file=waku_node.nim:478 peerId=16U*zBoon3 addrs="[/ip4/172.18.239.30/tcp/16772, /ip4/172.18.239.30/tcp/16773/ws]"
|
|
INF 2026-03-29 12:17:08.954+00:00 Listening on topics="waku node" tid=1 file=waku_node.nim:501 full=[/ip4/0.0.0.0/tcp/16772/p2p/16Uiu2HAmHDQ8auu93YRfuH3D1nXr9K5yt8E4nBU66M5dSjzBoon3][/ip4/0.0.0.0/tcp/16773/ws/p2p/16Uiu2HAmHDQ8auu93YRfuH3D1nXr9K5yt8E4nBU66M5dSjzBoon3] localIp=172.17.0.165 switchAddress="@[/ip4/172.18.239.30/tcp/16772, /ip4/172.18.239.30/tcp/16773/ws]"
|
|
INF 2026-03-29 12:17:08.954+00:00 Announcing addresses topics="waku node" tid=1 file=waku_node.nim:503 full=[/ip4/172.18.239.30/tcp/16772/p2p/16Uiu2HAmHDQ8auu93YRfuH3D1nXr9K5yt8E4nBU66M5dSjzBoon3][/ip4/172.18.239.30/tcp/16773/ws/p2p/16Uiu2HAmHDQ8auu93YRfuH3D1nXr9K5yt8E4nBU66M5dSjzBoon3]
|
|
INF 2026-03-29 12:17:08.955+00:00 DNS: discoverable ENR topics="waku node" tid=1 file=waku_node.nim:504 enr=enr:-LO4QBa4iG7DYGxMXebYyag1UgHwiCy5sQy0J0On8gQisWJiYPX-6CKzi8DK_nQ5BjWgzRBiddMiZhuxD9a_RUvf5_wBgmlkgnY0gmlwhKwS7x6KbXVsdGlhZGRyc4wACgSsEu8eBkGF3QOCcnOFAAMBAACJc2VjcDI1NmsxoQNDvDkKNeJFEba3XkA7CL1OICu7XXW5ugoOsuaWAzROHIN0Y3CCQYSDdWRwgkGGhXdha3UyAw
|
|
INF 2026-03-29 12:17:08.955+00:00 Waku node ENR updated successfully with new multiaddress topics="wakunode waku" tid=1 file=waku.nim:301 enr=enr:-L24QFMRfeRNq9-X3nzjP5WATPlmD2QHXK1PCjHj_vKBJY3KdD-b_lQXyAT6PRMNFjFP_Wp4Q9II8MuJp7oifRn6ipUCgmlkgnY0gmlwhKwS7x6KbXVsdGlhZGRyc5YACASsEu8eBkGEAAoErBLvHgZBhd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDQ7w5CjXiRRG2t15AOwi9TiAru111uboKDrLmlgM0ThyDdGNwgkGEg3VkcIJBhoV3YWt1MgM record="(2, id: \"v4\", ip: 172.18.239.30, multiaddrs: 0x000804AC12EF1E064184000A04AC12EF1E064185DD03, rs: 0x0003010000, secp256k1: 0x0343BC390A35E24511B6B75E403B08BD4E202BBB5D75B9BA0A0EB2E69603344E1C, tcp: 16772, udp: 16774, waku2: 0x03)"
|
|
INF 2026-03-29 12:17:08.955+00:00 peer filtering updated topics="waku discv5" tid=1 file=waku_discv5.nim:70
|
|
INF 2026-03-29 12:17:08.955+00:00 Starting discovery v5 service topics="waku discv5" tid=1 file=waku_discv5.nim:336
|
|
INF 2026-03-29 12:17:08.955+00:00 start listening on udp port topics="waku discv5" tid=1 file=waku_discv5.nim:338 address=0.0.0.0 port=16774
|
|
TRC 2026-03-29 12:17:08.955+00:00 start discv5 service topics="waku discv5" tid=1 file=waku_discv5.nim:346
|
|
INF 2026-03-29 12:17:08.955+00:00 Starting discovery v5 search topics="waku discv5" tid=1 file=waku_discv5.nim:258
|
|
TRC 2026-03-29 12:17:08.955+00:00 running discv5 discovery loop topics="waku discv5" tid=1 file=waku_discv5.nim:261
|
|
TRC 2026-03-29 12:17:08.955+00:00 discv5 discovered peers topics="waku discv5" tid=1 file=waku_discv5.nim:277 num_discovered_peers=0 peers=[]
|
|
TRC 2026-03-29 12:17:08.955+00:00 discv5 discarded wrong records topics="waku discv5" tid=1 file=waku_discv5.nim:281 wrong_records=[]
|
|
INF 2026-03-29 12:17:08.955+00:00 Successfully started discovery v5 service topics="waku discv5" tid=1 file=waku_discv5.nim:352
|
|
INF 2026-03-29 12:17:08.955+00:00 Discv5: discoverable ENR topics="waku discv5" tid=1 file=waku_discv5.nim:353 enrUri=enr:-L24QKmJYfDyyWIwmdljcRdUj3gBvqNk8alyVEercZWNry05JnloALrzeNzu2GEt71de5iLtuEMShujvBqVKDpiKx9MDgmlkgnY0gmlwhKwS7x6KbXVsdGlhZGRyc5YACASsEu8eBkGEAAoErBLvHgZBhd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDQ7w5CjXiRRG2t15AOwi9TiAru111uboKDrLmlgM0ThyDdGNwgkGEg3VkcIJBhoV3YWt1MgM enr="(3, id: \"v4\", ip: 172.18.239.30, multiaddrs: 0x000804AC12EF1E064184000A04AC12EF1E064185DD03, rs: 0x0003010000, secp256k1: 0x0343BC390A35E24511B6B75E403B08BD4E202BBB5D75B9BA0A0EB2E69603344E1C, tcp: 16772, udp: 16774, waku2: 0x03)"
|
|
INF 2026-03-29 12:17:08.955+00:00 subscribe topics="waku relay" tid=1 file=protocol.nim:594 pubsubTopic=/waku/2/rs/3/0
|
|
TRC 2026-03-29 12:17:08.955+00:00 adding validator for topic topics="libp2p pubsub" tid=1 file=pubsub.nim:667 topic=/waku/2/rs/3/0
|
|
TRC 2026-03-29 12:17:08.956+00:00 subscribing to topic topics="libp2p pubsub" tid=1 file=pubsub.nim:625 name=/waku/2/rs/3/0
|
|
TRC 2026-03-29 12:17:08.956+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:17:08.956+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:17:08.956+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:17:08.956+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
WRN 2026-03-29 12:17:08.956+00:00 No-effect API call to subscribe. Already subscribed to topic topics="waku node relay api" tid=1 file=relay.nim:161 pubsubTopic=/waku/2/rs/3/0
|
|
TRC 2026-03-29 12:17:08.956+00:00 Resolving IP using DNS topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:101 address=one.one.one.one servers="[1.1.1.1:53, 1.0.0.1:53]" domain=AF_UNSPEC
|
|
INF 2026-03-29 12:17:08.956+00:00 Health monitor loop start tid=1 file=node_health_monitor.nim:516
|
|
DBG 2026-03-29 12:17:08.956+00:00 calculateConnectionState tid=1 file=node_health_monitor.nim:408 relayCount=0 storeClientCount=0 lightpushCount=0 filterCount=0
|
|
INF 2026-03-29 12:17:08.956+00:00 starting keepalive tid=1 file=node_health_monitor.nim:678 randomPeersKeepalive=10s allPeersKeepalive=2m
|
|
TRC 2026-03-29 12:17:08.956+00:00 Running keepalive loop tid=1 file=node_health_monitor.nim:593
|
|
INF 2026-03-29 12:17:08.957+00:00 subscribe (was already subscribed in the mesh; appHandler set) topics="waku node relay api" tid=1 file=relay.nim:163 pubsubTopic=/waku/2/rs/3/0
|
|
INF 2026-03-29 12:17:08.960+00:00 REST services are installed tid=1 file=builder.nim:221
|
|
INF 2026-03-29 12:17:08.960+00:00 Starting metrics HTTP server topics="waku node metrics" tid=1 file=waku_metrics.nim:63 serverIp=0.0.0.0 serverPort=16775
|
|
INF 2026-03-29 12:17:08.960+00:00 getPubSubPeersInMesh - there is no mesh peer for the given pubsub topic topics="waku relay" tid=1 file=protocol.nim:419 pubsubTopic=/waku/2/rs/3/0
|
|
INF 2026-03-29 12:17:08.961+00:00 Metrics HTTP server started topics="waku node metrics" tid=1 file=waku_metrics.nim:73 serverIp=0.0.0.0 serverPort=16775
|
|
INF 2026-03-29 12:17:08.961+00:00 Setting up shutdown hooks topics="wakunode main" tid=1 file=wakunode2.nim:63
|
|
INF 2026-03-29 12:17:08.961+00:00 Node setup complete topics="wakunode main" tid=1 file=wakunode2.nim:102
|
|
TRC 2026-03-29 12:17:09.954+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140473305063504
|
|
TRC 2026-03-29 12:17:09.954+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:17:09.954+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:17:09.954+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:17:09.954+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:17:09.954+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
DBG 2026-03-29 12:17:09.959+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60448 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:09.959+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60448 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:09.960+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60448 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:10.062+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60456 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:10.062+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60456 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:10.063+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60456 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:10.165+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60470 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:10.165+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60470 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:10.166+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60470 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:10.268+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60486 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:10.268+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60486 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:10.269+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60486 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:10.371+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60490 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:10.371+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60490 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:10.372+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60490 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:10.475+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60506 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:10.475+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60506 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:10.475+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60506 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:10.579+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60514 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:10.579+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60514 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:10.579+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60514 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:10.682+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60522 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:10.682+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60522 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:10.682+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60522 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:10.785+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60526 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:10.785+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60526 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:10.785+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60526 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:10.888+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60540 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:10.888+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60540 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:10.888+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60540 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 12:17:10.954+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140473305063504
|
|
TRC 2026-03-29 12:17:10.954+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:17:10.954+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:17:10.954+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:17:10.954+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:17:10.954+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
DBG 2026-03-29 12:17:10.991+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60556 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:10.991+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60556 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:10.991+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60556 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:11.094+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60572 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:11.094+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60572 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:11.094+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60572 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:11.197+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60582 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:11.197+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60582 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:11.197+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60582 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:11.300+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60584 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:11.300+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60584 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:11.301+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60584 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:11.403+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60598 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:11.403+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60598 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:11.404+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60598 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:11.506+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60602 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:11.507+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60602 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:11.507+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60602 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:11.610+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60610 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:11.610+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60610 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:11.610+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60610 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:11.713+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60612 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:11.713+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60612 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:11.713+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60612 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:11.816+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60618 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:11.816+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60618 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:11.816+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60618 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:11.919+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60630 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:11.919+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60630 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:11.919+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60630 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 12:17:11.953+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140473305063504
|
|
TRC 2026-03-29 12:17:11.953+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:17:11.953+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:17:11.953+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:17:11.953+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:17:11.953+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
DBG 2026-03-29 12:17:12.022+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60636 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:12.022+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60636 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:12.023+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60636 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:12.125+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60646 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:12.126+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60646 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:12.126+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60646 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:12.229+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60656 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:12.229+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60656 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:12.229+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60656 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:12.332+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60658 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:12.333+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60658 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:12.333+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60658 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:12.435+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60670 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:12.436+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60670 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:12.436+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60670 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:12.539+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60678 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:12.539+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60678 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:12.539+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60678 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:12.642+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60686 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:12.642+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60686 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:12.642+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60686 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:12.745+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60702 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:12.745+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60702 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:12.745+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60702 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:12.848+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60712 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:12.848+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60712 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:12.848+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60712 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:12.951+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60720 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:12.951+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60720 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:12.952+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60720 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 12:17:12.952+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140473305063504
|
|
TRC 2026-03-29 12:17:12.952+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:17:12.952+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:17:12.952+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:17:12.952+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:17:12.952+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
DBG 2026-03-29 12:17:13.055+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60730 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:13.055+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60730 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:13.055+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60730 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:13.158+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60742 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:13.158+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60742 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:13.158+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60742 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:13.262+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60752 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:13.262+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60752 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:13.262+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60752 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:13.365+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60764 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:13.365+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60764 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:13.365+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60764 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:13.468+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60778 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:13.468+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60778 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:13.468+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60778 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:13.572+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60790 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:13.572+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60790 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:13.572+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60790 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:13.675+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60794 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:13.675+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60794 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:13.675+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60794 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:13.777+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60800 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:13.778+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60800 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:13.778+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60800 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:13.881+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60804 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:13.881+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60804 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:13.881+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60804 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 12:17:13.952+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140473305063504
|
|
TRC 2026-03-29 12:17:13.952+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:17:13.952+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:17:13.952+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:17:13.952+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:17:13.952+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
TRC 2026-03-29 12:17:13.957+00:00 running discv5 discovery loop topics="waku discv5" tid=1 file=waku_discv5.nim:261
|
|
TRC 2026-03-29 12:17:13.957+00:00 discv5 discovered peers topics="waku discv5" tid=1 file=waku_discv5.nim:277 num_discovered_peers=0 peers=[]
|
|
TRC 2026-03-29 12:17:13.957+00:00 discv5 discarded wrong records topics="waku discv5" tid=1 file=waku_discv5.nim:281 wrong_records=[]
|
|
INF 2026-03-29 12:17:13.975+00:00 Failed to query DNS topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:124 address=one.one.one.one error="DNS server timeout: Timeout exceeded!"
|
|
DBG 2026-03-29 12:17:13.984+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60812 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:13.984+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60812 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:13.984+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60812 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:14.087+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60818 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:14.087+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60818 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:14.087+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60818 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:14.190+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60826 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:14.190+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60826 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:14.191+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60826 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:14.293+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60832 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:14.293+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60832 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:14.294+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60832 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:14.396+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60844 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:14.397+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60844 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:14.397+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60844 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:14.499+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60846 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:14.499+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60846 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:14.500+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60846 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:14.603+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60850 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:14.603+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60850 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:14.603+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60850 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:14.706+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60864 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:14.706+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60864 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:14.706+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60864 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:14.809+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60866 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:14.810+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60866 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:14.810+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60866 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:14.913+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60876 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:14.913+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60876 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:14.913+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60876 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 12:17:14.953+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140473305063504
|
|
TRC 2026-03-29 12:17:14.953+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:17:14.953+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:17:14.953+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:17:14.953+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:17:14.953+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
DBG 2026-03-29 12:17:15.016+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60890 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:15.016+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60890 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:15.016+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60890 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:15.120+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60894 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:15.120+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60894 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:15.120+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60894 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:15.223+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60906 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:15.223+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60906 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:15.223+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60906 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:15.326+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60908 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:15.326+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60908 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:15.326+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60908 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:15.429+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60912 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:15.429+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60912 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:15.429+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60912 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:15.532+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60928 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:15.532+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60928 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:15.532+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60928 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:15.635+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60936 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:15.635+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60936 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:15.635+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60936 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:15.738+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60938 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:15.738+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60938 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:15.738+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60938 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:15.842+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60950 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:15.842+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60950 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:15.842+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60950 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:15.946+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60956 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:15.946+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60956 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:15.946+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60956 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 12:17:15.952+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140473305063504
|
|
TRC 2026-03-29 12:17:15.952+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:17:15.952+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:17:15.952+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:17:15.952+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:17:15.952+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
DBG 2026-03-29 12:17:16.050+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:44202 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:16.050+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:44202 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:16.051+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:44202 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:16.153+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:44208 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:16.153+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:44208 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:16.154+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:44208 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:16.256+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:44214 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:16.256+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:44214 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:16.256+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:44214 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:16.359+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:44224 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:16.359+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:44224 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:16.359+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:44224 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:16.462+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:44230 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:16.463+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:44230 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:16.463+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:44230 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:16.566+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:44242 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:16.566+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:44242 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:16.566+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:44242 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:16.669+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:44254 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:16.669+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:44254 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:16.669+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:44254 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:16.773+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:44256 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:16.773+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:44256 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:16.773+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:44256 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:16.875+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:44266 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:16.875+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:44266 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:16.876+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:44266 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 12:17:16.953+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140473305063504
|
|
TRC 2026-03-29 12:17:16.953+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:17:16.953+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:17:16.953+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:17:16.953+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:17:16.953+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
DBG 2026-03-29 12:17:16.979+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:44272 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:16.979+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:44272 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:16.979+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:44272 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:17.082+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:44282 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:17.082+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:44282 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:17.082+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:44282 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:17.185+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:44294 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:17.185+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:44294 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:17.185+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:44294 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:17.288+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:44304 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:17.289+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:44304 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:17.289+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:44304 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:17.392+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:44308 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:17.392+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:44308 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:17.393+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:44308 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:17.495+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:44310 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:17.495+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:44310 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:17.496+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:44310 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:17.598+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:44320 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:17.599+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:44320 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:17.599+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:44320 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:17.702+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:44322 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:17.702+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:44322 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:17.702+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:44322 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:17.805+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:44334 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:17.805+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:44334 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:17.805+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:44334 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:17.907+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:44338 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:17.908+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:44338 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:17.908+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:44338 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 12:17:17.953+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140473305063504
|
|
TRC 2026-03-29 12:17:17.953+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:17:17.953+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:17:17.953+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:17:17.954+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:17:17.954+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
DBG 2026-03-29 12:17:18.011+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:44340 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:18.011+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:44340 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:18.011+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:44340 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:18.114+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:44354 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:18.114+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:44354 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:18.114+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:44354 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:18.217+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:44368 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:18.217+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:44368 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:18.217+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:44368 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:18.320+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:44382 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:18.320+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:44382 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:18.321+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:44382 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:18.424+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:44392 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:18.424+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:44392 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:18.424+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:44392 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:18.527+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:44400 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:18.527+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:44400 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:18.527+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:44400 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:18.630+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:44406 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:18.630+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:44406 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:18.631+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:44406 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:18.733+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:44408 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:18.734+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:44408 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:18.734+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:44408 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:18.837+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:44416 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:18.837+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:44416 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:18.837+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:44416 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:18.940+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:44418 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:18.940+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:44418 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:18.940+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:44418 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 12:17:18.953+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140473305063504
|
|
TRC 2026-03-29 12:17:18.953+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:17:18.953+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:17:18.953+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:17:18.953+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:17:18.953+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
TRC 2026-03-29 12:17:18.953+00:00 waku rendezvous advertisements started topics="waku rendezvous" tid=1 file=protocol.nim:112
|
|
TRC 2026-03-29 12:17:18.954+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=140473304949776
|
|
TRC 2026-03-29 12:17:18.954+00:00 No peer found for protocol topics="waku node peer_manager" tid=1 file=peer_manager.nim:265 protocol=/vac/waku/rendezvous/1.0.0
|
|
INF 2026-03-29 12:17:18.954+00:00 waku rendezvous advertisements failed topics="waku rendezvous" tid=1 file=protocol.nim:135 error="could not get a peer supporting RendezVousCodec"
|
|
TRC 2026-03-29 12:17:18.954+00:00 waku rendezvous client requests started topics="waku rendezvous client" tid=1 file=client.nim:43
|
|
TRC 2026-03-29 12:17:18.954+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=140473304949776
|
|
TRC 2026-03-29 12:17:18.954+00:00 No peer found for protocol topics="waku node peer_manager" tid=1 file=peer_manager.nim:265 protocol=/vac/waku/rendezvous/1.0.0
|
|
ERR 2026-03-29 12:17:18.954+00:00 waku rendezvous requests failed topics="waku rendezvous client" tid=1 file=client.nim:87 error="could not get a peer supporting WakuRendezVousCodec"
|
|
TRC 2026-03-29 12:17:18.958+00:00 running discv5 discovery loop topics="waku discv5" tid=1 file=waku_discv5.nim:261
|
|
TRC 2026-03-29 12:17:18.958+00:00 discv5 discovered peers topics="waku discv5" tid=1 file=waku_discv5.nim:277 num_discovered_peers=0 peers=[]
|
|
TRC 2026-03-29 12:17:18.958+00:00 discv5 discarded wrong records topics="waku discv5" tid=1 file=waku_discv5.nim:281 wrong_records=[]
|
|
TRC 2026-03-29 12:17:18.958+00:00 Mesh peers for keepalive tid=1 file=node_health_monitor.nim:558 meshPeers=[]
|
|
TRC 2026-03-29 12:17:18.958+00:00 Selected peers for keepalive tid=1 file=node_health_monitor.nim:569 selected=[]
|
|
TRC 2026-03-29 12:17:18.958+00:00 Pinging random peers tid=1 file=node_health_monitor.nim:629 count=0 countdownToPingAll=11
|
|
TRC 2026-03-29 12:17:18.958+00:00 Keepalive results tid=1 file=node_health_monitor.nim:644 attemptedPings=0 successfulPings=0
|
|
TRC 2026-03-29 12:17:18.958+00:00 Running keepalive loop tid=1 file=node_health_monitor.nim:593
|
|
INF 2026-03-29 12:17:18.978+00:00 Failed to query DNS topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:124 address=one.one.one.one error="DNS server timeout: Timeout exceeded!"
|
|
DBG 2026-03-29 12:17:18.978+00:00 Failed to resolve address, returning empty set topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:158
|
|
DBG 2026-03-29 12:17:19.042+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:44426 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:19.043+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:44426 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:19.043+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:44426 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:19.146+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:44434 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:19.146+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:44434 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:19.146+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:44434 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:19.249+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:44450 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:19.249+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:44450 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:19.250+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:44450 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:19.352+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:44454 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:19.352+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:44454 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:19.353+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:44454 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:19.455+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:44468 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:19.455+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:44468 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:19.456+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:44468 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:19.558+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:44472 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:19.558+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:44472 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:19.559+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:44472 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:19.662+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:44482 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:19.662+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:44482 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:19.662+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:44482 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:19.765+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:44486 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:19.765+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:44486 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:19.765+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:44486 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:19.868+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:44502 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:19.868+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:44502 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:19.868+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:44502 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 12:17:19.953+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140473305063504
|
|
TRC 2026-03-29 12:17:19.953+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:17:19.953+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:17:19.953+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:17:19.953+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:17:19.953+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
ERR 2026-03-29 12:17:19.962+00:00 connectToRelayPeers: won't attempt new connections - node is offline topics="waku node peer_manager" tid=1 file=peer_manager.nim:624
|
|
DBG 2026-03-29 12:17:19.971+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:44506 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:19.971+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:44506 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:19.972+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:44506 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:20.075+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:44510 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:20.075+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:44510 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:20.075+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:44510 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:20.178+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:44514 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:20.178+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:44514 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:20.178+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:44514 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:20.281+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:44520 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:20.281+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:44520 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:20.281+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:44520 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:20.384+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:44524 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:20.385+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:44524 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:20.385+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:44524 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:20.488+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:44530 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:20.488+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:44530 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:20.488+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:44530 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:20.591+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:44532 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:20.591+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:44532 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:20.592+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:44532 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:20.695+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:44538 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:20.695+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:44538 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:20.695+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:44538 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:20.798+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:44540 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:20.798+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:44540 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:20.798+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:44540 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:20.901+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:44544 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:20.901+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:44544 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:20.901+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:44544 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 12:17:20.953+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140473305063504
|
|
TRC 2026-03-29 12:17:20.953+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:17:20.953+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:17:20.953+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:17:20.953+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:17:20.953+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
TRC 2026-03-29 12:17:20.953+00:00 running scoring heartbeat topics="libp2p gossipsub" tid=1 file=scoring.nim:312 instance=140473305063504
|
|
TRC 2026-03-29 12:17:20.953+00:00 updating scores topics="libp2p gossipsub" tid=1 file=scoring.nim:144 peers=0
|
|
TRC 2026-03-29 12:17:20.953+00:00 updated scores topics="libp2p gossipsub" tid=1 file=scoring.nim:308 peers=0
|
|
ERR 2026-03-29 12:17:20.963+00:00 connectToRelayPeers: won't attempt new connections - node is offline topics="waku node peer_manager" tid=1 file=peer_manager.nim:624
|
|
DBG 2026-03-29 12:17:21.004+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:44552 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:21.004+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:44552 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:21.004+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:44552 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:21.107+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:44566 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:21.107+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:44566 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:21.108+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:44566 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:21.211+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:44578 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:21.211+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:44578 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:21.211+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:44578 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:21.314+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:44588 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:21.314+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:44588 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:21.314+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:44588 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:21.417+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:44602 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:21.417+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:44602 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:21.417+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:44602 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:21.520+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:44618 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:21.520+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:44618 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:21.520+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:44618 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:21.624+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:44628 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:21.624+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:44628 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:21.624+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:44628 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:21.727+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:44638 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:21.727+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:44638 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:21.727+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:44638 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:21.830+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:44640 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:21.830+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:44640 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:21.830+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:44640 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:21.933+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:44652 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:21.933+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:44652 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:21.933+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:44652 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 12:17:21.954+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140473305063504
|
|
TRC 2026-03-29 12:17:21.954+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:17:21.954+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:17:21.954+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:17:21.954+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:17:21.954+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
ERR 2026-03-29 12:17:21.964+00:00 connectToRelayPeers: won't attempt new connections - node is offline topics="waku node peer_manager" tid=1 file=peer_manager.nim:624
|
|
DBG 2026-03-29 12:17:22.036+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:44664 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:22.036+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:44664 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:22.037+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:44664 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:22.140+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:44670 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:22.140+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:44670 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:22.141+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:44670 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:22.244+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:44682 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:22.244+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:44682 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:22.244+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:44682 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:22.347+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:44690 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:22.347+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:44690 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:22.347+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:44690 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:22.450+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:44704 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:22.450+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:44704 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:22.450+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:44704 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:22.556+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:44714 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:22.556+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:44714 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:22.556+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:44714 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:22.659+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:44730 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:22.659+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:44730 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:22.659+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:44730 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:22.762+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:44738 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:22.762+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:44738 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:22.763+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:44738 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:22.868+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:44750 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:22.868+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:44750 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:22.868+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:44750 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 12:17:22.954+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140473305063504
|
|
TRC 2026-03-29 12:17:22.954+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:17:22.954+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:17:22.954+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:17:22.954+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:17:22.954+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
ERR 2026-03-29 12:17:22.965+00:00 connectToRelayPeers: won't attempt new connections - node is offline topics="waku node peer_manager" tid=1 file=peer_manager.nim:624
|
|
DBG 2026-03-29 12:17:22.971+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:44764 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:22.971+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:44764 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:22.971+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:44764 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:23.074+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:44772 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:23.074+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:44772 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:23.074+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:44772 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:23.177+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:44784 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:23.177+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:44784 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:23.178+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:44784 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:23.280+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:44800 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:23.281+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:44800 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:23.281+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:44800 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:23.384+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:44812 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:23.384+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:44812 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:23.384+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:44812 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:23.487+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:44820 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:23.487+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:44820 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:23.487+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:44820 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:23.590+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:44832 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:23.590+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:44832 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:23.591+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:44832 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:23.693+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:44840 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:23.694+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:44840 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:23.694+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:44840 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:23.797+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:44846 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:23.797+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:44846 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:23.797+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:44846 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:23.900+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:44850 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:23.900+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:44850 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:23.900+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:44850 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 12:17:23.954+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140473305063504
|
|
TRC 2026-03-29 12:17:23.954+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:17:23.954+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:17:23.954+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:17:23.954+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:17:23.954+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
TRC 2026-03-29 12:17:23.959+00:00 running discv5 discovery loop topics="waku discv5" tid=1 file=waku_discv5.nim:261
|
|
TRC 2026-03-29 12:17:23.959+00:00 discv5 discovered peers topics="waku discv5" tid=1 file=waku_discv5.nim:277 num_discovered_peers=0 peers=[]
|
|
TRC 2026-03-29 12:17:23.959+00:00 discv5 discarded wrong records topics="waku discv5" tid=1 file=waku_discv5.nim:281 wrong_records=[]
|
|
ERR 2026-03-29 12:17:23.966+00:00 connectToRelayPeers: won't attempt new connections - node is offline topics="waku node peer_manager" tid=1 file=peer_manager.nim:624
|
|
TRC 2026-03-29 12:17:23.978+00:00 Resolving IP using DNS topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:101 address=one.one.one.one servers="[1.1.1.1:53, 1.0.0.1:53]" domain=AF_UNSPEC
|
|
DBG 2026-03-29 12:17:24.003+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:44860 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:24.003+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:44860 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:24.003+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:44860 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:24.106+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:44876 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:24.106+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:44876 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:24.106+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:44876 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:24.209+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:44892 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:24.209+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:44892 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:24.209+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:44892 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:24.311+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:44898 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:24.311+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:44898 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:24.312+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:44898 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:24.415+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:44902 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:24.415+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:44902 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:24.415+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:44902 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:24.518+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:44916 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:24.518+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:44916 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:24.518+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:44916 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:24.621+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:44932 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:24.621+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:44932 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:24.622+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:44932 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:24.724+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:44946 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:24.724+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:44946 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:24.725+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:44946 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:24.827+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:44950 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:24.827+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:44950 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:24.827+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:44950 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:24.930+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:44964 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:24.930+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:44964 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:24.930+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:44964 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 12:17:24.953+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140473305063504
|
|
TRC 2026-03-29 12:17:24.953+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:17:24.953+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:17:24.953+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:17:24.953+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:17:24.953+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
ERR 2026-03-29 12:17:24.966+00:00 connectToRelayPeers: won't attempt new connections - node is offline topics="waku node peer_manager" tid=1 file=peer_manager.nim:624
|
|
DBG 2026-03-29 12:17:25.033+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:44978 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:25.033+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:44978 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:25.033+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:44978 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:25.136+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:44988 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:25.136+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:44988 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:25.136+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:44988 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:25.239+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:45000 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:25.239+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:45000 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:25.240+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:45000 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:25.342+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:45016 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:25.342+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:45016 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:25.343+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:45016 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:25.446+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:45036 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:25.446+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:45036 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:25.446+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:45036 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:25.549+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:45040 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:25.549+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:45040 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:25.549+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:45040 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:25.652+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:45044 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:25.652+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:45044 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:25.652+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:45044 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:25.755+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:45046 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:25.755+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:45046 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:25.755+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:45046 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:25.858+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:45062 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:25.858+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:45062 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:25.858+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:45062 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 12:17:25.952+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140473305063504
|
|
TRC 2026-03-29 12:17:25.952+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:17:25.952+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:17:25.952+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:17:25.952+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:17:25.952+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
DBG 2026-03-29 12:17:25.961+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:48942 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:25.961+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:48942 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:25.961+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:48942 uri=/health content_type=application/json content_size=821
|
|
ERR 2026-03-29 12:17:25.967+00:00 connectToRelayPeers: won't attempt new connections - node is offline topics="waku node peer_manager" tid=1 file=peer_manager.nim:624
|
|
DBG 2026-03-29 12:17:26.064+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:48946 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:26.064+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:48946 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:26.065+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:48946 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:26.168+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:48950 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:26.168+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:48950 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:26.168+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:48950 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:26.272+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:48964 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:26.272+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:48964 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:26.273+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:48964 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:26.376+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:48980 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:26.376+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:48980 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:26.376+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:48980 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:26.479+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:48982 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:26.479+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:48982 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:26.480+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:48982 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:26.582+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:48996 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:26.583+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:48996 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:26.583+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:48996 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:26.686+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:49000 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:26.686+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:49000 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:26.687+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:49000 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:26.790+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:49004 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:26.790+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:49004 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:26.790+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:49004 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:26.894+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:49012 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:26.894+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:49012 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:26.894+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:49012 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 12:17:26.952+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140473305063504
|
|
TRC 2026-03-29 12:17:26.952+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:17:26.952+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:17:26.952+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:17:26.952+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:17:26.952+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
ERR 2026-03-29 12:17:26.968+00:00 connectToRelayPeers: won't attempt new connections - node is offline topics="waku node peer_manager" tid=1 file=peer_manager.nim:624
|
|
DBG 2026-03-29 12:17:26.997+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:49024 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:26.997+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:49024 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:26.997+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:49024 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:27.100+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:49030 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:27.100+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:49030 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:27.101+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:49030 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:27.204+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:49044 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:27.204+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:49044 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:27.204+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:49044 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:27.307+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:49060 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:27.307+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:49060 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:27.307+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:49060 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:27.410+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:49066 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:27.410+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:49066 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:27.410+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:49066 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:27.513+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:49076 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:27.513+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:49076 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:27.513+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:49076 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:27.616+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:49086 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:27.616+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:49086 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:27.617+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:49086 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:27.720+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:49100 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:27.720+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:49100 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:27.721+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:49100 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:27.823+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:49102 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:27.823+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:49102 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:27.824+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:49102 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:27.927+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:49116 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:27.927+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:49116 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:27.928+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:49116 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 12:17:27.952+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140473305063504
|
|
TRC 2026-03-29 12:17:27.952+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:17:27.952+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:17:27.952+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:17:27.952+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:17:27.952+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
ERR 2026-03-29 12:17:27.968+00:00 connectToRelayPeers: won't attempt new connections - node is offline topics="waku node peer_manager" tid=1 file=peer_manager.nim:624
|
|
DBG 2026-03-29 12:17:28.030+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:49122 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:28.030+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:49122 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:28.031+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:49122 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:28.133+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:49136 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:28.133+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:49136 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:28.134+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:49136 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:28.236+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:49148 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:28.236+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:49148 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:28.237+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:49148 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:28.339+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:49158 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:28.340+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:49158 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:28.340+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:49158 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:28.443+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:49170 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:28.443+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:49170 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:28.443+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:49170 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:28.546+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:49172 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:28.546+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:49172 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:28.547+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:49172 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:28.649+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:49182 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:28.649+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:49182 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:28.649+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:49182 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:28.752+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:49184 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:28.752+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:49184 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:28.752+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:49184 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:28.855+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:49190 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:28.855+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:49190 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:28.856+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:49190 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 12:17:28.952+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140473305063504
|
|
TRC 2026-03-29 12:17:28.952+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:17:28.952+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:17:28.952+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:17:28.952+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:17:28.952+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
TRC 2026-03-29 12:17:28.953+00:00 waku rendezvous advertisements started topics="waku rendezvous" tid=1 file=protocol.nim:112
|
|
TRC 2026-03-29 12:17:28.953+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=140473304949776
|
|
TRC 2026-03-29 12:17:28.953+00:00 No peer found for protocol topics="waku node peer_manager" tid=1 file=peer_manager.nim:265 protocol=/vac/waku/rendezvous/1.0.0
|
|
INF 2026-03-29 12:17:28.953+00:00 waku rendezvous advertisements failed topics="waku rendezvous" tid=1 file=protocol.nim:135 error="could not get a peer supporting RendezVousCodec"
|
|
TRC 2026-03-29 12:17:28.953+00:00 waku rendezvous client requests started topics="waku rendezvous client" tid=1 file=client.nim:43
|
|
TRC 2026-03-29 12:17:28.953+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=140473304949776
|
|
TRC 2026-03-29 12:17:28.953+00:00 No peer found for protocol topics="waku node peer_manager" tid=1 file=peer_manager.nim:265 protocol=/vac/waku/rendezvous/1.0.0
|
|
ERR 2026-03-29 12:17:28.953+00:00 waku rendezvous requests failed topics="waku rendezvous client" tid=1 file=client.nim:87 error="could not get a peer supporting WakuRendezVousCodec"
|
|
TRC 2026-03-29 12:17:28.958+00:00 Mesh peers for keepalive tid=1 file=node_health_monitor.nim:558 meshPeers=[]
|
|
TRC 2026-03-29 12:17:28.958+00:00 Selected peers for keepalive tid=1 file=node_health_monitor.nim:569 selected=[]
|
|
TRC 2026-03-29 12:17:28.958+00:00 Pinging random peers tid=1 file=node_health_monitor.nim:629 count=0 countdownToPingAll=10
|
|
TRC 2026-03-29 12:17:28.958+00:00 Keepalive results tid=1 file=node_health_monitor.nim:644 attemptedPings=0 successfulPings=0
|
|
TRC 2026-03-29 12:17:28.958+00:00 Running keepalive loop tid=1 file=node_health_monitor.nim:593
|
|
TRC 2026-03-29 12:17:28.958+00:00 running discv5 discovery loop topics="waku discv5" tid=1 file=waku_discv5.nim:261
|
|
TRC 2026-03-29 12:17:28.959+00:00 discv5 discovered peers topics="waku discv5" tid=1 file=waku_discv5.nim:277 num_discovered_peers=0 peers=[]
|
|
TRC 2026-03-29 12:17:28.959+00:00 discv5 discarded wrong records topics="waku discv5" tid=1 file=waku_discv5.nim:281 wrong_records=[]
|
|
DBG 2026-03-29 12:17:28.959+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:49202 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:28.959+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:49202 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:28.959+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:49202 uri=/health content_type=application/json content_size=821
|
|
ERR 2026-03-29 12:17:28.969+00:00 connectToRelayPeers: won't attempt new connections - node is offline topics="waku node peer_manager" tid=1 file=peer_manager.nim:624
|
|
INF 2026-03-29 12:17:28.978+00:00 Failed to query DNS topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:124 address=one.one.one.one error="DNS server timeout: Timeout exceeded!"
|
|
DBG 2026-03-29 12:17:29.062+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:49208 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:29.062+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:49208 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:29.062+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:49208 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:29.165+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:49220 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:29.165+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:49220 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:29.165+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:49220 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:29.268+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:49228 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:29.268+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:49228 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:29.268+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:49228 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:29.371+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:49230 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:29.371+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:49230 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:29.371+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:49230 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:29.475+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:49234 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:29.475+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:49234 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:29.475+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:49234 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:29.579+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:49242 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:29.579+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:49242 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:29.579+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:49242 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:29.682+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:49252 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:29.682+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:49252 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:29.682+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:49252 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:29.785+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:49268 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:29.785+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:49268 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:29.786+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:49268 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:29.888+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:49270 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:29.888+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:49270 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:29.889+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:49270 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 12:17:29.952+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140473305063504
|
|
TRC 2026-03-29 12:17:29.952+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:17:29.952+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:17:29.952+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:17:29.952+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:17:29.952+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
ERR 2026-03-29 12:17:29.969+00:00 connectToRelayPeers: won't attempt new connections - node is offline topics="waku node peer_manager" tid=1 file=peer_manager.nim:624
|
|
DBG 2026-03-29 12:17:29.991+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:49278 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:29.991+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:49278 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:29.992+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:49278 uri=/health content_type=application/json content_size=821
|
|
NTC 2026-03-29 12:17:30.098+00:00 Shutting down after receiving SIGTERM topics="wakunode main" tid=1 file=wakunode2.nim:82
|
|
INF 2026-03-29 12:17:30.098+00:00 Stopping discovery v5 service topics="waku discv5" tid=1 file=waku_discv5.nim:362
|
|
TRC 2026-03-29 12:17:30.098+00:00 Stop listening on discv5 port topics="waku discv5" tid=1 file=waku_discv5.nim:365
|
|
INF 2026-03-29 12:17:30.098+00:00 Successfully stopped discovery v5 service topics="waku discv5" tid=1 file=waku_discv5.nim:368
|
|
TRC 2026-03-29 12:17:30.098+00:00 Stopping switch topics="libp2p switch" tid=1 file=switch.nim:328
|
|
INF 2026-03-29 12:17:30.098+00:00 Stopping AutonatService topics="libp2p autonatservice" tid=1 file=service.nim:237
|
|
TRC 2026-03-29 12:17:30.099+00:00 Closing ConnManager topics="libp2p connmanager" tid=1 file=connmanager.nim:434
|
|
TRC 2026-03-29 12:17:30.099+00:00 Closed ConnManager topics="libp2p connmanager" tid=1 file=connmanager.nim:448
|
|
TRC 2026-03-29 12:17:30.099+00:00 Stopping TCP transport topics="libp2p tcptransport" tid=1 file=tcptransport.nim:159
|
|
TRC 2026-03-29 12:17:30.099+00:00 stopping transport topics="libp2p transport" tid=1 file=transport.nim:59 address=@[/ip4/0.0.0.0/tcp/16772]
|
|
TRC 2026-03-29 12:17:30.099+00:00 Transport stopped topics="libp2p tcptransport" tid=1 file=tcptransport.nim:189
|
|
TRC 2026-03-29 12:17:30.099+00:00 Stopping WS transport topics="libp2p wstransport" tid=1 file=wstransport.nim:213
|
|
TRC 2026-03-29 12:17:30.099+00:00 stopping transport topics="libp2p transport" tid=1 file=transport.nim:59 address=@[/ip4/0.0.0.0/tcp/16773/ws]
|
|
TRC 2026-03-29 12:17:30.099+00:00 Transport stopped topics="libp2p wstransport" tid=1 file=wstransport.nim:235
|
|
TRC 2026-03-29 12:17:30.099+00:00 gossipsub stop topics="libp2p gossipsub" tid=1 file=gossipsub.nim:1131
|
|
TRC 2026-03-29 12:17:30.099+00:00 Switch stopped topics="libp2p switch" tid=1 file=switch.nim:354
|
|
WRN 2026-03-29 12:17:30.099+00:00 Stopping rendezvous without starting it topics="waku rendezvous" tid=1 file=rendezvous.nim:638
|
|
WRN 2026-03-29 12:17:30.099+00:00 Stopping rendezvous without starting it topics="waku rendezvous" tid=1 file=rendezvous.nim:638
|
|
INF 2026-03-29 12:17:30.099+00:00 waku rendezvous discovery stopped topics="waku rendezvous" tid=1 file=protocol.nim:239
|
|
INF 2026-03-29 12:17:30.099+00:00 waku rendezvous client stopped topics="waku rendezvous client" tid=1 file=client.nim:142
|
|
INF 2026-03-29 12:17:30.100+00:00 Health monitor loop end tid=1 file=node_health_monitor.nim:543
|
|
NTC 2026-03-29 12:17:30.100+00:00 REST service stopped tid=1 file=server.nim:187 address=0.0.0.0:16771
|
|
WRN 2026-03-29 12:17:08.914+00:00 whether to mount storeSync is not specified, defaulting to not mounting topics="waku conf builder" tid=1 file=waku_conf_builder.nim:471
|
|
bSubscribeShards: some(@[0])
|
|
INF 2026-03-29 12:17:08.914+00:00 Sharding configuration: topics="waku conf builder" tid=1 file=waku_conf_builder.nim:506 shardingConf="(kind: AutoSharding, numShardsInCluster: 1)" subscribeShards=@[0]
|
|
INF 2026-03-29 12:17:08.915+00:00 Configuration: Enabled protocols topics="waku conf" tid=1 file=waku_conf.nim:157 relay=true rlnRelay=false store=true filter=false lightPush=false peerExchange=true rendezvous=true
|
|
INF 2026-03-29 12:17:08.915+00:00 Configuration. Network topics="waku conf" tid=1 file=waku_conf.nim:166 cluster=3
|
|
INF 2026-03-29 12:17:08.915+00:00 Configuration. Active Relay Shards topics="waku conf" tid=1 file=waku_conf.nim:169 shard=0
|
|
INF 2026-03-29 12:17:08.915+00:00 Setting up storage tid=1 file=node_factory.nim:532
|
|
INF 2026-03-29 12:17:08.915+00:00 Initializing node tid=1 file=node_factory.nim:541
|
|
TRC 2026-03-29 12:17:08.916+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/ipfs/id/1.0.0]"
|
|
TRC 2026-03-29 12:17:08.917+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/libp2p/autonat/1.0.0]"
|
|
TRC 2026-03-29 12:17:08.917+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/libp2p/circuit/relay/0.2.0/hop, /libp2p/circuit/relay/0.1.0]"
|
|
TRC 2026-03-29 12:17:08.917+00:00 no peer storage found tid=1 file=peer_manager.nim:1219
|
|
INF 2026-03-29 12:17:08.917+00:00 Initializing networking tid=1 file=waku_node.nim:228 addrs="@[/ip4/172.18.239.30/tcp/16772, /ip4/172.18.239.30/tcp/16773/ws]"
|
|
INF 2026-03-29 12:17:08.917+00:00 Mounting protocols tid=1 file=node_factory.nim:547
|
|
INF 2026-03-29 12:17:08.917+00:00 Created WakuMetadata protocol topics="waku node" tid=1 file=protocol.nim:107 clusterId=3 shards="[0]"
|
|
TRC 2026-03-29 12:17:08.917+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/vac/waku/metadata/1.0.0]"
|
|
INF 2026-03-29 12:17:08.919+00:00 sqlite database page stats tid=1 file=builder.nim:53 pageSize=4096 pages=1 freePages=0
|
|
INF 2026-03-29 12:17:08.919+00:00 starting message store's sqlite database migration topics="waku archive migration" tid=1 file=migrations.nim:57
|
|
INF 2026-03-29 12:17:08.919+00:00 Not considered schema version 7 topics="waku archive migration" tid=1 file=migrations.nim:45
|
|
INF 2026-03-29 12:17:08.919+00:00 database schema is outdated topics="sqlite" tid=1 file=db_sqlite.nim:447 userVersion=0 targetVersion=10
|
|
INF 2026-03-29 12:17:08.920+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="CREATE TABLE IF NOT EXISTS Message(\n id BLOB PRIMARY KEY,\n timestamp INTEGER NOT NULL,\n contentTopic BLOB NOT NULL,\n pubsubTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL\n ) WITHOUT ROWID;"
|
|
INF 2026-03-29 12:17:08.924+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="CREATE TABLE IF NOT EXISTS Message(\n id BLOB PRIMARY KEY,\n timestamp INTEGER NOT NULL,\n contentTopic BLOB NOT NULL,\n pubsubTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL\n ) WITHOUT ROWID;"
|
|
INF 2026-03-29 12:17:08.924+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="CREATE TABLE IF NOT EXISTS Message_backup (\n id BLOB PRIMARY KEY,\n timestamp INTEGER NOT NULL,\n contentTopic BLOB NOT NULL,\n pubsubTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL\n ) WITHOUT ROWID;"
|
|
INF 2026-03-29 12:17:08.925+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="CREATE TABLE IF NOT EXISTS Message_backup (\n id BLOB PRIMARY KEY,\n timestamp INTEGER NOT NULL,\n contentTopic BLOB NOT NULL,\n pubsubTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL\n ) WITHOUT ROWID;"
|
|
INF 2026-03-29 12:17:08.925+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="INSERT INTO Message_backup SELECT id, timestamp, contentTopic, pubsubTopic, payload, version FROM Message;"
|
|
INF 2026-03-29 12:17:08.925+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="INSERT INTO Message_backup SELECT id, timestamp, contentTopic, pubsubTopic, payload, version FROM Message;"
|
|
INF 2026-03-29 12:17:08.925+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE Message;"
|
|
INF 2026-03-29 12:17:08.926+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP TABLE Message;"
|
|
INF 2026-03-29 12:17:08.926+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="CREATE TABLE IF NOT EXISTS Message(\n id BLOB PRIMARY KEY,\n receiverTimestamp REAL NOT NULL,\n contentTopic BLOB NOT NULL,\n pubsubTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL,\n senderTimestamp REAL NOT NULL\n ) WITHOUT ROWID;"
|
|
INF 2026-03-29 12:17:08.926+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="CREATE TABLE IF NOT EXISTS Message(\n id BLOB PRIMARY KEY,\n receiverTimestamp REAL NOT NULL,\n contentTopic BLOB NOT NULL,\n pubsubTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL,\n senderTimestamp REAL NOT NULL\n ) WITHOUT ROWID;"
|
|
INF 2026-03-29 12:17:08.926+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="INSERT INTO Message (id, receiverTimestamp, contentTopic, pubsubTopic, payload, version, senderTimestamp)\n SELECT id, timestamp, contentTopic, pubsubTopic, payload, version, 0\n FROM Message_backup;"
|
|
INF 2026-03-29 12:17:08.926+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="INSERT INTO Message (id, receiverTimestamp, contentTopic, pubsubTopic, payload, version, senderTimestamp)\n SELECT id, timestamp, contentTopic, pubsubTopic, payload, version, 0\n FROM Message_backup;"
|
|
INF 2026-03-29 12:17:08.926+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE Message_backup;"
|
|
INF 2026-03-29 12:17:08.927+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP TABLE Message_backup;"
|
|
INF 2026-03-29 12:17:08.927+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="CREATE TABLE IF NOT EXISTS Message_backup (\n id BLOB PRIMARY KEY,\n receiverTimestamp REAL NOT NULL,\n contentTopic BLOB NOT NULL,\n pubsubTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL,\n senderTimestamp REAL NOT NULL\n ) WITHOUT ROWID;"
|
|
INF 2026-03-29 12:17:08.927+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="CREATE TABLE IF NOT EXISTS Message_backup (\n id BLOB PRIMARY KEY,\n receiverTimestamp REAL NOT NULL,\n contentTopic BLOB NOT NULL,\n pubsubTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL,\n senderTimestamp REAL NOT NULL\n ) WITHOUT ROWID;"
|
|
INF 2026-03-29 12:17:08.928+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="INSERT INTO Message_backup SELECT id, receiverTimestamp, contentTopic, pubsubTopic, payload, version, senderTimestamp FROM Message;"
|
|
INF 2026-03-29 12:17:08.928+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="INSERT INTO Message_backup SELECT id, receiverTimestamp, contentTopic, pubsubTopic, payload, version, senderTimestamp FROM Message;"
|
|
INF 2026-03-29 12:17:08.928+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE Message;"
|
|
INF 2026-03-29 12:17:08.928+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP TABLE Message;"
|
|
INF 2026-03-29 12:17:08.928+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="CREATE TABLE IF NOT EXISTS Message(\n id BLOB PRIMARY KEY,\n receiverTimestamp INTEGER NOT NULL,\n contentTopic BLOB NOT NULL,\n pubsubTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL,\n senderTimestamp INTEGER NOT NULL\n ) WITHOUT ROWID;"
|
|
INF 2026-03-29 12:17:08.929+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="CREATE TABLE IF NOT EXISTS Message(\n id BLOB PRIMARY KEY,\n receiverTimestamp INTEGER NOT NULL,\n contentTopic BLOB NOT NULL,\n pubsubTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL,\n senderTimestamp INTEGER NOT NULL\n ) WITHOUT ROWID;"
|
|
INF 2026-03-29 12:17:08.929+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="INSERT INTO Message (id, receiverTimestamp, contentTopic, pubsubTopic, payload, version, senderTimestamp)\n SELECT id, CAST(receiverTimestamp*1000000000 AS INTEGER), contentTopic, pubsubTopic, payload, version, CAST(senderTimestamp*1000000000 AS INTEGER)\n FROM Message_backup;"
|
|
INF 2026-03-29 12:17:08.929+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="INSERT INTO Message (id, receiverTimestamp, contentTopic, pubsubTopic, payload, version, senderTimestamp)\n SELECT id, CAST(receiverTimestamp*1000000000 AS INTEGER), contentTopic, pubsubTopic, payload, version, CAST(senderTimestamp*1000000000 AS INTEGER)\n FROM Message_backup;"
|
|
INF 2026-03-29 12:17:08.929+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE Message_backup;"
|
|
INF 2026-03-29 12:17:08.930+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP TABLE Message_backup;"
|
|
INF 2026-03-29 12:17:08.930+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="ALTER TABLE Message RENAME TO Message_backup;"
|
|
INF 2026-03-29 12:17:08.931+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="ALTER TABLE Message RENAME TO Message_backup;"
|
|
INF 2026-03-29 12:17:08.931+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="CREATE TABLE IF NOT EXISTS Message(\n id BLOB,\n receiverTimestamp INTEGER NOT NULL,\n contentTopic BLOB NOT NULL,\n pubsubTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL,\n senderTimestamp INTEGER NOT NULL,\n CONSTRAINT messageIndex PRIMARY KEY (senderTimestamp, id, pubsubTopic)\n ) WITHOUT ROWID;"
|
|
INF 2026-03-29 12:17:08.932+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="CREATE TABLE IF NOT EXISTS Message(\n id BLOB,\n receiverTimestamp INTEGER NOT NULL,\n contentTopic BLOB NOT NULL,\n pubsubTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL,\n senderTimestamp INTEGER NOT NULL,\n CONSTRAINT messageIndex PRIMARY KEY (senderTimestamp, id, pubsubTopic)\n ) WITHOUT ROWID;"
|
|
INF 2026-03-29 12:17:08.932+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="INSERT INTO Message\n SELECT *\n FROM Message_backup;"
|
|
INF 2026-03-29 12:17:08.932+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="INSERT INTO Message\n SELECT *\n FROM Message_backup;"
|
|
INF 2026-03-29 12:17:08.932+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE Message_backup;"
|
|
INF 2026-03-29 12:17:08.933+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP TABLE Message_backup;"
|
|
INF 2026-03-29 12:17:08.933+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="CREATE INDEX IF NOT EXISTS i_msg ON Message (contentTopic, pubsubTopic, senderTimestamp, id);"
|
|
INF 2026-03-29 12:17:08.935+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="CREATE INDEX IF NOT EXISTS i_msg ON Message (contentTopic, pubsubTopic, senderTimestamp, id);"
|
|
INF 2026-03-29 12:17:08.935+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="ALTER TABLE message RENAME COLUMN receiverTimestamp TO storedAt;"
|
|
INF 2026-03-29 12:17:08.936+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="ALTER TABLE message RENAME COLUMN receiverTimestamp TO storedAt;"
|
|
INF 2026-03-29 12:17:08.936+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP INDEX IF EXISTS i_msg;"
|
|
INF 2026-03-29 12:17:08.937+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP INDEX IF EXISTS i_msg;"
|
|
INF 2026-03-29 12:17:08.937+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="CREATE INDEX IF NOT EXISTS i_query ON message (contentTopic, pubsubTopic, storedAt, id);"
|
|
INF 2026-03-29 12:17:08.937+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="CREATE INDEX IF NOT EXISTS i_query ON message (contentTopic, pubsubTopic, storedAt, id);"
|
|
INF 2026-03-29 12:17:08.937+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP INDEX IF EXISTS i_rt;"
|
|
INF 2026-03-29 12:17:08.937+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP INDEX IF EXISTS i_rt;"
|
|
INF 2026-03-29 12:17:08.937+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="CREATE INDEX IF NOT EXISTS i_ts ON message (storedAt);"
|
|
INF 2026-03-29 12:17:08.938+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="CREATE INDEX IF NOT EXISTS i_ts ON message (storedAt);"
|
|
INF 2026-03-29 12:17:08.939+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="ALTER TABLE message RENAME TO message_backup;"
|
|
INF 2026-03-29 12:17:08.941+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="ALTER TABLE message RENAME TO message_backup;"
|
|
INF 2026-03-29 12:17:08.941+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="CREATE TABLE IF NOT EXISTS message(\n pubsubTopic BLOB NOT NULL,\n contentTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL,\n timestamp INTEGER NOT NULL,\n id BLOB,\n storedAt INTEGER NOT NULL,\n CONSTRAINT messageIndex PRIMARY KEY (storedAt, id, pubsubTopic)\n) WITHOUT ROWID;"
|
|
INF 2026-03-29 12:17:08.941+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="CREATE TABLE IF NOT EXISTS message(\n pubsubTopic BLOB NOT NULL,\n contentTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL,\n timestamp INTEGER NOT NULL,\n id BLOB,\n storedAt INTEGER NOT NULL,\n CONSTRAINT messageIndex PRIMARY KEY (storedAt, id, pubsubTopic)\n) WITHOUT ROWID;"
|
|
INF 2026-03-29 12:17:08.941+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="INSERT OR IGNORE INTO message(pubsubTopic, contentTopic, payload, version, timestamp, id, storedAt)\n SELECT pubsubTopic, contentTopic, payload, version, senderTimestamp, id, storedAt\n FROM message_backup;"
|
|
INF 2026-03-29 12:17:08.941+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="INSERT OR IGNORE INTO message(pubsubTopic, contentTopic, payload, version, timestamp, id, storedAt)\n SELECT pubsubTopic, contentTopic, payload, version, senderTimestamp, id, storedAt\n FROM message_backup;"
|
|
INF 2026-03-29 12:17:08.941+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE message_backup;"
|
|
INF 2026-03-29 12:17:08.942+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP TABLE message_backup;"
|
|
INF 2026-03-29 12:17:08.942+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="ALTER TABLE message RENAME TO message_backup;"
|
|
INF 2026-03-29 12:17:08.943+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="ALTER TABLE message RENAME TO message_backup;"
|
|
INF 2026-03-29 12:17:08.943+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="CREATE TABLE IF NOT EXISTS message (\n pubsubTopic BLOB NOT NULL,\n contentTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL,\n timestamp INTEGER NOT NULL,\n id BLOB,\n messageHash BLOB, -- Newly added, this will be populated with a counter value\n storedAt INTEGER NOT NULL,\n CONSTRAINT messageIndex PRIMARY KEY (messageHash)\n) WITHOUT ROWID;"
|
|
INF 2026-03-29 12:17:08.944+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="CREATE TABLE IF NOT EXISTS message (\n pubsubTopic BLOB NOT NULL,\n contentTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL,\n timestamp INTEGER NOT NULL,\n id BLOB,\n messageHash BLOB, -- Newly added, this will be populated with a counter value\n storedAt INTEGER NOT NULL,\n CONSTRAINT messageIndex PRIMARY KEY (messageHash)\n) WITHOUT ROWID;"
|
|
INF 2026-03-29 12:17:08.944+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="INSERT INTO message(pubsubTopic, contentTopic, payload, version, timestamp, id, messageHash, storedAt)\nSELECT\n mb.pubsubTopic,\n mb.contentTopic,\n mb.payload,\n mb.version,\n mb.timestamp,\n mb.id,\n randomblob(32), -- to populate 32-byte random blob\n mb.storedAt\nFROM message_backup AS mb;"
|
|
INF 2026-03-29 12:17:08.944+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="INSERT INTO message(pubsubTopic, contentTopic, payload, version, timestamp, id, messageHash, storedAt)\nSELECT\n mb.pubsubTopic,\n mb.contentTopic,\n mb.payload,\n mb.version,\n mb.timestamp,\n mb.id,\n randomblob(32), -- to populate 32-byte random blob\n mb.storedAt\nFROM message_backup AS mb;"
|
|
INF 2026-03-29 12:17:08.944+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE message_backup;"
|
|
INF 2026-03-29 12:17:08.944+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP TABLE message_backup;"
|
|
INF 2026-03-29 12:17:08.944+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="ALTER TABLE message ADD COLUMN meta BLOB;"
|
|
INF 2026-03-29 12:17:08.945+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="ALTER TABLE message ADD COLUMN meta BLOB;"
|
|
INF 2026-03-29 12:17:08.945+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="ALTER TABLE message DROP COLUMN timestamp;"
|
|
INF 2026-03-29 12:17:08.946+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="ALTER TABLE message DROP COLUMN timestamp;"
|
|
INF 2026-03-29 12:17:08.946+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="ALTER TABLE message RENAME COLUMN storedAt TO timestamp;"
|
|
INF 2026-03-29 12:17:08.947+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="ALTER TABLE message RENAME COLUMN storedAt TO timestamp;"
|
|
INF 2026-03-29 12:17:08.948+00:00 database user_version updated topics="sqlite" tid=1 file=db_sqlite.nim:481 userVersion=10
|
|
INF 2026-03-29 12:17:08.949+00:00 finished message store's sqlite database migration topics="waku archive migration" tid=1 file=migrations.nim:70
|
|
INF 2026-03-29 12:17:08.949+00:00 setting up sqlite waku archive driver tid=1 file=builder.nim:65
|
|
INF 2026-03-29 12:17:08.949+00:00 executing message retention policy topics="waku archive" tid=1 file=archive.nim:270 policy=time:172800
|
|
INF 2026-03-29 12:17:08.949+00:00 beginning of executing message retention policy - time topics="waku archive retention_policy" tid=1 file=retention_policy_time.nim:22
|
|
INF 2026-03-29 12:17:08.950+00:00 end of executing message retention policy - time topics="waku archive retention_policy" tid=1 file=retention_policy_time.nim:30
|
|
INF 2026-03-29 12:17:08.950+00:00 mounting waku store protocol topics="waku node store api" tid=1 file=store.nim:255
|
|
TRC 2026-03-29 12:17:08.950+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/vac/waku/store-query/3.0.0]"
|
|
INF 2026-03-29 12:17:08.950+00:00 mounting store client topics="waku node store api" tid=1 file=store.nim:274
|
|
INF 2026-03-29 12:17:08.950+00:00 mounting legacy store client topics="waku node store api" tid=1 file=store.nim:145
|
|
INF 2026-03-29 12:17:08.950+00:00 mounting auto sharding topics="waku node" tid=1 file=waku_node.nim:305 clusterId=3 shardCount=1
|
|
INF 2026-03-29 12:17:08.950+00:00 Shards created from content topics tid=1 file=node_factory.nim:333 contentTopics=[] shards=[]
|
|
INF 2026-03-29 12:17:08.950+00:00 Setting max message size tid=1 file=node_factory.nim:342 num_bytes=153600
|
|
INF 2026-03-29 12:17:08.950+00:00 mounting relay protocol topics="waku node relay api" tid=1 file=relay.nim:259
|
|
TRC 2026-03-29 12:17:08.950+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/vac/waku/relay/2.0.0, /meshsub/1.3.0, /meshsub/1.2.0, /meshsub/1.1.0, /meshsub/1.0.0, /meshsub/1.3.0, /meshsub/1.2.0, /meshsub/1.1.0, /meshsub/1.0.0]"
|
|
INF 2026-03-29 12:17:08.950+00:00 relay mounted successfully topics="waku node relay api" tid=1 file=relay.nim:276
|
|
INF 2026-03-29 12:17:08.950+00:00 adding validator to signed shards tid=1 file=validator_signed.nim:56 protectedShards=[] clusterId=3
|
|
INF 2026-03-29 12:17:08.950+00:00 mounting rendezvous discovery protocol topics="waku node" tid=1 file=waku_node.nim:432
|
|
INF 2026-03-29 12:17:08.950+00:00 waku rendezvous initialized topics="waku node" tid=1 file=protocol.nim:206 clusterId=3 shards="[0]" capabilities="[Relay, Store]" wakuPeerRecord="(peerId: 16U*zBoon3, seqNo: 1774786628, addresses: [/ip4/172.18.239.30/tcp/16772, /ip4/172.18.239.30/tcp/16773/ws], mixKey: )"
|
|
TRC 2026-03-29 12:17:08.950+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/vac/waku/rendezvous/1.0.0]"
|
|
INF 2026-03-29 12:17:08.950+00:00 mounting rendezvous client topics="waku node" tid=1 file=waku_node.nim:418
|
|
INF 2026-03-29 12:17:08.951+00:00 waku rendezvous client initialized topics="waku node" tid=1 file=client.nim:130 clusterId=3
|
|
INF 2026-03-29 12:17:08.951+00:00 mounting libp2p ping protocol topics="waku node ping api" tid=1 file=ping.nim:20
|
|
TRC 2026-03-29 12:17:08.951+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/ipfs/ping/1.0.0]"
|
|
INF 2026-03-29 12:17:08.951+00:00 mounting light push client topics="waku node lightpush api" tid=1 file=lightpush.nim:183
|
|
INF 2026-03-29 12:17:08.951+00:00 mounting legacy light push client topics="waku node lightpush api" tid=1 file=lightpush.nim:72
|
|
INF 2026-03-29 12:17:08.951+00:00 mounting filter client topics="waku node filter api" tid=1 file=filter.nim:81
|
|
TRC 2026-03-29 12:17:08.951+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/vac/waku/filter-push/2.0.0-beta1]"
|
|
INF 2026-03-29 12:17:08.951+00:00 mounting waku peer exchange topics="waku node peerexchange api" tid=1 file=peer_exchange.nim:37
|
|
TRC 2026-03-29 12:17:08.951+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/vac/waku/peer-exchange/2.0.0-alpha1]"
|
|
INF 2026-03-29 12:17:08.951+00:00 mounting waku peer exchange client topics="waku node peerexchange api" tid=1 file=peer_exchange.nim:54
|
|
NTC 2026-03-29 12:17:08.951+00:00 REST service started tid=1 file=server.nim:182 address=0.0.0.0:16771
|
|
INF 2026-03-29 12:17:08.951+00:00 Starting REST HTTP server tid=1 file=builder.nim:113 url=http://0.0.0.0:16771/
|
|
INF 2026-03-29 12:17:08.951+00:00 No external callbacks to be set topics="wakunode waku" tid=1 file=waku.nim:127
|
|
TRC 2026-03-29 12:17:08.951+00:00 Send processor chain topics="send service" tid=1 file=send_service.nim:94 index=1 processor=BaseSendProcessor
|
|
INF 2026-03-29 12:17:08.951+00:00 Retrieve dynamic bootstrap nodes topics="wakunode waku" tid=1 file=waku.nim:367
|
|
INF 2026-03-29 12:17:08.952+00:00 Running nwaku node tid=1 file=node_factory.nim:464 version=v0.38.0-rc.0-14-g5c335c
|
|
INF 2026-03-29 12:17:08.952+00:00 Starting Waku node topics="waku node" tid=1 file=waku_node.nim:625 version=v0.38.0-rc.0-14-g5c335c
|
|
INF 2026-03-29 12:17:08.952+00:00 starting relay protocol topics="waku node" tid=1 file=waku_node.nim:389
|
|
INF 2026-03-29 12:17:08.952+00:00 start topics="waku relay" tid=1 file=protocol.nim:519
|
|
TRC 2026-03-29 12:17:08.952+00:00 gossipsub start topics="libp2p gossipsub" tid=1 file=gossipsub.nim:1113
|
|
TRC 2026-03-29 12:17:08.952+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140473305063504
|
|
TRC 2026-03-29 12:17:08.952+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
TRC 2026-03-29 12:17:08.952+00:00 running scoring heartbeat topics="libp2p gossipsub" tid=1 file=scoring.nim:312 instance=140473305063504
|
|
TRC 2026-03-29 12:17:08.952+00:00 updating scores topics="libp2p gossipsub" tid=1 file=scoring.nim:144 peers=0
|
|
TRC 2026-03-29 12:17:08.952+00:00 updated scores topics="libp2p gossipsub" tid=1 file=scoring.nim:308 peers=0
|
|
INF 2026-03-29 12:17:08.952+00:00 relay started successfully topics="waku node" tid=1 file=waku_node.nim:410
|
|
INF 2026-03-29 12:17:08.952+00:00 waku rendezvous periodic registration started topics="waku rendezvous" tid=1 file=protocol.nim:127 interval=10s
|
|
INF 2026-03-29 12:17:08.952+00:00 waku rendezvous discovery started topics="waku rendezvous" tid=1 file=protocol.nim:227
|
|
INF 2026-03-29 12:17:08.952+00:00 waku rendezvous periodic requests started topics="waku rendezvous client" tid=1 file=client.nim:80 interval=10s
|
|
INF 2026-03-29 12:17:08.952+00:00 waku rendezvous client started topics="waku rendezvous client" tid=1 file=client.nim:136
|
|
DBG 2026-03-29 12:17:08.952+00:00 starting switch for peer topics="libp2p switch" tid=1 file=switch.nim:363 peerInfo="(peerId: 16Uiu2HAmHDQ8auu93YRfuH3D1nXr9K5yt8E4nBU66M5dSjzBoon3, listenAddrs: [/ip4/0.0.0.0/tcp/16773/ws, /ip4/0.0.0.0/tcp/16772], addrs: [], protocols: [/ipfs/id/1.0.0, /libp2p/autonat/1.0.0, /libp2p/circuit/relay/0.2.0/hop, /vac/waku/metadata/1.0.0, /vac/waku/store-query/3.0.0, /vac/waku/relay/2.0.0, /vac/waku/rendezvous/1.0.0, /ipfs/ping/1.0.0, /vac/waku/filter-push/2.0.0-beta1, /vac/waku/peer-exchange/2.0.0-alpha1], protoVersion: ipfs/0.1.0, agentVersion: logos-delivery-v0.38.0-rc.0-14-g5c335c)"
|
|
TRC 2026-03-29 12:17:08.952+00:00 Starting TCP transport topics="libp2p tcptransport" tid=1 file=tcptransport.nim:116
|
|
TRC 2026-03-29 12:17:08.952+00:00 Listening on topics="libp2p tcptransport" tid=1 file=tcptransport.nim:140 address=/ip4/0.0.0.0/tcp/16772
|
|
TRC 2026-03-29 12:17:08.952+00:00 starting transport on addrs topics="libp2p transport" tid=1 file=transport.nim:49 address=@[/ip4/0.0.0.0/tcp/16772]
|
|
DBG 2026-03-29 12:17:08.952+00:00 About to accept incoming connection topics="libp2p switch" tid=1 file=switch.nim:272
|
|
TRC 2026-03-29 12:17:08.953+00:00 Starting WS transport topics="libp2p wstransport" tid=1 file=wstransport.nim:154
|
|
TRC 2026-03-29 12:17:08.953+00:00 starting transport on addrs topics="libp2p transport" tid=1 file=transport.nim:49 address=@[/ip4/0.0.0.0/tcp/16773/ws]
|
|
TRC 2026-03-29 12:17:08.953+00:00 Created HTTP Server topics="libp2p wstransport" tid=1 file=server.nim:262 host=0.0.0.0:16773
|
|
TRC 2026-03-29 12:17:08.953+00:00 Listening on topics="libp2p wstransport" tid=1 file=wstransport.nim:204 addresses="[/ip4/0.0.0.0/tcp/16773/ws]"
|
|
INF 2026-03-29 12:17:08.953+00:00 Setting up AutonatService topics="libp2p autonatservice" tid=1 file=service.nim:207
|
|
TRC 2026-03-29 12:17:08.953+00:00 Running AutonatService topics="libp2p autonatservice" tid=1 file=service.nim:231
|
|
TRC 2026-03-29 12:17:08.953+00:00 Asking peers for reachability topics="libp2p autonatservice" tid=1 file=service.nim:160
|
|
DBG 2026-03-29 12:17:08.953+00:00 About to accept incoming connection topics="libp2p switch" tid=1 file=switch.nim:272
|
|
TRC 2026-03-29 12:17:08.953+00:00 WsTransport accept topics="libp2p wstransport" tid=1 file=wstransport.nim:279
|
|
TRC 2026-03-29 12:17:08.953+00:00 Awaiting new request topics="websock http-server" tid=1 file=server.nim:194
|
|
TRC 2026-03-29 12:17:08.953+00:00 gossipsub start topics="libp2p gossipsub" tid=1 file=gossipsub.nim:1113
|
|
WRN 2026-03-29 12:17:08.953+00:00 Starting gossipsub twice topics="libp2p gossipsub" tid=1 file=gossipsub.nim:1116
|
|
WRN 2026-03-29 12:17:08.953+00:00 Starting rendezvous twice topics="waku rendezvous" tid=1 file=rendezvous.nim:626
|
|
DBG 2026-03-29 12:17:08.953+00:00 Started libp2p node topics="libp2p switch" tid=1 file=switch.nim:403 peer="(peerId: 16Uiu2HAmHDQ8auu93YRfuH3D1nXr9K5yt8E4nBU66M5dSjzBoon3, listenAddrs: [/ip4/0.0.0.0/tcp/16772, /ip4/0.0.0.0/tcp/16773/ws], addrs: [/ip4/172.18.239.30/tcp/16772, /ip4/172.18.239.30/tcp/16773/ws], protocols: [/ipfs/id/1.0.0, /libp2p/autonat/1.0.0, /libp2p/circuit/relay/0.2.0/hop, /vac/waku/metadata/1.0.0, /vac/waku/store-query/3.0.0, /vac/waku/relay/2.0.0, /vac/waku/rendezvous/1.0.0, /ipfs/ping/1.0.0, /vac/waku/filter-push/2.0.0-beta1, /vac/waku/peer-exchange/2.0.0-alpha1], protoVersion: ipfs/0.1.0, agentVersion: logos-delivery-v0.38.0-rc.0-14-g5c335c)"
|
|
INF 2026-03-29 12:17:08.954+00:00 PeerInfo topics="waku node" tid=1 file=waku_node.nim:478 peerId=16U*zBoon3 addrs="[/ip4/172.18.239.30/tcp/16772, /ip4/172.18.239.30/tcp/16773/ws]"
|
|
INF 2026-03-29 12:17:08.954+00:00 Listening on topics="waku node" tid=1 file=waku_node.nim:501 full=[/ip4/0.0.0.0/tcp/16772/p2p/16Uiu2HAmHDQ8auu93YRfuH3D1nXr9K5yt8E4nBU66M5dSjzBoon3][/ip4/0.0.0.0/tcp/16773/ws/p2p/16Uiu2HAmHDQ8auu93YRfuH3D1nXr9K5yt8E4nBU66M5dSjzBoon3] localIp=172.17.0.165 switchAddress="@[/ip4/172.18.239.30/tcp/16772, /ip4/172.18.239.30/tcp/16773/ws]"
|
|
INF 2026-03-29 12:17:08.954+00:00 Announcing addresses topics="waku node" tid=1 file=waku_node.nim:503 full=[/ip4/172.18.239.30/tcp/16772/p2p/16Uiu2HAmHDQ8auu93YRfuH3D1nXr9K5yt8E4nBU66M5dSjzBoon3][/ip4/172.18.239.30/tcp/16773/ws/p2p/16Uiu2HAmHDQ8auu93YRfuH3D1nXr9K5yt8E4nBU66M5dSjzBoon3]
|
|
INF 2026-03-29 12:17:08.954+00:00 DNS: discoverable ENR topics="waku node" tid=1 file=waku_node.nim:504 enr=enr:-LO4QBa4iG7DYGxMXebYyag1UgHwiCy5sQy0J0On8gQisWJiYPX-6CKzi8DK_nQ5BjWgzRBiddMiZhuxD9a_RUvf5_wBgmlkgnY0gmlwhKwS7x6KbXVsdGlhZGRyc4wACgSsEu8eBkGF3QOCcnOFAAMBAACJc2VjcDI1NmsxoQNDvDkKNeJFEba3XkA7CL1OICu7XXW5ugoOsuaWAzROHIN0Y3CCQYSDdWRwgkGGhXdha3UyAw
|
|
INF 2026-03-29 12:17:08.954+00:00 Node started successfully topics="waku node" tid=1 file=waku_node.nim:681
|
|
TRC 2026-03-29 12:17:08.954+00:00 Starting relay connectivity loop topics="waku node peer_manager" tid=1 file=peer_manager.nim:1069
|
|
TRC 2026-03-29 12:17:08.954+00:00 Starting prune peerstore loop topics="waku node peer_manager" tid=1 file=peer_manager.nim:1062
|
|
INF 2026-03-29 12:17:08.954+00:00 Relay peer connections topics="waku node peer_manager" tid=1 file=peer_manager.nim:843 inRelayConns=0/50 outRelayConns=0/25 totalConnections=0/150 notConnectedPeers=0 outsideBackoffPeers=0
|
|
INF 2026-03-29 12:17:08.954+00:00 PeerInfo topics="waku node" tid=1 file=waku_node.nim:478 peerId=16U*zBoon3 addrs="[/ip4/172.18.239.30/tcp/16772, /ip4/172.18.239.30/tcp/16773/ws]"
|
|
INF 2026-03-29 12:17:08.954+00:00 Listening on topics="waku node" tid=1 file=waku_node.nim:501 full=[/ip4/0.0.0.0/tcp/16772/p2p/16Uiu2HAmHDQ8auu93YRfuH3D1nXr9K5yt8E4nBU66M5dSjzBoon3][/ip4/0.0.0.0/tcp/16773/ws/p2p/16Uiu2HAmHDQ8auu93YRfuH3D1nXr9K5yt8E4nBU66M5dSjzBoon3] localIp=172.17.0.165 switchAddress="@[/ip4/172.18.239.30/tcp/16772, /ip4/172.18.239.30/tcp/16773/ws]"
|
|
INF 2026-03-29 12:17:08.954+00:00 Announcing addresses topics="waku node" tid=1 file=waku_node.nim:503 full=[/ip4/172.18.239.30/tcp/16772/p2p/16Uiu2HAmHDQ8auu93YRfuH3D1nXr9K5yt8E4nBU66M5dSjzBoon3][/ip4/172.18.239.30/tcp/16773/ws/p2p/16Uiu2HAmHDQ8auu93YRfuH3D1nXr9K5yt8E4nBU66M5dSjzBoon3]
|
|
INF 2026-03-29 12:17:08.955+00:00 DNS: discoverable ENR topics="waku node" tid=1 file=waku_node.nim:504 enr=enr:-LO4QBa4iG7DYGxMXebYyag1UgHwiCy5sQy0J0On8gQisWJiYPX-6CKzi8DK_nQ5BjWgzRBiddMiZhuxD9a_RUvf5_wBgmlkgnY0gmlwhKwS7x6KbXVsdGlhZGRyc4wACgSsEu8eBkGF3QOCcnOFAAMBAACJc2VjcDI1NmsxoQNDvDkKNeJFEba3XkA7CL1OICu7XXW5ugoOsuaWAzROHIN0Y3CCQYSDdWRwgkGGhXdha3UyAw
|
|
INF 2026-03-29 12:17:08.955+00:00 Waku node ENR updated successfully with new multiaddress topics="wakunode waku" tid=1 file=waku.nim:301 enr=enr:-L24QFMRfeRNq9-X3nzjP5WATPlmD2QHXK1PCjHj_vKBJY3KdD-b_lQXyAT6PRMNFjFP_Wp4Q9II8MuJp7oifRn6ipUCgmlkgnY0gmlwhKwS7x6KbXVsdGlhZGRyc5YACASsEu8eBkGEAAoErBLvHgZBhd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDQ7w5CjXiRRG2t15AOwi9TiAru111uboKDrLmlgM0ThyDdGNwgkGEg3VkcIJBhoV3YWt1MgM record="(2, id: \"v4\", ip: 172.18.239.30, multiaddrs: 0x000804AC12EF1E064184000A04AC12EF1E064185DD03, rs: 0x0003010000, secp256k1: 0x0343BC390A35E24511B6B75E403B08BD4E202BBB5D75B9BA0A0EB2E69603344E1C, tcp: 16772, udp: 16774, waku2: 0x03)"
|
|
INF 2026-03-29 12:17:08.955+00:00 peer filtering updated topics="waku discv5" tid=1 file=waku_discv5.nim:70
|
|
INF 2026-03-29 12:17:08.955+00:00 Starting discovery v5 service topics="waku discv5" tid=1 file=waku_discv5.nim:336
|
|
INF 2026-03-29 12:17:08.955+00:00 start listening on udp port topics="waku discv5" tid=1 file=waku_discv5.nim:338 address=0.0.0.0 port=16774
|
|
TRC 2026-03-29 12:17:08.955+00:00 start discv5 service topics="waku discv5" tid=1 file=waku_discv5.nim:346
|
|
INF 2026-03-29 12:17:08.955+00:00 Starting discovery v5 search topics="waku discv5" tid=1 file=waku_discv5.nim:258
|
|
TRC 2026-03-29 12:17:08.955+00:00 running discv5 discovery loop topics="waku discv5" tid=1 file=waku_discv5.nim:261
|
|
TRC 2026-03-29 12:17:08.955+00:00 discv5 discovered peers topics="waku discv5" tid=1 file=waku_discv5.nim:277 num_discovered_peers=0 peers=[]
|
|
TRC 2026-03-29 12:17:08.955+00:00 discv5 discarded wrong records topics="waku discv5" tid=1 file=waku_discv5.nim:281 wrong_records=[]
|
|
INF 2026-03-29 12:17:08.955+00:00 Successfully started discovery v5 service topics="waku discv5" tid=1 file=waku_discv5.nim:352
|
|
INF 2026-03-29 12:17:08.955+00:00 Discv5: discoverable ENR topics="waku discv5" tid=1 file=waku_discv5.nim:353 enrUri=enr:-L24QKmJYfDyyWIwmdljcRdUj3gBvqNk8alyVEercZWNry05JnloALrzeNzu2GEt71de5iLtuEMShujvBqVKDpiKx9MDgmlkgnY0gmlwhKwS7x6KbXVsdGlhZGRyc5YACASsEu8eBkGEAAoErBLvHgZBhd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDQ7w5CjXiRRG2t15AOwi9TiAru111uboKDrLmlgM0ThyDdGNwgkGEg3VkcIJBhoV3YWt1MgM enr="(3, id: \"v4\", ip: 172.18.239.30, multiaddrs: 0x000804AC12EF1E064184000A04AC12EF1E064185DD03, rs: 0x0003010000, secp256k1: 0x0343BC390A35E24511B6B75E403B08BD4E202BBB5D75B9BA0A0EB2E69603344E1C, tcp: 16772, udp: 16774, waku2: 0x03)"
|
|
INF 2026-03-29 12:17:08.955+00:00 subscribe topics="waku relay" tid=1 file=protocol.nim:594 pubsubTopic=/waku/2/rs/3/0
|
|
TRC 2026-03-29 12:17:08.955+00:00 adding validator for topic topics="libp2p pubsub" tid=1 file=pubsub.nim:667 topic=/waku/2/rs/3/0
|
|
TRC 2026-03-29 12:17:08.956+00:00 subscribing to topic topics="libp2p pubsub" tid=1 file=pubsub.nim:625 name=/waku/2/rs/3/0
|
|
TRC 2026-03-29 12:17:08.956+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:17:08.956+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:17:08.956+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:17:08.956+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
WRN 2026-03-29 12:17:08.956+00:00 No-effect API call to subscribe. Already subscribed to topic topics="waku node relay api" tid=1 file=relay.nim:161 pubsubTopic=/waku/2/rs/3/0
|
|
TRC 2026-03-29 12:17:08.956+00:00 Resolving IP using DNS topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:101 address=one.one.one.one servers="[1.1.1.1:53, 1.0.0.1:53]" domain=AF_UNSPEC
|
|
INF 2026-03-29 12:17:08.956+00:00 Health monitor loop start tid=1 file=node_health_monitor.nim:516
|
|
DBG 2026-03-29 12:17:08.956+00:00 calculateConnectionState tid=1 file=node_health_monitor.nim:408 relayCount=0 storeClientCount=0 lightpushCount=0 filterCount=0
|
|
INF 2026-03-29 12:17:08.956+00:00 starting keepalive tid=1 file=node_health_monitor.nim:678 randomPeersKeepalive=10s allPeersKeepalive=2m
|
|
TRC 2026-03-29 12:17:08.956+00:00 Running keepalive loop tid=1 file=node_health_monitor.nim:593
|
|
INF 2026-03-29 12:17:08.957+00:00 subscribe (was already subscribed in the mesh; appHandler set) topics="waku node relay api" tid=1 file=relay.nim:163 pubsubTopic=/waku/2/rs/3/0
|
|
INF 2026-03-29 12:17:08.960+00:00 REST services are installed tid=1 file=builder.nim:221
|
|
INF 2026-03-29 12:17:08.960+00:00 Starting metrics HTTP server topics="waku node metrics" tid=1 file=waku_metrics.nim:63 serverIp=0.0.0.0 serverPort=16775
|
|
INF 2026-03-29 12:17:08.960+00:00 getPubSubPeersInMesh - there is no mesh peer for the given pubsub topic topics="waku relay" tid=1 file=protocol.nim:419 pubsubTopic=/waku/2/rs/3/0
|
|
INF 2026-03-29 12:17:08.961+00:00 Metrics HTTP server started topics="waku node metrics" tid=1 file=waku_metrics.nim:73 serverIp=0.0.0.0 serverPort=16775
|
|
INF 2026-03-29 12:17:08.961+00:00 Setting up shutdown hooks topics="wakunode main" tid=1 file=wakunode2.nim:63
|
|
INF 2026-03-29 12:17:08.961+00:00 Node setup complete topics="wakunode main" tid=1 file=wakunode2.nim:102
|
|
TRC 2026-03-29 12:17:09.954+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140473305063504
|
|
TRC 2026-03-29 12:17:09.954+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:17:09.954+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:17:09.954+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:17:09.954+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:17:09.954+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
DBG 2026-03-29 12:17:09.959+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60448 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:09.959+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60448 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:09.960+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60448 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:10.062+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60456 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:10.062+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60456 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:10.063+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60456 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:10.165+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60470 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:10.165+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60470 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:10.166+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60470 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:10.268+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60486 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:10.268+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60486 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:10.269+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60486 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:10.371+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60490 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:10.371+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60490 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:10.372+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60490 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:10.475+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60506 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:10.475+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60506 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:10.475+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60506 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:10.579+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60514 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:10.579+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60514 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:10.579+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60514 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:10.682+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60522 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:10.682+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60522 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:10.682+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60522 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:10.785+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60526 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:10.785+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60526 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:10.785+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60526 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:10.888+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60540 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:10.888+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60540 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:10.888+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60540 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 12:17:10.954+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140473305063504
|
|
TRC 2026-03-29 12:17:10.954+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:17:10.954+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:17:10.954+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:17:10.954+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:17:10.954+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
DBG 2026-03-29 12:17:10.991+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60556 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:10.991+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60556 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:10.991+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60556 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:11.094+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60572 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:11.094+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60572 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:11.094+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60572 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:11.197+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60582 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:11.197+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60582 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:11.197+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60582 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:11.300+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60584 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:11.300+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60584 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:11.301+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60584 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:11.403+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60598 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:11.403+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60598 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:11.404+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60598 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:11.506+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60602 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:11.507+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60602 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:11.507+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60602 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:11.610+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60610 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:11.610+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60610 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:11.610+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60610 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:11.713+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60612 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:11.713+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60612 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:11.713+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60612 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:11.816+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60618 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:11.816+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60618 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:11.816+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60618 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:11.919+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60630 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:11.919+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60630 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:11.919+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60630 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 12:17:11.953+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140473305063504
|
|
TRC 2026-03-29 12:17:11.953+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:17:11.953+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:17:11.953+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:17:11.953+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:17:11.953+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
DBG 2026-03-29 12:17:12.022+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60636 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:12.022+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60636 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:12.023+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60636 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:12.125+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60646 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:12.126+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60646 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:12.126+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60646 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:12.229+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60656 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:12.229+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60656 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:12.229+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60656 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:12.332+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60658 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:12.333+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60658 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:12.333+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60658 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:12.435+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60670 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:12.436+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60670 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:12.436+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60670 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:12.539+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60678 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:12.539+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60678 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:12.539+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60678 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:12.642+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60686 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:12.642+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60686 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:12.642+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60686 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:12.745+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60702 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:12.745+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60702 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:12.745+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60702 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:12.848+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60712 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:12.848+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60712 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:12.848+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60712 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:12.951+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60720 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:12.951+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60720 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:12.952+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60720 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 12:17:12.952+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140473305063504
|
|
TRC 2026-03-29 12:17:12.952+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:17:12.952+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:17:12.952+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:17:12.952+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:17:12.952+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
DBG 2026-03-29 12:17:13.055+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60730 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:13.055+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60730 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:13.055+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60730 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:13.158+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60742 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:13.158+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60742 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:13.158+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60742 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:13.262+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60752 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:13.262+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60752 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:13.262+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60752 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:13.365+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60764 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:13.365+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60764 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:13.365+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60764 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:13.468+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60778 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:13.468+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60778 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:13.468+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60778 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:13.572+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60790 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:13.572+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60790 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:13.572+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60790 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:13.675+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60794 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:13.675+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60794 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:13.675+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60794 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:13.777+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60800 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:13.778+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60800 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:13.778+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60800 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:13.881+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60804 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:13.881+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60804 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:13.881+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60804 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 12:17:13.952+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140473305063504
|
|
TRC 2026-03-29 12:17:13.952+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:17:13.952+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:17:13.952+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:17:13.952+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:17:13.952+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
TRC 2026-03-29 12:17:13.957+00:00 running discv5 discovery loop topics="waku discv5" tid=1 file=waku_discv5.nim:261
|
|
TRC 2026-03-29 12:17:13.957+00:00 discv5 discovered peers topics="waku discv5" tid=1 file=waku_discv5.nim:277 num_discovered_peers=0 peers=[]
|
|
TRC 2026-03-29 12:17:13.957+00:00 discv5 discarded wrong records topics="waku discv5" tid=1 file=waku_discv5.nim:281 wrong_records=[]
|
|
INF 2026-03-29 12:17:13.975+00:00 Failed to query DNS topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:124 address=one.one.one.one error="DNS server timeout: Timeout exceeded!"
|
|
DBG 2026-03-29 12:17:13.984+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60812 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:13.984+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60812 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:13.984+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60812 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:14.087+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60818 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:14.087+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60818 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:14.087+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60818 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:14.190+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60826 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:14.190+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60826 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:14.191+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60826 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:14.293+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60832 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:14.293+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60832 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:14.294+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60832 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:14.396+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60844 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:14.397+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60844 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:14.397+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60844 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:14.499+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60846 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:14.499+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60846 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:14.500+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60846 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:14.603+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60850 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:14.603+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60850 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:14.603+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60850 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:14.706+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60864 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:14.706+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60864 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:14.706+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60864 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:14.809+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60866 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:14.810+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60866 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:14.810+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60866 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:14.913+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60876 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:14.913+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60876 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:14.913+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60876 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 12:17:14.953+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140473305063504
|
|
TRC 2026-03-29 12:17:14.953+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:17:14.953+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:17:14.953+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:17:14.953+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:17:14.953+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
DBG 2026-03-29 12:17:15.016+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60890 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:15.016+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60890 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:15.016+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60890 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:15.120+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60894 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:15.120+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60894 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:15.120+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60894 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:15.223+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60906 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:15.223+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60906 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:15.223+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60906 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:15.326+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60908 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:15.326+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60908 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:15.326+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60908 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:15.429+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60912 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:15.429+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60912 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:15.429+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60912 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:15.532+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60928 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:15.532+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60928 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:15.532+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60928 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:15.635+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60936 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:15.635+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60936 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:15.635+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60936 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:15.738+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60938 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:15.738+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60938 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:15.738+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60938 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:15.842+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60950 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:15.842+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60950 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:15.842+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60950 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:15.946+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60956 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:15.946+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60956 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:15.946+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60956 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 12:17:15.952+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140473305063504
|
|
TRC 2026-03-29 12:17:15.952+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:17:15.952+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:17:15.952+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:17:15.952+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:17:15.952+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
DBG 2026-03-29 12:17:16.050+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:44202 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:16.050+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:44202 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:16.051+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:44202 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:16.153+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:44208 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:16.153+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:44208 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:16.154+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:44208 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:16.256+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:44214 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:16.256+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:44214 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:16.256+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:44214 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:16.359+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:44224 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:16.359+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:44224 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:16.359+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:44224 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:16.462+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:44230 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:16.463+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:44230 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:16.463+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:44230 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:16.566+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:44242 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:16.566+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:44242 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:16.566+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:44242 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:16.669+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:44254 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:16.669+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:44254 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:16.669+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:44254 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:16.773+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:44256 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:16.773+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:44256 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:16.773+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:44256 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:16.875+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:44266 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:16.875+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:44266 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:16.876+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:44266 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 12:17:16.953+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140473305063504
|
|
TRC 2026-03-29 12:17:16.953+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:17:16.953+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:17:16.953+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:17:16.953+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:17:16.953+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
DBG 2026-03-29 12:17:16.979+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:44272 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:16.979+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:44272 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:16.979+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:44272 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:17.082+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:44282 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:17.082+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:44282 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:17.082+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:44282 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:17.185+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:44294 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:17.185+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:44294 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:17.185+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:44294 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:17.288+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:44304 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:17.289+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:44304 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:17.289+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:44304 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:17.392+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:44308 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:17.392+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:44308 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:17.393+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:44308 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:17.495+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:44310 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:17.495+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:44310 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:17.496+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:44310 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:17.598+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:44320 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:17.599+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:44320 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:17.599+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:44320 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:17.702+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:44322 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:17.702+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:44322 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:17.702+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:44322 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:17.805+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:44334 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:17.805+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:44334 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:17.805+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:44334 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:17.907+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:44338 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:17.908+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:44338 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:17.908+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:44338 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 12:17:17.953+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140473305063504
|
|
TRC 2026-03-29 12:17:17.953+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:17:17.953+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:17:17.953+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:17:17.954+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:17:17.954+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
DBG 2026-03-29 12:17:18.011+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:44340 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:18.011+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:44340 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:18.011+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:44340 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:18.114+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:44354 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:18.114+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:44354 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:18.114+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:44354 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:18.217+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:44368 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:18.217+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:44368 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:18.217+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:44368 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:18.320+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:44382 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:18.320+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:44382 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:18.321+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:44382 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:18.424+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:44392 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:18.424+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:44392 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:18.424+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:44392 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:18.527+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:44400 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:18.527+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:44400 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:17:18.527+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:44400 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:17:18.630+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:44406 meth=GET uri=/health
|
|
DBG 2026-03-29 12:17:18.630+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:44406 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|