mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-03 17:13:09 +00:00
1350 lines
247 KiB
Plaintext
1350 lines
247 KiB
Plaintext
WRN 2026-03-29 11:44:25.183+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 11:44:25.183+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 11:44:25.184+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 11:44:25.184+00:00 Configuration. Network topics="waku conf" tid=1 file=waku_conf.nim:166 cluster=3
|
|
INF 2026-03-29 11:44:25.184+00:00 Configuration. Active Relay Shards topics="waku conf" tid=1 file=waku_conf.nim:169 shard=0
|
|
INF 2026-03-29 11:44:25.184+00:00 Setting up storage tid=1 file=node_factory.nim:532
|
|
INF 2026-03-29 11:44:25.184+00:00 Initializing node tid=1 file=node_factory.nim:541
|
|
TRC 2026-03-29 11:44:25.185+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/ipfs/id/1.0.0]"
|
|
TRC 2026-03-29 11:44:25.185+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/libp2p/autonat/1.0.0]"
|
|
TRC 2026-03-29 11:44:25.185+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 11:44:25.186+00:00 no peer storage found tid=1 file=peer_manager.nim:1219
|
|
INF 2026-03-29 11:44:25.186+00:00 Initializing networking tid=1 file=waku_node.nim:228 addrs="@[/ip4/172.18.0.118/tcp/60769, /ip4/172.18.0.118/tcp/60770/ws]"
|
|
INF 2026-03-29 11:44:25.186+00:00 Mounting protocols tid=1 file=node_factory.nim:547
|
|
INF 2026-03-29 11:44:25.186+00:00 Created WakuMetadata protocol topics="waku node" tid=1 file=protocol.nim:107 clusterId=3 shards="[0]"
|
|
TRC 2026-03-29 11:44:25.186+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/vac/waku/metadata/1.0.0]"
|
|
INF 2026-03-29 11:44:25.189+00:00 sqlite database page stats tid=1 file=builder.nim:53 pageSize=4096 pages=1 freePages=0
|
|
INF 2026-03-29 11:44:25.189+00:00 starting message store's sqlite database migration topics="waku archive migration" tid=1 file=migrations.nim:57
|
|
INF 2026-03-29 11:44:25.190+00:00 Not considered schema version 7 topics="waku archive migration" tid=1 file=migrations.nim:45
|
|
INF 2026-03-29 11:44:25.190+00:00 database schema is outdated topics="sqlite" tid=1 file=db_sqlite.nim:447 userVersion=0 targetVersion=10
|
|
INF 2026-03-29 11:44:25.191+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 11:44:25.193+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 11:44:25.193+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 11:44:25.194+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 11:44:25.194+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 11:44:25.194+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 11:44:25.194+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE Message;"
|
|
INF 2026-03-29 11:44:25.195+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP TABLE Message;"
|
|
INF 2026-03-29 11:44:25.195+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 11:44:25.195+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 11:44:25.196+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 11:44:25.196+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 11:44:25.196+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE Message_backup;"
|
|
INF 2026-03-29 11:44:25.198+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP TABLE Message_backup;"
|
|
INF 2026-03-29 11:44:25.198+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 11:44:25.199+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 11:44:25.200+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 11:44:25.200+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 11:44:25.200+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE Message;"
|
|
INF 2026-03-29 11:44:25.200+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP TABLE Message;"
|
|
INF 2026-03-29 11:44:25.200+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 11:44:25.201+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 11:44:25.201+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 11:44:25.201+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 11:44:25.202+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE Message_backup;"
|
|
INF 2026-03-29 11:44:25.202+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP TABLE Message_backup;"
|
|
INF 2026-03-29 11:44:25.203+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 11:44:25.204+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 11:44:25.204+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 11:44:25.205+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 11:44:25.205+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 11:44:25.205+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 11:44:25.205+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE Message_backup;"
|
|
INF 2026-03-29 11:44:25.208+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP TABLE Message_backup;"
|
|
INF 2026-03-29 11:44:25.208+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 11:44:25.208+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 11:44:25.208+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 11:44:25.210+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 11:44:25.210+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 11:44:25.211+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 11:44:25.211+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 11:44:25.212+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 11:44:25.212+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 11:44:25.212+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 11:44:25.212+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 11:44:25.213+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 11:44:25.213+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 11:44:25.214+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 11:44:25.214+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 11:44:25.215+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 11:44:25.215+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 11:44:25.215+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 11:44:25.215+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE message_backup;"
|
|
INF 2026-03-29 11:44:25.217+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP TABLE message_backup;"
|
|
INF 2026-03-29 11:44:25.217+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 11:44:25.218+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 11:44:25.218+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 11:44:25.219+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 11:44:25.219+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 11:44:25.219+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 11:44:25.219+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE message_backup;"
|
|
INF 2026-03-29 11:44:25.220+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP TABLE message_backup;"
|
|
INF 2026-03-29 11:44:25.220+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 11:44:25.221+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 11:44:25.221+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 11:44:25.223+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 11:44:25.223+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 11:44:25.224+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 11:44:25.225+00:00 database user_version updated topics="sqlite" tid=1 file=db_sqlite.nim:481 userVersion=10
|
|
INF 2026-03-29 11:44:25.225+00:00 finished message store's sqlite database migration topics="waku archive migration" tid=1 file=migrations.nim:70
|
|
INF 2026-03-29 11:44:25.225+00:00 setting up sqlite waku archive driver tid=1 file=builder.nim:65
|
|
INF 2026-03-29 11:44:25.226+00:00 executing message retention policy topics="waku archive" tid=1 file=archive.nim:270 policy=time:172800
|
|
INF 2026-03-29 11:44:25.226+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 11:44:25.226+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 11:44:25.226+00:00 mounting waku store protocol topics="waku node store api" tid=1 file=store.nim:255
|
|
TRC 2026-03-29 11:44:25.226+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 11:44:25.226+00:00 initial storage filling started topics="waku reconciliation" tid=1 file=reconciliation.nim:357
|
|
INF 2026-03-29 11:44:25.226+00:00 initial storage filling done topics="waku reconciliation" tid=1 file=reconciliation.nim:379 elements=0
|
|
INF 2026-03-29 11:44:25.226+00:00 Store Reconciliation protocol initialized topics="waku node" tid=1 file=reconciliation.nim:427 sync_range=2m sync_interval=10s relay_jitter=1m30s
|
|
TRC 2026-03-29 11:44:25.226+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/vac/waku/reconciliation/1.0.0]"
|
|
INF 2026-03-29 11:44:25.226+00:00 Store Transfer protocol initialized topics="waku node" tid=1 file=transfer.nim:216
|
|
TRC 2026-03-29 11:44:25.226+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/vac/waku/transfer/1.0.0]"
|
|
INF 2026-03-29 11:44:25.226+00:00 mounting store client topics="waku node store api" tid=1 file=store.nim:274
|
|
INF 2026-03-29 11:44:25.226+00:00 mounting legacy store client topics="waku node store api" tid=1 file=store.nim:145
|
|
INF 2026-03-29 11:44:25.226+00:00 mounting auto sharding topics="waku node" tid=1 file=waku_node.nim:305 clusterId=3 shardCount=1
|
|
INF 2026-03-29 11:44:25.226+00:00 Shards created from content topics tid=1 file=node_factory.nim:333 contentTopics=[] shards=[]
|
|
INF 2026-03-29 11:44:25.227+00:00 Setting max message size tid=1 file=node_factory.nim:342 num_bytes=153600
|
|
INF 2026-03-29 11:44:25.227+00:00 mounting relay protocol topics="waku node relay api" tid=1 file=relay.nim:259
|
|
TRC 2026-03-29 11:44:25.227+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 11:44:25.227+00:00 relay mounted successfully topics="waku node relay api" tid=1 file=relay.nim:276
|
|
INF 2026-03-29 11:44:25.227+00:00 adding validator to signed shards tid=1 file=validator_signed.nim:56 protectedShards=[] clusterId=3
|
|
INF 2026-03-29 11:44:25.227+00:00 mounting rendezvous discovery protocol topics="waku node" tid=1 file=waku_node.nim:432
|
|
INF 2026-03-29 11:44:25.227+00:00 waku rendezvous initialized topics="waku node" tid=1 file=protocol.nim:206 clusterId=3 shards="[0]" capabilities="[Relay, Store, Sync]" wakuPeerRecord="(peerId: 16U*HnvtaY, seqNo: 1774784665, addresses: [/ip4/172.18.0.118/tcp/60769, /ip4/172.18.0.118/tcp/60770/ws], mixKey: )"
|
|
TRC 2026-03-29 11:44:25.227+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/vac/waku/rendezvous/1.0.0]"
|
|
INF 2026-03-29 11:44:25.227+00:00 mounting rendezvous client topics="waku node" tid=1 file=waku_node.nim:418
|
|
INF 2026-03-29 11:44:25.227+00:00 waku rendezvous client initialized topics="waku node" tid=1 file=client.nim:130 clusterId=3
|
|
INF 2026-03-29 11:44:25.227+00:00 mounting libp2p ping protocol topics="waku node ping api" tid=1 file=ping.nim:20
|
|
TRC 2026-03-29 11:44:25.227+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/ipfs/ping/1.0.0]"
|
|
INF 2026-03-29 11:44:25.227+00:00 mounting light push client topics="waku node lightpush api" tid=1 file=lightpush.nim:183
|
|
INF 2026-03-29 11:44:25.227+00:00 mounting legacy light push client topics="waku node lightpush api" tid=1 file=lightpush.nim:72
|
|
INF 2026-03-29 11:44:25.227+00:00 mounting filter client topics="waku node filter api" tid=1 file=filter.nim:81
|
|
TRC 2026-03-29 11:44:25.227+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 11:44:25.227+00:00 mounting waku peer exchange topics="waku node peerexchange api" tid=1 file=peer_exchange.nim:37
|
|
TRC 2026-03-29 11:44:25.227+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 11:44:25.227+00:00 mounting waku peer exchange client topics="waku node peerexchange api" tid=1 file=peer_exchange.nim:54
|
|
NTC 2026-03-29 11:44:25.227+00:00 REST service started tid=1 file=server.nim:182 address=0.0.0.0:60768
|
|
INF 2026-03-29 11:44:25.227+00:00 Starting REST HTTP server tid=1 file=builder.nim:113 url=http://0.0.0.0:60768/
|
|
INF 2026-03-29 11:44:25.227+00:00 No external callbacks to be set topics="wakunode waku" tid=1 file=waku.nim:127
|
|
TRC 2026-03-29 11:44:25.228+00:00 Send processor chain topics="send service" tid=1 file=send_service.nim:94 index=1 processor=BaseSendProcessor
|
|
INF 2026-03-29 11:44:25.228+00:00 Retrieve dynamic bootstrap nodes topics="wakunode waku" tid=1 file=waku.nim:367
|
|
INF 2026-03-29 11:44:25.228+00:00 Running nwaku node tid=1 file=node_factory.nim:464 version=v0.38.0-rc.0-14-g5c335c
|
|
INF 2026-03-29 11:44:25.228+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 11:44:25.228+00:00 starting relay protocol topics="waku node" tid=1 file=waku_node.nim:389
|
|
INF 2026-03-29 11:44:25.228+00:00 start topics="waku relay" tid=1 file=protocol.nim:519
|
|
TRC 2026-03-29 11:44:25.228+00:00 gossipsub start topics="libp2p gossipsub" tid=1 file=gossipsub.nim:1113
|
|
TRC 2026-03-29 11:44:25.228+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140084830195792
|
|
TRC 2026-03-29 11:44:25.228+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
TRC 2026-03-29 11:44:25.228+00:00 running scoring heartbeat topics="libp2p gossipsub" tid=1 file=scoring.nim:312 instance=140084830195792
|
|
TRC 2026-03-29 11:44:25.228+00:00 updating scores topics="libp2p gossipsub" tid=1 file=scoring.nim:144 peers=0
|
|
TRC 2026-03-29 11:44:25.228+00:00 updated scores topics="libp2p gossipsub" tid=1 file=scoring.nim:308 peers=0
|
|
INF 2026-03-29 11:44:25.228+00:00 relay started successfully topics="waku node" tid=1 file=waku_node.nim:410
|
|
INF 2026-03-29 11:44:25.228+00:00 waku rendezvous periodic registration started topics="waku rendezvous" tid=1 file=protocol.nim:127 interval=10s
|
|
INF 2026-03-29 11:44:25.228+00:00 waku rendezvous discovery started topics="waku rendezvous" tid=1 file=protocol.nim:227
|
|
INF 2026-03-29 11:44:25.228+00:00 waku rendezvous periodic requests started topics="waku rendezvous client" tid=1 file=client.nim:80 interval=10s
|
|
INF 2026-03-29 11:44:25.228+00:00 waku rendezvous client started topics="waku rendezvous client" tid=1 file=client.nim:136
|
|
INF 2026-03-29 11:44:25.228+00:00 periodic sync initialized topics="waku reconciliation" tid=1 file=reconciliation.nim:433 interval=10s
|
|
INF 2026-03-29 11:44:25.228+00:00 periodic prune initialized topics="waku reconciliation" tid=1 file=reconciliation.nim:447 interval=10s
|
|
INF 2026-03-29 11:44:25.228+00:00 Store Sync Reconciliation protocol started topics="waku reconciliation" tid=1 file=reconciliation.nim:485
|
|
INF 2026-03-29 11:44:25.228+00:00 Store Sync Transfer protocol started topics="waku transfer" tid=1 file=transfer.nim:229
|
|
DBG 2026-03-29 11:44:25.228+00:00 starting switch for peer topics="libp2p switch" tid=1 file=switch.nim:363 peerInfo="(peerId: 16Uiu2HAmKbpsEX2RGmtyFuUxKteNwvLBA6YVPgseyZ9s3XHnvtaY, listenAddrs: [/ip4/0.0.0.0/tcp/60770/ws, /ip4/0.0.0.0/tcp/60769], 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/reconciliation/1.0.0, /vac/waku/transfer/1.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 11:44:25.228+00:00 Starting TCP transport topics="libp2p tcptransport" tid=1 file=tcptransport.nim:116
|
|
TRC 2026-03-29 11:44:25.228+00:00 Listening on topics="libp2p tcptransport" tid=1 file=tcptransport.nim:140 address=/ip4/0.0.0.0/tcp/60769
|
|
TRC 2026-03-29 11:44:25.228+00:00 starting transport on addrs topics="libp2p transport" tid=1 file=transport.nim:49 address=@[/ip4/0.0.0.0/tcp/60769]
|
|
DBG 2026-03-29 11:44:25.228+00:00 About to accept incoming connection topics="libp2p switch" tid=1 file=switch.nim:272
|
|
TRC 2026-03-29 11:44:25.229+00:00 Starting WS transport topics="libp2p wstransport" tid=1 file=wstransport.nim:154
|
|
TRC 2026-03-29 11:44:25.229+00:00 starting transport on addrs topics="libp2p transport" tid=1 file=transport.nim:49 address=@[/ip4/0.0.0.0/tcp/60770/ws]
|
|
TRC 2026-03-29 11:44:25.229+00:00 Created HTTP Server topics="libp2p wstransport" tid=1 file=server.nim:262 host=0.0.0.0:60770
|
|
TRC 2026-03-29 11:44:25.229+00:00 Listening on topics="libp2p wstransport" tid=1 file=wstransport.nim:204 addresses="[/ip4/0.0.0.0/tcp/60770/ws]"
|
|
INF 2026-03-29 11:44:25.229+00:00 Setting up AutonatService topics="libp2p autonatservice" tid=1 file=service.nim:207
|
|
TRC 2026-03-29 11:44:25.229+00:00 Running AutonatService topics="libp2p autonatservice" tid=1 file=service.nim:231
|
|
TRC 2026-03-29 11:44:25.229+00:00 Asking peers for reachability topics="libp2p autonatservice" tid=1 file=service.nim:160
|
|
DBG 2026-03-29 11:44:25.229+00:00 About to accept incoming connection topics="libp2p switch" tid=1 file=switch.nim:272
|
|
TRC 2026-03-29 11:44:25.229+00:00 WsTransport accept topics="libp2p wstransport" tid=1 file=wstransport.nim:279
|
|
TRC 2026-03-29 11:44:25.229+00:00 Awaiting new request topics="websock http-server" tid=1 file=server.nim:194
|
|
TRC 2026-03-29 11:44:25.229+00:00 gossipsub start topics="libp2p gossipsub" tid=1 file=gossipsub.nim:1113
|
|
WRN 2026-03-29 11:44:25.229+00:00 Starting gossipsub twice topics="libp2p gossipsub" tid=1 file=gossipsub.nim:1116
|
|
WRN 2026-03-29 11:44:25.229+00:00 Starting rendezvous twice topics="waku rendezvous" tid=1 file=rendezvous.nim:626
|
|
DBG 2026-03-29 11:44:25.229+00:00 Started libp2p node topics="libp2p switch" tid=1 file=switch.nim:403 peer="(peerId: 16Uiu2HAmKbpsEX2RGmtyFuUxKteNwvLBA6YVPgseyZ9s3XHnvtaY, listenAddrs: [/ip4/0.0.0.0/tcp/60769, /ip4/0.0.0.0/tcp/60770/ws], addrs: [/ip4/172.18.0.118/tcp/60769, /ip4/172.18.0.118/tcp/60770/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/reconciliation/1.0.0, /vac/waku/transfer/1.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 11:44:25.230+00:00 PeerInfo topics="waku node" tid=1 file=waku_node.nim:478 peerId=16U*HnvtaY addrs="[/ip4/172.18.0.118/tcp/60769, /ip4/172.18.0.118/tcp/60770/ws]"
|
|
INF 2026-03-29 11:44:25.230+00:00 Listening on topics="waku node" tid=1 file=waku_node.nim:501 full=[/ip4/0.0.0.0/tcp/60769/p2p/16Uiu2HAmKbpsEX2RGmtyFuUxKteNwvLBA6YVPgseyZ9s3XHnvtaY][/ip4/0.0.0.0/tcp/60770/ws/p2p/16Uiu2HAmKbpsEX2RGmtyFuUxKteNwvLBA6YVPgseyZ9s3XHnvtaY] localIp=172.17.0.103 switchAddress="@[/ip4/172.18.0.118/tcp/60769, /ip4/172.18.0.118/tcp/60770/ws]"
|
|
INF 2026-03-29 11:44:25.230+00:00 Announcing addresses topics="waku node" tid=1 file=waku_node.nim:503 full=[/ip4/172.18.0.118/tcp/60769/p2p/16Uiu2HAmKbpsEX2RGmtyFuUxKteNwvLBA6YVPgseyZ9s3XHnvtaY][/ip4/172.18.0.118/tcp/60770/ws/p2p/16Uiu2HAmKbpsEX2RGmtyFuUxKteNwvLBA6YVPgseyZ9s3XHnvtaY]
|
|
INF 2026-03-29 11:44:25.230+00:00 DNS: discoverable ENR topics="waku node" tid=1 file=waku_node.nim:504 enr=enr:-LO4QFubERByNdUTK8-Fvx-vMJgIwuR3KESJP6WiXEeCKnmXH_2FjwoY0hMogh4CPH6wm1dffphcuCncmrdumXYJCC8BgmlkgnY0gmlwhKwSAHaKbXVsdGlhZGRyc4wACgSsEgB2Bu1i3QOCcnOFAAMBAACJc2VjcDI1NmsxoQNnMlfALwhyhwiHHIWiMc4joWCTid6LJRaSTfe34BPYXYN0Y3CC7WGDdWRwgu1jhXdha3UyEw
|
|
INF 2026-03-29 11:44:25.230+00:00 Node started successfully topics="waku node" tid=1 file=waku_node.nim:681
|
|
TRC 2026-03-29 11:44:25.230+00:00 Starting relay connectivity loop topics="waku node peer_manager" tid=1 file=peer_manager.nim:1069
|
|
TRC 2026-03-29 11:44:25.230+00:00 Starting prune peerstore loop topics="waku node peer_manager" tid=1 file=peer_manager.nim:1062
|
|
INF 2026-03-29 11:44:25.230+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 11:44:25.230+00:00 PeerInfo topics="waku node" tid=1 file=waku_node.nim:478 peerId=16U*HnvtaY addrs="[/ip4/172.18.0.118/tcp/60769, /ip4/172.18.0.118/tcp/60770/ws]"
|
|
INF 2026-03-29 11:44:25.230+00:00 Listening on topics="waku node" tid=1 file=waku_node.nim:501 full=[/ip4/0.0.0.0/tcp/60769/p2p/16Uiu2HAmKbpsEX2RGmtyFuUxKteNwvLBA6YVPgseyZ9s3XHnvtaY][/ip4/0.0.0.0/tcp/60770/ws/p2p/16Uiu2HAmKbpsEX2RGmtyFuUxKteNwvLBA6YVPgseyZ9s3XHnvtaY] localIp=172.17.0.103 switchAddress="@[/ip4/172.18.0.118/tcp/60769, /ip4/172.18.0.118/tcp/60770/ws]"
|
|
INF 2026-03-29 11:44:25.231+00:00 Announcing addresses topics="waku node" tid=1 file=waku_node.nim:503 full=[/ip4/172.18.0.118/tcp/60769/p2p/16Uiu2HAmKbpsEX2RGmtyFuUxKteNwvLBA6YVPgseyZ9s3XHnvtaY][/ip4/172.18.0.118/tcp/60770/ws/p2p/16Uiu2HAmKbpsEX2RGmtyFuUxKteNwvLBA6YVPgseyZ9s3XHnvtaY]
|
|
INF 2026-03-29 11:44:25.231+00:00 DNS: discoverable ENR topics="waku node" tid=1 file=waku_node.nim:504 enr=enr:-LO4QFubERByNdUTK8-Fvx-vMJgIwuR3KESJP6WiXEeCKnmXH_2FjwoY0hMogh4CPH6wm1dffphcuCncmrdumXYJCC8BgmlkgnY0gmlwhKwSAHaKbXVsdGlhZGRyc4wACgSsEgB2Bu1i3QOCcnOFAAMBAACJc2VjcDI1NmsxoQNnMlfALwhyhwiHHIWiMc4joWCTid6LJRaSTfe34BPYXYN0Y3CC7WGDdWRwgu1jhXdha3UyEw
|
|
INF 2026-03-29 11:44:25.231+00:00 Waku node ENR updated successfully with new multiaddress topics="wakunode waku" tid=1 file=waku.nim:301 enr=enr:-L24QEPrees2jmjBE-uIRfauFzOKYk-FYSU9gRtHmwbkbqFNEP7HBHYKuvjhgTZNOTJxgQSm906Pd5XGVtQkgtBBZQQCgmlkgnY0gmlwhKwSAHaKbXVsdGlhZGRyc5YACASsEgB2Bu1hAAoErBIAdgbtYt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDZzJXwC8IcocIhxyFojHOI6Fgk4neiyUWkk33t-AT2F2DdGNwgu1hg3VkcILtY4V3YWt1MhM record="(2, id: \"v4\", ip: 172.18.0.118, multiaddrs: 0x000804AC12007606ED61000A04AC12007606ED62DD03, rs: 0x0003010000, secp256k1: 0x03673257C02F08728708871C85A231CE23A1609389DE8B2516924DF7B7E013D85D, tcp: 60769, udp: 60771, waku2: 0x13)"
|
|
INF 2026-03-29 11:44:25.231+00:00 peer filtering updated topics="waku discv5" tid=1 file=waku_discv5.nim:70
|
|
INF 2026-03-29 11:44:25.231+00:00 Starting discovery v5 service topics="waku discv5" tid=1 file=waku_discv5.nim:336
|
|
INF 2026-03-29 11:44:25.231+00:00 start listening on udp port topics="waku discv5" tid=1 file=waku_discv5.nim:338 address=0.0.0.0 port=60771
|
|
TRC 2026-03-29 11:44:25.231+00:00 start discv5 service topics="waku discv5" tid=1 file=waku_discv5.nim:346
|
|
INF 2026-03-29 11:44:25.231+00:00 Starting discovery v5 search topics="waku discv5" tid=1 file=waku_discv5.nim:258
|
|
TRC 2026-03-29 11:44:25.231+00:00 running discv5 discovery loop topics="waku discv5" tid=1 file=waku_discv5.nim:261
|
|
TRC 2026-03-29 11:44:25.231+00:00 discv5 discovered peers topics="waku discv5" tid=1 file=waku_discv5.nim:277 num_discovered_peers=0 peers=[]
|
|
TRC 2026-03-29 11:44:25.231+00:00 discv5 discarded wrong records topics="waku discv5" tid=1 file=waku_discv5.nim:281 wrong_records=[]
|
|
INF 2026-03-29 11:44:25.231+00:00 Successfully started discovery v5 service topics="waku discv5" tid=1 file=waku_discv5.nim:352
|
|
INF 2026-03-29 11:44:25.231+00:00 Discv5: discoverable ENR topics="waku discv5" tid=1 file=waku_discv5.nim:353 enrUri=enr:-L24QD5u-XqWkI7gaEZ1unKq4dPz6Rw9bjT0emkxqAdc47KNE95mXcKoP-yFpSfcHmnGw5-cWIJpgGlaUXzFXjy8HdsDgmlkgnY0gmlwhKwSAHaKbXVsdGlhZGRyc5YACASsEgB2Bu1hAAoErBIAdgbtYt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDZzJXwC8IcocIhxyFojHOI6Fgk4neiyUWkk33t-AT2F2DdGNwgu1hg3VkcILtY4V3YWt1MhM enr="(3, id: \"v4\", ip: 172.18.0.118, multiaddrs: 0x000804AC12007606ED61000A04AC12007606ED62DD03, rs: 0x0003010000, secp256k1: 0x03673257C02F08728708871C85A231CE23A1609389DE8B2516924DF7B7E013D85D, tcp: 60769, udp: 60771, waku2: 0x13)"
|
|
INF 2026-03-29 11:44:25.231+00:00 subscribe topics="waku relay" tid=1 file=protocol.nim:594 pubsubTopic=/waku/2/rs/3/0
|
|
TRC 2026-03-29 11:44:25.231+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 11:44:25.231+00:00 subscribing to topic topics="libp2p pubsub" tid=1 file=pubsub.nim:625 name=/waku/2/rs/3/0
|
|
TRC 2026-03-29 11:44:25.231+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 11:44:25.231+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 11:44:25.232+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 11:44:25.232+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 11:44:25.232+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 11:44:25.232+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 11:44:25.232+00:00 Health monitor loop start tid=1 file=node_health_monitor.nim:516
|
|
DBG 2026-03-29 11:44:25.232+00:00 calculateConnectionState tid=1 file=node_health_monitor.nim:408 relayCount=0 storeClientCount=0 lightpushCount=0 filterCount=0
|
|
INF 2026-03-29 11:44:25.232+00:00 starting keepalive tid=1 file=node_health_monitor.nim:678 randomPeersKeepalive=10s allPeersKeepalive=2m
|
|
TRC 2026-03-29 11:44:25.232+00:00 Running keepalive loop tid=1 file=node_health_monitor.nim:593
|
|
INF 2026-03-29 11:44:25.233+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 11:44:25.235+00:00 REST services are installed tid=1 file=builder.nim:221
|
|
INF 2026-03-29 11:44:25.235+00:00 Starting metrics HTTP server topics="waku node metrics" tid=1 file=waku_metrics.nim:63 serverIp=0.0.0.0 serverPort=60772
|
|
INF 2026-03-29 11:44:25.235+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 11:44:25.236+00:00 Metrics HTTP server started topics="waku node metrics" tid=1 file=waku_metrics.nim:73 serverIp=0.0.0.0 serverPort=60772
|
|
INF 2026-03-29 11:44:25.236+00:00 Setting up shutdown hooks topics="wakunode main" tid=1 file=wakunode2.nim:63
|
|
INF 2026-03-29 11:44:25.236+00:00 Node setup complete topics="wakunode main" tid=1 file=wakunode2.nim:102
|
|
TRC 2026-03-29 11:44:26.229+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140084830195792
|
|
TRC 2026-03-29 11:44:26.229+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 11:44:26.229+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 11:44:26.229+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 11:44:26.229+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 11:44:26.229+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
DBG 2026-03-29 11:44:26.232+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41270 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:26.232+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41270 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:26.232+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41270 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:26.335+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41284 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:26.335+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41284 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:26.335+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41284 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:26.438+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41298 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:26.438+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41298 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:26.438+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41298 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:26.540+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41308 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:26.540+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41308 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:26.541+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41308 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:26.643+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41314 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:26.643+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41314 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:26.644+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41314 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:26.746+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41324 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:26.746+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41324 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:26.747+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41324 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:26.849+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41332 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:26.849+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41332 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:26.849+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41332 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:26.952+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41336 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:26.952+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41336 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:26.952+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41336 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:27.055+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41338 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:27.055+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41338 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:27.055+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41338 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:27.159+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41344 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:27.159+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41344 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:27.159+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41344 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 11:44:27.229+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140084830195792
|
|
TRC 2026-03-29 11:44:27.229+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 11:44:27.229+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 11:44:27.229+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 11:44:27.229+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 11:44:27.229+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
DBG 2026-03-29 11:44:27.262+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41346 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:27.262+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41346 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:27.262+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41346 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:27.365+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41350 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:27.365+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41350 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:27.365+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41350 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:27.471+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41354 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:27.471+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41354 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:27.472+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41354 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:27.574+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41370 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:27.574+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41370 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:27.574+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41370 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:27.678+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41384 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:27.678+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41384 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:27.678+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41384 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:27.786+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41392 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:27.786+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41392 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:27.786+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41392 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:27.892+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41406 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:27.892+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41406 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:27.892+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41406 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:27.996+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41418 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:27.996+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41418 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:27.996+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41418 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:28.098+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41434 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:28.098+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41434 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:28.099+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41434 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:28.202+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41436 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:28.202+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41436 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:28.202+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41436 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 11:44:28.228+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140084830195792
|
|
TRC 2026-03-29 11:44:28.228+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 11:44:28.228+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 11:44:28.228+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 11:44:28.229+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 11:44:28.229+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
DBG 2026-03-29 11:44:28.305+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41448 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:28.305+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41448 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:28.305+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41448 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:28.408+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41452 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:28.408+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41452 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:28.408+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41452 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:28.511+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41462 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:28.511+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41462 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:28.511+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41462 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:28.614+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41470 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:28.614+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41470 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:28.614+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41470 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:28.718+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41472 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:28.718+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41472 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:28.719+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41472 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:28.821+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41488 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:28.821+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41488 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:28.822+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41488 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:28.924+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41494 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:28.924+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41494 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:28.924+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41494 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:29.027+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41496 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:29.027+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41496 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:29.027+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41496 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:29.130+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41506 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:29.130+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41506 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:29.130+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41506 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 11:44:29.229+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140084830195792
|
|
TRC 2026-03-29 11:44:29.229+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 11:44:29.229+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 11:44:29.229+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 11:44:29.229+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 11:44:29.229+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
DBG 2026-03-29 11:44:29.233+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41522 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:29.233+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41522 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:29.233+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41522 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:29.336+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41536 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:29.336+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41536 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:29.336+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41536 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:29.439+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41538 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:29.439+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41538 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:29.439+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41538 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:29.542+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41548 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:29.542+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41548 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:29.542+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41548 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:29.645+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41550 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:29.645+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41550 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:29.645+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41550 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:29.748+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41556 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:29.748+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41556 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:29.748+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41556 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:29.850+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41564 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:29.851+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41564 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:29.851+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41564 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:29.953+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41572 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:29.953+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41572 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:29.954+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41572 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:30.056+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41582 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:30.056+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41582 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:30.056+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41582 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:30.159+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41588 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:30.159+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41588 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:30.160+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41588 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 11:44:30.229+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140084830195792
|
|
TRC 2026-03-29 11:44:30.229+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 11:44:30.229+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 11:44:30.229+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 11:44:30.229+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 11:44:30.229+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
TRC 2026-03-29 11:44:30.232+00:00 running discv5 discovery loop topics="waku discv5" tid=1 file=waku_discv5.nim:261
|
|
TRC 2026-03-29 11:44:30.232+00:00 discv5 discovered peers topics="waku discv5" tid=1 file=waku_discv5.nim:277 num_discovered_peers=0 peers=[]
|
|
TRC 2026-03-29 11:44:30.232+00:00 discv5 discarded wrong records topics="waku discv5" tid=1 file=waku_discv5.nim:281 wrong_records=[]
|
|
INF 2026-03-29 11:44:30.252+00:00 Failed to query DNS topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:124 address=one.one.one.one error="DNS server timeout: Timeout exceeded!"
|
|
DBG 2026-03-29 11:44:30.262+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41604 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:30.262+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41604 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:30.263+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41604 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:30.367+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41606 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:30.367+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41606 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:30.367+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41606 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:30.470+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41618 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:30.470+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41618 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:30.470+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41618 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:30.573+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41630 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:30.573+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41630 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:30.573+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41630 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:30.677+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41640 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:30.677+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41640 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:30.677+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41640 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:30.780+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41644 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:30.780+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41644 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:30.780+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41644 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:30.883+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41654 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:30.883+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41654 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:30.883+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41654 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:30.985+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41656 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:30.985+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41656 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:30.985+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41656 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:31.088+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41662 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:31.089+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41662 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:31.089+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41662 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:31.191+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41664 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:31.191+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41664 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:31.192+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41664 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 11:44:31.227+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140084830195792
|
|
TRC 2026-03-29 11:44:31.227+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 11:44:31.227+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 11:44:31.227+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 11:44:31.227+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 11:44:31.227+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
DBG 2026-03-29 11:44:31.293+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41670 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:31.293+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41670 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:31.293+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41670 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:31.395+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41674 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:31.396+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41674 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:31.396+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41674 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:31.498+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41678 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:31.498+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41678 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:31.499+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41678 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:31.602+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41682 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:31.602+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41682 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:31.602+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41682 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:31.705+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41684 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:31.705+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41684 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:31.705+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41684 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:31.807+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41696 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:31.807+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41696 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:31.807+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41696 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:31.909+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41708 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:31.909+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41708 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:31.910+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41708 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:32.012+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41710 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:32.012+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41710 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:32.012+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41710 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:32.115+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41714 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:32.115+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41714 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:32.116+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41714 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:32.218+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41720 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:32.219+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41720 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:32.219+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41720 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 11:44:32.227+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140084830195792
|
|
TRC 2026-03-29 11:44:32.227+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 11:44:32.227+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 11:44:32.227+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 11:44:32.227+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 11:44:32.227+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
DBG 2026-03-29 11:44:32.322+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41730 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:32.322+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41730 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:32.322+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41730 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:32.426+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41740 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:32.426+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41740 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:32.426+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41740 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:32.528+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41744 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:32.528+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41744 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:32.528+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41744 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:32.630+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60128 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:32.630+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60128 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:32.631+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60128 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:32.733+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60136 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:32.733+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60136 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:32.734+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60136 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:32.836+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60146 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:32.836+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60146 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:32.836+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60146 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:32.939+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60158 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:32.939+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60158 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:32.939+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60158 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:33.041+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60170 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:33.042+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60170 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:33.042+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60170 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:33.144+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60182 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:33.144+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60182 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:33.145+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60182 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 11:44:33.227+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140084830195792
|
|
TRC 2026-03-29 11:44:33.227+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 11:44:33.227+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 11:44:33.227+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 11:44:33.227+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 11:44:33.228+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
DBG 2026-03-29 11:44:33.247+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60190 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:33.247+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60190 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:33.247+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60190 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:33.350+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60198 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:33.351+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60198 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:33.351+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60198 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:33.453+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60214 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:33.454+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60214 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:33.454+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60214 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:33.557+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60226 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:33.557+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60226 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:33.558+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60226 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:33.661+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60228 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:33.661+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60228 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:33.661+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60228 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:33.764+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60240 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:33.764+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60240 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:33.764+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60240 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:33.867+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60256 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:33.867+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60256 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:33.867+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60256 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:33.969+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60272 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:33.970+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60272 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:33.970+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60272 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:34.073+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60278 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:34.073+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60278 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:34.073+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60278 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:34.176+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60288 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:34.176+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60288 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:34.176+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60288 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 11:44:34.227+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140084830195792
|
|
TRC 2026-03-29 11:44:34.227+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 11:44:34.227+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 11:44:34.227+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 11:44:34.227+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 11:44:34.228+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
DBG 2026-03-29 11:44:34.278+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60302 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:34.278+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60302 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:34.279+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60302 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:34.381+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60310 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:34.381+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60310 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:34.382+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60310 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 11:44:34.462+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.0.0.1:53
|
|
DBG 2026-03-29 11:44:34.484+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60314 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:34.484+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60314 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:34.484+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60314 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:34.587+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60316 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:34.587+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60316 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:34.587+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60316 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:34.689+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60330 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:34.689+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60330 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:34.690+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60330 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:34.792+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60332 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:34.793+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60332 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:34.793+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60332 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:34.895+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60342 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:34.895+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60342 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:34.896+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60342 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:34.998+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60350 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:34.998+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60350 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:34.998+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60350 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:35.102+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60358 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:35.102+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60358 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:35.102+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60358 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:35.205+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60366 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:35.205+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60366 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:35.205+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60366 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 11:44:35.228+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140084830195792
|
|
TRC 2026-03-29 11:44:35.228+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 11:44:35.228+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 11:44:35.228+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 11:44:35.228+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 11:44:35.228+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
TRC 2026-03-29 11:44:35.228+00:00 waku rendezvous advertisements started topics="waku rendezvous" tid=1 file=protocol.nim:112
|
|
TRC 2026-03-29 11:44:35.228+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=140084830074576
|
|
TRC 2026-03-29 11:44:35.228+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 11:44:35.228+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 11:44:35.228+00:00 waku rendezvous client requests started topics="waku rendezvous client" tid=1 file=client.nim:43
|
|
TRC 2026-03-29 11:44:35.228+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=140084830074576
|
|
TRC 2026-03-29 11:44:35.228+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 11:44:35.228+00:00 waku rendezvous requests failed topics="waku rendezvous client" tid=1 file=client.nim:87 error="could not get a peer supporting WakuRendezVousCodec"
|
|
INF 2026-03-29 11:44:35.228+00:00 periodic sync started topics="waku reconciliation" tid=1 file=reconciliation.nim:438
|
|
TRC 2026-03-29 11:44:35.228+00:00 Selecting peer from peerstore topics="waku node peer_manager" tid=1 file=peer_manager.nim:224 protocol=/vac/waku/reconciliation/1.0.0 peers=[] address=140084830074576
|
|
TRC 2026-03-29 11:44:35.228+00:00 No peer found for protocol topics="waku node peer_manager" tid=1 file=peer_manager.nim:265 protocol=/vac/waku/reconciliation/1.0.0
|
|
ERR 2026-03-29 11:44:35.228+00:00 periodic sync failed topics="waku reconciliation" tid=1 file=reconciliation.nim:441 err="no suitable peer found for sync"
|
|
TRC 2026-03-29 11:44:35.232+00:00 running discv5 discovery loop topics="waku discv5" tid=1 file=waku_discv5.nim:261
|
|
TRC 2026-03-29 11:44:35.232+00:00 discv5 discovered peers topics="waku discv5" tid=1 file=waku_discv5.nim:277 num_discovered_peers=0 peers=[]
|
|
TRC 2026-03-29 11:44:35.232+00:00 discv5 discarded wrong records topics="waku discv5" tid=1 file=waku_discv5.nim:281 wrong_records=[]
|
|
TRC 2026-03-29 11:44:35.232+00:00 Mesh peers for keepalive tid=1 file=node_health_monitor.nim:558 meshPeers=[]
|
|
TRC 2026-03-29 11:44:35.232+00:00 Selected peers for keepalive tid=1 file=node_health_monitor.nim:569 selected=[]
|
|
TRC 2026-03-29 11:44:35.232+00:00 Pinging random peers tid=1 file=node_health_monitor.nim:629 count=0 countdownToPingAll=11
|
|
TRC 2026-03-29 11:44:35.232+00:00 Keepalive results tid=1 file=node_health_monitor.nim:644 attemptedPings=0 successfulPings=0
|
|
TRC 2026-03-29 11:44:35.232+00:00 Running keepalive loop tid=1 file=node_health_monitor.nim:593
|
|
DBG 2026-03-29 11:44:35.308+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60378 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:35.308+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60378 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:35.309+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60378 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:35.412+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60388 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:35.412+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60388 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:35.412+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60388 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:35.515+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60390 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:35.515+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60390 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:35.515+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60390 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:35.617+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60394 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:35.617+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60394 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:35.618+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60394 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:35.721+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60402 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:35.721+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60402 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:35.721+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60402 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:35.823+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60416 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:35.823+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60416 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:35.824+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60416 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:35.926+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60428 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:35.926+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60428 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:35.926+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60428 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:36.028+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60430 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:36.028+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60430 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:36.029+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60430 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:36.132+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60432 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:36.132+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60432 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:36.132+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60432 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 11:44:36.229+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140084830195792
|
|
TRC 2026-03-29 11:44:36.229+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 11:44:36.229+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 11:44:36.229+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 11:44:36.229+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 11:44:36.229+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
DBG 2026-03-29 11:44:36.235+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60444 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:36.235+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60444 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:36.235+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60444 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:36.338+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60446 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:36.338+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60446 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:36.338+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60446 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:36.441+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60448 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:36.441+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60448 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:36.441+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60448 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:36.543+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60450 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:36.543+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60450 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:36.543+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60450 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:36.646+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60458 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:36.646+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60458 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:36.646+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60458 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:36.749+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60462 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:36.749+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60462 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:36.749+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60462 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:36.852+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60474 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:36.852+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60474 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:36.852+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60474 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:36.954+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60478 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:36.954+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60478 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:36.955+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60478 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:37.057+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60494 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:37.057+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60494 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:37.057+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60494 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:37.160+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60500 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:37.160+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60500 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:37.160+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60500 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 11:44:37.228+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140084830195792
|
|
TRC 2026-03-29 11:44:37.228+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 11:44:37.228+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 11:44:37.228+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 11:44:37.228+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 11:44:37.228+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
TRC 2026-03-29 11:44:37.228+00:00 running scoring heartbeat topics="libp2p gossipsub" tid=1 file=scoring.nim:312 instance=140084830195792
|
|
TRC 2026-03-29 11:44:37.228+00:00 updating scores topics="libp2p gossipsub" tid=1 file=scoring.nim:144 peers=0
|
|
TRC 2026-03-29 11:44:37.228+00:00 updated scores topics="libp2p gossipsub" tid=1 file=scoring.nim:308 peers=0
|
|
DBG 2026-03-29 11:44:37.263+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60504 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:37.263+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60504 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:37.263+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60504 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:37.365+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60514 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:37.365+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60514 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:37.366+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60514 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:37.470+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60522 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:37.470+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60522 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:37.470+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60522 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:37.572+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60532 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:37.573+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60532 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:37.573+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60532 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:37.676+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60536 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:37.676+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60536 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:37.676+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60536 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:37.778+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60546 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:37.779+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60546 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:37.779+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60546 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:37.882+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60558 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:37.882+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60558 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:37.882+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60558 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:37.985+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60574 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:37.985+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60574 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:37.985+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60574 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:38.088+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60576 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:38.088+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60576 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:38.089+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60576 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:38.193+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60582 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:38.193+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60582 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:38.193+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60582 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 11:44:38.227+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140084830195792
|
|
TRC 2026-03-29 11:44:38.227+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 11:44:38.227+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 11:44:38.227+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 11:44:38.227+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 11:44:38.227+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
DBG 2026-03-29 11:44:38.296+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60598 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:38.296+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60598 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:38.296+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60598 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:38.399+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60606 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:38.399+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60606 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:38.399+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60606 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:38.502+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60618 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:38.502+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60618 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:38.502+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60618 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:38.605+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60622 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:38.605+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60622 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:38.605+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60622 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:38.707+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60624 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:38.707+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60624 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:38.708+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60624 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:38.811+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60636 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:38.811+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60636 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:38.811+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60636 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:38.913+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60642 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:38.914+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60642 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:38.914+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60642 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:39.016+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60646 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:39.016+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60646 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:39.016+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60646 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:39.119+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60652 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:39.119+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60652 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:39.120+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60652 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:39.222+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60666 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:39.222+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60666 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:39.222+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60666 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 11:44:39.227+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140084830195792
|
|
TRC 2026-03-29 11:44:39.227+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 11:44:39.227+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 11:44:39.227+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 11:44:39.227+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 11:44:39.227+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
DBG 2026-03-29 11:44:39.325+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60674 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:39.325+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60674 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:39.325+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60674 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:39.428+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60676 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:39.428+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60676 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:39.428+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60676 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 11:44:39.463+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 11:44:39.531+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60680 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:39.531+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60680 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:39.531+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60680 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:39.634+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60684 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:39.634+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60684 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:39.634+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60684 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:39.737+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60686 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:39.737+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60686 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:39.738+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60686 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:39.841+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60702 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:39.841+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60702 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:39.841+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60702 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:39.944+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60718 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:39.944+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60718 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:39.944+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60718 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:40.046+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60720 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:40.047+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60720 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:40.047+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60720 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:40.150+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60734 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:40.150+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60734 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:40.150+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60734 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 11:44:40.229+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140084830195792
|
|
TRC 2026-03-29 11:44:40.229+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 11:44:40.229+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 11:44:40.229+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 11:44:40.229+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 11:44:40.229+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
INF 2026-03-29 11:44:40.229+00:00 periodic prune started topics="waku reconciliation" tid=1 file=reconciliation.nim:455
|
|
INF 2026-03-29 11:44:40.229+00:00 periodic prune done topics="waku reconciliation" tid=1 file=reconciliation.nim:463 elements_pruned=0
|
|
TRC 2026-03-29 11:44:40.233+00:00 running discv5 discovery loop topics="waku discv5" tid=1 file=waku_discv5.nim:261
|
|
TRC 2026-03-29 11:44:40.233+00:00 discv5 discovered peers topics="waku discv5" tid=1 file=waku_discv5.nim:277 num_discovered_peers=0 peers=[]
|
|
TRC 2026-03-29 11:44:40.233+00:00 discv5 discarded wrong records topics="waku discv5" tid=1 file=waku_discv5.nim:281 wrong_records=[]
|
|
DBG 2026-03-29 11:44:40.253+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60742 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:40.253+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60742 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:40.253+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60742 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:40.356+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60746 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:40.356+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60746 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:40.356+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60746 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:40.458+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60750 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:40.458+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60750 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:40.459+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60750 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:40.562+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60754 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:40.562+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60754 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:40.562+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60754 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:40.665+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60764 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:40.665+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60764 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:40.665+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60764 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:40.768+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60774 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:40.768+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60774 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:40.768+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60774 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:40.871+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60780 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:40.871+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60780 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:40.871+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60780 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:40.974+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60788 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:40.974+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60788 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:40.974+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60788 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:41.077+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60802 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:41.077+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60802 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:41.077+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60802 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:41.180+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60810 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:41.180+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60810 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:41.181+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60810 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 11:44:41.227+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140084830195792
|
|
TRC 2026-03-29 11:44:41.227+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 11:44:41.227+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 11:44:41.227+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 11:44:41.227+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 11:44:41.227+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
DBG 2026-03-29 11:44:41.283+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60818 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:41.283+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60818 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:41.283+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60818 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:41.386+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60822 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:41.386+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60822 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:41.386+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60822 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:41.489+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60826 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:41.489+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60826 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:41.489+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60826 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:41.591+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60842 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:41.592+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60842 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:41.592+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60842 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:41.694+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60854 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:41.694+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60854 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:41.695+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60854 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:41.797+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60860 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:41.797+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60860 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:41.798+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60860 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:41.900+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60866 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:41.900+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60866 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:41.901+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60866 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:42.003+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60880 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:42.003+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60880 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:42.004+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60880 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:42.108+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60888 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:42.108+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60888 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:42.108+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60888 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:42.211+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60892 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:42.211+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60892 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:42.211+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60892 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 11:44:42.228+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140084830195792
|
|
TRC 2026-03-29 11:44:42.228+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 11:44:42.228+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 11:44:42.228+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 11:44:42.228+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 11:44:42.228+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
DBG 2026-03-29 11:44:42.314+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60894 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:42.314+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60894 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:42.314+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60894 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:42.417+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60908 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:42.417+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60908 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:42.417+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60908 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:42.519+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60912 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:42.519+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60912 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:42.520+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60912 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:42.624+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40034 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:42.624+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40034 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:42.624+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40034 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:42.726+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40042 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:42.726+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40042 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:42.727+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40042 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:42.829+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40048 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:42.829+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40048 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:42.829+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40048 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:42.932+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40052 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:42.932+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40052 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:42.932+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40052 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:43.035+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40054 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:43.035+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40054 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:43.035+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40054 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:43.138+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40068 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:43.138+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40068 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:43.138+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40068 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 11:44:43.227+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140084830195792
|
|
TRC 2026-03-29 11:44:43.227+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 11:44:43.227+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 11:44:43.227+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 11:44:43.227+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 11:44:43.227+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
DBG 2026-03-29 11:44:43.241+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40078 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:43.241+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40078 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:43.241+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40078 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:43.344+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40084 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:43.344+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40084 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:43.344+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40084 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:43.447+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40088 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:43.447+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40088 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:43.447+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40088 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:43.549+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40096 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:43.550+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40096 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:43.550+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40096 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:43.652+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40108 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:43.652+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40108 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:43.653+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40108 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:43.755+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40116 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:43.755+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40116 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:43.755+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40116 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:43.858+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40122 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:43.858+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40122 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:43.858+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40122 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:43.961+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40136 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:43.961+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40136 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:43.961+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40136 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:44.063+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40138 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:44.063+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40138 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:44.064+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40138 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:44.166+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40146 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:44.166+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40146 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:44.166+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40146 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 11:44:44.228+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140084830195792
|
|
TRC 2026-03-29 11:44:44.228+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 11:44:44.228+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 11:44:44.228+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 11:44:44.228+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 11:44:44.228+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
DBG 2026-03-29 11:44:44.269+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40152 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:44.269+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40152 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:44.269+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40152 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:44.372+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40154 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:44.372+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40154 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:44.372+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40154 uri=/health content_type=application/json content_size=821
|
|
INF 2026-03-29 11:44:44.464+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 11:44:44.467+00:00 Got IPs from DNS server topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:155 resolvedAddresses={"1.0.0.1", "1.1.1.1", "2606:4700:4700:0000:0000:0000:0000:1111", "2606:4700:4700:0000:0000:0000:0000:1001"} server=1.0.0.1:53
|
|
DBG 2026-03-29 11:44:44.476+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40164 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:44.476+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40164 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:44.476+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40164 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:44.579+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40168 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:44.579+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40168 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:44.579+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40168 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:44.682+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40172 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:44.682+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40172 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:44.682+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40172 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:44.785+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40180 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:44.785+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40180 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:44.785+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40180 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:44.888+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40188 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:44.888+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40188 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:44.888+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40188 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:44.990+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40192 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:44.990+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40192 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:44.991+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40192 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:45.093+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40202 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:45.093+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40202 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:45.093+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40202 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:45.197+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40218 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:45.197+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40218 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:45.197+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40218 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 11:44:45.227+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140084830195792
|
|
TRC 2026-03-29 11:44:45.227+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 11:44:45.227+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 11:44:45.227+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 11:44:45.227+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 11:44:45.227+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
TRC 2026-03-29 11:44:45.228+00:00 waku rendezvous advertisements started topics="waku rendezvous" tid=1 file=protocol.nim:112
|
|
TRC 2026-03-29 11:44:45.229+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=140084830074576
|
|
TRC 2026-03-29 11:44:45.229+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 11:44:45.229+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 11:44:45.229+00:00 waku rendezvous client requests started topics="waku rendezvous client" tid=1 file=client.nim:43
|
|
TRC 2026-03-29 11:44:45.229+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=140084830074576
|
|
TRC 2026-03-29 11:44:45.229+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 11:44:45.229+00:00 waku rendezvous requests failed topics="waku rendezvous client" tid=1 file=client.nim:87 error="could not get a peer supporting WakuRendezVousCodec"
|
|
INF 2026-03-29 11:44:45.229+00:00 periodic sync started topics="waku reconciliation" tid=1 file=reconciliation.nim:438
|
|
TRC 2026-03-29 11:44:45.229+00:00 Selecting peer from peerstore topics="waku node peer_manager" tid=1 file=peer_manager.nim:224 protocol=/vac/waku/reconciliation/1.0.0 peers=[] address=140084830074576
|
|
TRC 2026-03-29 11:44:45.229+00:00 No peer found for protocol topics="waku node peer_manager" tid=1 file=peer_manager.nim:265 protocol=/vac/waku/reconciliation/1.0.0
|
|
ERR 2026-03-29 11:44:45.229+00:00 periodic sync failed topics="waku reconciliation" tid=1 file=reconciliation.nim:441 err="no suitable peer found for sync"
|
|
TRC 2026-03-29 11:44:45.233+00:00 Mesh peers for keepalive tid=1 file=node_health_monitor.nim:558 meshPeers=[]
|
|
TRC 2026-03-29 11:44:45.233+00:00 Selected peers for keepalive tid=1 file=node_health_monitor.nim:569 selected=[]
|
|
TRC 2026-03-29 11:44:45.233+00:00 Pinging random peers tid=1 file=node_health_monitor.nim:629 count=0 countdownToPingAll=10
|
|
TRC 2026-03-29 11:44:45.233+00:00 Keepalive results tid=1 file=node_health_monitor.nim:644 attemptedPings=0 successfulPings=0
|
|
TRC 2026-03-29 11:44:45.233+00:00 Running keepalive loop tid=1 file=node_health_monitor.nim:593
|
|
TRC 2026-03-29 11:44:45.233+00:00 running discv5 discovery loop topics="waku discv5" tid=1 file=waku_discv5.nim:261
|
|
TRC 2026-03-29 11:44:45.233+00:00 discv5 discovered peers topics="waku discv5" tid=1 file=waku_discv5.nim:277 num_discovered_peers=0 peers=[]
|
|
TRC 2026-03-29 11:44:45.233+00:00 discv5 discarded wrong records topics="waku discv5" tid=1 file=waku_discv5.nim:281 wrong_records=[]
|
|
DBG 2026-03-29 11:44:45.299+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40224 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:45.299+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40224 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:45.300+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40224 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:45.402+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40240 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:45.403+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40240 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:45.403+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40240 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:45.505+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40246 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:45.505+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40246 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:45.505+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40246 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:45.607+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40250 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:45.608+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40250 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:45.608+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40250 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:45.711+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40252 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:45.711+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40252 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:45.711+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40252 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:45.814+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40260 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:45.814+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40260 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:45.814+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40260 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:45.917+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40274 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:45.917+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40274 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:45.917+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40274 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:46.019+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40290 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:46.020+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40290 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:46.020+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40290 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:46.122+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40292 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:46.123+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40292 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:46.123+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40292 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 11:44:46.226+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40298 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:46.226+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40298 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:46.226+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40298 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 11:44:46.227+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140084830195792
|
|
TRC 2026-03-29 11:44:46.227+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 11:44:46.227+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 11:44:46.227+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 11:44:46.228+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 11:44:46.228+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
DBG 2026-03-29 11:44:46.328+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40308 meth=GET uri=/health
|
|
DBG 2026-03-29 11:44:46.328+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40308 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 11:44:46.329+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40308 uri=/health content_type=application/json content_size=821
|
|
NTC 2026-03-29 11:44:46.431+00:00 Shutting down after receiving SIGTERM topics="wakunode main" tid=1 file=wakunode2.nim:82
|
|
INF 2026-03-29 11:44:46.432+00:00 Stopping discovery v5 service topics="waku discv5" tid=1 file=waku_discv5.nim:362
|
|
TRC 2026-03-29 11:44:46.432+00:00 Stop listening on discv5 port topics="waku discv5" tid=1 file=waku_discv5.nim:365
|
|
INF 2026-03-29 11:44:46.432+00:00 Successfully stopped discovery v5 service topics="waku discv5" tid=1 file=waku_discv5.nim:368
|
|
TRC 2026-03-29 11:44:46.432+00:00 Stopping switch topics="libp2p switch" tid=1 file=switch.nim:328
|
|
INF 2026-03-29 11:44:46.432+00:00 Stopping AutonatService topics="libp2p autonatservice" tid=1 file=service.nim:237
|
|
TRC 2026-03-29 11:44:46.433+00:00 Closing ConnManager topics="libp2p connmanager" tid=1 file=connmanager.nim:434
|
|
TRC 2026-03-29 11:44:46.433+00:00 Closed ConnManager topics="libp2p connmanager" tid=1 file=connmanager.nim:448
|
|
TRC 2026-03-29 11:44:46.433+00:00 Stopping TCP transport topics="libp2p tcptransport" tid=1 file=tcptransport.nim:159
|
|
TRC 2026-03-29 11:44:46.433+00:00 stopping transport topics="libp2p transport" tid=1 file=transport.nim:59 address=@[/ip4/0.0.0.0/tcp/60769]
|
|
TRC 2026-03-29 11:44:46.433+00:00 Transport stopped topics="libp2p tcptransport" tid=1 file=tcptransport.nim:189
|
|
TRC 2026-03-29 11:44:46.433+00:00 Stopping WS transport topics="libp2p wstransport" tid=1 file=wstransport.nim:213
|
|
TRC 2026-03-29 11:44:46.433+00:00 stopping transport topics="libp2p transport" tid=1 file=transport.nim:59 address=@[/ip4/0.0.0.0/tcp/60770/ws]
|
|
TRC 2026-03-29 11:44:46.433+00:00 Transport stopped topics="libp2p wstransport" tid=1 file=wstransport.nim:235
|
|
TRC 2026-03-29 11:44:46.433+00:00 gossipsub stop topics="libp2p gossipsub" tid=1 file=gossipsub.nim:1131
|
|
TRC 2026-03-29 11:44:46.433+00:00 Switch stopped topics="libp2p switch" tid=1 file=switch.nim:354
|
|
INF 2026-03-29 11:44:46.433+00:00 Store Sync Reconciliation protocol stopped topics="waku reconciliation" tid=1 file=reconciliation.nim:496
|
|
INF 2026-03-29 11:44:46.433+00:00 Store Sync Transfer protocol stopped topics="waku transfer" tid=1 file=transfer.nim:237
|
|
WRN 2026-03-29 11:44:46.433+00:00 Stopping rendezvous without starting it topics="waku rendezvous" tid=1 file=rendezvous.nim:638
|
|
WRN 2026-03-29 11:44:46.433+00:00 Stopping rendezvous without starting it topics="waku rendezvous" tid=1 file=rendezvous.nim:638
|
|
INF 2026-03-29 11:44:46.433+00:00 waku rendezvous discovery stopped topics="waku rendezvous" tid=1 file=protocol.nim:239
|
|
INF 2026-03-29 11:44:46.433+00:00 waku rendezvous client stopped topics="waku rendezvous client" tid=1 file=client.nim:142
|
|
INF 2026-03-29 11:44:46.433+00:00 Health monitor loop end tid=1 file=node_health_monitor.nim:543
|
|
NTC 2026-03-29 11:44:46.433+00:00 REST service stopped tid=1 file=server.nim:187 address=0.0.0.0:60768
|
|
WRN 2026-03-29 11:44:25.183+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 11:44:25.183+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 11:44:25.184+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 11:44:25.184+00:00 Configuration. Network topics="waku conf" tid=1 file=waku_conf.nim:166 cluster=3
|
|
INF 2026-03-29 11:44:25.184+00:00 Configuration. Active Relay Shards topics="waku conf" tid=1 file=waku_conf.nim:169 shard=0
|
|
INF 2026-03-29 11:44:25.184+00:00 Setting up storage tid=1 file=node_factory.nim:532
|
|
INF 2026-03-29 11:44:25.184+00:00 Initializing node tid=1 file=node_factory.nim:541
|
|
TRC 2026-03-29 11:44:25.185+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/ipfs/id/1.0.0]"
|
|
TRC 2026-03-29 11:44:25.185+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/libp2p/autonat/1.0.0]"
|
|
TRC 2026-03-29 11:44:25.185+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 11:44:25.186+00:00 no peer storage found tid=1 file=peer_manager.nim:1219
|
|
INF 2026-03-29 11:44:25.186+00:00 Initializing networking tid=1 file=waku_node.nim:228 addrs="@[/ip4/172.18.0.118/tcp/60769, /ip4/172.18.0.118/tcp/60770/ws]"
|
|
INF 2026-03-29 11:44:25.186+00:00 Mounting protocols tid=1 file=node_factory.nim:547
|
|
INF 2026-03-29 11:44:25.186+00:00 Created WakuMetadata protocol topics="waku node" tid=1 file=protocol.nim:107 clusterId=3 shards="[0]"
|
|
TRC 2026-03-29 11:44:25.186+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/vac/waku/metadata/1.0.0]"
|
|
INF 2026-03-29 11:44:25.189+00:00 sqlite database page stats tid=1 file=builder.nim:53 pageSize=4096 pages=1 freePages=0
|
|
INF 2026-03-29 11:44:25.189+00:00 starting message store's sqlite database migration topics="waku archive migration" tid=1 file=migrations.nim:57
|
|
INF 2026-03-29 11:44:25.190+00:00 Not considered schema version 7 topics="waku archive migration" tid=1 file=migrations.nim:45
|
|
INF 2026-03-29 11:44:25.190+00:00 database schema is outdated topics="sqlite" tid=1 file=db_sqlite.nim:447 userVersion=0 targetVersion=10
|
|
INF 2026-03-29 11:44:25.191+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 11:44:25.193+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 11:44:25.193+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 11:44:25.194+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 11:44:25.194+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 11:44:25.194+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 11:44:25.194+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE Message;"
|
|
INF 2026-03-29 11:44:25.195+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP TABLE Message;"
|
|
INF 2026-03-29 11:44:25.195+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 11:44:25.195+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 11:44:25.196+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 11:44:25.196+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 11:44:25.196+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE Message_backup;"
|
|
INF 2026-03-29 11:44:25.198+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP TABLE Message_backup;"
|
|
INF 2026-03-29 11:44:25.198+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 11:44:25.199+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 11:44:25.200+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 11:44:25.200+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 11:44:25.200+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE Message;"
|
|
INF 2026-03-29 11:44:25.200+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP TABLE Message;"
|
|
INF 2026-03-29 11:44:25.200+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 11:44:25.201+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 11:44:25.201+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 11:44:25.201+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 11:44:25.202+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE Message_backup;"
|
|
INF 2026-03-29 11:44:25.202+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP TABLE Message_backup;"
|
|
INF 2026-03-29 11:44:25.203+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 11:44:25.204+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 11:44:25.204+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 11:44:25.205+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 11:44:25.205+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 11:44:25.205+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 11:44:25.205+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE Message_backup;"
|
|
INF 2026-03-29 11:44:25.208+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP TABLE Message_backup;"
|
|
INF 2026-03-29 11:44:25.208+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 11:44:25.208+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 11:44:25.208+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 11:44:25.210+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 11:44:25.210+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 11:44:25.211+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 11:44:25.211+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 11:44:25.212+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 11:44:25.212+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 11:44:25.212+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 11:44:25.212+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 11:44:25.213+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 11:44:25.213+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 11:44:25.214+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 11:44:25.214+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 11:44:25.215+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 11:44:25.215+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 11:44:25.215+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 11:44:25.215+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE message_backup;"
|
|
INF 2026-03-29 11:44:25.217+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP TABLE message_backup;"
|
|
INF 2026-03-29 11:44:25.217+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 11:44:25.218+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 11:44:25.218+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 11:44:25.219+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 11:44:25.219+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 11:44:25.219+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 11:44:25.219+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE message_backup;"
|
|
INF 2026-03-29 11:44:25.220+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP TABLE message_backup;"
|
|
INF 2026-03-29 11:44:25.220+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 11:44:25.221+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 11:44:25.221+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 11:44:25.223+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 11:44:25.223+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 11:44:25.224+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 11:44:25.225+00:00 database user_version updated topics="sqlite" tid=1 file=db_sqlite.nim:481 userVersion=10
|
|
INF 2026-03-29 11:44:25.225+00:00 finished message store's sqlite database migration topics="waku archive migration" tid=1 file=migrations.nim:70
|
|
INF 2026-03-29 11:44:25.225+00:00 setting up sqlite waku archive driver tid=1 file=builder.nim:65
|
|
INF 2026-03-29 11:44:25.226+00:00 executing message retention policy topics="waku archive" tid=1 file=archive.nim:270 policy=time:172800
|
|
INF 2026-03-29 11:44:25.226+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 11:44:25.226+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 11:44:25.226+00:00 mounting waku store protocol topics="waku node store api" tid=1 file=store.nim:255
|
|
TRC 2026-03-29 11:44:25.226+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 11:44:25.226+00:00 initial storage filling started topics="waku reconciliation" tid=1 file=reconciliation.nim:357
|
|
INF 2026-03-29 11:44:25.226+00:00 initial storage filling done topics="waku reconciliation" tid=1 file=reconciliation.nim:379 elements=0
|
|
INF 2026-03-29 11:44:25.226+00:00 Store Reconciliation protocol initialized topics="waku node" tid=1 file=reconciliation.nim:427 sync_range=2m sync_interval=10s relay_jitter=1m30s
|
|
TRC 2026-03-29 11:44:25.226+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/vac/waku/reconciliation/1.0.0]"
|
|
INF 2026-03-29 11:44:25.226+00:00 Store Transfer protocol initialized topics="waku node" tid=1 file=transfer.nim:216
|
|
TRC 2026-03-29 11:44:25.226+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/vac/waku/transfer/1.0.0]"
|
|
INF 2026-03-29 11:44:25.226+00:00 mounting store client topics="waku node store api" tid=1 file=store.nim:274
|
|
INF 2026-03-29 11:44:25.226+00:00 mounting legacy store client topics="waku node store api" tid=1 file=store.nim:145
|
|
INF 2026-03-29 11:44:25.226+00:00 mounting auto sharding topics="waku node" tid=1 file=waku_node.nim:305 clusterId=3 shardCount=1
|
|
INF 2026-03-29 11:44:25.226+00:00 Shards created from content topics tid=1 file=node_factory.nim:333 contentTopics=[] shards=[]
|
|
INF 2026-03-29 11:44:25.227+00:00 Setting max message size tid=1 file=node_factory.nim:342 num_bytes=153600
|
|
INF 2026-03-29 11:44:25.227+00:00 mounting relay protocol topics="waku node relay api" tid=1 file=relay.nim:259
|
|
TRC 2026-03-29 11:44:25.227+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 11:44:25.227+00:00 relay mounted successfully topics="waku node relay api" tid=1 file=relay.nim:276
|
|
INF 2026-03-29 11:44:25.227+00:00 adding validator to signed shards tid=1 file=validator_signed.nim:56 protectedShards=[] clusterId=3
|
|
INF 2026-03-29 11:44:25.227+00:00 mounting rendezvous discovery protocol topics="waku node" tid=1 file=waku_node.nim:432
|
|
INF 2026-03-29 11:44:25.227+00:00 waku rendezvous initialized topics="waku node" tid=1 file=protocol.nim:206 clusterId=3 shards="[0]" capabilities="[Relay, Store, Sync]" wakuPeerRecord="(peerId: 16U*HnvtaY, seqNo: 1774784665, addresses: [/ip4/172.18.0.118/tcp/60769, /ip4/172.18.0.118/tcp/60770/ws], mixKey: )"
|
|
TRC 2026-03-29 11:44:25.227+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/vac/waku/rendezvous/1.0.0]"
|
|
INF 2026-03-29 11:44:25.227+00:00 mounting rendezvous client topics="waku node" tid=1 file=waku_node.nim:418
|
|
INF 2026-03-29 11:44:25.227+00:00 waku rendezvous client initialized topics="waku node" tid=1 file=client.nim:130 clusterId=3
|
|
INF 2026-03-29 11:44:25.227+00:00 mounting libp2p ping protocol topics="waku node ping api" tid=1 file=ping.nim:20
|
|
TRC 2026-03-29 11:44:25.227+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/ipfs/ping/1.0.0]"
|
|
INF 2026-03-29 11:44:25.227+00:00 mounting light push client topics="waku node lightpush api" tid=1 file=lightpush.nim:183
|
|
INF 2026-03-29 11:44:25.227+00:00 mounting legacy light push client topics="waku node lightpush api" tid=1 file=lightpush.nim:72
|
|
INF 2026-03-29 11:44:25.227+00:00 mounting filter client topics="waku node filter api" tid=1 file=filter.nim:81
|
|
TRC 2026-03-29 11:44:25.227+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 11:44:25.227+00:00 mounting waku peer exchange topics="waku node peerexchange api" tid=1 file=peer_exchange.nim:37
|
|
TRC 2026-03-29 11:44:25.227+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 11:44:25.227+00:00 mounting waku peer exchange client topics="waku node peerexchange api" tid=1 file=peer_exchange.nim:54
|
|
NTC 2026-03-29 11:44:25.227+00:00 REST service started tid=1 file=server.nim:182 address=0.0.0.0:60768
|
|
INF 2026-03-29 11:44:25.227+00:00 Starting REST HTTP server tid=1 file=builder.nim:113 url=http://0.0.0.0:60768/
|
|
INF 2026-03-29 11:44:25.227+00:00 No external callbacks to be set topics="wakunode waku" tid=1 file=waku.nim:127
|
|
TRC 2026-03-29 11:44:25.228+00:00 Send processor chain topics="send service" tid=1 file=send_service.nim:94 index=1 processor=BaseSendProcessor
|
|
INF 2026-03-29 11:44:25.228+00:00 Retrieve dynamic bootstrap nodes topics="wakunode waku" tid=1 file=waku.nim:367
|
|
INF 2026-03-29 11:44:25.228+00:00 Running nwaku node tid=1 file=node_factory.nim:464 version=v0.38.0-rc.0-14-g5c335c
|
|
INF 2026-03-29 11:44:25.228+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 11:44:25.228+00:00 starting relay protocol topics="waku node" tid=1 file=waku_node.nim:389
|
|
INF 2026-03-29 11:44:25.228+00:00 start topics="waku relay" tid=1 file=protocol.nim:519
|
|
TRC 2026-03-29 11:44:25.228+00:00 gossipsub start topics="libp2p gossipsub" tid=1 file=gossipsub.nim:1113
|
|
TRC 2026-03-29 11:44:25.228+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140084830195792
|
|
TRC 2026-03-29 11:44:25.228+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
TRC 2026-03-29 11:44:25.228+00:00 running scoring heartbeat topics="libp2p gossipsub" tid=1 file=scoring.nim:312 instance=140084830195792
|
|
TRC 2026-03-29 11:44:25.228+00:00 updating scores topics="libp2p gossipsub" tid=1 file=scoring.nim:144 peers=0
|
|
TRC 2026-03-29 11:44:25.228+00:00 updated scores topics="libp2p gossipsub" tid=1 file=scoring.nim:308 peers=0
|
|
INF 2026-03-29 11:44:25.228+00:00 relay started successfully topics="waku node" tid=1 file=waku_node.nim:410
|
|
INF 2026-03-29 11:44:25.228+00:00 waku rendezvous periodic registration started topics="waku rendezvous" tid=1 file=protocol.nim:127 interval=10s
|
|
INF 2026-03-29 11:44:25.228+00:00 waku rendezvous discovery started topics="waku rendezvous" tid=1 file=protocol.nim:227
|
|
INF 2026-03-29 11:44:25.228+00:00 waku rendezvous periodic requests started topics="waku rendezvous client" tid=1 file=client.nim:80 interval=10s
|
|
INF 2026-03-29 11:44:25.228+00:00 waku rendezvous client started topics="waku rendezvous client" tid=1 file=client.nim:136
|
|
INF 2026-03-29 11:44:25.228+00:00 periodic sync initialized topics="waku reconciliation" tid=1 file=reconciliation.nim:433 interval=10s
|
|
INF 2026-03-29 11:44:25.228+00:00 periodic prune initialized topics="waku reconciliation" tid=1 file=reconciliation.nim:447 interval=10s
|
|
INF 2026-03-29 11:44:25.228+00:00 Store Sync Reconciliation protocol started topics="waku reconciliation" tid=1 file=reconciliation.nim:485
|
|
INF 2026-03-29 11:44:25.228+00:00 Store Sync Transfer protocol started topics="waku transfer" tid=1 file=transfer.nim:229
|
|
DBG 2026-03-29 11:44:25.228+00:00 starting switch for peer topics="libp2p switch" tid=1 file=switch.nim:363 peerInfo="(peerId: 16Uiu2HAmKbpsEX2RGmtyFuUxKteNwvLBA6YVPgseyZ9s3XHnvtaY, listenAddrs: [/ip4/0.0.0.0/tcp/60770/ws, /ip4/0.0.0.0/tcp/60769], 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/reconciliation/1.0.0, /vac/waku/transfer/1.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 11:44:25.228+00:00 Starting TCP transport topics="libp2p tcptransport" tid=1 file=tcptransport.nim:116
|
|
TRC 2026-03-29 11:44:25.228+00:00 Listening on topics="libp2p tcptransport" tid=1 file=tcptransport.nim:140 address=/ip4/0.0.0.0/tcp/60769
|
|
TRC 2026-03-29 11:44:25.228+00:00 starting transport on addrs topics="libp2p transport" tid=1 file=transport.nim:49 address=@[/ip4/0.0.0.0/tcp/60769]
|
|
DBG 2026-03-29 11:44:25.228+00:00 About to accept incoming connection topics="libp2p switch" tid=1 file=switch.nim:272
|
|
TRC 2026-03-29 11:44:25.229+00:00 Starting WS transport topics="libp2p wstransport" tid=1 file=wstransport.nim:154
|
|
TRC 2026-03-29 11:44:25.229+00:00 starting transport on addrs topics="libp2p transport" tid=1 file=transport.nim:49 address=@[/ip4/0.0.0.0/tcp/60770/ws]
|
|
TRC 2026-03-29 11:44:25.229+00:00 Created HTTP Server topics="libp2p wstransport" tid=1 file=server.nim:262 host=0.0.0.0:60770
|
|
TRC 2026-03-29 11:44:25.229+00:00 Listening on topics="libp2p wstransport" tid=1 file=wstransport.nim:204 addresses="[/ip4/0.0.0.0/tcp/60770/ws]"
|
|
INF 2026-03-29 11:44:25.229+00:00 Setting up AutonatService topics="libp2p autonatservice" tid=1 file=service.nim:207
|
|
TRC 2026-03-29 11:44:25.229+00:00 Running AutonatService topics="libp2p autonatservice" tid=1 file=service.nim:231
|
|
TRC 2026-03-29 11:44:25.229+00:00 Asking peers for reachability topics="libp2p autonatservice" tid=1 file=service.nim:160
|
|
DBG 2026-03-29 11:44:25.229+00:00 About to accept incoming connection topics="libp2p switch" tid=1 file=switch.nim:272
|
|
TRC 2026-03-29 11:44:25.229+00:00 WsTransport accept topics="libp2p wstransport" tid=1 file=wstransport.nim:279
|
|
TRC 2026-03-29 11:44:25.229+00:00 Awaiting new request topics="websock http-server" tid=1 file=server.nim:194
|
|
TRC 2026-03-29 11:44:25.229+00:00 gossipsub start topics="libp2p gossipsub" tid=1 file=gossipsub.nim:1113
|
|
WRN 2026-03-29 11:44:25.229+00:00 Starting gossipsub twice topics="libp2p gossipsub" tid=1 file=gossipsub.nim:1116
|
|
WRN 2026-03-29 11:44:25.229+00:00 Starting rendezvous twice topics="waku rendezvous" tid=1 file=rendezvous.nim:626
|
|
DBG 2026-03-29 11:44:25.229+00:00 Started libp2p node topics="libp2p switch" tid=1 file=switch.nim:403 peer="(peerId: 16Uiu2HAmKbpsEX2RGmtyFuUxKteNwvLBA6YVPgseyZ9s3XHnvtaY, listenAddrs: [/ip4/0.0.0.0/tcp/60769, /ip4/0.0.0.0/tcp/60770/ws], addrs: [/ip4/172.18.0.118/tcp/60769, /ip4/172.18.0.118/tcp/60770/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/reconciliation/1.0.0, /vac/waku/transfer/1.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 11:44:25.230+00:00 PeerInfo topics="waku node" tid=1 file=waku_node.nim:478 peerId=16U*HnvtaY addrs="[/ip4/172.18.0.118/tcp/60769, /ip4/172.18.0.118/tcp/60770/ws]"
|
|
INF 2026-03-29 11:44:25.230+00:00 Listening on topics="waku node" tid=1 file=waku_node.nim:501 full=[/ip4/0.0.0.0/tcp/60769/p2p/16Uiu2HAmKbpsEX2RGmtyFuUxKteNwvLBA6YVPgseyZ9s3XHnvtaY][/ip4/0.0.0.0/tcp/60770/ws/p2p/16Uiu2HAmKbpsEX2RGmtyFuUxKteNwvLBA6YVPgseyZ9s3XHnvtaY] localIp=172.17.0.103 switchAddress="@[/ip4/172.18.0.118/tcp/60769, /ip4/172.18.0.118/tcp/60770/ws]"
|
|
INF 2026-03-29 11:44:25.230+00:00 Announcing addresses topics="waku node" tid=1 file=waku_node.nim:503 full=[/ip4/172.18.0.118/tcp/60769/p2p/16Uiu2HAmKbpsEX2RGmtyFuUxKteNwvLBA6YVPgseyZ9s3XHnvtaY][/ip4/172.18.0.118/tcp/60770/ws/p2p/16Uiu2HAmKbpsEX2RGmtyFuUxKteNwvLBA6YVPgseyZ9s3XHnvtaY]
|
|
INF 2026-03-29 11:44:25.230+00:00 DNS: discoverable ENR topics="waku node" tid=1 file=waku_node.nim:504 enr=enr:-LO4QFubERByNdUTK8-Fvx-vMJgIwuR3KESJP6WiXEeCKnmXH_2FjwoY0hMogh4CPH6wm1dffphcuCncmrdumXYJCC8BgmlkgnY0gmlwhKwSAHaKbXVsdGlhZGRyc4wACgSsEgB2Bu1i3QOCcnOFAAMBAACJc2VjcDI1NmsxoQNnMlfALwhyhwiHHIWiMc4joWCTid6LJRaSTfe34BPYXYN0Y3CC7WGDdWRwgu1jhXdha3UyEw
|
|
INF 2026-03-29 11:44:25.230+00:00 Node started successfully topics="waku node" tid=1 file=waku_node.nim:681
|
|
TRC 2026-03-29 11:44:25.230+00:00 Starting relay connectivity loop topics="waku node peer_manager" tid=1 file=peer_manager.nim:1069
|
|
TRC 2026-03-29 11:44:25.230+00:00 Starting prune peerstore loop topics="waku node peer_manager" tid=1 file=peer_manager.nim:1062
|
|
INF 2026-03-29 11:44:25.230+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 11:44:25.230+00:00 PeerInfo topics="waku node" tid=1 file=waku_node.nim:478 peerId=16U*HnvtaY addrs="[/ip4/172.18.0.118/tcp/60769, /ip4/172.18.0.118/tcp/60770/ws]"
|
|
INF 2026-03-29 11:44:25.230+00:00 Listening on topics="waku node" tid=1 file=waku_node.nim:501 full=[/ip4/0.0.0.0/tcp/60769/p2p/16Uiu2HAmKbpsEX2RGmtyFuUxKteNwvLBA6YVPgseyZ9s3XHnvtaY][/ip4/0.0.0.0/tcp/60770/ws/p2p/16Uiu2HAmKbpsEX2RGmtyFuUxKteNwvLBA6YVPgseyZ9s3XHnvtaY] localIp=172.17.0.103 switchAddress="@[/ip4/172.18.0.118/tcp/60769, /ip4/172.18.0.118/tcp/60770/ws]"
|
|
INF 2026-03-29 11:44:25.231+00:00 Announcing addresses topics="waku node" tid=1 file=waku_node.nim:503 full=[/ip4/172.18.0.118/tcp/60769/p2p/16Uiu2HAmKbpsEX2RGmtyFuUxKteNwvLBA6YVPgseyZ9s3XHnvtaY][/ip4/172.18.0.118/tcp/60770/ws/p2p/16Uiu2HAmKbpsEX2RGmtyFuUxKteNwvLBA6YVPgseyZ9s3XHnvtaY]
|
|
INF 2026-03-29 11:44:25.231+00:00 DNS: discoverable ENR topics="waku node" tid=1 file=waku_node.nim:504 enr=enr:-LO4QFubERByNdUTK8-Fvx-vMJgIwuR3KESJP6WiXEeCKnmXH_2FjwoY0hMogh4CPH6wm1dffphcuCncmrdumXYJCC8BgmlkgnY0gmlwhKwSAHaKbXVsdGlhZGRyc4wACgSsEgB2Bu1i3QOCcnOFAAMBAACJc2VjcDI1NmsxoQNnMlfALwhyhwiHHIWiMc4joWCTid6LJRaSTfe34BPYXYN0Y3CC7WGDdWRwgu1jhXdha3UyEw
|
|
INF 2026-03-29 11:44:25.231+00:00 Waku node ENR updated successfully with new multiaddress topics="wakunode waku" tid=1 file=waku.nim:301 enr=enr:-L24QEPrees2jmjBE-uIRfauFzOKYk-FYSU9gRtHmwbkbqFNEP7HBHYKuvjhgTZNOTJxgQSm906Pd5XGVtQkgtBBZQQCgmlkgnY0gmlwhKwSAHaKbXVsdGlhZGRyc5YACASsEgB2Bu1hAAoErBIAdgbtYt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDZzJXwC8IcocIhxyFojHOI6Fgk4neiyUWkk33t-AT2F2DdGNwgu1hg3VkcILtY4V3YWt1MhM record="(2, id: \"v4\", ip: 172.18.0.118, multiaddrs: 0x000804AC12007606ED61000A04AC12007606ED62DD03, rs: 0x0003010000, secp256k1: 0x03673257C02F08728708871C85A231CE23A1609389DE8B2516924DF7B7E013D85D, tcp: 60769, udp: 60771, waku2: 0x13)"
|
|
INF 2026-03-29 11:44:25.231+00:00 peer filtering updated topics="waku discv5" tid=1 file=waku_discv5.nim:70
|
|
INF 2026-03-29 11:44:25.231+00:00 Starting discovery v5 service topics="waku discv5" tid=1 file=waku_discv5.nim:336
|
|
INF 2026-03-29 11:44:25.231+00:00 start listening on udp port topics="waku discv5" tid=1 file=waku_discv5.nim:338 address=0.0.0.0 port=60771
|
|
TRC 2026-03-29 11:44:25.231+00:00 start discv5 service topics="waku discv5" tid=1 file=waku_discv5.nim:346
|
|
INF 2026-03-29 11:44:25.231+00:00 Starting discovery v5 search topics="waku discv5" tid=1 file=waku_discv5.nim:258
|
|
TRC 2026-03-29 11:44:25.231+00:00 running discv5 discovery loop topics="waku discv5" tid=1 file=waku_discv5.nim:261
|
|
TRC 2026-03-29 11:44:25.231+00:00 discv5 discovered peers topics="waku discv5" tid=1 file=waku_discv5.nim:277 num_discovered_peers=0 peers=[]
|
|
TRC 2026-03-29 11:44:25.231+00:00 discv5 discarded wrong records topics="waku discv5" tid=1 file=waku_discv5.nim:281 wrong_records=[]
|
|
INF 2026-03-29 11:44:25.231+00:00 Successfully started discovery v5 service topics="waku discv5" tid=1 file=waku_discv5.nim:352
|
|
INF 2026-03-29 11:44:25.231+00:00 Discv5: discoverable ENR topics="waku discv5" tid=1 file=waku_discv5.nim:353 enrUri=enr:-L24QD5u-XqWkI7gaEZ1unKq4dPz6Rw9bjT0emkxqAdc47KNE95mXcKoP-yFpSfcHmnGw5-cWIJpgGlaUXzFXjy8HdsDgmlkgnY0gmlwhKwSAHaKbXVsdGlhZGRyc5YACASsEgB2Bu1hAAoErBIAdgbtYt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDZzJXwC8IcocIhxyFojHOI6Fgk4neiyUWkk33t-AT2F2DdGNwgu1hg3VkcILtY4V3YWt1MhM enr="(3, id: \"v4\", ip: 172.18.0.118, multiaddrs: 0x000804AC12007606ED61000A04AC12007606ED62DD03, rs: 0x0003010000, secp256k1: 0x03673257C02F08728708871C85A231CE23A1609389DE8B2516924DF7B7E013D85D, tcp: 60769, udp: 60771, waku2: 0x13)"
|
|
INF 2026-03-29 11:44:25.231+00:00 subscribe topics="waku relay" tid=1 file=protocol.nim:594 pubsubTopic=/waku/2/rs/3/0
|
|
TRC 2026-03-29 11:44:25.231+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 11:44:25.231+00:00 subscribing to topic topics="libp2p pubsub" tid=1 file=pubsub.nim:625 name=/waku/2/rs/3/0
|
|
TRC 2026-03-29 11:44:25.231+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 11:44:25.231+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 11:44:25.232+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 11:44:25.232+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 11:44:25.232+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 11:44:25.232+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 11:44:25.232+00:00 Health monitor loop start tid=1 file=node_health_monitor.nim:516
|
|
DBG 2026-03-29 11:44:25.232+00:00 calculateConnectionState tid=1 file=node_health_monitor.nim:408 relayCount=0 storeClientCount=0 lightpushCount=0 filterCount=0
|
|
INF 2026-03-29 11:44:25.232+00:00 starting keepalive tid=1 file=node_health_monitor.nim:678 randomPeersKeepalive=10s allPeersKeepalive=2m
|
|
TRC 2026-03-29 11:44:25.232+00:00 Running keepalive loop tid=1 file=node_health_monitor.nim:593
|
|
INF 2026-03-29 11:44:25.233+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 11:44:25.235+00:00 REST services are installed tid=1 file=builder.nim:221
|
|
INF 2026-03-29 11:44:25.235+00:00 Starting metrics HTTP server topics="waku node metrics" tid=1 file=waku_metrics.nim:63 serverIp=0.0.0.0 serverPort=60772
|
|
INF 2026-03-29 11:44:25.235+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
|
|
4:32.079+00:00 connectToRelayPeers: won't attempt new connections - node is offline topics="waku node peer_manager" tid=1 file=peer_manager.nim:624
|
|
TRC 2026-03-29 11:44:33.048+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=139908029214800
|
|
TRC 2026-03-29 11:44:33.048+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 11:44:33.048+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 11:44:33.048+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 11:44:33.048+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 11:44:33.048+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
ERR 2026-03-29 11:44:33.080+00:00 connectToRelayPeers: won't attempt new connections - node is offline topics="waku node peer_manager" tid=1 file=peer_manager.nim:624
|
|
TRC 2026-03-29 11:44:34.048+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=139908029214800
|
|
TRC 2026-03-29 11:44:34.048+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 11:44:34.048+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 11:44:34.048+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 11:44:34.048+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 11:44:34.048+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
ERR 2026-03-29 11:44:34.079+00:00 connectToRelayPeers: won't attempt new connections - node is offline topics="waku node peer_manager" tid=1 file=peer_manager.nim:624
|
|
TRC 2026-03-29 11:44:35.048+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=139908029214800
|
|
TRC 2026-03-29 11:44:35.048+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 11:44:35.048+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 11:44:35.048+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 11:44:35.048+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 11:44:35.048+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
ERR 2026-03-29 11:44:35.081+00:00 connectToRelayPeers: won't attempt new connections - node is offline topics="waku node peer_manager" tid=1 file=peer_manager.nim:624
|
|
TRC 2026-03-29 11:44:36.048+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=139908029214800
|
|
TRC 2026-03-29 11:44:36.048+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 11:44:36.048+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 11:44:36.048+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 11:44:36.048+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 11:44:36.048+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
ERR 2026-03-29 11:44:36.081+00:00 connectToRelayPeers: won't attempt new connections - node is offline topics="waku node peer_manager" tid=1 file=peer_manager.nim:624
|
|
TRC 2026-03-29 11:44:36.137+00:00 Resolving IP using DNS topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:101 address=one.one.one.one servers="[1.1.1.1:53, 1.0.0.1:53]" domain=AF_UNSPEC
|
|
TRC 2026-03-29 11:44:37.048+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=139908029214800
|
|
TRC 2026-03-29 11:44:37.048+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 11:44:37.048+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 11:44:37.048+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 11:44:37.048+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 11:44:37.048+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
INF 2026-03-29 11:44:37.050+00:00 periodic prune started topics="waku reconciliation" tid=1 file=reconciliation.nim:455
|
|
INF 2026-03-29 11:44:37.050+00:00 periodic prune done topics="waku reconciliation" tid=1 file=reconciliation.nim:463 elements_pruned=0
|
|
TRC 2026-03-29 11:44:37.058+00:00 running discv5 discovery loop topics="waku discv5" tid=1 file=waku_discv5.nim:261
|
|
TRC 2026-03-29 11:44:37.058+00:00 discv5 discovered peers topics="waku discv5" tid=1 file=waku_discv5.nim:277 num_discovered_peers=0 peers=[]
|
|
TRC 2026-03-29 11:44:37.058+00:00 discv5 discarded wrong records topics="waku discv5" tid=1 file=waku_discv5.nim:281 wrong_records=[]
|
|
ERR 2026-03-29 11:44:37.082+00:00 connectToRelayPeers: won't attempt new connections - node is offline topics="waku node peer_manager" tid=1 file=peer_manager.nim:624
|
|
TRC 2026-03-29 11:44:38.047+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=139908029214800
|
|
TRC 2026-03-29 11:44:38.047+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 11:44:38.047+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 11:44:38.047+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 11:44:38.047+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 11:44:38.047+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
ERR 2026-03-29 11:44:38.082+00:00 connectToRelayPeers: won't attempt new connections - node is offline topics="waku node peer_manager" tid=1 file=peer_manager.nim:624
|
|
TRC 2026-03-29 11:44:39.048+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=139908029214800
|
|
TRC 2026-03-29 11:44:39.048+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 11:44:39.048+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 11:44:39.048+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 11:44:39.048+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 11:44:39.048+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
ERR 2026-03-29 11:44:39.083+00:00 connectToRelayPeers: won't attempt new connections - node is offline topics="waku node peer_manager" tid=1 file=peer_manager.nim:624
|
|
TRC 2026-03-29 11:44:39.659+00:00 Got IPs from DNS server topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:155 resolvedAddresses={"1.0.0.1", "1.1.1.1", "2606:4700:4700:0000:0000:0000:0000:1111", "2606:4700:4700:0000:0000:0000:0000:1001"} server=1.1.1.1:53
|
|
TRC 2026-03-29 11:44:40.047+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=139908029214800
|
|
TRC 2026-03-29 11:44:40.047+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 11:44:40.047+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 11:44:40.047+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 11:44:40.047+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 11:44:40.047+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
TRC 2026-03-29 11:44:41.048+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=139908029214800
|
|
TRC 2026-03-29 11:44:41.048+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 11:44:41.048+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 11:44:41.048+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 11:44:41.048+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 11:44:41.048+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
TRC 2026-03-29 11:44:42.048+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=139908029214800
|
|
TRC 2026-03-29 11:44:42.048+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 11:44:42.048+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 11:44:42.048+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 11:44:42.048+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 11:44:42.048+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
TRC 2026-03-29 11:44:42.048+00:00 running scoring heartbeat topics="libp2p gossipsub" tid=1 file=scoring.nim:312 instance=139908029214800
|
|
TRC 2026-03-29 11:44:42.048+00:00 updating scores topics="libp2p gossipsub" tid=1 file=scoring.nim:144 peers=0
|
|
TRC 2026-03-29 11:44:42.048+00:00 updated scores topics="libp2p gossipsub" tid=1 file=scoring.nim:308 peers=0
|
|
TRC 2026-03-29 11:44:42.048+00:00 Running AutonatService topics="libp2p autonatservice" tid=1 file=service.nim:231
|
|
TRC 2026-03-29 11:44:42.048+00:00 Asking peers for reachability topics="libp2p autonatservice" tid=1 file=service.nim:160
|
|
TRC 2026-03-29 11:44:42.051+00:00 waku rendezvous advertisements started topics="waku rendezvous" tid=1 file=protocol.nim:112
|
|
TRC 2026-03-29 11:44:42.051+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=139908029093456
|
|
TRC 2026-03-29 11:44:42.051+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 11:44:42.051+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 11:44:42.052+00:00 waku rendezvous client requests started topics="waku rendezvous client" tid=1 file=client.nim:43
|
|
TRC 2026-03-29 11:44:42.052+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=139908029093456
|
|
TRC 2026-03-29 11:44:42.052+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 11:44:42.052+00:00 waku rendezvous requests failed topics="waku rendezvous client" tid=1 file=client.nim:87 error="could not get a peer supporting WakuRendezVousCodec"
|
|
INF 2026-03-29 11:44:42.052+00:00 periodic sync started topics="waku reconciliation" tid=1 file=reconciliation.nim:438
|
|
TRC 2026-03-29 11:44:42.052+00:00 Selecting peer from peerstore topics="waku node peer_manager" tid=1 file=peer_manager.nim:224 protocol=/vac/waku/reconciliation/1.0.0 peers=[] address=139908029093456
|
|
TRC 2026-03-29 11:44:42.052+00:00 No peer found for protocol topics="waku node peer_manager" tid=1 file=peer_manager.nim:265 protocol=/vac/waku/reconciliation/1.0.0
|
|
ERR 2026-03-29 11:44:42.052+00:00 periodic sync failed topics="waku reconciliation" tid=1 file=reconciliation.nim:441 err="no suitable peer found for sync"
|
|
TRC 2026-03-29 11:44:42.055+00:00 Mesh peers for keepalive tid=1 file=node_health_monitor.nim:558 meshPeers=[]
|
|
TRC 2026-03-29 11:44:42.055+00:00 Selected peers for keepalive tid=1 file=node_health_monitor.nim:569 selected=[]
|
|
TRC 2026-03-29 11:44:42.055+00:00 Pinging random peers tid=1 file=node_health_monitor.nim:629 count=0 countdownToPingAll=6
|
|
TRC 2026-03-29 11:44:42.055+00:00 Keepalive results tid=1 file=node_health_monitor.nim:644 attemptedPings=0 successfulPings=0
|
|
TRC 2026-03-29 11:44:42.055+00:00 Running keepalive loop tid=1 file=node_health_monitor.nim:593
|
|
TRC 2026-03-29 11:44:42.060+00:00 running discv5 discovery loop topics="waku discv5" tid=1 file=waku_discv5.nim:261
|
|
TRC 2026-03-29 11:44:42.060+00:00 discv5 discovered peers topics="waku discv5" tid=1 file=waku_discv5.nim:277 num_discovered_peers=0 peers=[]
|
|
TRC 2026-03-29 11:44:42.060+00:00 discv5 discarded wrong records topics="waku discv5" tid=1 file=waku_discv5.nim:281 wrong_records=[]
|
|
TRC 2026-03-29 11:44:43.048+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=139908029214800
|
|
TRC 2026-03-29 11:44:43.048+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 11:44:43.048+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 11:44:43.048+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 11:44:43.048+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 11:44:43.048+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
TRC 2026-03-29 11:44:44.048+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=139908029214800
|
|
TRC 2026-03-29 11:44:44.048+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 11:44:44.048+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 11:44:44.048+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 11:44:44.048+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 11:44:44.048+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
TRC 2026-03-29 11:44:44.659+00:00 Resolving IP using DNS topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:101 address=one.one.one.one servers="[1.1.1.1:53, 1.0.0.1:53]" domain=AF_UNSPEC
|
|
TRC 2026-03-29 11:44:45.048+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=139908029214800
|
|
TRC 2026-03-29 11:44:45.048+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 11:44:45.048+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 11:44:45.048+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 11:44:45.048+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 11:44:45.048+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
TRC 2026-03-29 11:44:46.048+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=139908029214800
|
|
TRC 2026-03-29 11:44:46.048+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 11:44:46.048+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 11:44:46.048+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 11:44:46.048+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 11:44:46.048+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
TRC 2026-03-29 11:44:47.047+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=139908029214800
|
|
TRC 2026-03-29 11:44:47.047+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 11:44:47.047+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 11:44:47.047+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 11:44:47.047+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 11:44:47.047+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
INF 2026-03-29 11:44:47.050+00:00 periodic prune started topics="waku reconciliation" tid=1 file=reconciliation.nim:455
|
|
INF 2026-03-29 11:44:47.050+00:00 periodic prune done topics="waku reconciliation" tid=1 file=reconciliation.nim:463 elements_pruned=0
|
|
TRC 2026-03-29 11:44:47.060+00:00 running discv5 discovery loop topics="waku discv5" tid=1 file=waku_discv5.nim:261
|
|
TRC 2026-03-29 11:44:47.060+00:00 discv5 discovered peers topics="waku discv5" tid=1 file=waku_discv5.nim:277 num_discovered_peers=0 peers=[]
|
|
TRC 2026-03-29 11:44:47.060+00:00 discv5 discarded wrong records topics="waku discv5" tid=1 file=waku_discv5.nim:281 wrong_records=[]
|