mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-05 01:53:28 +00:00
1373 lines
254 KiB
Plaintext
1373 lines
254 KiB
Plaintext
WRN 2026-03-29 12:14:57.260+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:14:57.260+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:14:57.260+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:14:57.260+00:00 Configuration. Network topics="waku conf" tid=1 file=waku_conf.nim:166 cluster=3
|
|
INF 2026-03-29 12:14:57.260+00:00 Configuration. Active Relay Shards topics="waku conf" tid=1 file=waku_conf.nim:169 shard=0
|
|
INF 2026-03-29 12:14:57.261+00:00 Setting up storage tid=1 file=node_factory.nim:532
|
|
INF 2026-03-29 12:14:57.261+00:00 Initializing node tid=1 file=node_factory.nim:541
|
|
TRC 2026-03-29 12:14:57.262+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/ipfs/id/1.0.0]"
|
|
TRC 2026-03-29 12:14:57.262+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/libp2p/autonat/1.0.0]"
|
|
TRC 2026-03-29 12:14:57.262+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:14:57.262+00:00 no peer storage found tid=1 file=peer_manager.nim:1219
|
|
INF 2026-03-29 12:14:57.262+00:00 Initializing networking tid=1 file=waku_node.nim:228 addrs="@[/ip4/172.18.212.16/tcp/31029, /ip4/172.18.212.16/tcp/31030/ws]"
|
|
INF 2026-03-29 12:14:57.262+00:00 Mounting protocols tid=1 file=node_factory.nim:547
|
|
INF 2026-03-29 12:14:57.262+00:00 Created WakuMetadata protocol topics="waku node" tid=1 file=protocol.nim:107 clusterId=3 shards="[0]"
|
|
TRC 2026-03-29 12:14:57.262+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:14:57.267+00:00 sqlite database page stats tid=1 file=builder.nim:53 pageSize=4096 pages=1 freePages=0
|
|
INF 2026-03-29 12:14:57.267+00:00 starting message store's sqlite database migration topics="waku archive migration" tid=1 file=migrations.nim:57
|
|
INF 2026-03-29 12:14:57.267+00:00 Not considered schema version 7 topics="waku archive migration" tid=1 file=migrations.nim:45
|
|
INF 2026-03-29 12:14:57.267+00:00 database schema is outdated topics="sqlite" tid=1 file=db_sqlite.nim:447 userVersion=0 targetVersion=10
|
|
INF 2026-03-29 12:14:57.268+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:14:57.271+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:14:57.271+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:14:57.272+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:14:57.272+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:14:57.272+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:14:57.272+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE Message;"
|
|
INF 2026-03-29 12:14:57.273+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP TABLE Message;"
|
|
INF 2026-03-29 12:14:57.273+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:14:57.274+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:14:57.274+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:14:57.274+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:14:57.275+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE Message_backup;"
|
|
INF 2026-03-29 12:14:57.276+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:14:57.276+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:14:57.277+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:14:57.277+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:14:57.277+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:14:57.277+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE Message;"
|
|
INF 2026-03-29 12:14:57.277+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP TABLE Message;"
|
|
INF 2026-03-29 12:14:57.277+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:14:57.278+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:14:57.278+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:14:57.278+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:14:57.278+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE Message_backup;"
|
|
INF 2026-03-29 12:14:57.278+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:14:57.278+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:14:57.279+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:14:57.279+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:14:57.280+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:14:57.280+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:14:57.280+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:14:57.280+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE Message_backup;"
|
|
INF 2026-03-29 12:14:57.280+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:14:57.280+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:14:57.282+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:14:57.282+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:14:57.285+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:14:57.285+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:14:57.287+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:14:57.287+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:14:57.287+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:14:57.287+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:14:57.287+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:14:57.287+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:14:57.289+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:14:57.289+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:14:57.290+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:14:57.290+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:14:57.290+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:14:57.290+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:14:57.290+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:14:57.290+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE message_backup;"
|
|
INF 2026-03-29 12:14:57.291+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:14:57.291+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:14:57.292+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:14:57.292+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:14:57.293+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:14:57.293+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:14:57.293+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:14:57.293+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE message_backup;"
|
|
INF 2026-03-29 12:14:57.294+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP TABLE message_backup;"
|
|
INF 2026-03-29 12:14:57.294+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:14:57.294+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:14:57.295+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:14:57.296+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:14:57.296+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:14:57.297+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:14:57.297+00:00 database user_version updated topics="sqlite" tid=1 file=db_sqlite.nim:481 userVersion=10
|
|
INF 2026-03-29 12:14:57.297+00:00 finished message store's sqlite database migration topics="waku archive migration" tid=1 file=migrations.nim:70
|
|
INF 2026-03-29 12:14:57.297+00:00 setting up sqlite waku archive driver tid=1 file=builder.nim:65
|
|
INF 2026-03-29 12:14:57.298+00:00 executing message retention policy topics="waku archive" tid=1 file=archive.nim:270 policy=time:172800
|
|
INF 2026-03-29 12:14:57.298+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:14:57.299+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:14:57.299+00:00 mounting waku store protocol topics="waku node store api" tid=1 file=store.nim:255
|
|
TRC 2026-03-29 12:14:57.299+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:14:57.299+00:00 mounting store client topics="waku node store api" tid=1 file=store.nim:274
|
|
INF 2026-03-29 12:14:57.299+00:00 mounting legacy store client topics="waku node store api" tid=1 file=store.nim:145
|
|
INF 2026-03-29 12:14:57.299+00:00 mounting auto sharding topics="waku node" tid=1 file=waku_node.nim:305 clusterId=3 shardCount=1
|
|
INF 2026-03-29 12:14:57.299+00:00 Shards created from content topics tid=1 file=node_factory.nim:333 contentTopics=[] shards=[]
|
|
INF 2026-03-29 12:14:57.299+00:00 Setting max message size tid=1 file=node_factory.nim:342 num_bytes=153600
|
|
INF 2026-03-29 12:14:57.299+00:00 mounting relay protocol topics="waku node relay api" tid=1 file=relay.nim:259
|
|
TRC 2026-03-29 12:14:57.299+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:14:57.299+00:00 relay mounted successfully topics="waku node relay api" tid=1 file=relay.nim:276
|
|
INF 2026-03-29 12:14:57.299+00:00 adding validator to signed shards tid=1 file=validator_signed.nim:56 protectedShards=[] clusterId=3
|
|
INF 2026-03-29 12:14:57.299+00:00 mounting rendezvous discovery protocol topics="waku node" tid=1 file=waku_node.nim:432
|
|
INF 2026-03-29 12:14:57.299+00:00 waku rendezvous initialized topics="waku node" tid=1 file=protocol.nim:206 clusterId=3 shards="[0]" capabilities="[Relay, Store]" wakuPeerRecord="(peerId: 16U*9CBNqR, seqNo: 1774786497, addresses: [/ip4/172.18.212.16/tcp/31029, /ip4/172.18.212.16/tcp/31030/ws], mixKey: )"
|
|
TRC 2026-03-29 12:14:57.299+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:14:57.299+00:00 mounting rendezvous client topics="waku node" tid=1 file=waku_node.nim:418
|
|
INF 2026-03-29 12:14:57.299+00:00 waku rendezvous client initialized topics="waku node" tid=1 file=client.nim:130 clusterId=3
|
|
INF 2026-03-29 12:14:57.299+00:00 mounting libp2p ping protocol topics="waku node ping api" tid=1 file=ping.nim:20
|
|
TRC 2026-03-29 12:14:57.299+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/ipfs/ping/1.0.0]"
|
|
INF 2026-03-29 12:14:57.299+00:00 mounting light push client topics="waku node lightpush api" tid=1 file=lightpush.nim:183
|
|
INF 2026-03-29 12:14:57.299+00:00 mounting legacy light push client topics="waku node lightpush api" tid=1 file=lightpush.nim:72
|
|
INF 2026-03-29 12:14:57.299+00:00 mounting filter client topics="waku node filter api" tid=1 file=filter.nim:81
|
|
TRC 2026-03-29 12:14:57.299+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:14:57.299+00:00 mounting waku peer exchange topics="waku node peerexchange api" tid=1 file=peer_exchange.nim:37
|
|
TRC 2026-03-29 12:14:57.299+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:14:57.299+00:00 mounting waku peer exchange client topics="waku node peerexchange api" tid=1 file=peer_exchange.nim:54
|
|
NTC 2026-03-29 12:14:57.299+00:00 REST service started tid=1 file=server.nim:182 address=0.0.0.0:31028
|
|
INF 2026-03-29 12:14:57.299+00:00 Starting REST HTTP server tid=1 file=builder.nim:113 url=http://0.0.0.0:31028/
|
|
INF 2026-03-29 12:14:57.300+00:00 No external callbacks to be set topics="wakunode waku" tid=1 file=waku.nim:127
|
|
TRC 2026-03-29 12:14:57.300+00:00 Send processor chain topics="send service" tid=1 file=send_service.nim:94 index=1 processor=BaseSendProcessor
|
|
INF 2026-03-29 12:14:57.300+00:00 Retrieve dynamic bootstrap nodes topics="wakunode waku" tid=1 file=waku.nim:367
|
|
INF 2026-03-29 12:14:57.300+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:14:57.300+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:14:57.300+00:00 starting relay protocol topics="waku node" tid=1 file=waku_node.nim:389
|
|
INF 2026-03-29 12:14:57.300+00:00 start topics="waku relay" tid=1 file=protocol.nim:519
|
|
TRC 2026-03-29 12:14:57.300+00:00 gossipsub start topics="libp2p gossipsub" tid=1 file=gossipsub.nim:1113
|
|
TRC 2026-03-29 12:14:57.300+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140334649000016
|
|
TRC 2026-03-29 12:14:57.300+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
TRC 2026-03-29 12:14:57.300+00:00 running scoring heartbeat topics="libp2p gossipsub" tid=1 file=scoring.nim:312 instance=140334649000016
|
|
TRC 2026-03-29 12:14:57.300+00:00 updating scores topics="libp2p gossipsub" tid=1 file=scoring.nim:144 peers=0
|
|
TRC 2026-03-29 12:14:57.300+00:00 updated scores topics="libp2p gossipsub" tid=1 file=scoring.nim:308 peers=0
|
|
INF 2026-03-29 12:14:57.300+00:00 relay started successfully topics="waku node" tid=1 file=waku_node.nim:410
|
|
INF 2026-03-29 12:14:57.300+00:00 waku rendezvous periodic registration started topics="waku rendezvous" tid=1 file=protocol.nim:127 interval=10s
|
|
INF 2026-03-29 12:14:57.300+00:00 waku rendezvous discovery started topics="waku rendezvous" tid=1 file=protocol.nim:227
|
|
INF 2026-03-29 12:14:57.300+00:00 waku rendezvous periodic requests started topics="waku rendezvous client" tid=1 file=client.nim:80 interval=10s
|
|
INF 2026-03-29 12:14:57.300+00:00 waku rendezvous client started topics="waku rendezvous client" tid=1 file=client.nim:136
|
|
DBG 2026-03-29 12:14:57.300+00:00 starting switch for peer topics="libp2p switch" tid=1 file=switch.nim:363 peerInfo="(peerId: 16Uiu2HAm1VuNdmKxZxhrtc9xz4ZcJtjVpKXzMCn52BDdHw9CBNqR, listenAddrs: [/ip4/0.0.0.0/tcp/31030/ws, /ip4/0.0.0.0/tcp/31029], 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:14:57.300+00:00 Starting TCP transport topics="libp2p tcptransport" tid=1 file=tcptransport.nim:116
|
|
TRC 2026-03-29 12:14:57.301+00:00 Listening on topics="libp2p tcptransport" tid=1 file=tcptransport.nim:140 address=/ip4/0.0.0.0/tcp/31029
|
|
TRC 2026-03-29 12:14:57.301+00:00 starting transport on addrs topics="libp2p transport" tid=1 file=transport.nim:49 address=@[/ip4/0.0.0.0/tcp/31029]
|
|
DBG 2026-03-29 12:14:57.301+00:00 About to accept incoming connection topics="libp2p switch" tid=1 file=switch.nim:272
|
|
TRC 2026-03-29 12:14:57.301+00:00 Starting WS transport topics="libp2p wstransport" tid=1 file=wstransport.nim:154
|
|
TRC 2026-03-29 12:14:57.301+00:00 starting transport on addrs topics="libp2p transport" tid=1 file=transport.nim:49 address=@[/ip4/0.0.0.0/tcp/31030/ws]
|
|
TRC 2026-03-29 12:14:57.301+00:00 Created HTTP Server topics="libp2p wstransport" tid=1 file=server.nim:262 host=0.0.0.0:31030
|
|
TRC 2026-03-29 12:14:57.301+00:00 Listening on topics="libp2p wstransport" tid=1 file=wstransport.nim:204 addresses="[/ip4/0.0.0.0/tcp/31030/ws]"
|
|
INF 2026-03-29 12:14:57.301+00:00 Setting up AutonatService topics="libp2p autonatservice" tid=1 file=service.nim:207
|
|
TRC 2026-03-29 12:14:57.301+00:00 Running AutonatService topics="libp2p autonatservice" tid=1 file=service.nim:231
|
|
TRC 2026-03-29 12:14:57.301+00:00 Asking peers for reachability topics="libp2p autonatservice" tid=1 file=service.nim:160
|
|
DBG 2026-03-29 12:14:57.301+00:00 About to accept incoming connection topics="libp2p switch" tid=1 file=switch.nim:272
|
|
TRC 2026-03-29 12:14:57.301+00:00 WsTransport accept topics="libp2p wstransport" tid=1 file=wstransport.nim:279
|
|
TRC 2026-03-29 12:14:57.301+00:00 Awaiting new request topics="websock http-server" tid=1 file=server.nim:194
|
|
TRC 2026-03-29 12:14:57.301+00:00 gossipsub start topics="libp2p gossipsub" tid=1 file=gossipsub.nim:1113
|
|
WRN 2026-03-29 12:14:57.301+00:00 Starting gossipsub twice topics="libp2p gossipsub" tid=1 file=gossipsub.nim:1116
|
|
WRN 2026-03-29 12:14:57.301+00:00 Starting rendezvous twice topics="waku rendezvous" tid=1 file=rendezvous.nim:626
|
|
DBG 2026-03-29 12:14:57.301+00:00 Started libp2p node topics="libp2p switch" tid=1 file=switch.nim:403 peer="(peerId: 16Uiu2HAm1VuNdmKxZxhrtc9xz4ZcJtjVpKXzMCn52BDdHw9CBNqR, listenAddrs: [/ip4/0.0.0.0/tcp/31029, /ip4/0.0.0.0/tcp/31030/ws], addrs: [/ip4/172.18.212.16/tcp/31029, /ip4/172.18.212.16/tcp/31030/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:14:57.301+00:00 PeerInfo topics="waku node" tid=1 file=waku_node.nim:478 peerId=16U*9CBNqR addrs="[/ip4/172.18.212.16/tcp/31029, /ip4/172.18.212.16/tcp/31030/ws]"
|
|
INF 2026-03-29 12:14:57.302+00:00 Listening on topics="waku node" tid=1 file=waku_node.nim:501 full=[/ip4/0.0.0.0/tcp/31029/p2p/16Uiu2HAm1VuNdmKxZxhrtc9xz4ZcJtjVpKXzMCn52BDdHw9CBNqR][/ip4/0.0.0.0/tcp/31030/ws/p2p/16Uiu2HAm1VuNdmKxZxhrtc9xz4ZcJtjVpKXzMCn52BDdHw9CBNqR] localIp=172.17.0.161 switchAddress="@[/ip4/172.18.212.16/tcp/31029, /ip4/172.18.212.16/tcp/31030/ws]"
|
|
INF 2026-03-29 12:14:57.302+00:00 Announcing addresses topics="waku node" tid=1 file=waku_node.nim:503 full=[/ip4/172.18.212.16/tcp/31029/p2p/16Uiu2HAm1VuNdmKxZxhrtc9xz4ZcJtjVpKXzMCn52BDdHw9CBNqR][/ip4/172.18.212.16/tcp/31030/ws/p2p/16Uiu2HAm1VuNdmKxZxhrtc9xz4ZcJtjVpKXzMCn52BDdHw9CBNqR]
|
|
INF 2026-03-29 12:14:57.302+00:00 DNS: discoverable ENR topics="waku node" tid=1 file=waku_node.nim:504 enr=enr:-LO4QLh4J3Nrwjq1SmQDV3IiIEC_5b5hQT6spoHA5vce0kAlLfgUjPyHA4v_gwZn9pnp8yaV-KqkuCLcF7vnYOGLVjQBgmlkgnY0gmlwhKwS1BCKbXVsdGlhZGRyc4wACgSsEtQQBnk23QOCcnOFAAMBAACJc2VjcDI1NmsxoQJaO5bXmXMffM9THYdTKG-9aUfM-XxdGfJDNXmECV_GrIN0Y3CCeTWDdWRwgnk3hXdha3UyAw
|
|
INF 2026-03-29 12:14:57.302+00:00 Node started successfully topics="waku node" tid=1 file=waku_node.nim:681
|
|
TRC 2026-03-29 12:14:57.302+00:00 Starting relay connectivity loop topics="waku node peer_manager" tid=1 file=peer_manager.nim:1069
|
|
TRC 2026-03-29 12:14:57.302+00:00 Starting prune peerstore loop topics="waku node peer_manager" tid=1 file=peer_manager.nim:1062
|
|
INF 2026-03-29 12:14:57.302+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:14:57.302+00:00 PeerInfo topics="waku node" tid=1 file=waku_node.nim:478 peerId=16U*9CBNqR addrs="[/ip4/172.18.212.16/tcp/31029, /ip4/172.18.212.16/tcp/31030/ws]"
|
|
INF 2026-03-29 12:14:57.302+00:00 Listening on topics="waku node" tid=1 file=waku_node.nim:501 full=[/ip4/0.0.0.0/tcp/31029/p2p/16Uiu2HAm1VuNdmKxZxhrtc9xz4ZcJtjVpKXzMCn52BDdHw9CBNqR][/ip4/0.0.0.0/tcp/31030/ws/p2p/16Uiu2HAm1VuNdmKxZxhrtc9xz4ZcJtjVpKXzMCn52BDdHw9CBNqR] localIp=172.17.0.161 switchAddress="@[/ip4/172.18.212.16/tcp/31029, /ip4/172.18.212.16/tcp/31030/ws]"
|
|
INF 2026-03-29 12:14:57.302+00:00 Announcing addresses topics="waku node" tid=1 file=waku_node.nim:503 full=[/ip4/172.18.212.16/tcp/31029/p2p/16Uiu2HAm1VuNdmKxZxhrtc9xz4ZcJtjVpKXzMCn52BDdHw9CBNqR][/ip4/172.18.212.16/tcp/31030/ws/p2p/16Uiu2HAm1VuNdmKxZxhrtc9xz4ZcJtjVpKXzMCn52BDdHw9CBNqR]
|
|
INF 2026-03-29 12:14:57.302+00:00 DNS: discoverable ENR topics="waku node" tid=1 file=waku_node.nim:504 enr=enr:-LO4QLh4J3Nrwjq1SmQDV3IiIEC_5b5hQT6spoHA5vce0kAlLfgUjPyHA4v_gwZn9pnp8yaV-KqkuCLcF7vnYOGLVjQBgmlkgnY0gmlwhKwS1BCKbXVsdGlhZGRyc4wACgSsEtQQBnk23QOCcnOFAAMBAACJc2VjcDI1NmsxoQJaO5bXmXMffM9THYdTKG-9aUfM-XxdGfJDNXmECV_GrIN0Y3CCeTWDdWRwgnk3hXdha3UyAw
|
|
INF 2026-03-29 12:14:57.302+00:00 Waku node ENR updated successfully with new multiaddress topics="wakunode waku" tid=1 file=waku.nim:301 enr=enr:-L24QN3QOVUHRPPFzW-Ghpzn9QmlIJHWFDKQHc-q3jrmuc8kNXM28u68mStkWESjSyP99tzFmHGVnVmz-zmzHuc5EWgCgmlkgnY0gmlwhKwS1BCKbXVsdGlhZGRyc5YACASsEtQQBnk1AAoErBLUEAZ5Nt0DgnJzhQADAQAAiXNlY3AyNTZrMaECWjuW15lzH3zPUx2HUyhvvWlHzPl8XRnyQzV5hAlfxqyDdGNwgnk1g3VkcIJ5N4V3YWt1MgM record="(2, id: \"v4\", ip: 172.18.212.16, multiaddrs: 0x000804AC12D410067935000A04AC12D410067936DD03, rs: 0x0003010000, secp256k1: 0x025A3B96D799731F7CCF531D8753286FBD6947CCF97C5D19F243357984095FC6AC, tcp: 31029, udp: 31031, waku2: 0x03)"
|
|
INF 2026-03-29 12:14:57.302+00:00 peer filtering updated topics="waku discv5" tid=1 file=waku_discv5.nim:70
|
|
INF 2026-03-29 12:14:57.302+00:00 Starting discovery v5 service topics="waku discv5" tid=1 file=waku_discv5.nim:336
|
|
INF 2026-03-29 12:14:57.302+00:00 start listening on udp port topics="waku discv5" tid=1 file=waku_discv5.nim:338 address=0.0.0.0 port=31031
|
|
TRC 2026-03-29 12:14:57.302+00:00 start discv5 service topics="waku discv5" tid=1 file=waku_discv5.nim:346
|
|
INF 2026-03-29 12:14:57.303+00:00 Starting discovery v5 search topics="waku discv5" tid=1 file=waku_discv5.nim:258
|
|
TRC 2026-03-29 12:14:57.303+00:00 running discv5 discovery loop topics="waku discv5" tid=1 file=waku_discv5.nim:261
|
|
TRC 2026-03-29 12:14:57.303+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:14:57.303+00:00 discv5 discarded wrong records topics="waku discv5" tid=1 file=waku_discv5.nim:281 wrong_records=[]
|
|
INF 2026-03-29 12:14:57.303+00:00 Successfully started discovery v5 service topics="waku discv5" tid=1 file=waku_discv5.nim:352
|
|
INF 2026-03-29 12:14:57.303+00:00 Discv5: discoverable ENR topics="waku discv5" tid=1 file=waku_discv5.nim:353 enrUri=enr:-L24QCaDuT5LdMf4riboQSfIk_MbJrNushGgvHbn2fp-lpZ4U3NqjMtySBlK_tZ0rSBn2qcV7VgJmpVIoUHG6PrWn_0DgmlkgnY0gmlwhKwS1BCKbXVsdGlhZGRyc5YACASsEtQQBnk1AAoErBLUEAZ5Nt0DgnJzhQADAQAAiXNlY3AyNTZrMaECWjuW15lzH3zPUx2HUyhvvWlHzPl8XRnyQzV5hAlfxqyDdGNwgnk1g3VkcIJ5N4V3YWt1MgM enr="(3, id: \"v4\", ip: 172.18.212.16, multiaddrs: 0x000804AC12D410067935000A04AC12D410067936DD03, rs: 0x0003010000, secp256k1: 0x025A3B96D799731F7CCF531D8753286FBD6947CCF97C5D19F243357984095FC6AC, tcp: 31029, udp: 31031, waku2: 0x03)"
|
|
INF 2026-03-29 12:14:57.303+00:00 subscribe topics="waku relay" tid=1 file=protocol.nim:594 pubsubTopic=/waku/2/rs/3/0
|
|
TRC 2026-03-29 12:14:57.303+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:14:57.303+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:14:57.303+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:14:57.303+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:14:57.303+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:14:57.303+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:14:57.303+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:14:57.303+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:14:57.303+00:00 Health monitor loop start tid=1 file=node_health_monitor.nim:516
|
|
DBG 2026-03-29 12:14:57.304+00:00 calculateConnectionState tid=1 file=node_health_monitor.nim:408 relayCount=0 storeClientCount=0 lightpushCount=0 filterCount=0
|
|
INF 2026-03-29 12:14:57.304+00:00 starting keepalive tid=1 file=node_health_monitor.nim:678 randomPeersKeepalive=10s allPeersKeepalive=2m
|
|
TRC 2026-03-29 12:14:57.304+00:00 Running keepalive loop tid=1 file=node_health_monitor.nim:593
|
|
INF 2026-03-29 12:14:57.304+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:14:57.305+00:00 REST services are installed tid=1 file=builder.nim:221
|
|
INF 2026-03-29 12:14:57.305+00:00 Starting metrics HTTP server topics="waku node metrics" tid=1 file=waku_metrics.nim:63 serverIp=0.0.0.0 serverPort=31032
|
|
INF 2026-03-29 12:14:57.305+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:14:57.306+00:00 Metrics HTTP server started topics="waku node metrics" tid=1 file=waku_metrics.nim:73 serverIp=0.0.0.0 serverPort=31032
|
|
INF 2026-03-29 12:14:57.306+00:00 Setting up shutdown hooks topics="wakunode main" tid=1 file=wakunode2.nim:63
|
|
INF 2026-03-29 12:14:57.306+00:00 Node setup complete topics="wakunode main" tid=1 file=wakunode2.nim:102
|
|
TRC 2026-03-29 12:14:57.316+00:00 Got IPs from DNS server topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:155 resolvedAddresses={"1.1.1.1", "1.0.0.1", "2606:4700:4700:0000:0000:0000:0000:1001", "2606:4700:4700:0000:0000:0000:0000:1111"} server=1.1.1.1:53
|
|
TRC 2026-03-29 12:14:58.302+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140334649000016
|
|
TRC 2026-03-29 12:14:58.302+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:14:58.302+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:14:58.302+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:14:58.302+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:14:58.302+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
DBG 2026-03-29 12:14:58.306+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:59086 meth=GET uri=/health
|
|
DBG 2026-03-29 12:14:58.307+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:59086 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:14:58.307+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:59086 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:14:58.410+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:59090 meth=GET uri=/health
|
|
DBG 2026-03-29 12:14:58.410+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:59090 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:14:58.410+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:59090 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:14:58.513+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:59096 meth=GET uri=/health
|
|
DBG 2026-03-29 12:14:58.513+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:59096 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:14:58.513+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:59096 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:14:58.616+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:59104 meth=GET uri=/health
|
|
DBG 2026-03-29 12:14:58.616+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:59104 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:14:58.616+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:59104 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:14:58.720+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:59108 meth=GET uri=/health
|
|
DBG 2026-03-29 12:14:58.720+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:59108 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:14:58.720+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:59108 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:14:58.823+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:59116 meth=GET uri=/health
|
|
DBG 2026-03-29 12:14:58.823+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:59116 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:14:58.823+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:59116 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:14:58.926+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:59122 meth=GET uri=/health
|
|
DBG 2026-03-29 12:14:58.926+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:59122 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:14:58.926+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:59122 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:14:59.029+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:59136 meth=GET uri=/health
|
|
DBG 2026-03-29 12:14:59.029+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:59136 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:14:59.029+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:59136 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:14:59.133+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:59138 meth=GET uri=/health
|
|
DBG 2026-03-29 12:14:59.133+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:59138 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:14:59.133+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:59138 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:14:59.236+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:59152 meth=GET uri=/health
|
|
DBG 2026-03-29 12:14:59.236+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:59152 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:14:59.237+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:59152 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 12:14:59.300+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140334649000016
|
|
TRC 2026-03-29 12:14:59.300+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:14:59.300+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:14:59.300+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:14:59.300+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:14:59.300+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
DBG 2026-03-29 12:14:59.339+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:59162 meth=GET uri=/health
|
|
DBG 2026-03-29 12:14:59.339+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:59162 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:14:59.340+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:59162 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:14:59.442+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:59170 meth=GET uri=/health
|
|
DBG 2026-03-29 12:14:59.442+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:59170 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:14:59.443+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:59170 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:14:59.545+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:59178 meth=GET uri=/health
|
|
DBG 2026-03-29 12:14:59.545+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:59178 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:14:59.545+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:59178 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:14:59.648+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:59186 meth=GET uri=/health
|
|
DBG 2026-03-29 12:14:59.648+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:59186 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:14:59.648+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:59186 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:14:59.751+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:59202 meth=GET uri=/health
|
|
DBG 2026-03-29 12:14:59.751+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:59202 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:14:59.751+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:59202 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:14:59.854+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:59214 meth=GET uri=/health
|
|
DBG 2026-03-29 12:14:59.854+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:59214 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:14:59.854+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:59214 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:14:59.956+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:59228 meth=GET uri=/health
|
|
DBG 2026-03-29 12:14:59.957+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:59228 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:14:59.957+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:59228 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:00.060+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:59238 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:00.060+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:59238 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:00.060+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:59238 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:00.163+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:59252 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:00.163+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:59252 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:00.163+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:59252 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:00.266+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:59254 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:00.266+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:59254 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:00.266+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:59254 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 12:15:00.301+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140334649000016
|
|
TRC 2026-03-29 12:15:00.301+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:15:00.301+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:15:00.301+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:15:00.301+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:15:00.301+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
DBG 2026-03-29 12:15:00.369+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:59262 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:00.369+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:59262 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:00.369+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:59262 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:00.472+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:59274 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:00.472+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:59274 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:00.473+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:59274 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:00.575+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:59288 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:00.576+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:59288 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:00.576+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:59288 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:00.679+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:59298 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:00.679+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:59298 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:00.679+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:59298 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:00.782+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:59302 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:00.782+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:59302 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:00.782+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:59302 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:00.885+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:59306 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:00.885+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:59306 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:00.886+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:59306 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:00.989+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:59322 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:00.989+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:59322 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:00.989+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:59322 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:01.092+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:59326 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:01.092+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:59326 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:01.092+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:59326 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:01.195+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:59334 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:01.195+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:59334 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:01.196+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:59334 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:01.299+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:59342 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:01.299+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:59342 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:01.299+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:59342 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 12:15:01.301+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140334649000016
|
|
TRC 2026-03-29 12:15:01.301+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:15:01.301+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:15:01.301+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:15:01.301+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:15:01.301+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
DBG 2026-03-29 12:15:01.403+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:59350 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:01.403+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:59350 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:01.403+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:59350 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:01.506+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:59358 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:01.506+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:59358 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:01.506+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:59358 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:01.609+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:59368 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:01.609+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:59368 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:01.609+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:59368 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:01.713+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:59376 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:01.713+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:59376 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:01.713+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:59376 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:01.815+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:59390 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:01.815+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:59390 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:01.816+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:59390 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:01.918+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:59404 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:01.919+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:59404 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:01.919+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:59404 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:02.021+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:59406 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:02.022+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:59406 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:02.022+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:59406 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:02.125+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:59408 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:02.125+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:59408 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:02.125+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:59408 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:02.230+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:59418 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:02.230+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:59418 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:02.230+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:59418 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 12:15:02.301+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140334649000016
|
|
TRC 2026-03-29 12:15:02.301+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:15:02.301+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:15:02.301+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:15:02.301+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:15:02.301+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
TRC 2026-03-29 12:15:02.303+00:00 running discv5 discovery loop topics="waku discv5" tid=1 file=waku_discv5.nim:261
|
|
TRC 2026-03-29 12:15:02.303+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:15:02.303+00:00 discv5 discarded wrong records topics="waku discv5" tid=1 file=waku_discv5.nim:281 wrong_records=[]
|
|
TRC 2026-03-29 12:15:02.317+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:15:02.334+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:59426 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:02.334+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:59426 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:02.334+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:59426 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:02.438+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:59436 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:02.438+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:59436 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:02.438+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:59436 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:02.541+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:59446 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:02.541+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:59446 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:02.542+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:59446 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:02.644+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:59454 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:02.645+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:59454 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:02.645+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:59454 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:02.748+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:59460 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:02.748+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:59460 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:02.749+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:59460 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:02.851+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:59468 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:02.851+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:59468 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:02.851+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:59468 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:02.955+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:59480 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:02.955+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:59480 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:02.955+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:59480 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:03.058+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:59488 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:03.058+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:59488 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:03.059+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:59488 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:03.161+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:59502 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:03.162+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:59502 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:03.162+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:59502 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:03.264+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:59514 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:03.265+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:59514 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:03.265+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:59514 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 12:15:03.300+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140334649000016
|
|
TRC 2026-03-29 12:15:03.300+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:15:03.300+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:15:03.300+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:15:03.300+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:15:03.300+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
DBG 2026-03-29 12:15:03.368+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:59528 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:03.368+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:59528 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:03.368+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:59528 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:03.471+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:59532 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:03.472+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:59532 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:03.472+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:59532 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:03.575+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:59542 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:03.575+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:59542 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:03.575+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:59542 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:03.678+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:59548 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:03.678+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:59548 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:03.678+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:59548 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:03.781+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:59556 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:03.781+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:59556 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:03.781+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:59556 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:03.884+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:59570 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:03.884+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:59570 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:03.885+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:59570 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:03.987+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:59580 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:03.987+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:59580 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:03.988+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:59580 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:04.091+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:59592 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:04.091+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:59592 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:04.091+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:59592 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:04.194+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:59596 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:04.194+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:59596 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:04.194+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:59596 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:04.297+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:59598 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:04.297+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:59598 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:04.298+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:59598 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 12:15:04.300+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140334649000016
|
|
TRC 2026-03-29 12:15:04.300+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:15:04.300+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:15:04.300+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:15:04.300+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:15:04.300+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
DBG 2026-03-29 12:15:04.401+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:59612 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:04.401+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:59612 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:04.401+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:59612 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:04.504+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:59626 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:04.504+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:59626 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:04.504+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:59626 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:04.607+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:59632 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:04.607+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:59632 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:04.608+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:59632 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:04.710+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:59642 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:04.710+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:59642 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:04.711+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:59642 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:04.813+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:59644 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:04.813+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:59644 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:04.814+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:59644 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:04.917+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:59656 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:04.917+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:59656 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:04.917+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:59656 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:05.020+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:59672 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:05.020+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:59672 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:05.020+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:59672 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:05.123+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:59680 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:05.123+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:59680 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:05.123+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:59680 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:05.226+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:59686 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:05.226+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:59686 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:05.227+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:59686 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 12:15:05.300+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140334649000016
|
|
TRC 2026-03-29 12:15:05.300+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:15:05.300+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:15:05.300+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:15:05.300+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:15:05.300+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
DBG 2026-03-29 12:15:05.330+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:59690 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:05.330+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:59690 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:05.330+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:59690 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:05.433+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:59704 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:05.433+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:59704 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:05.433+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:59704 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:05.536+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:59718 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:05.536+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:59718 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:05.537+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:59718 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:05.639+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:59722 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:05.639+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:59722 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:05.640+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:59722 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:05.742+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:59728 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:05.742+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:59728 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:05.743+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:59728 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:05.845+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:59742 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:05.846+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:59742 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:05.846+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:59742 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:05.949+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:59756 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:05.949+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:59756 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:05.949+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:59756 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:06.052+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:49274 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:06.052+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:49274 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:06.052+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:49274 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:06.155+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:49288 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:06.155+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:49288 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:06.156+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:49288 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:06.259+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:49296 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:06.259+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:49296 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:06.259+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:49296 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 12:15:06.300+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140334649000016
|
|
TRC 2026-03-29 12:15:06.300+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:15:06.300+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:15:06.300+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:15:06.300+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:15:06.300+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
DBG 2026-03-29 12:15:06.362+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:49300 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:06.362+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:49300 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:06.362+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:49300 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:06.465+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:49312 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:06.465+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:49312 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:06.465+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:49312 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:06.569+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:49314 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:06.569+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:49314 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:06.570+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:49314 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:06.673+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:49320 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:06.673+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:49320 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:06.673+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:49320 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:06.776+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:49324 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:06.776+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:49324 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:06.776+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:49324 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:06.880+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:49328 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:06.880+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:49328 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:06.880+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:49328 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:06.983+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:49332 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:06.983+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:49332 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:06.983+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:49332 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:07.086+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:49346 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:07.086+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:49346 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:07.086+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:49346 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:07.189+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:49350 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:07.189+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:49350 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:07.189+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:49350 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:07.292+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:49366 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:07.292+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:49366 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:07.292+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:49366 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 12:15:07.300+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140334649000016
|
|
TRC 2026-03-29 12:15:07.300+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:15:07.300+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:15:07.300+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:15:07.300+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:15:07.300+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
TRC 2026-03-29 12:15:07.300+00:00 waku rendezvous advertisements started topics="waku rendezvous" tid=1 file=protocol.nim:112
|
|
TRC 2026-03-29 12:15:07.300+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=140334648886288
|
|
TRC 2026-03-29 12:15:07.300+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:15:07.300+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:15:07.300+00:00 waku rendezvous client requests started topics="waku rendezvous client" tid=1 file=client.nim:43
|
|
TRC 2026-03-29 12:15:07.300+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=140334648886288
|
|
TRC 2026-03-29 12:15:07.300+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:15:07.300+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:15:07.303+00:00 running discv5 discovery loop topics="waku discv5" tid=1 file=waku_discv5.nim:261
|
|
TRC 2026-03-29 12:15:07.303+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:15:07.303+00:00 discv5 discarded wrong records topics="waku discv5" tid=1 file=waku_discv5.nim:281 wrong_records=[]
|
|
TRC 2026-03-29 12:15:07.305+00:00 Mesh peers for keepalive tid=1 file=node_health_monitor.nim:558 meshPeers=[]
|
|
TRC 2026-03-29 12:15:07.305+00:00 Selected peers for keepalive tid=1 file=node_health_monitor.nim:569 selected=[]
|
|
TRC 2026-03-29 12:15:07.305+00:00 Pinging random peers tid=1 file=node_health_monitor.nim:629 count=0 countdownToPingAll=11
|
|
TRC 2026-03-29 12:15:07.305+00:00 Keepalive results tid=1 file=node_health_monitor.nim:644 attemptedPings=0 successfulPings=0
|
|
TRC 2026-03-29 12:15:07.305+00:00 Running keepalive loop tid=1 file=node_health_monitor.nim:593
|
|
INF 2026-03-29 12:15:07.333+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!"
|
|
TRC 2026-03-29 12:15:07.343+00:00 Got IPs from DNS server topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:155 resolvedAddresses={"1.0.0.1", "1.1.1.1", "2606:4700:4700:0000:0000:0000:0000:1001", "2606:4700:4700:0000:0000:0000:0000:1111"} server=1.0.0.1:53
|
|
DBG 2026-03-29 12:15:07.395+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:49368 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:07.395+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:49368 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:07.395+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:49368 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:07.498+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:49374 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:07.498+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:49374 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:07.499+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:49374 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:07.601+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:49380 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:07.601+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:49380 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:07.601+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:49380 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:07.704+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:49384 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:07.704+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:49384 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:07.704+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:49384 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:07.807+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:49390 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:07.807+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:49390 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:07.808+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:49390 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:07.911+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:49406 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:07.911+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:49406 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:07.911+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:49406 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:08.014+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:49416 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:08.014+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:49416 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:08.014+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:49416 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:08.117+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:49420 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:08.117+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:49420 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:08.117+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:49420 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:08.220+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:49432 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:08.220+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:49432 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:08.221+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:49432 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 12:15:08.300+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140334649000016
|
|
TRC 2026-03-29 12:15:08.300+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:15:08.300+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:15:08.300+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:15:08.300+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:15:08.300+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
DBG 2026-03-29 12:15:08.323+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:49438 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:08.323+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:49438 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:08.324+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:49438 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:08.426+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:49446 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:08.426+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:49446 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:08.427+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:49446 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:08.529+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:49458 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:08.529+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:49458 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:08.530+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:49458 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:08.632+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:49462 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:08.632+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:49462 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:08.633+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:49462 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:08.735+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:49476 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:08.735+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:49476 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:08.736+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:49476 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:08.839+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:49484 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:08.839+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:49484 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:08.839+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:49484 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:08.942+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:49488 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:08.942+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:49488 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:08.942+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:49488 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:09.045+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:49504 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:09.045+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:49504 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:09.046+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:49504 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:09.148+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:49516 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:09.148+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:49516 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:09.149+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:49516 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:09.251+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:49532 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:09.251+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:49532 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:09.252+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:49532 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 12:15:09.300+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140334649000016
|
|
TRC 2026-03-29 12:15:09.300+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:15:09.300+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:15:09.300+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:15:09.300+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:15:09.300+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
TRC 2026-03-29 12:15:09.300+00:00 running scoring heartbeat topics="libp2p gossipsub" tid=1 file=scoring.nim:312 instance=140334649000016
|
|
TRC 2026-03-29 12:15:09.300+00:00 updating scores topics="libp2p gossipsub" tid=1 file=scoring.nim:144 peers=0
|
|
TRC 2026-03-29 12:15:09.300+00:00 updated scores topics="libp2p gossipsub" tid=1 file=scoring.nim:308 peers=0
|
|
DBG 2026-03-29 12:15:09.354+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:49534 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:09.354+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:49534 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:09.355+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:49534 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:09.460+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:49550 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:09.460+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:49550 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:09.460+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:49550 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:09.563+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:49558 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:09.563+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:49558 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:09.564+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:49558 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:09.667+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:49572 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:09.667+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:49572 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:09.667+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:49572 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:09.770+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:49576 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:09.770+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:49576 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:09.771+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:49576 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:09.873+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:49588 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:09.873+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:49588 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:09.874+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:49588 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:09.976+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:49592 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:09.976+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:49592 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:09.976+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:49592 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:10.079+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:49602 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:10.079+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:49602 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:10.079+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:49602 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:10.182+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:49616 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:10.182+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:49616 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:10.182+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:49616 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:10.285+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:49626 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:10.285+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:49626 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:10.285+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:49626 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 12:15:10.301+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140334649000016
|
|
TRC 2026-03-29 12:15:10.301+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:15:10.301+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:15:10.301+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:15:10.301+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:15:10.301+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
DBG 2026-03-29 12:15:10.388+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:49634 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:10.388+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:49634 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:10.388+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:49634 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:10.491+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:49650 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:10.491+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:49650 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:10.491+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:49650 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:10.594+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:49658 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:10.594+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:49658 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:10.594+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:49658 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:10.697+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:49664 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:10.697+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:49664 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:10.697+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:49664 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:10.800+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:49668 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:10.800+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:49668 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:10.800+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:49668 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:10.903+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:49678 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:10.903+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:49678 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:10.903+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:49678 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:11.007+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:49688 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:11.007+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:49688 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:11.007+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:49688 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:11.110+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:49690 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:11.110+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:49690 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:11.110+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:49690 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:11.213+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:49696 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:11.213+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:49696 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:11.213+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:49696 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 12:15:11.301+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140334649000016
|
|
TRC 2026-03-29 12:15:11.301+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:15:11.301+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:15:11.301+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:15:11.301+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:15:11.301+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
DBG 2026-03-29 12:15:11.316+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:49706 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:11.316+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:49706 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:11.316+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:49706 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:11.419+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:49722 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:11.419+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:49722 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:11.420+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:49722 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:11.522+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:49736 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:11.522+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:49736 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:11.523+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:49736 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:11.625+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:49752 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:11.625+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:49752 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:11.625+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:49752 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:11.728+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:49758 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:11.728+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:49758 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:11.728+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:49758 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:11.831+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:49762 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:11.832+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:49762 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:11.832+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:49762 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:11.934+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:49768 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:11.934+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:49768 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:11.935+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:49768 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:12.037+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:49770 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:12.037+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:49770 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:12.038+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:49770 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:12.140+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:49786 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:12.140+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:49786 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:12.141+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:49786 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:12.243+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:49794 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:12.243+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:49794 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:12.244+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:49794 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 12:15:12.300+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140334649000016
|
|
TRC 2026-03-29 12:15:12.300+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:15:12.300+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:15:12.300+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:15:12.300+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:15:12.300+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
TRC 2026-03-29 12:15:12.305+00:00 running discv5 discovery loop topics="waku discv5" tid=1 file=waku_discv5.nim:261
|
|
TRC 2026-03-29 12:15:12.305+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:15:12.305+00:00 discv5 discarded wrong records topics="waku discv5" tid=1 file=waku_discv5.nim:281 wrong_records=[]
|
|
TRC 2026-03-29 12:15:12.344+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:15:12.346+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:49806 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:12.346+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:49806 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:12.346+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:49806 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 12:15:12.354+00:00 Got IPs from DNS server topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:155 resolvedAddresses={"1.1.1.1", "1.0.0.1", "2606:4700:4700:0000:0000:0000:0000:1111", "2606:4700:4700:0000:0000:0000:0000:1001"} server=1.1.1.1:53
|
|
DBG 2026-03-29 12:15:12.449+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:49816 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:12.449+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:49816 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:12.449+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:49816 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:12.553+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:49826 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:12.553+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:49826 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:12.554+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:49826 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:12.657+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:49828 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:12.658+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:49828 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:12.658+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:49828 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:12.761+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:49830 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:12.761+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:49830 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:12.761+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:49830 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:12.866+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:49842 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:12.866+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:49842 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:12.867+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:49842 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:12.969+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:49850 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:12.969+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:49850 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:12.970+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:49850 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:13.072+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:49852 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:13.072+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:49852 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:13.072+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:49852 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:13.175+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:49860 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:13.175+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:49860 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:13.175+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:49860 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:13.278+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:49864 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:13.278+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:49864 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:13.279+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:49864 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 12:15:13.300+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140334649000016
|
|
TRC 2026-03-29 12:15:13.300+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:15:13.300+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:15:13.300+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:15:13.300+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:15:13.300+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
DBG 2026-03-29 12:15:13.381+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:49866 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:13.381+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:49866 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:13.381+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:49866 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:13.485+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:49870 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:13.485+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:49870 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:13.485+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:49870 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:13.588+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:49874 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:13.588+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:49874 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:13.589+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:49874 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:13.692+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:49876 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:13.692+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:49876 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:13.692+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:49876 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:13.795+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:49878 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:13.795+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:49878 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:13.795+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:49878 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:13.898+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:49890 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:13.898+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:49890 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:13.898+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:49890 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:14.001+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:49896 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:14.001+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:49896 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:14.002+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:49896 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:14.104+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:49898 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:14.104+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:49898 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:14.105+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:49898 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:14.207+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:49910 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:14.208+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:49910 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:14.208+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:49910 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 12:15:14.301+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140334649000016
|
|
TRC 2026-03-29 12:15:14.301+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:15:14.301+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:15:14.301+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:15:14.301+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:15:14.301+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
DBG 2026-03-29 12:15:14.310+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:49922 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:14.310+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:49922 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:14.311+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:49922 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:14.414+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:49924 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:14.414+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:49924 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:14.414+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:49924 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:14.518+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:49936 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:14.518+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:49936 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:14.519+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:49936 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:14.622+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:49942 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:14.622+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:49942 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:14.622+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:49942 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:14.725+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:49954 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:14.725+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:49954 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:14.725+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:49954 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:14.828+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:49966 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:14.828+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:49966 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:14.828+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:49966 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:14.931+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:49980 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:14.931+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:49980 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:14.931+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:49980 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:15.034+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:49994 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:15.034+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:49994 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:15.034+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:49994 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:15.137+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:50008 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:15.137+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:50008 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:15.137+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:50008 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:15.241+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:50024 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:15.241+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:50024 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:15.241+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:50024 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 12:15:15.301+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140334649000016
|
|
TRC 2026-03-29 12:15:15.301+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:15:15.301+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:15:15.301+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:15:15.301+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:15:15.301+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
DBG 2026-03-29 12:15:15.344+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:50032 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:15.344+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:50032 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:15.344+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:50032 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:15.447+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:50038 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:15.447+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:50038 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:15.447+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:50038 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:15.549+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:50048 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:15.549+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:50048 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:15.550+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:50048 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:15.654+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:50054 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:15.654+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:50054 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:15.654+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:50054 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:15.757+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:50060 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:15.757+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:50060 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:15.757+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:50060 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:15.860+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:50066 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:15.860+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:50066 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:15.860+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:50066 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:15.963+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:45400 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:15.963+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:45400 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:15.963+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:45400 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:16.067+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:45412 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:16.067+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:45412 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:16.067+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:45412 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:16.170+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:45428 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:16.170+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:45428 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:16.170+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:45428 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:16.273+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:45432 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:16.273+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:45432 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:16.273+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:45432 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 12:15:16.301+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140334649000016
|
|
TRC 2026-03-29 12:15:16.301+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:15:16.301+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:15:16.301+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:15:16.301+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:15:16.301+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
DBG 2026-03-29 12:15:16.376+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:45448 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:16.376+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:45448 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:16.376+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:45448 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:16.479+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:45456 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:16.479+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:45456 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:16.479+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:45456 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:16.582+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:45460 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:16.582+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:45460 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:16.582+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:45460 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:16.685+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:45462 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:16.685+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:45462 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:16.685+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:45462 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:16.788+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:45474 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:16.788+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:45474 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:16.788+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:45474 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:16.891+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:45488 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:16.892+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:45488 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:16.892+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:45488 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:16.995+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:45504 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:16.995+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:45504 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:16.996+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:45504 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:17.098+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:45518 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:17.098+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:45518 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:17.098+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:45518 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:17.201+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:45532 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:17.201+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:45532 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:17.201+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:45532 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 12:15:17.301+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140334649000016
|
|
TRC 2026-03-29 12:15:17.301+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:15:17.301+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:15:17.301+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:15:17.301+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:15:17.301+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
TRC 2026-03-29 12:15:17.301+00:00 waku rendezvous advertisements started topics="waku rendezvous" tid=1 file=protocol.nim:112
|
|
TRC 2026-03-29 12:15:17.301+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=140334648886288
|
|
TRC 2026-03-29 12:15:17.301+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:15:17.301+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:15:17.301+00:00 waku rendezvous client requests started topics="waku rendezvous client" tid=1 file=client.nim:43
|
|
TRC 2026-03-29 12:15:17.301+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=140334648886288
|
|
TRC 2026-03-29 12:15:17.301+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:15:17.301+00:00 waku rendezvous requests failed topics="waku rendezvous client" tid=1 file=client.nim:87 error="could not get a peer supporting WakuRendezVousCodec"
|
|
DBG 2026-03-29 12:15:17.304+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:45534 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:17.304+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:45534 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:17.304+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:45534 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 12:15:17.305+00:00 running discv5 discovery loop topics="waku discv5" tid=1 file=waku_discv5.nim:261
|
|
TRC 2026-03-29 12:15:17.305+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:15:17.305+00:00 discv5 discarded wrong records topics="waku discv5" tid=1 file=waku_discv5.nim:281 wrong_records=[]
|
|
TRC 2026-03-29 12:15:17.305+00:00 Mesh peers for keepalive tid=1 file=node_health_monitor.nim:558 meshPeers=[]
|
|
TRC 2026-03-29 12:15:17.305+00:00 Selected peers for keepalive tid=1 file=node_health_monitor.nim:569 selected=[]
|
|
TRC 2026-03-29 12:15:17.305+00:00 Pinging random peers tid=1 file=node_health_monitor.nim:629 count=0 countdownToPingAll=10
|
|
TRC 2026-03-29 12:15:17.305+00:00 Keepalive results tid=1 file=node_health_monitor.nim:644 attemptedPings=0 successfulPings=0
|
|
TRC 2026-03-29 12:15:17.305+00:00 Running keepalive loop tid=1 file=node_health_monitor.nim:593
|
|
TRC 2026-03-29 12:15:17.355+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:15:17.408+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:45546 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:17.408+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:45546 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:17.408+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:45546 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:17.511+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:45558 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:17.511+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:45558 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:17.512+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:45558 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:17.614+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:45568 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:17.614+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:45568 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:17.615+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:45568 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:17.717+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:45576 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:17.717+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:45576 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:17.717+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:45576 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:17.820+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:45580 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:17.820+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:45580 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:17.820+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:45580 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:17.923+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:45592 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:17.923+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:45592 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:17.923+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:45592 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:18.026+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:45598 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:18.026+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:45598 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:18.026+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:45598 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:18.129+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:45612 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:18.129+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:45612 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:18.129+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:45612 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:18.233+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:45624 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:18.233+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:45624 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:18.233+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:45624 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 12:15:18.301+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140334649000016
|
|
TRC 2026-03-29 12:15:18.301+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:15:18.301+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:15:18.301+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:15:18.301+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:15:18.301+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
DBG 2026-03-29 12:15:18.335+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:45638 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:18.335+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:45638 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:18.336+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:45638 uri=/health content_type=application/json content_size=821
|
|
NTC 2026-03-29 12:15:18.442+00:00 Shutting down after receiving SIGTERM topics="wakunode main" tid=1 file=wakunode2.nim:82
|
|
INF 2026-03-29 12:15:18.442+00:00 Stopping discovery v5 service topics="waku discv5" tid=1 file=waku_discv5.nim:362
|
|
TRC 2026-03-29 12:15:18.442+00:00 Stop listening on discv5 port topics="waku discv5" tid=1 file=waku_discv5.nim:365
|
|
INF 2026-03-29 12:15:18.442+00:00 Successfully stopped discovery v5 service topics="waku discv5" tid=1 file=waku_discv5.nim:368
|
|
TRC 2026-03-29 12:15:18.442+00:00 Stopping switch topics="libp2p switch" tid=1 file=switch.nim:328
|
|
INF 2026-03-29 12:15:18.443+00:00 Stopping AutonatService topics="libp2p autonatservice" tid=1 file=service.nim:237
|
|
TRC 2026-03-29 12:15:18.443+00:00 Closing ConnManager topics="libp2p connmanager" tid=1 file=connmanager.nim:434
|
|
TRC 2026-03-29 12:15:18.443+00:00 Closed ConnManager topics="libp2p connmanager" tid=1 file=connmanager.nim:448
|
|
TRC 2026-03-29 12:15:18.443+00:00 Stopping TCP transport topics="libp2p tcptransport" tid=1 file=tcptransport.nim:159
|
|
TRC 2026-03-29 12:15:18.443+00:00 stopping transport topics="libp2p transport" tid=1 file=transport.nim:59 address=@[/ip4/0.0.0.0/tcp/31029]
|
|
TRC 2026-03-29 12:15:18.443+00:00 Transport stopped topics="libp2p tcptransport" tid=1 file=tcptransport.nim:189
|
|
TRC 2026-03-29 12:15:18.443+00:00 Stopping WS transport topics="libp2p wstransport" tid=1 file=wstransport.nim:213
|
|
TRC 2026-03-29 12:15:18.443+00:00 stopping transport topics="libp2p transport" tid=1 file=transport.nim:59 address=@[/ip4/0.0.0.0/tcp/31030/ws]
|
|
TRC 2026-03-29 12:15:18.443+00:00 Transport stopped topics="libp2p wstransport" tid=1 file=wstransport.nim:235
|
|
TRC 2026-03-29 12:15:18.443+00:00 gossipsub stop topics="libp2p gossipsub" tid=1 file=gossipsub.nim:1131
|
|
TRC 2026-03-29 12:15:18.443+00:00 Switch stopped topics="libp2p switch" tid=1 file=switch.nim:354
|
|
WRN 2026-03-29 12:15:18.443+00:00 Stopping rendezvous without starting it topics="waku rendezvous" tid=1 file=rendezvous.nim:638
|
|
WRN 2026-03-29 12:15:18.443+00:00 Stopping rendezvous without starting it topics="waku rendezvous" tid=1 file=rendezvous.nim:638
|
|
INF 2026-03-29 12:15:18.443+00:00 waku rendezvous discovery stopped topics="waku rendezvous" tid=1 file=protocol.nim:239
|
|
INF 2026-03-29 12:15:18.443+00:00 waku rendezvous client stopped topics="waku rendezvous client" tid=1 file=client.nim:142
|
|
INF 2026-03-29 12:15:18.444+00:00 Health monitor loop end tid=1 file=node_health_monitor.nim:543
|
|
NTC 2026-03-29 12:15:18.444+00:00 REST service stopped tid=1 file=server.nim:187 address=0.0.0.0:31028
|
|
WRN 2026-03-29 12:14:57.260+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:14:57.260+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:14:57.260+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:14:57.260+00:00 Configuration. Network topics="waku conf" tid=1 file=waku_conf.nim:166 cluster=3
|
|
INF 2026-03-29 12:14:57.260+00:00 Configuration. Active Relay Shards topics="waku conf" tid=1 file=waku_conf.nim:169 shard=0
|
|
INF 2026-03-29 12:14:57.261+00:00 Setting up storage tid=1 file=node_factory.nim:532
|
|
INF 2026-03-29 12:14:57.261+00:00 Initializing node tid=1 file=node_factory.nim:541
|
|
TRC 2026-03-29 12:14:57.262+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/ipfs/id/1.0.0]"
|
|
TRC 2026-03-29 12:14:57.262+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/libp2p/autonat/1.0.0]"
|
|
TRC 2026-03-29 12:14:57.262+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:14:57.262+00:00 no peer storage found tid=1 file=peer_manager.nim:1219
|
|
INF 2026-03-29 12:14:57.262+00:00 Initializing networking tid=1 file=waku_node.nim:228 addrs="@[/ip4/172.18.212.16/tcp/31029, /ip4/172.18.212.16/tcp/31030/ws]"
|
|
INF 2026-03-29 12:14:57.262+00:00 Mounting protocols tid=1 file=node_factory.nim:547
|
|
INF 2026-03-29 12:14:57.262+00:00 Created WakuMetadata protocol topics="waku node" tid=1 file=protocol.nim:107 clusterId=3 shards="[0]"
|
|
TRC 2026-03-29 12:14:57.262+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:14:57.267+00:00 sqlite database page stats tid=1 file=builder.nim:53 pageSize=4096 pages=1 freePages=0
|
|
INF 2026-03-29 12:14:57.267+00:00 starting message store's sqlite database migration topics="waku archive migration" tid=1 file=migrations.nim:57
|
|
INF 2026-03-29 12:14:57.267+00:00 Not considered schema version 7 topics="waku archive migration" tid=1 file=migrations.nim:45
|
|
INF 2026-03-29 12:14:57.267+00:00 database schema is outdated topics="sqlite" tid=1 file=db_sqlite.nim:447 userVersion=0 targetVersion=10
|
|
INF 2026-03-29 12:14:57.268+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:14:57.271+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:14:57.271+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:14:57.272+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:14:57.272+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:14:57.272+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:14:57.272+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE Message;"
|
|
INF 2026-03-29 12:14:57.273+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP TABLE Message;"
|
|
INF 2026-03-29 12:14:57.273+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:14:57.274+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:14:57.274+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:14:57.274+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:14:57.275+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE Message_backup;"
|
|
INF 2026-03-29 12:14:57.276+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:14:57.276+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:14:57.277+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:14:57.277+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:14:57.277+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:14:57.277+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE Message;"
|
|
INF 2026-03-29 12:14:57.277+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP TABLE Message;"
|
|
INF 2026-03-29 12:14:57.277+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:14:57.278+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:14:57.278+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:14:57.278+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:14:57.278+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE Message_backup;"
|
|
INF 2026-03-29 12:14:57.278+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:14:57.278+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:14:57.279+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:14:57.279+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:14:57.280+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:14:57.280+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:14:57.280+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:14:57.280+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE Message_backup;"
|
|
INF 2026-03-29 12:14:57.280+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:14:57.280+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:14:57.282+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:14:57.282+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:14:57.285+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:14:57.285+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:14:57.287+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:14:57.287+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:14:57.287+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:14:57.287+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:14:57.287+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:14:57.287+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:14:57.289+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:14:57.289+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:14:57.290+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:14:57.290+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:14:57.290+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:14:57.290+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:14:57.290+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:14:57.290+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE message_backup;"
|
|
INF 2026-03-29 12:14:57.291+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:14:57.291+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:14:57.292+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:14:57.292+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:14:57.293+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:14:57.293+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:14:57.293+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:14:57.293+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE message_backup;"
|
|
INF 2026-03-29 12:14:57.294+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP TABLE message_backup;"
|
|
INF 2026-03-29 12:14:57.294+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:14:57.294+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:14:57.295+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:14:57.296+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:14:57.296+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:14:57.297+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:14:57.297+00:00 database user_version updated topics="sqlite" tid=1 file=db_sqlite.nim:481 userVersion=10
|
|
INF 2026-03-29 12:14:57.297+00:00 finished message store's sqlite database migration topics="waku archive migration" tid=1 file=migrations.nim:70
|
|
INF 2026-03-29 12:14:57.297+00:00 setting up sqlite waku archive driver tid=1 file=builder.nim:65
|
|
INF 2026-03-29 12:14:57.298+00:00 executing message retention policy topics="waku archive" tid=1 file=archive.nim:270 policy=time:172800
|
|
INF 2026-03-29 12:14:57.298+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:14:57.299+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:14:57.299+00:00 mounting waku store protocol topics="waku node store api" tid=1 file=store.nim:255
|
|
TRC 2026-03-29 12:14:57.299+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:14:57.299+00:00 mounting store client topics="waku node store api" tid=1 file=store.nim:274
|
|
INF 2026-03-29 12:14:57.299+00:00 mounting legacy store client topics="waku node store api" tid=1 file=store.nim:145
|
|
INF 2026-03-29 12:14:57.299+00:00 mounting auto sharding topics="waku node" tid=1 file=waku_node.nim:305 clusterId=3 shardCount=1
|
|
INF 2026-03-29 12:14:57.299+00:00 Shards created from content topics tid=1 file=node_factory.nim:333 contentTopics=[] shards=[]
|
|
INF 2026-03-29 12:14:57.299+00:00 Setting max message size tid=1 file=node_factory.nim:342 num_bytes=153600
|
|
INF 2026-03-29 12:14:57.299+00:00 mounting relay protocol topics="waku node relay api" tid=1 file=relay.nim:259
|
|
TRC 2026-03-29 12:14:57.299+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:14:57.299+00:00 relay mounted successfully topics="waku node relay api" tid=1 file=relay.nim:276
|
|
INF 2026-03-29 12:14:57.299+00:00 adding validator to signed shards tid=1 file=validator_signed.nim:56 protectedShards=[] clusterId=3
|
|
INF 2026-03-29 12:14:57.299+00:00 mounting rendezvous discovery protocol topics="waku node" tid=1 file=waku_node.nim:432
|
|
INF 2026-03-29 12:14:57.299+00:00 waku rendezvous initialized topics="waku node" tid=1 file=protocol.nim:206 clusterId=3 shards="[0]" capabilities="[Relay, Store]" wakuPeerRecord="(peerId: 16U*9CBNqR, seqNo: 1774786497, addresses: [/ip4/172.18.212.16/tcp/31029, /ip4/172.18.212.16/tcp/31030/ws], mixKey: )"
|
|
TRC 2026-03-29 12:14:57.299+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:14:57.299+00:00 mounting rendezvous client topics="waku node" tid=1 file=waku_node.nim:418
|
|
INF 2026-03-29 12:14:57.299+00:00 waku rendezvous client initialized topics="waku node" tid=1 file=client.nim:130 clusterId=3
|
|
INF 2026-03-29 12:14:57.299+00:00 mounting libp2p ping protocol topics="waku node ping api" tid=1 file=ping.nim:20
|
|
TRC 2026-03-29 12:14:57.299+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/ipfs/ping/1.0.0]"
|
|
INF 2026-03-29 12:14:57.299+00:00 mounting light push client topics="waku node lightpush api" tid=1 file=lightpush.nim:183
|
|
INF 2026-03-29 12:14:57.299+00:00 mounting legacy light push client topics="waku node lightpush api" tid=1 file=lightpush.nim:72
|
|
INF 2026-03-29 12:14:57.299+00:00 mounting filter client topics="waku node filter api" tid=1 file=filter.nim:81
|
|
TRC 2026-03-29 12:14:57.299+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:14:57.299+00:00 mounting waku peer exchange topics="waku node peerexchange api" tid=1 file=peer_exchange.nim:37
|
|
TRC 2026-03-29 12:14:57.299+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:14:57.299+00:00 mounting waku peer exchange client topics="waku node peerexchange api" tid=1 file=peer_exchange.nim:54
|
|
NTC 2026-03-29 12:14:57.299+00:00 REST service started tid=1 file=server.nim:182 address=0.0.0.0:31028
|
|
INF 2026-03-29 12:14:57.299+00:00 Starting REST HTTP server tid=1 file=builder.nim:113 url=http://0.0.0.0:31028/
|
|
INF 2026-03-29 12:14:57.300+00:00 No external callbacks to be set topics="wakunode waku" tid=1 file=waku.nim:127
|
|
TRC 2026-03-29 12:14:57.300+00:00 Send processor chain topics="send service" tid=1 file=send_service.nim:94 index=1 processor=BaseSendProcessor
|
|
INF 2026-03-29 12:14:57.300+00:00 Retrieve dynamic bootstrap nodes topics="wakunode waku" tid=1 file=waku.nim:367
|
|
INF 2026-03-29 12:14:57.300+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:14:57.300+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:14:57.300+00:00 starting relay protocol topics="waku node" tid=1 file=waku_node.nim:389
|
|
INF 2026-03-29 12:14:57.300+00:00 start topics="waku relay" tid=1 file=protocol.nim:519
|
|
TRC 2026-03-29 12:14:57.300+00:00 gossipsub start topics="libp2p gossipsub" tid=1 file=gossipsub.nim:1113
|
|
TRC 2026-03-29 12:14:57.300+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140334649000016
|
|
TRC 2026-03-29 12:14:57.300+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
TRC 2026-03-29 12:14:57.300+00:00 running scoring heartbeat topics="libp2p gossipsub" tid=1 file=scoring.nim:312 instance=140334649000016
|
|
TRC 2026-03-29 12:14:57.300+00:00 updating scores topics="libp2p gossipsub" tid=1 file=scoring.nim:144 peers=0
|
|
TRC 2026-03-29 12:14:57.300+00:00 updated scores topics="libp2p gossipsub" tid=1 file=scoring.nim:308 peers=0
|
|
INF 2026-03-29 12:14:57.300+00:00 relay started successfully topics="waku node" tid=1 file=waku_node.nim:410
|
|
INF 2026-03-29 12:14:57.300+00:00 waku rendezvous periodic registration started topics="waku rendezvous" tid=1 file=protocol.nim:127 interval=10s
|
|
INF 2026-03-29 12:14:57.300+00:00 waku rendezvous discovery started topics="waku rendezvous" tid=1 file=protocol.nim:227
|
|
INF 2026-03-29 12:14:57.300+00:00 waku rendezvous periodic requests started topics="waku rendezvous client" tid=1 file=client.nim:80 interval=10s
|
|
INF 2026-03-29 12:14:57.300+00:00 waku rendezvous client started topics="waku rendezvous client" tid=1 file=client.nim:136
|
|
DBG 2026-03-29 12:14:57.300+00:00 starting switch for peer topics="libp2p switch" tid=1 file=switch.nim:363 peerInfo="(peerId: 16Uiu2HAm1VuNdmKxZxhrtc9xz4ZcJtjVpKXzMCn52BDdHw9CBNqR, listenAddrs: [/ip4/0.0.0.0/tcp/31030/ws, /ip4/0.0.0.0/tcp/31029], 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:14:57.300+00:00 Starting TCP transport topics="libp2p tcptransport" tid=1 file=tcptransport.nim:116
|
|
TRC 2026-03-29 12:14:57.301+00:00 Listening on topics="libp2p tcptransport" tid=1 file=tcptransport.nim:140 address=/ip4/0.0.0.0/tcp/31029
|
|
TRC 2026-03-29 12:14:57.301+00:00 starting transport on addrs topics="libp2p transport" tid=1 file=transport.nim:49 address=@[/ip4/0.0.0.0/tcp/31029]
|
|
DBG 2026-03-29 12:14:57.301+00:00 About to accept incoming connection topics="libp2p switch" tid=1 file=switch.nim:272
|
|
TRC 2026-03-29 12:14:57.301+00:00 Starting WS transport topics="libp2p wstransport" tid=1 file=wstransport.nim:154
|
|
TRC 2026-03-29 12:14:57.301+00:00 starting transport on addrs topics="libp2p transport" tid=1 file=transport.nim:49 address=@[/ip4/0.0.0.0/tcp/31030/ws]
|
|
TRC 2026-03-29 12:14:57.301+00:00 Created HTTP Server topics="libp2p wstransport" tid=1 file=server.nim:262 host=0.0.0.0:31030
|
|
TRC 2026-03-29 12:14:57.301+00:00 Listening on topics="libp2p wstransport" tid=1 file=wstransport.nim:204 addresses="[/ip4/0.0.0.0/tcp/31030/ws]"
|
|
INF 2026-03-29 12:14:57.301+00:00 Setting up AutonatService topics="libp2p autonatservice" tid=1 file=service.nim:207
|
|
TRC 2026-03-29 12:14:57.301+00:00 Running AutonatService topics="libp2p autonatservice" tid=1 file=service.nim:231
|
|
TRC 2026-03-29 12:14:57.301+00:00 Asking peers for reachability topics="libp2p autonatservice" tid=1 file=service.nim:160
|
|
DBG 2026-03-29 12:14:57.301+00:00 About to accept incoming connection topics="libp2p switch" tid=1 file=switch.nim:272
|
|
TRC 2026-03-29 12:14:57.301+00:00 WsTransport accept topics="libp2p wstransport" tid=1 file=wstransport.nim:279
|
|
TRC 2026-03-29 12:14:57.301+00:00 Awaiting new request topics="websock http-server" tid=1 file=server.nim:194
|
|
TRC 2026-03-29 12:14:57.301+00:00 gossipsub start topics="libp2p gossipsub" tid=1 file=gossipsub.nim:1113
|
|
WRN 2026-03-29 12:14:57.301+00:00 Starting gossipsub twice topics="libp2p gossipsub" tid=1 file=gossipsub.nim:1116
|
|
WRN 2026-03-29 12:14:57.301+00:00 Starting rendezvous twice topics="waku rendezvous" tid=1 file=rendezvous.nim:626
|
|
DBG 2026-03-29 12:14:57.301+00:00 Started libp2p node topics="libp2p switch" tid=1 file=switch.nim:403 peer="(peerId: 16Uiu2HAm1VuNdmKxZxhrtc9xz4ZcJtjVpKXzMCn52BDdHw9CBNqR, listenAddrs: [/ip4/0.0.0.0/tcp/31029, /ip4/0.0.0.0/tcp/31030/ws], addrs: [/ip4/172.18.212.16/tcp/31029, /ip4/172.18.212.16/tcp/31030/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:14:57.301+00:00 PeerInfo topics="waku node" tid=1 file=waku_node.nim:478 peerId=16U*9CBNqR addrs="[/ip4/172.18.212.16/tcp/31029, /ip4/172.18.212.16/tcp/31030/ws]"
|
|
INF 2026-03-29 12:14:57.302+00:00 Listening on topics="waku node" tid=1 file=waku_node.nim:501 full=[/ip4/0.0.0.0/tcp/31029/p2p/16Uiu2HAm1VuNdmKxZxhrtc9xz4ZcJtjVpKXzMCn52BDdHw9CBNqR][/ip4/0.0.0.0/tcp/31030/ws/p2p/16Uiu2HAm1VuNdmKxZxhrtc9xz4ZcJtjVpKXzMCn52BDdHw9CBNqR] localIp=172.17.0.161 switchAddress="@[/ip4/172.18.212.16/tcp/31029, /ip4/172.18.212.16/tcp/31030/ws]"
|
|
INF 2026-03-29 12:14:57.302+00:00 Announcing addresses topics="waku node" tid=1 file=waku_node.nim:503 full=[/ip4/172.18.212.16/tcp/31029/p2p/16Uiu2HAm1VuNdmKxZxhrtc9xz4ZcJtjVpKXzMCn52BDdHw9CBNqR][/ip4/172.18.212.16/tcp/31030/ws/p2p/16Uiu2HAm1VuNdmKxZxhrtc9xz4ZcJtjVpKXzMCn52BDdHw9CBNqR]
|
|
INF 2026-03-29 12:14:57.302+00:00 DNS: discoverable ENR topics="waku node" tid=1 file=waku_node.nim:504 enr=enr:-LO4QLh4J3Nrwjq1SmQDV3IiIEC_5b5hQT6spoHA5vce0kAlLfgUjPyHA4v_gwZn9pnp8yaV-KqkuCLcF7vnYOGLVjQBgmlkgnY0gmlwhKwS1BCKbXVsdGlhZGRyc4wACgSsEtQQBnk23QOCcnOFAAMBAACJc2VjcDI1NmsxoQJaO5bXmXMffM9THYdTKG-9aUfM-XxdGfJDNXmECV_GrIN0Y3CCeTWDdWRwgnk3hXdha3UyAw
|
|
INF 2026-03-29 12:14:57.302+00:00 Node started successfully topics="waku node" tid=1 file=waku_node.nim:681
|
|
TRC 2026-03-29 12:14:57.302+00:00 Starting relay connectivity loop topics="waku node peer_manager" tid=1 file=peer_manager.nim:1069
|
|
TRC 2026-03-29 12:14:57.302+00:00 Starting prune peerstore loop topics="waku node peer_manager" tid=1 file=peer_manager.nim:1062
|
|
INF 2026-03-29 12:14:57.302+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:14:57.302+00:00 PeerInfo topics="waku node" tid=1 file=waku_node.nim:478 peerId=16U*9CBNqR addrs="[/ip4/172.18.212.16/tcp/31029, /ip4/172.18.212.16/tcp/31030/ws]"
|
|
INF 2026-03-29 12:14:57.302+00:00 Listening on topics="waku node" tid=1 file=waku_node.nim:501 full=[/ip4/0.0.0.0/tcp/31029/p2p/16Uiu2HAm1VuNdmKxZxhrtc9xz4ZcJtjVpKXzMCn52BDdHw9CBNqR][/ip4/0.0.0.0/tcp/31030/ws/p2p/16Uiu2HAm1VuNdmKxZxhrtc9xz4ZcJtjVpKXzMCn52BDdHw9CBNqR] localIp=172.17.0.161 switchAddress="@[/ip4/172.18.212.16/tcp/31029, /ip4/172.18.212.16/tcp/31030/ws]"
|
|
INF 2026-03-29 12:14:57.302+00:00 Announcing addresses topics="waku node" tid=1 file=waku_node.nim:503 full=[/ip4/172.18.212.16/tcp/31029/p2p/16Uiu2HAm1VuNdmKxZxhrtc9xz4ZcJtjVpKXzMCn52BDdHw9CBNqR][/ip4/172.18.212.16/tcp/31030/ws/p2p/16Uiu2HAm1VuNdmKxZxhrtc9xz4ZcJtjVpKXzMCn52BDdHw9CBNqR]
|
|
INF 2026-03-29 12:14:57.302+00:00 DNS: discoverable ENR topics="waku node" tid=1 file=waku_node.nim:504 enr=enr:-LO4QLh4J3Nrwjq1SmQDV3IiIEC_5b5hQT6spoHA5vce0kAlLfgUjPyHA4v_gwZn9pnp8yaV-KqkuCLcF7vnYOGLVjQBgmlkgnY0gmlwhKwS1BCKbXVsdGlhZGRyc4wACgSsEtQQBnk23QOCcnOFAAMBAACJc2VjcDI1NmsxoQJaO5bXmXMffM9THYdTKG-9aUfM-XxdGfJDNXmECV_GrIN0Y3CCeTWDdWRwgnk3hXdha3UyAw
|
|
INF 2026-03-29 12:14:57.302+00:00 Waku node ENR updated successfully with new multiaddress topics="wakunode waku" tid=1 file=waku.nim:301 enr=enr:-L24QN3QOVUHRPPFzW-Ghpzn9QmlIJHWFDKQHc-q3jrmuc8kNXM28u68mStkWESjSyP99tzFmHGVnVmz-zmzHuc5EWgCgmlkgnY0gmlwhKwS1BCKbXVsdGlhZGRyc5YACASsEtQQBnk1AAoErBLUEAZ5Nt0DgnJzhQADAQAAiXNlY3AyNTZrMaECWjuW15lzH3zPUx2HUyhvvWlHzPl8XRnyQzV5hAlfxqyDdGNwgnk1g3VkcIJ5N4V3YWt1MgM record="(2, id: \"v4\", ip: 172.18.212.16, multiaddrs: 0x000804AC12D410067935000A04AC12D410067936DD03, rs: 0x0003010000, secp256k1: 0x025A3B96D799731F7CCF531D8753286FBD6947CCF97C5D19F243357984095FC6AC, tcp: 31029, udp: 31031, waku2: 0x03)"
|
|
INF 2026-03-29 12:14:57.302+00:00 peer filtering updated topics="waku discv5" tid=1 file=waku_discv5.nim:70
|
|
INF 2026-03-29 12:14:57.302+00:00 Starting discovery v5 service topics="waku discv5" tid=1 file=waku_discv5.nim:336
|
|
INF 2026-03-29 12:14:57.302+00:00 start listening on udp port topics="waku discv5" tid=1 file=waku_discv5.nim:338 address=0.0.0.0 port=31031
|
|
TRC 2026-03-29 12:14:57.302+00:00 start discv5 service topics="waku discv5" tid=1 file=waku_discv5.nim:346
|
|
INF 2026-03-29 12:14:57.303+00:00 Starting discovery v5 search topics="waku discv5" tid=1 file=waku_discv5.nim:258
|
|
TRC 2026-03-29 12:14:57.303+00:00 running discv5 discovery loop topics="waku discv5" tid=1 file=waku_discv5.nim:261
|
|
TRC 2026-03-29 12:14:57.303+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:14:57.303+00:00 discv5 discarded wrong records topics="waku discv5" tid=1 file=waku_discv5.nim:281 wrong_records=[]
|
|
INF 2026-03-29 12:14:57.303+00:00 Successfully started discovery v5 service topics="waku discv5" tid=1 file=waku_discv5.nim:352
|
|
INF 2026-03-29 12:14:57.303+00:00 Discv5: discoverable ENR topics="waku discv5" tid=1 file=waku_discv5.nim:353 enrUri=enr:-L24QCaDuT5LdMf4riboQSfIk_MbJrNushGgvHbn2fp-lpZ4U3NqjMtySBlK_tZ0rSBn2qcV7VgJmpVIoUHG6PrWn_0DgmlkgnY0gmlwhKwS1BCKbXVsdGlhZGRyc5YACASsEtQQBnk1AAoErBLUEAZ5Nt0DgnJzhQADAQAAiXNlY3AyNTZrMaECWjuW15lzH3zPUx2HUyhvvWlHzPl8XRnyQzV5hAlfxqyDdGNwgnk1g3VkcIJ5N4V3YWt1MgM enr="(3, id: \"v4\", ip: 172.18.212.16, multiaddrs: 0x000804AC12D410067935000A04AC12D410067936DD03, rs: 0x0003010000, secp256k1: 0x025A3B96D799731F7CCF531D8753286FBD6947CCF97C5D19F243357984095FC6AC, tcp: 31029, udp: 31031, waku2: 0x03)"
|
|
INF 2026-03-29 12:14:57.303+00:00 subscribe topics="waku relay" tid=1 file=protocol.nim:594 pubsubTopic=/waku/2/rs/3/0
|
|
TRC 2026-03-29 12:14:57.303+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:14:57.303+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:14:57.303+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:14:57.303+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:14:57.303+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:14:57.303+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:14:57.303+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:14:57.303+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:14:57.303+00:00 Health monitor loop start tid=1 file=node_health_monitor.nim:516
|
|
DBG 2026-03-29 12:14:57.304+00:00 calculateConnectionState tid=1 file=node_health_monitor.nim:408 relayCount=0 storeClientCount=0 lightpushCount=0 filterCount=0
|
|
INF 2026-03-29 12:14:57.304+00:00 starting keepalive tid=1 file=node_health_monitor.nim:678 randomPeersKeepalive=10s allPeersKeepalive=2m
|
|
TRC 2026-03-29 12:14:57.304+00:00 Running keepalive loop tid=1 file=node_health_monitor.nim:593
|
|
INF 2026-03-29 12:14:57.304+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:14:57.305+00:00 REST services are installed tid=1 file=builder.nim:221
|
|
INF 2026-03-29 12:14:57.305+00:00 Starting metrics HTTP server topics="waku node metrics" tid=1 file=waku_metrics.nim:63 serverIp=0.0.0.0 serverPort=31032
|
|
INF 2026-03-29 12:14:57.305+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:14:57.306+00:00 Metrics HTTP server started topics="waku node metrics" tid=1 file=waku_metrics.nim:73 serverIp=0.0.0.0 serverPort=31032
|
|
INF 2026-03-29 12:14:57.306+00:00 Setting up shutdown hooks topics="wakunode main" tid=1 file=wakunode2.nim:63
|
|
INF 2026-03-29 12:14:57.306+00:00 Node setup complete topics="wakunode main" tid=1 file=wakunode2.nim:102
|
|
TRC 2026-03-29 12:14:57.316+00:00 Got IPs from DNS server topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:155 resolvedAddresses={"1.1.1.1", "1.0.0.1", "2606:4700:4700:0000:0000:0000:0000:1001", "2606:4700:4700:0000:0000:0000:0000:1111"} server=1.1.1.1:53
|
|
TRC 2026-03-29 12:14:58.302+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140334649000016
|
|
TRC 2026-03-29 12:14:58.302+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:14:58.302+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:14:58.302+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:14:58.302+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:14:58.302+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
DBG 2026-03-29 12:14:58.306+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:59086 meth=GET uri=/health
|
|
DBG 2026-03-29 12:14:58.307+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:59086 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:14:58.307+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:59086 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:14:58.410+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:59090 meth=GET uri=/health
|
|
DBG 2026-03-29 12:14:58.410+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:59090 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:14:58.410+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:59090 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:14:58.513+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:59096 meth=GET uri=/health
|
|
DBG 2026-03-29 12:14:58.513+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:59096 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:14:58.513+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:59096 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:14:58.616+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:59104 meth=GET uri=/health
|
|
DBG 2026-03-29 12:14:58.616+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:59104 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:14:58.616+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:59104 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:14:58.720+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:59108 meth=GET uri=/health
|
|
DBG 2026-03-29 12:14:58.720+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:59108 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:14:58.720+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:59108 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:14:58.823+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:59116 meth=GET uri=/health
|
|
DBG 2026-03-29 12:14:58.823+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:59116 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:14:58.823+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:59116 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:14:58.926+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:59122 meth=GET uri=/health
|
|
DBG 2026-03-29 12:14:58.926+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:59122 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:14:58.926+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:59122 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:14:59.029+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:59136 meth=GET uri=/health
|
|
DBG 2026-03-29 12:14:59.029+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:59136 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:14:59.029+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:59136 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:14:59.133+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:59138 meth=GET uri=/health
|
|
DBG 2026-03-29 12:14:59.133+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:59138 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:14:59.133+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:59138 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:14:59.236+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:59152 meth=GET uri=/health
|
|
DBG 2026-03-29 12:14:59.236+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:59152 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:14:59.237+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:59152 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 12:14:59.300+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140334649000016
|
|
TRC 2026-03-29 12:14:59.300+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:14:59.300+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:14:59.300+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:14:59.300+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:14:59.300+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
DBG 2026-03-29 12:14:59.339+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:59162 meth=GET uri=/health
|
|
DBG 2026-03-29 12:14:59.339+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:59162 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:14:59.340+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:59162 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:14:59.442+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:59170 meth=GET uri=/health
|
|
DBG 2026-03-29 12:14:59.442+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:59170 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:14:59.443+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:59170 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:14:59.545+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:59178 meth=GET uri=/health
|
|
DBG 2026-03-29 12:14:59.545+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:59178 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:14:59.545+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:59178 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:14:59.648+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:59186 meth=GET uri=/health
|
|
DBG 2026-03-29 12:14:59.648+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:59186 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:14:59.648+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:59186 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:14:59.751+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:59202 meth=GET uri=/health
|
|
DBG 2026-03-29 12:14:59.751+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:59202 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:14:59.751+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:59202 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:14:59.854+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:59214 meth=GET uri=/health
|
|
DBG 2026-03-29 12:14:59.854+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:59214 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:14:59.854+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:59214 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:14:59.956+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:59228 meth=GET uri=/health
|
|
DBG 2026-03-29 12:14:59.957+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:59228 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:14:59.957+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:59228 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:00.060+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:59238 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:00.060+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:59238 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:00.060+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:59238 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:00.163+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:59252 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:00.163+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:59252 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:00.163+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:59252 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:00.266+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:59254 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:00.266+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:59254 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:00.266+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:59254 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 12:15:00.301+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140334649000016
|
|
TRC 2026-03-29 12:15:00.301+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:15:00.301+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:15:00.301+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:15:00.301+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:15:00.301+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
DBG 2026-03-29 12:15:00.369+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:59262 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:00.369+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:59262 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:00.369+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:59262 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:00.472+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:59274 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:00.472+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:59274 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:00.473+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:59274 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:00.575+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:59288 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:00.576+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:59288 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:00.576+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:59288 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:00.679+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:59298 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:00.679+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:59298 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:00.679+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:59298 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:00.782+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:59302 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:00.782+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:59302 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:00.782+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:59302 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:00.885+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:59306 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:00.885+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:59306 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:00.886+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:59306 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:00.989+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:59322 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:00.989+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:59322 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:00.989+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:59322 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:01.092+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:59326 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:01.092+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:59326 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:01.092+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:59326 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:01.195+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:59334 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:01.195+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:59334 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:01.196+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:59334 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:01.299+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:59342 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:01.299+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:59342 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:01.299+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:59342 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 12:15:01.301+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140334649000016
|
|
TRC 2026-03-29 12:15:01.301+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:15:01.301+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:15:01.301+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:15:01.301+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:15:01.301+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
DBG 2026-03-29 12:15:01.403+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:59350 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:01.403+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:59350 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:01.403+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:59350 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:01.506+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:59358 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:01.506+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:59358 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:01.506+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:59358 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:01.609+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:59368 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:01.609+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:59368 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:01.609+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:59368 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:01.713+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:59376 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:01.713+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:59376 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:01.713+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:59376 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:01.815+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:59390 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:01.815+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:59390 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:01.816+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:59390 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:01.918+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:59404 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:01.919+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:59404 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:01.919+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:59404 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:02.021+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:59406 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:02.022+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:59406 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:02.022+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:59406 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:02.125+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:59408 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:02.125+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:59408 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:02.125+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:59408 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:02.230+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:59418 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:02.230+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:59418 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:02.230+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:59418 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 12:15:02.301+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140334649000016
|
|
TRC 2026-03-29 12:15:02.301+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:15:02.301+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:15:02.301+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:15:02.301+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:15:02.301+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
TRC 2026-03-29 12:15:02.303+00:00 running discv5 discovery loop topics="waku discv5" tid=1 file=waku_discv5.nim:261
|
|
TRC 2026-03-29 12:15:02.303+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:15:02.303+00:00 discv5 discarded wrong records topics="waku discv5" tid=1 file=waku_discv5.nim:281 wrong_records=[]
|
|
TRC 2026-03-29 12:15:02.317+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:15:02.334+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:59426 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:02.334+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:59426 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:02.334+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:59426 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:02.438+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:59436 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:02.438+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:59436 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:02.438+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:59436 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:02.541+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:59446 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:02.541+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:59446 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:02.542+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:59446 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:02.644+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:59454 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:02.645+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:59454 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:02.645+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:59454 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:02.748+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:59460 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:02.748+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:59460 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:02.749+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:59460 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:02.851+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:59468 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:02.851+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:59468 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:02.851+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:59468 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:02.955+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:59480 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:02.955+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:59480 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:02.955+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:59480 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:03.058+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:59488 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:03.058+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:59488 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:03.059+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:59488 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:03.161+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:59502 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:03.162+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:59502 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:03.162+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:59502 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:15:03.264+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:59514 meth=GET uri=/health
|
|
DBG 2026-03-29 12:15:03.265+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:59514 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:15:03.265+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:59514 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 12:15:03.300+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140334649000016
|
|
TRC 2026-03-29 12:15:03.300+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:15:03.300+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:15:03.300+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:15:03.300+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:15:03.300+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
DBG 2026-03-29 12:15:03.368+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:59528 meth=GET uri=/health
|