155 lines
29 KiB
Plaintext

WRN 2026-04-23 05:19:02.973+00:00 whether to mount storeSync is not specified, defaulting to not mounting topics="waku conf builder" tid=63084
WRN 2026-04-23 05:19:02.973+00:00 missing node key, generating new set topics="waku conf builder" tid=63084
bSubscribeShards: none(seq[uint16])
INF 2026-04-23 05:19:02.973+00:00 Sharding configuration: topics="waku conf builder" tid=63084 shardingConf="(kind: AutoSharding, numShardsInCluster: 1)" subscribeShards=@[0]
INF 2026-04-23 05:19:02.974+00:00 Configuration: Enabled protocols topics="waku conf" tid=63084 relay=true rlnRelay=false store=true filter=false lightPush=false peerExchange=false rendezvous=true
INF 2026-04-23 05:19:02.974+00:00 Configuration. Network topics="waku conf" tid=63084 cluster=198
INF 2026-04-23 05:19:02.974+00:00 Configuration. Active Relay Shards topics="waku conf" tid=63084 shard=0
DBG 2026-04-23 05:19:06.979+00:00 UPnP topics="eth net nat" tid=63084 msg="Internet Gateway Device not found. Giving up."
DBG 2026-04-23 05:19:10.731+00:00 NAT-PMP topics="eth net nat" tid=63084 msg="the gateway does not support nat-pmp"
INF 2026-04-23 05:19:10.731+00:00 Setting up storage tid=63084
INF 2026-04-23 05:19:10.731+00:00 Initializing node tid=63084
INF 2026-04-23 05:19:10.733+00:00 Initializing networking tid=63084 addrs=@[/ip4/127.0.0.1/tcp/58519]
INF 2026-04-23 05:19:10.733+00:00 Mounting protocols tid=63084
INF 2026-04-23 05:19:10.733+00:00 Created WakuMetadata protocol topics="waku node" tid=63084 clusterId=198 shards="[0]"
INF 2026-04-23 05:19:10.735+00:00 sqlite database page stats tid=63084 pageSize=4096 pages=1 freePages=0
INF 2026-04-23 05:19:10.735+00:00 starting message store's sqlite database migration topics="waku archive migration" tid=63084
INF 2026-04-23 05:19:10.735+00:00 Not considered schema version 7 topics="waku archive migration" tid=63084
INF 2026-04-23 05:19:10.735+00:00 database schema is outdated topics="sqlite" tid=63084 userVersion=0 targetVersion=10
INF 2026-04-23 05:19:10.736+00:00 executing migration statement topics="sqlite" tid=63084 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-04-23 05:19:10.737+00:00 migration statement executed succesfully topics="sqlite" tid=63084 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-04-23 05:19:10.738+00:00 executing migration statement topics="sqlite" tid=63084 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-04-23 05:19:10.738+00:00 migration statement executed succesfully topics="sqlite" tid=63084 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-04-23 05:19:10.738+00:00 executing migration statement topics="sqlite" tid=63084 statement="INSERT INTO Message_backup SELECT id, timestamp, contentTopic, pubsubTopic, payload, version FROM Message;"
INF 2026-04-23 05:19:10.738+00:00 migration statement executed succesfully topics="sqlite" tid=63084 statement="INSERT INTO Message_backup SELECT id, timestamp, contentTopic, pubsubTopic, payload, version FROM Message;"
INF 2026-04-23 05:19:10.738+00:00 executing migration statement topics="sqlite" tid=63084 statement="DROP TABLE Message;"
INF 2026-04-23 05:19:10.739+00:00 migration statement executed succesfully topics="sqlite" tid=63084 statement="DROP TABLE Message;"
INF 2026-04-23 05:19:10.739+00:00 executing migration statement topics="sqlite" tid=63084 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-04-23 05:19:10.739+00:00 migration statement executed succesfully topics="sqlite" tid=63084 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-04-23 05:19:10.739+00:00 executing migration statement topics="sqlite" tid=63084 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-04-23 05:19:10.739+00:00 migration statement executed succesfully topics="sqlite" tid=63084 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-04-23 05:19:10.739+00:00 executing migration statement topics="sqlite" tid=63084 statement="DROP TABLE Message_backup;"
INF 2026-04-23 05:19:10.740+00:00 migration statement executed succesfully topics="sqlite" tid=63084 statement="DROP TABLE Message_backup;"
INF 2026-04-23 05:19:10.740+00:00 executing migration statement topics="sqlite" tid=63084 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-04-23 05:19:10.740+00:00 migration statement executed succesfully topics="sqlite" tid=63084 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-04-23 05:19:10.740+00:00 executing migration statement topics="sqlite" tid=63084 statement="INSERT INTO Message_backup SELECT id, receiverTimestamp, contentTopic, pubsubTopic, payload, version, senderTimestamp FROM Message;"
INF 2026-04-23 05:19:10.740+00:00 migration statement executed succesfully topics="sqlite" tid=63084 statement="INSERT INTO Message_backup SELECT id, receiverTimestamp, contentTopic, pubsubTopic, payload, version, senderTimestamp FROM Message;"
INF 2026-04-23 05:19:10.740+00:00 executing migration statement topics="sqlite" tid=63084 statement="DROP TABLE Message;"
INF 2026-04-23 05:19:10.741+00:00 migration statement executed succesfully topics="sqlite" tid=63084 statement="DROP TABLE Message;"
INF 2026-04-23 05:19:10.741+00:00 executing migration statement topics="sqlite" tid=63084 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-04-23 05:19:10.741+00:00 migration statement executed succesfully topics="sqlite" tid=63084 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-04-23 05:19:10.741+00:00 executing migration statement topics="sqlite" tid=63084 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-04-23 05:19:10.741+00:00 migration statement executed succesfully topics="sqlite" tid=63084 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-04-23 05:19:10.741+00:00 executing migration statement topics="sqlite" tid=63084 statement="DROP TABLE Message_backup;"
INF 2026-04-23 05:19:10.742+00:00 migration statement executed succesfully topics="sqlite" tid=63084 statement="DROP TABLE Message_backup;"
INF 2026-04-23 05:19:10.742+00:00 executing migration statement topics="sqlite" tid=63084 statement="ALTER TABLE Message RENAME TO Message_backup;"
INF 2026-04-23 05:19:10.742+00:00 migration statement executed succesfully topics="sqlite" tid=63084 statement="ALTER TABLE Message RENAME TO Message_backup;"
INF 2026-04-23 05:19:10.742+00:00 executing migration statement topics="sqlite" tid=63084 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-04-23 05:19:10.743+00:00 migration statement executed succesfully topics="sqlite" tid=63084 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-04-23 05:19:10.743+00:00 executing migration statement topics="sqlite" tid=63084 statement="INSERT INTO Message\n SELECT *\n FROM Message_backup;"
INF 2026-04-23 05:19:10.743+00:00 migration statement executed succesfully topics="sqlite" tid=63084 statement="INSERT INTO Message\n SELECT *\n FROM Message_backup;"
INF 2026-04-23 05:19:10.743+00:00 executing migration statement topics="sqlite" tid=63084 statement="DROP TABLE Message_backup;"
INF 2026-04-23 05:19:10.743+00:00 migration statement executed succesfully topics="sqlite" tid=63084 statement="DROP TABLE Message_backup;"
INF 2026-04-23 05:19:10.743+00:00 executing migration statement topics="sqlite" tid=63084 statement="CREATE INDEX IF NOT EXISTS i_msg ON Message (contentTopic, pubsubTopic, senderTimestamp, id);"
INF 2026-04-23 05:19:10.744+00:00 migration statement executed succesfully topics="sqlite" tid=63084 statement="CREATE INDEX IF NOT EXISTS i_msg ON Message (contentTopic, pubsubTopic, senderTimestamp, id);"
INF 2026-04-23 05:19:10.744+00:00 executing migration statement topics="sqlite" tid=63084 statement="ALTER TABLE message RENAME COLUMN receiverTimestamp TO storedAt;"
INF 2026-04-23 05:19:10.744+00:00 migration statement executed succesfully topics="sqlite" tid=63084 statement="ALTER TABLE message RENAME COLUMN receiverTimestamp TO storedAt;"
INF 2026-04-23 05:19:10.744+00:00 executing migration statement topics="sqlite" tid=63084 statement="DROP INDEX IF EXISTS i_msg;"
INF 2026-04-23 05:19:10.745+00:00 migration statement executed succesfully topics="sqlite" tid=63084 statement="DROP INDEX IF EXISTS i_msg;"
INF 2026-04-23 05:19:10.745+00:00 executing migration statement topics="sqlite" tid=63084 statement="CREATE INDEX IF NOT EXISTS i_query ON message (contentTopic, pubsubTopic, storedAt, id);"
INF 2026-04-23 05:19:10.745+00:00 migration statement executed succesfully topics="sqlite" tid=63084 statement="CREATE INDEX IF NOT EXISTS i_query ON message (contentTopic, pubsubTopic, storedAt, id);"
INF 2026-04-23 05:19:10.745+00:00 executing migration statement topics="sqlite" tid=63084 statement="DROP INDEX IF EXISTS i_rt;"
INF 2026-04-23 05:19:10.745+00:00 migration statement executed succesfully topics="sqlite" tid=63084 statement="DROP INDEX IF EXISTS i_rt;"
INF 2026-04-23 05:19:10.745+00:00 executing migration statement topics="sqlite" tid=63084 statement="CREATE INDEX IF NOT EXISTS i_ts ON message (storedAt);"
INF 2026-04-23 05:19:10.746+00:00 migration statement executed succesfully topics="sqlite" tid=63084 statement="CREATE INDEX IF NOT EXISTS i_ts ON message (storedAt);"
INF 2026-04-23 05:19:10.746+00:00 executing migration statement topics="sqlite" tid=63084 statement="ALTER TABLE message RENAME TO message_backup;"
INF 2026-04-23 05:19:10.746+00:00 migration statement executed succesfully topics="sqlite" tid=63084 statement="ALTER TABLE message RENAME TO message_backup;"
INF 2026-04-23 05:19:10.746+00:00 executing migration statement topics="sqlite" tid=63084 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-04-23 05:19:10.747+00:00 migration statement executed succesfully topics="sqlite" tid=63084 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-04-23 05:19:10.747+00:00 executing migration statement topics="sqlite" tid=63084 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-04-23 05:19:10.747+00:00 migration statement executed succesfully topics="sqlite" tid=63084 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-04-23 05:19:10.747+00:00 executing migration statement topics="sqlite" tid=63084 statement="DROP TABLE message_backup;"
INF 2026-04-23 05:19:10.747+00:00 migration statement executed succesfully topics="sqlite" tid=63084 statement="DROP TABLE message_backup;"
INF 2026-04-23 05:19:10.747+00:00 executing migration statement topics="sqlite" tid=63084 statement="ALTER TABLE message RENAME TO message_backup;"
INF 2026-04-23 05:19:10.748+00:00 migration statement executed succesfully topics="sqlite" tid=63084 statement="ALTER TABLE message RENAME TO message_backup;"
INF 2026-04-23 05:19:10.748+00:00 executing migration statement topics="sqlite" tid=63084 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-04-23 05:19:10.748+00:00 migration statement executed succesfully topics="sqlite" tid=63084 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-04-23 05:19:10.748+00:00 executing migration statement topics="sqlite" tid=63084 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-04-23 05:19:10.748+00:00 migration statement executed succesfully topics="sqlite" tid=63084 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-04-23 05:19:10.748+00:00 executing migration statement topics="sqlite" tid=63084 statement="DROP TABLE message_backup;"
INF 2026-04-23 05:19:10.749+00:00 migration statement executed succesfully topics="sqlite" tid=63084 statement="DROP TABLE message_backup;"
INF 2026-04-23 05:19:10.749+00:00 executing migration statement topics="sqlite" tid=63084 statement="ALTER TABLE message ADD COLUMN meta BLOB;"
INF 2026-04-23 05:19:10.749+00:00 migration statement executed succesfully topics="sqlite" tid=63084 statement="ALTER TABLE message ADD COLUMN meta BLOB;"
INF 2026-04-23 05:19:10.749+00:00 executing migration statement topics="sqlite" tid=63084 statement="ALTER TABLE message DROP COLUMN timestamp;"
INF 2026-04-23 05:19:10.750+00:00 migration statement executed succesfully topics="sqlite" tid=63084 statement="ALTER TABLE message DROP COLUMN timestamp;"
INF 2026-04-23 05:19:10.750+00:00 executing migration statement topics="sqlite" tid=63084 statement="ALTER TABLE message RENAME COLUMN storedAt TO timestamp;"
INF 2026-04-23 05:19:10.751+00:00 migration statement executed succesfully topics="sqlite" tid=63084 statement="ALTER TABLE message RENAME COLUMN storedAt TO timestamp;"
INF 2026-04-23 05:19:10.751+00:00 database user_version updated topics="sqlite" tid=63084 userVersion=10
INF 2026-04-23 05:19:10.751+00:00 finished message store's sqlite database migration topics="waku archive migration" tid=63084
INF 2026-04-23 05:19:10.751+00:00 setting up sqlite waku archive driver tid=63084
INF 2026-04-23 05:19:10.752+00:00 executing message retention policy topics="waku archive" tid=63084 policy=time:172800
INF 2026-04-23 05:19:10.752+00:00 beginning of executing message retention policy - time topics="waku archive retention_policy" tid=63084
INF 2026-04-23 05:19:10.752+00:00 end of executing message retention policy - time topics="waku archive retention_policy" tid=63084
INF 2026-04-23 05:19:10.752+00:00 mounting waku store protocol topics="waku node store api" tid=63084
INF 2026-04-23 05:19:10.752+00:00 mounting store client topics="waku node store api" tid=63084
INF 2026-04-23 05:19:10.752+00:00 mounting auto sharding topics="waku node" tid=63084 clusterId=198 shardCount=1
INF 2026-04-23 05:19:10.752+00:00 Shards created from content topics tid=63084 contentTopics=[] shards=[]
INF 2026-04-23 05:19:10.752+00:00 Setting max message size tid=63084 num_bytes=153600
INF 2026-04-23 05:19:10.752+00:00 mounting relay protocol topics="waku node relay api" tid=63084
INF 2026-04-23 05:19:10.752+00:00 relay mounted successfully topics="waku node relay api" tid=63084
INF 2026-04-23 05:19:10.752+00:00 adding validator to signed shards tid=63084 protectedShards=[] clusterId=198
INF 2026-04-23 05:19:10.752+00:00 mounting rendezvous discovery protocol topics="waku node" tid=63084
INF 2026-04-23 05:19:10.752+00:00 waku rendezvous initialized topics="waku node" tid=63084 clusterId=198 shards="[0]" capabilities="[Relay, Store]" wakuPeerRecord="(peerId: 16U*BBjc3S, seqNo: 1776921550, addresses: [/ip4/127.0.0.1/tcp/58519], mixKey: )"
INF 2026-04-23 05:19:10.752+00:00 mounting rendezvous client topics="waku node" tid=63084
INF 2026-04-23 05:19:10.752+00:00 waku rendezvous client initialized topics="waku node" tid=63084 clusterId=198
INF 2026-04-23 05:19:10.752+00:00 mounting libp2p ping protocol topics="waku node ping api" tid=63084
INF 2026-04-23 05:19:10.752+00:00 mounting light push client topics="waku node lightpush api" tid=63084
INF 2026-04-23 05:19:10.752+00:00 mounting legacy light push client topics="waku node lightpush api" tid=63084
INF 2026-04-23 05:19:10.752+00:00 mounting filter client topics="waku node filter api" tid=63084
INF 2026-04-23 05:19:10.753+00:00 mounting waku peer exchange client topics="waku node peerexchange api" tid=63084
INF 2026-04-23 05:19:10.753+00:00 No external callbacks to be set topics="wakunode waku" tid=63084
INF 2026-04-23 05:19:10.753+00:00 Retrieve dynamic bootstrap nodes topics="wakunode waku" tid=63084
INF 2026-04-23 05:19:10.753+00:00 Running nwaku node tid=63084 version="\"f5762a\""
INF 2026-04-23 05:19:10.753+00:00 Starting Waku node topics="waku node" tid=63084 version="\"f5762a\""
INF 2026-04-23 05:19:10.753+00:00 starting relay protocol topics="waku node" tid=63084
INF 2026-04-23 05:19:10.753+00:00 start topics="waku relay" tid=63084
INF 2026-04-23 05:19:10.753+00:00 relay started successfully topics="waku node" tid=63084
INF 2026-04-23 05:19:10.753+00:00 waku rendezvous periodic registration started topics="waku rendezvous" tid=63084 interval=10s
INF 2026-04-23 05:19:10.753+00:00 waku rendezvous discovery started topics="waku rendezvous" tid=63084
INF 2026-04-23 05:19:10.753+00:00 waku rendezvous periodic requests started topics="waku rendezvous client" tid=63084 interval=10s
INF 2026-04-23 05:19:10.753+00:00 waku rendezvous client started topics="waku rendezvous client" tid=63084
DBG 2026-04-23 05:19:10.753+00:00 starting switch for peer topics="libp2p switch" tid=63084 peerInfo="(peerId: 16Uiu2HAmKEaCGmJoNayeiZEjANN3XUa43Z8zq8u51ZqF1FBBjc3S, listenAddrs: [/ip4/0.0.0.0/tcp/58519], addrs: [], protocols: [/ipfs/id/1.0.0, /libp2p/autonat/1.0.0, /libp2p/circuit/relay/0.2.0/hop, /vac/waku/metadata/1.0.0, /vac/waku/store-query/3.0.0, /vac/waku/relay/2.0.0, /vac/waku/rendezvous/1.0.0, /ipfs/ping/1.0.0, /vac/waku/filter-push/2.0.0-beta1], protoVersion: ipfs/0.1.0, agentVersion: logos-delivery-\"f5762a\")"
DBG 2026-04-23 05:19:10.754+00:00 About to accept incoming connection topics="libp2p switch" tid=63084
INF 2026-04-23 05:19:10.754+00:00 Setting up AutonatService topics="libp2p autonatservice" tid=63084
WRN 2026-04-23 05:19:10.754+00:00 Starting gossipsub twice topics="libp2p gossipsub" tid=63084
WRN 2026-04-23 05:19:10.754+00:00 Starting rendezvous twice topics="waku rendezvous" tid=63084
DBG 2026-04-23 05:19:10.754+00:00 Started libp2p node topics="libp2p switch" tid=63084 peer="(peerId: 16Uiu2HAmKEaCGmJoNayeiZEjANN3XUa43Z8zq8u51ZqF1FBBjc3S, listenAddrs: [/ip4/0.0.0.0/tcp/58519], addrs: [/ip4/127.0.0.1/tcp/58519], protocols: [/ipfs/id/1.0.0, /libp2p/autonat/1.0.0, /libp2p/circuit/relay/0.2.0/hop, /vac/waku/metadata/1.0.0, /vac/waku/store-query/3.0.0, /vac/waku/relay/2.0.0, /vac/waku/rendezvous/1.0.0, /ipfs/ping/1.0.0, /vac/waku/filter-push/2.0.0-beta1], protoVersion: ipfs/0.1.0, agentVersion: logos-delivery-\"f5762a\")"
INF 2026-04-23 05:19:10.754+00:00 PeerInfo topics="waku node" tid=63084 peerId=16U*BBjc3S addrs="[/ip4/127.0.0.1/tcp/58519]"
INF 2026-04-23 05:19:10.754+00:00 Listening on topics="waku node" tid=63084 full=[/ip4/0.0.0.0/tcp/58519/p2p/16Uiu2HAmKEaCGmJoNayeiZEjANN3XUa43Z8zq8u51ZqF1FBBjc3S] localIp=10.1.0.118 switchAddress=@[/ip4/10.1.0.118/tcp/58519]
INF 2026-04-23 05:19:10.754+00:00 Announcing addresses topics="waku node" tid=63084 full=[/ip4/10.1.0.118/tcp/58519/p2p/16Uiu2HAmKEaCGmJoNayeiZEjANN3XUa43Z8zq8u51ZqF1FBBjc3S]
INF 2026-04-23 05:19:10.754+00:00 DNS: discoverable ENR topics="waku node" tid=63084 enr=enr:-KC4QP3z3MB2az6jxXIid71xpjPCclv_pm8abgGIymTYG4d7XxbG_FWa_kXI1L_tWPbR5-Rnp3B3PpqpvynBKQkLxHoBgmlkgnY0gmlwhAAAAACKbXVsdGlhZGRyc4CCcnOFAMYBAACJc2VjcDI1NmsxoQNhwI5viuk48C-tZdKk5zv7ycDW_lE9uMz0ALqaREd3aYN0Y3CC5JeFd2FrdTID
INF 2026-04-23 05:19:10.754+00:00 Node started successfully topics="waku node" tid=63084
INF 2026-04-23 05:19:10.754+00:00 Starting peer exchange loop topics="waku node peerexchange api" tid=63084
INF 2026-04-23 05:19:10.754+00:00 Retrieving peer info via peer exchange protocol topics="waku node peerexchange api" tid=63084 amount=5
INF 2026-04-23 05:19:10.754+00:00 peer exchange request could not be made as no peer exchange peers found topics="waku peer_exchange client" tid=63084
WRN 2026-04-23 05:19:10.754+00:00 failed to retrieve peer info via peer exchange protocol topics="waku node peerexchange api" tid=63084 error="(status_code: SERVICE_UNAVAILABLE, status_desc: some("peer_not_found_failure"))"
WRN 2026-04-23 05:19:10.754+00:00 Cannot fetch peers from peer exchange topics="waku node peerexchange api" tid=63084 cause="(status_code: SERVICE_UNAVAILABLE, status_desc: some("peer_not_found_failure"))"
INF 2026-04-23 05:19:10.754+00:00 Relay peer connections topics="waku node peer_manager" tid=63084 inRelayConns=0/50 outRelayConns=0/25 totalConnections=0/150 notConnectedPeers=0 outsideBackoffPeers=0
INF 2026-04-23 05:19:10.754+00:00 PeerInfo topics="waku node" tid=63084 peerId=16U*BBjc3S addrs="[/ip4/10.1.0.118/tcp/58519]"
INF 2026-04-23 05:19:10.755+00:00 Listening on topics="waku node" tid=63084 full=[/ip4/0.0.0.0/tcp/58519/p2p/16Uiu2HAmKEaCGmJoNayeiZEjANN3XUa43Z8zq8u51ZqF1FBBjc3S] localIp=10.1.0.118 switchAddress=@[/ip4/10.1.0.118/tcp/58519]
INF 2026-04-23 05:19:10.755+00:00 Announcing addresses topics="waku node" tid=63084 full=[/ip4/10.1.0.118/tcp/58519/p2p/16Uiu2HAmKEaCGmJoNayeiZEjANN3XUa43Z8zq8u51ZqF1FBBjc3S]
INF 2026-04-23 05:19:10.755+00:00 DNS: discoverable ENR topics="waku node" tid=63084 enr=enr:-KC4QP3z3MB2az6jxXIid71xpjPCclv_pm8abgGIymTYG4d7XxbG_FWa_kXI1L_tWPbR5-Rnp3B3PpqpvynBKQkLxHoBgmlkgnY0gmlwhAAAAACKbXVsdGlhZGRyc4CCcnOFAMYBAACJc2VjcDI1NmsxoQNhwI5viuk48C-tZdKk5zv7ycDW_lE9uMz0ALqaREd3aYN0Y3CC5JeFd2FrdTID
INF 2026-04-23 05:19:10.755+00:00 Waku node ENR updated successfully with new multiaddress topics="wakunode waku" tid=63084 enr=enr:-Kq4QHli7dLl7VW7jzBvdSaljTXrNXs73xpGPcSCOCj7aTnDWV-qtEoOr-ueKP2qZC859vGSRfZgShipO18Us5a4QI4CgmlkgnY0gmlwhAAAAACKbXVsdGlhZGRyc4oACAQKAQB2BuSXgnJzhQDGAQAAiXNlY3AyNTZrMaEDYcCOb4rpOPAvrWXSpOc7-8nA1v5RPbjM9AC6mkRHd2mDdGNwguSXhXdha3UyAw record="(2, id: \"v4\", ip: 0.0.0.0, multiaddrs: 0x0008040A01007606E497, rs: 0x00C6010000, secp256k1: 0x0361C08E6F8AE938F02FAD65D2A4E73BFBC9C0D6FE513DB8CCF400BA9A44477769, tcp: 58519, waku2: 0x03)"
INF 2026-04-23 05:19:10.755+00:00 subscribe topics="waku relay" tid=63084 pubsubTopic=/waku/2/rs/198/0
WRN 2026-04-23 05:19:10.755+00:00 No-effect API call to subscribe. Already subscribed to topic topics="waku node relay api" tid=63084 pubsubTopic=/waku/2/rs/198/0
INF 2026-04-23 05:19:10.755+00:00 Health monitor loop start tid=63084
DBG 2026-04-23 05:19:10.755+00:00 calculateConnectionState tid=63084 relayCount=0 storeClientCount=0 lightpushCount=0 filterCount=0
INF 2026-04-23 05:19:10.755+00:00 starting keepalive tid=63084 randomPeersKeepalive=10s allPeersKeepalive=2m
INF 2026-04-23 05:19:10.756+00:00 getPubSubPeersInMesh - there is no mesh peer for the given pubsub topic topics="waku relay" tid=63084 pubsubTopic=/waku/2/rs/198/0
INF 2026-04-23 05:19:10.756+00:00 Stopping AutonatService topics="libp2p autonatservice" tid=63084
WRN 2026-04-23 05:19:10.756+00:00 Stopping rendezvous without starting it topics="waku rendezvous" tid=63084
WRN 2026-04-23 05:19:10.756+00:00 Stopping rendezvous without starting it topics="waku rendezvous" tid=63084
INF 2026-04-23 05:19:10.756+00:00 waku rendezvous discovery stopped topics="waku rendezvous" tid=63084
INF 2026-04-23 05:19:10.756+00:00 waku rendezvous client stopped topics="waku rendezvous client" tid=63084
DBG 2026-04-23 05:19:13.977+00:00 Watchdog thread exiting because FFIContext is not running tid=63085