mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-04-28 06:33:40 +00:00
1369 lines
249 KiB
Plaintext
1369 lines
249 KiB
Plaintext
WRN 2026-03-29 12:33:15.967+00:00 whether to mount storeSync is not specified, defaulting to not mounting topics="waku conf builder" tid=1 file=waku_conf_builder.nim:471
|
|
bSubscribeShards: some(@[0])
|
|
INF 2026-03-29 12:33:15.967+00:00 Sharding configuration: topics="waku conf builder" tid=1 file=waku_conf_builder.nim:506 shardingConf="(kind: AutoSharding, numShardsInCluster: 1)" subscribeShards=@[0]
|
|
INF 2026-03-29 12:33:15.967+00:00 Configuration: Enabled protocols topics="waku conf" tid=1 file=waku_conf.nim:157 relay=true rlnRelay=false store=true filter=false lightPush=false peerExchange=true rendezvous=true
|
|
INF 2026-03-29 12:33:15.967+00:00 Configuration. Network topics="waku conf" tid=1 file=waku_conf.nim:166 cluster=3
|
|
INF 2026-03-29 12:33:15.967+00:00 Configuration. Active Relay Shards topics="waku conf" tid=1 file=waku_conf.nim:169 shard=0
|
|
INF 2026-03-29 12:33:15.968+00:00 Setting up storage tid=1 file=node_factory.nim:532
|
|
INF 2026-03-29 12:33:15.968+00:00 Initializing node tid=1 file=node_factory.nim:541
|
|
TRC 2026-03-29 12:33:15.969+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/ipfs/id/1.0.0]"
|
|
TRC 2026-03-29 12:33:15.969+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/libp2p/autonat/1.0.0]"
|
|
TRC 2026-03-29 12:33:15.969+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/libp2p/circuit/relay/0.2.0/hop, /libp2p/circuit/relay/0.1.0]"
|
|
TRC 2026-03-29 12:33:15.969+00:00 no peer storage found tid=1 file=peer_manager.nim:1219
|
|
INF 2026-03-29 12:33:15.969+00:00 Initializing networking tid=1 file=waku_node.nim:228 addrs="@[/ip4/172.18.57.211/tcp/55737, /ip4/172.18.57.211/tcp/55738/ws]"
|
|
INF 2026-03-29 12:33:15.969+00:00 Mounting protocols tid=1 file=node_factory.nim:547
|
|
INF 2026-03-29 12:33:15.969+00:00 Created WakuMetadata protocol topics="waku node" tid=1 file=protocol.nim:107 clusterId=3 shards="[0]"
|
|
TRC 2026-03-29 12:33:15.969+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/vac/waku/metadata/1.0.0]"
|
|
INF 2026-03-29 12:33:15.976+00:00 sqlite database page stats tid=1 file=builder.nim:53 pageSize=4096 pages=1 freePages=0
|
|
INF 2026-03-29 12:33:15.976+00:00 starting message store's sqlite database migration topics="waku archive migration" tid=1 file=migrations.nim:57
|
|
INF 2026-03-29 12:33:15.977+00:00 Not considered schema version 7 topics="waku archive migration" tid=1 file=migrations.nim:45
|
|
INF 2026-03-29 12:33:15.977+00:00 database schema is outdated topics="sqlite" tid=1 file=db_sqlite.nim:447 userVersion=0 targetVersion=10
|
|
INF 2026-03-29 12:33:15.979+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="CREATE TABLE IF NOT EXISTS Message(\n id BLOB PRIMARY KEY,\n timestamp INTEGER NOT NULL,\n contentTopic BLOB NOT NULL,\n pubsubTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL\n ) WITHOUT ROWID;"
|
|
INF 2026-03-29 12:33:15.982+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="CREATE TABLE IF NOT EXISTS Message(\n id BLOB PRIMARY KEY,\n timestamp INTEGER NOT NULL,\n contentTopic BLOB NOT NULL,\n pubsubTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL\n ) WITHOUT ROWID;"
|
|
INF 2026-03-29 12:33:15.982+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="CREATE TABLE IF NOT EXISTS Message_backup (\n id BLOB PRIMARY KEY,\n timestamp INTEGER NOT NULL,\n contentTopic BLOB NOT NULL,\n pubsubTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL\n ) WITHOUT ROWID;"
|
|
INF 2026-03-29 12:33:15.984+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="CREATE TABLE IF NOT EXISTS Message_backup (\n id BLOB PRIMARY KEY,\n timestamp INTEGER NOT NULL,\n contentTopic BLOB NOT NULL,\n pubsubTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL\n ) WITHOUT ROWID;"
|
|
INF 2026-03-29 12:33:15.984+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="INSERT INTO Message_backup SELECT id, timestamp, contentTopic, pubsubTopic, payload, version FROM Message;"
|
|
INF 2026-03-29 12:33:15.984+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="INSERT INTO Message_backup SELECT id, timestamp, contentTopic, pubsubTopic, payload, version FROM Message;"
|
|
INF 2026-03-29 12:33:15.984+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE Message;"
|
|
INF 2026-03-29 12:33:15.985+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP TABLE Message;"
|
|
INF 2026-03-29 12:33:15.985+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="CREATE TABLE IF NOT EXISTS Message(\n id BLOB PRIMARY KEY,\n receiverTimestamp REAL NOT NULL,\n contentTopic BLOB NOT NULL,\n pubsubTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL,\n senderTimestamp REAL NOT NULL\n ) WITHOUT ROWID;"
|
|
INF 2026-03-29 12:33:15.986+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="CREATE TABLE IF NOT EXISTS Message(\n id BLOB PRIMARY KEY,\n receiverTimestamp REAL NOT NULL,\n contentTopic BLOB NOT NULL,\n pubsubTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL,\n senderTimestamp REAL NOT NULL\n ) WITHOUT ROWID;"
|
|
INF 2026-03-29 12:33:15.986+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="INSERT INTO Message (id, receiverTimestamp, contentTopic, pubsubTopic, payload, version, senderTimestamp)\n SELECT id, timestamp, contentTopic, pubsubTopic, payload, version, 0\n FROM Message_backup;"
|
|
INF 2026-03-29 12:33:15.986+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="INSERT INTO Message (id, receiverTimestamp, contentTopic, pubsubTopic, payload, version, senderTimestamp)\n SELECT id, timestamp, contentTopic, pubsubTopic, payload, version, 0\n FROM Message_backup;"
|
|
INF 2026-03-29 12:33:15.986+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE Message_backup;"
|
|
INF 2026-03-29 12:33:15.987+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP TABLE Message_backup;"
|
|
INF 2026-03-29 12:33:15.987+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="CREATE TABLE IF NOT EXISTS Message_backup (\n id BLOB PRIMARY KEY,\n receiverTimestamp REAL NOT NULL,\n contentTopic BLOB NOT NULL,\n pubsubTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL,\n senderTimestamp REAL NOT NULL\n ) WITHOUT ROWID;"
|
|
INF 2026-03-29 12:33:15.988+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="CREATE TABLE IF NOT EXISTS Message_backup (\n id BLOB PRIMARY KEY,\n receiverTimestamp REAL NOT NULL,\n contentTopic BLOB NOT NULL,\n pubsubTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL,\n senderTimestamp REAL NOT NULL\n ) WITHOUT ROWID;"
|
|
INF 2026-03-29 12:33:15.988+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="INSERT INTO Message_backup SELECT id, receiverTimestamp, contentTopic, pubsubTopic, payload, version, senderTimestamp FROM Message;"
|
|
INF 2026-03-29 12:33:15.988+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="INSERT INTO Message_backup SELECT id, receiverTimestamp, contentTopic, pubsubTopic, payload, version, senderTimestamp FROM Message;"
|
|
INF 2026-03-29 12:33:15.988+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE Message;"
|
|
INF 2026-03-29 12:33:15.989+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP TABLE Message;"
|
|
INF 2026-03-29 12:33:15.989+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="CREATE TABLE IF NOT EXISTS Message(\n id BLOB PRIMARY KEY,\n receiverTimestamp INTEGER NOT NULL,\n contentTopic BLOB NOT NULL,\n pubsubTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL,\n senderTimestamp INTEGER NOT NULL\n ) WITHOUT ROWID;"
|
|
INF 2026-03-29 12:33:15.990+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="CREATE TABLE IF NOT EXISTS Message(\n id BLOB PRIMARY KEY,\n receiverTimestamp INTEGER NOT NULL,\n contentTopic BLOB NOT NULL,\n pubsubTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL,\n senderTimestamp INTEGER NOT NULL\n ) WITHOUT ROWID;"
|
|
INF 2026-03-29 12:33:15.990+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="INSERT INTO Message (id, receiverTimestamp, contentTopic, pubsubTopic, payload, version, senderTimestamp)\n SELECT id, CAST(receiverTimestamp*1000000000 AS INTEGER), contentTopic, pubsubTopic, payload, version, CAST(senderTimestamp*1000000000 AS INTEGER)\n FROM Message_backup;"
|
|
INF 2026-03-29 12:33:15.990+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="INSERT INTO Message (id, receiverTimestamp, contentTopic, pubsubTopic, payload, version, senderTimestamp)\n SELECT id, CAST(receiverTimestamp*1000000000 AS INTEGER), contentTopic, pubsubTopic, payload, version, CAST(senderTimestamp*1000000000 AS INTEGER)\n FROM Message_backup;"
|
|
INF 2026-03-29 12:33:15.990+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE Message_backup;"
|
|
INF 2026-03-29 12:33:15.991+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP TABLE Message_backup;"
|
|
INF 2026-03-29 12:33:15.991+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="ALTER TABLE Message RENAME TO Message_backup;"
|
|
INF 2026-03-29 12:33:15.993+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="ALTER TABLE Message RENAME TO Message_backup;"
|
|
INF 2026-03-29 12:33:15.993+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="CREATE TABLE IF NOT EXISTS Message(\n id BLOB,\n receiverTimestamp INTEGER NOT NULL,\n contentTopic BLOB NOT NULL,\n pubsubTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL,\n senderTimestamp INTEGER NOT NULL,\n CONSTRAINT messageIndex PRIMARY KEY (senderTimestamp, id, pubsubTopic)\n ) WITHOUT ROWID;"
|
|
INF 2026-03-29 12:33:15.993+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="CREATE TABLE IF NOT EXISTS Message(\n id BLOB,\n receiverTimestamp INTEGER NOT NULL,\n contentTopic BLOB NOT NULL,\n pubsubTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL,\n senderTimestamp INTEGER NOT NULL,\n CONSTRAINT messageIndex PRIMARY KEY (senderTimestamp, id, pubsubTopic)\n ) WITHOUT ROWID;"
|
|
INF 2026-03-29 12:33:15.993+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="INSERT INTO Message\n SELECT *\n FROM Message_backup;"
|
|
INF 2026-03-29 12:33:15.993+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="INSERT INTO Message\n SELECT *\n FROM Message_backup;"
|
|
INF 2026-03-29 12:33:15.993+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE Message_backup;"
|
|
INF 2026-03-29 12:33:15.994+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP TABLE Message_backup;"
|
|
INF 2026-03-29 12:33:15.994+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="CREATE INDEX IF NOT EXISTS i_msg ON Message (contentTopic, pubsubTopic, senderTimestamp, id);"
|
|
INF 2026-03-29 12:33:15.996+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="CREATE INDEX IF NOT EXISTS i_msg ON Message (contentTopic, pubsubTopic, senderTimestamp, id);"
|
|
INF 2026-03-29 12:33:15.996+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="ALTER TABLE message RENAME COLUMN receiverTimestamp TO storedAt;"
|
|
INF 2026-03-29 12:33:15.998+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="ALTER TABLE message RENAME COLUMN receiverTimestamp TO storedAt;"
|
|
INF 2026-03-29 12:33:15.998+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP INDEX IF EXISTS i_msg;"
|
|
INF 2026-03-29 12:33:15.998+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP INDEX IF EXISTS i_msg;"
|
|
INF 2026-03-29 12:33:15.999+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="CREATE INDEX IF NOT EXISTS i_query ON message (contentTopic, pubsubTopic, storedAt, id);"
|
|
INF 2026-03-29 12:33:15.999+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="CREATE INDEX IF NOT EXISTS i_query ON message (contentTopic, pubsubTopic, storedAt, id);"
|
|
INF 2026-03-29 12:33:15.999+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP INDEX IF EXISTS i_rt;"
|
|
INF 2026-03-29 12:33:15.999+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP INDEX IF EXISTS i_rt;"
|
|
INF 2026-03-29 12:33:15.999+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="CREATE INDEX IF NOT EXISTS i_ts ON message (storedAt);"
|
|
INF 2026-03-29 12:33:16.000+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="CREATE INDEX IF NOT EXISTS i_ts ON message (storedAt);"
|
|
INF 2026-03-29 12:33:16.000+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="ALTER TABLE message RENAME TO message_backup;"
|
|
INF 2026-03-29 12:33:16.002+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="ALTER TABLE message RENAME TO message_backup;"
|
|
INF 2026-03-29 12:33:16.002+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="CREATE TABLE IF NOT EXISTS message(\n pubsubTopic BLOB NOT NULL,\n contentTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL,\n timestamp INTEGER NOT NULL,\n id BLOB,\n storedAt INTEGER NOT NULL,\n CONSTRAINT messageIndex PRIMARY KEY (storedAt, id, pubsubTopic)\n) WITHOUT ROWID;"
|
|
INF 2026-03-29 12:33:16.003+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="CREATE TABLE IF NOT EXISTS message(\n pubsubTopic BLOB NOT NULL,\n contentTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL,\n timestamp INTEGER NOT NULL,\n id BLOB,\n storedAt INTEGER NOT NULL,\n CONSTRAINT messageIndex PRIMARY KEY (storedAt, id, pubsubTopic)\n) WITHOUT ROWID;"
|
|
INF 2026-03-29 12:33:16.003+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="INSERT OR IGNORE INTO message(pubsubTopic, contentTopic, payload, version, timestamp, id, storedAt)\n SELECT pubsubTopic, contentTopic, payload, version, senderTimestamp, id, storedAt\n FROM message_backup;"
|
|
INF 2026-03-29 12:33:16.003+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="INSERT OR IGNORE INTO message(pubsubTopic, contentTopic, payload, version, timestamp, id, storedAt)\n SELECT pubsubTopic, contentTopic, payload, version, senderTimestamp, id, storedAt\n FROM message_backup;"
|
|
INF 2026-03-29 12:33:16.003+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE message_backup;"
|
|
INF 2026-03-29 12:33:16.004+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP TABLE message_backup;"
|
|
INF 2026-03-29 12:33:16.004+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="ALTER TABLE message RENAME TO message_backup;"
|
|
INF 2026-03-29 12:33:16.006+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="ALTER TABLE message RENAME TO message_backup;"
|
|
INF 2026-03-29 12:33:16.006+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="CREATE TABLE IF NOT EXISTS message (\n pubsubTopic BLOB NOT NULL,\n contentTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL,\n timestamp INTEGER NOT NULL,\n id BLOB,\n messageHash BLOB, -- Newly added, this will be populated with a counter value\n storedAt INTEGER NOT NULL,\n CONSTRAINT messageIndex PRIMARY KEY (messageHash)\n) WITHOUT ROWID;"
|
|
INF 2026-03-29 12:33:16.006+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="CREATE TABLE IF NOT EXISTS message (\n pubsubTopic BLOB NOT NULL,\n contentTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL,\n timestamp INTEGER NOT NULL,\n id BLOB,\n messageHash BLOB, -- Newly added, this will be populated with a counter value\n storedAt INTEGER NOT NULL,\n CONSTRAINT messageIndex PRIMARY KEY (messageHash)\n) WITHOUT ROWID;"
|
|
INF 2026-03-29 12:33:16.006+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="INSERT INTO message(pubsubTopic, contentTopic, payload, version, timestamp, id, messageHash, storedAt)\nSELECT\n mb.pubsubTopic,\n mb.contentTopic,\n mb.payload,\n mb.version,\n mb.timestamp,\n mb.id,\n randomblob(32), -- to populate 32-byte random blob\n mb.storedAt\nFROM message_backup AS mb;"
|
|
INF 2026-03-29 12:33:16.006+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="INSERT INTO message(pubsubTopic, contentTopic, payload, version, timestamp, id, messageHash, storedAt)\nSELECT\n mb.pubsubTopic,\n mb.contentTopic,\n mb.payload,\n mb.version,\n mb.timestamp,\n mb.id,\n randomblob(32), -- to populate 32-byte random blob\n mb.storedAt\nFROM message_backup AS mb;"
|
|
INF 2026-03-29 12:33:16.007+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE message_backup;"
|
|
INF 2026-03-29 12:33:16.007+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP TABLE message_backup;"
|
|
INF 2026-03-29 12:33:16.007+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="ALTER TABLE message ADD COLUMN meta BLOB;"
|
|
INF 2026-03-29 12:33:16.008+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="ALTER TABLE message ADD COLUMN meta BLOB;"
|
|
INF 2026-03-29 12:33:16.008+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="ALTER TABLE message DROP COLUMN timestamp;"
|
|
INF 2026-03-29 12:33:16.010+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="ALTER TABLE message DROP COLUMN timestamp;"
|
|
INF 2026-03-29 12:33:16.010+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="ALTER TABLE message RENAME COLUMN storedAt TO timestamp;"
|
|
INF 2026-03-29 12:33:16.012+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="ALTER TABLE message RENAME COLUMN storedAt TO timestamp;"
|
|
INF 2026-03-29 12:33:16.012+00:00 database user_version updated topics="sqlite" tid=1 file=db_sqlite.nim:481 userVersion=10
|
|
INF 2026-03-29 12:33:16.012+00:00 finished message store's sqlite database migration topics="waku archive migration" tid=1 file=migrations.nim:70
|
|
INF 2026-03-29 12:33:16.012+00:00 setting up sqlite waku archive driver tid=1 file=builder.nim:65
|
|
INF 2026-03-29 12:33:16.013+00:00 executing message retention policy topics="waku archive" tid=1 file=archive.nim:270 policy=time:172800
|
|
INF 2026-03-29 12:33:16.013+00:00 beginning of executing message retention policy - time topics="waku archive retention_policy" tid=1 file=retention_policy_time.nim:22
|
|
INF 2026-03-29 12:33:16.014+00:00 end of executing message retention policy - time topics="waku archive retention_policy" tid=1 file=retention_policy_time.nim:30
|
|
INF 2026-03-29 12:33:16.014+00:00 mounting waku store protocol topics="waku node store api" tid=1 file=store.nim:255
|
|
TRC 2026-03-29 12:33:16.014+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/vac/waku/store-query/3.0.0]"
|
|
INF 2026-03-29 12:33:16.014+00:00 initial storage filling started topics="waku reconciliation" tid=1 file=reconciliation.nim:357
|
|
INF 2026-03-29 12:33:16.014+00:00 initial storage filling done topics="waku reconciliation" tid=1 file=reconciliation.nim:379 elements=0
|
|
INF 2026-03-29 12:33:16.014+00:00 Store Reconciliation protocol initialized topics="waku node" tid=1 file=reconciliation.nim:427 sync_range=45s sync_interval=10s relay_jitter=
|
|
TRC 2026-03-29 12:33:16.014+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/vac/waku/reconciliation/1.0.0]"
|
|
INF 2026-03-29 12:33:16.014+00:00 Store Transfer protocol initialized topics="waku node" tid=1 file=transfer.nim:216
|
|
TRC 2026-03-29 12:33:16.014+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/vac/waku/transfer/1.0.0]"
|
|
INF 2026-03-29 12:33:16.014+00:00 mounting store client topics="waku node store api" tid=1 file=store.nim:274
|
|
INF 2026-03-29 12:33:16.014+00:00 mounting legacy store client topics="waku node store api" tid=1 file=store.nim:145
|
|
INF 2026-03-29 12:33:16.014+00:00 mounting auto sharding topics="waku node" tid=1 file=waku_node.nim:305 clusterId=3 shardCount=1
|
|
INF 2026-03-29 12:33:16.014+00:00 Shards created from content topics tid=1 file=node_factory.nim:333 contentTopics=[] shards=[]
|
|
INF 2026-03-29 12:33:16.014+00:00 Setting max message size tid=1 file=node_factory.nim:342 num_bytes=153600
|
|
INF 2026-03-29 12:33:16.014+00:00 mounting relay protocol topics="waku node relay api" tid=1 file=relay.nim:259
|
|
TRC 2026-03-29 12:33:16.015+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/vac/waku/relay/2.0.0, /meshsub/1.3.0, /meshsub/1.2.0, /meshsub/1.1.0, /meshsub/1.0.0, /meshsub/1.3.0, /meshsub/1.2.0, /meshsub/1.1.0, /meshsub/1.0.0]"
|
|
INF 2026-03-29 12:33:16.015+00:00 relay mounted successfully topics="waku node relay api" tid=1 file=relay.nim:276
|
|
INF 2026-03-29 12:33:16.015+00:00 adding validator to signed shards tid=1 file=validator_signed.nim:56 protectedShards=[] clusterId=3
|
|
INF 2026-03-29 12:33:16.015+00:00 mounting rendezvous discovery protocol topics="waku node" tid=1 file=waku_node.nim:432
|
|
INF 2026-03-29 12:33:16.015+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*aP1zat, seqNo: 1774787596, addresses: [/ip4/172.18.57.211/tcp/55737, /ip4/172.18.57.211/tcp/55738/ws], mixKey: )"
|
|
TRC 2026-03-29 12:33:16.015+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/vac/waku/rendezvous/1.0.0]"
|
|
INF 2026-03-29 12:33:16.015+00:00 mounting rendezvous client topics="waku node" tid=1 file=waku_node.nim:418
|
|
INF 2026-03-29 12:33:16.015+00:00 waku rendezvous client initialized topics="waku node" tid=1 file=client.nim:130 clusterId=3
|
|
INF 2026-03-29 12:33:16.015+00:00 mounting libp2p ping protocol topics="waku node ping api" tid=1 file=ping.nim:20
|
|
TRC 2026-03-29 12:33:16.015+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/ipfs/ping/1.0.0]"
|
|
INF 2026-03-29 12:33:16.015+00:00 mounting light push client topics="waku node lightpush api" tid=1 file=lightpush.nim:183
|
|
INF 2026-03-29 12:33:16.015+00:00 mounting legacy light push client topics="waku node lightpush api" tid=1 file=lightpush.nim:72
|
|
INF 2026-03-29 12:33:16.015+00:00 mounting filter client topics="waku node filter api" tid=1 file=filter.nim:81
|
|
TRC 2026-03-29 12:33:16.015+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/vac/waku/filter-push/2.0.0-beta1]"
|
|
INF 2026-03-29 12:33:16.015+00:00 mounting waku peer exchange topics="waku node peerexchange api" tid=1 file=peer_exchange.nim:37
|
|
TRC 2026-03-29 12:33:16.015+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/vac/waku/peer-exchange/2.0.0-alpha1]"
|
|
INF 2026-03-29 12:33:16.015+00:00 mounting waku peer exchange client topics="waku node peerexchange api" tid=1 file=peer_exchange.nim:54
|
|
NTC 2026-03-29 12:33:16.016+00:00 REST service started tid=1 file=server.nim:182 address=0.0.0.0:55736
|
|
INF 2026-03-29 12:33:16.016+00:00 Starting REST HTTP server tid=1 file=builder.nim:113 url=http://0.0.0.0:55736/
|
|
INF 2026-03-29 12:33:16.016+00:00 No external callbacks to be set topics="wakunode waku" tid=1 file=waku.nim:127
|
|
TRC 2026-03-29 12:33:16.016+00:00 Send processor chain topics="send service" tid=1 file=send_service.nim:94 index=1 processor=BaseSendProcessor
|
|
INF 2026-03-29 12:33:16.016+00:00 Retrieve dynamic bootstrap nodes topics="wakunode waku" tid=1 file=waku.nim:367
|
|
INF 2026-03-29 12:33:16.016+00:00 Running nwaku node tid=1 file=node_factory.nim:464 version=v0.38.0-rc.0-14-g5c335c
|
|
INF 2026-03-29 12:33:16.016+00:00 Starting Waku node topics="waku node" tid=1 file=waku_node.nim:625 version=v0.38.0-rc.0-14-g5c335c
|
|
INF 2026-03-29 12:33:16.016+00:00 starting relay protocol topics="waku node" tid=1 file=waku_node.nim:389
|
|
INF 2026-03-29 12:33:16.016+00:00 start topics="waku relay" tid=1 file=protocol.nim:519
|
|
TRC 2026-03-29 12:33:16.016+00:00 gossipsub start topics="libp2p gossipsub" tid=1 file=gossipsub.nim:1113
|
|
TRC 2026-03-29 12:33:16.016+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=139643449974864
|
|
TRC 2026-03-29 12:33:16.016+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
TRC 2026-03-29 12:33:16.016+00:00 running scoring heartbeat topics="libp2p gossipsub" tid=1 file=scoring.nim:312 instance=139643449974864
|
|
TRC 2026-03-29 12:33:16.016+00:00 updating scores topics="libp2p gossipsub" tid=1 file=scoring.nim:144 peers=0
|
|
TRC 2026-03-29 12:33:16.016+00:00 updated scores topics="libp2p gossipsub" tid=1 file=scoring.nim:308 peers=0
|
|
INF 2026-03-29 12:33:16.016+00:00 relay started successfully topics="waku node" tid=1 file=waku_node.nim:410
|
|
INF 2026-03-29 12:33:16.016+00:00 waku rendezvous periodic registration started topics="waku rendezvous" tid=1 file=protocol.nim:127 interval=10s
|
|
INF 2026-03-29 12:33:16.016+00:00 waku rendezvous discovery started topics="waku rendezvous" tid=1 file=protocol.nim:227
|
|
INF 2026-03-29 12:33:16.016+00:00 waku rendezvous periodic requests started topics="waku rendezvous client" tid=1 file=client.nim:80 interval=10s
|
|
INF 2026-03-29 12:33:16.016+00:00 waku rendezvous client started topics="waku rendezvous client" tid=1 file=client.nim:136
|
|
INF 2026-03-29 12:33:16.016+00:00 periodic sync initialized topics="waku reconciliation" tid=1 file=reconciliation.nim:433 interval=10s
|
|
INF 2026-03-29 12:33:16.016+00:00 periodic prune initialized topics="waku reconciliation" tid=1 file=reconciliation.nim:447 interval=10s
|
|
INF 2026-03-29 12:33:16.016+00:00 Store Sync Reconciliation protocol started topics="waku reconciliation" tid=1 file=reconciliation.nim:485
|
|
INF 2026-03-29 12:33:16.016+00:00 Store Sync Transfer protocol started topics="waku transfer" tid=1 file=transfer.nim:229
|
|
DBG 2026-03-29 12:33:16.016+00:00 starting switch for peer topics="libp2p switch" tid=1 file=switch.nim:363 peerInfo="(peerId: 16Uiu2HAm5hVCHE3cM5yYHyvG9w8BR7FVHLB8rJFoZ6JPjiaP1zat, listenAddrs: [/ip4/0.0.0.0/tcp/55738/ws, /ip4/0.0.0.0/tcp/55737], 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 12:33:16.017+00:00 Starting TCP transport topics="libp2p tcptransport" tid=1 file=tcptransport.nim:116
|
|
TRC 2026-03-29 12:33:16.017+00:00 Listening on topics="libp2p tcptransport" tid=1 file=tcptransport.nim:140 address=/ip4/0.0.0.0/tcp/55737
|
|
TRC 2026-03-29 12:33:16.017+00:00 starting transport on addrs topics="libp2p transport" tid=1 file=transport.nim:49 address=@[/ip4/0.0.0.0/tcp/55737]
|
|
DBG 2026-03-29 12:33:16.017+00:00 About to accept incoming connection topics="libp2p switch" tid=1 file=switch.nim:272
|
|
TRC 2026-03-29 12:33:16.017+00:00 Starting WS transport topics="libp2p wstransport" tid=1 file=wstransport.nim:154
|
|
TRC 2026-03-29 12:33:16.017+00:00 starting transport on addrs topics="libp2p transport" tid=1 file=transport.nim:49 address=@[/ip4/0.0.0.0/tcp/55738/ws]
|
|
TRC 2026-03-29 12:33:16.017+00:00 Created HTTP Server topics="libp2p wstransport" tid=1 file=server.nim:262 host=0.0.0.0:55738
|
|
TRC 2026-03-29 12:33:16.017+00:00 Listening on topics="libp2p wstransport" tid=1 file=wstransport.nim:204 addresses="[/ip4/0.0.0.0/tcp/55738/ws]"
|
|
INF 2026-03-29 12:33:16.017+00:00 Setting up AutonatService topics="libp2p autonatservice" tid=1 file=service.nim:207
|
|
TRC 2026-03-29 12:33:16.017+00:00 Running AutonatService topics="libp2p autonatservice" tid=1 file=service.nim:231
|
|
TRC 2026-03-29 12:33:16.017+00:00 Asking peers for reachability topics="libp2p autonatservice" tid=1 file=service.nim:160
|
|
DBG 2026-03-29 12:33:16.018+00:00 About to accept incoming connection topics="libp2p switch" tid=1 file=switch.nim:272
|
|
TRC 2026-03-29 12:33:16.018+00:00 WsTransport accept topics="libp2p wstransport" tid=1 file=wstransport.nim:279
|
|
TRC 2026-03-29 12:33:16.018+00:00 Awaiting new request topics="websock http-server" tid=1 file=server.nim:194
|
|
TRC 2026-03-29 12:33:16.018+00:00 gossipsub start topics="libp2p gossipsub" tid=1 file=gossipsub.nim:1113
|
|
WRN 2026-03-29 12:33:16.018+00:00 Starting gossipsub twice topics="libp2p gossipsub" tid=1 file=gossipsub.nim:1116
|
|
WRN 2026-03-29 12:33:16.018+00:00 Starting rendezvous twice topics="waku rendezvous" tid=1 file=rendezvous.nim:626
|
|
DBG 2026-03-29 12:33:16.018+00:00 Started libp2p node topics="libp2p switch" tid=1 file=switch.nim:403 peer="(peerId: 16Uiu2HAm5hVCHE3cM5yYHyvG9w8BR7FVHLB8rJFoZ6JPjiaP1zat, listenAddrs: [/ip4/0.0.0.0/tcp/55737, /ip4/0.0.0.0/tcp/55738/ws], addrs: [/ip4/172.18.57.211/tcp/55737, /ip4/172.18.57.211/tcp/55738/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 12:33:16.018+00:00 PeerInfo topics="waku node" tid=1 file=waku_node.nim:478 peerId=16U*aP1zat addrs="[/ip4/172.18.57.211/tcp/55737, /ip4/172.18.57.211/tcp/55738/ws]"
|
|
INF 2026-03-29 12:33:16.018+00:00 Listening on topics="waku node" tid=1 file=waku_node.nim:501 full=[/ip4/0.0.0.0/tcp/55737/p2p/16Uiu2HAm5hVCHE3cM5yYHyvG9w8BR7FVHLB8rJFoZ6JPjiaP1zat][/ip4/0.0.0.0/tcp/55738/ws/p2p/16Uiu2HAm5hVCHE3cM5yYHyvG9w8BR7FVHLB8rJFoZ6JPjiaP1zat] localIp=172.17.0.185 switchAddress="@[/ip4/172.18.57.211/tcp/55737, /ip4/172.18.57.211/tcp/55738/ws]"
|
|
INF 2026-03-29 12:33:16.018+00:00 Announcing addresses topics="waku node" tid=1 file=waku_node.nim:503 full=[/ip4/172.18.57.211/tcp/55737/p2p/16Uiu2HAm5hVCHE3cM5yYHyvG9w8BR7FVHLB8rJFoZ6JPjiaP1zat][/ip4/172.18.57.211/tcp/55738/ws/p2p/16Uiu2HAm5hVCHE3cM5yYHyvG9w8BR7FVHLB8rJFoZ6JPjiaP1zat]
|
|
INF 2026-03-29 12:33:16.018+00:00 DNS: discoverable ENR topics="waku node" tid=1 file=waku_node.nim:504 enr=enr:-LO4QCwc631YdSfrdsm3oDrlHx97lPSB_EjGl7swRLs9uzrwVBR0yE_jSSe6QX6vvH0mSIRdpAiW0kYqGeD-cdpVcfQBgmlkgnY0gmlwhKwSOdOKbXVsdGlhZGRyc4wACgSsEjnTBtm63QOCcnOFAAMBAACJc2VjcDI1NmsxoQKYoffIdb4Tsc4lkB_xNP5k7gRqlHbMYTh3V5iCi8xa8YN0Y3CC2bmDdWRwgtm7hXdha3UyEw
|
|
INF 2026-03-29 12:33:16.018+00:00 Node started successfully topics="waku node" tid=1 file=waku_node.nim:681
|
|
TRC 2026-03-29 12:33:16.018+00:00 Starting relay connectivity loop topics="waku node peer_manager" tid=1 file=peer_manager.nim:1069
|
|
TRC 2026-03-29 12:33:16.018+00:00 Starting prune peerstore loop topics="waku node peer_manager" tid=1 file=peer_manager.nim:1062
|
|
INF 2026-03-29 12:33:16.018+00:00 Relay peer connections topics="waku node peer_manager" tid=1 file=peer_manager.nim:843 inRelayConns=0/50 outRelayConns=0/25 totalConnections=0/150 notConnectedPeers=0 outsideBackoffPeers=0
|
|
INF 2026-03-29 12:33:16.018+00:00 PeerInfo topics="waku node" tid=1 file=waku_node.nim:478 peerId=16U*aP1zat addrs="[/ip4/172.18.57.211/tcp/55737, /ip4/172.18.57.211/tcp/55738/ws]"
|
|
INF 2026-03-29 12:33:16.019+00:00 Listening on topics="waku node" tid=1 file=waku_node.nim:501 full=[/ip4/0.0.0.0/tcp/55737/p2p/16Uiu2HAm5hVCHE3cM5yYHyvG9w8BR7FVHLB8rJFoZ6JPjiaP1zat][/ip4/0.0.0.0/tcp/55738/ws/p2p/16Uiu2HAm5hVCHE3cM5yYHyvG9w8BR7FVHLB8rJFoZ6JPjiaP1zat] localIp=172.17.0.185 switchAddress="@[/ip4/172.18.57.211/tcp/55737, /ip4/172.18.57.211/tcp/55738/ws]"
|
|
INF 2026-03-29 12:33:16.019+00:00 Announcing addresses topics="waku node" tid=1 file=waku_node.nim:503 full=[/ip4/172.18.57.211/tcp/55737/p2p/16Uiu2HAm5hVCHE3cM5yYHyvG9w8BR7FVHLB8rJFoZ6JPjiaP1zat][/ip4/172.18.57.211/tcp/55738/ws/p2p/16Uiu2HAm5hVCHE3cM5yYHyvG9w8BR7FVHLB8rJFoZ6JPjiaP1zat]
|
|
INF 2026-03-29 12:33:16.019+00:00 DNS: discoverable ENR topics="waku node" tid=1 file=waku_node.nim:504 enr=enr:-LO4QCwc631YdSfrdsm3oDrlHx97lPSB_EjGl7swRLs9uzrwVBR0yE_jSSe6QX6vvH0mSIRdpAiW0kYqGeD-cdpVcfQBgmlkgnY0gmlwhKwSOdOKbXVsdGlhZGRyc4wACgSsEjnTBtm63QOCcnOFAAMBAACJc2VjcDI1NmsxoQKYoffIdb4Tsc4lkB_xNP5k7gRqlHbMYTh3V5iCi8xa8YN0Y3CC2bmDdWRwgtm7hXdha3UyEw
|
|
INF 2026-03-29 12:33:16.019+00:00 Waku node ENR updated successfully with new multiaddress topics="wakunode waku" tid=1 file=waku.nim:301 enr=enr:-L24QABvLopA36dR_WBSDeF5zm9lrFxguQ-GTrPPb45wcu9XMYTOcaKklRdyc_BVZQ_lRB-6U_nD91lSHgpjiMu63-kCgmlkgnY0gmlwhKwSOdOKbXVsdGlhZGRyc5YACASsEjnTBtm5AAoErBI50wbZut0DgnJzhQADAQAAiXNlY3AyNTZrMaECmKH3yHW-E7HOJZAf8TT-ZO4EapR2zGE4d1eYgovMWvGDdGNwgtm5g3VkcILZu4V3YWt1MhM record="(2, id: \"v4\", ip: 172.18.57.211, multiaddrs: 0x000804AC1239D306D9B9000A04AC1239D306D9BADD03, rs: 0x0003010000, secp256k1: 0x0298A1F7C875BE13B1CE25901FF134FE64EE046A9476CC6138775798828BCC5AF1, tcp: 55737, udp: 55739, waku2: 0x13)"
|
|
INF 2026-03-29 12:33:16.019+00:00 peer filtering updated topics="waku discv5" tid=1 file=waku_discv5.nim:70
|
|
INF 2026-03-29 12:33:16.019+00:00 Starting discovery v5 service topics="waku discv5" tid=1 file=waku_discv5.nim:336
|
|
INF 2026-03-29 12:33:16.019+00:00 start listening on udp port topics="waku discv5" tid=1 file=waku_discv5.nim:338 address=0.0.0.0 port=55739
|
|
TRC 2026-03-29 12:33:16.019+00:00 start discv5 service topics="waku discv5" tid=1 file=waku_discv5.nim:346
|
|
INF 2026-03-29 12:33:16.020+00:00 Starting discovery v5 search topics="waku discv5" tid=1 file=waku_discv5.nim:258
|
|
TRC 2026-03-29 12:33:16.020+00:00 running discv5 discovery loop topics="waku discv5" tid=1 file=waku_discv5.nim:261
|
|
TRC 2026-03-29 12:33:16.020+00:00 discv5 discovered peers topics="waku discv5" tid=1 file=waku_discv5.nim:277 num_discovered_peers=0 peers=[]
|
|
TRC 2026-03-29 12:33:16.020+00:00 discv5 discarded wrong records topics="waku discv5" tid=1 file=waku_discv5.nim:281 wrong_records=[]
|
|
INF 2026-03-29 12:33:16.020+00:00 Successfully started discovery v5 service topics="waku discv5" tid=1 file=waku_discv5.nim:352
|
|
INF 2026-03-29 12:33:16.020+00:00 Discv5: discoverable ENR topics="waku discv5" tid=1 file=waku_discv5.nim:353 enrUri=enr:-L24QGcii6z24bw48VGIpY-lodY29WMSR2J7R3puVyneiZ4qSFArPRV-5symfRiPjlJOtOwb_cEiP7C4N-QWuZ_BYKEDgmlkgnY0gmlwhKwSOdOKbXVsdGlhZGRyc5YACASsEjnTBtm5AAoErBI50wbZut0DgnJzhQADAQAAiXNlY3AyNTZrMaECmKH3yHW-E7HOJZAf8TT-ZO4EapR2zGE4d1eYgovMWvGDdGNwgtm5g3VkcILZu4V3YWt1MhM enr="(3, id: \"v4\", ip: 172.18.57.211, multiaddrs: 0x000804AC1239D306D9B9000A04AC1239D306D9BADD03, rs: 0x0003010000, secp256k1: 0x0298A1F7C875BE13B1CE25901FF134FE64EE046A9476CC6138775798828BCC5AF1, tcp: 55737, udp: 55739, waku2: 0x13)"
|
|
INF 2026-03-29 12:33:16.020+00:00 subscribe topics="waku relay" tid=1 file=protocol.nim:594 pubsubTopic=/waku/2/rs/3/0
|
|
TRC 2026-03-29 12:33:16.020+00:00 adding validator for topic topics="libp2p pubsub" tid=1 file=pubsub.nim:667 topic=/waku/2/rs/3/0
|
|
TRC 2026-03-29 12:33:16.020+00:00 subscribing to topic topics="libp2p pubsub" tid=1 file=pubsub.nim:625 name=/waku/2/rs/3/0
|
|
TRC 2026-03-29 12:33:16.020+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:33:16.020+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:33:16.020+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:33:16.020+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
WRN 2026-03-29 12:33:16.021+00:00 No-effect API call to subscribe. Already subscribed to topic topics="waku node relay api" tid=1 file=relay.nim:161 pubsubTopic=/waku/2/rs/3/0
|
|
TRC 2026-03-29 12:33:16.021+00:00 Resolving IP using DNS topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:101 address=one.one.one.one servers="[1.1.1.1:53, 1.0.0.1:53]" domain=AF_UNSPEC
|
|
INF 2026-03-29 12:33:16.021+00:00 Health monitor loop start tid=1 file=node_health_monitor.nim:516
|
|
DBG 2026-03-29 12:33:16.021+00:00 calculateConnectionState tid=1 file=node_health_monitor.nim:408 relayCount=0 storeClientCount=0 lightpushCount=0 filterCount=0
|
|
INF 2026-03-29 12:33:16.021+00:00 starting keepalive tid=1 file=node_health_monitor.nim:678 randomPeersKeepalive=10s allPeersKeepalive=2m
|
|
TRC 2026-03-29 12:33:16.021+00:00 Running keepalive loop tid=1 file=node_health_monitor.nim:593
|
|
INF 2026-03-29 12:33:16.022+00:00 subscribe (was already subscribed in the mesh; appHandler set) topics="waku node relay api" tid=1 file=relay.nim:163 pubsubTopic=/waku/2/rs/3/0
|
|
INF 2026-03-29 12:33:16.024+00:00 REST services are installed tid=1 file=builder.nim:221
|
|
INF 2026-03-29 12:33:16.024+00:00 Starting metrics HTTP server topics="waku node metrics" tid=1 file=waku_metrics.nim:63 serverIp=0.0.0.0 serverPort=55740
|
|
INF 2026-03-29 12:33:16.024+00:00 getPubSubPeersInMesh - there is no mesh peer for the given pubsub topic topics="waku relay" tid=1 file=protocol.nim:419 pubsubTopic=/waku/2/rs/3/0
|
|
INF 2026-03-29 12:33:16.026+00:00 Metrics HTTP server started topics="waku node metrics" tid=1 file=waku_metrics.nim:73 serverIp=0.0.0.0 serverPort=55740
|
|
INF 2026-03-29 12:33:16.026+00:00 Setting up shutdown hooks topics="wakunode main" tid=1 file=wakunode2.nim:63
|
|
INF 2026-03-29 12:33:16.026+00:00 Node setup complete topics="wakunode main" tid=1 file=wakunode2.nim:102
|
|
TRC 2026-03-29 12:33:17.018+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=139643449974864
|
|
TRC 2026-03-29 12:33:17.018+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:33:17.018+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:33:17.018+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:33:17.018+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:33:17.018+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
DBG 2026-03-29 12:33:17.033+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:42894 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:17.033+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:42894 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:17.034+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:42894 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:17.137+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:42910 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:17.137+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:42910 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:17.137+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:42910 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:17.241+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:42926 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:17.241+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:42926 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:17.241+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:42926 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:17.346+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:42928 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:17.346+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:42928 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:17.347+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:42928 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:17.450+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:42944 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:17.450+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:42944 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:17.450+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:42944 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:17.553+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:42946 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:17.553+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:42946 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:17.553+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:42946 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:17.657+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:42956 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:17.657+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:42956 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:17.657+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:42956 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:17.760+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:42958 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:17.760+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:42958 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:17.760+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:42958 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:17.864+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:42966 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:17.864+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:42966 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:17.864+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:42966 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:17.968+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:42982 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:17.968+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:42982 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:17.968+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:42982 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 12:33:18.017+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=139643449974864
|
|
TRC 2026-03-29 12:33:18.017+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:33:18.017+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:33:18.017+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:33:18.017+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:33:18.017+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
DBG 2026-03-29 12:33:18.071+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:42998 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:18.071+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:42998 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:18.072+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:42998 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:18.175+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:43014 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:18.175+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:43014 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:18.176+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:43014 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:18.278+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:43030 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:18.279+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:43030 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:18.279+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:43030 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:18.382+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:43040 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:18.382+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:43040 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:18.382+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:43040 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:18.486+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:43050 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:18.486+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:43050 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:18.486+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:43050 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:18.589+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:43056 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:18.589+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:43056 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:18.590+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:43056 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:18.693+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:43066 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:18.693+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:43066 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:18.693+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:43066 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:18.797+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:43076 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:18.797+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:43076 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:18.798+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:43076 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:18.901+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:43088 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:18.901+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:43088 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:18.901+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:43088 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:19.005+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:43102 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:19.005+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:43102 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:19.005+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:43102 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 12:33:19.017+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=139643449974864
|
|
TRC 2026-03-29 12:33:19.017+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:33:19.017+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:33:19.017+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:33:19.017+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:33:19.017+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
DBG 2026-03-29 12:33:19.108+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:43106 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:19.108+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:43106 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:19.109+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:43106 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:19.211+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:43118 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:19.212+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:43118 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:19.212+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:43118 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:19.315+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:43120 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:19.315+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:43120 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:19.316+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:43120 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:19.419+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:43126 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:19.419+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:43126 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:19.419+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:43126 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:19.522+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:43132 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:19.522+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:43132 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:19.523+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:43132 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:19.626+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:43140 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:19.626+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:43140 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:19.626+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:43140 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:19.729+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:43154 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:19.729+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:43154 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:19.730+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:43154 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:19.832+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:43170 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:19.832+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:43170 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:19.833+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:43170 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:19.937+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:43178 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:19.937+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:43178 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:19.938+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:43178 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 12:33:20.017+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=139643449974864
|
|
TRC 2026-03-29 12:33:20.017+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:33:20.017+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:33:20.017+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:33:20.017+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:33:20.017+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
DBG 2026-03-29 12:33:20.041+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:43182 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:20.041+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:43182 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:20.041+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:43182 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:20.144+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:43188 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:20.144+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:43188 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:20.145+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:43188 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:20.248+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:43198 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:20.248+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:43198 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:20.248+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:43198 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:20.351+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:43206 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:20.351+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:43206 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:20.351+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:43206 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:20.454+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:43218 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:20.454+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:43218 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:20.455+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:43218 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:20.558+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:43220 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:20.558+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:43220 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:20.558+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:43220 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:20.661+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:43226 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:20.661+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:43226 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:20.662+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:43226 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:20.765+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:43232 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:20.765+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:43232 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:20.765+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:43232 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:20.868+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:43238 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:20.868+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:43238 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:20.869+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:43238 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:20.972+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:43240 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:20.972+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:43240 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:20.972+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:43240 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 12:33:21.017+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=139643449974864
|
|
TRC 2026-03-29 12:33:21.017+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:33:21.017+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:33:21.017+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:33:21.017+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:33:21.017+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
TRC 2026-03-29 12:33:21.020+00:00 running discv5 discovery loop topics="waku discv5" tid=1 file=waku_discv5.nim:261
|
|
TRC 2026-03-29 12:33:21.020+00:00 discv5 discovered peers topics="waku discv5" tid=1 file=waku_discv5.nim:277 num_discovered_peers=0 peers=[]
|
|
TRC 2026-03-29 12:33:21.020+00:00 discv5 discarded wrong records topics="waku discv5" tid=1 file=waku_discv5.nim:281 wrong_records=[]
|
|
INF 2026-03-29 12:33:21.042+00:00 Failed to query DNS topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:124 address=one.one.one.one error="DNS server timeout: Timeout exceeded!"
|
|
TRC 2026-03-29 12:33:21.044+00:00 Got IPs from DNS server topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:155 resolvedAddresses={"1.0.0.1", "1.1.1.1", "2606:4700:4700:0000:0000:0000:0000:1001", "2606:4700:4700:0000:0000:0000:0000:1111"} server=1.0.0.1:53
|
|
DBG 2026-03-29 12:33:21.075+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:43256 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:21.075+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:43256 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:21.076+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:43256 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:21.179+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:43262 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:21.179+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:43262 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:21.180+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:43262 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:21.283+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:43278 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:21.283+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:43278 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:21.283+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:43278 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:21.386+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:43294 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:21.386+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:43294 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:21.387+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:43294 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:21.490+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:43304 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:21.490+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:43304 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:21.490+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:43304 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:21.594+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:43314 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:21.594+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:43314 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:21.594+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:43314 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:21.701+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:43326 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:21.701+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:43326 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:21.701+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:43326 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:21.805+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:43338 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:21.805+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:43338 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:21.806+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:43338 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:21.909+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:43350 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:21.910+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:43350 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:21.910+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:43350 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:22.014+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:43356 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:22.015+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:43356 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:22.015+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:43356 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 12:33:22.017+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=139643449974864
|
|
TRC 2026-03-29 12:33:22.017+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:33:22.017+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:33:22.017+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:33:22.017+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:33:22.017+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
DBG 2026-03-29 12:33:22.119+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:43370 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:22.119+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:43370 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:22.120+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:43370 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:22.223+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:43378 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:22.224+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:43378 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:22.224+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:43378 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:22.327+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:43390 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:22.327+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:43390 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:22.328+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:43390 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:22.431+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:43396 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:22.431+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:43396 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:22.431+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:43396 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:22.534+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:43408 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:22.534+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:43408 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:22.535+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:43408 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:22.637+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:43416 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:22.638+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:43416 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:22.638+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:43416 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:22.741+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:43418 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:22.741+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:43418 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:22.742+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:43418 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:22.845+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:43422 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:22.845+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:43422 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:22.845+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:43422 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:22.948+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:43432 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:22.948+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:43432 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:22.949+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:43432 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 12:33:23.016+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=139643449974864
|
|
TRC 2026-03-29 12:33:23.016+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:33:23.016+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:33:23.016+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:33:23.016+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:33:23.016+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
DBG 2026-03-29 12:33:23.052+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:43442 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:23.052+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:43442 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:23.053+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:43442 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:23.156+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:43448 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:23.156+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:43448 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:23.156+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:43448 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:23.260+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:43458 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:23.260+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:43458 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:23.260+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:43458 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:23.363+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:43460 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:23.363+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:43460 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:23.364+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:43460 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:23.468+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:43462 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:23.468+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:43462 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:23.468+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:43462 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:23.572+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:43474 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:23.572+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:43474 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:23.572+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:43474 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:23.675+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:43476 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:23.675+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:43476 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:23.675+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:43476 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:23.779+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:43482 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:23.779+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:43482 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:23.779+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:43482 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:23.882+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:43490 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:23.882+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:43490 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:23.883+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:43490 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:23.987+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:43496 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:23.987+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:43496 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:23.987+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:43496 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 12:33:24.017+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=139643449974864
|
|
TRC 2026-03-29 12:33:24.017+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:33:24.017+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:33:24.017+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:33:24.017+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:33:24.017+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
DBG 2026-03-29 12:33:24.090+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:43506 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:24.090+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:43506 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:24.090+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:43506 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:24.194+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:43516 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:24.194+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:43516 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:24.194+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:43516 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:24.297+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:43524 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:24.297+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:43524 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:24.298+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:43524 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:24.401+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:43536 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:24.401+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:43536 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:24.401+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:43536 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:24.504+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:43546 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:24.504+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:43546 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:24.504+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:43546 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:24.607+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:43552 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:24.608+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:43552 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:24.608+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:43552 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:24.711+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:43564 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:24.712+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:43564 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:24.712+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:43564 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:24.816+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:54720 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:24.816+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:54720 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:24.816+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:54720 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:24.921+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:54736 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:24.921+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:54736 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:24.921+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:54736 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 12:33:25.017+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=139643449974864
|
|
TRC 2026-03-29 12:33:25.017+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:33:25.017+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:33:25.017+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:33:25.017+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:33:25.017+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
DBG 2026-03-29 12:33:25.024+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:54742 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:25.024+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:54742 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:25.025+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:54742 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:25.129+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:54750 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:25.129+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:54750 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:25.129+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:54750 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:25.232+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:54752 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:25.233+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:54752 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:25.233+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:54752 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:25.337+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:54764 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:25.337+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:54764 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:25.337+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:54764 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:25.441+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:54766 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:25.441+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:54766 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:25.442+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:54766 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:25.545+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:54768 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:25.545+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:54768 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:25.545+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:54768 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:25.648+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:54782 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:25.648+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:54782 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:25.649+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:54782 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:25.753+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:54796 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:25.753+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:54796 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:25.753+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:54796 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:25.856+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:54808 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:25.856+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:54808 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:25.856+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:54808 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:25.960+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:54818 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:25.960+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:54818 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:25.961+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:54818 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 12:33:26.016+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=139643449974864
|
|
TRC 2026-03-29 12:33:26.016+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:33:26.016+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:33:26.016+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:33:26.016+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:33:26.016+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
TRC 2026-03-29 12:33:26.016+00:00 waku rendezvous advertisements started topics="waku rendezvous" tid=1 file=protocol.nim:112
|
|
TRC 2026-03-29 12:33:26.016+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=139643449853520
|
|
TRC 2026-03-29 12:33:26.016+00:00 No peer found for protocol topics="waku node peer_manager" tid=1 file=peer_manager.nim:265 protocol=/vac/waku/rendezvous/1.0.0
|
|
INF 2026-03-29 12:33:26.016+00:00 waku rendezvous advertisements failed topics="waku rendezvous" tid=1 file=protocol.nim:135 error="could not get a peer supporting RendezVousCodec"
|
|
TRC 2026-03-29 12:33:26.017+00:00 waku rendezvous client requests started topics="waku rendezvous client" tid=1 file=client.nim:43
|
|
TRC 2026-03-29 12:33:26.017+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=139643449853520
|
|
TRC 2026-03-29 12:33:26.017+00:00 No peer found for protocol topics="waku node peer_manager" tid=1 file=peer_manager.nim:265 protocol=/vac/waku/rendezvous/1.0.0
|
|
ERR 2026-03-29 12:33:26.017+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 12:33:26.017+00:00 periodic sync started topics="waku reconciliation" tid=1 file=reconciliation.nim:438
|
|
TRC 2026-03-29 12:33:26.017+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=139643449853520
|
|
TRC 2026-03-29 12:33:26.017+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 12:33:26.017+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 12:33:26.021+00:00 running discv5 discovery loop topics="waku discv5" tid=1 file=waku_discv5.nim:261
|
|
TRC 2026-03-29 12:33:26.021+00:00 discv5 discovered peers topics="waku discv5" tid=1 file=waku_discv5.nim:277 num_discovered_peers=0 peers=[]
|
|
TRC 2026-03-29 12:33:26.021+00:00 discv5 discarded wrong records topics="waku discv5" tid=1 file=waku_discv5.nim:281 wrong_records=[]
|
|
TRC 2026-03-29 12:33:26.022+00:00 Mesh peers for keepalive tid=1 file=node_health_monitor.nim:558 meshPeers=[]
|
|
TRC 2026-03-29 12:33:26.022+00:00 Selected peers for keepalive tid=1 file=node_health_monitor.nim:569 selected=[]
|
|
TRC 2026-03-29 12:33:26.022+00:00 Pinging random peers tid=1 file=node_health_monitor.nim:629 count=0 countdownToPingAll=11
|
|
TRC 2026-03-29 12:33:26.022+00:00 Keepalive results tid=1 file=node_health_monitor.nim:644 attemptedPings=0 successfulPings=0
|
|
TRC 2026-03-29 12:33:26.022+00:00 Running keepalive loop tid=1 file=node_health_monitor.nim:593
|
|
TRC 2026-03-29 12:33:26.046+00:00 Resolving IP using DNS topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:101 address=one.one.one.one servers="[1.1.1.1:53, 1.0.0.1:53]" domain=AF_UNSPEC
|
|
DBG 2026-03-29 12:33:26.064+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:54820 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:26.064+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:54820 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:26.064+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:54820 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:26.168+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:54836 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:26.168+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:54836 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:26.168+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:54836 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:26.272+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:54846 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:26.272+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:54846 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:26.272+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:54846 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:26.376+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:54858 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:26.376+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:54858 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:26.376+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:54858 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:26.479+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:54872 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:26.479+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:54872 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:26.479+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:54872 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:26.582+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:54886 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:26.582+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:54886 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:26.583+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:54886 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:26.686+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:54888 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:26.686+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:54888 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:26.686+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:54888 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:26.790+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:54900 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:26.790+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:54900 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:26.790+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:54900 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:26.894+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:54914 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:26.894+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:54914 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:26.894+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:54914 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:26.998+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:54920 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:26.998+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:54920 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:26.998+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:54920 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 12:33:27.016+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=139643449974864
|
|
TRC 2026-03-29 12:33:27.017+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:33:27.017+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:33:27.017+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:33:27.017+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:33:27.017+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
DBG 2026-03-29 12:33:27.101+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:54922 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:27.101+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:54922 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:27.102+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:54922 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:27.205+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:54938 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:27.205+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:54938 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:27.205+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:54938 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:27.308+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:54944 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:27.308+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:54944 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:27.309+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:54944 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:27.412+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:54960 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:27.412+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:54960 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:27.412+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:54960 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:27.515+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:54970 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:27.516+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:54970 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:27.516+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:54970 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:27.619+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:54974 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:27.619+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:54974 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:27.619+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:54974 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:27.722+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:54982 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:27.722+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:54982 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:27.723+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:54982 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:27.826+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:54986 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:27.826+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:54986 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:27.826+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:54986 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:27.929+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:54988 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:27.929+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:54988 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:27.929+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:54988 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 12:33:28.017+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=139643449974864
|
|
TRC 2026-03-29 12:33:28.017+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:33:28.017+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:33:28.017+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:33:28.017+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:33:28.017+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
TRC 2026-03-29 12:33:28.017+00:00 running scoring heartbeat topics="libp2p gossipsub" tid=1 file=scoring.nim:312 instance=139643449974864
|
|
TRC 2026-03-29 12:33:28.017+00:00 updating scores topics="libp2p gossipsub" tid=1 file=scoring.nim:144 peers=0
|
|
TRC 2026-03-29 12:33:28.017+00:00 updated scores topics="libp2p gossipsub" tid=1 file=scoring.nim:308 peers=0
|
|
DBG 2026-03-29 12:33:28.032+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:54994 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:28.033+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:54994 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:28.033+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:54994 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:28.137+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:55002 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:28.137+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:55002 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:28.137+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:55002 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:28.240+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:55014 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:28.240+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:55014 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:28.241+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:55014 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:28.344+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:55026 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:28.345+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:55026 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:28.345+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:55026 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:28.448+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:55030 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:28.448+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:55030 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:28.448+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:55030 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:28.552+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:55032 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:28.552+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:55032 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:28.552+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:55032 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:28.655+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:55036 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:28.655+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:55036 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:28.656+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:55036 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:28.760+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:55048 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:28.760+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:55048 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:28.760+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:55048 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:28.863+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:55056 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:28.864+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:55056 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:28.864+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:55056 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:28.967+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:55060 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:28.967+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:55060 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:28.967+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:55060 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 12:33:29.017+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=139643449974864
|
|
TRC 2026-03-29 12:33:29.017+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:33:29.017+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:33:29.017+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:33:29.017+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:33:29.017+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
DBG 2026-03-29 12:33:29.071+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:55068 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:29.071+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:55068 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:29.072+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:55068 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:29.175+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:55080 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:29.175+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:55080 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:29.176+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:55080 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:29.279+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:55082 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:29.279+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:55082 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:29.279+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:55082 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:29.382+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:55096 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:29.382+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:55096 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:29.383+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:55096 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:29.486+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:55098 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:29.486+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:55098 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:29.487+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:55098 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:29.590+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:55106 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:29.590+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:55106 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:29.590+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:55106 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:29.694+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:55118 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:29.694+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:55118 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:29.694+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:55118 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:29.798+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:55130 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:29.798+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:55130 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:29.798+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:55130 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:29.902+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:55142 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:29.902+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:55142 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:29.902+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:55142 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:30.006+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:55152 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:30.006+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:55152 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:30.006+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:55152 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 12:33:30.016+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=139643449974864
|
|
TRC 2026-03-29 12:33:30.016+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:33:30.016+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:33:30.016+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:33:30.017+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:33:30.017+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
DBG 2026-03-29 12:33:30.109+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:55156 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:30.109+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:55156 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:30.109+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:55156 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:30.212+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:55162 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:30.212+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:55162 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:30.213+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:55162 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:30.316+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:55168 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:30.316+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:55168 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:30.316+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:55168 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:30.420+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:55172 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:30.420+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:55172 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:30.420+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:55172 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:30.524+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:55180 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:30.524+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:55180 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:30.524+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:55180 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:30.627+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:55192 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:30.627+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:55192 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:30.628+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:55192 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:30.731+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:55202 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:30.731+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:55202 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:30.731+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:55202 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:30.835+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:55210 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:30.835+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:55210 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:30.836+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:55210 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:30.938+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:55226 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:30.938+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:55226 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:30.939+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:55226 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 12:33:31.017+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=139643449974864
|
|
TRC 2026-03-29 12:33:31.017+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:33:31.017+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:33:31.017+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:33:31.017+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:33:31.017+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
INF 2026-03-29 12:33:31.017+00:00 periodic prune started topics="waku reconciliation" tid=1 file=reconciliation.nim:455
|
|
INF 2026-03-29 12:33:31.017+00:00 periodic prune done topics="waku reconciliation" tid=1 file=reconciliation.nim:463 elements_pruned=0
|
|
TRC 2026-03-29 12:33:31.022+00:00 running discv5 discovery loop topics="waku discv5" tid=1 file=waku_discv5.nim:261
|
|
TRC 2026-03-29 12:33:31.022+00:00 discv5 discovered peers topics="waku discv5" tid=1 file=waku_discv5.nim:277 num_discovered_peers=0 peers=[]
|
|
TRC 2026-03-29 12:33:31.022+00:00 discv5 discarded wrong records topics="waku discv5" tid=1 file=waku_discv5.nim:281 wrong_records=[]
|
|
DBG 2026-03-29 12:33:31.042+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:55240 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:31.042+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:55240 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:31.042+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:55240 uri=/health content_type=application/json content_size=821
|
|
INF 2026-03-29 12:33:31.046+00:00 Failed to query DNS topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:124 address=one.one.one.one error="DNS server timeout: Timeout exceeded!"
|
|
DBG 2026-03-29 12:33:31.145+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:55246 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:31.145+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:55246 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:31.146+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:55246 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:31.249+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:55258 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:31.249+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:55258 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:31.249+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:55258 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:31.353+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:55262 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:31.353+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:55262 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:31.353+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:55262 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:31.456+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:55272 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:31.456+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:55272 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:31.457+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:55272 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:31.560+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:55280 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:31.560+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:55280 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:31.561+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:55280 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:31.664+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:55290 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:31.664+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:55290 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:31.664+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:55290 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:31.767+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:55302 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:31.767+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:55302 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:31.767+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:55302 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:31.870+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:55312 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:31.871+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:55312 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:31.871+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:55312 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:31.974+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:55322 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:31.974+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:55322 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:31.975+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:55322 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 12:33:32.017+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=139643449974864
|
|
TRC 2026-03-29 12:33:32.017+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:33:32.017+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:33:32.017+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:33:32.017+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:33:32.017+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
DBG 2026-03-29 12:33:32.078+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:55324 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:32.078+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:55324 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:32.078+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:55324 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:32.182+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:55340 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:32.182+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:55340 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:32.183+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:55340 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:32.286+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:55356 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:32.286+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:55356 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:32.287+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:55356 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:32.391+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:55362 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:32.391+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:55362 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:32.391+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:55362 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:32.496+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:55364 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:32.496+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:55364 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:32.496+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:55364 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:32.600+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:55370 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:32.600+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:55370 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:32.600+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:55370 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:32.705+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:55374 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:32.705+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:55374 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:32.705+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:55374 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:32.809+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:55382 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:32.809+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:55382 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:32.809+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:55382 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:32.913+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:55398 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:32.913+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:55398 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:32.913+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:55398 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 12:33:33.017+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=139643449974864
|
|
TRC 2026-03-29 12:33:33.017+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:33:33.017+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:33:33.017+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:33:33.017+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:33:33.017+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
DBG 2026-03-29 12:33:33.018+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:55412 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:33.018+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:55412 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:33.018+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:55412 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:33.122+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:55420 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:33.122+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:55420 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:33.122+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:55420 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:33.226+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:55422 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:33.226+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:55422 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:33.226+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:55422 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:33.329+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:55438 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:33.329+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:55438 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:33.330+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:55438 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:33.433+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:55454 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:33.433+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:55454 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:33.433+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:55454 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:33.537+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:55464 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:33.537+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:55464 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:33.537+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:55464 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:33.641+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:55468 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:33.641+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:55468 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:33.641+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:55468 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:33.746+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:55474 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:33.746+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:55474 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:33.746+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:55474 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:33.849+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:55486 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:33.850+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:55486 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:33.850+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:55486 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:33.953+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:55496 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:33.953+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:55496 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:33.953+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:55496 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 12:33:34.017+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=139643449974864
|
|
TRC 2026-03-29 12:33:34.017+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:33:34.017+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:33:34.017+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:33:34.017+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:33:34.017+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
DBG 2026-03-29 12:33:34.056+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:55500 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:34.057+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:55500 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:34.057+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:55500 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:34.160+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:55514 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:34.160+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:55514 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:34.161+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:55514 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:34.264+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:55516 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:34.264+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:55516 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:34.264+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:55516 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:34.368+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:55528 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:34.368+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:55528 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:34.368+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:55528 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:34.471+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:55536 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:34.472+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:55536 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:34.472+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:55536 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:34.575+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:55552 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:34.575+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:55552 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:34.575+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:55552 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:34.678+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:55564 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:34.678+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:55564 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:34.678+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:55564 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:34.782+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:58842 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:34.782+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:58842 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:34.782+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:58842 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:34.886+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:58850 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:34.886+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:58850 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:34.887+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:58850 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:34.990+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:58858 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:34.990+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:58858 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:34.990+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:58858 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 12:33:35.017+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=139643449974864
|
|
TRC 2026-03-29 12:33:35.017+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:33:35.017+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:33:35.017+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:33:35.017+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:33:35.017+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
DBG 2026-03-29 12:33:35.094+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:58874 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:35.094+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:58874 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:35.095+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:58874 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:35.198+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:58886 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:35.198+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:58886 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:35.198+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:58886 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:35.301+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:58898 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:35.301+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:58898 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:35.302+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:58898 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:35.406+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:58912 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:35.406+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:58912 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:35.406+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:58912 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:35.510+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:58914 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:35.510+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:58914 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:35.511+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:58914 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:35.614+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:58916 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:35.614+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:58916 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:35.615+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:58916 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:35.718+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:58918 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:35.718+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:58918 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:35.718+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:58918 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:35.823+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:58932 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:35.823+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:58932 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:35.823+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:58932 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:35.927+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:58944 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:35.927+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:58944 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:35.927+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:58944 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 12:33:36.017+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=139643449974864
|
|
TRC 2026-03-29 12:33:36.017+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:33:36.017+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:33:36.017+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:33:36.017+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:33:36.017+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
TRC 2026-03-29 12:33:36.017+00:00 waku rendezvous advertisements started topics="waku rendezvous" tid=1 file=protocol.nim:112
|
|
TRC 2026-03-29 12:33:36.017+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=139643449853520
|
|
TRC 2026-03-29 12:33:36.017+00:00 No peer found for protocol topics="waku node peer_manager" tid=1 file=peer_manager.nim:265 protocol=/vac/waku/rendezvous/1.0.0
|
|
INF 2026-03-29 12:33:36.017+00:00 waku rendezvous advertisements failed topics="waku rendezvous" tid=1 file=protocol.nim:135 error="could not get a peer supporting RendezVousCodec"
|
|
TRC 2026-03-29 12:33:36.017+00:00 waku rendezvous client requests started topics="waku rendezvous client" tid=1 file=client.nim:43
|
|
TRC 2026-03-29 12:33:36.017+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=139643449853520
|
|
TRC 2026-03-29 12:33:36.017+00:00 No peer found for protocol topics="waku node peer_manager" tid=1 file=peer_manager.nim:265 protocol=/vac/waku/rendezvous/1.0.0
|
|
ERR 2026-03-29 12:33:36.017+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 12:33:36.017+00:00 periodic sync started topics="waku reconciliation" tid=1 file=reconciliation.nim:438
|
|
TRC 2026-03-29 12:33:36.017+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=139643449853520
|
|
TRC 2026-03-29 12:33:36.017+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 12:33:36.017+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 12:33:36.022+00:00 running discv5 discovery loop topics="waku discv5" tid=1 file=waku_discv5.nim:261
|
|
TRC 2026-03-29 12:33:36.023+00:00 discv5 discovered peers topics="waku discv5" tid=1 file=waku_discv5.nim:277 num_discovered_peers=0 peers=[]
|
|
TRC 2026-03-29 12:33:36.023+00:00 discv5 discarded wrong records topics="waku discv5" tid=1 file=waku_discv5.nim:281 wrong_records=[]
|
|
TRC 2026-03-29 12:33:36.023+00:00 Mesh peers for keepalive tid=1 file=node_health_monitor.nim:558 meshPeers=[]
|
|
TRC 2026-03-29 12:33:36.023+00:00 Selected peers for keepalive tid=1 file=node_health_monitor.nim:569 selected=[]
|
|
TRC 2026-03-29 12:33:36.023+00:00 Pinging random peers tid=1 file=node_health_monitor.nim:629 count=0 countdownToPingAll=10
|
|
TRC 2026-03-29 12:33:36.023+00:00 Keepalive results tid=1 file=node_health_monitor.nim:644 attemptedPings=0 successfulPings=0
|
|
TRC 2026-03-29 12:33:36.023+00:00 Running keepalive loop tid=1 file=node_health_monitor.nim:593
|
|
DBG 2026-03-29 12:33:36.031+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:58950 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:36.031+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:58950 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:36.031+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:58950 uri=/health content_type=application/json content_size=821
|
|
INF 2026-03-29 12:33:36.048+00:00 Failed to query DNS topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:124 address=one.one.one.one error="DNS server timeout: Timeout exceeded!"
|
|
DBG 2026-03-29 12:33:36.048+00:00 Failed to resolve address, returning empty set topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:158
|
|
DBG 2026-03-29 12:33:36.134+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:58956 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:36.134+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:58956 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:36.135+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:58956 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:36.238+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:58964 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:36.238+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:58964 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:36.238+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:58964 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:36.341+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:58980 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:36.341+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:58980 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:36.342+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:58980 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:36.445+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:58992 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:36.445+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:58992 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:36.445+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:58992 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:36.548+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:58998 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:36.548+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:58998 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:36.549+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:58998 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:36.652+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:59006 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:36.652+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:59006 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:36.652+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:59006 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:36.755+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:59010 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:36.755+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:59010 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:36.756+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:59010 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:36.859+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:59022 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:36.859+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:59022 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:36.860+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:59022 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:36.964+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:59024 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:36.964+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:59024 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:36.964+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:59024 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 12:33:37.016+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=139643449974864
|
|
TRC 2026-03-29 12:33:37.016+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:33:37.016+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:33:37.016+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:33:37.016+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:33:37.016+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
ERR 2026-03-29 12:33:37.030+00:00 connectToRelayPeers: won't attempt new connections - node is offline topics="waku node peer_manager" tid=1 file=peer_manager.nim:624
|
|
DBG 2026-03-29 12:33:37.068+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:59040 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:37.068+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:59040 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:37.068+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:59040 uri=/health content_type=application/json content_size=821
|
|
NTC 2026-03-29 12:33:37.203+00:00 Shutting down after receiving SIGTERM topics="wakunode main" tid=1 file=wakunode2.nim:82
|
|
INF 2026-03-29 12:33:37.203+00:00 Stopping discovery v5 service topics="waku discv5" tid=1 file=waku_discv5.nim:362
|
|
TRC 2026-03-29 12:33:37.203+00:00 Stop listening on discv5 port topics="waku discv5" tid=1 file=waku_discv5.nim:365
|
|
INF 2026-03-29 12:33:37.203+00:00 Successfully stopped discovery v5 service topics="waku discv5" tid=1 file=waku_discv5.nim:368
|
|
TRC 2026-03-29 12:33:37.203+00:00 Stopping switch topics="libp2p switch" tid=1 file=switch.nim:328
|
|
INF 2026-03-29 12:33:37.204+00:00 Stopping AutonatService topics="libp2p autonatservice" tid=1 file=service.nim:237
|
|
TRC 2026-03-29 12:33:37.204+00:00 Closing ConnManager topics="libp2p connmanager" tid=1 file=connmanager.nim:434
|
|
TRC 2026-03-29 12:33:37.204+00:00 Closed ConnManager topics="libp2p connmanager" tid=1 file=connmanager.nim:448
|
|
TRC 2026-03-29 12:33:37.204+00:00 Stopping TCP transport topics="libp2p tcptransport" tid=1 file=tcptransport.nim:159
|
|
TRC 2026-03-29 12:33:37.204+00:00 stopping transport topics="libp2p transport" tid=1 file=transport.nim:59 address=@[/ip4/0.0.0.0/tcp/55737]
|
|
TRC 2026-03-29 12:33:37.204+00:00 Transport stopped topics="libp2p tcptransport" tid=1 file=tcptransport.nim:189
|
|
TRC 2026-03-29 12:33:37.204+00:00 Stopping WS transport topics="libp2p wstransport" tid=1 file=wstransport.nim:213
|
|
TRC 2026-03-29 12:33:37.204+00:00 stopping transport topics="libp2p transport" tid=1 file=transport.nim:59 address=@[/ip4/0.0.0.0/tcp/55738/ws]
|
|
TRC 2026-03-29 12:33:37.204+00:00 Transport stopped topics="libp2p wstransport" tid=1 file=wstransport.nim:235
|
|
TRC 2026-03-29 12:33:37.204+00:00 gossipsub stop topics="libp2p gossipsub" tid=1 file=gossipsub.nim:1131
|
|
TRC 2026-03-29 12:33:37.204+00:00 Switch stopped topics="libp2p switch" tid=1 file=switch.nim:354
|
|
INF 2026-03-29 12:33:37.204+00:00 Store Sync Reconciliation protocol stopped topics="waku reconciliation" tid=1 file=reconciliation.nim:496
|
|
INF 2026-03-29 12:33:37.204+00:00 Store Sync Transfer protocol stopped topics="waku transfer" tid=1 file=transfer.nim:237
|
|
WRN 2026-03-29 12:33:37.205+00:00 Stopping rendezvous without starting it topics="waku rendezvous" tid=1 file=rendezvous.nim:638
|
|
WRN 2026-03-29 12:33:37.205+00:00 Stopping rendezvous without starting it topics="waku rendezvous" tid=1 file=rendezvous.nim:638
|
|
INF 2026-03-29 12:33:37.205+00:00 waku rendezvous discovery stopped topics="waku rendezvous" tid=1 file=protocol.nim:239
|
|
INF 2026-03-29 12:33:37.205+00:00 waku rendezvous client stopped topics="waku rendezvous client" tid=1 file=client.nim:142
|
|
INF 2026-03-29 12:33:37.205+00:00 Health monitor loop end tid=1 file=node_health_monitor.nim:543
|
|
NTC 2026-03-29 12:33:37.205+00:00 REST service stopped tid=1 file=server.nim:187 address=0.0.0.0:55736
|
|
WRN 2026-03-29 12:33:15.967+00:00 whether to mount storeSync is not specified, defaulting to not mounting topics="waku conf builder" tid=1 file=waku_conf_builder.nim:471
|
|
bSubscribeShards: some(@[0])
|
|
INF 2026-03-29 12:33:15.967+00:00 Sharding configuration: topics="waku conf builder" tid=1 file=waku_conf_builder.nim:506 shardingConf="(kind: AutoSharding, numShardsInCluster: 1)" subscribeShards=@[0]
|
|
INF 2026-03-29 12:33:15.967+00:00 Configuration: Enabled protocols topics="waku conf" tid=1 file=waku_conf.nim:157 relay=true rlnRelay=false store=true filter=false lightPush=false peerExchange=true rendezvous=true
|
|
INF 2026-03-29 12:33:15.967+00:00 Configuration. Network topics="waku conf" tid=1 file=waku_conf.nim:166 cluster=3
|
|
INF 2026-03-29 12:33:15.967+00:00 Configuration. Active Relay Shards topics="waku conf" tid=1 file=waku_conf.nim:169 shard=0
|
|
INF 2026-03-29 12:33:15.968+00:00 Setting up storage tid=1 file=node_factory.nim:532
|
|
INF 2026-03-29 12:33:15.968+00:00 Initializing node tid=1 file=node_factory.nim:541
|
|
TRC 2026-03-29 12:33:15.969+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/ipfs/id/1.0.0]"
|
|
TRC 2026-03-29 12:33:15.969+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/libp2p/autonat/1.0.0]"
|
|
TRC 2026-03-29 12:33:15.969+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/libp2p/circuit/relay/0.2.0/hop, /libp2p/circuit/relay/0.1.0]"
|
|
TRC 2026-03-29 12:33:15.969+00:00 no peer storage found tid=1 file=peer_manager.nim:1219
|
|
INF 2026-03-29 12:33:15.969+00:00 Initializing networking tid=1 file=waku_node.nim:228 addrs="@[/ip4/172.18.57.211/tcp/55737, /ip4/172.18.57.211/tcp/55738/ws]"
|
|
INF 2026-03-29 12:33:15.969+00:00 Mounting protocols tid=1 file=node_factory.nim:547
|
|
INF 2026-03-29 12:33:15.969+00:00 Created WakuMetadata protocol topics="waku node" tid=1 file=protocol.nim:107 clusterId=3 shards="[0]"
|
|
TRC 2026-03-29 12:33:15.969+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/vac/waku/metadata/1.0.0]"
|
|
INF 2026-03-29 12:33:15.976+00:00 sqlite database page stats tid=1 file=builder.nim:53 pageSize=4096 pages=1 freePages=0
|
|
INF 2026-03-29 12:33:15.976+00:00 starting message store's sqlite database migration topics="waku archive migration" tid=1 file=migrations.nim:57
|
|
INF 2026-03-29 12:33:15.977+00:00 Not considered schema version 7 topics="waku archive migration" tid=1 file=migrations.nim:45
|
|
INF 2026-03-29 12:33:15.977+00:00 database schema is outdated topics="sqlite" tid=1 file=db_sqlite.nim:447 userVersion=0 targetVersion=10
|
|
INF 2026-03-29 12:33:15.979+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="CREATE TABLE IF NOT EXISTS Message(\n id BLOB PRIMARY KEY,\n timestamp INTEGER NOT NULL,\n contentTopic BLOB NOT NULL,\n pubsubTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL\n ) WITHOUT ROWID;"
|
|
INF 2026-03-29 12:33:15.982+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="CREATE TABLE IF NOT EXISTS Message(\n id BLOB PRIMARY KEY,\n timestamp INTEGER NOT NULL,\n contentTopic BLOB NOT NULL,\n pubsubTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL\n ) WITHOUT ROWID;"
|
|
INF 2026-03-29 12:33:15.982+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="CREATE TABLE IF NOT EXISTS Message_backup (\n id BLOB PRIMARY KEY,\n timestamp INTEGER NOT NULL,\n contentTopic BLOB NOT NULL,\n pubsubTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL\n ) WITHOUT ROWID;"
|
|
INF 2026-03-29 12:33:15.984+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="CREATE TABLE IF NOT EXISTS Message_backup (\n id BLOB PRIMARY KEY,\n timestamp INTEGER NOT NULL,\n contentTopic BLOB NOT NULL,\n pubsubTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL\n ) WITHOUT ROWID;"
|
|
INF 2026-03-29 12:33:15.984+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="INSERT INTO Message_backup SELECT id, timestamp, contentTopic, pubsubTopic, payload, version FROM Message;"
|
|
INF 2026-03-29 12:33:15.984+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="INSERT INTO Message_backup SELECT id, timestamp, contentTopic, pubsubTopic, payload, version FROM Message;"
|
|
INF 2026-03-29 12:33:15.984+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE Message;"
|
|
INF 2026-03-29 12:33:15.985+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP TABLE Message;"
|
|
INF 2026-03-29 12:33:15.985+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="CREATE TABLE IF NOT EXISTS Message(\n id BLOB PRIMARY KEY,\n receiverTimestamp REAL NOT NULL,\n contentTopic BLOB NOT NULL,\n pubsubTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL,\n senderTimestamp REAL NOT NULL\n ) WITHOUT ROWID;"
|
|
INF 2026-03-29 12:33:15.986+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="CREATE TABLE IF NOT EXISTS Message(\n id BLOB PRIMARY KEY,\n receiverTimestamp REAL NOT NULL,\n contentTopic BLOB NOT NULL,\n pubsubTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL,\n senderTimestamp REAL NOT NULL\n ) WITHOUT ROWID;"
|
|
INF 2026-03-29 12:33:15.986+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="INSERT INTO Message (id, receiverTimestamp, contentTopic, pubsubTopic, payload, version, senderTimestamp)\n SELECT id, timestamp, contentTopic, pubsubTopic, payload, version, 0\n FROM Message_backup;"
|
|
INF 2026-03-29 12:33:15.986+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="INSERT INTO Message (id, receiverTimestamp, contentTopic, pubsubTopic, payload, version, senderTimestamp)\n SELECT id, timestamp, contentTopic, pubsubTopic, payload, version, 0\n FROM Message_backup;"
|
|
INF 2026-03-29 12:33:15.986+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE Message_backup;"
|
|
INF 2026-03-29 12:33:15.987+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP TABLE Message_backup;"
|
|
INF 2026-03-29 12:33:15.987+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="CREATE TABLE IF NOT EXISTS Message_backup (\n id BLOB PRIMARY KEY,\n receiverTimestamp REAL NOT NULL,\n contentTopic BLOB NOT NULL,\n pubsubTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL,\n senderTimestamp REAL NOT NULL\n ) WITHOUT ROWID;"
|
|
INF 2026-03-29 12:33:15.988+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="CREATE TABLE IF NOT EXISTS Message_backup (\n id BLOB PRIMARY KEY,\n receiverTimestamp REAL NOT NULL,\n contentTopic BLOB NOT NULL,\n pubsubTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL,\n senderTimestamp REAL NOT NULL\n ) WITHOUT ROWID;"
|
|
INF 2026-03-29 12:33:15.988+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="INSERT INTO Message_backup SELECT id, receiverTimestamp, contentTopic, pubsubTopic, payload, version, senderTimestamp FROM Message;"
|
|
INF 2026-03-29 12:33:15.988+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="INSERT INTO Message_backup SELECT id, receiverTimestamp, contentTopic, pubsubTopic, payload, version, senderTimestamp FROM Message;"
|
|
INF 2026-03-29 12:33:15.988+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE Message;"
|
|
INF 2026-03-29 12:33:15.989+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP TABLE Message;"
|
|
INF 2026-03-29 12:33:15.989+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="CREATE TABLE IF NOT EXISTS Message(\n id BLOB PRIMARY KEY,\n receiverTimestamp INTEGER NOT NULL,\n contentTopic BLOB NOT NULL,\n pubsubTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL,\n senderTimestamp INTEGER NOT NULL\n ) WITHOUT ROWID;"
|
|
INF 2026-03-29 12:33:15.990+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="CREATE TABLE IF NOT EXISTS Message(\n id BLOB PRIMARY KEY,\n receiverTimestamp INTEGER NOT NULL,\n contentTopic BLOB NOT NULL,\n pubsubTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL,\n senderTimestamp INTEGER NOT NULL\n ) WITHOUT ROWID;"
|
|
INF 2026-03-29 12:33:15.990+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="INSERT INTO Message (id, receiverTimestamp, contentTopic, pubsubTopic, payload, version, senderTimestamp)\n SELECT id, CAST(receiverTimestamp*1000000000 AS INTEGER), contentTopic, pubsubTopic, payload, version, CAST(senderTimestamp*1000000000 AS INTEGER)\n FROM Message_backup;"
|
|
INF 2026-03-29 12:33:15.990+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="INSERT INTO Message (id, receiverTimestamp, contentTopic, pubsubTopic, payload, version, senderTimestamp)\n SELECT id, CAST(receiverTimestamp*1000000000 AS INTEGER), contentTopic, pubsubTopic, payload, version, CAST(senderTimestamp*1000000000 AS INTEGER)\n FROM Message_backup;"
|
|
INF 2026-03-29 12:33:15.990+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE Message_backup;"
|
|
INF 2026-03-29 12:33:15.991+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP TABLE Message_backup;"
|
|
INF 2026-03-29 12:33:15.991+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="ALTER TABLE Message RENAME TO Message_backup;"
|
|
INF 2026-03-29 12:33:15.993+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="ALTER TABLE Message RENAME TO Message_backup;"
|
|
INF 2026-03-29 12:33:15.993+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="CREATE TABLE IF NOT EXISTS Message(\n id BLOB,\n receiverTimestamp INTEGER NOT NULL,\n contentTopic BLOB NOT NULL,\n pubsubTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL,\n senderTimestamp INTEGER NOT NULL,\n CONSTRAINT messageIndex PRIMARY KEY (senderTimestamp, id, pubsubTopic)\n ) WITHOUT ROWID;"
|
|
INF 2026-03-29 12:33:15.993+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="CREATE TABLE IF NOT EXISTS Message(\n id BLOB,\n receiverTimestamp INTEGER NOT NULL,\n contentTopic BLOB NOT NULL,\n pubsubTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL,\n senderTimestamp INTEGER NOT NULL,\n CONSTRAINT messageIndex PRIMARY KEY (senderTimestamp, id, pubsubTopic)\n ) WITHOUT ROWID;"
|
|
INF 2026-03-29 12:33:15.993+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="INSERT INTO Message\n SELECT *\n FROM Message_backup;"
|
|
INF 2026-03-29 12:33:15.993+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="INSERT INTO Message\n SELECT *\n FROM Message_backup;"
|
|
INF 2026-03-29 12:33:15.993+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE Message_backup;"
|
|
INF 2026-03-29 12:33:15.994+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP TABLE Message_backup;"
|
|
INF 2026-03-29 12:33:15.994+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="CREATE INDEX IF NOT EXISTS i_msg ON Message (contentTopic, pubsubTopic, senderTimestamp, id);"
|
|
INF 2026-03-29 12:33:15.996+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="CREATE INDEX IF NOT EXISTS i_msg ON Message (contentTopic, pubsubTopic, senderTimestamp, id);"
|
|
INF 2026-03-29 12:33:15.996+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="ALTER TABLE message RENAME COLUMN receiverTimestamp TO storedAt;"
|
|
INF 2026-03-29 12:33:15.998+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="ALTER TABLE message RENAME COLUMN receiverTimestamp TO storedAt;"
|
|
INF 2026-03-29 12:33:15.998+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP INDEX IF EXISTS i_msg;"
|
|
INF 2026-03-29 12:33:15.998+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP INDEX IF EXISTS i_msg;"
|
|
INF 2026-03-29 12:33:15.999+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="CREATE INDEX IF NOT EXISTS i_query ON message (contentTopic, pubsubTopic, storedAt, id);"
|
|
INF 2026-03-29 12:33:15.999+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="CREATE INDEX IF NOT EXISTS i_query ON message (contentTopic, pubsubTopic, storedAt, id);"
|
|
INF 2026-03-29 12:33:15.999+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP INDEX IF EXISTS i_rt;"
|
|
INF 2026-03-29 12:33:15.999+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP INDEX IF EXISTS i_rt;"
|
|
INF 2026-03-29 12:33:15.999+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="CREATE INDEX IF NOT EXISTS i_ts ON message (storedAt);"
|
|
INF 2026-03-29 12:33:16.000+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="CREATE INDEX IF NOT EXISTS i_ts ON message (storedAt);"
|
|
INF 2026-03-29 12:33:16.000+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="ALTER TABLE message RENAME TO message_backup;"
|
|
INF 2026-03-29 12:33:16.002+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="ALTER TABLE message RENAME TO message_backup;"
|
|
INF 2026-03-29 12:33:16.002+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="CREATE TABLE IF NOT EXISTS message(\n pubsubTopic BLOB NOT NULL,\n contentTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL,\n timestamp INTEGER NOT NULL,\n id BLOB,\n storedAt INTEGER NOT NULL,\n CONSTRAINT messageIndex PRIMARY KEY (storedAt, id, pubsubTopic)\n) WITHOUT ROWID;"
|
|
INF 2026-03-29 12:33:16.003+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="CREATE TABLE IF NOT EXISTS message(\n pubsubTopic BLOB NOT NULL,\n contentTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL,\n timestamp INTEGER NOT NULL,\n id BLOB,\n storedAt INTEGER NOT NULL,\n CONSTRAINT messageIndex PRIMARY KEY (storedAt, id, pubsubTopic)\n) WITHOUT ROWID;"
|
|
INF 2026-03-29 12:33:16.003+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="INSERT OR IGNORE INTO message(pubsubTopic, contentTopic, payload, version, timestamp, id, storedAt)\n SELECT pubsubTopic, contentTopic, payload, version, senderTimestamp, id, storedAt\n FROM message_backup;"
|
|
INF 2026-03-29 12:33:16.003+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="INSERT OR IGNORE INTO message(pubsubTopic, contentTopic, payload, version, timestamp, id, storedAt)\n SELECT pubsubTopic, contentTopic, payload, version, senderTimestamp, id, storedAt\n FROM message_backup;"
|
|
INF 2026-03-29 12:33:16.003+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE message_backup;"
|
|
INF 2026-03-29 12:33:16.004+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP TABLE message_backup;"
|
|
INF 2026-03-29 12:33:16.004+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="ALTER TABLE message RENAME TO message_backup;"
|
|
INF 2026-03-29 12:33:16.006+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="ALTER TABLE message RENAME TO message_backup;"
|
|
INF 2026-03-29 12:33:16.006+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="CREATE TABLE IF NOT EXISTS message (\n pubsubTopic BLOB NOT NULL,\n contentTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL,\n timestamp INTEGER NOT NULL,\n id BLOB,\n messageHash BLOB, -- Newly added, this will be populated with a counter value\n storedAt INTEGER NOT NULL,\n CONSTRAINT messageIndex PRIMARY KEY (messageHash)\n) WITHOUT ROWID;"
|
|
INF 2026-03-29 12:33:16.006+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="CREATE TABLE IF NOT EXISTS message (\n pubsubTopic BLOB NOT NULL,\n contentTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL,\n timestamp INTEGER NOT NULL,\n id BLOB,\n messageHash BLOB, -- Newly added, this will be populated with a counter value\n storedAt INTEGER NOT NULL,\n CONSTRAINT messageIndex PRIMARY KEY (messageHash)\n) WITHOUT ROWID;"
|
|
INF 2026-03-29 12:33:16.006+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="INSERT INTO message(pubsubTopic, contentTopic, payload, version, timestamp, id, messageHash, storedAt)\nSELECT\n mb.pubsubTopic,\n mb.contentTopic,\n mb.payload,\n mb.version,\n mb.timestamp,\n mb.id,\n randomblob(32), -- to populate 32-byte random blob\n mb.storedAt\nFROM message_backup AS mb;"
|
|
INF 2026-03-29 12:33:16.006+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="INSERT INTO message(pubsubTopic, contentTopic, payload, version, timestamp, id, messageHash, storedAt)\nSELECT\n mb.pubsubTopic,\n mb.contentTopic,\n mb.payload,\n mb.version,\n mb.timestamp,\n mb.id,\n randomblob(32), -- to populate 32-byte random blob\n mb.storedAt\nFROM message_backup AS mb;"
|
|
INF 2026-03-29 12:33:16.007+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE message_backup;"
|
|
INF 2026-03-29 12:33:16.007+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP TABLE message_backup;"
|
|
INF 2026-03-29 12:33:16.007+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="ALTER TABLE message ADD COLUMN meta BLOB;"
|
|
INF 2026-03-29 12:33:16.008+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="ALTER TABLE message ADD COLUMN meta BLOB;"
|
|
INF 2026-03-29 12:33:16.008+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="ALTER TABLE message DROP COLUMN timestamp;"
|
|
INF 2026-03-29 12:33:16.010+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="ALTER TABLE message DROP COLUMN timestamp;"
|
|
INF 2026-03-29 12:33:16.010+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="ALTER TABLE message RENAME COLUMN storedAt TO timestamp;"
|
|
INF 2026-03-29 12:33:16.012+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="ALTER TABLE message RENAME COLUMN storedAt TO timestamp;"
|
|
INF 2026-03-29 12:33:16.012+00:00 database user_version updated topics="sqlite" tid=1 file=db_sqlite.nim:481 userVersion=10
|
|
INF 2026-03-29 12:33:16.012+00:00 finished message store's sqlite database migration topics="waku archive migration" tid=1 file=migrations.nim:70
|
|
INF 2026-03-29 12:33:16.012+00:00 setting up sqlite waku archive driver tid=1 file=builder.nim:65
|
|
INF 2026-03-29 12:33:16.013+00:00 executing message retention policy topics="waku archive" tid=1 file=archive.nim:270 policy=time:172800
|
|
INF 2026-03-29 12:33:16.013+00:00 beginning of executing message retention policy - time topics="waku archive retention_policy" tid=1 file=retention_policy_time.nim:22
|
|
INF 2026-03-29 12:33:16.014+00:00 end of executing message retention policy - time topics="waku archive retention_policy" tid=1 file=retention_policy_time.nim:30
|
|
INF 2026-03-29 12:33:16.014+00:00 mounting waku store protocol topics="waku node store api" tid=1 file=store.nim:255
|
|
TRC 2026-03-29 12:33:16.014+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/vac/waku/store-query/3.0.0]"
|
|
INF 2026-03-29 12:33:16.014+00:00 initial storage filling started topics="waku reconciliation" tid=1 file=reconciliation.nim:357
|
|
INF 2026-03-29 12:33:16.014+00:00 initial storage filling done topics="waku reconciliation" tid=1 file=reconciliation.nim:379 elements=0
|
|
INF 2026-03-29 12:33:16.014+00:00 Store Reconciliation protocol initialized topics="waku node" tid=1 file=reconciliation.nim:427 sync_range=45s sync_interval=10s relay_jitter=
|
|
TRC 2026-03-29 12:33:16.014+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/vac/waku/reconciliation/1.0.0]"
|
|
INF 2026-03-29 12:33:16.014+00:00 Store Transfer protocol initialized topics="waku node" tid=1 file=transfer.nim:216
|
|
TRC 2026-03-29 12:33:16.014+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/vac/waku/transfer/1.0.0]"
|
|
INF 2026-03-29 12:33:16.014+00:00 mounting store client topics="waku node store api" tid=1 file=store.nim:274
|
|
INF 2026-03-29 12:33:16.014+00:00 mounting legacy store client topics="waku node store api" tid=1 file=store.nim:145
|
|
INF 2026-03-29 12:33:16.014+00:00 mounting auto sharding topics="waku node" tid=1 file=waku_node.nim:305 clusterId=3 shardCount=1
|
|
INF 2026-03-29 12:33:16.014+00:00 Shards created from content topics tid=1 file=node_factory.nim:333 contentTopics=[] shards=[]
|
|
INF 2026-03-29 12:33:16.014+00:00 Setting max message size tid=1 file=node_factory.nim:342 num_bytes=153600
|
|
INF 2026-03-29 12:33:16.014+00:00 mounting relay protocol topics="waku node relay api" tid=1 file=relay.nim:259
|
|
TRC 2026-03-29 12:33:16.015+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/vac/waku/relay/2.0.0, /meshsub/1.3.0, /meshsub/1.2.0, /meshsub/1.1.0, /meshsub/1.0.0, /meshsub/1.3.0, /meshsub/1.2.0, /meshsub/1.1.0, /meshsub/1.0.0]"
|
|
INF 2026-03-29 12:33:16.015+00:00 relay mounted successfully topics="waku node relay api" tid=1 file=relay.nim:276
|
|
INF 2026-03-29 12:33:16.015+00:00 adding validator to signed shards tid=1 file=validator_signed.nim:56 protectedShards=[] clusterId=3
|
|
INF 2026-03-29 12:33:16.015+00:00 mounting rendezvous discovery protocol topics="waku node" tid=1 file=waku_node.nim:432
|
|
INF 2026-03-29 12:33:16.015+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*aP1zat, seqNo: 1774787596, addresses: [/ip4/172.18.57.211/tcp/55737, /ip4/172.18.57.211/tcp/55738/ws], mixKey: )"
|
|
TRC 2026-03-29 12:33:16.015+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/vac/waku/rendezvous/1.0.0]"
|
|
INF 2026-03-29 12:33:16.015+00:00 mounting rendezvous client topics="waku node" tid=1 file=waku_node.nim:418
|
|
INF 2026-03-29 12:33:16.015+00:00 waku rendezvous client initialized topics="waku node" tid=1 file=client.nim:130 clusterId=3
|
|
INF 2026-03-29 12:33:16.015+00:00 mounting libp2p ping protocol topics="waku node ping api" tid=1 file=ping.nim:20
|
|
TRC 2026-03-29 12:33:16.015+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/ipfs/ping/1.0.0]"
|
|
INF 2026-03-29 12:33:16.015+00:00 mounting light push client topics="waku node lightpush api" tid=1 file=lightpush.nim:183
|
|
INF 2026-03-29 12:33:16.015+00:00 mounting legacy light push client topics="waku node lightpush api" tid=1 file=lightpush.nim:72
|
|
INF 2026-03-29 12:33:16.015+00:00 mounting filter client topics="waku node filter api" tid=1 file=filter.nim:81
|
|
TRC 2026-03-29 12:33:16.015+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/vac/waku/filter-push/2.0.0-beta1]"
|
|
INF 2026-03-29 12:33:16.015+00:00 mounting waku peer exchange topics="waku node peerexchange api" tid=1 file=peer_exchange.nim:37
|
|
TRC 2026-03-29 12:33:16.015+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/vac/waku/peer-exchange/2.0.0-alpha1]"
|
|
INF 2026-03-29 12:33:16.015+00:00 mounting waku peer exchange client topics="waku node peerexchange api" tid=1 file=peer_exchange.nim:54
|
|
NTC 2026-03-29 12:33:16.016+00:00 REST service started tid=1 file=server.nim:182 address=0.0.0.0:55736
|
|
INF 2026-03-29 12:33:16.016+00:00 Starting REST HTTP server tid=1 file=builder.nim:113 url=http://0.0.0.0:55736/
|
|
INF 2026-03-29 12:33:16.016+00:00 No external callbacks to be set topics="wakunode waku" tid=1 file=waku.nim:127
|
|
TRC 2026-03-29 12:33:16.016+00:00 Send processor chain topics="send service" tid=1 file=send_service.nim:94 index=1 processor=BaseSendProcessor
|
|
INF 2026-03-29 12:33:16.016+00:00 Retrieve dynamic bootstrap nodes topics="wakunode waku" tid=1 file=waku.nim:367
|
|
INF 2026-03-29 12:33:16.016+00:00 Running nwaku node tid=1 file=node_factory.nim:464 version=v0.38.0-rc.0-14-g5c335c
|
|
INF 2026-03-29 12:33:16.016+00:00 Starting Waku node topics="waku node" tid=1 file=waku_node.nim:625 version=v0.38.0-rc.0-14-g5c335c
|
|
INF 2026-03-29 12:33:16.016+00:00 starting relay protocol topics="waku node" tid=1 file=waku_node.nim:389
|
|
INF 2026-03-29 12:33:16.016+00:00 start topics="waku relay" tid=1 file=protocol.nim:519
|
|
TRC 2026-03-29 12:33:16.016+00:00 gossipsub start topics="libp2p gossipsub" tid=1 file=gossipsub.nim:1113
|
|
TRC 2026-03-29 12:33:16.016+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=139643449974864
|
|
TRC 2026-03-29 12:33:16.016+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
TRC 2026-03-29 12:33:16.016+00:00 running scoring heartbeat topics="libp2p gossipsub" tid=1 file=scoring.nim:312 instance=139643449974864
|
|
TRC 2026-03-29 12:33:16.016+00:00 updating scores topics="libp2p gossipsub" tid=1 file=scoring.nim:144 peers=0
|
|
TRC 2026-03-29 12:33:16.016+00:00 updated scores topics="libp2p gossipsub" tid=1 file=scoring.nim:308 peers=0
|
|
INF 2026-03-29 12:33:16.016+00:00 relay started successfully topics="waku node" tid=1 file=waku_node.nim:410
|
|
INF 2026-03-29 12:33:16.016+00:00 waku rendezvous periodic registration started topics="waku rendezvous" tid=1 file=protocol.nim:127 interval=10s
|
|
INF 2026-03-29 12:33:16.016+00:00 waku rendezvous discovery started topics="waku rendezvous" tid=1 file=protocol.nim:227
|
|
INF 2026-03-29 12:33:16.016+00:00 waku rendezvous periodic requests started topics="waku rendezvous client" tid=1 file=client.nim:80 interval=10s
|
|
INF 2026-03-29 12:33:16.016+00:00 waku rendezvous client started topics="waku rendezvous client" tid=1 file=client.nim:136
|
|
INF 2026-03-29 12:33:16.016+00:00 periodic sync initialized topics="waku reconciliation" tid=1 file=reconciliation.nim:433 interval=10s
|
|
INF 2026-03-29 12:33:16.016+00:00 periodic prune initialized topics="waku reconciliation" tid=1 file=reconciliation.nim:447 interval=10s
|
|
INF 2026-03-29 12:33:16.016+00:00 Store Sync Reconciliation protocol started topics="waku reconciliation" tid=1 file=reconciliation.nim:485
|
|
INF 2026-03-29 12:33:16.016+00:00 Store Sync Transfer protocol started topics="waku transfer" tid=1 file=transfer.nim:229
|
|
DBG 2026-03-29 12:33:16.016+00:00 starting switch for peer topics="libp2p switch" tid=1 file=switch.nim:363 peerInfo="(peerId: 16Uiu2HAm5hVCHE3cM5yYHyvG9w8BR7FVHLB8rJFoZ6JPjiaP1zat, listenAddrs: [/ip4/0.0.0.0/tcp/55738/ws, /ip4/0.0.0.0/tcp/55737], 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 12:33:16.017+00:00 Starting TCP transport topics="libp2p tcptransport" tid=1 file=tcptransport.nim:116
|
|
TRC 2026-03-29 12:33:16.017+00:00 Listening on topics="libp2p tcptransport" tid=1 file=tcptransport.nim:140 address=/ip4/0.0.0.0/tcp/55737
|
|
TRC 2026-03-29 12:33:16.017+00:00 starting transport on addrs topics="libp2p transport" tid=1 file=transport.nim:49 address=@[/ip4/0.0.0.0/tcp/55737]
|
|
DBG 2026-03-29 12:33:16.017+00:00 About to accept incoming connection topics="libp2p switch" tid=1 file=switch.nim:272
|
|
TRC 2026-03-29 12:33:16.017+00:00 Starting WS transport topics="libp2p wstransport" tid=1 file=wstransport.nim:154
|
|
TRC 2026-03-29 12:33:16.017+00:00 starting transport on addrs topics="libp2p transport" tid=1 file=transport.nim:49 address=@[/ip4/0.0.0.0/tcp/55738/ws]
|
|
TRC 2026-03-29 12:33:16.017+00:00 Created HTTP Server topics="libp2p wstransport" tid=1 file=server.nim:262 host=0.0.0.0:55738
|
|
TRC 2026-03-29 12:33:16.017+00:00 Listening on topics="libp2p wstransport" tid=1 file=wstransport.nim:204 addresses="[/ip4/0.0.0.0/tcp/55738/ws]"
|
|
INF 2026-03-29 12:33:16.017+00:00 Setting up AutonatService topics="libp2p autonatservice" tid=1 file=service.nim:207
|
|
TRC 2026-03-29 12:33:16.017+00:00 Running AutonatService topics="libp2p autonatservice" tid=1 file=service.nim:231
|
|
TRC 2026-03-29 12:33:16.017+00:00 Asking peers for reachability topics="libp2p autonatservice" tid=1 file=service.nim:160
|
|
DBG 2026-03-29 12:33:16.018+00:00 About to accept incoming connection topics="libp2p switch" tid=1 file=switch.nim:272
|
|
TRC 2026-03-29 12:33:16.018+00:00 WsTransport accept topics="libp2p wstransport" tid=1 file=wstransport.nim:279
|
|
TRC 2026-03-29 12:33:16.018+00:00 Awaiting new request topics="websock http-server" tid=1 file=server.nim:194
|
|
TRC 2026-03-29 12:33:16.018+00:00 gossipsub start topics="libp2p gossipsub" tid=1 file=gossipsub.nim:1113
|
|
WRN 2026-03-29 12:33:16.018+00:00 Starting gossipsub twice topics="libp2p gossipsub" tid=1 file=gossipsub.nim:1116
|
|
WRN 2026-03-29 12:33:16.018+00:00 Starting rendezvous twice topics="waku rendezvous" tid=1 file=rendezvous.nim:626
|
|
DBG 2026-03-29 12:33:16.018+00:00 Started libp2p node topics="libp2p switch" tid=1 file=switch.nim:403 peer="(peerId: 16Uiu2HAm5hVCHE3cM5yYHyvG9w8BR7FVHLB8rJFoZ6JPjiaP1zat, listenAddrs: [/ip4/0.0.0.0/tcp/55737, /ip4/0.0.0.0/tcp/55738/ws], addrs: [/ip4/172.18.57.211/tcp/55737, /ip4/172.18.57.211/tcp/55738/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 12:33:16.018+00:00 PeerInfo topics="waku node" tid=1 file=waku_node.nim:478 peerId=16U*aP1zat addrs="[/ip4/172.18.57.211/tcp/55737, /ip4/172.18.57.211/tcp/55738/ws]"
|
|
INF 2026-03-29 12:33:16.018+00:00 Listening on topics="waku node" tid=1 file=waku_node.nim:501 full=[/ip4/0.0.0.0/tcp/55737/p2p/16Uiu2HAm5hVCHE3cM5yYHyvG9w8BR7FVHLB8rJFoZ6JPjiaP1zat][/ip4/0.0.0.0/tcp/55738/ws/p2p/16Uiu2HAm5hVCHE3cM5yYHyvG9w8BR7FVHLB8rJFoZ6JPjiaP1zat] localIp=172.17.0.185 switchAddress="@[/ip4/172.18.57.211/tcp/55737, /ip4/172.18.57.211/tcp/55738/ws]"
|
|
INF 2026-03-29 12:33:16.018+00:00 Announcing addresses topics="waku node" tid=1 file=waku_node.nim:503 full=[/ip4/172.18.57.211/tcp/55737/p2p/16Uiu2HAm5hVCHE3cM5yYHyvG9w8BR7FVHLB8rJFoZ6JPjiaP1zat][/ip4/172.18.57.211/tcp/55738/ws/p2p/16Uiu2HAm5hVCHE3cM5yYHyvG9w8BR7FVHLB8rJFoZ6JPjiaP1zat]
|
|
INF 2026-03-29 12:33:16.018+00:00 DNS: dTRC 2026-03-29 12:33:39.163+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140212524466256
|
|
TRC 2026-03-29 12:33:39.163+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:33:39.163+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:33:39.163+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:33:39.163+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:33:39.163+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
INF 2026-03-29 12:33:39.166+00:00 periodic prune started topics="waku reconciliation" tid=1 file=reconciliation.nim:455
|
|
INF 2026-03-29 12:33:39.166+00:00 periodic prune done topics="waku reconciliation" tid=1 file=reconciliation.nim:463 elements_pruned=0
|
|
TRC 2026-03-29 12:33:39.173+00:00 running discv5 discovery loop topics="waku discv5" tid=1 file=waku_discv5.nim:261
|
|
TRC 2026-03-29 12:33:39.174+00:00 discv5 discovered peers topics="waku discv5" tid=1 file=waku_discv5.nim:277 num_discovered_peers=0 peers=[]
|
|
TRC 2026-03-29 12:33:39.174+00:00 discv5 discarded wrong records topics="waku discv5" tid=1 file=waku_discv5.nim:281 wrong_records=[]
|
|
/ip4/172.18.57.211/tcp/55737/p2p/16Uiu2HAm5hVCHE3cM5yYHyvG9w8BR7FVHLB8rJFoZ6JPjiaP1zat][/ip4/172.18.57.211/tcp/55738/ws/p2p/16Uiu2HAm5hVCHE3cM5yYHyvG9w8BR7FVHLB8rJFoZ6JPjiaP1zat]
|
|
INF 2026-03-29 12:33:16.019+00:00 DNS: discoverable ENR topics="waku node" tid=1 file=waku_node.nim:504 enr=enr:-LO4QCwc631YdSfrdsm3oDrlHx97lPSB_EjGl7swRLs9uzrwVBR0yE_jSSe6QX6vvH0mSIRdpAiW0kYqGeD-cdpVcfQBgmlkgnY0gmlwhKwSOdOKbXVsdGlhZGRyc4wACgSsEjnTBtm63QOCcnOFAAMBAACJc2VjcDI1NmsxoQKYoffIdb4Tsc4lkB_xNP5k7gRqlHbMYTh3V5iCi8xa8YN0Y3CC2bmDdWRwgtm7hXdha3UyEw
|
|
INF 2026-03-29 12:33:16.019+00:00 Waku node ENR updated successfully with new multiaddress topics="wakunode waku" tid=1 file=waku.nim:301 enr=enr:-L24QABvLopA36dR_WBSDeF5zm9lrFxguQ-GTrPPb45wcu9XMYTOcaKklRdyc_BVZQ_lRB-6U_nD91lSHgpjiMu63-kCgmlkgnY0gmlwhKwSOdOKbXVsdGlhZGRyc5YACASsEjnTBtm5AAoErBI50wbZut0DgnJzhQADAQAAiXNlY3AyNTZrMaECmKH3yHW-E7HOJZAf8TT-ZO4EapR2zGE4d1eYgovMWvGDdGNwgtm5g3VkcILZu4V3YWt1MhM record="(2, id: \"v4\", ip: 172.18.57.211, multiaddrs: 0x000804AC1239D306D9B9000A04AC1239D306D9BADD03, rs: 0x0003010000, secp256k1: 0x0298A1F7C875BE13B1CE25901FF134FE64EE046A9476CC6138775798828BCC5AF1, tcp: 55737, udp: 55739, waku2: 0x13)"
|
|
INF 2026-03-29 12:33:16.019+00:00 peer filtering updated topics="waku discv5" tid=1 file=waku_discv5.nim:70
|
|
INF 2026-03-29 12:33:16.019+00:00 Starting discovery v5 service topics="waku discv5" tid=1 file=waku_discv5.nim:336
|
|
INF 2026-03-29 12:33:16.019+00:00 start listening on udp port topics="waku discv5" tid=1 file=waku_discv5.nim:338 address=0.0.0.0 port=55739
|
|
TRC 2026-03-29 12:33:16.019+00:00 start discv5 service topics="waku discv5" tid=1 file=waku_discv5.nim:346
|
|
INF 2026-03-29 12:33:16.020+00:00 Starting discovery v5 search topics="waku discv5" tid=1 file=waku_discv5.nim:258
|
|
TRC 2026-03-29 12:33:16.020+00:00 running discv5 discovery loop topics="waku discv5" tid=1 file=waku_discv5.nim:261
|
|
TRC 2026-03-29 12:33:16.020+00:00 discv5 discovered peers topics="waku discv5" tid=1 file=waku_discv5.nim:277 num_discovered_peers=0 peers=[]
|
|
TRC 2026-03-29 12:33:16.020+00:00 discv5 discarded wrong records topics="waku discv5" tid=1 file=waku_discv5.nim:281 wrong_records=[]
|
|
INF 2026-03-29 12:33:16.020+00:00 Successfully started discovery v5 service topics="waku discv5" tid=1 file=waku_discv5.nim:352
|
|
INF 2026-03-29 12:33:16.020+00:00 Discv5: discoverable ENR topics="waku discv5" tid=1 file=waku_discv5.nim:353 enrUri=enr:-L24QGcii6z24bw48VGIpY-lodY29WMSR2J7R3puVyneiZ4qSFArPRV-5symfRiPjlJOtOwb_cEiP7C4N-QWuZ_BYKEDgmlkgnY0gmlwhKwSOdOKbXVsdGlhZGRyc5YACASsEjnTBtm5AAoErBI50wbZut0DgnJzhQADAQAAiXNlY3AyNTZrMaECmKH3yHW-E7HOJZAf8TT-ZO4EapR2zGE4d1eYgovMWvGDdGNwgtm5g3VkcILZu4V3YWt1MhM enr="(3, id: \"v4\", ip: 172.18.57.211, multiaddrs: 0x000804AC1239D306D9B9000A04AC1239D306D9BADD03, rs: 0x0003010000, secp256k1: 0x0298A1F7C875BE13B1CE25901FF134FE64EE046A9476CC6138775798828BCC5AF1, tcp: 55737, udp: 55739, waku2: 0x13)"
|
|
INF 2026-03-29 12:33:16.020+00:00 subscribe topics="waku relay" tid=1 file=protocol.nim:594 pubsubTopic=/waku/2/rs/3/0
|
|
TRC 2026-03-29 12:33:16.020+00:00 adding validator for topic topics="libp2p pubsub" tid=1 file=pubsub.nim:667 topic=/waku/2/rs/3/0
|
|
TRC 2026-03-29 12:33:16.020+00:00 subscribing to topic topics="libp2p pubsub" tid=1 file=pubsub.nim:625 name=/waku/2/rs/3/0
|
|
TRC 2026-03-29 12:33:16.020+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:33:16.020+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:33:16.020+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:33:16.020+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
WRN 2026-03-29 12:33:16.021+00:00 No-effect API call to subscribe. Already subscribed to topic topics="waku node relay api" tid=1 file=relay.nim:161 pubsubTopic=/waku/2/rs/3/0
|
|
TRC 2026-03-29 12:33:16.021+00:00 Resolving IP using DNS topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:101 address=one.one.one.one servers="[1.1.1.1:53, 1.0.0.1:53]" domain=AF_UNSPEC
|
|
INF 2026-03-29 12:33:16.021+00:00 Health monitor loop start tid=1 file=node_health_monitor.nim:516
|
|
DBG 2026-03-29 12:33:16.021+00:00 calculateConnectionState tid=1 file=node_health_monitor.nim:408 relayCount=0 storeClientCount=0 lightpushCount=0 filterCount=0
|
|
INF 2026-03-29 12:33:16.021+00:00 starting keepalive tid=1 file=node_health_monitor.nim:678 randomPeersKeepalive=10s allPeersKeepalive=2m
|
|
TRC 2026-03-29 12:33:16.021+00:00 Running keepalive loop tid=1 file=node_health_monitor.nim:593
|
|
INF 2026-03-29 12:33:16.022+00:00 subscribe (was already subscribed in the mesh; appHandler set) topics="waku node relay api" tid=1 file=relay.nim:163 pubsubTopic=/waku/2/rs/3/0
|
|
INF 2026-03-29 12:33:16.024+00:00 REST services are installed tid=1 file=builder.nim:221
|
|
INF 2026-03-29 12:33:16.024+00:00 Starting metrics HTTP server topics="waku node metrics" tid=1 file=waku_metrics.nim:63 serverIp=0.0.0.0 serverPort=55740
|
|
INF 2026-03-29 12:33:16.024+00:00 getPubSubPeersInMesh - there is no mesh peer for the given pubsub topic topics="waku relay" tid=1 file=protocol.nim:419 pubsubTopic=/waku/2/rs/3/0
|
|
INF 2026-03-29 12:33:16.026+00:00 Metrics HTTP server started topics="waku node metrics" tid=1 file=waku_metrics.nim:73 serverIp=0.0.0.0 serverPort=55740
|
|
INF 2026-03-29 12:33:16.026+00:00 Setting up shutdown hooks topics="wakunode main" tid=1 file=wakunode2.nim:63
|
|
INF 2026-03-29 12:33:16.026+00:00 Node setup complete topics="wakunode main" tid=1 file=wakunode2.nim:102
|
|
TRC 2026-03-29 12:33:17.018+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=139643449974864
|
|
TRC 2026-03-29 12:33:17.018+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:33:17.018+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:33:17.018+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:33:17.018+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:33:17.018+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
DBG 2026-03-29 12:33:17.033+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:42894 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:17.033+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:42894 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:17.034+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:42894 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:17.137+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:42910 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:17.137+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:42910 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:17.137+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:42910 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:17.241+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:42926 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:17.241+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:42926 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:17.241+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:42926 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:17.346+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:42928 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:17.346+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:42928 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:17.347+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:42928 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:17.450+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:42944 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:17.450+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:42944 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:17.450+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:42944 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:17.553+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:42946 meth=GET uri=/health
|
|
DBG 2026-03-29 12:33:17.553+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:42946 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:33:17.553+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:42946 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:33:17.657+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:42956 meth=GET uri=/health
|
|
sh=0 gossipsub=0
|
|
TRC 2026-03-29 12:33:26.291+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:33:26.291+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
ERR 2026-03-29 12:33:26.326+00:00 connectToRelayPeers: won't attempt new connections - node is offline topics="waku node peer_manager" tid=1 file=peer_manager.nim:624
|
|
TRC 2026-03-29 12:33:26.556+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 12:33:27.291+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=139991763165264
|
|
TRC 2026-03-29 12:33:27.291+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:33:27.291+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:33:27.291+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:33:27.291+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:33:27.291+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
INF 2026-03-29 12:33:27.296+00:00 periodic prune started topics="waku reconciliation" tid=1 file=reconciliation.nim:455
|
|
INF 2026-03-29 12:33:27.296+00:00 periodic prune done topics="waku reconciliation" tid=1 file=reconciliation.nim:463 elements_pruned=0
|
|
TRC 2026-03-29 12:33:27.305+00:00 running discv5 discovery loop topics="waku discv5" tid=1 file=waku_discv5.nim:261
|
|
TRC 2026-03-29 12:33:27.305+00:00 discv5 discovered peers topics="waku discv5" tid=1 file=waku_discv5.nim:277 num_discovered_peers=0 peers=[]
|
|
TRC 2026-03-29 12:33:27.305+00:00 discv5 discarded wrong records topics="waku discv5" tid=1 file=waku_discv5.nim:281 wrong_records=[]
|
|
ERR 2026-03-29 12:33:27.327+00:00 connectToRelayPeers: won't attempt new connections - node is offline topics="waku node peer_manager" tid=1 file=peer_manager.nim:624
|
|
TRC 2026-03-29 12:33:28.291+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=139991763165264
|
|
TRC 2026-03-29 12:33:28.291+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:33:28.291+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:33:28.291+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:33:28.291+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:33:28.291+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
ERR 2026-03-29 12:33:28.328+00:00 connectToRelayPeers: won't attempt new connections - node is offline topics="waku node peer_manager" tid=1 file=peer_manager.nim:624
|
|
TRC 2026-03-29 12:33:29.291+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=139991763165264
|
|
TRC 2026-03-29 12:33:29.291+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:33:29.291+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:33:29.291+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:33:29.291+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:33:29.291+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
ERR 2026-03-29 12:33:29.329+00:00 connectToRelayPeers: won't attempt new connections - node is offline topics="waku node peer_manager" tid=1 file=peer_manager.nim:624
|
|
TRC 2026-03-29 12:33:30.292+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=139991763165264
|
|
TRC 2026-03-29 12:33:30.292+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:33:30.292+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:33:30.292+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:33:30.292+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:33:30.292+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
ERR 2026-03-29 12:33:30.329+00:00 connectToRelayPeers: won't attempt new connections - node is offline topics="waku node peer_manager" tid=1 file=peer_manager.nim:624
|
|
TRC 2026-03-29 12:33:31.291+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=139991763165264
|
|
TRC 2026-03-29 12:33:31.291+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:33:31.291+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:33:31.291+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:33:31.291+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:33:31.291+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
ERR 2026-03-29 12:33:31.329+00:00 connectToRelayPeers: won't attempt new connections - node is offline topics="waku node peer_manager" tid=1 file=peer_manager.nim:624
|
|
INF 2026-03-29 12:33:31.557+00:00 Failed to query DNS topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:124 address=one.one.one.one error="DNS server timeout: Timeout exceeded!"
|
|
TRC 2026-03-29 12:33:32.292+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=139991763165264
|
|
TRC 2026-03-29 12:33:32.292+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:33:32.292+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:33:32.292+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:33:32.292+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:33:32.292+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
TRC 2026-03-29 12:33:32.292+00:00 running scoring heartbeat topics="libp2p gossipsub" tid=1 file=scoring.nim:312 instance=139991763165264
|
|
TRC 2026-03-29 12:33:32.292+00:00 updating scores topics="libp2p gossipsub" tid=1 file=scoring.nim:144 peers=0
|
|
TRC 2026-03-29 12:33:32.292+00:00 updated scores topics="libp2p gossipsub" tid=1 file=scoring.nim:308 peers=0
|
|
TRC 2026-03-29 12:33:32.294+00:00 Running AutonatService topics="libp2p autonatservice" tid=1 file=service.nim:231
|
|
TRC 2026-03-29 12:33:32.294+00:00 Asking peers for reachability topics="libp2p autonatservice" tid=1 file=service.nim:160
|
|
TRC 2026-03-29 12:33:32.295+00:00 waku rendezvous advertisements started topics="waku rendezvous" tid=1 file=protocol.nim:112
|
|
TRC 2026-03-29 12:33:32.295+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=139991763043920
|
|
TRC 2026-03-29 12:33:32.295+00:00 No peer found for protocol topics="waku node peer_manager" tid=1 file=peer_manager.nim:265 protocol=/vac/waku/rendezvous/1.0.0
|
|
INF 2026-03-29 12:33:32.295+00:00 waku rendezvous advertisements failed topics="waku rendezvous" tid=1 file=protocol.nim:135 error="could not get a peer supporting RendezVousCodec"
|
|
TRC 2026-03-29 12:33:32.295+00:00 waku rendezvous client requests started topics="waku rendezvous client" tid=1 file=client.nim:43
|
|
TRC 2026-03-29 12:33:32.295+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=139991763043920
|
|
TRC 2026-03-29 12:33:32.295+00:00 No peer found for protocol topics="waku node peer_manager" tid=1 file=peer_manager.nim:265 protocol=/vac/waku/rendezvous/1.0.0
|
|
ERR 2026-03-29 12:33:32.295+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 12:33:32.295+00:00 periodic sync started topics="waku reconciliation" tid=1 file=reconciliation.nim:438
|
|
TRC 2026-03-29 12:33:32.295+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=139991763043920
|
|
TRC 2026-03-29 12:33:32.295+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 12:33:32.295+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 12:33:32.302+00:00 Mesh peers for keepalive tid=1 file=node_health_monitor.nim:558 meshPeers=[]
|
|
TRC 2026-03-29 12:33:32.302+00:00 Selected peers for keepalive tid=1 file=node_health_monitor.nim:569 selected=[]
|
|
TRC 2026-03-29 12:33:32.302+00:00 Pinging random peers tid=1 file=node_health_monitor.nim:629 count=0 countdownToPingAll=6
|
|
TRC 2026-03-29 12:33:32.302+00:00 Keepalive results tid=1 file=node_health_monitor.nim:644 attemptedPings=0 successfulPings=0
|
|
TRC 2026-03-29 12:33:32.302+00:00 Running keepalive loop tid=1 file=node_health_monitor.nim:593
|
|
TRC 2026-03-29 12:33:32.306+00:00 running discv5 discovery loop topics="waku discv5" tid=1 file=waku_discv5.nim:261
|
|
TRC 2026-03-29 12:33:32.306+00:00 discv5 discovered peers topics="waku discv5" tid=1 file=waku_discv5.nim:277 num_discovered_peers=0 peers=[]
|
|
TRC 2026-03-29 12:33:32.306+00:00 discv5 discarded wrong records topics="waku discv5" tid=1 file=waku_discv5.nim:281 wrong_records=[]
|
|
ERR 2026-03-29 12:33:32.330+00:00 connectToRelayPeers: won't attempt new connections - node is offline topics="waku node peer_manager" tid=1 file=peer_manager.nim:624
|
|
TRC 2026-03-29 12:33:33.291+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=139991763165264
|
|
TRC 2026-03-29 12:33:33.291+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:33:33.291+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:33:33.291+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:33:33.291+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:33:33.292+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
ERR 2026-03-29 12:33:33.331+00:00 connectToRelayPeers: won't attempt new connections - node is offline topics="waku node peer_manager" tid=1 file=peer_manager.nim:624
|
|
TRC 2026-03-29 12:33:34.292+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=139991763165264
|
|
TRC 2026-03-29 12:33:34.292+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:33:34.292+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:33:34.292+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:33:34.292+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:33:34.292+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
ERR 2026-03-29 12:33:34.332+00:00 connectToRelayPeers: won't attempt new connections - node is offline topics="waku node peer_manager" tid=1 file=peer_manager.nim:624
|
|
TRC 2026-03-29 12:33:35.291+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=139991763165264
|
|
TRC 2026-03-29 12:33:35.291+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:33:35.291+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:33:35.291+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:33:35.291+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:33:35.291+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
ERR 2026-03-29 12:33:35.333+00:00 connectToRelayPeers: won't attempt new connections - node is offline topics="waku node peer_manager" tid=1 file=peer_manager.nim:624
|
|
TRC 2026-03-29 12:33:36.292+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=139991763165264
|
|
TRC 2026-03-29 12:33:36.292+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:33:36.292+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:33:36.292+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:33:36.292+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:33:36.292+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
ERR 2026-03-29 12:33:36.333+00:00 connectToRelayPeers: won't attempt new connections - node is offline topics="waku node peer_manager" tid=1 file=peer_manager.nim:624
|
|
INF 2026-03-29 12:33:36.559+00:00 Failed to query DNS topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:124 address=one.one.one.one error="DNS server timeout: Timeout exceeded!"
|
|
DBG 2026-03-29 12:33:36.559+00:00 Failed to resolve address, returning empty set topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:158
|
|
TRC 2026-03-29 12:33:37.292+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=139991763165264
|
|
TRC 2026-03-29 12:33:37.292+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:33:37.292+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:33:37.292+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:33:37.292+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:33:37.292+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
INF 2026-03-29 12:33:37.296+00:00 periodic prune started topics="waku reconciliation" tid=1 file=reconciliation.nim:455
|
|
INF 2026-03-29 12:33:37.296+00:00 periodic prune done topics="waku reconciliation" tid=1 file=reconciliation.nim:463 elements_pruned=0
|
|
TRC 2026-03-29 12:33:37.306+00:00 running discv5 discovery loop topics="waku discv5" tid=1 file=waku_discv5.nim:261
|
|
TRC 2026-03-29 12:33:37.306+00:00 discv5 discovered peers topics="waku discv5" tid=1 file=waku_discv5.nim:277 num_discovered_peers=0 peers=[]
|
|
TRC 2026-03-29 12:33:37.306+00:00 discv5 discarded wrong records topics="waku discv5" tid=1 file=waku_discv5.nim:281 wrong_records=[]
|
|
ERR 2026-03-29 12:33:37.334+00:00 connectToRelayPeers: won't attempt new connections - node is offline topics="waku node peer_manager" tid=1 file=peer_manager.nim:624
|
|
TRC 2026-03-29 12:33:38.292+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=139991763165264
|
|
TRC 2026-03-29 12:33:38.292+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:466 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:33:38.292+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:478 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:33:38.292+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:506 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:33:38.292+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:688 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
|
TRC 2026-03-29 12:33:38.292+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
ERR 2026-03-29 12:33:38.334+00:00 connectToRelayPeers: won't attempt new connections - node is offline topics="waku node peer_manager" tid=1 file=peer_manager.nim:624
|