mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-04 01:23:07 +00:00
1738 lines
312 KiB
Plaintext
1738 lines
312 KiB
Plaintext
WRN 2026-03-29 12:29:53.437+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:29:53.437+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:29:53.438+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:29:53.438+00:00 Configuration. Network topics="waku conf" tid=1 file=waku_conf.nim:166 cluster=3
|
|
INF 2026-03-29 12:29:53.438+00:00 Configuration. Active Relay Shards topics="waku conf" tid=1 file=waku_conf.nim:169 shard=0
|
|
INF 2026-03-29 12:29:53.439+00:00 Setting up storage tid=1 file=node_factory.nim:532
|
|
INF 2026-03-29 12:29:53.439+00:00 Initializing node tid=1 file=node_factory.nim:541
|
|
TRC 2026-03-29 12:29:53.442+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/ipfs/id/1.0.0]"
|
|
TRC 2026-03-29 12:29:53.442+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/libp2p/autonat/1.0.0]"
|
|
TRC 2026-03-29 12:29:53.442+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:29:53.442+00:00 no peer storage found tid=1 file=peer_manager.nim:1219
|
|
INF 2026-03-29 12:29:53.442+00:00 Initializing networking tid=1 file=waku_node.nim:228 addrs="@[/ip4/172.18.87.29/tcp/8846, /ip4/172.18.87.29/tcp/8847/ws]"
|
|
INF 2026-03-29 12:29:53.442+00:00 Mounting protocols tid=1 file=node_factory.nim:547
|
|
INF 2026-03-29 12:29:53.443+00:00 Created WakuMetadata protocol topics="waku node" tid=1 file=protocol.nim:107 clusterId=3 shards="[0]"
|
|
TRC 2026-03-29 12:29:53.443+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:29:53.446+00:00 sqlite database page stats tid=1 file=builder.nim:53 pageSize=4096 pages=1 freePages=0
|
|
INF 2026-03-29 12:29:53.446+00:00 starting message store's sqlite database migration topics="waku archive migration" tid=1 file=migrations.nim:57
|
|
INF 2026-03-29 12:29:53.446+00:00 Not considered schema version 7 topics="waku archive migration" tid=1 file=migrations.nim:45
|
|
INF 2026-03-29 12:29:53.446+00:00 database schema is outdated topics="sqlite" tid=1 file=db_sqlite.nim:447 userVersion=0 targetVersion=10
|
|
INF 2026-03-29 12:29:53.448+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:29:53.450+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:29:53.450+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:29:53.451+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:29:53.451+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:29:53.451+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:29:53.451+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE Message;"
|
|
INF 2026-03-29 12:29:53.453+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP TABLE Message;"
|
|
INF 2026-03-29 12:29:53.453+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:29:53.454+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:29:53.454+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:29:53.454+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:29:53.454+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE Message_backup;"
|
|
INF 2026-03-29 12:29:53.455+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:29:53.455+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:29:53.456+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:29:53.456+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:29:53.456+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:29:53.456+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE Message;"
|
|
INF 2026-03-29 12:29:53.457+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP TABLE Message;"
|
|
INF 2026-03-29 12:29:53.457+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:29:53.457+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:29:53.458+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:29:53.458+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:29:53.458+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE Message_backup;"
|
|
INF 2026-03-29 12:29:53.459+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:29:53.459+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:29:53.460+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:29:53.460+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:29:53.461+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:29:53.461+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:29:53.461+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:29:53.461+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE Message_backup;"
|
|
INF 2026-03-29 12:29:53.462+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:29:53.462+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:29:53.463+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:29:53.463+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:29:53.466+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:29:53.466+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:29:53.467+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:29:53.467+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:29:53.468+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:29:53.468+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:29:53.468+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:29:53.468+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:29:53.469+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:29:53.469+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:29:53.471+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:29:53.472+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:29:53.473+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:29:53.473+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:29:53.473+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:29:53.473+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE message_backup;"
|
|
INF 2026-03-29 12:29:53.474+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:29:53.474+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:29:53.476+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:29:53.476+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:29:53.477+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:29:53.477+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:29:53.477+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:29:53.477+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE message_backup;"
|
|
INF 2026-03-29 12:29:53.478+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:29:53.478+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:29:53.479+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:29:53.479+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:29:53.481+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:29:53.481+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:29:53.483+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:29:53.483+00:00 database user_version updated topics="sqlite" tid=1 file=db_sqlite.nim:481 userVersion=10
|
|
INF 2026-03-29 12:29:53.483+00:00 finished message store's sqlite database migration topics="waku archive migration" tid=1 file=migrations.nim:70
|
|
INF 2026-03-29 12:29:53.483+00:00 setting up sqlite waku archive driver tid=1 file=builder.nim:65
|
|
INF 2026-03-29 12:29:53.484+00:00 executing message retention policy topics="waku archive" tid=1 file=archive.nim:270 policy=time:172800
|
|
INF 2026-03-29 12:29:53.484+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:29:53.484+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:29:53.485+00:00 mounting waku store protocol topics="waku node store api" tid=1 file=store.nim:255
|
|
TRC 2026-03-29 12:29:53.485+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:29:53.485+00:00 initial storage filling started topics="waku reconciliation" tid=1 file=reconciliation.nim:357
|
|
INF 2026-03-29 12:29:53.485+00:00 initial storage filling done topics="waku reconciliation" tid=1 file=reconciliation.nim:379 elements=0
|
|
INF 2026-03-29 12:29:53.485+00:00 Store Reconciliation protocol initialized topics="waku node" tid=1 file=reconciliation.nim:427 sync_range=10s sync_interval=1s relay_jitter=1s
|
|
TRC 2026-03-29 12:29:53.485+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:29:53.485+00:00 Store Transfer protocol initialized topics="waku node" tid=1 file=transfer.nim:216
|
|
TRC 2026-03-29 12:29:53.485+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:29:53.485+00:00 mounting store client topics="waku node store api" tid=1 file=store.nim:274
|
|
INF 2026-03-29 12:29:53.485+00:00 mounting legacy store client topics="waku node store api" tid=1 file=store.nim:145
|
|
INF 2026-03-29 12:29:53.485+00:00 mounting auto sharding topics="waku node" tid=1 file=waku_node.nim:305 clusterId=3 shardCount=1
|
|
INF 2026-03-29 12:29:53.485+00:00 Shards created from content topics tid=1 file=node_factory.nim:333 contentTopics=[] shards=[]
|
|
INF 2026-03-29 12:29:53.485+00:00 Setting max message size tid=1 file=node_factory.nim:342 num_bytes=153600
|
|
INF 2026-03-29 12:29:53.485+00:00 mounting relay protocol topics="waku node relay api" tid=1 file=relay.nim:259
|
|
TRC 2026-03-29 12:29:53.485+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:29:53.485+00:00 relay mounted successfully topics="waku node relay api" tid=1 file=relay.nim:276
|
|
INF 2026-03-29 12:29:53.485+00:00 adding validator to signed shards tid=1 file=validator_signed.nim:56 protectedShards=[] clusterId=3
|
|
INF 2026-03-29 12:29:53.486+00:00 mounting rendezvous discovery protocol topics="waku node" tid=1 file=waku_node.nim:432
|
|
INF 2026-03-29 12:29:53.486+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*nCdpfL, seqNo: 1774787393, addresses: [/ip4/172.18.87.29/tcp/8846, /ip4/172.18.87.29/tcp/8847/ws], mixKey: )"
|
|
TRC 2026-03-29 12:29:53.486+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:29:53.486+00:00 mounting rendezvous client topics="waku node" tid=1 file=waku_node.nim:418
|
|
INF 2026-03-29 12:29:53.486+00:00 waku rendezvous client initialized topics="waku node" tid=1 file=client.nim:130 clusterId=3
|
|
INF 2026-03-29 12:29:53.486+00:00 mounting libp2p ping protocol topics="waku node ping api" tid=1 file=ping.nim:20
|
|
TRC 2026-03-29 12:29:53.486+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/ipfs/ping/1.0.0]"
|
|
INF 2026-03-29 12:29:53.486+00:00 mounting light push client topics="waku node lightpush api" tid=1 file=lightpush.nim:183
|
|
INF 2026-03-29 12:29:53.486+00:00 mounting legacy light push client topics="waku node lightpush api" tid=1 file=lightpush.nim:72
|
|
INF 2026-03-29 12:29:53.486+00:00 mounting filter client topics="waku node filter api" tid=1 file=filter.nim:81
|
|
TRC 2026-03-29 12:29:53.486+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:29:53.487+00:00 mounting waku peer exchange topics="waku node peerexchange api" tid=1 file=peer_exchange.nim:37
|
|
TRC 2026-03-29 12:29:53.487+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:29:53.487+00:00 mounting waku peer exchange client topics="waku node peerexchange api" tid=1 file=peer_exchange.nim:54
|
|
NTC 2026-03-29 12:29:53.487+00:00 REST service started tid=1 file=server.nim:182 address=0.0.0.0:8845
|
|
INF 2026-03-29 12:29:53.487+00:00 Starting REST HTTP server tid=1 file=builder.nim:113 url=http://0.0.0.0:8845/
|
|
INF 2026-03-29 12:29:53.487+00:00 No external callbacks to be set topics="wakunode waku" tid=1 file=waku.nim:127
|
|
TRC 2026-03-29 12:29:53.487+00:00 Send processor chain topics="send service" tid=1 file=send_service.nim:94 index=1 processor=BaseSendProcessor
|
|
INF 2026-03-29 12:29:53.487+00:00 Retrieve dynamic bootstrap nodes topics="wakunode waku" tid=1 file=waku.nim:367
|
|
INF 2026-03-29 12:29:53.488+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:29:53.488+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:29:53.488+00:00 starting relay protocol topics="waku node" tid=1 file=waku_node.nim:389
|
|
INF 2026-03-29 12:29:53.488+00:00 start topics="waku relay" tid=1 file=protocol.nim:519
|
|
TRC 2026-03-29 12:29:53.488+00:00 gossipsub start topics="libp2p gossipsub" tid=1 file=gossipsub.nim:1113
|
|
TRC 2026-03-29 12:29:53.488+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140576733110352
|
|
TRC 2026-03-29 12:29:53.488+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
TRC 2026-03-29 12:29:53.488+00:00 running scoring heartbeat topics="libp2p gossipsub" tid=1 file=scoring.nim:312 instance=140576733110352
|
|
TRC 2026-03-29 12:29:53.488+00:00 updating scores topics="libp2p gossipsub" tid=1 file=scoring.nim:144 peers=0
|
|
TRC 2026-03-29 12:29:53.488+00:00 updated scores topics="libp2p gossipsub" tid=1 file=scoring.nim:308 peers=0
|
|
INF 2026-03-29 12:29:53.488+00:00 relay started successfully topics="waku node" tid=1 file=waku_node.nim:410
|
|
INF 2026-03-29 12:29:53.488+00:00 waku rendezvous periodic registration started topics="waku rendezvous" tid=1 file=protocol.nim:127 interval=10s
|
|
INF 2026-03-29 12:29:53.488+00:00 waku rendezvous discovery started topics="waku rendezvous" tid=1 file=protocol.nim:227
|
|
INF 2026-03-29 12:29:53.488+00:00 waku rendezvous periodic requests started topics="waku rendezvous client" tid=1 file=client.nim:80 interval=10s
|
|
INF 2026-03-29 12:29:53.488+00:00 waku rendezvous client started topics="waku rendezvous client" tid=1 file=client.nim:136
|
|
INF 2026-03-29 12:29:53.488+00:00 periodic sync initialized topics="waku reconciliation" tid=1 file=reconciliation.nim:433 interval=1s
|
|
INF 2026-03-29 12:29:53.488+00:00 periodic prune initialized topics="waku reconciliation" tid=1 file=reconciliation.nim:447 interval=1s
|
|
INF 2026-03-29 12:29:53.488+00:00 Store Sync Reconciliation protocol started topics="waku reconciliation" tid=1 file=reconciliation.nim:485
|
|
INF 2026-03-29 12:29:53.488+00:00 Store Sync Transfer protocol started topics="waku transfer" tid=1 file=transfer.nim:229
|
|
DBG 2026-03-29 12:29:53.488+00:00 starting switch for peer topics="libp2p switch" tid=1 file=switch.nim:363 peerInfo="(peerId: 16Uiu2HAmT67Mu17iEjx897hvQX3tQPwSiwkkhJDrnGo4YjnCdpfL, listenAddrs: [/ip4/0.0.0.0/tcp/8847/ws, /ip4/0.0.0.0/tcp/8846], 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:29:53.488+00:00 Starting TCP transport topics="libp2p tcptransport" tid=1 file=tcptransport.nim:116
|
|
TRC 2026-03-29 12:29:53.489+00:00 Listening on topics="libp2p tcptransport" tid=1 file=tcptransport.nim:140 address=/ip4/0.0.0.0/tcp/8846
|
|
TRC 2026-03-29 12:29:53.489+00:00 starting transport on addrs topics="libp2p transport" tid=1 file=transport.nim:49 address=@[/ip4/0.0.0.0/tcp/8846]
|
|
DBG 2026-03-29 12:29:53.489+00:00 About to accept incoming connection topics="libp2p switch" tid=1 file=switch.nim:272
|
|
TRC 2026-03-29 12:29:53.489+00:00 Starting WS transport topics="libp2p wstransport" tid=1 file=wstransport.nim:154
|
|
TRC 2026-03-29 12:29:53.489+00:00 starting transport on addrs topics="libp2p transport" tid=1 file=transport.nim:49 address=@[/ip4/0.0.0.0/tcp/8847/ws]
|
|
TRC 2026-03-29 12:29:53.489+00:00 Created HTTP Server topics="libp2p wstransport" tid=1 file=server.nim:262 host=0.0.0.0:8847
|
|
TRC 2026-03-29 12:29:53.489+00:00 Listening on topics="libp2p wstransport" tid=1 file=wstransport.nim:204 addresses="[/ip4/0.0.0.0/tcp/8847/ws]"
|
|
INF 2026-03-29 12:29:53.489+00:00 Setting up AutonatService topics="libp2p autonatservice" tid=1 file=service.nim:207
|
|
TRC 2026-03-29 12:29:53.489+00:00 Running AutonatService topics="libp2p autonatservice" tid=1 file=service.nim:231
|
|
TRC 2026-03-29 12:29:53.489+00:00 Asking peers for reachability topics="libp2p autonatservice" tid=1 file=service.nim:160
|
|
DBG 2026-03-29 12:29:53.489+00:00 About to accept incoming connection topics="libp2p switch" tid=1 file=switch.nim:272
|
|
TRC 2026-03-29 12:29:53.489+00:00 WsTransport accept topics="libp2p wstransport" tid=1 file=wstransport.nim:279
|
|
TRC 2026-03-29 12:29:53.489+00:00 Awaiting new request topics="websock http-server" tid=1 file=server.nim:194
|
|
TRC 2026-03-29 12:29:53.489+00:00 gossipsub start topics="libp2p gossipsub" tid=1 file=gossipsub.nim:1113
|
|
WRN 2026-03-29 12:29:53.490+00:00 Starting gossipsub twice topics="libp2p gossipsub" tid=1 file=gossipsub.nim:1116
|
|
WRN 2026-03-29 12:29:53.490+00:00 Starting rendezvous twice topics="waku rendezvous" tid=1 file=rendezvous.nim:626
|
|
DBG 2026-03-29 12:29:53.490+00:00 Started libp2p node topics="libp2p switch" tid=1 file=switch.nim:403 peer="(peerId: 16Uiu2HAmT67Mu17iEjx897hvQX3tQPwSiwkkhJDrnGo4YjnCdpfL, listenAddrs: [/ip4/0.0.0.0/tcp/8846, /ip4/0.0.0.0/tcp/8847/ws], addrs: [/ip4/172.18.87.29/tcp/8846, /ip4/172.18.87.29/tcp/8847/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:29:53.490+00:00 PeerInfo topics="waku node" tid=1 file=waku_node.nim:478 peerId=16U*nCdpfL addrs="[/ip4/172.18.87.29/tcp/8846, /ip4/172.18.87.29/tcp/8847/ws]"
|
|
INF 2026-03-29 12:29:53.490+00:00 Listening on topics="waku node" tid=1 file=waku_node.nim:501 full=[/ip4/0.0.0.0/tcp/8846/p2p/16Uiu2HAmT67Mu17iEjx897hvQX3tQPwSiwkkhJDrnGo4YjnCdpfL][/ip4/0.0.0.0/tcp/8847/ws/p2p/16Uiu2HAmT67Mu17iEjx897hvQX3tQPwSiwkkhJDrnGo4YjnCdpfL] localIp=172.17.0.179 switchAddress="@[/ip4/172.18.87.29/tcp/8846, /ip4/172.18.87.29/tcp/8847/ws]"
|
|
INF 2026-03-29 12:29:53.490+00:00 Announcing addresses topics="waku node" tid=1 file=waku_node.nim:503 full=[/ip4/172.18.87.29/tcp/8846/p2p/16Uiu2HAmT67Mu17iEjx897hvQX3tQPwSiwkkhJDrnGo4YjnCdpfL][/ip4/172.18.87.29/tcp/8847/ws/p2p/16Uiu2HAmT67Mu17iEjx897hvQX3tQPwSiwkkhJDrnGo4YjnCdpfL]
|
|
INF 2026-03-29 12:29:53.490+00:00 DNS: discoverable ENR topics="waku node" tid=1 file=waku_node.nim:504 enr=enr:-LO4QDTbK5jX6_hJA-g6Y8RBiPhiULByI6rX5UOKd_MqqdMIFlkLGey_Q2E42g1oKMK0GJK7n3bPzJ95jYyNhCg_55YBgmlkgnY0gmlwhKwSVx2KbXVsdGlhZGRyc4wACgSsElcdBiKP3QOCcnOFAAMBAACJc2VjcDI1NmsxoQPWcxBf_aiUzvcdQ9oAIofZir4a1CS2ALRJFgPZ1xOru4N0Y3CCIo6DdWRwgiKQhXdha3UyEw
|
|
INF 2026-03-29 12:29:53.491+00:00 Node started successfully topics="waku node" tid=1 file=waku_node.nim:681
|
|
TRC 2026-03-29 12:29:53.491+00:00 Starting relay connectivity loop topics="waku node peer_manager" tid=1 file=peer_manager.nim:1069
|
|
TRC 2026-03-29 12:29:53.491+00:00 Starting prune peerstore loop topics="waku node peer_manager" tid=1 file=peer_manager.nim:1062
|
|
INF 2026-03-29 12:29:53.491+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:29:53.491+00:00 PeerInfo topics="waku node" tid=1 file=waku_node.nim:478 peerId=16U*nCdpfL addrs="[/ip4/172.18.87.29/tcp/8846, /ip4/172.18.87.29/tcp/8847/ws]"
|
|
INF 2026-03-29 12:29:53.493+00:00 Listening on topics="waku node" tid=1 file=waku_node.nim:501 full=[/ip4/0.0.0.0/tcp/8846/p2p/16Uiu2HAmT67Mu17iEjx897hvQX3tQPwSiwkkhJDrnGo4YjnCdpfL][/ip4/0.0.0.0/tcp/8847/ws/p2p/16Uiu2HAmT67Mu17iEjx897hvQX3tQPwSiwkkhJDrnGo4YjnCdpfL] localIp=172.17.0.179 switchAddress="@[/ip4/172.18.87.29/tcp/8846, /ip4/172.18.87.29/tcp/8847/ws]"
|
|
INF 2026-03-29 12:29:53.493+00:00 Announcing addresses topics="waku node" tid=1 file=waku_node.nim:503 full=[/ip4/172.18.87.29/tcp/8846/p2p/16Uiu2HAmT67Mu17iEjx897hvQX3tQPwSiwkkhJDrnGo4YjnCdpfL][/ip4/172.18.87.29/tcp/8847/ws/p2p/16Uiu2HAmT67Mu17iEjx897hvQX3tQPwSiwkkhJDrnGo4YjnCdpfL]
|
|
INF 2026-03-29 12:29:53.493+00:00 DNS: discoverable ENR topics="waku node" tid=1 file=waku_node.nim:504 enr=enr:-LO4QDTbK5jX6_hJA-g6Y8RBiPhiULByI6rX5UOKd_MqqdMIFlkLGey_Q2E42g1oKMK0GJK7n3bPzJ95jYyNhCg_55YBgmlkgnY0gmlwhKwSVx2KbXVsdGlhZGRyc4wACgSsElcdBiKP3QOCcnOFAAMBAACJc2VjcDI1NmsxoQPWcxBf_aiUzvcdQ9oAIofZir4a1CS2ALRJFgPZ1xOru4N0Y3CCIo6DdWRwgiKQhXdha3UyEw
|
|
INF 2026-03-29 12:29:53.493+00:00 Waku node ENR updated successfully with new multiaddress topics="wakunode waku" tid=1 file=waku.nim:301 enr=enr:-L24QCHMniokTjHuA5KLjzBKAPviREammyRqDdiSOHsEdSrlRjdHzTi5S4wskUk5re3p291HOz-GefOhVoh4Gzc7zu8CgmlkgnY0gmlwhKwSVx2KbXVsdGlhZGRyc5YACASsElcdBiKOAAoErBJXHQYij90DgnJzhQADAQAAiXNlY3AyNTZrMaED1nMQX_2olM73HUPaACKH2Yq-GtQktgC0SRYD2dcTq7uDdGNwgiKOg3VkcIIikIV3YWt1MhM record="(2, id: \"v4\", ip: 172.18.87.29, multiaddrs: 0x000804AC12571D06228E000A04AC12571D06228FDD03, rs: 0x0003010000, secp256k1: 0x03D673105FFDA894CEF71D43DA002287D98ABE1AD424B600B4491603D9D713ABBB, tcp: 8846, udp: 8848, waku2: 0x13)"
|
|
INF 2026-03-29 12:29:53.494+00:00 peer filtering updated topics="waku discv5" tid=1 file=waku_discv5.nim:70
|
|
INF 2026-03-29 12:29:53.494+00:00 Starting discovery v5 service topics="waku discv5" tid=1 file=waku_discv5.nim:336
|
|
INF 2026-03-29 12:29:53.494+00:00 start listening on udp port topics="waku discv5" tid=1 file=waku_discv5.nim:338 address=0.0.0.0 port=8848
|
|
TRC 2026-03-29 12:29:53.494+00:00 start discv5 service topics="waku discv5" tid=1 file=waku_discv5.nim:346
|
|
INF 2026-03-29 12:29:53.494+00:00 Starting discovery v5 search topics="waku discv5" tid=1 file=waku_discv5.nim:258
|
|
TRC 2026-03-29 12:29:53.494+00:00 running discv5 discovery loop topics="waku discv5" tid=1 file=waku_discv5.nim:261
|
|
TRC 2026-03-29 12:29:53.494+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:29:53.494+00:00 discv5 discarded wrong records topics="waku discv5" tid=1 file=waku_discv5.nim:281 wrong_records=[]
|
|
INF 2026-03-29 12:29:53.495+00:00 Successfully started discovery v5 service topics="waku discv5" tid=1 file=waku_discv5.nim:352
|
|
INF 2026-03-29 12:29:53.495+00:00 Discv5: discoverable ENR topics="waku discv5" tid=1 file=waku_discv5.nim:353 enrUri=enr:-L24QCyw1nZymi0ukyCfSsIbaH_KB6FJ5NUNBU73_Xjf07pFQuOBjUtFi-ST-pG4h_yk6UaaAxbtt161VD5PQjrY3DoDgmlkgnY0gmlwhKwSVx2KbXVsdGlhZGRyc5YACASsElcdBiKOAAoErBJXHQYij90DgnJzhQADAQAAiXNlY3AyNTZrMaED1nMQX_2olM73HUPaACKH2Yq-GtQktgC0SRYD2dcTq7uDdGNwgiKOg3VkcIIikIV3YWt1MhM enr="(3, id: \"v4\", ip: 172.18.87.29, multiaddrs: 0x000804AC12571D06228E000A04AC12571D06228FDD03, rs: 0x0003010000, secp256k1: 0x03D673105FFDA894CEF71D43DA002287D98ABE1AD424B600B4491603D9D713ABBB, tcp: 8846, udp: 8848, waku2: 0x13)"
|
|
INF 2026-03-29 12:29:53.495+00:00 subscribe topics="waku relay" tid=1 file=protocol.nim:594 pubsubTopic=/waku/2/rs/3/0
|
|
TRC 2026-03-29 12:29:53.495+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:29:53.495+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:29:53.495+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:29:53.495+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:29:53.495+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:29:53.495+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:29:53.495+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:29:53.495+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:29:53.496+00:00 Health monitor loop start tid=1 file=node_health_monitor.nim:516
|
|
DBG 2026-03-29 12:29:53.496+00:00 calculateConnectionState tid=1 file=node_health_monitor.nim:408 relayCount=0 storeClientCount=0 lightpushCount=0 filterCount=0
|
|
INF 2026-03-29 12:29:53.496+00:00 starting keepalive tid=1 file=node_health_monitor.nim:678 randomPeersKeepalive=10s allPeersKeepalive=2m
|
|
TRC 2026-03-29 12:29:53.496+00:00 Running keepalive loop tid=1 file=node_health_monitor.nim:593
|
|
INF 2026-03-29 12:29:53.497+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:29:53.498+00:00 REST services are installed tid=1 file=builder.nim:221
|
|
INF 2026-03-29 12:29:53.498+00:00 Starting metrics HTTP server topics="waku node metrics" tid=1 file=waku_metrics.nim:63 serverIp=0.0.0.0 serverPort=8849
|
|
INF 2026-03-29 12:29:53.499+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:29:53.500+00:00 Metrics HTTP server started topics="waku node metrics" tid=1 file=waku_metrics.nim:73 serverIp=0.0.0.0 serverPort=8849
|
|
INF 2026-03-29 12:29:53.500+00:00 Setting up shutdown hooks topics="wakunode main" tid=1 file=wakunode2.nim:63
|
|
INF 2026-03-29 12:29:53.500+00:00 Node setup complete topics="wakunode main" tid=1 file=wakunode2.nim:102
|
|
TRC 2026-03-29 12:29:54.488+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140576733110352
|
|
TRC 2026-03-29 12:29:54.488+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:29:54.488+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:29:54.488+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:29:54.488+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:29:54.488+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
INF 2026-03-29 12:29:54.488+00:00 periodic sync started topics="waku reconciliation" tid=1 file=reconciliation.nim:438
|
|
TRC 2026-03-29 12:29:54.488+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=140576732988880
|
|
TRC 2026-03-29 12:29:54.488+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:29:54.488+00:00 periodic sync failed topics="waku reconciliation" tid=1 file=reconciliation.nim:441 err="no suitable peer found for sync"
|
|
DBG 2026-03-29 12:29:54.493+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:48560 meth=GET uri=/health
|
|
DBG 2026-03-29 12:29:54.493+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:48560 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:29:54.494+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:48560 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:29:54.597+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:48574 meth=GET uri=/health
|
|
DBG 2026-03-29 12:29:54.597+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:48574 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:29:54.597+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:48574 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:29:54.701+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:48588 meth=GET uri=/health
|
|
DBG 2026-03-29 12:29:54.701+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:48588 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:29:54.701+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:48588 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:29:54.804+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:29:54.805+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:29:54.805+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:29:54.908+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41516 meth=GET uri=/health
|
|
DBG 2026-03-29 12:29:54.909+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41516 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:29:54.909+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41516 uri=/health content_type=application/json content_size=821
|
|
INF 2026-03-29 12:29:54.989+00:00 periodic prune started topics="waku reconciliation" tid=1 file=reconciliation.nim:455
|
|
INF 2026-03-29 12:29:54.989+00:00 periodic prune done topics="waku reconciliation" tid=1 file=reconciliation.nim:463 elements_pruned=0
|
|
DBG 2026-03-29 12:29:55.012+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41518 meth=GET uri=/health
|
|
DBG 2026-03-29 12:29:55.013+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41518 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:29:55.013+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41518 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:29:55.118+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:29:55.118+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:29:55.119+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:29:55.222+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:29:55.222+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:29:55.222+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:29:55.326+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:29:55.326+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:29:55.326+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:29:55.429+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41548 meth=GET uri=/health
|
|
DBG 2026-03-29 12:29:55.429+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41548 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:29:55.430+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41548 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 12:29:55.488+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140576733110352
|
|
TRC 2026-03-29 12:29:55.488+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:29:55.488+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:29:55.488+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:29:55.488+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:29:55.488+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
INF 2026-03-29 12:29:55.488+00:00 periodic sync started topics="waku reconciliation" tid=1 file=reconciliation.nim:438
|
|
TRC 2026-03-29 12:29:55.488+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=140576732988880
|
|
TRC 2026-03-29 12:29:55.489+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:29:55.489+00:00 periodic sync failed topics="waku reconciliation" tid=1 file=reconciliation.nim:441 err="no suitable peer found for sync"
|
|
DBG 2026-03-29 12:29:55.533+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:29:55.533+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:29:55.533+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:29:55.637+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41570 meth=GET uri=/health
|
|
DBG 2026-03-29 12:29:55.637+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41570 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:29:55.638+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41570 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:29:55.741+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41586 meth=GET uri=/health
|
|
DBG 2026-03-29 12:29:55.741+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41586 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:29:55.741+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41586 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:29:55.844+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:29:55.844+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:29:55.845+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
|
|
DBG 2026-03-29 12:29:55.949+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41596 meth=GET uri=/health
|
|
DBG 2026-03-29 12:29:55.950+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41596 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:29:55.950+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41596 uri=/health content_type=application/json content_size=821
|
|
INF 2026-03-29 12:29:55.990+00:00 periodic prune started topics="waku reconciliation" tid=1 file=reconciliation.nim:455
|
|
INF 2026-03-29 12:29:55.990+00:00 periodic prune done topics="waku reconciliation" tid=1 file=reconciliation.nim:463 elements_pruned=0
|
|
DBG 2026-03-29 12:29:56.053+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41612 meth=GET uri=/health
|
|
DBG 2026-03-29 12:29:56.053+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41612 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:29:56.054+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41612 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:29:56.157+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41624 meth=GET uri=/health
|
|
DBG 2026-03-29 12:29:56.157+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41624 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:29:56.157+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41624 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:29:56.261+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41626 meth=GET uri=/health
|
|
DBG 2026-03-29 12:29:56.261+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41626 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:29:56.261+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41626 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:29:56.365+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41634 meth=GET uri=/health
|
|
DBG 2026-03-29 12:29:56.365+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41634 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:29:56.365+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41634 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:29:56.468+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41636 meth=GET uri=/health
|
|
DBG 2026-03-29 12:29:56.468+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41636 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:29:56.469+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41636 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 12:29:56.488+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140576733110352
|
|
TRC 2026-03-29 12:29:56.488+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:29:56.488+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:29:56.488+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:29:56.489+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:29:56.489+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
INF 2026-03-29 12:29:56.489+00:00 periodic sync started topics="waku reconciliation" tid=1 file=reconciliation.nim:438
|
|
TRC 2026-03-29 12:29:56.489+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=140576732988880
|
|
TRC 2026-03-29 12:29:56.489+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:29:56.489+00:00 periodic sync failed topics="waku reconciliation" tid=1 file=reconciliation.nim:441 err="no suitable peer found for sync"
|
|
DBG 2026-03-29 12:29:56.572+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41650 meth=GET uri=/health
|
|
DBG 2026-03-29 12:29:56.572+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41650 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:29:56.572+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41650 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:29:56.675+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:29:56.675+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:29:56.676+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:29:56.779+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:29:56.779+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:29:56.779+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:29:56.883+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:29:56.883+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:29:56.884+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:29:56.987+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41692 meth=GET uri=/health
|
|
DBG 2026-03-29 12:29:56.987+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41692 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:29:56.987+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41692 uri=/health content_type=application/json content_size=821
|
|
INF 2026-03-29 12:29:56.991+00:00 periodic prune started topics="waku reconciliation" tid=1 file=reconciliation.nim:455
|
|
INF 2026-03-29 12:29:56.991+00:00 periodic prune done topics="waku reconciliation" tid=1 file=reconciliation.nim:463 elements_pruned=0
|
|
DBG 2026-03-29 12:29:57.090+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41708 meth=GET uri=/health
|
|
DBG 2026-03-29 12:29:57.090+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41708 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:29:57.091+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41708 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:29:57.195+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41724 meth=GET uri=/health
|
|
DBG 2026-03-29 12:29:57.195+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41724 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:29:57.195+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41724 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:29:57.298+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41736 meth=GET uri=/health
|
|
DBG 2026-03-29 12:29:57.298+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41736 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:29:57.298+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41736 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:29:57.401+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41750 meth=GET uri=/health
|
|
DBG 2026-03-29 12:29:57.401+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41750 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:29:57.402+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41750 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 12:29:57.489+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140576733110352
|
|
TRC 2026-03-29 12:29:57.489+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:29:57.489+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:29:57.489+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:29:57.489+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:29:57.489+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
INF 2026-03-29 12:29:57.490+00:00 periodic sync started topics="waku reconciliation" tid=1 file=reconciliation.nim:438
|
|
TRC 2026-03-29 12:29:57.490+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=140576732988880
|
|
TRC 2026-03-29 12:29:57.490+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:29:57.490+00:00 periodic sync failed topics="waku reconciliation" tid=1 file=reconciliation.nim:441 err="no suitable peer found for sync"
|
|
DBG 2026-03-29 12:29:57.506+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41752 meth=GET uri=/health
|
|
DBG 2026-03-29 12:29:57.506+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41752 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:29:57.507+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41752 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:29:57.612+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41768 meth=GET uri=/health
|
|
DBG 2026-03-29 12:29:57.612+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41768 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:29:57.613+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41768 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:29:57.715+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:29:57.716+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:29:57.716+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:29:57.819+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41794 meth=GET uri=/health
|
|
DBG 2026-03-29 12:29:57.819+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41794 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:29:57.819+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41794 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:29:57.923+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41800 meth=GET uri=/health
|
|
DBG 2026-03-29 12:29:57.923+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41800 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:29:57.923+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41800 uri=/health content_type=application/json content_size=821
|
|
INF 2026-03-29 12:29:57.991+00:00 periodic prune started topics="waku reconciliation" tid=1 file=reconciliation.nim:455
|
|
INF 2026-03-29 12:29:57.991+00:00 periodic prune done topics="waku reconciliation" tid=1 file=reconciliation.nim:463 elements_pruned=0
|
|
DBG 2026-03-29 12:29:58.026+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41810 meth=GET uri=/health
|
|
DBG 2026-03-29 12:29:58.026+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41810 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:29:58.026+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41810 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:29:58.130+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41818 meth=GET uri=/health
|
|
DBG 2026-03-29 12:29:58.130+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41818 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:29:58.131+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41818 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:29:58.234+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41828 meth=GET uri=/health
|
|
DBG 2026-03-29 12:29:58.234+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41828 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:29:58.234+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41828 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:29:58.339+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41840 meth=GET uri=/health
|
|
DBG 2026-03-29 12:29:58.339+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41840 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:29:58.339+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41840 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:29:58.443+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41848 meth=GET uri=/health
|
|
DBG 2026-03-29 12:29:58.443+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41848 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:29:58.443+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41848 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 12:29:58.488+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140576733110352
|
|
TRC 2026-03-29 12:29:58.488+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:29:58.488+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:29:58.488+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:29:58.488+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:29:58.488+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
INF 2026-03-29 12:29:58.490+00:00 periodic sync started topics="waku reconciliation" tid=1 file=reconciliation.nim:438
|
|
TRC 2026-03-29 12:29:58.490+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=140576732988880
|
|
TRC 2026-03-29 12:29:58.490+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:29:58.490+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:29:58.495+00:00 running discv5 discovery loop topics="waku discv5" tid=1 file=waku_discv5.nim:261
|
|
TRC 2026-03-29 12:29:58.496+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:29:58.496+00:00 discv5 discarded wrong records topics="waku discv5" tid=1 file=waku_discv5.nim:281 wrong_records=[]
|
|
INF 2026-03-29 12:29:58.515+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:29:58.546+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41852 meth=GET uri=/health
|
|
DBG 2026-03-29 12:29:58.547+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41852 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:29:58.547+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41852 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:29:58.651+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:29:58.651+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:29:58.652+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:29:58.755+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:29:58.755+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:29:58.755+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:29:58.858+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41874 meth=GET uri=/health
|
|
DBG 2026-03-29 12:29:58.858+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41874 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:29:58.859+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41874 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:29:58.962+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41890 meth=GET uri=/health
|
|
DBG 2026-03-29 12:29:58.962+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41890 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:29:58.962+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41890 uri=/health content_type=application/json content_size=821
|
|
INF 2026-03-29 12:29:58.992+00:00 periodic prune started topics="waku reconciliation" tid=1 file=reconciliation.nim:455
|
|
INF 2026-03-29 12:29:58.992+00:00 periodic prune done topics="waku reconciliation" tid=1 file=reconciliation.nim:463 elements_pruned=0
|
|
DBG 2026-03-29 12:29:59.066+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41892 meth=GET uri=/health
|
|
DBG 2026-03-29 12:29:59.066+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41892 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:29:59.067+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41892 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:29:59.171+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41894 meth=GET uri=/health
|
|
DBG 2026-03-29 12:29:59.171+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41894 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:29:59.171+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41894 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:29:59.275+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41908 meth=GET uri=/health
|
|
DBG 2026-03-29 12:29:59.275+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41908 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:29:59.275+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41908 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:29:59.378+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:29:59.378+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:29:59.378+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:29:59.481+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41926 meth=GET uri=/health
|
|
DBG 2026-03-29 12:29:59.481+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41926 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:29:59.481+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41926 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 12:29:59.489+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140576733110352
|
|
TRC 2026-03-29 12:29:59.489+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:29:59.489+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:29:59.489+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:29:59.489+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:29:59.489+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
INF 2026-03-29 12:29:59.491+00:00 periodic sync started topics="waku reconciliation" tid=1 file=reconciliation.nim:438
|
|
TRC 2026-03-29 12:29:59.491+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=140576732988880
|
|
TRC 2026-03-29 12:29:59.491+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:29:59.491+00:00 periodic sync failed topics="waku reconciliation" tid=1 file=reconciliation.nim:441 err="no suitable peer found for sync"
|
|
DBG 2026-03-29 12:29:59.584+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41938 meth=GET uri=/health
|
|
DBG 2026-03-29 12:29:59.584+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41938 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:29:59.585+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41938 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:29:59.689+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41948 meth=GET uri=/health
|
|
DBG 2026-03-29 12:29:59.689+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41948 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:29:59.689+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41948 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:29:59.792+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41950 meth=GET uri=/health
|
|
DBG 2026-03-29 12:29:59.793+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41950 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:29:59.793+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41950 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:29:59.896+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41958 meth=GET uri=/health
|
|
DBG 2026-03-29 12:29:59.897+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41958 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:29:59.897+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41958 uri=/health content_type=application/json content_size=821
|
|
INF 2026-03-29 12:29:59.993+00:00 periodic prune started topics="waku reconciliation" tid=1 file=reconciliation.nim:455
|
|
INF 2026-03-29 12:29:59.993+00:00 periodic prune done topics="waku reconciliation" tid=1 file=reconciliation.nim:463 elements_pruned=0
|
|
DBG 2026-03-29 12:30:00.000+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41960 meth=GET uri=/health
|
|
DBG 2026-03-29 12:30:00.000+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41960 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:30:00.000+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41960 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:30:00.103+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41962 meth=GET uri=/health
|
|
DBG 2026-03-29 12:30:00.104+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41962 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:30:00.104+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41962 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:30:00.207+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41964 meth=GET uri=/health
|
|
DBG 2026-03-29 12:30:00.207+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41964 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:30:00.207+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41964 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:30:00.310+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:30:00.310+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:30:00.311+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
|
|
DBG 2026-03-29 12:30:00.414+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41970 meth=GET uri=/health
|
|
DBG 2026-03-29 12:30:00.414+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41970 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:30:00.414+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41970 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 12:30:00.489+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140576733110352
|
|
TRC 2026-03-29 12:30:00.489+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:30:00.489+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:30:00.489+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:30:00.489+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:30:00.489+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
INF 2026-03-29 12:30:00.491+00:00 periodic sync started topics="waku reconciliation" tid=1 file=reconciliation.nim:438
|
|
TRC 2026-03-29 12:30:00.491+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=140576732988880
|
|
TRC 2026-03-29 12:30:00.491+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:30:00.491+00:00 periodic sync failed topics="waku reconciliation" tid=1 file=reconciliation.nim:441 err="no suitable peer found for sync"
|
|
DBG 2026-03-29 12:30:00.517+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41986 meth=GET uri=/health
|
|
DBG 2026-03-29 12:30:00.517+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41986 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:30:00.518+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41986 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:30:00.620+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:42002 meth=GET uri=/health
|
|
DBG 2026-03-29 12:30:00.621+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:42002 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:30:00.621+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:42002 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:30:00.726+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:42008 meth=GET uri=/health
|
|
DBG 2026-03-29 12:30:00.727+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:42008 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:30:00.727+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:42008 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:30:00.832+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:42010 meth=GET uri=/health
|
|
DBG 2026-03-29 12:30:00.832+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:42010 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:30:00.832+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:42010 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:30:00.937+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:42012 meth=GET uri=/health
|
|
DBG 2026-03-29 12:30:00.938+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:42012 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:30:00.939+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:42012 uri=/health content_type=application/json content_size=821
|
|
INF 2026-03-29 12:30:00.994+00:00 periodic prune started topics="waku reconciliation" tid=1 file=reconciliation.nim:455
|
|
INF 2026-03-29 12:30:00.994+00:00 periodic prune done topics="waku reconciliation" tid=1 file=reconciliation.nim:463 elements_pruned=0
|
|
DBG 2026-03-29 12:30:01.043+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:42014 meth=GET uri=/health
|
|
DBG 2026-03-29 12:30:01.043+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:42014 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:30:01.043+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:42014 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:30:01.146+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:42026 meth=GET uri=/health
|
|
DBG 2026-03-29 12:30:01.146+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:42026 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:30:01.147+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:42026 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:30:01.249+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:42028 meth=GET uri=/health
|
|
DBG 2026-03-29 12:30:01.250+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:42028 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:30:01.250+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:42028 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:30:01.353+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:42040 meth=GET uri=/health
|
|
DBG 2026-03-29 12:30:01.353+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:42040 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:30:01.353+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:42040 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:30:01.458+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:42050 meth=GET uri=/health
|
|
DBG 2026-03-29 12:30:01.458+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:42050 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:30:01.458+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:42050 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 12:30:01.488+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140576733110352
|
|
TRC 2026-03-29 12:30:01.488+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:30:01.488+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:30:01.488+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:30:01.488+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:30:01.489+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
INF 2026-03-29 12:30:01.492+00:00 periodic sync started topics="waku reconciliation" tid=1 file=reconciliation.nim:438
|
|
TRC 2026-03-29 12:30:01.492+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=140576732988880
|
|
TRC 2026-03-29 12:30:01.492+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:30:01.492+00:00 periodic sync failed topics="waku reconciliation" tid=1 file=reconciliation.nim:441 err="no suitable peer found for sync"
|
|
DBG 2026-03-29 12:30:01.561+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:42058 meth=GET uri=/health
|
|
DBG 2026-03-29 12:30:01.561+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:42058 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:30:01.561+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:42058 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:30:01.665+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:42068 meth=GET uri=/health
|
|
DBG 2026-03-29 12:30:01.665+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:42068 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:30:01.665+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:42068 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:30:01.768+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:42084 meth=GET uri=/health
|
|
DBG 2026-03-29 12:30:01.768+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:42084 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:30:01.769+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:42084 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:30:01.872+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:42088 meth=GET uri=/health
|
|
DBG 2026-03-29 12:30:01.872+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:42088 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:30:01.873+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:42088 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:30:01.977+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:42096 meth=GET uri=/health
|
|
DBG 2026-03-29 12:30:01.977+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:42096 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:30:01.977+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:42096 uri=/health content_type=application/json content_size=821
|
|
INF 2026-03-29 12:30:01.994+00:00 periodic prune started topics="waku reconciliation" tid=1 file=reconciliation.nim:455
|
|
INF 2026-03-29 12:30:01.994+00:00 periodic prune done topics="waku reconciliation" tid=1 file=reconciliation.nim:463 elements_pruned=0
|
|
DBG 2026-03-29 12:30:02.081+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:42112 meth=GET uri=/health
|
|
DBG 2026-03-29 12:30:02.081+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:42112 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:30:02.081+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:42112 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:30:02.185+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:42122 meth=GET uri=/health
|
|
DBG 2026-03-29 12:30:02.185+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:42122 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:30:02.185+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:42122 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:30:02.289+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:42134 meth=GET uri=/health
|
|
DBG 2026-03-29 12:30:02.289+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:42134 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:30:02.289+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:42134 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:30:02.393+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:42144 meth=GET uri=/health
|
|
DBG 2026-03-29 12:30:02.393+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:42144 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:30:02.393+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:42144 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 12:30:02.489+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140576733110352
|
|
TRC 2026-03-29 12:30:02.489+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:30:02.489+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:30:02.489+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:30:02.489+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:30:02.489+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
INF 2026-03-29 12:30:02.492+00:00 periodic sync started topics="waku reconciliation" tid=1 file=reconciliation.nim:438
|
|
TRC 2026-03-29 12:30:02.492+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=140576732988880
|
|
TRC 2026-03-29 12:30:02.492+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:30:02.492+00:00 periodic sync failed topics="waku reconciliation" tid=1 file=reconciliation.nim:441 err="no suitable peer found for sync"
|
|
DBG 2026-03-29 12:30:02.497+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:42154 meth=GET uri=/health
|
|
DBG 2026-03-29 12:30:02.497+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:42154 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:30:02.497+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:42154 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:30:02.601+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:42170 meth=GET uri=/health
|
|
DBG 2026-03-29 12:30:02.601+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:42170 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:30:02.601+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:42170 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:30:02.704+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:42182 meth=GET uri=/health
|
|
DBG 2026-03-29 12:30:02.704+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:42182 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:30:02.705+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:42182 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:30:02.808+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:42198 meth=GET uri=/health
|
|
DBG 2026-03-29 12:30:02.808+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:42198 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:30:02.808+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:42198 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:30:02.911+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:42212 meth=GET uri=/health
|
|
DBG 2026-03-29 12:30:02.912+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:42212 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:30:02.912+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:42212 uri=/health content_type=application/json content_size=821
|
|
INF 2026-03-29 12:30:02.995+00:00 periodic prune started topics="waku reconciliation" tid=1 file=reconciliation.nim:455
|
|
INF 2026-03-29 12:30:02.995+00:00 periodic prune done topics="waku reconciliation" tid=1 file=reconciliation.nim:463 elements_pruned=0
|
|
DBG 2026-03-29 12:30:03.015+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:42224 meth=GET uri=/health
|
|
DBG 2026-03-29 12:30:03.015+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:42224 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:30:03.015+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:42224 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:30:03.118+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:42232 meth=GET uri=/health
|
|
DBG 2026-03-29 12:30:03.118+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:42232 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:30:03.119+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:42232 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:30:03.222+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:42242 meth=GET uri=/health
|
|
DBG 2026-03-29 12:30:03.222+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:42242 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:30:03.223+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:42242 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:30:03.326+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:42258 meth=GET uri=/health
|
|
DBG 2026-03-29 12:30:03.326+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:42258 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:30:03.326+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:42258 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:30:03.430+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:42270 meth=GET uri=/health
|
|
DBG 2026-03-29 12:30:03.430+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:42270 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:30:03.430+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:42270 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 12:30:03.488+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140576733110352
|
|
TRC 2026-03-29 12:30:03.488+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:30:03.488+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:30:03.488+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:30:03.488+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:30:03.488+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
TRC 2026-03-29 12:30:03.488+00:00 waku rendezvous advertisements started topics="waku rendezvous" tid=1 file=protocol.nim:112
|
|
TRC 2026-03-29 12:30:03.488+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=140576732988880
|
|
TRC 2026-03-29 12:30:03.488+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:30:03.488+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:30:03.488+00:00 waku rendezvous client requests started topics="waku rendezvous client" tid=1 file=client.nim:43
|
|
TRC 2026-03-29 12:30:03.488+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=140576732988880
|
|
TRC 2026-03-29 12:30:03.488+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:30:03.488+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:30:03.493+00:00 periodic sync started topics="waku reconciliation" tid=1 file=reconciliation.nim:438
|
|
TRC 2026-03-29 12:30:03.493+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=140576732988880
|
|
TRC 2026-03-29 12:30:03.493+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:30:03.493+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:30:03.497+00:00 running discv5 discovery loop topics="waku discv5" tid=1 file=waku_discv5.nim:261
|
|
TRC 2026-03-29 12:30:03.497+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:30:03.497+00:00 discv5 discarded wrong records topics="waku discv5" tid=1 file=waku_discv5.nim:281 wrong_records=[]
|
|
TRC 2026-03-29 12:30:03.497+00:00 Mesh peers for keepalive tid=1 file=node_health_monitor.nim:558 meshPeers=[]
|
|
TRC 2026-03-29 12:30:03.497+00:00 Selected peers for keepalive tid=1 file=node_health_monitor.nim:569 selected=[]
|
|
TRC 2026-03-29 12:30:03.497+00:00 Pinging random peers tid=1 file=node_health_monitor.nim:629 count=0 countdownToPingAll=11
|
|
TRC 2026-03-29 12:30:03.497+00:00 Keepalive results tid=1 file=node_health_monitor.nim:644 attemptedPings=0 successfulPings=0
|
|
TRC 2026-03-29 12:30:03.497+00:00 Running keepalive loop tid=1 file=node_health_monitor.nim:593
|
|
INF 2026-03-29 12:30:03.516+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:30:03.516+00:00 Failed to resolve address, returning empty set topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:158
|
|
DBG 2026-03-29 12:30:03.534+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:42286 meth=GET uri=/health
|
|
DBG 2026-03-29 12:30:03.534+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:42286 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:30:03.534+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:42286 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:30:03.638+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:42296 meth=GET uri=/health
|
|
DBG 2026-03-29 12:30:03.638+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:42296 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:30:03.638+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:42296 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:30:03.741+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:42302 meth=GET uri=/health
|
|
DBG 2026-03-29 12:30:03.741+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:42302 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:30:03.741+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:42302 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:30:03.845+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:42316 meth=GET uri=/health
|
|
DBG 2026-03-29 12:30:03.845+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:42316 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:30:03.845+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:42316 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:30:03.948+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:42322 meth=GET uri=/health
|
|
DBG 2026-03-29 12:30:03.948+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:42322 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:30:03.949+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:42322 uri=/health content_type=application/json content_size=821
|
|
INF 2026-03-29 12:30:03.995+00:00 periodic prune started topics="waku reconciliation" tid=1 file=reconciliation.nim:455
|
|
INF 2026-03-29 12:30:03.995+00:00 periodic prune done topics="waku reconciliation" tid=1 file=reconciliation.nim:463 elements_pruned=0
|
|
DBG 2026-03-29 12:30:04.053+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:42336 meth=GET uri=/health
|
|
DBG 2026-03-29 12:30:04.053+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:42336 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:30:04.053+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:42336 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:30:04.156+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:42344 meth=GET uri=/health
|
|
DBG 2026-03-29 12:30:04.156+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:42344 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:30:04.156+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:42344 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:30:04.260+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:42358 meth=GET uri=/health
|
|
DBG 2026-03-29 12:30:04.260+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:42358 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:30:04.260+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:42358 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:30:04.364+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:42368 meth=GET uri=/health
|
|
DBG 2026-03-29 12:30:04.364+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:42368 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:30:04.365+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:42368 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:30:04.468+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:42380 meth=GET uri=/health
|
|
DBG 2026-03-29 12:30:04.468+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:42380 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:30:04.468+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:42380 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 12:30:04.490+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140576733110352
|
|
TRC 2026-03-29 12:30:04.490+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:30:04.490+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:30:04.490+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:30:04.490+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:30:04.490+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
INF 2026-03-29 12:30:04.494+00:00 periodic sync started topics="waku reconciliation" tid=1 file=reconciliation.nim:438
|
|
TRC 2026-03-29 12:30:04.494+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=140576732988880
|
|
TRC 2026-03-29 12:30:04.494+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:30:04.494+00:00 periodic sync failed topics="waku reconciliation" tid=1 file=reconciliation.nim:441 err="no suitable peer found for sync"
|
|
ERR 2026-03-29 12:30:04.497+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:30:04.572+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:42394 meth=GET uri=/health
|
|
DBG 2026-03-29 12:30:04.572+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:42394 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:30:04.572+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:42394 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:30:04.675+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:42396 meth=GET uri=/health
|
|
DBG 2026-03-29 12:30:04.675+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:42396 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:30:04.676+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:42396 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:30:04.779+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40396 meth=GET uri=/health
|
|
DBG 2026-03-29 12:30:04.779+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40396 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:30:04.779+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40396 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:30:04.882+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40400 meth=GET uri=/health
|
|
DBG 2026-03-29 12:30:04.882+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40400 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:30:04.883+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40400 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:30:04.988+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40410 meth=GET uri=/health
|
|
DBG 2026-03-29 12:30:04.988+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40410 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:30:04.988+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40410 uri=/health content_type=application/json content_size=821
|
|
INF 2026-03-29 12:30:04.997+00:00 periodic prune started topics="waku reconciliation" tid=1 file=reconciliation.nim:455
|
|
INF 2026-03-29 12:30:04.997+00:00 periodic prune done topics="waku reconciliation" tid=1 file=reconciliation.nim:463 elements_pruned=0
|
|
DBG 2026-03-29 12:30:05.092+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40422 meth=GET uri=/health
|
|
DBG 2026-03-29 12:30:05.093+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40422 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:30:05.093+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40422 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:30:05.196+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40436 meth=GET uri=/health
|
|
DBG 2026-03-29 12:30:05.196+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40436 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:30:05.197+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40436 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:30:05.300+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40438 meth=GET uri=/health
|
|
DBG 2026-03-29 12:30:05.300+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40438 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:30:05.300+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40438 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:30:05.403+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40440 meth=GET uri=/health
|
|
DBG 2026-03-29 12:30:05.403+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40440 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:30:05.403+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40440 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 12:30:05.489+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140576733110352
|
|
TRC 2026-03-29 12:30:05.489+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:30:05.489+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:30:05.489+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:30:05.489+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:30:05.489+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
TRC 2026-03-29 12:30:05.489+00:00 running scoring heartbeat topics="libp2p gossipsub" tid=1 file=scoring.nim:312 instance=140576733110352
|
|
TRC 2026-03-29 12:30:05.489+00:00 updating scores topics="libp2p gossipsub" tid=1 file=scoring.nim:144 peers=0
|
|
TRC 2026-03-29 12:30:05.489+00:00 updated scores topics="libp2p gossipsub" tid=1 file=scoring.nim:308 peers=0
|
|
INF 2026-03-29 12:30:05.495+00:00 periodic sync started topics="waku reconciliation" tid=1 file=reconciliation.nim:438
|
|
TRC 2026-03-29 12:30:05.495+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=140576732988880
|
|
TRC 2026-03-29 12:30:05.495+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:30:05.495+00:00 periodic sync failed topics="waku reconciliation" tid=1 file=reconciliation.nim:441 err="no suitable peer found for sync"
|
|
ERR 2026-03-29 12:30:05.499+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:30:05.508+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40444 meth=GET uri=/health
|
|
DBG 2026-03-29 12:30:05.508+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40444 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:30:05.508+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40444 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:30:05.611+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40446 meth=GET uri=/health
|
|
DBG 2026-03-29 12:30:05.611+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40446 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:30:05.611+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40446 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:30:05.715+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40454 meth=GET uri=/health
|
|
DBG 2026-03-29 12:30:05.715+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40454 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:30:05.716+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40454 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:30:05.819+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40466 meth=GET uri=/health
|
|
DBG 2026-03-29 12:30:05.819+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40466 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:30:05.819+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40466 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:30:05.923+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40478 meth=GET uri=/health
|
|
DBG 2026-03-29 12:30:05.923+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40478 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:30:05.924+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40478 uri=/health content_type=application/json content_size=821
|
|
INF 2026-03-29 12:30:05.998+00:00 periodic prune started topics="waku reconciliation" tid=1 file=reconciliation.nim:455
|
|
INF 2026-03-29 12:30:05.998+00:00 periodic prune done topics="waku reconciliation" tid=1 file=reconciliation.nim:463 elements_pruned=0
|
|
DBG 2026-03-29 12:30:06.028+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40490 meth=GET uri=/health
|
|
DBG 2026-03-29 12:30:06.028+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40490 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:30:06.029+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40490 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:30:06.133+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40500 meth=GET uri=/health
|
|
DBG 2026-03-29 12:30:06.133+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40500 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:30:06.133+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40500 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:30:06.237+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40504 meth=GET uri=/health
|
|
DBG 2026-03-29 12:30:06.237+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40504 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:30:06.237+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40504 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:30:06.341+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40508 meth=GET uri=/health
|
|
DBG 2026-03-29 12:30:06.341+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40508 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:30:06.341+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40508 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:30:06.444+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40520 meth=GET uri=/health
|
|
DBG 2026-03-29 12:30:06.444+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40520 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:30:06.445+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40520 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 12:30:06.489+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140576733110352
|
|
TRC 2026-03-29 12:30:06.489+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:30:06.489+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:30:06.489+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:30:06.489+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:30:06.489+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
INF 2026-03-29 12:30:06.497+00:00 periodic sync started topics="waku reconciliation" tid=1 file=reconciliation.nim:438
|
|
TRC 2026-03-29 12:30:06.497+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=140576732988880
|
|
TRC 2026-03-29 12:30:06.497+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:30:06.497+00:00 periodic sync failed topics="waku reconciliation" tid=1 file=reconciliation.nim:441 err="no suitable peer found for sync"
|
|
ERR 2026-03-29 12:30:06.499+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:30:06.548+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40532 meth=GET uri=/health
|
|
DBG 2026-03-29 12:30:06.548+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40532 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:30:06.548+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40532 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:30:06.653+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40534 meth=GET uri=/health
|
|
DBG 2026-03-29 12:30:06.653+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40534 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:30:06.653+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40534 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:30:06.756+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40536 meth=GET uri=/health
|
|
DBG 2026-03-29 12:30:06.756+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40536 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:30:06.756+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40536 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:30:06.859+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40542 meth=GET uri=/health
|
|
DBG 2026-03-29 12:30:06.859+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40542 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:30:06.860+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40542 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:30:06.963+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40544 meth=GET uri=/health
|
|
DBG 2026-03-29 12:30:06.963+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40544 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:30:06.963+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40544 uri=/health content_type=application/json content_size=821
|
|
INF 2026-03-29 12:30:06.998+00:00 periodic prune started topics="waku reconciliation" tid=1 file=reconciliation.nim:455
|
|
INF 2026-03-29 12:30:06.998+00:00 periodic prune done topics="waku reconciliation" tid=1 file=reconciliation.nim:463 elements_pruned=0
|
|
DBG 2026-03-29 12:30:07.067+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40564 meth=GET uri=/health
|
|
DBG 2026-03-29 12:30:07.067+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40564 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:30:07.068+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40564 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:30:07.171+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40572 meth=GET uri=/health
|
|
DBG 2026-03-29 12:30:07.171+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40572 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:30:07.171+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40572 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:30:07.275+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40578 meth=GET uri=/health
|
|
DBG 2026-03-29 12:30:07.275+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40578 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:30:07.275+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40578 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:30:07.378+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40590 meth=GET uri=/health
|
|
DBG 2026-03-29 12:30:07.379+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40590 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:30:07.379+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40590 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:30:07.482+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40604 meth=GET uri=/health
|
|
DBG 2026-03-29 12:30:07.482+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40604 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:30:07.482+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40604 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 12:30:07.489+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140576733110352
|
|
TRC 2026-03-29 12:30:07.489+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:30:07.489+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:30:07.489+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:30:07.489+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:30:07.489+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
INF 2026-03-29 12:30:07.497+00:00 periodic sync started topics="waku reconciliation" tid=1 file=reconciliation.nim:438
|
|
TRC 2026-03-29 12:30:07.497+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=140576732988880
|
|
TRC 2026-03-29 12:30:07.497+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:30:07.497+00:00 periodic sync failed topics="waku reconciliation" tid=1 file=reconciliation.nim:441 err="no suitable peer found for sync"
|
|
ERR 2026-03-29 12:30:07.499+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:30:07.585+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40606 meth=GET uri=/health
|
|
DBG 2026-03-29 12:30:07.585+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40606 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:30:07.585+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40606 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:30:07.689+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40616 meth=GET uri=/health
|
|
DBG 2026-03-29 12:30:07.689+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40616 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:30:07.689+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40616 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:30:07.793+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40618 meth=GET uri=/health
|
|
DBG 2026-03-29 12:30:07.793+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40618 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:30:07.794+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40618 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:30:07.897+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40620 meth=GET uri=/health
|
|
DBG 2026-03-29 12:30:07.897+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40620 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:30:07.897+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40620 uri=/health content_type=application/json content_size=821
|
|
INF 2026-03-29 12:30:07.999+00:00 periodic prune started topics="waku reconciliation" tid=1 file=reconciliation.nim:455
|
|
INF 2026-03-29 12:30:07.999+00:00 periodic prune done topics="waku reconciliation" tid=1 file=reconciliation.nim:463 elements_pruned=0
|
|
DBG 2026-03-29 12:30:08.001+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40634 meth=GET uri=/health
|
|
DBG 2026-03-29 12:30:08.001+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40634 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:30:08.001+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40634 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:30:08.104+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40638 meth=GET uri=/health
|
|
DBG 2026-03-29 12:30:08.104+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40638 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:30:08.105+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40638 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:30:08.208+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40654 meth=GET uri=/health
|
|
DBG 2026-03-29 12:30:08.208+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40654 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:30:08.208+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40654 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:30:08.312+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40660 meth=GET uri=/health
|
|
DBG 2026-03-29 12:30:08.312+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40660 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:30:08.312+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40660 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:30:08.415+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40662 meth=GET uri=/health
|
|
DBG 2026-03-29 12:30:08.415+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40662 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:30:08.415+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40662 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 12:30:08.490+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140576733110352
|
|
TRC 2026-03-29 12:30:08.490+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:30:08.490+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:30:08.490+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:30:08.490+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:30:08.490+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
INF 2026-03-29 12:30:08.498+00:00 periodic sync started topics="waku reconciliation" tid=1 file=reconciliation.nim:438
|
|
TRC 2026-03-29 12:30:08.498+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=140576732988880
|
|
TRC 2026-03-29 12:30:08.498+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:30:08.498+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:30:08.498+00:00 running discv5 discovery loop topics="waku discv5" tid=1 file=waku_discv5.nim:261
|
|
TRC 2026-03-29 12:30:08.498+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:30:08.498+00:00 discv5 discarded wrong records topics="waku discv5" tid=1 file=waku_discv5.nim:281 wrong_records=[]
|
|
ERR 2026-03-29 12:30:08.500+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:30:08.518+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:30:08.518+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40670 meth=GET uri=/health
|
|
DBG 2026-03-29 12:30:08.518+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40670 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:30:08.519+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40670 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:30:08.622+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40676 meth=GET uri=/health
|
|
DBG 2026-03-29 12:30:08.622+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40676 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:30:08.623+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40676 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:30:08.726+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40684 meth=GET uri=/health
|
|
DBG 2026-03-29 12:30:08.726+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40684 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:30:08.726+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40684 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:30:08.830+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40700 meth=GET uri=/health
|
|
DBG 2026-03-29 12:30:08.830+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40700 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:30:08.830+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40700 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:30:08.933+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40706 meth=GET uri=/health
|
|
DBG 2026-03-29 12:30:08.933+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40706 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:30:08.934+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40706 uri=/health content_type=application/json content_size=821
|
|
INF 2026-03-29 12:30:09.000+00:00 periodic prune started topics="waku reconciliation" tid=1 file=reconciliation.nim:455
|
|
INF 2026-03-29 12:30:09.000+00:00 periodic prune done topics="waku reconciliation" tid=1 file=reconciliation.nim:463 elements_pruned=0
|
|
DBG 2026-03-29 12:30:09.038+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40710 meth=GET uri=/health
|
|
DBG 2026-03-29 12:30:09.038+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40710 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:30:09.038+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40710 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:30:09.141+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40726 meth=GET uri=/health
|
|
DBG 2026-03-29 12:30:09.142+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40726 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:30:09.142+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40726 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:30:09.246+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40734 meth=GET uri=/health
|
|
DBG 2026-03-29 12:30:09.246+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40734 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:30:09.246+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40734 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:30:09.350+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40736 meth=GET uri=/health
|
|
DBG 2026-03-29 12:30:09.350+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40736 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:30:09.350+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40736 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:30:09.454+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40746 meth=GET uri=/health
|
|
DBG 2026-03-29 12:30:09.454+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40746 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:30:09.454+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40746 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 12:30:09.490+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140576733110352
|
|
TRC 2026-03-29 12:30:09.490+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:30:09.490+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:30:09.490+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:30:09.490+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:30:09.490+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
INF 2026-03-29 12:30:09.499+00:00 periodic sync started topics="waku reconciliation" tid=1 file=reconciliation.nim:438
|
|
TRC 2026-03-29 12:30:09.499+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=140576732988880
|
|
TRC 2026-03-29 12:30:09.499+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:30:09.499+00:00 periodic sync failed topics="waku reconciliation" tid=1 file=reconciliation.nim:441 err="no suitable peer found for sync"
|
|
ERR 2026-03-29 12:30:09.501+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:30:09.557+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40754 meth=GET uri=/health
|
|
DBG 2026-03-29 12:30:09.557+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40754 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:30:09.557+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40754 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:30:09.661+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40762 meth=GET uri=/health
|
|
DBG 2026-03-29 12:30:09.662+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40762 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:30:09.662+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40762 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:30:09.765+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40770 meth=GET uri=/health
|
|
DBG 2026-03-29 12:30:09.765+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40770 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:30:09.766+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40770 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:30:09.869+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40784 meth=GET uri=/health
|
|
DBG 2026-03-29 12:30:09.869+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40784 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:30:09.869+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40784 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:30:09.973+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40800 meth=GET uri=/health
|
|
DBG 2026-03-29 12:30:09.973+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40800 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:30:09.973+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40800 uri=/health content_type=application/json content_size=821
|
|
INF 2026-03-29 12:30:10.000+00:00 periodic prune started topics="waku reconciliation" tid=1 file=reconciliation.nim:455
|
|
INF 2026-03-29 12:30:10.000+00:00 periodic prune done topics="waku reconciliation" tid=1 file=reconciliation.nim:463 elements_pruned=0
|
|
DBG 2026-03-29 12:30:10.077+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40808 meth=GET uri=/health
|
|
DBG 2026-03-29 12:30:10.077+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40808 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:30:10.077+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40808 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:30:10.181+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40824 meth=GET uri=/health
|
|
DBG 2026-03-29 12:30:10.181+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40824 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:30:10.181+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40824 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:30:10.284+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40828 meth=GET uri=/health
|
|
DBG 2026-03-29 12:30:10.284+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40828 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:30:10.284+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40828 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:30:10.387+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40830 meth=GET uri=/health
|
|
DBG 2026-03-29 12:30:10.387+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40830 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:30:10.388+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40830 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 12:30:10.489+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140576733110352
|
|
TRC 2026-03-29 12:30:10.490+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:30:10.490+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:30:10.490+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:30:10.490+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:30:10.490+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
DBG 2026-03-29 12:30:10.491+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:30:10.492+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:30:10.492+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
|
|
INF 2026-03-29 12:30:10.499+00:00 periodic sync started topics="waku reconciliation" tid=1 file=reconciliation.nim:438
|
|
TRC 2026-03-29 12:30:10.499+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=140576732988880
|
|
TRC 2026-03-29 12:30:10.500+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:30:10.500+00:00 periodic sync failed topics="waku reconciliation" tid=1 file=reconciliation.nim:441 err="no suitable peer found for sync"
|
|
ERR 2026-03-29 12:30:10.502+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:30:10.595+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:30:10.595+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:30:10.595+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:30:10.698+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40852 meth=GET uri=/health
|
|
DBG 2026-03-29 12:30:10.698+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40852 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:30:10.699+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40852 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:30:10.803+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40854 meth=GET uri=/health
|
|
DBG 2026-03-29 12:30:10.803+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40854 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:30:10.803+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40854 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:30:10.906+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40858 meth=GET uri=/health
|
|
DBG 2026-03-29 12:30:10.906+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40858 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:30:10.906+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40858 uri=/health content_type=application/json content_size=821
|
|
INF 2026-03-29 12:30:11.001+00:00 periodic prune started topics="waku reconciliation" tid=1 file=reconciliation.nim:455
|
|
INF 2026-03-29 12:30:11.001+00:00 periodic prune done topics="waku reconciliation" tid=1 file=reconciliation.nim:463 elements_pruned=0
|
|
DBG 2026-03-29 12:30:11.010+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40870 meth=GET uri=/health
|
|
DBG 2026-03-29 12:30:11.010+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40870 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:30:11.010+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40870 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:30:11.115+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40878 meth=GET uri=/health
|
|
DBG 2026-03-29 12:30:11.115+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40878 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:30:11.115+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40878 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:30:11.220+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40888 meth=GET uri=/health
|
|
DBG 2026-03-29 12:30:11.220+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40888 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:30:11.220+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40888 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:30:11.326+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40894 meth=GET uri=/health
|
|
DBG 2026-03-29 12:30:11.326+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40894 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:30:11.326+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40894 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:30:11.430+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40908 meth=GET uri=/health
|
|
DBG 2026-03-29 12:30:11.430+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40908 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:30:11.430+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40908 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 12:30:11.490+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140576733110352
|
|
TRC 2026-03-29 12:30:11.490+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:30:11.490+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:30:11.490+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:30:11.490+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:30:11.490+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
INF 2026-03-29 12:30:11.501+00:00 periodic sync started topics="waku reconciliation" tid=1 file=reconciliation.nim:438
|
|
TRC 2026-03-29 12:30:11.501+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=140576732988880
|
|
TRC 2026-03-29 12:30:11.501+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:30:11.501+00:00 periodic sync failed topics="waku reconciliation" tid=1 file=reconciliation.nim:441 err="no suitable peer found for sync"
|
|
ERR 2026-03-29 12:30:11.502+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:30:11.536+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40924 meth=GET uri=/health
|
|
DBG 2026-03-29 12:30:11.536+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40924 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:30:11.536+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40924 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:30:11.641+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40932 meth=GET uri=/health
|
|
DBG 2026-03-29 12:30:11.642+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40932 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:30:11.642+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40932 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:30:11.746+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40940 meth=GET uri=/health
|
|
DBG 2026-03-29 12:30:11.746+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40940 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:30:11.746+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40940 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:30:11.849+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:30:11.850+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:30:11.850+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:30:11.954+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40954 meth=GET uri=/health
|
|
DBG 2026-03-29 12:30:11.954+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40954 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:30:11.954+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40954 uri=/health content_type=application/json content_size=821
|
|
INF 2026-03-29 12:30:12.002+00:00 periodic prune started topics="waku reconciliation" tid=1 file=reconciliation.nim:455
|
|
INF 2026-03-29 12:30:12.002+00:00 periodic prune done topics="waku reconciliation" tid=1 file=reconciliation.nim:463 elements_pruned=0
|
|
DBG 2026-03-29 12:30:12.059+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40966 meth=GET uri=/health
|
|
DBG 2026-03-29 12:30:12.059+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40966 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:30:12.059+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40966 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:30:12.166+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40970 meth=GET uri=/health
|
|
DBG 2026-03-29 12:30:12.166+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40970 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:30:12.166+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40970 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:30:12.269+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40980 meth=GET uri=/health
|
|
DBG 2026-03-29 12:30:12.269+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40980 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:30:12.269+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40980 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:30:12.373+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:40982 meth=GET uri=/health
|
|
DBG 2026-03-29 12:30:12.373+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:40982 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:30:12.373+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:40982 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:30:12.476+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:30:12.476+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:30:12.476+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
|
|
TRC 2026-03-29 12:30:12.489+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140576733110352
|
|
TRC 2026-03-29 12:30:12.489+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:30:12.489+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:30:12.489+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:30:12.489+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:30:12.489+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
INF 2026-03-29 12:30:12.501+00:00 periodic sync started topics="waku reconciliation" tid=1 file=reconciliation.nim:438
|
|
TRC 2026-03-29 12:30:12.502+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=140576732988880
|
|
TRC 2026-03-29 12:30:12.502+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:30:12.502+00:00 periodic sync failed topics="waku reconciliation" tid=1 file=reconciliation.nim:441 err="no suitable peer found for sync"
|
|
ERR 2026-03-29 12:30:12.503+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:30:12.581+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41002 meth=GET uri=/health
|
|
DBG 2026-03-29 12:30:12.581+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41002 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:30:12.581+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41002 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:30:12.684+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41016 meth=GET uri=/health
|
|
DBG 2026-03-29 12:30:12.684+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41016 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:30:12.684+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41016 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:30:12.787+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41022 meth=GET uri=/health
|
|
DBG 2026-03-29 12:30:12.787+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41022 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:30:12.787+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41022 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:30:12.890+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41030 meth=GET uri=/health
|
|
DBG 2026-03-29 12:30:12.890+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41030 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:30:12.890+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41030 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:30:12.994+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41038 meth=GET uri=/health
|
|
DBG 2026-03-29 12:30:12.994+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41038 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:30:12.994+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41038 uri=/health content_type=application/json content_size=821
|
|
INF 2026-03-29 12:30:13.002+00:00 periodic prune started topics="waku reconciliation" tid=1 file=reconciliation.nim:455
|
|
INF 2026-03-29 12:30:13.002+00:00 periodic prune done topics="waku reconciliation" tid=1 file=reconciliation.nim:463 elements_pruned=0
|
|
DBG 2026-03-29 12:30:13.096+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41040 meth=GET uri=/health
|
|
DBG 2026-03-29 12:30:13.096+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41040 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:30:13.097+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41040 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:30:13.200+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:30:13.200+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:30:13.200+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:30:13.303+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41072 meth=GET uri=/health
|
|
DBG 2026-03-29 12:30:13.303+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41072 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:30:13.304+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41072 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:30:13.407+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:30:13.407+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:30:13.408+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
|
|
TRC 2026-03-29 12:30:13.488+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140576733110352
|
|
TRC 2026-03-29 12:30:13.488+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:30:13.488+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:30:13.488+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:30:13.488+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:30:13.488+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
TRC 2026-03-29 12:30:13.489+00:00 waku rendezvous advertisements started topics="waku rendezvous" tid=1 file=protocol.nim:112
|
|
TRC 2026-03-29 12:30:13.489+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=140576732988880
|
|
TRC 2026-03-29 12:30:13.489+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:30:13.489+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:30:13.489+00:00 waku rendezvous client requests started topics="waku rendezvous client" tid=1 file=client.nim:43
|
|
TRC 2026-03-29 12:30:13.489+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=140576732988880
|
|
TRC 2026-03-29 12:30:13.489+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:30:13.489+00:00 waku rendezvous requests failed topics="waku rendezvous client" tid=1 file=client.nim:87 error="could not get a peer supporting WakuRendezVousCodec"
|
|
TRC 2026-03-29 12:30:13.498+00:00 Mesh peers for keepalive tid=1 file=node_health_monitor.nim:558 meshPeers=[]
|
|
TRC 2026-03-29 12:30:13.498+00:00 Selected peers for keepalive tid=1 file=node_health_monitor.nim:569 selected=[]
|
|
TRC 2026-03-29 12:30:13.498+00:00 Pinging random peers tid=1 file=node_health_monitor.nim:629 count=0 countdownToPingAll=10
|
|
TRC 2026-03-29 12:30:13.498+00:00 Keepalive results tid=1 file=node_health_monitor.nim:644 attemptedPings=0 successfulPings=0
|
|
TRC 2026-03-29 12:30:13.498+00:00 Running keepalive loop tid=1 file=node_health_monitor.nim:593
|
|
TRC 2026-03-29 12:30:13.498+00:00 running discv5 discovery loop topics="waku discv5" tid=1 file=waku_discv5.nim:261
|
|
TRC 2026-03-29 12:30:13.498+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:30:13.498+00:00 discv5 discarded wrong records topics="waku discv5" tid=1 file=waku_discv5.nim:281 wrong_records=[]
|
|
INF 2026-03-29 12:30:13.501+00:00 periodic sync started topics="waku reconciliation" tid=1 file=reconciliation.nim:438
|
|
TRC 2026-03-29 12:30:13.501+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=140576732988880
|
|
TRC 2026-03-29 12:30:13.501+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:30:13.501+00:00 periodic sync failed topics="waku reconciliation" tid=1 file=reconciliation.nim:441 err="no suitable peer found for sync"
|
|
ERR 2026-03-29 12:30:13.502+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:30:13.510+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:30:13.510+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:30:13.511+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
|
|
INF 2026-03-29 12:30:13.518+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:30:13.614+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41096 meth=GET uri=/health
|
|
DBG 2026-03-29 12:30:13.614+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41096 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:30:13.614+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41096 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:30:13.717+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41112 meth=GET uri=/health
|
|
DBG 2026-03-29 12:30:13.717+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41112 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:30:13.718+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41112 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:30:13.822+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41128 meth=GET uri=/health
|
|
DBG 2026-03-29 12:30:13.822+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41128 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:30:13.822+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41128 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:30:13.926+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:30:13.926+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:30:13.926+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
|
|
INF 2026-03-29 12:30:14.003+00:00 periodic prune started topics="waku reconciliation" tid=1 file=reconciliation.nim:455
|
|
INF 2026-03-29 12:30:14.004+00:00 periodic prune done topics="waku reconciliation" tid=1 file=reconciliation.nim:463 elements_pruned=0
|
|
DBG 2026-03-29 12:30:14.031+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:30:14.031+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:30:14.031+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:30:14.134+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41150 meth=GET uri=/health
|
|
DBG 2026-03-29 12:30:14.134+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41150 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:30:14.134+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41150 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:30:14.238+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41164 meth=GET uri=/health
|
|
DBG 2026-03-29 12:30:14.238+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41164 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:30:14.238+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41164 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:30:14.342+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41176 meth=GET uri=/health
|
|
DBG 2026-03-29 12:30:14.342+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41176 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:30:14.342+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41176 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:30:14.445+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:30:14.445+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:30:14.446+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:30:14.489+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140576733110352
|
|
TRC 2026-03-29 12:30:14.489+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:30:14.489+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:30:14.489+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:30:14.489+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:30:14.489+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
INF 2026-03-29 12:30:14.503+00:00 periodic sync started topics="waku reconciliation" tid=1 file=reconciliation.nim:438
|
|
TRC 2026-03-29 12:30:14.503+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=140576732988880
|
|
TRC 2026-03-29 12:30:14.503+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:30:14.503+00:00 periodic sync failed topics="waku reconciliation" tid=1 file=reconciliation.nim:441 err="no suitable peer found for sync"
|
|
ERR 2026-03-29 12:30:14.503+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:30:14.549+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:30:14.550+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:30:14.550+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
|
|
NTC 2026-03-29 12:30:14.679+00:00 Shutting down after receiving SIGTERM topics="wakunode main" tid=1 file=wakunode2.nim:82
|
|
INF 2026-03-29 12:30:14.679+00:00 Stopping discovery v5 service topics="waku discv5" tid=1 file=waku_discv5.nim:362
|
|
TRC 2026-03-29 12:30:14.679+00:00 Stop listening on discv5 port topics="waku discv5" tid=1 file=waku_discv5.nim:365
|
|
INF 2026-03-29 12:30:14.679+00:00 Successfully stopped discovery v5 service topics="waku discv5" tid=1 file=waku_discv5.nim:368
|
|
TRC 2026-03-29 12:30:14.680+00:00 Stopping switch topics="libp2p switch" tid=1 file=switch.nim:328
|
|
INF 2026-03-29 12:30:14.680+00:00 Stopping AutonatService topics="libp2p autonatservice" tid=1 file=service.nim:237
|
|
TRC 2026-03-29 12:30:14.680+00:00 Closing ConnManager topics="libp2p connmanager" tid=1 file=connmanager.nim:434
|
|
TRC 2026-03-29 12:30:14.680+00:00 Closed ConnManager topics="libp2p connmanager" tid=1 file=connmanager.nim:448
|
|
TRC 2026-03-29 12:30:14.680+00:00 Stopping TCP transport topics="libp2p tcptransport" tid=1 file=tcptransport.nim:159
|
|
TRC 2026-03-29 12:30:14.680+00:00 stopping transport topics="libp2p transport" tid=1 file=transport.nim:59 address=@[/ip4/0.0.0.0/tcp/8846]
|
|
TRC 2026-03-29 12:30:14.680+00:00 Transport stopped topics="libp2p tcptransport" tid=1 file=tcptransport.nim:189
|
|
TRC 2026-03-29 12:30:14.680+00:00 Stopping WS transport topics="libp2p wstransport" tid=1 file=wstransport.nim:213
|
|
TRC 2026-03-29 12:30:14.680+00:00 stopping transport topics="libp2p transport" tid=1 file=transport.nim:59 address=@[/ip4/0.0.0.0/tcp/8847/ws]
|
|
TRC 2026-03-29 12:30:14.680+00:00 Transport stopped topics="libp2p wstransport" tid=1 file=wstransport.nim:235
|
|
TRC 2026-03-29 12:30:14.680+00:00 gossipsub stop topics="libp2p gossipsub" tid=1 file=gossipsub.nim:1131
|
|
TRC 2026-03-29 12:30:14.680+00:00 Switch stopped topics="libp2p switch" tid=1 file=switch.nim:354
|
|
INF 2026-03-29 12:30:14.680+00:00 Store Sync Reconciliation protocol stopped topics="waku reconciliation" tid=1 file=reconciliation.nim:496
|
|
INF 2026-03-29 12:30:14.681+00:00 Store Sync Transfer protocol stopped topics="waku transfer" tid=1 file=transfer.nim:237
|
|
WRN 2026-03-29 12:30:14.681+00:00 Stopping rendezvous without starting it topics="waku rendezvous" tid=1 file=rendezvous.nim:638
|
|
WRN 2026-03-29 12:30:14.681+00:00 Stopping rendezvous without starting it topics="waku rendezvous" tid=1 file=rendezvous.nim:638
|
|
INF 2026-03-29 12:30:14.681+00:00 waku rendezvous discovery stopped topics="waku rendezvous" tid=1 file=protocol.nim:239
|
|
INF 2026-03-29 12:30:14.681+00:00 waku rendezvous client stopped topics="waku rendezvous client" tid=1 file=client.nim:142
|
|
INF 2026-03-29 12:30:14.681+00:00 Health monitor loop end tid=1 file=node_health_monitor.nim:543
|
|
NTC 2026-03-29 12:30:14.681+00:00 REST service stopped tid=1 file=server.nim:187 address=0.0.0.0:8845
|
|
WRN 2026-03-29 12:29:53.437+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:29:53.437+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:29:53.438+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:29:53.438+00:00 Configuration. Network topics="waku conf" tid=1 file=waku_conf.nim:166 cluster=3
|
|
INF 2026-03-29 12:29:53.438+00:00 Configuration. Active Relay Shards topics="waku conf" tid=1 file=waku_conf.nim:169 shard=0
|
|
INF 2026-03-29 12:29:53.439+00:00 Setting up storage tid=1 file=node_factory.nim:532
|
|
INF 2026-03-29 12:29:53.439+00:00 Initializing node tid=1 file=node_factory.nim:541
|
|
TRC 2026-03-29 12:29:53.442+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/ipfs/id/1.0.0]"
|
|
TRC 2026-03-29 12:29:53.442+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/libp2p/autonat/1.0.0]"
|
|
TRC 2026-03-29 12:29:53.442+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:29:53.442+00:00 no peer storage found tid=1 file=peer_manager.nim:1219
|
|
INF 2026-03-29 12:29:53.442+00:00 Initializing networking tid=1 file=waku_node.nim:228 addrs="@[/ip4/172.18.87.29/tcp/8846, /ip4/172.18.87.29/tcp/8847/ws]"
|
|
INF 2026-03-29 12:29:53.442+00:00 Mounting protocols tid=1 file=node_factory.nim:547
|
|
INF 2026-03-29 12:29:53.443+00:00 Created WakuMetadata protocol topics="waku node" tid=1 file=protocol.nim:107 clusterId=3 shards="[0]"
|
|
TRC 2026-03-29 12:29:53.443+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:29:53.446+00:00 sqlite database page stats tid=1 file=builder.nim:53 pageSize=4096 pages=1 freePages=0
|
|
INF 2026-03-29 12:29:53.446+00:00 starting message store's sqlite database migration topics="waku archive migration" tid=1 file=migrations.nim:57
|
|
INF 2026-03-29 12:29:53.446+00:00 Not considered schema version 7 topics="waku archive migration" tid=1 file=migrations.nim:45
|
|
INF 2026-03-29 12:29:53.446+00:00 database schema is outdated topics="sqlite" tid=1 file=db_sqlite.nim:447 userVersion=0 targetVersion=10
|
|
INF 2026-03-29 12:29:53.448+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:29:53.450+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:29:53.450+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:29:53.451+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:29:53.451+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:29:53.451+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:29:53.451+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE Message;"
|
|
INF 2026-03-29 12:29:53.453+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP TABLE Message;"
|
|
INF 2026-03-29 12:29:53.453+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:29:53.454+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:29:53.454+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:29:53.454+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:29:53.454+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE Message_backup;"
|
|
INF 2026-03-29 12:29:53.455+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:29:53.455+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:29:53.456+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:29:53.456+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:29:53.456+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:29:53.456+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE Message;"
|
|
INF 2026-03-29 12:29:53.457+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP TABLE Message;"
|
|
INF 2026-03-29 12:29:53.457+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:29:53.457+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:29:53.458+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:29:53.458+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:29:53.458+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE Message_backup;"
|
|
INF 2026-03-29 12:29:53.459+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:29:53.459+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:29:53.460+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:29:53.460+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:29:53.461+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:29:53.461+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:29:53.461+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:29:53.461+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE Message_backup;"
|
|
INF 2026-03-29 12:29:53.462+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:29:53.462+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:29:53.463+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:29:53.463+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:29:53.466+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:29:53.466+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:29:53.467+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:29:53.467+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:29:53.468+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:29:53.468+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:29:53.468+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:29:53.468+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:29:53.469+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:29:53.469+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:29:53.471+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:29:53.472+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:29:53.473+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:29:53.473+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:29:53.473+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:29:53.473+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE message_backup;"
|
|
INF 2026-03-29 12:29:53.474+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:29:53.474+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:29:53.476+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:29:53.476+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:29:53.477+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:29:53.477+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:29:53.477+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:29:53.477+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE message_backup;"
|
|
INF 2026-03-29 12:29:53.478+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:29:53.478+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:29:53.479+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:29:53.479+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:29:53.481+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:29:53.481+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:29:53.483+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:29:53.483+00:00 database user_version updated topics="sqlite" tid=1 file=db_sqlite.nim:481 userVersion=10
|
|
INF 2026-03-29 12:29:53.483+00:00 finished message store's sqlite database migration topics="waku archive migration" tid=1 file=migrations.nim:70
|
|
INF 2026-03-29 12:29:53.483+00:00 setting up sqlite waku archive driver tid=1 file=builder.nim:65
|
|
INF 2026-03-29 12:29:53.484+00:00 executing message retention policy topics="waku archive" tid=1 file=archive.nim:270 policy=time:172800
|
|
INF 2026-03-29 12:29:53.484+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:29:53.484+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:29:53.485+00:00 mounting waku store protocol topics="waku node store api" tid=1 file=store.nim:255
|
|
TRC 2026-03-29 12:29:53.485+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:29:53.485+00:00 initial storage filling started topics="waku reconciliation" tid=1 file=reconciliation.nim:357
|
|
INF 2026-03-29 12:29:53.485+00:00 initial storage filling done topics="waku reconciliation" tid=1 file=reconciliation.nim:379 elements=0
|
|
INF 2026-03-29 12:29:53.485+00:00 Store Reconciliation protocol initialized topics="waku node" tid=1 file=reconciliation.nim:427 sync_range=10s sync_interval=1s relay_jitter=1s
|
|
TRC 2026-03-29 12:29:53.485+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:29:53.485+00:00 Store Transfer protocol initialized topics="waku node" tid=1 file=transfer.nim:216
|
|
TRC 2026-03-29 12:29:53.485+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:29:53.485+00:00 mounting store client topics="waku node store api" tid=1 file=store.nim:274
|
|
INF 2026-03-29 12:29:53.485+00:00 mounting legacy store client topics="waku node store api" tid=1 file=store.nim:145
|
|
INF 2026-03-29 12:29:53.485+00:00 mounting auto sharding topics="waku node" tid=1 file=waku_node.nim:305 clusterId=3 shardCount=1
|
|
INF 2026-03-29 12:29:53.485+00:00 Shards created from content topics tid=1 file=node_factory.nim:333 contentTopics=[] shards=[]
|
|
INF 2026-03-29 12:29:53.485+00:00 Setting max message size tid=1 file=node_factory.nim:342 num_bytes=153600
|
|
INF 2026-03-29 12:29:53.485+00:00 mounting relay protocol topics="waku node relay api" tid=1 file=relay.nim:259
|
|
TRC 2026-03-29 12:29:53.485+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:29:53.485+00:00 relay mounted successfully topics="waku node relay api" tid=1 file=relay.nim:276
|
|
INF 2026-03-29 12:29:53.485+00:00 adding validator to signed shards tid=1 file=validator_signed.nim:56 protectedShards=[] clusterId=3
|
|
INF 2026-03-29 12:29:53.486+00:00 mounting rendezvous discovery protocol topics="waku node" tid=1 file=waku_node.nim:432
|
|
INF 2026-03-29 12:29:53.486+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*nCdpfL, seqNo: 1774787393, addresses: [/ip4/172.18.87.29/tcp/8846, /ip4/172.18.87.29/tcp/8847/ws], mixKey: )"
|
|
TRC 2026-03-29 12:29:53.486+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:29:53.486+00:00 mounting rendezvous client topics="waku node" tid=1 file=waku_node.nim:418
|
|
INF 2026-03-29 12:29:53.486+00:00 waku rendezvous client initialized topics="waku node" tid=1 file=client.nim:130 clusterId=3
|
|
INF 2026-03-29 12:29:53.486+00:00 mounting libp2p ping protocol topics="waku node ping api" tid=1 file=ping.nim:20
|
|
TRC 2026-03-29 12:29:53.486+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/ipfs/ping/1.0.0]"
|
|
INF 2026-03-29 12:29:53.486+00:00 mounting light push client topics="waku node lightpush api" tid=1 file=lightpush.nim:183
|
|
INF 2026-03-29 12:29:53.486+00:00 mounting legacy light push client topics="waku node lightpush api" tid=1 file=lightpush.nim:72
|
|
INF 2026-03-29 12:29:53.486+00:00 mounting filter client topics="waku node filter api" tid=1 file=filter.nim:81
|
|
TRC 2026-03-29 12:29:53.486+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:29:53.487+00:00 mounting waku peer exchange topics="waku node peerexchange api" tid=1 file=peer_exchange.nim:37
|
|
TRC 2026-03-29 12:29:53.487+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:29:53.487+00:00 mounting waku peer exchange client topics="waku node peerexchange api" tid=1 file=peer_exchange.nim:54
|
|
NTC 2026-03-29 12:29:53.487+00:00 REST service started tid=1 file=server.nim:182 address=0.0.0.0:8845
|
|
INF 2026-03-29 12:29:53.487+00:00 Starting REST HTTP server tid=1 file=builder.nim:113 url=http://0.0.0.0:8845/
|
|
INF 2026-03-29 12:29:53.487+00:00 No external callbacks to be set topics="wakunode waku" tid=1 file=waku.nim:127
|
|
TRC 2026-03-29 12:29:53.487+00:00 Send processor chain topics="send service" tid=1 file=send_service.nim:94 index=1 processor=BaseSendProcessor
|
|
INF 2026-03-29 12:29:53.487+00:00 Retrieve dynamic bootstrap nodes topics="wakunode waku" tid=1 file=waku.nim:367
|
|
INF 2026-03-29 12:29:53.488+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:29:53.488+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:29:53.488+00:00 starting relay protocol topics="waku node" tid=1 file=waku_node.nim:389
|
|
INF 2026-03-29 12:29:53.488+00:00 start topics="waku relay" tid=1 file=protocol.nim:519
|
|
TRC 2026-03-29 12:29:53.488+00:00 gossipsub start topics="libp2p gossipsub" tid=1 file=gossipsub.nim:1113
|
|
TRC 2026-03-29 12:29:53.488+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140576733110352
|
|
TRC 2026-03-29 12:29:53.488+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
TRC 2026-03-29 12:29:53.488+00:00 running scoring heartbeat topics="libp2p gossipsub" tid=1 file=scoring.nim:312 instance=140576733110352
|
|
TRC 2026-03-29 12:29:53.488+00:00 updating scores topics="libp2p gossipsub" tid=1 file=scoring.nim:144 peers=0
|
|
TRC 2026-03-29 12:29:53.488+00:00 updated scores topics="libp2p gossipsub" tid=1 file=scoring.nim:308 peers=0
|
|
INF 2026-03-29 12:29:53.488+00:00 relay started successfully topics="waku node" tid=1 file=waku_node.nim:410
|
|
INF 2026-03-29 12:29:53.488+00:00 waku rendezvous periodic registration started topics="waku rendezvous" tid=1 file=protocol.nim:127 interval=10s
|
|
INF 2026-03-29 12:29:53.488+00:00 waku rendezvous discovery started topics="waku rendezvous" tid=1 file=protocol.nim:227
|
|
INF 2026-03-29 12:29:53.488+00:00 waku rendezvous periodic requests started topics="waku rendezvous client" tid=1 file=client.nim:80 interval=10s
|
|
INF 2026-03-29 12:29:53.488+00:00 waku rendezvous client started topics="waku rendezvous client" tid=1 file=client.nim:136
|
|
INF 2026-03-29 12:29:53.488+00:00 periodic sync initialized topics="waku reconciliation" tid=1 file=reconciliation.nim:433 interval=1s
|
|
INF 2026-03-29 12:29:53.488+00:00 periodic prune initialized topics="waku reconciliation" tid=1 file=reconciliation.nim:447 interval=1s
|
|
INF 2026-03-29 12:29:53.488+00:00 Store Sync Reconciliation protocol started topics="waku reconciliation" tid=1 file=reconciliation.nim:485
|
|
INF 2026-03-29 12:29:53.488+00:00 Store Sync Transfer protocol started topics="waku transfer" tid=1 file=transfer.nim:229
|
|
DBG 2026-03-29 12:29:53.488+00:00 starting switch for peer topics="libp2p switch" tid=1 file=switch.nim:363 peerInfo="(peerId: 16Uiu2HAmT67Mu17iEjx897hvQX3tQPwSiwkkhJDrnGo4YjnCdpfL, listenAddrs: [/ip4/0.0.0.0/tcp/8847/ws, /ip4/0.0.0.0/tcp/8846], 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:29:53.488+00:00 Starting TCP transport topics="libp2p tcptransport" tid=1 file=tcptransport.nim:116
|
|
TRC 2026-03-29 12:29:53.489+00:00 Listening on topics="libp2p tcptransport" tid=1 file=tcptransport.nim:140 address=/ip4/0.0.0.0/tcp/8846
|
|
TRC 2026-03-29 12:29:53.489+00:00 starting transport on addrs topics="libp2p transport" tid=1 file=transport.nim:49 address=@[/ip4/0.0.0.0/tcp/8846]
|
|
DBG 2026-03-29 12:29:53.489+00:00 About to accept incoming connection topics="libp2p switch" tid=1 file=switch.nim:272
|
|
TRC 2026-03-29 12:29:53.489+00:00 Starting WS transport topics="libp2p wstransport" tid=1 file=wstransport.nim:154
|
|
TRC 2026-03-29 12:29:53.489+00:00 starting transport on addrs topics="libp2p transport" tid=1 file=transport.nim:49 address=@[/ip4/0.0.0.0/tcp/8847/ws]
|
|
TRC 2026-03-29 12:29:53.489+00:00 Created HTTP Server topics="libp2p wstransport" tid=1 file=server.nim:262 host=0.0.0.0:8847
|
|
TRC 2026-03-29 12:29:53.489+00:00 Listening on topics="libp2p wstransport" tid=1 file=wstransport.nim:204 addresses="[/ip4/0.0.0.0/tcp/8847/ws]"
|
|
INF 2026-03-29 12:29:53.489+00:00 Setting up AutonatService topics="libp2p autonatservice" tid=1 file=service.nim:207
|
|
TRC 2026-03-29 12:29:53.489+00:00 Running AutonatService topics="libp2p autonatservice" tid=1 file=service.nim:231
|
|
TRC 2026-03-29 12:29:53.489+00:00 Asking peers for reachability topics="libp2p autonatservice" tid=1 file=service.nim:160
|
|
DBG 2026-03-29 12:29:53.489+00:00 About to accept incoming connection topics="libp2p switch" tid=1 file=switch.nim:272
|
|
TRC 2026-03-29 12:29:53.489+00:00 WsTransport accept topics="libp2p wstransport" tid=1 file=wstransport.nim:279
|
|
TRC 2026-03-29 12:29:53.489+00:00 Awaiting new request topics="websock http-server" tid=1 file=server.nim:194
|
|
TRC 2026-03-29 12:29:53.489+00:00 gossipsub start topics="libp2p gossipsub" tid=1 file=gossipsub.nim:1113
|
|
WRN 2026-03-29 12:29:53.490+00:00 Starting gossipsub twice topics="libp2p gossipsub" tid=1 file=gossipsub.nim:1116
|
|
WRN 2026-03-29 12:29:53.490+00:00 Starting rendezvous twice topics="waku rendezvous" tid=1 file=rendezvous.nim:626
|
|
DBG 2026-03-29 12:29:53.490+00:00 Started libp2p node topics="libp2p switch" tid=1 file=switch.nim:403 peer="(peerId: 16Uiu2HAmT67Mu17iEjx897hvQX3tQPwSiwkkhJDrnGo4YjnCdpfL, listenAddrs: [/ip4/0.0.0.0/tcp/8846, /ip4/0.0.0.0/tcp/8847/ws], addrs: [/ip4/172.18.87.29/tcp/8846, /ip4/172.18.87.29/tcp/8847/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:29:53.490+00:00 PeerInfo topics="waku node" tid=1 file=waku_node.nim:478 peerId=16U*nCdpfL addrs="[/ip4/172.18.87.29/tcp/8846, /ip4/172.18.87.29/tcp/8847/ws]"
|
|
INF 2026-03-29 12:29:53.490+00:00 Listening on topics="waku node" tid=1 file=waku_node.nim:501 full=[/ip4/0.0.0.0/tcp/8846/p2p/16Uiu2HAmT67Mu17iEjx897hvQX3tQPwSiwkkhJDrnGo4YjnCdpfL][/ip4/0.0.0.0/tcp/8847/ws/p2p/16Uiu2HAmT67Mu17iEjx897hvQX3tQPwSiwkkhJDrnGo4YjnCdpfL] localIp=172.17.0.179 switchAddress="@[/ip4/172.18.87.29/tcp/8846, /ip4/172.18.87.29/tcp/8847/ws]"
|
|
INF 2026-03-29 12:29:53.490+00:00 Announcing addresses topics="waku node" tid=1 file=waku_node.nim:503 full=[/ip4/172.18.87.29/tcp/8846/p2p/16Uiu2HAmT67Mu17iEjx897hvQX3tQPwSiwkkhJDrnGo4YjnCdpfL][/ip4/172.18.87.29/tcp/8847/ws/p2p/16Uiu2HAmT67Mu17iEjx897hvQX3tQPwSiwkkhJDrnGo4YjnCdpfL]
|
|
INF 2026-03-29 12:29:53.490+00:00 DNS: discoverable ENR topics="waku node" tid=1 file=waku_node.nim:504 enr=enr:-LO4QDTbK5jX6_hJA-g6Y8RBiPhiULByI6rX5UOKd_MqqdMIFlkLGey_Q2E42g1oKMK0GJK7n3bPzJ95jYyNhCg_55YBgmlkgnY0gmlwhKwSVx2KbXVsdGlhZGRyc4wACgSsElcdBiKP3QOCcnOFAAMBAACJc2VjcDI1NmsxoQPWcxBf_aiUzvcdQ9oAIofZir4a1CS2ALRJFgPZ1xOru4N0Y3CCIo6DdWRwgiKQhXdha3UyEw
|
|
INF 2026-03-29 12:29:53.491+00:00 Node started successfully topics="waku node" tid=1 file=waku_node.nim:681
|
|
TRC 2026-03-29 12:29:53.491+00:00 Starting relay connectivity loop topics="waku node peer_manager" tid=1 file=peer_manager.nim:1069
|
|
TRC 2026-03-29 12:29:53.491+00:00 Starting prune peerstore loop topics="waku node peer_manager" tid=1 file=peer_manager.nim:1062
|
|
INF 2026-03-29 12:29:53.491+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:29:53.491+00:00 PeerInfo topics="waku node" tid=1 file=waku_node.nim:478 peerId=16U*nCdpfL addrs="[/ip4/172.18.87.29/tcp/8846, /ip4/172.18.87.29/tcp/8847/ws]"
|
|
INF 2026-03-29 12:29:53.493+00:00 Listening on topics="waku node" tid=1 file=waku_node.nim:501 full=[/ip4/0.0.0.0/tcp/8846/p2p/16Uiu2HAmT67Mu17iEjx897hvQX3tQPwSiwkkhJDrnGo4YjnCdpfL][/ip4/0.0.0.0/tcp/8847/ws/p2p/16Uiu2HAmT67Mu17iEjx897hvQX3tQPwSiwkkhJDrnGo4YjnCdpfL] localIp=172.17.0.179 switchAddress="@[/ip4/172.18.87.29/tcp/8846, /ip4/172.18.87.29/tcp/8847/ws]"
|
|
INF 2026-03-29 12:29:53.493+00:00 Announcing addresses topics="waku node" tid=1 file=waku_node.nim:503 full=[/ip4/172.18.87.29/tcp/8846/p2p/16Uiu2HAmT67Mu17iEjx897hvQX3tQPwSiwkkhJDrnGo4YjnCdpfL][/ip4/172.18.87.29/tcp/8847/ws/p2p/16Uiu2HAmT67Mu17iEjx897hvQX3tQPwSiwkkhJDrnGo4YjnCdpfL]
|
|
INF 2026-03-29 12:29:53.493+00:00 DNS: discoverable ENR topics="waku node" tid=1 file=waku_node.nim:504 enr=enr:-LO4QDTbK5jX6_hJA-g6Y8RBiPhiULByI6rX5UOKd_MqqdMIFlkLGey_Q2E42g1oKMK0GJK7n3bPzJ95jYyNhCg_55YBgmlkgnY0gmlwhKwSVx2KbXVsdGlhZGRyc4wACgSsElcdBiKP3QOCcnOFAAMBAACJc2VjcDI1NmsxoQPWcxBf_aiUzvcdQ9oAIofZir4a1CS2ALRJFgPZ1xOru4N0Y3CCIo6DdWRwgiKQhXdha3UyEw
|
|
INF 2026-03-29 12:29:53.493+00:00 Waku node ENR updated successfully with new multiaddress topics="wakunode waku" tid=1 file=waku.nim:301 enr=enr:-L24QCHMniokTjHuA5KLjzBKAPviREammyRqDdiSOHsEdSrlRjdHzTi5S4wskUk5re3p291HOz-GefOhVoh4Gzc7zu8CgmlkgnY0gmlwhKwSVx2KbXVsdGlhZGRyc5YACASsElcdBiKOAAoErBJXHQYij90DgnJzhQADAQAAiXNlY3AyNTZrMaED1nMQX_2olM73HUPaACKH2Yq-GtQktgC0SRYD2dcTq7uDdGNwgiKOg3VkcIIikIV3YWt1MhM record="(2, id: \"v4\", ip: 172.18.87.29, multiaddrs: 0x000804AC12571D06228E000A04AC12571D06228FDD03, rs: 0x0003010000, secp256k1: 0x03D673105FFDA894CEF71D43DA002287D98ABE1AD424B600B4491603D9D713ABBB, tcp: 8846, udp: 8848, waku2: 0x13)"
|
|
INF 2026-03-29 12:29:53.494+00:00 peer filtering updated topics="waku discv5" tid=1 file=waku_discv5.nim:70
|
|
INF 2026-03-29 12:29:53.494+00:00 Starting discovery v5 service topics="waku discv5" tid=1 file=waku_discv5.nim:336
|
|
INF 2026-03-29 12:29:53.494+00:00 start listening on udp port topics="waku discv5" tid=1 file=waku_discv5.nim:338 address=0.0.0.0 port=8848
|
|
TRC 2026-03-29 12:29:53.494+00:00 start discv5 service topics="waku discv5" tid=1 file=waku_discv5.nim:346
|
|
INF 2026-03-29 12:29:53.494+00:00 Starting discovery v5 search topics="waku discv5" tid=1 file=waku_discv5.nim:258
|
|
TRC 2026-03-29 12:29:53.494+00:00 running discv5 discovery loop topics="waku discv5" tid=1 file=waku_discv5.nim:261
|
|
TRC 2026-03-29 12:29:53.494+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:29:53.494+00:00 discv5 discarded wrong records topics="waku discv5" tid=1 file=waku_discv5.nim:281 wrong_records=[]
|
|
INF 2026-03-29 12:29:53.495+00:00 Successfully started discovery v5 service topics="waku discv5" tid=1 file=waku_discv5.nim:352
|
|
INF 2026-03-29 12:29:53.495+00:00 Discv5: discoverable ENR topics="waku discv5" tid=1 file=waku_discv5.nim:353 enrUri=enr:-L24QCyw1nZymi0ukyCfSsIbaH_KB6FJ5NUNBU73_Xjf07pFQuOBjUtFi-ST-pG4h_yk6UaaAxbtt161VD5PQjrY3DoDgmlkgnY0gmlwhKwSVx2KbXVsdGlhZGRyc5YACASsElcdBiKOAAoErBJXHQYij90DgnJzhQADAQAAiXNlY3AyNTZrMaED1nMQX_2olM73HUPaACKH2Yq-GtQktgC0SRYD2dcTq7uDdGNwgiKOg3VkcIIikIV3YWt1MhM enr="(3, id: \"v4\", ip: 172.18.87.29, multiaddrs: 0x000804AC12571D06228E000A04AC12571D06228FDD03, rs: 0x0003010000, secp256k1: 0x03D673105FFDA894CEF71D43DA002287D98ABE1AD424B600B4491603D9D713ABBB, tcp: 8846, udp: 8848, waku2: 0x13)"
|
|
INF 2026-03-29 12:29:53.495+00:00 subscribe topics="waku relay" tid=1 file=protocol.nim:594 pubsubTopic=/waku/2/rs/3/0
|
|
TRC 2026-03-29 12:29:53.495+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:29:53.495+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:29:53.495+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:29:53.495+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:29:53.495+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:29:53.495+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:29:53.495+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:29:53.495+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:29:53.496+00:00 Health monitor loop start tid=1 file=node_health_monitor.nim:516
|
|
DBG 2026-03-29 12:29:53.496+00:00 calculateConnectionState tid=1 file=node_health_monitor.nim:408 relayCount=0 storeClientCount=0 lightpushCount=0 filterCount=0
|
|
INF 2026-03-29 12:29:53.496+00:00 starting keepalive tid=1 file=node_health_monitor.nim:678 randomPeersKeepalive=10s allPeersKeepalive=2m
|
|
TRC 2026-03-29 12:29:53.496+00:00 Running keepalive loop tid=1 file=node_health_monitor.nim:593
|
|
INF 2026-03-29 12:29:53.497+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:29:53.498+00:00 REST services are installed tid=1 file=builder.nim:221
|
|
INF 2026-03-29 12:29:53.498+00:00 Starting metrics HTTP server topics="waku node metrics" tid=1 file=waku_metrics.nim:63 serverIp=0.0.0.0 serverPort=8849
|
|
INF 2026-03-29 12:29:53.499+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:29:53.500+00:00 Metrics HTTP server started topics="waku node metrics" tid=1 file=waku_metrics.nim:73 serverIp=0.0.0.0 serverPort=8849
|
|
INF 2026-03-29 12:29:53.500+00:00 Setting up shutdown hooks topics="wakunode main" tid=1 file=wakunode2.nim:63
|
|
INF 2026-03-29 12:29:53.500+00:00 Node setup complete topics="wakunode main" tid=1 file=wakunode2.nim:102
|
|
TRC 2026-03-29 12:29:54.488+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140576733110352
|
|
TRC 2026-03-29 12:29:54.488+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:29:54.488+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:29:54.488+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:29:54.488+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:29:54.488+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
INF 2026-03-29 12:29:54.488+00:00 periodic sync started topics="waku reconciliation" tid=1 file=reconciliation.nim:438
|
|
TRC 2026-03-29 12:29:54.488+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=140576732988880
|
|
TRC 2026-03-29 12:29:54.488+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:29:54.488+00:00 periodic sync failed topics="waku reconciliation" tid=1 file=reconciliation.nim:441 err="no suitable peer found for sync"
|
|
DBG 2026-03-29 12:29:54.493+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:48560 meth=GET uri=/health
|
|
DBG 2026-03-29 12:29:54.493+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:48560 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:29:54.494+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:48560 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:29:54.597+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:48574 meth=GET uri=/health
|
|
DBG 2026-03-29 12:29:54.597+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:48574 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:29:54.597+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:48574 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:29:54.701+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:48588 meth=GET uri=/health
|
|
DBG 2026-03-29 12:29:54.701+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:48588 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:29:54.701+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:48588 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:29:54.804+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:29:54.805+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:29:54.805+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:29:54.908+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41516 meth=GET uri=/health
|
|
DBG 2026-03-29 12:29:54.909+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41516 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:29:54.909+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41516 uri=/health content_type=application/json content_size=821
|
|
INF 2026-03-29 12:29:54.989+00:00 periodic prune started topics="waku reconciliation" tid=1 file=reconciliation.nim:455
|
|
INF 2026-03-29 12:29:54.989+00:00 periodic prune done topics="waku reconciliation" tid=1 file=reconciliation.nim:463 elements_pruned=0
|
|
DBG 2026-03-29 12:29:55.012+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41518 meth=GET uri=/health
|
|
DBG 2026-03-29 12:29:55.013+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41518 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:29:55.013+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41518 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:29:55.118+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:29:55.118+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:29:55.119+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:29:55.222+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:29:55.222+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:29:55.222+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:29:55.326+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:29:55.326+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:29:55.326+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:29:55.429+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41548 meth=GET uri=/health
|
|
DBG 2026-03-29 12:29:55.429+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41548 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:29:55.430+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41548 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 12:29:55.488+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140576733110352
|
|
TRC 2026-03-29 12:29:55.488+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:29:55.488+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:29:55.488+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:29:55.488+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:29:55.488+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
INF 2026-03-29 12:29:55.488+00:00 periodic sync started topics="waku reconciliation" tid=1 file=reconciliation.nim:438
|
|
TRC 2026-03-29 12:29:55.488+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=140576732988880
|
|
TRC 2026-03-29 12:29:55.489+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:29:55.489+00:00 periodic sync failed topics="waku reconciliation" tid=1 file=reconciliation.nim:441 err="no suitable peer found for sync"
|
|
DBG 2026-03-29 12:29:55.533+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:29:55.533+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:29:55.533+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:29:55.637+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41570 meth=GET uri=/health
|
|
DBG 2026-03-29 12:29:55.637+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41570 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:29:55.638+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41570 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:29:55.741+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41586 meth=GET uri=/health
|
|
DBG 2026-03-29 12:29:55.741+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41586 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:29:55.741+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41586 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:29:55.844+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:29:55.844+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:29:55.845+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
|
|
DBG 2026-03-29 12:29:55.949+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41596 meth=GET uri=/health
|
|
DBG 2026-03-29 12:29:55.950+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41596 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:29:55.950+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41596 uri=/health content_type=application/json content_size=821
|
|
INF 2026-03-29 12:29:55.990+00:00 periodic prune started topics="waku reconciliation" tid=1 file=reconciliation.nim:455
|
|
INF 2026-03-29 12:29:55.990+00:00 periodic prune done topics="waku reconciliation" tid=1 file=reconciliation.nim:463 elements_pruned=0
|
|
DBG 2026-03-29 12:29:56.053+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41612 meth=GET uri=/health
|
|
DBG 2026-03-29 12:29:56.053+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41612 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:29:56.054+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41612 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:29:56.157+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41624 meth=GET uri=/health
|
|
DBG 2026-03-29 12:29:56.157+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41624 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:29:56.157+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41624 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:29:56.261+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41626 meth=GET uri=/health
|
|
DBG 2026-03-29 12:29:56.261+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41626 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:29:56.261+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41626 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:29:56.365+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41634 meth=GET uri=/health
|
|
DBG 2026-03-29 12:29:56.365+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41634 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:29:56.365+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41634 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:29:56.468+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41636 meth=GET uri=/health
|
|
DBG 2026-03-29 12:29:56.468+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41636 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:29:56.469+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41636 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 12:29:56.488+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140576733110352
|
|
TRC 2026-03-29 12:29:56.488+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:29:56.488+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:29:56.488+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:29:56.489+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:29:56.489+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
INF 2026-03-29 12:29:56.489+00:00 periodic sync started topics="waku reconciliation" tid=1 file=reconciliation.nim:438
|
|
TRC 2026-03-29 12:29:56.489+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=140576732988880
|
|
TRC 2026-03-29 12:29:56.489+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:29:56.489+00:00 periodic sync failed topics="waku reconciliation" tid=1 file=reconciliation.nim:441 err="no suitable peer found for sync"
|
|
DBG 2026-03-29 12:29:56.572+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41650 meth=GET uri=/health
|
|
DBG 2026-03-29 12:29:56.572+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41650 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:29:56.572+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41650 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:29:56.675+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:29:56.675+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:29:56.676+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:29:56.779+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:29:56.779+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:29:56.779+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:29:56.883+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:29:56.883+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:29:56.884+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:29:56.987+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41692 meth=GET uri=/health
|
|
DBG 2026-03-29 12:29:56.987+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41692 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:29:56.987+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41692 uri=/health content_type=application/json content_size=821
|
|
INF 2026-03-29 12:29:56.991+00:00 periodic prune started topics="waku reconciliation" tid=1 file=reconciliation.nim:455
|
|
INF 2026-03-29 12:29:56.991+00:00 periodic prune done topics="waku reconciliation" tid=1 file=reconciliation.nim:463 elements_pruned=0
|
|
DBG 2026-03-29 12:29:57.090+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41708 meth=GET uri=/health
|
|
DBG 2026-03-29 12:29:57.090+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41708 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:29:57.091+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41708 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:29:57.195+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41724 meth=GET uri=/health
|
|
DBG 2026-03-29 12:29:57.195+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41724 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:29:57.195+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41724 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:29:57.298+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41736 meth=GET uri=/health
|
|
DBG 2026-03-29 12:29:57.298+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41736 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:29:57.298+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41736 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:29:57.401+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41750 meth=GET uri=/health
|
|
DBG 2026-03-29 12:29:57.401+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41750 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:29:57.402+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41750 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 12:29:57.489+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140576733110352
|
|
TRC 2026-03-29 12:29:57.489+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:29:57.489+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:29:57.489+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:29:57.489+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:29:57.489+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
INF 2026-03-29 12:29:57.490+00:00 periodic sync started topics="waku reconciliation" tid=1 file=reconciliation.nim:438
|
|
TRC 2026-03-29 12:29:57.490+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=140576732988880
|
|
TRC 2026-03-29 12:29:57.490+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:29:57.490+00:00 periodic sync failed topics="waku reconciliation" tid=1 file=reconciliation.nim:441 err="no suitable peer found for sync"
|
|
DBG 2026-03-29 12:29:57.506+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:41752 meth=GET uri=/health
|
|
DBG 2026-03-29 12:29:57.506+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:41752 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:29:57.507+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:41752 uri=/health content_type=application/json content_size=821
|
|
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:29:59.878+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:29:59.878+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
TRC 2026-03-29 12:29:59.882+00:00 waku rendezvous advertisements started topics="waku rendezvous" tid=1 file=protocol.nim:112
|
|
TRC 2026-03-29 12:29:59.883+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=140694833981008
|
|
TRC 2026-03-29 12:29:59.883+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:29:59.883+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:29:59.883+00:00 waku rendezvous client requests started topics="waku rendezvous client" tid=1 file=client.nim:43
|
|
TRC 2026-03-29 12:29:59.883+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=140694833981008
|
|
TRC 2026-03-29 12:29:59.883+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:29:59.883+00:00 waku rendezvous requests failed topics="waku rendezvous client" tid=1 file=client.nim:87 error="could not get a peer supporting WakuRendezVousCodec"
|
|
TRC 2026-03-29 12:29:59.892+00:00 Mesh peers for keepalive tid=1 file=node_health_monitor.nim:558 meshPeers=[]
|
|
TRC 2026-03-29 12:29:59.892+00:00 Selected peers for keepalive tid=1 file=node_health_monitor.nim:569 selected=[]
|
|
TRC 2026-03-29 12:29:59.892+00:00 Pinging random peers tid=1 file=node_health_monitor.nim:629 count=0 countdownToPingAll=7
|
|
TRC 2026-03-29 12:29:59.892+00:00 Keepalive results tid=1 file=node_health_monitor.nim:644 attemptedPings=0 successfulPings=0
|
|
TRC 2026-03-29 12:29:59.892+00:00 Running keepalive loop tid=1 file=node_health_monitor.nim:593
|
|
TRC 2026-03-29 12:29:59.893+00:00 running discv5 discovery loop topics="waku discv5" tid=1 file=waku_discv5.nim:261
|
|
TRC 2026-03-29 12:29:59.893+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:29:59.893+00:00 discv5 discarded wrong records topics="waku discv5" tid=1 file=waku_discv5.nim:281 wrong_records=[]
|
|
INF 2026-03-29 12:29:59.916+00:00 periodic sync started topics="waku reconciliation" tid=1 file=reconciliation.nim:438
|
|
TRC 2026-03-29 12:29:59.916+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=140694833981008
|
|
TRC 2026-03-29 12:29:59.916+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:29:59.916+00:00 periodic sync failed topics="waku reconciliation" tid=1 file=reconciliation.nim:441 err="no suitable peer found for sync"
|
|
ERR 2026-03-29 12:29:59.916+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:29:59.920+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!"
|
|
INF 2026-03-29 12:30:00.422+00:00 periodic prune started topics="waku reconciliation" tid=1 file=reconciliation.nim:455
|
|
INF 2026-03-29 12:30:00.422+00:00 periodic prune done topics="waku reconciliation" tid=1 file=reconciliation.nim:463 elements_pruned=0
|
|
TRC 2026-03-29 12:30:00.878+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140694834102352
|
|
TRC 2026-03-29 12:30:00.878+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:30:00.878+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:30:00.878+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:30:00.878+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:30:00.878+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
INF 2026-03-29 12:30:00.917+00:00 periodic sync started topics="waku reconciliation" tid=1 file=reconciliation.nim:438
|
|
TRC 2026-03-29 12:30:00.917+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=140694833981008
|
|
TRC 2026-03-29 12:30:00.917+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:30:00.917+00:00 periodic sync failed topics="waku reconciliation" tid=1 file=reconciliation.nim:441 err="no suitable peer found for sync"
|
|
ERR 2026-03-29 12:30:00.917+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:30:01.422+00:00 periodic prune started topics="waku reconciliation" tid=1 file=reconciliation.nim:455
|
|
INF 2026-03-29 12:30:01.422+00:00 periodic prune done topics="waku reconciliation" tid=1 file=reconciliation.nim:463 elements_pruned=0
|
|
TRC 2026-03-29 12:30:01.879+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140694834102352
|
|
TRC 2026-03-29 12:30:01.879+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:30:01.879+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:30:01.879+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:30:01.879+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:30:01.879+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
INF 2026-03-29 12:30:01.917+00:00 periodic sync started topics="waku reconciliation" tid=1 file=reconciliation.nim:438
|
|
TRC 2026-03-29 12:30:01.917+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=140694833981008
|
|
TRC 2026-03-29 12:30:01.917+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:30:01.917+00:00 periodic sync failed topics="waku reconciliation" tid=1 file=reconciliation.nim:441 err="no suitable peer found for sync"
|
|
ERR 2026-03-29 12:30:01.917+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:30:02.424+00:00 periodic prune started topics="waku reconciliation" tid=1 file=reconciliation.nim:455
|
|
INF 2026-03-29 12:30:02.424+00:00 periodic prune done topics="waku reconciliation" tid=1 file=reconciliation.nim:463 elements_pruned=0
|
|
TRC 2026-03-29 12:30:02.878+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140694834102352
|
|
TRC 2026-03-29 12:30:02.878+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:30:02.878+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:30:02.878+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:30:02.878+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:30:02.878+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
INF 2026-03-29 12:30:02.918+00:00 periodic sync started topics="waku reconciliation" tid=1 file=reconciliation.nim:438
|
|
TRC 2026-03-29 12:30:02.918+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=140694833981008
|
|
TRC 2026-03-29 12:30:02.918+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:30:02.918+00:00 periodic sync failed topics="waku reconciliation" tid=1 file=reconciliation.nim:441 err="no suitable peer found for sync"
|
|
ERR 2026-03-29 12:30:02.918+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:30:03.424+00:00 periodic prune started topics="waku reconciliation" tid=1 file=reconciliation.nim:455
|
|
INF 2026-03-29 12:30:03.424+00:00 periodic prune done topics="waku reconciliation" tid=1 file=reconciliation.nim:463 elements_pruned=0
|
|
TRC 2026-03-29 12:30:03.879+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140694834102352
|
|
TRC 2026-03-29 12:30:03.879+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:30:03.879+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:30:03.879+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:30:03.879+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:30:03.879+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
INF 2026-03-29 12:30:03.918+00:00 periodic sync started topics="waku reconciliation" tid=1 file=reconciliation.nim:438
|
|
TRC 2026-03-29 12:30:03.918+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=140694833981008
|
|
TRC 2026-03-29 12:30:03.918+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:30:03.918+00:00 periodic sync failed topics="waku reconciliation" tid=1 file=reconciliation.nim:441 err="no suitable peer found for sync"
|
|
ERR 2026-03-29 12:30:03.918+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:30:04.426+00:00 periodic prune started topics="waku reconciliation" tid=1 file=reconciliation.nim:455
|
|
INF 2026-03-29 12:30:04.426+00:00 periodic prune done topics="waku reconciliation" tid=1 file=reconciliation.nim:463 elements_pruned=0
|
|
TRC 2026-03-29 12:30:04.879+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140694834102352
|
|
TRC 2026-03-29 12:30:04.879+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:30:04.879+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:30:04.879+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:30:04.879+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:30:04.879+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
TRC 2026-03-29 12:30:04.894+00:00 running discv5 discovery loop topics="waku discv5" tid=1 file=waku_discv5.nim:261
|
|
TRC 2026-03-29 12:30:04.895+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:30:04.895+00:00 discv5 discarded wrong records topics="waku discv5" tid=1 file=waku_discv5.nim:281 wrong_records=[]
|
|
INF 2026-03-29 12:30:04.920+00:00 periodic sync started topics="waku reconciliation" tid=1 file=reconciliation.nim:438
|
|
TRC 2026-03-29 12:30:04.920+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=140694833981008
|
|
TRC 2026-03-29 12:30:04.920+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:30:04.920+00:00 periodic sync failed topics="waku reconciliation" tid=1 file=reconciliation.nim:441 err="no suitable peer found for sync"
|
|
ERR 2026-03-29 12:30:04.920+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:30:04.922+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:30:04.922+00:00 Failed to resolve address, returning empty set topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:158
|
|
INF 2026-03-29 12:30:05.427+00:00 periodic prune started topics="waku reconciliation" tid=1 file=reconciliation.nim:455
|
|
INF 2026-03-29 12:30:05.427+00:00 periodic prune done topics="waku reconciliation" tid=1 file=reconciliation.nim:463 elements_pruned=0
|
|
TRC 2026-03-29 12:30:05.880+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140694834102352
|
|
TRC 2026-03-29 12:30:05.880+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:30:05.880+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:30:05.880+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:30:05.880+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:30:05.880+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
INF 2026-03-29 12:30:05.921+00:00 periodic sync started topics="waku reconciliation" tid=1 file=reconciliation.nim:438
|
|
TRC 2026-03-29 12:30:05.921+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=140694833981008
|
|
TRC 2026-03-29 12:30:05.921+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:30:05.921+00:00 periodic sync failed topics="waku reconciliation" tid=1 file=reconciliation.nim:441 err="no suitable peer found for sync"
|
|
ERR 2026-03-29 12:30:05.921+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:30:06.428+00:00 periodic prune started topics="waku reconciliation" tid=1 file=reconciliation.nim:455
|
|
INF 2026-03-29 12:30:06.428+00:00 periodic prune done topics="waku reconciliation" tid=1 file=reconciliation.nim:463 elements_pruned=0
|
|
TRC 2026-03-29 12:30:06.879+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140694834102352
|
|
TRC 2026-03-29 12:30:06.879+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:30:06.879+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:30:06.879+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:30:06.879+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:30:06.879+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
INF 2026-03-29 12:30:06.921+00:00 periodic sync started topics="waku reconciliation" tid=1 file=reconciliation.nim:438
|
|
TRC 2026-03-29 12:30:06.921+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=140694833981008
|
|
TRC 2026-03-29 12:30:06.922+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:30:06.922+00:00 periodic sync failed topics="waku reconciliation" tid=1 file=reconciliation.nim:441 err="no suitable peer found for sync"
|
|
ERR 2026-03-29 12:30:06.922+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:30:07.428+00:00 periodic prune started topics="waku reconciliation" tid=1 file=reconciliation.nim:455
|
|
INF 2026-03-29 12:30:07.428+00:00 periodic prune done topics="waku reconciliation" tid=1 file=reconciliation.nim:463 elements_pruned=0
|
|
TRC 2026-03-29 12:30:07.879+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140694834102352
|
|
TRC 2026-03-29 12:30:07.879+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:30:07.879+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:30:07.879+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:30:07.879+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:30:07.879+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
INF 2026-03-29 12:30:07.922+00:00 periodic sync started topics="waku reconciliation" tid=1 file=reconciliation.nim:438
|
|
TRC 2026-03-29 12:30:07.922+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=140694833981008
|
|
TRC 2026-03-29 12:30:07.922+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:30:07.922+00:00 periodic sync failed topics="waku reconciliation" tid=1 file=reconciliation.nim:441 err="no suitable peer found for sync"
|
|
ERR 2026-03-29 12:30:07.922+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:30:08.429+00:00 periodic prune started topics="waku reconciliation" tid=1 file=reconciliation.nim:455
|
|
INF 2026-03-29 12:30:08.429+00:00 periodic prune done topics="waku reconciliation" tid=1 file=reconciliation.nim:463 elements_pruned=0
|
|
TRC 2026-03-29 12:30:08.880+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140694834102352
|
|
TRC 2026-03-29 12:30:08.880+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:30:08.880+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:30:08.880+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:30:08.880+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:30:08.880+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
INF 2026-03-29 12:30:08.923+00:00 periodic sync started topics="waku reconciliation" tid=1 file=reconciliation.nim:438
|
|
TRC 2026-03-29 12:30:08.923+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=140694833981008
|
|
TRC 2026-03-29 12:30:08.923+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:30:08.923+00:00 periodic sync failed topics="waku reconciliation" tid=1 file=reconciliation.nim:441 err="no suitable peer found for sync"
|
|
ERR 2026-03-29 12:30:08.923+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:30:09.430+00:00 periodic prune started topics="waku reconciliation" tid=1 file=reconciliation.nim:455
|
|
INF 2026-03-29 12:30:09.430+00:00 periodic prune done topics="waku reconciliation" tid=1 file=reconciliation.nim:463 elements_pruned=0
|
|
TRC 2026-03-29 12:30:09.879+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140694834102352
|
|
TRC 2026-03-29 12:30:09.879+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:30:09.879+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:30:09.879+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:30:09.879+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:30:09.879+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
TRC 2026-03-29 12:30:09.880+00:00 running scoring heartbeat topics="libp2p gossipsub" tid=1 file=scoring.nim:312 instance=140694834102352
|
|
TRC 2026-03-29 12:30:09.880+00:00 updating scores topics="libp2p gossipsub" tid=1 file=scoring.nim:144 peers=0
|
|
TRC 2026-03-29 12:30:09.880+00:00 updated scores topics="libp2p gossipsub" tid=1 file=scoring.nim:308 peers=0
|
|
TRC 2026-03-29 12:30:09.885+00:00 Running AutonatService topics="libp2p autonatservice" tid=1 file=service.nim:231
|
|
TRC 2026-03-29 12:30:09.885+00:00 Asking peers for reachability topics="libp2p autonatservice" tid=1 file=service.nim:160
|
|
TRC 2026-03-29 12:30:09.885+00:00 waku rendezvous advertisements started topics="waku rendezvous" tid=1 file=protocol.nim:112
|
|
TRC 2026-03-29 12:30:09.885+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=140694833981008
|
|
TRC 2026-03-29 12:30:09.885+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:30:09.885+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:30:09.885+00:00 waku rendezvous client requests started topics="waku rendezvous client" tid=1 file=client.nim:43
|
|
TRC 2026-03-29 12:30:09.885+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=140694833981008
|
|
TRC 2026-03-29 12:30:09.885+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:30:09.885+00:00 waku rendezvous requests failed topics="waku rendezvous client" tid=1 file=client.nim:87 error="could not get a peer supporting WakuRendezVousCodec"
|
|
TRC 2026-03-29 12:30:09.893+00:00 Mesh peers for keepalive tid=1 file=node_health_monitor.nim:558 meshPeers=[]
|
|
TRC 2026-03-29 12:30:09.893+00:00 Selected peers for keepalive tid=1 file=node_health_monitor.nim:569 selected=[]
|
|
TRC 2026-03-29 12:30:09.893+00:00 Pinging random peers tid=1 file=node_health_monitor.nim:629 count=0 countdownToPingAll=6
|
|
TRC 2026-03-29 12:30:09.893+00:00 Keepalive results tid=1 file=node_health_monitor.nim:644 attemptedPings=0 successfulPings=0
|
|
TRC 2026-03-29 12:30:09.893+00:00 Running keepalive loop tid=1 file=node_health_monitor.nim:593
|
|
TRC 2026-03-29 12:30:09.895+00:00 running discv5 discovery loop topics="waku discv5" tid=1 file=waku_discv5.nim:261
|
|
TRC 2026-03-29 12:30:09.895+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:30:09.895+00:00 discv5 discarded wrong records topics="waku discv5" tid=1 file=waku_discv5.nim:281 wrong_records=[]
|
|
TRC 2026-03-29 12:30:09.923+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:30:09.924+00:00 periodic sync started topics="waku reconciliation" tid=1 file=reconciliation.nim:438
|
|
TRC 2026-03-29 12:30:09.924+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=140694833981008
|
|
TRC 2026-03-29 12:30:09.924+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:30:09.924+00:00 periodic sync failed topics="waku reconciliation" tid=1 file=reconciliation.nim:441 err="no suitable peer found for sync"
|
|
ERR 2026-03-29 12:30:09.924+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:30:10.431+00:00 periodic prune started topics="waku reconciliation" tid=1 file=reconciliation.nim:455
|
|
INF 2026-03-29 12:30:10.431+00:00 periodic prune done topics="waku reconciliation" tid=1 file=reconciliation.nim:463 elements_pruned=0
|
|
TRC 2026-03-29 12:30:10.879+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140694834102352
|
|
TRC 2026-03-29 12:30:10.879+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:30:10.879+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:30:10.879+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:30:10.879+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:30:10.879+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
INF 2026-03-29 12:30:10.925+00:00 periodic sync started topics="waku reconciliation" tid=1 file=reconciliation.nim:438
|
|
TRC 2026-03-29 12:30:10.925+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=140694833981008
|
|
TRC 2026-03-29 12:30:10.925+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:30:10.925+00:00 periodic sync failed topics="waku reconciliation" tid=1 file=reconciliation.nim:441 err="no suitable peer found for sync"
|
|
ERR 2026-03-29 12:30:10.925+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:30:11.432+00:00 periodic prune started topics="waku reconciliation" tid=1 file=reconciliation.nim:455
|
|
INF 2026-03-29 12:30:11.432+00:00 periodic prune done topics="waku reconciliation" tid=1 file=reconciliation.nim:463 elements_pruned=0
|
|
TRC 2026-03-29 12:30:11.879+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140694834102352
|
|
TRC 2026-03-29 12:30:11.879+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:30:11.879+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:30:11.879+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:30:11.879+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:30:11.879+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
INF 2026-03-29 12:30:11.925+00:00 periodic sync started topics="waku reconciliation" tid=1 file=reconciliation.nim:438
|
|
TRC 2026-03-29 12:30:11.925+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=140694833981008
|
|
TRC 2026-03-29 12:30:11.926+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:30:11.926+00:00 periodic sync failed topics="waku reconciliation" tid=1 file=reconciliation.nim:441 err="no suitable peer found for sync"
|
|
ERR 2026-03-29 12:30:11.926+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:30:12.432+00:00 periodic prune started topics="waku reconciliation" tid=1 file=reconciliation.nim:455
|
|
INF 2026-03-29 12:30:12.432+00:00 periodic prune done topics="waku reconciliation" tid=1 file=reconciliation.nim:463 elements_pruned=0
|
|
TRC 2026-03-29 12:30:12.879+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140694834102352
|
|
TRC 2026-03-29 12:30:12.879+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:30:12.879+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:30:12.879+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:30:12.879+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:30:12.879+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
INF 2026-03-29 12:30:12.926+00:00 periodic sync started topics="waku reconciliation" tid=1 file=reconciliation.nim:438
|
|
TRC 2026-03-29 12:30:12.926+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=140694833981008
|
|
TRC 2026-03-29 12:30:12.926+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:30:12.926+00:00 periodic sync failed topics="waku reconciliation" tid=1 file=reconciliation.nim:441 err="no suitable peer found for sync"
|
|
ERR 2026-03-29 12:30:12.926+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:30:13.433+00:00 periodic prune started topics="waku reconciliation" tid=1 file=reconciliation.nim:455
|
|
INF 2026-03-29 12:30:13.433+00:00 periodic prune done topics="waku reconciliation" tid=1 file=reconciliation.nim:463 elements_pruned=0
|
|
TRC 2026-03-29 12:30:13.879+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140694834102352
|
|
TRC 2026-03-29 12:30:13.879+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:30:13.879+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:30:13.879+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:30:13.879+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:30:13.879+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
INF 2026-03-29 12:30:13.926+00:00 periodic sync started topics="waku reconciliation" tid=1 file=reconciliation.nim:438
|
|
TRC 2026-03-29 12:30:13.926+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=140694833981008
|
|
TRC 2026-03-29 12:30:13.926+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:30:13.926+00:00 periodic sync failed topics="waku reconciliation" tid=1 file=reconciliation.nim:441 err="no suitable peer found for sync"
|
|
ERR 2026-03-29 12:30:13.926+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:30:14.432+00:00 periodic prune started topics="waku reconciliation" tid=1 file=reconciliation.nim:455
|
|
INF 2026-03-29 12:30:14.432+00:00 periodic prune done topics="waku reconciliation" tid=1 file=reconciliation.nim:463 elements_pruned=0
|
|
TRC 2026-03-29 12:30:14.878+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140694834102352
|
|
TRC 2026-03-29 12:30:14.878+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:30:14.878+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:30:14.878+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:30:14.878+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:30:14.878+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
TRC 2026-03-29 12:30:14.896+00:00 running discv5 discovery loop topics="waku discv5" tid=1 file=waku_discv5.nim:261
|
|
TRC 2026-03-29 12:30:14.896+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:30:14.896+00:00 discv5 discarded wrong records topics="waku discv5" tid=1 file=waku_discv5.nim:281 wrong_records=[]
|
|
INF 2026-03-29 12:30:14.922+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!"
|
|
INF 2026-03-29 12:30:14.926+00:00 periodic sync started topics="waku reconciliation" tid=1 file=reconciliation.nim:438
|
|
TRC 2026-03-29 12:30:14.926+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=140694833981008
|
|
TRC 2026-03-29 12:30:14.926+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:30:14.926+00:00 periodic sync failed topics="waku reconciliation" tid=1 file=reconciliation.nim:441 err="no suitable peer found for sync"
|
|
ERR 2026-03-29 12:30:14.926+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:30:15.434+00:00 periodic prune started topics="waku reconciliation" tid=1 file=reconciliation.nim:455
|
|
INF 2026-03-29 12:30:15.434+00:00 periodic prune done topics="waku reconciliation" tid=1 file=reconciliation.nim:463 elements_pruned=0
|
|
TRC 2026-03-29 12:30:15.878+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140694834102352
|
|
TRC 2026-03-29 12:30:15.878+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:30:15.878+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:30:15.878+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:30:15.878+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:30:15.878+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
INF 2026-03-29 12:30:15.927+00:00 periodic sync started topics="waku reconciliation" tid=1 file=reconciliation.nim:438
|
|
TRC 2026-03-29 12:30:15.927+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=140694833981008
|
|
TRC 2026-03-29 12:30:15.927+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:30:15.927+00:00 periodic sync failed topics="waku reconciliation" tid=1 file=reconciliation.nim:441 err="no suitable peer found for sync"
|
|
ERR 2026-03-29 12:30:15.927+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:30:16.435+00:00 periodic prune started topics="waku reconciliation" tid=1 file=reconciliation.nim:455
|
|
INF 2026-03-29 12:30:16.435+00:00 periodic prune done topics="waku reconciliation" tid=1 file=reconciliation.nim:463 elements_pruned=0
|