mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-04-20 18:53:09 +00:00
1394 lines
253 KiB
Plaintext
1394 lines
253 KiB
Plaintext
WRN 2026-03-29 12:45:51.796+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:45:51.797+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:45:51.797+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:45:51.797+00:00 Configuration. Network topics="waku conf" tid=1 file=waku_conf.nim:166 cluster=3
|
|
INF 2026-03-29 12:45:51.797+00:00 Configuration. Active Relay Shards topics="waku conf" tid=1 file=waku_conf.nim:169 shard=0
|
|
INF 2026-03-29 12:45:51.797+00:00 Setting up storage tid=1 file=node_factory.nim:532
|
|
INF 2026-03-29 12:45:51.797+00:00 Initializing node tid=1 file=node_factory.nim:541
|
|
TRC 2026-03-29 12:45:51.799+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/ipfs/id/1.0.0]"
|
|
TRC 2026-03-29 12:45:51.799+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/libp2p/autonat/1.0.0]"
|
|
TRC 2026-03-29 12:45:51.799+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:45:51.799+00:00 no peer storage found tid=1 file=peer_manager.nim:1219
|
|
INF 2026-03-29 12:45:51.799+00:00 Initializing networking tid=1 file=waku_node.nim:228 addrs="@[/ip4/172.18.15.69/tcp/56354, /ip4/172.18.15.69/tcp/56355/ws]"
|
|
INF 2026-03-29 12:45:51.799+00:00 Mounting protocols tid=1 file=node_factory.nim:547
|
|
INF 2026-03-29 12:45:51.799+00:00 Created WakuMetadata protocol topics="waku node" tid=1 file=protocol.nim:107 clusterId=3 shards="[0]"
|
|
TRC 2026-03-29 12:45:51.799+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:45:51.802+00:00 sqlite database page stats tid=1 file=builder.nim:53 pageSize=4096 pages=1 freePages=0
|
|
INF 2026-03-29 12:45:51.803+00:00 starting message store's sqlite database migration topics="waku archive migration" tid=1 file=migrations.nim:57
|
|
INF 2026-03-29 12:45:51.803+00:00 Not considered schema version 7 topics="waku archive migration" tid=1 file=migrations.nim:45
|
|
INF 2026-03-29 12:45:51.803+00:00 database schema is outdated topics="sqlite" tid=1 file=db_sqlite.nim:447 userVersion=0 targetVersion=10
|
|
INF 2026-03-29 12:45:51.805+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:45:51.806+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:45:51.806+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:45:51.806+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:45:51.806+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:45:51.806+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:45:51.806+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE Message;"
|
|
INF 2026-03-29 12:45:51.807+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP TABLE Message;"
|
|
INF 2026-03-29 12:45:51.807+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:45:51.808+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:45:51.808+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:45:51.808+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:45:51.808+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE Message_backup;"
|
|
INF 2026-03-29 12:45:51.809+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:45:51.809+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:45:51.810+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:45:51.810+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:45:51.811+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:45:51.811+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE Message;"
|
|
INF 2026-03-29 12:45:51.812+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP TABLE Message;"
|
|
INF 2026-03-29 12:45:51.812+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:45:51.814+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:45:51.814+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:45:51.814+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:45:51.814+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE Message_backup;"
|
|
INF 2026-03-29 12:45:51.815+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:45:51.816+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:45:51.820+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:45:51.820+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:45:51.821+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:45:51.821+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:45:51.821+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:45:51.821+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE Message_backup;"
|
|
INF 2026-03-29 12:45:51.822+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:45:51.822+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:45:51.826+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:45:51.826+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:45:51.832+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:45:51.832+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:45:51.832+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:45:51.832+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:45:51.833+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:45:51.833+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:45:51.833+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:45:51.833+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:45:51.834+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:45:51.834+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:45:51.837+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:45:51.837+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:45:51.838+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:45:51.838+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:45:51.838+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:45:51.838+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE message_backup;"
|
|
INF 2026-03-29 12:45:51.839+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:45:51.840+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:45:51.841+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:45:51.841+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:45:51.842+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:45:51.842+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:45:51.842+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:45:51.842+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE message_backup;"
|
|
INF 2026-03-29 12:45:51.843+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:45:51.843+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:45:51.846+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:45:51.846+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:45:51.847+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:45:51.847+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:45:51.849+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:45:51.849+00:00 database user_version updated topics="sqlite" tid=1 file=db_sqlite.nim:481 userVersion=10
|
|
INF 2026-03-29 12:45:51.849+00:00 finished message store's sqlite database migration topics="waku archive migration" tid=1 file=migrations.nim:70
|
|
INF 2026-03-29 12:45:51.849+00:00 setting up sqlite waku archive driver tid=1 file=builder.nim:65
|
|
INF 2026-03-29 12:45:51.851+00:00 executing message retention policy topics="waku archive" tid=1 file=archive.nim:270 policy=time:172800
|
|
INF 2026-03-29 12:45:51.851+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:45:51.851+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:45:51.851+00:00 mounting waku store protocol topics="waku node store api" tid=1 file=store.nim:255
|
|
TRC 2026-03-29 12:45:51.851+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:45:51.851+00:00 initial storage filling started topics="waku reconciliation" tid=1 file=reconciliation.nim:357
|
|
INF 2026-03-29 12:45:51.852+00:00 initial storage filling done topics="waku reconciliation" tid=1 file=reconciliation.nim:379 elements=0
|
|
INF 2026-03-29 12:45:51.852+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:45:51.852+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:45:51.852+00:00 Store Transfer protocol initialized topics="waku node" tid=1 file=transfer.nim:216
|
|
TRC 2026-03-29 12:45:51.852+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:45:51.852+00:00 mounting store client topics="waku node store api" tid=1 file=store.nim:274
|
|
INF 2026-03-29 12:45:51.852+00:00 mounting legacy store client topics="waku node store api" tid=1 file=store.nim:145
|
|
INF 2026-03-29 12:45:51.852+00:00 mounting auto sharding topics="waku node" tid=1 file=waku_node.nim:305 clusterId=3 shardCount=1
|
|
INF 2026-03-29 12:45:51.852+00:00 Shards created from content topics tid=1 file=node_factory.nim:333 contentTopics=[] shards=[]
|
|
INF 2026-03-29 12:45:51.852+00:00 Setting max message size tid=1 file=node_factory.nim:342 num_bytes=153600
|
|
INF 2026-03-29 12:45:51.852+00:00 mounting relay protocol topics="waku node relay api" tid=1 file=relay.nim:259
|
|
TRC 2026-03-29 12:45:51.852+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:45:51.852+00:00 relay mounted successfully topics="waku node relay api" tid=1 file=relay.nim:276
|
|
INF 2026-03-29 12:45:51.852+00:00 adding validator to signed shards tid=1 file=validator_signed.nim:56 protectedShards=[] clusterId=3
|
|
INF 2026-03-29 12:45:51.852+00:00 mounting rendezvous discovery protocol topics="waku node" tid=1 file=waku_node.nim:432
|
|
INF 2026-03-29 12:45:51.852+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*qsXZdE, seqNo: 1774788351, addresses: [/ip4/172.18.15.69/tcp/56354, /ip4/172.18.15.69/tcp/56355/ws], mixKey: )"
|
|
TRC 2026-03-29 12:45:51.852+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:45:51.852+00:00 mounting rendezvous client topics="waku node" tid=1 file=waku_node.nim:418
|
|
INF 2026-03-29 12:45:51.852+00:00 waku rendezvous client initialized topics="waku node" tid=1 file=client.nim:130 clusterId=3
|
|
INF 2026-03-29 12:45:51.852+00:00 mounting libp2p ping protocol topics="waku node ping api" tid=1 file=ping.nim:20
|
|
TRC 2026-03-29 12:45:51.852+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/ipfs/ping/1.0.0]"
|
|
INF 2026-03-29 12:45:51.852+00:00 mounting light push client topics="waku node lightpush api" tid=1 file=lightpush.nim:183
|
|
INF 2026-03-29 12:45:51.852+00:00 mounting legacy light push client topics="waku node lightpush api" tid=1 file=lightpush.nim:72
|
|
INF 2026-03-29 12:45:51.852+00:00 mounting filter client topics="waku node filter api" tid=1 file=filter.nim:81
|
|
TRC 2026-03-29 12:45:51.853+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:45:51.853+00:00 mounting waku peer exchange topics="waku node peerexchange api" tid=1 file=peer_exchange.nim:37
|
|
TRC 2026-03-29 12:45:51.853+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:45:51.853+00:00 mounting waku peer exchange client topics="waku node peerexchange api" tid=1 file=peer_exchange.nim:54
|
|
NTC 2026-03-29 12:45:51.853+00:00 REST service started tid=1 file=server.nim:182 address=0.0.0.0:56353
|
|
INF 2026-03-29 12:45:51.853+00:00 Starting REST HTTP server tid=1 file=builder.nim:113 url=http://0.0.0.0:56353/
|
|
INF 2026-03-29 12:45:51.853+00:00 No external callbacks to be set topics="wakunode waku" tid=1 file=waku.nim:127
|
|
TRC 2026-03-29 12:45:51.853+00:00 Send processor chain topics="send service" tid=1 file=send_service.nim:94 index=1 processor=BaseSendProcessor
|
|
INF 2026-03-29 12:45:51.853+00:00 Retrieve dynamic bootstrap nodes topics="wakunode waku" tid=1 file=waku.nim:367
|
|
INF 2026-03-29 12:45:51.853+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:45:51.853+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:45:51.853+00:00 starting relay protocol topics="waku node" tid=1 file=waku_node.nim:389
|
|
INF 2026-03-29 12:45:51.853+00:00 start topics="waku relay" tid=1 file=protocol.nim:519
|
|
TRC 2026-03-29 12:45:51.853+00:00 gossipsub start topics="libp2p gossipsub" tid=1 file=gossipsub.nim:1113
|
|
TRC 2026-03-29 12:45:51.853+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140547543908432
|
|
TRC 2026-03-29 12:45:51.853+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
TRC 2026-03-29 12:45:51.853+00:00 running scoring heartbeat topics="libp2p gossipsub" tid=1 file=scoring.nim:312 instance=140547543908432
|
|
TRC 2026-03-29 12:45:51.853+00:00 updating scores topics="libp2p gossipsub" tid=1 file=scoring.nim:144 peers=0
|
|
TRC 2026-03-29 12:45:51.853+00:00 updated scores topics="libp2p gossipsub" tid=1 file=scoring.nim:308 peers=0
|
|
INF 2026-03-29 12:45:51.854+00:00 relay started successfully topics="waku node" tid=1 file=waku_node.nim:410
|
|
INF 2026-03-29 12:45:51.854+00:00 waku rendezvous periodic registration started topics="waku rendezvous" tid=1 file=protocol.nim:127 interval=10s
|
|
INF 2026-03-29 12:45:51.854+00:00 waku rendezvous discovery started topics="waku rendezvous" tid=1 file=protocol.nim:227
|
|
INF 2026-03-29 12:45:51.854+00:00 waku rendezvous periodic requests started topics="waku rendezvous client" tid=1 file=client.nim:80 interval=10s
|
|
INF 2026-03-29 12:45:51.854+00:00 waku rendezvous client started topics="waku rendezvous client" tid=1 file=client.nim:136
|
|
INF 2026-03-29 12:45:51.854+00:00 periodic sync initialized topics="waku reconciliation" tid=1 file=reconciliation.nim:433 interval=10s
|
|
INF 2026-03-29 12:45:51.854+00:00 periodic prune initialized topics="waku reconciliation" tid=1 file=reconciliation.nim:447 interval=10s
|
|
INF 2026-03-29 12:45:51.854+00:00 Store Sync Reconciliation protocol started topics="waku reconciliation" tid=1 file=reconciliation.nim:485
|
|
INF 2026-03-29 12:45:51.854+00:00 Store Sync Transfer protocol started topics="waku transfer" tid=1 file=transfer.nim:229
|
|
DBG 2026-03-29 12:45:51.854+00:00 starting switch for peer topics="libp2p switch" tid=1 file=switch.nim:363 peerInfo="(peerId: 16Uiu2HAkz2RX5DyiJAqy574k9VBzJbiMknTCw62NY9h5EsqsXZdE, listenAddrs: [/ip4/0.0.0.0/tcp/56355/ws, /ip4/0.0.0.0/tcp/56354], 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:45:51.854+00:00 Starting TCP transport topics="libp2p tcptransport" tid=1 file=tcptransport.nim:116
|
|
TRC 2026-03-29 12:45:51.854+00:00 Listening on topics="libp2p tcptransport" tid=1 file=tcptransport.nim:140 address=/ip4/0.0.0.0/tcp/56354
|
|
TRC 2026-03-29 12:45:51.855+00:00 starting transport on addrs topics="libp2p transport" tid=1 file=transport.nim:49 address=@[/ip4/0.0.0.0/tcp/56354]
|
|
DBG 2026-03-29 12:45:51.855+00:00 About to accept incoming connection topics="libp2p switch" tid=1 file=switch.nim:272
|
|
TRC 2026-03-29 12:45:51.855+00:00 Starting WS transport topics="libp2p wstransport" tid=1 file=wstransport.nim:154
|
|
TRC 2026-03-29 12:45:51.855+00:00 starting transport on addrs topics="libp2p transport" tid=1 file=transport.nim:49 address=@[/ip4/0.0.0.0/tcp/56355/ws]
|
|
TRC 2026-03-29 12:45:51.855+00:00 Created HTTP Server topics="libp2p wstransport" tid=1 file=server.nim:262 host=0.0.0.0:56355
|
|
TRC 2026-03-29 12:45:51.855+00:00 Listening on topics="libp2p wstransport" tid=1 file=wstransport.nim:204 addresses="[/ip4/0.0.0.0/tcp/56355/ws]"
|
|
INF 2026-03-29 12:45:51.855+00:00 Setting up AutonatService topics="libp2p autonatservice" tid=1 file=service.nim:207
|
|
TRC 2026-03-29 12:45:51.855+00:00 Running AutonatService topics="libp2p autonatservice" tid=1 file=service.nim:231
|
|
TRC 2026-03-29 12:45:51.855+00:00 Asking peers for reachability topics="libp2p autonatservice" tid=1 file=service.nim:160
|
|
DBG 2026-03-29 12:45:51.855+00:00 About to accept incoming connection topics="libp2p switch" tid=1 file=switch.nim:272
|
|
TRC 2026-03-29 12:45:51.855+00:00 WsTransport accept topics="libp2p wstransport" tid=1 file=wstransport.nim:279
|
|
TRC 2026-03-29 12:45:51.855+00:00 Awaiting new request topics="websock http-server" tid=1 file=server.nim:194
|
|
TRC 2026-03-29 12:45:51.857+00:00 gossipsub start topics="libp2p gossipsub" tid=1 file=gossipsub.nim:1113
|
|
WRN 2026-03-29 12:45:51.857+00:00 Starting gossipsub twice topics="libp2p gossipsub" tid=1 file=gossipsub.nim:1116
|
|
WRN 2026-03-29 12:45:51.857+00:00 Starting rendezvous twice topics="waku rendezvous" tid=1 file=rendezvous.nim:626
|
|
DBG 2026-03-29 12:45:51.857+00:00 Started libp2p node topics="libp2p switch" tid=1 file=switch.nim:403 peer="(peerId: 16Uiu2HAkz2RX5DyiJAqy574k9VBzJbiMknTCw62NY9h5EsqsXZdE, listenAddrs: [/ip4/0.0.0.0/tcp/56354, /ip4/0.0.0.0/tcp/56355/ws], addrs: [/ip4/172.18.15.69/tcp/56354, /ip4/172.18.15.69/tcp/56355/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:45:51.857+00:00 PeerInfo topics="waku node" tid=1 file=waku_node.nim:478 peerId=16U*qsXZdE addrs="[/ip4/172.18.15.69/tcp/56354, /ip4/172.18.15.69/tcp/56355/ws]"
|
|
INF 2026-03-29 12:45:51.857+00:00 Listening on topics="waku node" tid=1 file=waku_node.nim:501 full=[/ip4/0.0.0.0/tcp/56354/p2p/16Uiu2HAkz2RX5DyiJAqy574k9VBzJbiMknTCw62NY9h5EsqsXZdE][/ip4/0.0.0.0/tcp/56355/ws/p2p/16Uiu2HAkz2RX5DyiJAqy574k9VBzJbiMknTCw62NY9h5EsqsXZdE] localIp=172.17.0.200 switchAddress="@[/ip4/172.18.15.69/tcp/56354, /ip4/172.18.15.69/tcp/56355/ws]"
|
|
INF 2026-03-29 12:45:51.857+00:00 Announcing addresses topics="waku node" tid=1 file=waku_node.nim:503 full=[/ip4/172.18.15.69/tcp/56354/p2p/16Uiu2HAkz2RX5DyiJAqy574k9VBzJbiMknTCw62NY9h5EsqsXZdE][/ip4/172.18.15.69/tcp/56355/ws/p2p/16Uiu2HAkz2RX5DyiJAqy574k9VBzJbiMknTCw62NY9h5EsqsXZdE]
|
|
INF 2026-03-29 12:45:51.857+00:00 DNS: discoverable ENR topics="waku node" tid=1 file=waku_node.nim:504 enr=enr:-LO4QD9WcnNx3OneJQC4bTEp3z3DyZMonqaFMqxj9TaInTM1DJSva2neMU1tTeF6IXHBjy2rnIXVG4J19HzxpOMxjxABgmlkgnY0gmlwhKwSD0WKbXVsdGlhZGRyc4wACgSsEg9FBtwj3QOCcnOFAAMBAACJc2VjcDI1NmsxoQJEVbmrZMGuK8X3YfXZvG23Ogv7_sZYeRHgohVs5fK1hYN0Y3CC3CKDdWRwgtwkhXdha3UyEw
|
|
INF 2026-03-29 12:45:51.857+00:00 Node started successfully topics="waku node" tid=1 file=waku_node.nim:681
|
|
TRC 2026-03-29 12:45:51.857+00:00 Starting relay connectivity loop topics="waku node peer_manager" tid=1 file=peer_manager.nim:1069
|
|
TRC 2026-03-29 12:45:51.857+00:00 Starting prune peerstore loop topics="waku node peer_manager" tid=1 file=peer_manager.nim:1062
|
|
INF 2026-03-29 12:45:51.857+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:45:51.857+00:00 PeerInfo topics="waku node" tid=1 file=waku_node.nim:478 peerId=16U*qsXZdE addrs="[/ip4/172.18.15.69/tcp/56354, /ip4/172.18.15.69/tcp/56355/ws]"
|
|
INF 2026-03-29 12:45:51.857+00:00 Listening on topics="waku node" tid=1 file=waku_node.nim:501 full=[/ip4/0.0.0.0/tcp/56354/p2p/16Uiu2HAkz2RX5DyiJAqy574k9VBzJbiMknTCw62NY9h5EsqsXZdE][/ip4/0.0.0.0/tcp/56355/ws/p2p/16Uiu2HAkz2RX5DyiJAqy574k9VBzJbiMknTCw62NY9h5EsqsXZdE] localIp=172.17.0.200 switchAddress="@[/ip4/172.18.15.69/tcp/56354, /ip4/172.18.15.69/tcp/56355/ws]"
|
|
INF 2026-03-29 12:45:51.857+00:00 Announcing addresses topics="waku node" tid=1 file=waku_node.nim:503 full=[/ip4/172.18.15.69/tcp/56354/p2p/16Uiu2HAkz2RX5DyiJAqy574k9VBzJbiMknTCw62NY9h5EsqsXZdE][/ip4/172.18.15.69/tcp/56355/ws/p2p/16Uiu2HAkz2RX5DyiJAqy574k9VBzJbiMknTCw62NY9h5EsqsXZdE]
|
|
INF 2026-03-29 12:45:51.857+00:00 DNS: discoverable ENR topics="waku node" tid=1 file=waku_node.nim:504 enr=enr:-LO4QD9WcnNx3OneJQC4bTEp3z3DyZMonqaFMqxj9TaInTM1DJSva2neMU1tTeF6IXHBjy2rnIXVG4J19HzxpOMxjxABgmlkgnY0gmlwhKwSD0WKbXVsdGlhZGRyc4wACgSsEg9FBtwj3QOCcnOFAAMBAACJc2VjcDI1NmsxoQJEVbmrZMGuK8X3YfXZvG23Ogv7_sZYeRHgohVs5fK1hYN0Y3CC3CKDdWRwgtwkhXdha3UyEw
|
|
INF 2026-03-29 12:45:51.858+00:00 Waku node ENR updated successfully with new multiaddress topics="wakunode waku" tid=1 file=waku.nim:301 enr=enr:-L24QDGU2yJ5Rr-XcK7oRbaeyh6JPIxp0VWYG5pXoHED7kTiKhouge4B80eZfLXONpfWfBRvvSgf85hSncI9UlkNoE4CgmlkgnY0gmlwhKwSD0WKbXVsdGlhZGRyc5YACASsEg9FBtwiAAoErBIPRQbcI90DgnJzhQADAQAAiXNlY3AyNTZrMaECRFW5q2TBrivF92H12bxttzoL-_7GWHkR4KIVbOXytYWDdGNwgtwig3VkcILcJIV3YWt1MhM record="(2, id: \"v4\", ip: 172.18.15.69, multiaddrs: 0x000804AC120F4506DC22000A04AC120F4506DC23DD03, rs: 0x0003010000, secp256k1: 0x024455B9AB64C1AE2BC5F761F5D9BC6DB73A0BFBFEC6587911E0A2156CE5F2B585, tcp: 56354, udp: 56356, waku2: 0x13)"
|
|
INF 2026-03-29 12:45:51.858+00:00 peer filtering updated topics="waku discv5" tid=1 file=waku_discv5.nim:70
|
|
INF 2026-03-29 12:45:51.858+00:00 Starting discovery v5 service topics="waku discv5" tid=1 file=waku_discv5.nim:336
|
|
INF 2026-03-29 12:45:51.858+00:00 start listening on udp port topics="waku discv5" tid=1 file=waku_discv5.nim:338 address=0.0.0.0 port=56356
|
|
TRC 2026-03-29 12:45:51.858+00:00 start discv5 service topics="waku discv5" tid=1 file=waku_discv5.nim:346
|
|
INF 2026-03-29 12:45:51.858+00:00 Starting discovery v5 search topics="waku discv5" tid=1 file=waku_discv5.nim:258
|
|
TRC 2026-03-29 12:45:51.859+00:00 running discv5 discovery loop topics="waku discv5" tid=1 file=waku_discv5.nim:261
|
|
TRC 2026-03-29 12:45:51.859+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:45:51.859+00:00 discv5 discarded wrong records topics="waku discv5" tid=1 file=waku_discv5.nim:281 wrong_records=[]
|
|
INF 2026-03-29 12:45:51.859+00:00 Successfully started discovery v5 service topics="waku discv5" tid=1 file=waku_discv5.nim:352
|
|
INF 2026-03-29 12:45:51.859+00:00 Discv5: discoverable ENR topics="waku discv5" tid=1 file=waku_discv5.nim:353 enrUri=enr:-L24QHjdhQYtTkgr0LV_mwpIXdfrHfKcaAJhXvPmuPQxmDZcX9TyhWIt4scIdvKSHDjgtC0mXHTaH5WMzipZtsc6VfQDgmlkgnY0gmlwhKwSD0WKbXVsdGlhZGRyc5YACASsEg9FBtwiAAoErBIPRQbcI90DgnJzhQADAQAAiXNlY3AyNTZrMaECRFW5q2TBrivF92H12bxttzoL-_7GWHkR4KIVbOXytYWDdGNwgtwig3VkcILcJIV3YWt1MhM enr="(3, id: \"v4\", ip: 172.18.15.69, multiaddrs: 0x000804AC120F4506DC22000A04AC120F4506DC23DD03, rs: 0x0003010000, secp256k1: 0x024455B9AB64C1AE2BC5F761F5D9BC6DB73A0BFBFEC6587911E0A2156CE5F2B585, tcp: 56354, udp: 56356, waku2: 0x13)"
|
|
INF 2026-03-29 12:45:51.859+00:00 subscribe topics="waku relay" tid=1 file=protocol.nim:594 pubsubTopic=/waku/2/rs/3/0
|
|
TRC 2026-03-29 12:45:51.859+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:45:51.859+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:45:51.859+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:45:51.859+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:45:51.860+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:45:51.860+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:45:51.860+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:45:51.860+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:45:51.860+00:00 Health monitor loop start tid=1 file=node_health_monitor.nim:516
|
|
DBG 2026-03-29 12:45:51.860+00:00 calculateConnectionState tid=1 file=node_health_monitor.nim:408 relayCount=0 storeClientCount=0 lightpushCount=0 filterCount=0
|
|
INF 2026-03-29 12:45:51.860+00:00 starting keepalive tid=1 file=node_health_monitor.nim:678 randomPeersKeepalive=10s allPeersKeepalive=2m
|
|
TRC 2026-03-29 12:45:51.860+00:00 Running keepalive loop tid=1 file=node_health_monitor.nim:593
|
|
INF 2026-03-29 12:45:51.862+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:45:51.863+00:00 REST services are installed tid=1 file=builder.nim:221
|
|
INF 2026-03-29 12:45:51.863+00:00 Starting metrics HTTP server topics="waku node metrics" tid=1 file=waku_metrics.nim:63 serverIp=0.0.0.0 serverPort=56357
|
|
INF 2026-03-29 12:45:51.863+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:45:51.865+00:00 Metrics HTTP server started topics="waku node metrics" tid=1 file=waku_metrics.nim:73 serverIp=0.0.0.0 serverPort=56357
|
|
INF 2026-03-29 12:45:51.865+00:00 Setting up shutdown hooks topics="wakunode main" tid=1 file=wakunode2.nim:63
|
|
INF 2026-03-29 12:45:51.865+00:00 Node setup complete topics="wakunode main" tid=1 file=wakunode2.nim:102
|
|
TRC 2026-03-29 12:45:52.854+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140547543908432
|
|
TRC 2026-03-29 12:45:52.854+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:45:52.854+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:45:52.854+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:45:52.854+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:45:52.854+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
DBG 2026-03-29 12:45:52.893+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:38378 meth=GET uri=/health
|
|
DBG 2026-03-29 12:45:52.893+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:38378 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:45:52.894+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:38378 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:45:52.997+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:38394 meth=GET uri=/health
|
|
DBG 2026-03-29 12:45:52.997+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:38394 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:45:52.998+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:38394 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:45:53.101+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:38404 meth=GET uri=/health
|
|
DBG 2026-03-29 12:45:53.101+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:38404 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:45:53.102+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:38404 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:45:53.205+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:38410 meth=GET uri=/health
|
|
DBG 2026-03-29 12:45:53.205+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:38410 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:45:53.206+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:38410 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:45:53.309+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:38414 meth=GET uri=/health
|
|
DBG 2026-03-29 12:45:53.310+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:38414 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:45:53.310+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:38414 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:45:53.413+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:38426 meth=GET uri=/health
|
|
DBG 2026-03-29 12:45:53.413+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:38426 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:45:53.414+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:38426 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:45:53.517+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:38438 meth=GET uri=/health
|
|
DBG 2026-03-29 12:45:53.517+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:38438 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:45:53.518+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:38438 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:45:53.621+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:38444 meth=GET uri=/health
|
|
DBG 2026-03-29 12:45:53.621+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:38444 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:45:53.621+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:38444 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:45:53.726+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40768 meth=GET uri=/health
|
|
DBG 2026-03-29 12:45:53.726+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40768 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:45:53.726+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40768 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:45:53.831+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40774 meth=GET uri=/health
|
|
DBG 2026-03-29 12:45:53.831+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40774 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:45:53.831+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40774 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 12:45:53.855+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140547543908432
|
|
TRC 2026-03-29 12:45:53.855+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:45:53.855+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:45:53.855+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:45:53.855+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:45:53.855+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
DBG 2026-03-29 12:45:53.936+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40788 meth=GET uri=/health
|
|
DBG 2026-03-29 12:45:53.936+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40788 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:45:53.936+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40788 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:45:54.040+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40804 meth=GET uri=/health
|
|
DBG 2026-03-29 12:45:54.040+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40804 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:45:54.040+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40804 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:45:54.143+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40820 meth=GET uri=/health
|
|
DBG 2026-03-29 12:45:54.143+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40820 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:45:54.144+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40820 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:45:54.247+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40834 meth=GET uri=/health
|
|
DBG 2026-03-29 12:45:54.247+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40834 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:45:54.248+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40834 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:45:54.351+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40842 meth=GET uri=/health
|
|
DBG 2026-03-29 12:45:54.351+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40842 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:45:54.352+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40842 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:45:54.455+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40850 meth=GET uri=/health
|
|
DBG 2026-03-29 12:45:54.455+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40850 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:45:54.456+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40850 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:45:54.559+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40860 meth=GET uri=/health
|
|
DBG 2026-03-29 12:45:54.559+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40860 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:45:54.560+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40860 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:45:54.665+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40864 meth=GET uri=/health
|
|
DBG 2026-03-29 12:45:54.665+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40864 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:45:54.665+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40864 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:45:54.770+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40868 meth=GET uri=/health
|
|
DBG 2026-03-29 12:45:54.770+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40868 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:45:54.770+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40868 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 12:45:54.855+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140547543908432
|
|
TRC 2026-03-29 12:45:54.855+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:45:54.855+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:45:54.855+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:45:54.855+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:45:54.855+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
DBG 2026-03-29 12:45:54.874+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40880 meth=GET uri=/health
|
|
DBG 2026-03-29 12:45:54.874+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40880 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:45:54.874+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40880 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:45:54.978+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40882 meth=GET uri=/health
|
|
DBG 2026-03-29 12:45:54.978+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40882 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:45:54.978+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40882 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:45:55.082+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40898 meth=GET uri=/health
|
|
DBG 2026-03-29 12:45:55.082+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40898 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:45:55.082+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40898 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:45:55.186+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40912 meth=GET uri=/health
|
|
DBG 2026-03-29 12:45:55.186+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40912 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:45:55.187+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40912 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:45:55.290+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40926 meth=GET uri=/health
|
|
DBG 2026-03-29 12:45:55.290+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40926 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:45:55.290+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40926 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:45:55.394+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40942 meth=GET uri=/health
|
|
DBG 2026-03-29 12:45:55.394+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40942 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:45:55.394+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40942 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:45:55.497+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40952 meth=GET uri=/health
|
|
DBG 2026-03-29 12:45:55.497+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40952 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:45:55.498+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40952 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:45:55.602+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40956 meth=GET uri=/health
|
|
DBG 2026-03-29 12:45:55.602+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40956 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:45:55.602+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40956 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:45:55.707+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40960 meth=GET uri=/health
|
|
DBG 2026-03-29 12:45:55.707+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40960 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:45:55.707+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40960 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:45:55.811+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40976 meth=GET uri=/health
|
|
DBG 2026-03-29 12:45:55.811+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40976 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:45:55.811+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40976 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 12:45:55.855+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140547543908432
|
|
TRC 2026-03-29 12:45:55.855+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:45:55.855+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:45:55.855+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:45:55.855+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:45:55.855+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
DBG 2026-03-29 12:45:55.915+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40984 meth=GET uri=/health
|
|
DBG 2026-03-29 12:45:55.915+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40984 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:45:55.916+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40984 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:45:56.020+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40986 meth=GET uri=/health
|
|
DBG 2026-03-29 12:45:56.020+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40986 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:45:56.020+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40986 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:45:56.124+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40990 meth=GET uri=/health
|
|
DBG 2026-03-29 12:45:56.124+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40990 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:45:56.124+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40990 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:45:56.228+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40996 meth=GET uri=/health
|
|
DBG 2026-03-29 12:45:56.228+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40996 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:45:56.228+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40996 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:45:56.332+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41008 meth=GET uri=/health
|
|
DBG 2026-03-29 12:45:56.332+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41008 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:45:56.332+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41008 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:45:56.435+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41018 meth=GET uri=/health
|
|
DBG 2026-03-29 12:45:56.436+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41018 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:45:56.436+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41018 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:45:56.540+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41032 meth=GET uri=/health
|
|
DBG 2026-03-29 12:45:56.540+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41032 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:45:56.540+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41032 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:45:56.644+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41034 meth=GET uri=/health
|
|
DBG 2026-03-29 12:45:56.644+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41034 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:45:56.644+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41034 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:45:56.748+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41042 meth=GET uri=/health
|
|
DBG 2026-03-29 12:45:56.748+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41042 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:45:56.749+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41042 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:45:56.852+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41054 meth=GET uri=/health
|
|
DBG 2026-03-29 12:45:56.853+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41054 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:45:56.853+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41054 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 12:45:56.854+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140547543908432
|
|
TRC 2026-03-29 12:45:56.854+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:45:56.854+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:45:56.854+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:45:56.854+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:45:56.854+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
TRC 2026-03-29 12:45:56.860+00:00 running discv5 discovery loop topics="waku discv5" tid=1 file=waku_discv5.nim:261
|
|
TRC 2026-03-29 12:45:56.860+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:45:56.860+00:00 discv5 discarded wrong records topics="waku discv5" tid=1 file=waku_discv5.nim:281 wrong_records=[]
|
|
INF 2026-03-29 12:45:56.881+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:45:56.956+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41056 meth=GET uri=/health
|
|
DBG 2026-03-29 12:45:56.956+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41056 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:45:56.956+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41056 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:45:57.060+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41060 meth=GET uri=/health
|
|
DBG 2026-03-29 12:45:57.060+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41060 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:45:57.060+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41060 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:45:57.164+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41076 meth=GET uri=/health
|
|
DBG 2026-03-29 12:45:57.164+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41076 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:45:57.165+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41076 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:45:57.269+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41084 meth=GET uri=/health
|
|
DBG 2026-03-29 12:45:57.269+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41084 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:45:57.270+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41084 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:45:57.373+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41090 meth=GET uri=/health
|
|
DBG 2026-03-29 12:45:57.373+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41090 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:45:57.374+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41090 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:45:57.483+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41094 meth=GET uri=/health
|
|
DBG 2026-03-29 12:45:57.484+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41094 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:45:57.484+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41094 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:45:57.588+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41110 meth=GET uri=/health
|
|
DBG 2026-03-29 12:45:57.588+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41110 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:45:57.589+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41110 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:45:57.693+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41120 meth=GET uri=/health
|
|
DBG 2026-03-29 12:45:57.693+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41120 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:45:57.694+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41120 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:45:57.798+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41126 meth=GET uri=/health
|
|
DBG 2026-03-29 12:45:57.798+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41126 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:45:57.798+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41126 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 12:45:57.854+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140547543908432
|
|
TRC 2026-03-29 12:45:57.854+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:45:57.854+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:45:57.854+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:45:57.854+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:45:57.854+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
DBG 2026-03-29 12:45:57.902+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41136 meth=GET uri=/health
|
|
DBG 2026-03-29 12:45:57.902+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41136 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:45:57.902+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41136 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:45:58.005+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41138 meth=GET uri=/health
|
|
DBG 2026-03-29 12:45:58.005+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41138 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:45:58.006+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41138 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:45:58.109+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41148 meth=GET uri=/health
|
|
DBG 2026-03-29 12:45:58.109+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41148 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:45:58.110+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41148 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:45:58.216+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41152 meth=GET uri=/health
|
|
DBG 2026-03-29 12:45:58.217+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41152 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:45:58.217+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41152 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:45:58.320+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41162 meth=GET uri=/health
|
|
DBG 2026-03-29 12:45:58.320+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41162 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:45:58.320+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41162 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:45:58.426+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41166 meth=GET uri=/health
|
|
DBG 2026-03-29 12:45:58.426+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41166 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:45:58.426+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41166 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:45:58.530+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41168 meth=GET uri=/health
|
|
DBG 2026-03-29 12:45:58.530+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41168 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:45:58.530+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41168 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:45:58.635+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41172 meth=GET uri=/health
|
|
DBG 2026-03-29 12:45:58.635+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41172 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:45:58.635+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41172 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:45:58.738+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41178 meth=GET uri=/health
|
|
DBG 2026-03-29 12:45:58.738+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41178 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:45:58.739+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41178 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:45:58.843+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41180 meth=GET uri=/health
|
|
DBG 2026-03-29 12:45:58.843+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41180 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:45:58.844+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41180 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 12:45:58.854+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140547543908432
|
|
TRC 2026-03-29 12:45:58.854+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:45:58.854+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:45:58.854+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:45:58.854+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:45:58.854+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
DBG 2026-03-29 12:45:58.948+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41196 meth=GET uri=/health
|
|
DBG 2026-03-29 12:45:58.948+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41196 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:45:58.948+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41196 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:45:59.051+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41204 meth=GET uri=/health
|
|
DBG 2026-03-29 12:45:59.051+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41204 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:45:59.052+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41204 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:45:59.159+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41220 meth=GET uri=/health
|
|
DBG 2026-03-29 12:45:59.159+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41220 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:45:59.159+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41220 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:45:59.262+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41234 meth=GET uri=/health
|
|
DBG 2026-03-29 12:45:59.262+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41234 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:45:59.263+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41234 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:45:59.366+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41240 meth=GET uri=/health
|
|
DBG 2026-03-29 12:45:59.366+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41240 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:45:59.367+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41240 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:45:59.470+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41248 meth=GET uri=/health
|
|
DBG 2026-03-29 12:45:59.470+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41248 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:45:59.470+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41248 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:45:59.574+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41254 meth=GET uri=/health
|
|
DBG 2026-03-29 12:45:59.574+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41254 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:45:59.574+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41254 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:45:59.679+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41266 meth=GET uri=/health
|
|
DBG 2026-03-29 12:45:59.679+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41266 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:45:59.680+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41266 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:45:59.783+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41276 meth=GET uri=/health
|
|
DBG 2026-03-29 12:45:59.783+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41276 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:45:59.783+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41276 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 12:45:59.855+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140547543908432
|
|
TRC 2026-03-29 12:45:59.855+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:45:59.855+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:45:59.855+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:45:59.855+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:45:59.855+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
DBG 2026-03-29 12:45:59.886+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41286 meth=GET uri=/health
|
|
DBG 2026-03-29 12:45:59.886+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41286 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:45:59.887+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41286 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:45:59.990+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41298 meth=GET uri=/health
|
|
DBG 2026-03-29 12:45:59.990+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41298 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:45:59.990+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41298 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:46:00.094+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41302 meth=GET uri=/health
|
|
DBG 2026-03-29 12:46:00.094+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41302 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:46:00.094+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41302 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:46:00.197+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41312 meth=GET uri=/health
|
|
DBG 2026-03-29 12:46:00.197+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41312 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:46:00.198+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41312 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:46:00.302+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41326 meth=GET uri=/health
|
|
DBG 2026-03-29 12:46:00.302+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41326 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:46:00.302+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41326 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:46:00.407+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41334 meth=GET uri=/health
|
|
DBG 2026-03-29 12:46:00.407+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41334 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:46:00.407+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41334 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:46:00.510+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41338 meth=GET uri=/health
|
|
DBG 2026-03-29 12:46:00.510+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41338 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:46:00.510+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41338 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:46:00.614+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41352 meth=GET uri=/health
|
|
DBG 2026-03-29 12:46:00.614+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41352 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:46:00.615+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41352 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:46:00.718+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41358 meth=GET uri=/health
|
|
DBG 2026-03-29 12:46:00.718+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41358 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:46:00.718+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41358 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:46:00.822+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41374 meth=GET uri=/health
|
|
DBG 2026-03-29 12:46:00.822+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41374 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:46:00.822+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41374 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 12:46:00.855+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140547543908432
|
|
TRC 2026-03-29 12:46:00.855+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:46:00.855+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:46:00.855+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:46:00.855+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:46:00.855+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
DBG 2026-03-29 12:46:00.925+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41390 meth=GET uri=/health
|
|
DBG 2026-03-29 12:46:00.925+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41390 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:46:00.926+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41390 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:46:01.029+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41400 meth=GET uri=/health
|
|
DBG 2026-03-29 12:46:01.029+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41400 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:46:01.030+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41400 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:46:01.133+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41408 meth=GET uri=/health
|
|
DBG 2026-03-29 12:46:01.133+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41408 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:46:01.134+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41408 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:46:01.237+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41424 meth=GET uri=/health
|
|
DBG 2026-03-29 12:46:01.237+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41424 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:46:01.238+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41424 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:46:01.341+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41432 meth=GET uri=/health
|
|
DBG 2026-03-29 12:46:01.341+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41432 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:46:01.342+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41432 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:46:01.448+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41446 meth=GET uri=/health
|
|
DBG 2026-03-29 12:46:01.448+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41446 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:46:01.449+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41446 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:46:01.554+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41450 meth=GET uri=/health
|
|
DBG 2026-03-29 12:46:01.554+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41450 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:46:01.555+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41450 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:46:01.658+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41458 meth=GET uri=/health
|
|
DBG 2026-03-29 12:46:01.658+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41458 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:46:01.659+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41458 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:46:01.762+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41460 meth=GET uri=/health
|
|
DBG 2026-03-29 12:46:01.762+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41460 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:46:01.763+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41460 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 12:46:01.854+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140547543908432
|
|
TRC 2026-03-29 12:46:01.854+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:46:01.854+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:46:01.854+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:46:01.854+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:46:01.854+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
TRC 2026-03-29 12:46:01.855+00:00 waku rendezvous advertisements started topics="waku rendezvous" tid=1 file=protocol.nim:112
|
|
TRC 2026-03-29 12:46:01.855+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=140547543787088
|
|
TRC 2026-03-29 12:46:01.855+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:46:01.855+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:46:01.855+00:00 waku rendezvous client requests started topics="waku rendezvous client" tid=1 file=client.nim:43
|
|
TRC 2026-03-29 12:46:01.855+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=140547543787088
|
|
TRC 2026-03-29 12:46:01.855+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:46:01.855+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:46:01.855+00:00 periodic sync started topics="waku reconciliation" tid=1 file=reconciliation.nim:438
|
|
TRC 2026-03-29 12:46:01.855+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=140547543787088
|
|
TRC 2026-03-29 12:46:01.855+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:46:01.855+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:46:01.860+00:00 running discv5 discovery loop topics="waku discv5" tid=1 file=waku_discv5.nim:261
|
|
TRC 2026-03-29 12:46:01.860+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:46:01.860+00:00 discv5 discarded wrong records topics="waku discv5" tid=1 file=waku_discv5.nim:281 wrong_records=[]
|
|
TRC 2026-03-29 12:46:01.861+00:00 Mesh peers for keepalive tid=1 file=node_health_monitor.nim:558 meshPeers=[]
|
|
TRC 2026-03-29 12:46:01.861+00:00 Selected peers for keepalive tid=1 file=node_health_monitor.nim:569 selected=[]
|
|
TRC 2026-03-29 12:46:01.861+00:00 Pinging random peers tid=1 file=node_health_monitor.nim:629 count=0 countdownToPingAll=11
|
|
TRC 2026-03-29 12:46:01.861+00:00 Keepalive results tid=1 file=node_health_monitor.nim:644 attemptedPings=0 successfulPings=0
|
|
TRC 2026-03-29 12:46:01.861+00:00 Running keepalive loop tid=1 file=node_health_monitor.nim:593
|
|
DBG 2026-03-29 12:46:01.866+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41468 meth=GET uri=/health
|
|
DBG 2026-03-29 12:46:01.866+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41468 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:46:01.866+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41468 uri=/health content_type=application/json content_size=821
|
|
INF 2026-03-29 12:46:01.882+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:46:01.882+00:00 Failed to resolve address, returning empty set topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:158
|
|
DBG 2026-03-29 12:46:01.970+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41484 meth=GET uri=/health
|
|
DBG 2026-03-29 12:46:01.970+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41484 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:46:01.971+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41484 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:46:02.074+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41492 meth=GET uri=/health
|
|
DBG 2026-03-29 12:46:02.074+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41492 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:46:02.074+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41492 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:46:02.179+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41502 meth=GET uri=/health
|
|
DBG 2026-03-29 12:46:02.179+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41502 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:46:02.180+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41502 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:46:02.285+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41508 meth=GET uri=/health
|
|
DBG 2026-03-29 12:46:02.285+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41508 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:46:02.286+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41508 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:46:02.390+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41520 meth=GET uri=/health
|
|
DBG 2026-03-29 12:46:02.390+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41520 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:46:02.390+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41520 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:46:02.494+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41522 meth=GET uri=/health
|
|
DBG 2026-03-29 12:46:02.494+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41522 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:46:02.495+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41522 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:46:02.599+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41530 meth=GET uri=/health
|
|
DBG 2026-03-29 12:46:02.599+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41530 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:46:02.599+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41530 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:46:02.703+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41534 meth=GET uri=/health
|
|
DBG 2026-03-29 12:46:02.704+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41534 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:46:02.704+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41534 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:46:02.808+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41538 meth=GET uri=/health
|
|
DBG 2026-03-29 12:46:02.808+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41538 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:46:02.808+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41538 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 12:46:02.854+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140547543908432
|
|
TRC 2026-03-29 12:46:02.854+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:46:02.854+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:46:02.854+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:46:02.854+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:46:02.854+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
ERR 2026-03-29 12:46:02.866+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:46:02.912+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41540 meth=GET uri=/health
|
|
DBG 2026-03-29 12:46:02.912+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41540 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:46:02.913+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41540 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:46:03.017+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41552 meth=GET uri=/health
|
|
DBG 2026-03-29 12:46:03.017+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41552 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:46:03.017+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41552 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:46:03.122+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41556 meth=GET uri=/health
|
|
DBG 2026-03-29 12:46:03.122+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41556 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:46:03.122+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41556 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:46:03.227+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41568 meth=GET uri=/health
|
|
DBG 2026-03-29 12:46:03.227+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41568 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:46:03.227+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41568 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:46:03.331+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41576 meth=GET uri=/health
|
|
DBG 2026-03-29 12:46:03.331+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41576 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:46:03.331+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41576 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:46:03.435+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41588 meth=GET uri=/health
|
|
DBG 2026-03-29 12:46:03.435+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41588 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:46:03.435+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41588 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:46:03.538+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41604 meth=GET uri=/health
|
|
DBG 2026-03-29 12:46:03.539+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41604 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:46:03.539+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41604 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:46:03.642+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41116 meth=GET uri=/health
|
|
DBG 2026-03-29 12:46:03.642+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41116 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:46:03.643+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41116 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:46:03.748+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41124 meth=GET uri=/health
|
|
DBG 2026-03-29 12:46:03.748+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41124 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:46:03.748+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41124 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 12:46:03.854+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140547543908432
|
|
TRC 2026-03-29 12:46:03.854+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:46:03.854+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:46:03.854+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:46:03.854+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:46:03.854+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
TRC 2026-03-29 12:46:03.854+00:00 running scoring heartbeat topics="libp2p gossipsub" tid=1 file=scoring.nim:312 instance=140547543908432
|
|
TRC 2026-03-29 12:46:03.854+00:00 updating scores topics="libp2p gossipsub" tid=1 file=scoring.nim:144 peers=0
|
|
TRC 2026-03-29 12:46:03.854+00:00 updated scores topics="libp2p gossipsub" tid=1 file=scoring.nim:308 peers=0
|
|
DBG 2026-03-29 12:46:03.854+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41132 meth=GET uri=/health
|
|
DBG 2026-03-29 12:46:03.855+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41132 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:46:03.855+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41132 uri=/health content_type=application/json content_size=821
|
|
ERR 2026-03-29 12:46:03.867+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:46:03.959+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41146 meth=GET uri=/health
|
|
DBG 2026-03-29 12:46:03.959+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41146 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:46:03.960+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41146 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:46:04.064+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41162 meth=GET uri=/health
|
|
DBG 2026-03-29 12:46:04.064+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41162 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:46:04.064+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41162 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:46:04.167+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41172 meth=GET uri=/health
|
|
DBG 2026-03-29 12:46:04.167+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41172 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:46:04.168+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41172 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:46:04.271+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41178 meth=GET uri=/health
|
|
DBG 2026-03-29 12:46:04.271+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41178 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:46:04.272+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41178 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:46:04.375+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41180 meth=GET uri=/health
|
|
DBG 2026-03-29 12:46:04.375+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41180 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:46:04.376+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41180 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:46:04.480+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41188 meth=GET uri=/health
|
|
DBG 2026-03-29 12:46:04.480+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41188 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:46:04.480+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41188 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:46:04.585+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41192 meth=GET uri=/health
|
|
DBG 2026-03-29 12:46:04.585+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41192 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:46:04.585+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41192 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:46:04.689+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41208 meth=GET uri=/health
|
|
DBG 2026-03-29 12:46:04.689+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41208 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:46:04.690+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41208 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:46:04.793+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41224 meth=GET uri=/health
|
|
DBG 2026-03-29 12:46:04.793+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41224 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:46:04.793+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41224 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 12:46:04.854+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140547543908432
|
|
TRC 2026-03-29 12:46:04.854+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:46:04.854+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:46:04.854+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:46:04.854+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:46:04.854+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
ERR 2026-03-29 12:46:04.867+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:46:04.899+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41238 meth=GET uri=/health
|
|
DBG 2026-03-29 12:46:04.899+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41238 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:46:04.899+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41238 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:46:05.004+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41254 meth=GET uri=/health
|
|
DBG 2026-03-29 12:46:05.004+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41254 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:46:05.004+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41254 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:46:05.108+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41256 meth=GET uri=/health
|
|
DBG 2026-03-29 12:46:05.108+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41256 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:46:05.108+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41256 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:46:05.214+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41262 meth=GET uri=/health
|
|
DBG 2026-03-29 12:46:05.214+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41262 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:46:05.214+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41262 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:46:05.318+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41268 meth=GET uri=/health
|
|
DBG 2026-03-29 12:46:05.318+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41268 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:46:05.319+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41268 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:46:05.423+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41284 meth=GET uri=/health
|
|
DBG 2026-03-29 12:46:05.423+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41284 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:46:05.424+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41284 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:46:05.528+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41294 meth=GET uri=/health
|
|
DBG 2026-03-29 12:46:05.528+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41294 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:46:05.529+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41294 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:46:05.632+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41300 meth=GET uri=/health
|
|
DBG 2026-03-29 12:46:05.632+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41300 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:46:05.632+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41300 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:46:05.735+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41314 meth=GET uri=/health
|
|
DBG 2026-03-29 12:46:05.736+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41314 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:46:05.736+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41314 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:46:05.839+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41322 meth=GET uri=/health
|
|
DBG 2026-03-29 12:46:05.839+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41322 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:46:05.840+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41322 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 12:46:05.854+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140547543908432
|
|
TRC 2026-03-29 12:46:05.854+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:46:05.854+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:46:05.854+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:46:05.854+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:46:05.854+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
ERR 2026-03-29 12:46:05.868+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:46:05.943+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41330 meth=GET uri=/health
|
|
DBG 2026-03-29 12:46:05.943+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41330 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:46:05.944+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41330 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:46:06.047+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41336 meth=GET uri=/health
|
|
DBG 2026-03-29 12:46:06.047+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41336 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:46:06.047+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41336 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:46:06.153+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41352 meth=GET uri=/health
|
|
DBG 2026-03-29 12:46:06.153+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41352 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:46:06.154+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41352 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:46:06.258+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41368 meth=GET uri=/health
|
|
DBG 2026-03-29 12:46:06.259+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41368 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:46:06.259+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41368 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:46:06.363+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41380 meth=GET uri=/health
|
|
DBG 2026-03-29 12:46:06.363+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41380 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:46:06.363+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41380 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:46:06.466+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41386 meth=GET uri=/health
|
|
DBG 2026-03-29 12:46:06.466+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41386 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:46:06.467+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41386 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:46:06.570+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41400 meth=GET uri=/health
|
|
DBG 2026-03-29 12:46:06.570+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41400 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:46:06.571+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41400 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:46:06.674+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41414 meth=GET uri=/health
|
|
DBG 2026-03-29 12:46:06.674+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41414 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:46:06.675+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41414 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:46:06.779+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41426 meth=GET uri=/health
|
|
DBG 2026-03-29 12:46:06.780+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41426 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:46:06.780+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41426 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 12:46:06.854+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140547543908432
|
|
TRC 2026-03-29 12:46:06.854+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:46:06.854+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:46:06.854+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:46:06.854+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:46:06.854+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
INF 2026-03-29 12:46:06.856+00:00 periodic prune started topics="waku reconciliation" tid=1 file=reconciliation.nim:455
|
|
INF 2026-03-29 12:46:06.856+00:00 periodic prune done topics="waku reconciliation" tid=1 file=reconciliation.nim:463 elements_pruned=0
|
|
TRC 2026-03-29 12:46:06.861+00:00 running discv5 discovery loop topics="waku discv5" tid=1 file=waku_discv5.nim:261
|
|
TRC 2026-03-29 12:46:06.861+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:46:06.861+00:00 discv5 discarded wrong records topics="waku discv5" tid=1 file=waku_discv5.nim:281 wrong_records=[]
|
|
ERR 2026-03-29 12:46:06.868+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:46:06.882+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:46:06.883+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41432 meth=GET uri=/health
|
|
DBG 2026-03-29 12:46:06.883+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41432 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:46:06.884+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41432 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:46:06.987+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41442 meth=GET uri=/health
|
|
DBG 2026-03-29 12:46:06.987+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41442 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:46:06.988+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41442 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:46:07.091+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41446 meth=GET uri=/health
|
|
DBG 2026-03-29 12:46:07.091+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41446 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:46:07.091+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41446 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:46:07.195+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41456 meth=GET uri=/health
|
|
DBG 2026-03-29 12:46:07.195+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41456 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:46:07.195+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41456 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:46:07.300+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41460 meth=GET uri=/health
|
|
DBG 2026-03-29 12:46:07.300+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41460 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:46:07.301+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41460 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:46:07.405+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41472 meth=GET uri=/health
|
|
DBG 2026-03-29 12:46:07.405+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41472 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:46:07.405+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41472 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:46:07.508+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41480 meth=GET uri=/health
|
|
DBG 2026-03-29 12:46:07.508+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41480 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:46:07.509+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41480 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:46:07.612+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41486 meth=GET uri=/health
|
|
DBG 2026-03-29 12:46:07.612+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41486 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:46:07.613+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41486 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:46:07.717+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41498 meth=GET uri=/health
|
|
DBG 2026-03-29 12:46:07.717+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41498 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:46:07.717+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41498 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:46:07.830+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41512 meth=GET uri=/health
|
|
DBG 2026-03-29 12:46:07.830+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41512 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:46:07.831+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41512 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 12:46:07.854+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140547543908432
|
|
TRC 2026-03-29 12:46:07.854+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:46:07.854+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:46:07.854+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:46:07.854+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:46:07.854+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
ERR 2026-03-29 12:46:07.868+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:46:07.939+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41528 meth=GET uri=/health
|
|
DBG 2026-03-29 12:46:07.939+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41528 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:46:07.940+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41528 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:46:08.046+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41540 meth=GET uri=/health
|
|
DBG 2026-03-29 12:46:08.046+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41540 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:46:08.046+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41540 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:46:08.151+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41554 meth=GET uri=/health
|
|
DBG 2026-03-29 12:46:08.151+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41554 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:46:08.152+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41554 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:46:08.256+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41564 meth=GET uri=/health
|
|
DBG 2026-03-29 12:46:08.256+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41564 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:46:08.257+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41564 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:46:08.362+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41566 meth=GET uri=/health
|
|
DBG 2026-03-29 12:46:08.362+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41566 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:46:08.362+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41566 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:46:08.468+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41578 meth=GET uri=/health
|
|
DBG 2026-03-29 12:46:08.468+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41578 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:46:08.468+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41578 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:46:08.572+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41584 meth=GET uri=/health
|
|
DBG 2026-03-29 12:46:08.573+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41584 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:46:08.573+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41584 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:46:08.678+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41588 meth=GET uri=/health
|
|
DBG 2026-03-29 12:46:08.678+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41588 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:46:08.679+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41588 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:46:08.783+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41592 meth=GET uri=/health
|
|
DBG 2026-03-29 12:46:08.783+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41592 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:46:08.783+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41592 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 12:46:08.855+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140547543908432
|
|
TRC 2026-03-29 12:46:08.855+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:46:08.855+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:46:08.855+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:46:08.855+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:46:08.855+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
ERR 2026-03-29 12:46:08.869+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:46:08.886+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41604 meth=GET uri=/health
|
|
DBG 2026-03-29 12:46:08.886+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41604 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:46:08.887+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41604 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:46:08.990+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41616 meth=GET uri=/health
|
|
DBG 2026-03-29 12:46:08.990+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41616 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:46:08.991+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41616 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:46:09.094+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41632 meth=GET uri=/health
|
|
DBG 2026-03-29 12:46:09.095+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41632 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:46:09.095+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41632 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:46:09.198+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41638 meth=GET uri=/health
|
|
DBG 2026-03-29 12:46:09.198+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41638 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:46:09.199+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41638 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:46:09.303+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41648 meth=GET uri=/health
|
|
DBG 2026-03-29 12:46:09.303+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41648 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:46:09.304+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41648 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:46:09.407+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41652 meth=GET uri=/health
|
|
DBG 2026-03-29 12:46:09.408+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41652 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:46:09.408+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41652 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:46:09.511+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41664 meth=GET uri=/health
|
|
DBG 2026-03-29 12:46:09.511+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41664 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:46:09.512+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41664 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:46:09.615+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41666 meth=GET uri=/health
|
|
DBG 2026-03-29 12:46:09.615+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41666 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:46:09.615+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41666 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:46:09.720+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41680 meth=GET uri=/health
|
|
DBG 2026-03-29 12:46:09.720+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41680 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:46:09.721+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41680 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:46:09.825+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41684 meth=GET uri=/health
|
|
DBG 2026-03-29 12:46:09.825+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41684 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:46:09.825+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41684 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 12:46:09.855+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140547543908432
|
|
TRC 2026-03-29 12:46:09.855+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:46:09.855+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:46:09.855+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:46:09.855+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:46:09.855+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
ERR 2026-03-29 12:46:09.870+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:46:09.929+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41694 meth=GET uri=/health
|
|
DBG 2026-03-29 12:46:09.929+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41694 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:46:09.930+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41694 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:46:10.034+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41700 meth=GET uri=/health
|
|
DBG 2026-03-29 12:46:10.034+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41700 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:46:10.034+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41700 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:46:10.138+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41722 meth=GET uri=/health
|
|
DBG 2026-03-29 12:46:10.138+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41722 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:46:10.138+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41722 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:46:10.242+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41732 meth=GET uri=/health
|
|
DBG 2026-03-29 12:46:10.242+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41732 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:46:10.243+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41732 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:46:10.347+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41746 meth=GET uri=/health
|
|
DBG 2026-03-29 12:46:10.347+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41746 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:46:10.347+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41746 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:46:10.451+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41758 meth=GET uri=/health
|
|
DBG 2026-03-29 12:46:10.451+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41758 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:46:10.451+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41758 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:46:10.555+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41766 meth=GET uri=/health
|
|
DBG 2026-03-29 12:46:10.555+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41766 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:46:10.555+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41766 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:46:10.658+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41782 meth=GET uri=/health
|
|
DBG 2026-03-29 12:46:10.658+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41782 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:46:10.658+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41782 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:46:10.761+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41786 meth=GET uri=/health
|
|
DBG 2026-03-29 12:46:10.762+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41786 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:46:10.762+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41786 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 12:46:10.855+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140547543908432
|
|
TRC 2026-03-29 12:46:10.855+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:46:10.855+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:46:10.855+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:46:10.855+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:46:10.855+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
DBG 2026-03-29 12:46:10.866+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41796 meth=GET uri=/health
|
|
DBG 2026-03-29 12:46:10.866+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41796 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:46:10.866+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41796 uri=/health content_type=application/json content_size=821
|
|
ERR 2026-03-29 12:46:10.870+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:46:10.970+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41804 meth=GET uri=/health
|
|
DBG 2026-03-29 12:46:10.970+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41804 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:46:10.970+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41804 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:46:11.074+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41812 meth=GET uri=/health
|
|
DBG 2026-03-29 12:46:11.074+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41812 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:46:11.074+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41812 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:46:11.178+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41816 meth=GET uri=/health
|
|
DBG 2026-03-29 12:46:11.178+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41816 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:46:11.178+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41816 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:46:11.281+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41824 meth=GET uri=/health
|
|
DBG 2026-03-29 12:46:11.282+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41824 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:46:11.282+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41824 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:46:11.386+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41830 meth=GET uri=/health
|
|
DBG 2026-03-29 12:46:11.386+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41830 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:46:11.386+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41830 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:46:11.490+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41846 meth=GET uri=/health
|
|
DBG 2026-03-29 12:46:11.490+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41846 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:46:11.490+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41846 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:46:11.595+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41854 meth=GET uri=/health
|
|
DBG 2026-03-29 12:46:11.595+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41854 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:46:11.596+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41854 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:46:11.700+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41860 meth=GET uri=/health
|
|
DBG 2026-03-29 12:46:11.700+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41860 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:46:11.701+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41860 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:46:11.804+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41862 meth=GET uri=/health
|
|
DBG 2026-03-29 12:46:11.804+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41862 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:46:11.805+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41862 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 12:46:11.854+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140547543908432
|
|
TRC 2026-03-29 12:46:11.854+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:46:11.854+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:46:11.854+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:46:11.854+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:46:11.854+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
TRC 2026-03-29 12:46:11.855+00:00 waku rendezvous advertisements started topics="waku rendezvous" tid=1 file=protocol.nim:112
|
|
TRC 2026-03-29 12:46:11.855+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=140547543787088
|
|
TRC 2026-03-29 12:46:11.855+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:46:11.855+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:46:11.855+00:00 waku rendezvous client requests started topics="waku rendezvous client" tid=1 file=client.nim:43
|
|
TRC 2026-03-29 12:46:11.855+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=140547543787088
|
|
TRC 2026-03-29 12:46:11.855+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:46:11.856+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:46:11.856+00:00 periodic sync started topics="waku reconciliation" tid=1 file=reconciliation.nim:438
|
|
TRC 2026-03-29 12:46:11.856+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=140547543787088
|
|
TRC 2026-03-29 12:46:11.856+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:46:11.856+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:46:11.861+00:00 running discv5 discovery loop topics="waku discv5" tid=1 file=waku_discv5.nim:261
|
|
TRC 2026-03-29 12:46:11.861+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:46:11.861+00:00 discv5 discarded wrong records topics="waku discv5" tid=1 file=waku_discv5.nim:281 wrong_records=[]
|
|
TRC 2026-03-29 12:46:11.862+00:00 Mesh peers for keepalive tid=1 file=node_health_monitor.nim:558 meshPeers=[]
|
|
TRC 2026-03-29 12:46:11.862+00:00 Selected peers for keepalive tid=1 file=node_health_monitor.nim:569 selected=[]
|
|
TRC 2026-03-29 12:46:11.862+00:00 Pinging random peers tid=1 file=node_health_monitor.nim:629 count=0 countdownToPingAll=10
|
|
TRC 2026-03-29 12:46:11.862+00:00 Keepalive results tid=1 file=node_health_monitor.nim:644 attemptedPings=0 successfulPings=0
|
|
TRC 2026-03-29 12:46:11.862+00:00 Running keepalive loop tid=1 file=node_health_monitor.nim:593
|
|
ERR 2026-03-29 12:46:11.870+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:46:11.884+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:46:11.908+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41878 meth=GET uri=/health
|
|
DBG 2026-03-29 12:46:11.908+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41878 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:46:11.908+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41878 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:46:12.012+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41884 meth=GET uri=/health
|
|
DBG 2026-03-29 12:46:12.012+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41884 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:46:12.012+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41884 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:46:12.115+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41896 meth=GET uri=/health
|
|
DBG 2026-03-29 12:46:12.115+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41896 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:46:12.116+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41896 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:46:12.220+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41912 meth=GET uri=/health
|
|
DBG 2026-03-29 12:46:12.220+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41912 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:46:12.220+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41912 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:46:12.323+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41920 meth=GET uri=/health
|
|
DBG 2026-03-29 12:46:12.323+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41920 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:46:12.324+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41920 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:46:12.427+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41936 meth=GET uri=/health
|
|
DBG 2026-03-29 12:46:12.427+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41936 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:46:12.427+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41936 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:46:12.531+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41940 meth=GET uri=/health
|
|
DBG 2026-03-29 12:46:12.531+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41940 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:46:12.532+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41940 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:46:12.635+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41944 meth=GET uri=/health
|
|
DBG 2026-03-29 12:46:12.635+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41944 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:46:12.635+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41944 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:46:12.741+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41954 meth=GET uri=/health
|
|
DBG 2026-03-29 12:46:12.741+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41954 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:46:12.741+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41954 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:46:12.847+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41968 meth=GET uri=/health
|
|
DBG 2026-03-29 12:46:12.847+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41968 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:46:12.847+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41968 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 12:46:12.854+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140547543908432
|
|
TRC 2026-03-29 12:46:12.854+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:46:12.854+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:46:12.854+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:46:12.855+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:46:12.855+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
ERR 2026-03-29 12:46:12.871+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:46:12.950+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41978 meth=GET uri=/health
|
|
DBG 2026-03-29 12:46:12.950+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41978 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:46:12.951+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41978 uri=/health content_type=application/json content_size=821
|
|
NTC 2026-03-29 12:46:13.111+00:00 Shutting down after receiving SIGTERM topics="wakunode main" tid=1 file=wakunode2.nim:82
|
|
INF 2026-03-29 12:46:13.111+00:00 Stopping discovery v5 service topics="waku discv5" tid=1 file=waku_discv5.nim:362
|
|
TRC 2026-03-29 12:46:13.111+00:00 Stop listening on discv5 port topics="waku discv5" tid=1 file=waku_discv5.nim:365
|
|
INF 2026-03-29 12:46:13.111+00:00 Successfully stopped discovery v5 service topics="waku discv5" tid=1 file=waku_discv5.nim:368
|
|
TRC 2026-03-29 12:46:13.111+00:00 Stopping switch topics="libp2p switch" tid=1 file=switch.nim:328
|
|
INF 2026-03-29 12:46:13.112+00:00 Stopping AutonatService topics="libp2p autonatservice" tid=1 file=service.nim:237
|
|
TRC 2026-03-29 12:46:13.112+00:00 Closing ConnManager topics="libp2p connmanager" tid=1 file=connmanager.nim:434
|
|
TRC 2026-03-29 12:46:13.112+00:00 Closed ConnManager topics="libp2p connmanager" tid=1 file=connmanager.nim:448
|
|
TRC 2026-03-29 12:46:13.112+00:00 Stopping TCP transport topics="libp2p tcptransport" tid=1 file=tcptransport.nim:159
|
|
TRC 2026-03-29 12:46:13.112+00:00 stopping transport topics="libp2p transport" tid=1 file=transport.nim:59 address=@[/ip4/0.0.0.0/tcp/56354]
|
|
TRC 2026-03-29 12:46:13.112+00:00 Transport stopped topics="libp2p tcptransport" tid=1 file=tcptransport.nim:189
|
|
TRC 2026-03-29 12:46:13.112+00:00 Stopping WS transport topics="libp2p wstransport" tid=1 file=wstransport.nim:213
|
|
TRC 2026-03-29 12:46:13.112+00:00 stopping transport topics="libp2p transport" tid=1 file=transport.nim:59 address=@[/ip4/0.0.0.0/tcp/56355/ws]
|
|
TRC 2026-03-29 12:46:13.112+00:00 Transport stopped topics="libp2p wstransport" tid=1 file=wstransport.nim:235
|
|
TRC 2026-03-29 12:46:13.112+00:00 gossipsub stop topics="libp2p gossipsub" tid=1 file=gossipsub.nim:1131
|
|
TRC 2026-03-29 12:46:13.112+00:00 Switch stopped topics="libp2p switch" tid=1 file=switch.nim:354
|
|
INF 2026-03-29 12:46:13.113+00:00 Store Sync Reconciliation protocol stopped topics="waku reconciliation" tid=1 file=reconciliation.nim:496
|
|
INF 2026-03-29 12:46:13.113+00:00 Store Sync Transfer protocol stopped topics="waku transfer" tid=1 file=transfer.nim:237
|
|
WRN 2026-03-29 12:46:13.113+00:00 Stopping rendezvous without starting it topics="waku rendezvous" tid=1 file=rendezvous.nim:638
|
|
WRN 2026-03-29 12:46:13.113+00:00 Stopping rendezvous without starting it topics="waku rendezvous" tid=1 file=rendezvous.nim:638
|
|
INF 2026-03-29 12:46:13.113+00:00 waku rendezvous discovery stopped topics="waku rendezvous" tid=1 file=protocol.nim:239
|
|
INF 2026-03-29 12:46:13.113+00:00 waku rendezvous client stopped topics="waku rendezvous client" tid=1 file=client.nim:142
|
|
INF 2026-03-29 12:46:13.113+00:00 Health monitor loop end tid=1 file=node_health_monitor.nim:543
|
|
NTC 2026-03-29 12:46:13.113+00:00 REST service stopped tid=1 file=server.nim:187 address=0.0.0.0:56353
|
|
WRN 2026-03-29 12:45:51.796+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:45:51.797+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:45:51.797+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:45:51.797+00:00 Configuration. Network topics="waku conf" tid=1 file=waku_conf.nim:166 cluster=3
|
|
INF 2026-03-29 12:45:51.797+00:00 Configuration. Active Relay Shards topics="waku conf" tid=1 file=waku_conf.nim:169 shard=0
|
|
INF 2026-03-29 12:45:51.797+00:00 Setting up storage tid=1 file=node_factory.nim:532
|
|
INF 2026-03-29 12:45:51.797+00:00 Initializing node tid=1 file=node_factory.nim:541
|
|
TRC 2026-03-29 12:45:51.799+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/ipfs/id/1.0.0]"
|
|
TRC 2026-03-29 12:45:51.799+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/libp2p/autonat/1.0.0]"
|
|
TRC 2026-03-29 12:45:51.799+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:45:51.799+00:00 no peer storage found tid=1 file=peer_manager.nim:1219
|
|
INF 2026-03-29 12:45:51.799+00:00 Initializing networking tid=1 file=waku_node.nim:228 addrs="@[/ip4/172.18.15.69/tcp/56354, /ip4/172.18.15.69/tcp/56355/ws]"
|
|
INF 2026-03-29 12:45:51.799+00:00 Mounting protocols tid=1 file=node_factory.nim:547
|
|
INF 2026-03-29 12:45:51.799+00:00 Created WakuMetadata protocol topics="waku node" tid=1 file=protocol.nim:107 clusterId=3 shards="[0]"
|
|
TRC 2026-03-29 12:45:51.799+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:45:51.802+00:00 sqlite database page stats tid=1 file=builder.nim:53 pageSize=4096 pages=1 freePages=0
|
|
INF 2026-03-29 12:45:51.803+00:00 starting message store's sqlite database migration topics="waku archive migration" tid=1 file=migrations.nim:57
|
|
INF 2026-03-29 12:45:51.803+00:00 Not considered schema version 7 topics="waku archive migration" tid=1 file=migrations.nim:45
|
|
INF 2026-03-29 12:45:51.803+00:00 database schema is outdated topics="sqlite" tid=1 file=db_sqlite.nim:447 userVersion=0 targetVersion=10
|
|
INF 2026-03-29 12:45:51.805+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:45:51.806+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:45:51.806+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:45:51.806+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:45:51.806+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:45:51.806+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:45:51.806+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE Message;"
|
|
INF 2026-03-29 12:45:51.807+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP TABLE Message;"
|
|
INF 2026-03-29 12:45:51.807+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:45:51.808+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:45:51.808+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:45:51.808+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:45:51.808+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE Message_backup;"
|
|
INF 2026-03-29 12:45:51.809+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:45:51.809+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:45:51.810+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:45:51.810+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:45:51.811+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:45:51.811+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE Message;"
|
|
INF 2026-03-29 12:45:51.812+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP TABLE Message;"
|
|
INF 2026-03-29 12:45:51.812+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:45:51.814+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:45:51.814+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:45:51.814+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:45:51.814+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE Message_backup;"
|
|
INF 2026-03-29 12:45:51.815+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:45:51.816+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:45:51.820+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:45:51.820+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:45:51.821+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:45:51.821+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:45:51.821+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:45:51.821+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE Message_backup;"
|
|
INF 2026-03-29 12:45:51.822+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:45:51.822+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:45:51.826+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:45:51.826+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:45:51.832+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:45:51.832+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:45:51.832+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:45:51.832+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:45:51.833+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:45:51.833+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:45:51.833+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:45:51.833+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:45:51.834+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:45:51.834+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:45:51.837+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:45:51.837+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:45:51.838+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:45:51.838+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:45:51.838+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:45:51.838+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE message_backup;"
|
|
INF 2026-03-29 12:45:51.839+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:45:51.840+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:45:51.841+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:45:51.841+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:45:51.842+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:45:51.842+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:45:51.842+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:45:51.842+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE message_backup;"
|
|
INF 2026-03-29 12:45:51.843+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:45:51.843+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:45:51.846+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:45:51.846+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:45:51.847+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:45:51.847+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:45:51.849+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:45:51.849+00:00 database user_version updated topics="sqlite" tid=1 file=db_sqlite.nim:481 userVersion=10
|
|
INF 2026-03-29 12:45:51.849+00:00 finished message store's sqlite database migration topics="waku archive migration" tid=1 file=migrations.nim:70
|
|
INF 2026-03-29 12:45:51.849+00:00 setting up sqlite waku archive driver tid=1 file=builder.nim:65
|
|
INF 2026-03-29 12:45:51.851+00:00 executing message retention policy topics="waku archive" tid=1 file=archive.nim:270 policy=time:172800
|
|
INF 2026-03-29 12:45:51.851+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:45:51.851+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:45:51.851+00:00 mounting waku store protocol topics="waku node store api" tid=1 file=store.nim:255
|
|
TRC 2026-03-29 12:45:51.851+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:45:51.851+00:00 initial storage filling started topics="waku reconciliation" tid=1 file=reconciliation.nim:357
|
|
INF 2026-03-29 12:45:51.852+00:00 initial storage filling done topics="waku reconciliation" tid=1 file=reconciliation.nim:379 elements=0
|
|
INF 2026-03-29 12:45:51.852+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:45:51.852+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:45:51.852+00:00 Store Transfer protocol initialized topics="waku node" tid=1 file=transfer.nim:216
|
|
TRC 2026-03-29 12:45:51.852+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:45:51.852+00:00 mounting store client topics="waku node store api" tid=1 file=store.nim:274
|
|
INF 2026-03-29 12:45:51.852+00:00 mounting legacy store client topics="waku node store api" tid=1 file=store.nim:145
|
|
INF 2026-03-29 12:45:51.852+00:00 mounting auto sharding topics="waku node" tid=1 file=waku_node.nim:305 clusterId=3 shardCount=1
|
|
INF 2026-03-29 12:45:51.852+00:00 Shards created from content topics tid=1 file=node_factory.nim:333 contentTopics=[] shards=[]
|
|
INF 2026-03-29 12:45:51.852+00:00 Setting max message size tid=1 file=node_factory.nim:342 num_bytes=153600
|
|
INF 2026-03-29 12:45:51.852+00:00 mounting relay protocol topics="waku node relay api" tid=1 file=relay.nim:259
|
|
TRC 2026-03-29 12:45:51.852+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:45:51.852+00:00 relay mounted successfully topics="waku node relay api" tid=1 file=relay.nim:276
|
|
INF 2026-03-29 12:45:51.852+00:00 adding validator to signed shards tid=1 file=validator_signed.nim:56 protectedShards=[] clusterId=3
|
|
INF 2026-03-29 12:45:51.852+00:00 mounting rendezvous discovery protocol topics="waku node" tid=1 file=waku_node.nim:432
|
|
INF 2026-03-29 12:45:51.852+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*qsXZdE, seqNo: 1774788351, addresses: [/ip4/172.18.15.69/tcp/56354, /ip4/172.18.15.69/tcp/56355/ws], mixKey: )"
|
|
TRC 2026-03-29 12:45:51.852+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:45:51.852+00:00 mounting rendezvous client topics="waku node" tid=1 file=waku_node.nim:418
|
|
INF 2026-03-29 12:45:51.852+00:00 waku rendezvous client initialized topics="waku node" tid=1 file=client.nim:130 clusterId=3
|
|
INF 2026-03-29 12:45:51.852+00:00 mounting libp2p ping protocol topics="waku node ping api" tid=1 file=ping.nim:20
|
|
TRC 2026-03-29 12:45:51.852+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/ipfs/ping/1.0.0]"
|
|
INF 2026-03-29 12:45:51.852+00:00 mounting light push client topics="waku node lightpush api" tid=1 file=lightpush.nim:183
|
|
INF 2026-03-29 12:45:51.852+00:00 mounting legacy light push client topics="waku node lightpush api" tid=1 file=lightpush.nim:72
|
|
INF 2026-03-29 12:45:51.852+00:00 mounting filter client topics="waku node filter api" tid=1 file=filter.nim:81
|
|
TRC 2026-03-29 12:45:51.853+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:45:51.853+00:00 mounting waku peer exchange topics="waku node peerexchange api" tid=1 file=peer_exchange.nim:37
|
|
TRC 2026-03-29 12:45:51.853+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:45:51.853+00:00 mounting waku peer exchange client topics="waku node peerexchange api" tid=1 file=peer_exchange.nim:54
|
|
NTC 2026-03-29 12:45:51.853+00:00 REST service started tid=1 file=server.nim:182 address=0.0.0.0:56353
|
|
INF 2026-03-29 12:45:51.853+00:00 Starting REST HTTP server tid=1 file=builder.nim:113 url=http://0.0.0.0:56353/
|
|
INF 2026-03-29 12:45:51.853+00:00 No external callbacks to be set topics="wakunode waku" tid=1 file=waku.nim:127
|
|
TRC 2026-03-29 12:45:51.853+00:00 Send processor chain topics="send service" tid=1 file=send_service.nim:94 index=1 processor=BaseSendProcessor
|
|
INF 2026-03-29 12:45:51.853+00:00 Retrieve dynamic bootstrap nodes topics="wakunode waku" tid=1 file=waku.nim:367
|
|
INF 2026-03-29 12:45:51.853+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:45:51.853+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:45:51.853+00:00 starting relay protocol topics="waku node" tid=1 file=waku_node.nim:389
|
|
INF 2026-03-29 12:45:51.853+00:00 start topics="waku relay" tid=1 file=protocol.nim:519
|
|
TRC 2026-03-29 12:45:51.853+00:00 gossipsub start topics="libp2p gossipsub" tid=1 file=gossipsub.nim:1113
|
|
TRC 2026-03-29 12:45:51.853+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140547543908432
|
|
TRC 2026-03-29 12:45:51.853+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
TRC 2026-03-29 12:45:51.853+00:00 running scoring heartbeat topics="libp2p gossipsub" tid=1 file=scoring.nim:312 instance=140547543908432
|
|
TRC 2026-03-29 12:45:51.853+00:00 updating scores topics="libp2p gossipsub" tid=1 file=scoring.nim:144 peers=0
|
|
TRC 2026-03-29 12:45:51.853+00:00 updated scores topics="libp2p gossipsub" tid=1 file=scoring.nim:308 peers=0
|
|
INF 2026-03-29 12:45:51.854+00:00 relay started successfully topics="waku node" tid=1 file=waku_node.nim:410
|
|
INF 2026-03-29 12:45:51.854+00:00 waku rendezvous periodic registration started topics="waku rendezvous" tid=1 file=protocol.nim:127 interval=10s
|
|
INF 2026-03-29 12:45:51.854+00:00 waku rendezvous discovery started topics="waku rendezvous" tid=1 file=protocol.nim:227
|
|
INF 2026-03-29 12:45:51.854+00:00 waku rendezvous periodic requests started topics="waku rendezvous client" tid=1 file=client.nim:80 interval=10s
|
|
INF 2026-03-29 12:45:51.854+00:00 waku rendezvous client started topics="waku rendezvous client" tid=1 file=client.nim:136
|
|
INF 2026-03-29 12:45:51.854+00:00 periodic sync initialized topics="waku reconciliation" tid=1 file=reconciliation.nim:433 interval=10s
|
|
INF 2026-03-29 12:45:51.854+00:00 periodic prune initialized topics="waku reconciliation" tid=1 file=reconciliation.nim:447 interval=10s
|
|
INF 2026-03-29 12:45:51.854+00:00 Store Sync Reconciliation protocol started topics="waku reconciliation" tid=1 file=reconciliation.nim:485
|
|
INF 2026-03-29 12:45:51.854+00:00 Store Sync Transfer protocol started topics="waku transfer" tid=1 file=transfer.nim:229
|
|
DBG 2026-03-29 12:45:51.854+00:00 starting switch for peer topics="libp2p switch" tid=1 file=switch.nim:363 peerInfo="(peerId: 16Uiu2HAkz2RX5DyiJAqy574k9VBzJbiMknTCw62NY9h5EsqsXZdE, listenAddrs: [/ip4/0.0.0.0/tcp/56355/ws, /ip4/0.0.0.0/tcp/56354], 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:45:51.854+00:00 Starting TCP transport topics="libp2p tcptransport" tid=1 file=tcptransport.nim:116
|
|
TRC 2026-03-29 12:45:51.854+00:00 Listening on topics="libp2p tcptransport" tid=1 file=tcptransport.nim:140 address=/ip4/0.0.0.0/tcp/56354
|
|
TRC 2026-03-29 12:45:51.855+00:00 starting transport on addrs topics="libp2p transport" tid=1 file=transport.nim:49 address=@[/ip4/0.0.0.0/tcp/56354]
|
|
DBG 2026-03-29 12:45:51.855+00:00 About to accept incoming connection topics="libp2p switch" tid=1 file=switch.nim:272
|
|
TRC 2026-03-29 12:45:51.855+00:00 Starting WS transport topics="libp2p wstransport" tid=1 file=wstransport.nim:154
|
|
TRC 2026-03-29 12:45:51.855+00:00 starting transport on addrs topics="libp2p transport" tid=1 file=transport.nim:49 address=@[/ip4/0.0.0.0/tcp/56355/ws]
|
|
TRC 2026-03-29 12:45:51.855+00:00 Created HTTP Server topics="libp2p wstransport" tid=1 file=server.nim:262 host=0.0.0.0:56355
|
|
TRC 2026-03-29 12:45:51.855+00:00 Listening on topics="libp2p wstransport" tid=1 file=wstransport.nim:204 addresses="[/ip4/0.0.0.0/tcp/56355/ws]"
|
|
INF 2026-03-29 12:45:51.855+00:00 Setting up AutonatService topics="libp2p autonatservice" tid=1 file=service.nim:207
|
|
TRC 2026-03-29 12:45:51.855+00:00 Running AutonatService topics="libp2p autonatservice" tid=1 file=service.nim:231
|
|
TRC 2026-03-29 12:45:51.855+00:00 Asking peers for reachability topics="libp2p autonatservice" tid=1 file=service.nim:160
|
|
DBG 2026-03-29 12:45:51.855+00:00 About to accept incoming connection topics="libp2p switch" tid=1 file=switch.nim:272
|
|
TRC 2026-03-29 12:45:51.855+00:00 WsTransport accept topics="libp2p wstransport" tid=1 file=wstransport.nim:279
|
|
TRC 2026-03-29 12:45:51.855+00:00 Awaiting new request topics="websock http-server" tid=1 file=server.nim:194
|
|
TRC 2026-03-29 12:45:51.857+00:00 gossipsub start topics="libp2p gossipsub" tid=1 file=gossipsub.nim:1113
|
|
WRN 2026-03-29 12:45:51.857+00:00 Starting gossipsub twice topics="libp2p gossipsub" tid=1 file=gossipsub.nim:1116
|
|
WRN 2026-03-29 12:45:51.857+00:00 Starting rendezvous twice topics="waku rendezvous" tid=1 file=rendezvous.nim:626
|
|
DBG 2026-03-29 12:45:51.857+00:00 Started libp2p node topics="libp2p switch" tid=1 file=switch.nim:403 peer="(peerId: 16Uiu2HAkz2RX5DyiJAqy574k9VBzJbiMknTCw62NY9h5EsqsXZdE, listenAddrs: [/ip4/0.0.0.0/tcp/56354, /ip4/0.0.0.0/tcp/56355/ws], addrs: [/ip4/172.18.15.69/tcp/56354, /ip4/172.18.15.69/tcp/56355/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:45:51.857+00:00 PeerInfo topics="waku node" tid=1 file=waku_node.nim:478 peerId=16U*qsXZdE addrs="[/ip4/172.18.15.69/tcp/56354, /ip4/172.18.15.69/tcp/56355/ws]"
|
|
INF 2026-03-29 12:45:51.857+00:00 Listening on topics="waku node" tid=1 file=waku_node.nim:501 full=[/ip4/0.0.0.0/tcp/56354/p2p/16Uiu2HAkz2RX5DyiJAqy574k9VBzJbiMknTCw62NY9h5EsqsXZdE][/ip4/0.0.0.0/tcp/56355/ws/p2p/16Uiu2HAkz2RX5DyiJAqy574k9VBzJbiMknTCw62NY9h5EsqsXZdE] localIp=172.17.0.200 switchAddress="@[/ip4/172.18.15.69/tcp/56354, /ip4/172.18.15.69/tcp/56355/ws]"
|
|
INF 2026-03-29 12:45:51.857+00:00 Announcing addresses topics="waku node" tid=1 file=waku_node.nim:503 full=[/ip4/172.18.15.69/tcp/56354/p2p/16Uiu2HAkz2RX5DyiJAqy574k9VBzJbiMknTCw62NY9h5EsqsXZdE][/ip4/172.18.15.69/tcp/56355/ws/p2p/16Uiu2HAkz2RX5DyiJAqy574k9VBzJbiMknTCw62NY9h5EsqsXZdE]
|
|
INF 2026-03-29 12:45:51.857+00:00 DNS: discoverable ENR topics="waku node" tid=1 file=waku_node.nim:504 enr=enr:-LO4QD9WcnNx3OneJQC4bTEp3z3DyZMonqaFMqxj9TaInTM1DJSva2neMU1tTeF6IXHBjy2rnIXVG4J19HzxpOMxjxABgmlkgnY0gmlwhKwSD0WKbXVsdGlhZGRyc4wACgSsEg9FBtwj3QOCcnOFAAMBAACJc2VjcDI1NmsxoQJEVbmrZMGuK8X3YfXZvG23Ogv7_sZYeRHgohVs5fK1hYN0Y3CC3CKDdWRwgtwkhXdha3UyEw
|
|
INF 2026-03-29 12:45:51.857+00:00 Node started successfully topics="waku node" tid=1 file=waku_node.nim:681
|
|
TRC 2026-03-29 12:45:51.857+00:00 Starting relay connectivity loop topics="waku node peer_manager" tid=1 file=peer_manager.nim:1069
|
|
TRC 2026-03-29 12:45:51.857+00:00 Starting prune peerstore loop topics="waku node peer_manager" tid=1 file=peer_manager.nim:1062
|
|
INF 2026-03-29 12:45:51.857+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:45:51.857+00:00 PeerInfo topics="waku node" tid=1 file=waku_node.nim:478 peerId=16U*qsXZdE addrs="[/ip4/172.18.15.69/tcp/56354, /ip4/172.18.15.69/tcp/56355/ws]"
|
|
INF 2026-03-29 12:45:51.857+00:00 Listening on topics="waku node" tid=1 file=waku_node.nim:501 full=[/ip4/0.0.0.0/tcp/56354/p2p/16Uiu2HAkz2RX5DyiJAqy574k9VBzJbiMknTCw62NY9h5EsqsXZdE][/ip4/0.0.0.0/tcp/56355/ws/p2p/16Uiu2HAkz2RX5DyiJAqy574k9VBzJbiMknTCw62NY9h5EsqsXZdE] localIp=172.17.0.200 switchAddress="@[/ip4/172.18.15.69/tcp/56354, /ip4/172.18.15.69/tcp/56355/ws]"
|
|
INF 2026-03-29 12:45:51.857+00:00 Announcing addresses topics="waku node" tid=1 file=waku_node.nim:503 full=[/ip4/172.18.15.69/tcp/56354/p2p/16Uiu2HAkz2RX5DyiJAqy574k9VBzJbiMknTCw62NY9h5EsqsXZdE][/ip4/172.18.15.69/tcp/56355/ws/p2p/16Uiu2HAkz2RX5DyiJAqy574k9VBzJbiMknTCw62NY9h5EsqsXZdE]
|
|
INF 2026-03-29 12:45:51.857+00:00 DNS: discoverable ENR topics="waku node" tid=1 file=waku_node.nim:504 enr=enr:-LO4QD9WcnNx3OneJQC4bTEp3z3DyZMonqaFMqxj9TaInTM1DJSva2neMU1tTeF6IXHBjy2rnIXVG4J19HzxpOMxjxABgmlkgnY0gmlwhKwSD0WKbXVsdGlhZGRyc4wACgSsEg9FBtwj3QOCcnOFAAMBAACJc2VjcDI1NmsxoQJEVbmrZMGuK8X3YfXZvG23Ogv7_sZYeRHgohVs5fK1hYN0Y3CC3CKDdWRwgtwkhXdha3UyEw
|
|
INF 2026-03-29 12:45:51.858+00:00 Waku node ENR updated successfully with new multiaddress topics="wakunode waku" tid=1 file=waku.nim:301 enr=enr:-L24QDGU2yJ5Rr-XcK7oRbaeyh6JPIxp0VWYG5pXoHED7kTiKhouge4B80eZfLXONpfWfBRvvSgf85hSncI9UlkNoE4CgmlkgnY0gmlwhKwSD0WKbXVsdGlhZGRyc5YACASsEg9FBtwiAAoErBIPRQbcI90DgnJzhQADAQAAiXNlY3AyNTZrMaECRFW5q2TBrivF92H12bxttzoL-_7GWHkR4KIVbOXytYWDdGNwgtwig3VkcILcJIV3YWt1MhM record="(2, id: \"v4\", ip: 172.18.15.69, multiaddrs: 0x000804AC120F4506DC22000A04AC120F4506DC23DD03, rs: 0x0003010000, secp256k1: 0x024455B9AB64C1AE2BC5F761F5D9BC6DB73A0BFBFEC6587911E0A2156CE5F2B585, tcp: 56354, udp: 56356, waku2: 0x13)"
|
|
INF 2026-03-29 12:45:51.858+00:00 peer filtering updated topics="waku discv5" tid=1 file=waku_discv5.nim:70
|
|
INF 2026-03-29 12:45:51.858+00:00 Starting discovery v5 service topics="waku discv5" tid=1 file=waku_discv5.nim:336
|
|
INF 2026-03-29 12:45:51.858+00:00 start listening on udp port topics="waku discv5" tid=1 file=waku_discv5.nim:338 address=0.0.0.0 port=56356
|
|
TRC 2026-03-29 12:45:51.858+00:00 start discv5 service topics="waku discv5" tid=1 file=waku_discv5.nim:346
|
|
0: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:45:55.816+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:45:55.816+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:45:55.816+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
TRC 2026-03-29 12:45:55.816+00:00 running scoring heartbeat topics="libp2p gossipsub" tid=1 file=scoring.nim:312 instance=140002308849744
|
|
TRC 2026-03-29 12:45:55.816+00:00 updating scores topics="libp2p gossipsub" tid=1 file=scoring.nim:144 peers=0
|
|
TRC 2026-03-29 12:45:55.816+00:00 updated scores topics="libp2p gossipsub" tid=1 file=scoring.nim:308 peers=0
|
|
ERR 2026-03-29 12:45:55.850+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:45:56.817+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140002308849744
|
|
TRC 2026-03-29 12:45:56.817+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:45:56.817+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:45:56.817+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:45:56.817+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:45:56.817+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
ERR 2026-03-29 12:45:56.850+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:45:57.817+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140002308849744
|
|
TRC 2026-03-29 12:45:57.817+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:45:57.817+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:45:57.817+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:45:57.817+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:45:57.817+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
TRC 2026-03-29 12:45:57.819+00:00 waku rendezvous advertisements started topics="waku rendezvous" tid=1 file=protocol.nim:112
|
|
TRC 2026-03-29 12:45:57.819+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=140002308728400
|
|
TRC 2026-03-29 12:45:57.819+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:45:57.819+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:45:57.819+00:00 waku rendezvous client requests started topics="waku rendezvous client" tid=1 file=client.nim:43
|
|
TRC 2026-03-29 12:45:57.819+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=140002308728400
|
|
TRC 2026-03-29 12:45:57.819+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:45:57.820+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:45:57.820+00:00 periodic sync started topics="waku reconciliation" tid=1 file=reconciliation.nim:438
|
|
TRC 2026-03-29 12:45:57.820+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=140002308728400
|
|
TRC 2026-03-29 12:45:57.820+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:45:57.820+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:45:57.828+00:00 Mesh peers for keepalive tid=1 file=node_health_monitor.nim:558 meshPeers=[]
|
|
TRC 2026-03-29 12:45:57.828+00:00 Selected peers for keepalive tid=1 file=node_health_monitor.nim:569 selected=[]
|
|
TRC 2026-03-29 12:45:57.828+00:00 Pinging random peers tid=1 file=node_health_monitor.nim:629 count=0 countdownToPingAll=7
|
|
TRC 2026-03-29 12:45:57.828+00:00 Keepalive results tid=1 file=node_health_monitor.nim:644 attemptedPings=0 successfulPings=0
|
|
TRC 2026-03-29 12:45:57.828+00:00 Running keepalive loop tid=1 file=node_health_monitor.nim:593
|
|
TRC 2026-03-29 12:45:57.829+00:00 running discv5 discovery loop topics="waku discv5" tid=1 file=waku_discv5.nim:261
|
|
TRC 2026-03-29 12:45:57.829+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:45:57.829+00:00 discv5 discarded wrong records topics="waku discv5" tid=1 file=waku_discv5.nim:281 wrong_records=[]
|
|
ERR 2026-03-29 12:45:57.849+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:45:57.850+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:45:58.818+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140002308849744
|
|
TRC 2026-03-29 12:45:58.818+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:45:58.818+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:45:58.818+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:45:58.818+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:45:58.818+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
ERR 2026-03-29 12:45:58.849+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:45:59.817+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140002308849744
|
|
TRC 2026-03-29 12:45:59.817+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:45:59.817+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:45:59.817+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:45:59.817+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:45:59.817+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
ERR 2026-03-29 12:45:59.850+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:46:00.817+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140002308849744
|
|
TRC 2026-03-29 12:46:00.817+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:46:00.817+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:46:00.817+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:46:00.817+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:46:00.817+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
ERR 2026-03-29 12:46:00.852+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:46:01.817+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140002308849744
|
|
TRC 2026-03-29 12:46:01.817+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:46:01.817+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:46:01.817+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:46:01.817+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:46:01.817+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
ERR 2026-03-29 12:46:01.852+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:46:02.816+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140002308849744
|
|
TRC 2026-03-29 12:46:02.816+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:46:02.816+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:46:02.816+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:46:02.817+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:46:02.817+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
INF 2026-03-29 12:46:02.820+00:00 periodic prune started topics="waku reconciliation" tid=1 file=reconciliation.nim:455
|
|
INF 2026-03-29 12:46:02.820+00:00 periodic prune done topics="waku reconciliation" tid=1 file=reconciliation.nim:463 elements_pruned=0
|
|
TRC 2026-03-29 12:46:02.830+00:00 running discv5 discovery loop topics="waku discv5" tid=1 file=waku_discv5.nim:261
|
|
TRC 2026-03-29 12:46:02.830+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:46:02.830+00:00 discv5 discarded wrong records topics="waku discv5" tid=1 file=waku_discv5.nim:281 wrong_records=[]
|
|
INF 2026-03-29 12:46:02.851+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:46:02.851+00:00 Failed to resolve address, returning empty set topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:158
|
|
ERR 2026-03-29 12:46:02.853+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:46:03.817+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140002308849744
|
|
TRC 2026-03-29 12:46:03.817+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:46:03.817+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:46:03.817+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:46:03.817+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:46:03.817+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
ERR 2026-03-29 12:46:03.853+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:46:04.818+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140002308849744
|
|
TRC 2026-03-29 12:46:04.818+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:46:04.818+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:46:04.818+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:46:04.818+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:46:04.818+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
ERR 2026-03-29 12:46:04.854+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:46:05.817+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140002308849744
|
|
TRC 2026-03-29 12:46:05.817+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:46:05.817+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:46:05.817+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:46:05.817+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:46:05.817+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
ERR 2026-03-29 12:46:05.854+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:46:06.817+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140002308849744
|
|
TRC 2026-03-29 12:46:06.817+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:46:06.817+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:46:06.817+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:46:06.817+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:46:06.817+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
ERR 2026-03-29 12:46:06.855+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:46:07.816+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140002308849744
|
|
TRC 2026-03-29 12:46:07.816+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:46:07.816+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:46:07.817+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:46:07.817+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:46:07.817+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
TRC 2026-03-29 12:46:07.817+00:00 running scoring heartbeat topics="libp2p gossipsub" tid=1 file=scoring.nim:312 instance=140002308849744
|
|
TRC 2026-03-29 12:46:07.817+00:00 updating scores topics="libp2p gossipsub" tid=1 file=scoring.nim:144 peers=0
|
|
TRC 2026-03-29 12:46:07.817+00:00 updated scores topics="libp2p gossipsub" tid=1 file=scoring.nim:308 peers=0
|
|
TRC 2026-03-29 12:46:07.818+00:00 Running AutonatService topics="libp2p autonatservice" tid=1 file=service.nim:231
|
|
TRC 2026-03-29 12:46:07.818+00:00 Asking peers for reachability topics="libp2p autonatservice" tid=1 file=service.nim:160
|
|
TRC 2026-03-29 12:46:07.821+00:00 waku rendezvous advertisements started topics="waku rendezvous" tid=1 file=protocol.nim:112
|
|
TRC 2026-03-29 12:46:07.821+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=140002308728400
|
|
TRC 2026-03-29 12:46:07.821+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:46:07.821+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:46:07.821+00:00 waku rendezvous client requests started topics="waku rendezvous client" tid=1 file=client.nim:43
|
|
TRC 2026-03-29 12:46:07.821+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=140002308728400
|
|
TRC 2026-03-29 12:46:07.821+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:46:07.821+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:46:07.821+00:00 periodic sync started topics="waku reconciliation" tid=1 file=reconciliation.nim:438
|
|
TRC 2026-03-29 12:46:07.821+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=140002308728400
|
|
TRC 2026-03-29 12:46:07.821+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:46:07.821+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:46:07.827+00:00 Mesh peers for keepalive tid=1 file=node_health_monitor.nim:558 meshPeers=[]
|
|
TRC 2026-03-29 12:46:07.827+00:00 Selected peers for keepalive tid=1 file=node_health_monitor.nim:569 selected=[]
|
|
TRC 2026-03-29 12:46:07.828+00:00 Pinging random peers tid=1 file=node_health_monitor.nim:629 count=0 countdownToPingAll=6
|
|
TRC 2026-03-29 12:46:07.828+00:00 Keepalive results tid=1 file=node_health_monitor.nim:644 attemptedPings=0 successfulPings=0
|
|
TRC 2026-03-29 12:46:07.828+00:00 Running keepalive loop tid=1 file=node_health_monitor.nim:593
|
|
TRC 2026-03-29 12:46:07.831+00:00 running discv5 discovery loop topics="waku discv5" tid=1 file=waku_discv5.nim:261
|
|
TRC 2026-03-29 12:46:07.831+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:46:07.831+00:00 discv5 discarded wrong records topics="waku discv5" tid=1 file=waku_discv5.nim:281 wrong_records=[]
|
|
TRC 2026-03-29 12:46:07.852+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
|
|
ERR 2026-03-29 12:46:07.856+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:46:08.817+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140002308849744
|
|
TRC 2026-03-29 12:46:08.817+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:46:08.817+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:46:08.817+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:46:08.817+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:46:08.817+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
ERR 2026-03-29 12:46:08.857+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:46:09.817+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140002308849744
|
|
TRC 2026-03-29 12:46:09.817+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:46:09.817+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:46:09.817+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:46:09.817+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:46:09.818+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
ERR 2026-03-29 12:46:09.858+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:46:10.816+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140002308849744
|
|
TRC 2026-03-29 12:46:10.816+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:46:10.816+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:46:10.816+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:46:10.817+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:46:10.817+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
ERR 2026-03-29 12:46:10.859+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:46:11.817+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140002308849744
|
|
TRC 2026-03-29 12:46:11.817+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:46:11.817+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:46:11.817+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:46:11.817+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:46:11.817+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
ERR 2026-03-29 12:46:11.858+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:46:12.816+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140002308849744
|
|
TRC 2026-03-29 12:46:12.816+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:46:12.816+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:46:12.816+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:46:12.817+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:46:12.817+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
INF 2026-03-29 12:46:12.822+00:00 periodic prune started topics="waku reconciliation" tid=1 file=reconciliation.nim:455
|
|
INF 2026-03-29 12:46:12.822+00:00 periodic prune done topics="waku reconciliation" tid=1 file=reconciliation.nim:463 elements_pruned=0
|
|
TRC 2026-03-29 12:46:12.832+00:00 running discv5 discovery loop topics="waku discv5" tid=1 file=waku_discv5.nim:261
|
|
TRC 2026-03-29 12:46:12.832+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:46:12.832+00:00 discv5 discarded wrong records topics="waku discv5" tid=1 file=waku_discv5.nim:281 wrong_records=[]
|
|
INF 2026-03-29 12:46:12.853+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!"
|
|
ERR 2026-03-29 12:46:12.859+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:46:13.817+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140002308849744
|
|
TRC 2026-03-29 12:46:13.817+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:46:13.817+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:46:13.817+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:46:13.817+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:46:13.817+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
ERR 2026-03-29 12:46:13.860+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:46:14.817+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140002308849744
|
|
TRC 2026-03-29 12:46:14.817+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:46:14.817+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:46:14.817+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:46:14.817+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:46:14.817+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
ERR 2026-03-29 12:46:14.861+00:00 connectToRelayPeers: won't attempt new connections - node is offline topics="waku node peer_manager" tid=1 file=peer_manager.nim:624
|