mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-03 09:03:25 +00:00
1464 lines
270 KiB
Plaintext
1464 lines
270 KiB
Plaintext
WRN 2026-03-29 12:16:03.046+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:16:03.046+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:16:03.047+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:16:03.047+00:00 Configuration. Network topics="waku conf" tid=1 file=waku_conf.nim:166 cluster=3
|
|
INF 2026-03-29 12:16:03.047+00:00 Configuration. Active Relay Shards topics="waku conf" tid=1 file=waku_conf.nim:169 shard=0
|
|
INF 2026-03-29 12:16:03.047+00:00 Setting up storage tid=1 file=node_factory.nim:532
|
|
INF 2026-03-29 12:16:03.047+00:00 Initializing node tid=1 file=node_factory.nim:541
|
|
TRC 2026-03-29 12:16:03.048+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/ipfs/id/1.0.0]"
|
|
TRC 2026-03-29 12:16:03.050+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/libp2p/autonat/1.0.0]"
|
|
TRC 2026-03-29 12:16:03.050+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:16:03.050+00:00 no peer storage found tid=1 file=peer_manager.nim:1219
|
|
INF 2026-03-29 12:16:03.050+00:00 Initializing networking tid=1 file=waku_node.nim:228 addrs="@[/ip4/172.18.199.142/tcp/30852, /ip4/172.18.199.142/tcp/30853/ws]"
|
|
INF 2026-03-29 12:16:03.050+00:00 Mounting protocols tid=1 file=node_factory.nim:547
|
|
INF 2026-03-29 12:16:03.050+00:00 Created WakuMetadata protocol topics="waku node" tid=1 file=protocol.nim:107 clusterId=3 shards="[0]"
|
|
TRC 2026-03-29 12:16:03.050+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:16:03.055+00:00 sqlite database page stats tid=1 file=builder.nim:53 pageSize=4096 pages=1 freePages=0
|
|
INF 2026-03-29 12:16:03.055+00:00 starting message store's sqlite database migration topics="waku archive migration" tid=1 file=migrations.nim:57
|
|
INF 2026-03-29 12:16:03.055+00:00 Not considered schema version 7 topics="waku archive migration" tid=1 file=migrations.nim:45
|
|
INF 2026-03-29 12:16:03.055+00:00 database schema is outdated topics="sqlite" tid=1 file=db_sqlite.nim:447 userVersion=0 targetVersion=10
|
|
INF 2026-03-29 12:16:03.057+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:16:03.060+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:16:03.060+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:16:03.061+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:16:03.061+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:16:03.061+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:16:03.061+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE Message;"
|
|
INF 2026-03-29 12:16:03.061+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP TABLE Message;"
|
|
INF 2026-03-29 12:16:03.061+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:16:03.062+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:16:03.062+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:16:03.062+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:16:03.062+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE Message_backup;"
|
|
INF 2026-03-29 12:16:03.062+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:16:03.062+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:16:03.063+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:16:03.063+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:16:03.063+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:16:03.063+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE Message;"
|
|
INF 2026-03-29 12:16:03.064+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP TABLE Message;"
|
|
INF 2026-03-29 12:16:03.064+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:16:03.065+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:16:03.065+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:16:03.065+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:16:03.065+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE Message_backup;"
|
|
INF 2026-03-29 12:16:03.065+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:16:03.066+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:16:03.068+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:16:03.068+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:16:03.068+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:16:03.068+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:16:03.068+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:16:03.068+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE Message_backup;"
|
|
INF 2026-03-29 12:16:03.069+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:16:03.069+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:16:03.069+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:16:03.069+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:16:03.071+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:16:03.071+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:16:03.072+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:16:03.072+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:16:03.072+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:16:03.072+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:16:03.072+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:16:03.072+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:16:03.073+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:16:03.073+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:16:03.074+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:16:03.074+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:16:03.075+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:16:03.075+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:16:03.075+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:16:03.075+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE message_backup;"
|
|
INF 2026-03-29 12:16:03.075+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:16:03.075+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:16:03.077+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:16:03.077+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:16:03.077+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:16:03.077+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:16:03.077+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:16:03.077+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE message_backup;"
|
|
INF 2026-03-29 12:16:03.078+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:16:03.078+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:16:03.079+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:16:03.079+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:16:03.080+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:16:03.080+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:16:03.082+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:16:03.082+00:00 database user_version updated topics="sqlite" tid=1 file=db_sqlite.nim:481 userVersion=10
|
|
INF 2026-03-29 12:16:03.082+00:00 finished message store's sqlite database migration topics="waku archive migration" tid=1 file=migrations.nim:70
|
|
INF 2026-03-29 12:16:03.083+00:00 setting up sqlite waku archive driver tid=1 file=builder.nim:65
|
|
INF 2026-03-29 12:16:03.083+00:00 executing message retention policy topics="waku archive" tid=1 file=archive.nim:270 policy=time:172800
|
|
INF 2026-03-29 12:16:03.084+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:16:03.084+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:16:03.084+00:00 mounting waku store protocol topics="waku node store api" tid=1 file=store.nim:255
|
|
TRC 2026-03-29 12:16:03.084+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:16:03.084+00:00 mounting store client topics="waku node store api" tid=1 file=store.nim:274
|
|
INF 2026-03-29 12:16:03.084+00:00 mounting legacy store client topics="waku node store api" tid=1 file=store.nim:145
|
|
INF 2026-03-29 12:16:03.084+00:00 mounting auto sharding topics="waku node" tid=1 file=waku_node.nim:305 clusterId=3 shardCount=1
|
|
INF 2026-03-29 12:16:03.084+00:00 Shards created from content topics tid=1 file=node_factory.nim:333 contentTopics=[] shards=[]
|
|
INF 2026-03-29 12:16:03.084+00:00 Setting max message size tid=1 file=node_factory.nim:342 num_bytes=153600
|
|
INF 2026-03-29 12:16:03.084+00:00 mounting relay protocol topics="waku node relay api" tid=1 file=relay.nim:259
|
|
TRC 2026-03-29 12:16:03.084+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:16:03.084+00:00 relay mounted successfully topics="waku node relay api" tid=1 file=relay.nim:276
|
|
INF 2026-03-29 12:16:03.084+00:00 adding validator to signed shards tid=1 file=validator_signed.nim:56 protectedShards=[] clusterId=3
|
|
INF 2026-03-29 12:16:03.084+00:00 mounting rendezvous discovery protocol topics="waku node" tid=1 file=waku_node.nim:432
|
|
INF 2026-03-29 12:16:03.084+00:00 waku rendezvous initialized topics="waku node" tid=1 file=protocol.nim:206 clusterId=3 shards="[0]" capabilities="[Relay, Store]" wakuPeerRecord="(peerId: 16U*KqPcdx, seqNo: 1774786563, addresses: [/ip4/172.18.199.142/tcp/30852, /ip4/172.18.199.142/tcp/30853/ws], mixKey: )"
|
|
TRC 2026-03-29 12:16:03.084+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:16:03.085+00:00 mounting rendezvous client topics="waku node" tid=1 file=waku_node.nim:418
|
|
INF 2026-03-29 12:16:03.085+00:00 waku rendezvous client initialized topics="waku node" tid=1 file=client.nim:130 clusterId=3
|
|
INF 2026-03-29 12:16:03.085+00:00 mounting libp2p ping protocol topics="waku node ping api" tid=1 file=ping.nim:20
|
|
TRC 2026-03-29 12:16:03.085+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/ipfs/ping/1.0.0]"
|
|
INF 2026-03-29 12:16:03.085+00:00 mounting light push client topics="waku node lightpush api" tid=1 file=lightpush.nim:183
|
|
INF 2026-03-29 12:16:03.085+00:00 mounting legacy light push client topics="waku node lightpush api" tid=1 file=lightpush.nim:72
|
|
INF 2026-03-29 12:16:03.085+00:00 mounting filter client topics="waku node filter api" tid=1 file=filter.nim:81
|
|
TRC 2026-03-29 12:16:03.085+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:16:03.085+00:00 mounting waku peer exchange topics="waku node peerexchange api" tid=1 file=peer_exchange.nim:37
|
|
TRC 2026-03-29 12:16:03.085+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:16:03.085+00:00 mounting waku peer exchange client topics="waku node peerexchange api" tid=1 file=peer_exchange.nim:54
|
|
NTC 2026-03-29 12:16:03.085+00:00 REST service started tid=1 file=server.nim:182 address=0.0.0.0:30851
|
|
INF 2026-03-29 12:16:03.085+00:00 Starting REST HTTP server tid=1 file=builder.nim:113 url=http://0.0.0.0:30851/
|
|
INF 2026-03-29 12:16:03.086+00:00 No external callbacks to be set topics="wakunode waku" tid=1 file=waku.nim:127
|
|
TRC 2026-03-29 12:16:03.086+00:00 Send processor chain topics="send service" tid=1 file=send_service.nim:94 index=1 processor=BaseSendProcessor
|
|
INF 2026-03-29 12:16:03.086+00:00 Retrieve dynamic bootstrap nodes topics="wakunode waku" tid=1 file=waku.nim:367
|
|
INF 2026-03-29 12:16:03.086+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:16:03.086+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:16:03.086+00:00 starting relay protocol topics="waku node" tid=1 file=waku_node.nim:389
|
|
INF 2026-03-29 12:16:03.086+00:00 start topics="waku relay" tid=1 file=protocol.nim:519
|
|
TRC 2026-03-29 12:16:03.086+00:00 gossipsub start topics="libp2p gossipsub" tid=1 file=gossipsub.nim:1113
|
|
TRC 2026-03-29 12:16:03.086+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140615119798352
|
|
TRC 2026-03-29 12:16:03.086+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
TRC 2026-03-29 12:16:03.086+00:00 running scoring heartbeat topics="libp2p gossipsub" tid=1 file=scoring.nim:312 instance=140615119798352
|
|
TRC 2026-03-29 12:16:03.086+00:00 updating scores topics="libp2p gossipsub" tid=1 file=scoring.nim:144 peers=0
|
|
TRC 2026-03-29 12:16:03.086+00:00 updated scores topics="libp2p gossipsub" tid=1 file=scoring.nim:308 peers=0
|
|
INF 2026-03-29 12:16:03.087+00:00 relay started successfully topics="waku node" tid=1 file=waku_node.nim:410
|
|
INF 2026-03-29 12:16:03.087+00:00 waku rendezvous periodic registration started topics="waku rendezvous" tid=1 file=protocol.nim:127 interval=10s
|
|
INF 2026-03-29 12:16:03.087+00:00 waku rendezvous discovery started topics="waku rendezvous" tid=1 file=protocol.nim:227
|
|
INF 2026-03-29 12:16:03.087+00:00 waku rendezvous periodic requests started topics="waku rendezvous client" tid=1 file=client.nim:80 interval=10s
|
|
INF 2026-03-29 12:16:03.087+00:00 waku rendezvous client started topics="waku rendezvous client" tid=1 file=client.nim:136
|
|
DBG 2026-03-29 12:16:03.087+00:00 starting switch for peer topics="libp2p switch" tid=1 file=switch.nim:363 peerInfo="(peerId: 16Uiu2HAmN69ZV9bP1TPbZ22MTiES9g8tXtFNm83mnqoH63KqPcdx, listenAddrs: [/ip4/0.0.0.0/tcp/30853/ws, /ip4/0.0.0.0/tcp/30852], 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, /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:16:03.087+00:00 Starting TCP transport topics="libp2p tcptransport" tid=1 file=tcptransport.nim:116
|
|
TRC 2026-03-29 12:16:03.087+00:00 Listening on topics="libp2p tcptransport" tid=1 file=tcptransport.nim:140 address=/ip4/0.0.0.0/tcp/30852
|
|
TRC 2026-03-29 12:16:03.087+00:00 starting transport on addrs topics="libp2p transport" tid=1 file=transport.nim:49 address=@[/ip4/0.0.0.0/tcp/30852]
|
|
DBG 2026-03-29 12:16:03.087+00:00 About to accept incoming connection topics="libp2p switch" tid=1 file=switch.nim:272
|
|
TRC 2026-03-29 12:16:03.087+00:00 Starting WS transport topics="libp2p wstransport" tid=1 file=wstransport.nim:154
|
|
TRC 2026-03-29 12:16:03.087+00:00 starting transport on addrs topics="libp2p transport" tid=1 file=transport.nim:49 address=@[/ip4/0.0.0.0/tcp/30853/ws]
|
|
TRC 2026-03-29 12:16:03.087+00:00 Created HTTP Server topics="libp2p wstransport" tid=1 file=server.nim:262 host=0.0.0.0:30853
|
|
TRC 2026-03-29 12:16:03.087+00:00 Listening on topics="libp2p wstransport" tid=1 file=wstransport.nim:204 addresses="[/ip4/0.0.0.0/tcp/30853/ws]"
|
|
INF 2026-03-29 12:16:03.087+00:00 Setting up AutonatService topics="libp2p autonatservice" tid=1 file=service.nim:207
|
|
TRC 2026-03-29 12:16:03.087+00:00 Running AutonatService topics="libp2p autonatservice" tid=1 file=service.nim:231
|
|
TRC 2026-03-29 12:16:03.087+00:00 Asking peers for reachability topics="libp2p autonatservice" tid=1 file=service.nim:160
|
|
DBG 2026-03-29 12:16:03.087+00:00 About to accept incoming connection topics="libp2p switch" tid=1 file=switch.nim:272
|
|
TRC 2026-03-29 12:16:03.088+00:00 WsTransport accept topics="libp2p wstransport" tid=1 file=wstransport.nim:279
|
|
TRC 2026-03-29 12:16:03.088+00:00 Awaiting new request topics="websock http-server" tid=1 file=server.nim:194
|
|
TRC 2026-03-29 12:16:03.088+00:00 gossipsub start topics="libp2p gossipsub" tid=1 file=gossipsub.nim:1113
|
|
WRN 2026-03-29 12:16:03.088+00:00 Starting gossipsub twice topics="libp2p gossipsub" tid=1 file=gossipsub.nim:1116
|
|
WRN 2026-03-29 12:16:03.088+00:00 Starting rendezvous twice topics="waku rendezvous" tid=1 file=rendezvous.nim:626
|
|
DBG 2026-03-29 12:16:03.088+00:00 Started libp2p node topics="libp2p switch" tid=1 file=switch.nim:403 peer="(peerId: 16Uiu2HAmN69ZV9bP1TPbZ22MTiES9g8tXtFNm83mnqoH63KqPcdx, listenAddrs: [/ip4/0.0.0.0/tcp/30852, /ip4/0.0.0.0/tcp/30853/ws], addrs: [/ip4/172.18.199.142/tcp/30852, /ip4/172.18.199.142/tcp/30853/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/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:16:03.088+00:00 PeerInfo topics="waku node" tid=1 file=waku_node.nim:478 peerId=16U*KqPcdx addrs="[/ip4/172.18.199.142/tcp/30852, /ip4/172.18.199.142/tcp/30853/ws]"
|
|
INF 2026-03-29 12:16:03.088+00:00 Listening on topics="waku node" tid=1 file=waku_node.nim:501 full=[/ip4/0.0.0.0/tcp/30852/p2p/16Uiu2HAmN69ZV9bP1TPbZ22MTiES9g8tXtFNm83mnqoH63KqPcdx][/ip4/0.0.0.0/tcp/30853/ws/p2p/16Uiu2HAmN69ZV9bP1TPbZ22MTiES9g8tXtFNm83mnqoH63KqPcdx] localIp=172.17.0.163 switchAddress="@[/ip4/172.18.199.142/tcp/30852, /ip4/172.18.199.142/tcp/30853/ws]"
|
|
INF 2026-03-29 12:16:03.088+00:00 Announcing addresses topics="waku node" tid=1 file=waku_node.nim:503 full=[/ip4/172.18.199.142/tcp/30852/p2p/16Uiu2HAmN69ZV9bP1TPbZ22MTiES9g8tXtFNm83mnqoH63KqPcdx][/ip4/172.18.199.142/tcp/30853/ws/p2p/16Uiu2HAmN69ZV9bP1TPbZ22MTiES9g8tXtFNm83mnqoH63KqPcdx]
|
|
INF 2026-03-29 12:16:03.088+00:00 DNS: discoverable ENR topics="waku node" tid=1 file=waku_node.nim:504 enr=enr:-LO4QOnLgko4upyawGjMS5MFYmo06RVrIj3gE2kVnRns0TPYccHftndbvFiml0Mzvmr3OU-sKxlTSRHh0d4-_bwBTJoBgmlkgnY0gmlwhKwSx46KbXVsdGlhZGRyc4wACgSsEseOBniF3QOCcnOFAAMBAACJc2VjcDI1NmsxoQOMKx3dgIgNqvzJzhO2ZNZTXi49l1wnQw4Mlwukae6w-4N0Y3CCeISDdWRwgniGhXdha3UyAw
|
|
INF 2026-03-29 12:16:03.088+00:00 Node started successfully topics="waku node" tid=1 file=waku_node.nim:681
|
|
TRC 2026-03-29 12:16:03.088+00:00 Starting relay connectivity loop topics="waku node peer_manager" tid=1 file=peer_manager.nim:1069
|
|
TRC 2026-03-29 12:16:03.089+00:00 Starting prune peerstore loop topics="waku node peer_manager" tid=1 file=peer_manager.nim:1062
|
|
INF 2026-03-29 12:16:03.089+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:16:03.089+00:00 PeerInfo topics="waku node" tid=1 file=waku_node.nim:478 peerId=16U*KqPcdx addrs="[/ip4/172.18.199.142/tcp/30852, /ip4/172.18.199.142/tcp/30853/ws]"
|
|
INF 2026-03-29 12:16:03.089+00:00 Listening on topics="waku node" tid=1 file=waku_node.nim:501 full=[/ip4/0.0.0.0/tcp/30852/p2p/16Uiu2HAmN69ZV9bP1TPbZ22MTiES9g8tXtFNm83mnqoH63KqPcdx][/ip4/0.0.0.0/tcp/30853/ws/p2p/16Uiu2HAmN69ZV9bP1TPbZ22MTiES9g8tXtFNm83mnqoH63KqPcdx] localIp=172.17.0.163 switchAddress="@[/ip4/172.18.199.142/tcp/30852, /ip4/172.18.199.142/tcp/30853/ws]"
|
|
INF 2026-03-29 12:16:03.089+00:00 Announcing addresses topics="waku node" tid=1 file=waku_node.nim:503 full=[/ip4/172.18.199.142/tcp/30852/p2p/16Uiu2HAmN69ZV9bP1TPbZ22MTiES9g8tXtFNm83mnqoH63KqPcdx][/ip4/172.18.199.142/tcp/30853/ws/p2p/16Uiu2HAmN69ZV9bP1TPbZ22MTiES9g8tXtFNm83mnqoH63KqPcdx]
|
|
INF 2026-03-29 12:16:03.089+00:00 DNS: discoverable ENR topics="waku node" tid=1 file=waku_node.nim:504 enr=enr:-LO4QOnLgko4upyawGjMS5MFYmo06RVrIj3gE2kVnRns0TPYccHftndbvFiml0Mzvmr3OU-sKxlTSRHh0d4-_bwBTJoBgmlkgnY0gmlwhKwSx46KbXVsdGlhZGRyc4wACgSsEseOBniF3QOCcnOFAAMBAACJc2VjcDI1NmsxoQOMKx3dgIgNqvzJzhO2ZNZTXi49l1wnQw4Mlwukae6w-4N0Y3CCeISDdWRwgniGhXdha3UyAw
|
|
INF 2026-03-29 12:16:03.089+00:00 Waku node ENR updated successfully with new multiaddress topics="wakunode waku" tid=1 file=waku.nim:301 enr=enr:-L24QJCzgW2Yj4xNFtuSQtmmOQcvO_OWtaMHFmirnbhtUVBAdVi2rhMOViGz_z408LM3dGzj1xZwOYmJukIe1jjoIyICgmlkgnY0gmlwhKwSx46KbXVsdGlhZGRyc5YACASsEseOBniEAAoErBLHjgZ4hd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDjCsd3YCIDar8yc4TtmTWU14uPZdcJ0MODJcLpGnusPuDdGNwgniEg3VkcIJ4hoV3YWt1MgM record="(2, id: \"v4\", ip: 172.18.199.142, multiaddrs: 0x000804AC12C78E067884000A04AC12C78E067885DD03, rs: 0x0003010000, secp256k1: 0x038C2B1DDD80880DAAFCC9CE13B664D6535E2E3D975C27430E0C970BA469EEB0FB, tcp: 30852, udp: 30854, waku2: 0x03)"
|
|
INF 2026-03-29 12:16:03.089+00:00 peer filtering updated topics="waku discv5" tid=1 file=waku_discv5.nim:70
|
|
INF 2026-03-29 12:16:03.089+00:00 Starting discovery v5 service topics="waku discv5" tid=1 file=waku_discv5.nim:336
|
|
INF 2026-03-29 12:16:03.089+00:00 start listening on udp port topics="waku discv5" tid=1 file=waku_discv5.nim:338 address=0.0.0.0 port=30854
|
|
TRC 2026-03-29 12:16:03.089+00:00 start discv5 service topics="waku discv5" tid=1 file=waku_discv5.nim:346
|
|
INF 2026-03-29 12:16:03.089+00:00 Starting discovery v5 search topics="waku discv5" tid=1 file=waku_discv5.nim:258
|
|
TRC 2026-03-29 12:16:03.089+00:00 running discv5 discovery loop topics="waku discv5" tid=1 file=waku_discv5.nim:261
|
|
TRC 2026-03-29 12:16:03.090+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:16:03.090+00:00 discv5 discarded wrong records topics="waku discv5" tid=1 file=waku_discv5.nim:281 wrong_records=[]
|
|
INF 2026-03-29 12:16:03.090+00:00 Successfully started discovery v5 service topics="waku discv5" tid=1 file=waku_discv5.nim:352
|
|
INF 2026-03-29 12:16:03.090+00:00 Discv5: discoverable ENR topics="waku discv5" tid=1 file=waku_discv5.nim:353 enrUri=enr:-L24QP1wAKzyU0QT98llA4nz1Qdbt6x9-3KBD6WPWHXmIQOKfdKXK2oy7SvCA4MtxQNnjNa28G7LkQOsdE9Akk70OvsDgmlkgnY0gmlwhKwSx46KbXVsdGlhZGRyc5YACASsEseOBniEAAoErBLHjgZ4hd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDjCsd3YCIDar8yc4TtmTWU14uPZdcJ0MODJcLpGnusPuDdGNwgniEg3VkcIJ4hoV3YWt1MgM enr="(3, id: \"v4\", ip: 172.18.199.142, multiaddrs: 0x000804AC12C78E067884000A04AC12C78E067885DD03, rs: 0x0003010000, secp256k1: 0x038C2B1DDD80880DAAFCC9CE13B664D6535E2E3D975C27430E0C970BA469EEB0FB, tcp: 30852, udp: 30854, waku2: 0x03)"
|
|
INF 2026-03-29 12:16:03.090+00:00 subscribe topics="waku relay" tid=1 file=protocol.nim:594 pubsubTopic=/waku/2/rs/3/0
|
|
TRC 2026-03-29 12:16:03.090+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:16:03.090+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:16:03.090+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:16:03.090+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:16:03.090+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:16:03.090+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:16:03.090+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:16:03.090+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:16:03.090+00:00 Health monitor loop start tid=1 file=node_health_monitor.nim:516
|
|
DBG 2026-03-29 12:16:03.090+00:00 calculateConnectionState tid=1 file=node_health_monitor.nim:408 relayCount=0 storeClientCount=0 lightpushCount=0 filterCount=0
|
|
INF 2026-03-29 12:16:03.090+00:00 starting keepalive tid=1 file=node_health_monitor.nim:678 randomPeersKeepalive=10s allPeersKeepalive=2m
|
|
TRC 2026-03-29 12:16:03.090+00:00 Running keepalive loop tid=1 file=node_health_monitor.nim:593
|
|
INF 2026-03-29 12:16:03.091+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:16:03.094+00:00 REST services are installed tid=1 file=builder.nim:221
|
|
INF 2026-03-29 12:16:03.094+00:00 Starting metrics HTTP server topics="waku node metrics" tid=1 file=waku_metrics.nim:63 serverIp=0.0.0.0 serverPort=30855
|
|
INF 2026-03-29 12:16:03.094+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:16:03.095+00:00 Metrics HTTP server started topics="waku node metrics" tid=1 file=waku_metrics.nim:73 serverIp=0.0.0.0 serverPort=30855
|
|
INF 2026-03-29 12:16:03.095+00:00 Setting up shutdown hooks topics="wakunode main" tid=1 file=wakunode2.nim:63
|
|
INF 2026-03-29 12:16:03.095+00:00 Node setup complete topics="wakunode main" tid=1 file=wakunode2.nim:102
|
|
TRC 2026-03-29 12:16:04.088+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140615119798352
|
|
TRC 2026-03-29 12:16:04.088+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:16:04.088+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:16:04.088+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:16:04.088+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:16:04.088+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
DBG 2026-03-29 12:16:04.089+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:57242 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:04.089+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:57242 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:04.089+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:57242 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:04.193+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:57246 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:04.193+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:57246 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:04.193+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:57246 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:04.296+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:57254 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:04.296+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:57254 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:04.296+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:57254 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:04.399+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:57264 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:04.399+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:57264 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:04.400+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:57264 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:04.503+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:57280 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:04.503+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:57280 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:04.503+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:57280 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:04.605+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:57290 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:04.605+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:57290 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:04.606+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:57290 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:04.708+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:57298 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:04.709+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:57298 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:04.709+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:57298 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:04.812+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:57304 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:04.812+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:57304 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:04.812+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:57304 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:04.915+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:57310 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:04.915+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:57310 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:04.916+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:57310 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:05.019+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:57316 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:05.019+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:57316 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:05.020+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:57316 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 12:16:05.087+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140615119798352
|
|
TRC 2026-03-29 12:16:05.087+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:16:05.087+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:16:05.087+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:16:05.087+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:16:05.087+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
DBG 2026-03-29 12:16:05.122+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:57328 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:05.123+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:57328 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:05.123+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:57328 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:05.225+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:57332 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:05.225+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:57332 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:05.226+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:57332 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:05.329+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:57342 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:05.329+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:57342 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:05.329+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:57342 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:05.432+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:57358 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:05.432+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:57358 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:05.432+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:57358 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:05.536+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:57370 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:05.536+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:57370 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:05.536+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:57370 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:05.639+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:57384 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:05.639+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:57384 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:05.640+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:57384 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:05.742+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:57386 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:05.743+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:57386 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:05.743+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:57386 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:05.846+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:57396 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:05.846+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:57396 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:05.846+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:57396 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:05.949+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:57402 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:05.949+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:57402 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:05.949+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:57402 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:06.052+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:37636 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:06.053+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:37636 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:06.053+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:37636 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 12:16:06.087+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140615119798352
|
|
TRC 2026-03-29 12:16:06.087+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:16:06.087+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:16:06.088+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:16:06.088+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:16:06.088+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
DBG 2026-03-29 12:16:06.156+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:37644 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:06.156+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:37644 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:06.156+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:37644 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:06.260+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:37650 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:06.260+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:37650 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:06.260+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:37650 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:06.364+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:37666 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:06.364+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:37666 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:06.364+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:37666 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:06.469+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:37670 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:06.469+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:37670 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:06.469+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:37670 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:06.573+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:37680 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:06.573+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:37680 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:06.573+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:37680 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:06.676+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:37692 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:06.676+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:37692 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:06.677+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:37692 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:06.779+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:37700 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:06.779+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:37700 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:06.780+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:37700 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:06.883+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:37702 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:06.883+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:37702 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:06.883+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:37702 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:06.986+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:37714 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:06.986+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:37714 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:06.987+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:37714 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 12:16:07.087+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140615119798352
|
|
TRC 2026-03-29 12:16:07.087+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:16:07.087+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:16:07.087+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:16:07.087+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:16:07.087+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
DBG 2026-03-29 12:16:07.089+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:37722 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:07.089+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:37722 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:07.090+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:37722 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:07.192+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:37730 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:07.193+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:37730 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:07.193+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:37730 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:07.296+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:37734 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:07.296+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:37734 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:07.296+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:37734 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:07.399+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:37744 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:07.399+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:37744 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:07.399+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:37744 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:07.502+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:37746 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:07.502+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:37746 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:07.502+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:37746 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:07.605+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:37762 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:07.605+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:37762 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:07.605+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:37762 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:07.708+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:37770 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:07.708+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:37770 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:07.708+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:37770 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:07.811+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:37786 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:07.811+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:37786 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:07.812+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:37786 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:07.915+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:37790 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:07.916+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:37790 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:07.916+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:37790 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:08.019+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:37792 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:08.019+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:37792 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:08.019+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:37792 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 12:16:08.087+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140615119798352
|
|
TRC 2026-03-29 12:16:08.087+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:16:08.087+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:16:08.087+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:16:08.087+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:16:08.087+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
TRC 2026-03-29 12:16:08.090+00:00 running discv5 discovery loop topics="waku discv5" tid=1 file=waku_discv5.nim:261
|
|
TRC 2026-03-29 12:16:08.090+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:16:08.090+00:00 discv5 discarded wrong records topics="waku discv5" tid=1 file=waku_discv5.nim:281 wrong_records=[]
|
|
INF 2026-03-29 12:16:08.109+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:16:08.122+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:37794 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:08.122+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:37794 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:08.122+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:37794 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:08.225+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:37806 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:08.225+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:37806 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:08.225+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:37806 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:08.329+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:37818 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:08.329+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:37818 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:08.329+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:37818 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:08.432+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:37826 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:08.432+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:37826 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:08.432+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:37826 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:08.535+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:37838 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:08.535+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:37838 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:08.535+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:37838 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:08.638+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:37844 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:08.638+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:37844 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:08.638+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:37844 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:08.741+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:37846 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:08.741+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:37846 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:08.741+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:37846 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:08.844+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:37854 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:08.844+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:37854 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:08.844+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:37854 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:08.947+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:37868 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:08.948+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:37868 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:08.948+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:37868 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:09.050+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:37874 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:09.050+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:37874 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:09.050+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:37874 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 12:16:09.086+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140615119798352
|
|
TRC 2026-03-29 12:16:09.086+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:16:09.086+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:16:09.086+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:16:09.087+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:16:09.087+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
DBG 2026-03-29 12:16:09.152+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:37878 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:09.152+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:37878 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:09.153+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:37878 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:09.255+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:37890 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:09.256+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:37890 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:09.256+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:37890 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:09.358+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:37904 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:09.358+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:37904 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:09.359+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:37904 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:09.462+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:37916 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:09.462+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:37916 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:09.462+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:37916 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:09.565+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:37926 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:09.565+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:37926 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:09.565+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:37926 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:09.668+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:37934 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:09.668+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:37934 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:09.668+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:37934 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:09.771+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:37940 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:09.771+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:37940 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:09.772+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:37940 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:09.874+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:37956 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:09.874+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:37956 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:09.874+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:37956 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:09.977+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:37966 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:09.978+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:37966 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:09.978+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:37966 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:10.081+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:37968 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:10.081+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:37968 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:10.081+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:37968 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 12:16:10.086+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140615119798352
|
|
TRC 2026-03-29 12:16:10.086+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:16:10.087+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:16:10.087+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:16:10.087+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:16:10.087+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
DBG 2026-03-29 12:16:10.184+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:37972 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:10.184+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:37972 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:10.184+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:37972 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:10.287+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:37980 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:10.287+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:37980 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:10.287+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:37980 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:10.390+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:37994 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:10.390+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:37994 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:10.390+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:37994 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:10.493+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:38014 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:10.493+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:38014 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:10.493+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:38014 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:10.596+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:38016 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:10.596+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:38016 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:10.596+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:38016 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:10.699+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:38026 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:10.699+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:38026 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:10.699+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:38026 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:10.802+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:38030 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:10.802+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:38030 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:10.802+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:38030 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:10.905+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:38040 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:10.905+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:38040 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:10.905+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:38040 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:11.008+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:38044 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:11.008+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:38044 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:11.008+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:38044 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 12:16:11.086+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140615119798352
|
|
TRC 2026-03-29 12:16:11.086+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:16:11.086+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:16:11.086+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:16:11.086+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:16:11.086+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
DBG 2026-03-29 12:16:11.111+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:38046 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:11.111+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:38046 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:11.112+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:38046 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:11.215+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:38052 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:11.215+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:38052 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:11.215+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:38052 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:11.319+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:38064 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:11.319+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:38064 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:11.319+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:38064 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:11.422+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:38070 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:11.422+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:38070 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:11.422+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:38070 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:11.525+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:38086 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:11.525+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:38086 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:11.525+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:38086 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:11.628+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:38096 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:11.628+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:38096 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:11.629+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:38096 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:11.731+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:38110 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:11.731+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:38110 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:11.732+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:38110 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:11.835+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:38126 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:11.836+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:38126 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:11.836+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:38126 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:11.939+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:38134 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:11.939+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:38134 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:11.939+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:38134 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:12.042+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:38146 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:12.042+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:38146 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:12.042+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:38146 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 12:16:12.086+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140615119798352
|
|
TRC 2026-03-29 12:16:12.086+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:16:12.086+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:16:12.086+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:16:12.086+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:16:12.086+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
DBG 2026-03-29 12:16:12.145+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:38162 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:12.145+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:38162 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:12.145+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:38162 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:12.248+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:38174 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:12.248+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:38174 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:12.248+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:38174 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:12.351+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:38190 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:12.351+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:38190 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:12.352+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:38190 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:12.455+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:38204 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:12.455+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:38204 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:12.455+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:38204 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:12.558+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:38206 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:12.558+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:38206 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:12.558+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:38206 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:12.661+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:38214 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:12.661+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:38214 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:12.661+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:38214 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:12.764+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:38230 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:12.764+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:38230 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:12.765+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:38230 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:12.868+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:38234 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:12.868+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:38234 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:12.868+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:38234 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:12.971+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:38248 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:12.971+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:38248 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:12.971+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:38248 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:13.074+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:38260 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:13.074+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:38260 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:13.074+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:38260 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 12:16:13.086+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140615119798352
|
|
TRC 2026-03-29 12:16:13.086+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:16:13.086+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:16:13.086+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:16:13.086+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:16:13.086+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
TRC 2026-03-29 12:16:13.086+00:00 waku rendezvous advertisements started topics="waku rendezvous" tid=1 file=protocol.nim:112
|
|
TRC 2026-03-29 12:16:13.086+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=140615119684624
|
|
TRC 2026-03-29 12:16:13.086+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:16:13.086+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:16:13.086+00:00 waku rendezvous client requests started topics="waku rendezvous client" tid=1 file=client.nim:43
|
|
TRC 2026-03-29 12:16:13.086+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=140615119684624
|
|
TRC 2026-03-29 12:16:13.086+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:16:13.086+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:16:13.090+00:00 running discv5 discovery loop topics="waku discv5" tid=1 file=waku_discv5.nim:261
|
|
TRC 2026-03-29 12:16:13.090+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:16:13.090+00:00 discv5 discarded wrong records topics="waku discv5" tid=1 file=waku_discv5.nim:281 wrong_records=[]
|
|
TRC 2026-03-29 12:16:13.090+00:00 Mesh peers for keepalive tid=1 file=node_health_monitor.nim:558 meshPeers=[]
|
|
TRC 2026-03-29 12:16:13.090+00:00 Selected peers for keepalive tid=1 file=node_health_monitor.nim:569 selected=[]
|
|
TRC 2026-03-29 12:16:13.090+00:00 Pinging random peers tid=1 file=node_health_monitor.nim:629 count=0 countdownToPingAll=11
|
|
TRC 2026-03-29 12:16:13.090+00:00 Keepalive results tid=1 file=node_health_monitor.nim:644 attemptedPings=0 successfulPings=0
|
|
TRC 2026-03-29 12:16:13.090+00:00 Running keepalive loop tid=1 file=node_health_monitor.nim:593
|
|
INF 2026-03-29 12:16:13.109+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:16:13.109+00:00 Failed to resolve address, returning empty set topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:158
|
|
DBG 2026-03-29 12:16:13.177+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:38262 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:13.177+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:38262 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:13.177+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:38262 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:13.281+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:38274 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:13.281+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:38274 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:13.281+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:38274 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:13.384+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:38284 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:13.384+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:38284 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:13.384+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:38284 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:13.487+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:38292 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:13.487+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:38292 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:13.487+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:38292 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:13.590+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:38300 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:13.590+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:38300 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:13.590+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:38300 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:13.693+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:38308 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:13.693+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:38308 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:13.693+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:38308 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:13.796+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:38324 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:13.796+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:38324 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:13.796+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:38324 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:13.899+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:38334 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:13.899+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:38334 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:13.899+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:38334 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:14.002+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:38338 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:14.002+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:38338 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:14.003+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:38338 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 12:16:14.086+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140615119798352
|
|
TRC 2026-03-29 12:16:14.086+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:16:14.086+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:16:14.086+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:16:14.086+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:16:14.086+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
ERR 2026-03-29 12:16:14.095+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:16:14.106+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:38350 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:14.106+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:38350 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:14.106+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:38350 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:14.210+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:38354 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:14.210+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:38354 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:14.211+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:38354 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:14.315+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:38362 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:14.315+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:38362 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:14.315+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:38362 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:14.418+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:38378 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:14.418+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:38378 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:14.418+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:38378 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:14.521+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:38392 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:14.521+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:38392 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:14.522+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:38392 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:14.625+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:38398 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:14.625+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:38398 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:14.626+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:38398 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:14.728+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:38402 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:14.728+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:38402 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:14.728+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:38402 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:14.832+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:38418 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:14.832+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:38418 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:14.832+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:38418 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:14.935+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:38422 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:14.935+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:38422 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:14.935+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:38422 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:15.038+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:38428 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:15.038+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:38428 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:15.038+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:38428 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 12:16:15.086+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140615119798352
|
|
TRC 2026-03-29 12:16:15.086+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:16:15.086+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:16:15.086+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:16:15.086+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:16:15.086+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
TRC 2026-03-29 12:16:15.086+00:00 running scoring heartbeat topics="libp2p gossipsub" tid=1 file=scoring.nim:312 instance=140615119798352
|
|
TRC 2026-03-29 12:16:15.086+00:00 updating scores topics="libp2p gossipsub" tid=1 file=scoring.nim:144 peers=0
|
|
TRC 2026-03-29 12:16:15.086+00:00 updated scores topics="libp2p gossipsub" tid=1 file=scoring.nim:308 peers=0
|
|
ERR 2026-03-29 12:16:15.095+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:16:15.141+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:38442 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:15.141+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:38442 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:15.141+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:38442 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:15.244+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:38446 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:15.244+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:38446 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:15.244+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:38446 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:15.347+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:38460 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:15.347+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:38460 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:15.347+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:38460 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:15.450+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:38474 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:15.450+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:38474 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:15.450+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:38474 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:15.553+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:38476 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:15.553+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:38476 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:15.554+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:38476 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:15.657+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:38492 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:15.657+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:38492 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:15.657+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:38492 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:15.760+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:38506 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:15.760+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:38506 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:15.760+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:38506 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:15.864+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:38522 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:15.864+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:38522 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:15.864+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:38522 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:15.967+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:46836 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:15.967+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:46836 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:15.968+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:46836 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:16.071+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:46842 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:16.071+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:46842 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:16.071+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:46842 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 12:16:16.086+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140615119798352
|
|
TRC 2026-03-29 12:16:16.086+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:16:16.086+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:16:16.086+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:16:16.086+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:16:16.086+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
ERR 2026-03-29 12:16:16.096+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:16:16.174+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:46852 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:16.174+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:46852 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:16.174+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:46852 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:16.277+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:46858 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:16.277+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:46858 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:16.277+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:46858 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:16.380+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:46860 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:16.380+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:46860 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:16.380+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:46860 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:16.483+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:46876 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:16.483+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:46876 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:16.483+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:46876 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:16.587+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:46890 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:16.587+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:46890 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:16.587+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:46890 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:16.690+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:46902 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:16.690+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:46902 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:16.690+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:46902 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:16.793+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:46904 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:16.793+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:46904 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:16.793+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:46904 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:16.896+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:46914 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:16.896+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:46914 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:16.897+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:46914 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:17.000+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:46930 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:17.000+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:46930 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:17.000+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:46930 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 12:16:17.086+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140615119798352
|
|
TRC 2026-03-29 12:16:17.086+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:16:17.086+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:16:17.086+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:16:17.086+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:16:17.086+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
ERR 2026-03-29 12:16:17.097+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:16:17.103+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:46940 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:17.103+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:46940 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:17.104+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:46940 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:17.206+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:46952 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:17.206+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:46952 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:17.207+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:46952 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:17.310+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:46962 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:17.310+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:46962 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:17.310+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:46962 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:17.413+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:46972 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:17.413+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:46972 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:17.413+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:46972 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:17.516+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:46986 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:17.516+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:46986 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:17.516+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:46986 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:17.620+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:46990 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:17.620+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:46990 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:17.620+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:46990 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:17.723+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:46996 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:17.723+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:46996 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:17.723+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:46996 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:17.826+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:47006 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:17.826+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:47006 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:17.827+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:47006 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:17.929+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:47018 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:17.930+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:47018 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:17.930+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:47018 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:18.033+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:47026 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:18.033+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:47026 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:18.033+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:47026 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 12:16:18.086+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140615119798352
|
|
TRC 2026-03-29 12:16:18.086+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:16:18.086+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:16:18.086+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:16:18.086+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:16:18.086+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
TRC 2026-03-29 12:16:18.090+00:00 running discv5 discovery loop topics="waku discv5" tid=1 file=waku_discv5.nim:261
|
|
TRC 2026-03-29 12:16:18.090+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:16:18.090+00:00 discv5 discarded wrong records topics="waku discv5" tid=1 file=waku_discv5.nim:281 wrong_records=[]
|
|
ERR 2026-03-29 12:16:18.097+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:16:18.110+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:16:18.136+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:47036 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:18.136+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:47036 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:18.136+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:47036 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:18.242+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:47038 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:18.242+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:47038 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:18.242+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:47038 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:18.344+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:47044 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:18.344+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:47044 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:18.345+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:47044 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:18.448+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:47052 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:18.448+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:47052 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:18.448+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:47052 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:18.551+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:47054 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:18.551+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:47054 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:18.551+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:47054 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:18.653+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:47068 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:18.654+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:47068 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:18.654+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:47068 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:18.757+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:47078 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:18.757+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:47078 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:18.757+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:47078 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:18.860+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:47086 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:18.860+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:47086 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:18.860+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:47086 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:18.963+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:47088 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:18.963+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:47088 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:18.963+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:47088 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:19.066+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:47090 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:19.066+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:47090 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:19.067+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:47090 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 12:16:19.086+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140615119798352
|
|
TRC 2026-03-29 12:16:19.086+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:16:19.086+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:16:19.086+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:16:19.086+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:16:19.086+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
ERR 2026-03-29 12:16:19.098+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:16:19.169+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:47106 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:19.170+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:47106 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:19.170+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:47106 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:19.273+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:47116 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:19.273+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:47116 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:19.273+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:47116 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:19.376+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:47122 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:19.376+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:47122 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:19.376+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:47122 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:19.479+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:47136 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:19.479+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:47136 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:19.479+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:47136 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:19.582+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:47144 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:19.582+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:47144 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:19.583+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:47144 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:19.685+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:47154 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:19.685+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:47154 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:19.686+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:47154 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:19.789+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:47166 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:19.789+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:47166 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:19.789+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:47166 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:19.892+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:47172 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:19.893+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:47172 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:19.893+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:47172 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:19.995+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:47174 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:19.996+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:47174 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:19.996+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:47174 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 12:16:20.086+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140615119798352
|
|
TRC 2026-03-29 12:16:20.086+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:16:20.086+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:16:20.086+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:16:20.086+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:16:20.086+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
ERR 2026-03-29 12:16:20.098+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:16:20.099+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:47190 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:20.099+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:47190 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:20.099+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:47190 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:20.202+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:47196 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:20.202+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:47196 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:20.202+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:47196 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:20.305+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:47208 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:20.305+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:47208 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:20.305+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:47208 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:20.408+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:47210 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:20.408+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:47210 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:20.408+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:47210 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:20.511+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:47218 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:20.511+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:47218 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:20.511+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:47218 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:20.614+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:47224 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:20.614+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:47224 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:20.615+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:47224 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:20.717+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:47232 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:20.717+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:47232 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:20.718+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:47232 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:20.820+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:47234 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:20.820+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:47234 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:20.820+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:47234 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:20.923+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:47240 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:20.923+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:47240 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:20.923+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:47240 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:21.026+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:47244 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:21.026+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:47244 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:21.027+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:47244 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 12:16:21.086+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140615119798352
|
|
TRC 2026-03-29 12:16:21.086+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:16:21.086+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:16:21.086+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:16:21.086+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:16:21.086+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
ERR 2026-03-29 12:16:21.099+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:16:21.129+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:47254 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:21.129+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:47254 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:21.130+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:47254 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:21.233+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:47264 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:21.233+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:47264 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:21.233+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:47264 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:21.336+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:47272 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:21.336+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:47272 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:21.336+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:47272 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:21.439+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:47286 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:21.439+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:47286 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:21.440+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:47286 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:21.543+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:47302 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:21.543+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:47302 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:21.543+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:47302 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:21.646+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:47310 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:21.647+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:47310 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:21.647+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:47310 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:21.749+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:47322 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:21.749+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:47322 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:21.750+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:47322 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:21.852+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:47336 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:21.852+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:47336 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:21.853+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:47336 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:21.955+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:47344 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:21.956+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:47344 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:21.956+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:47344 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:22.059+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:47352 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:22.059+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:47352 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:22.060+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:47352 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 12:16:22.086+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140615119798352
|
|
TRC 2026-03-29 12:16:22.086+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:16:22.086+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:16:22.086+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:16:22.086+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:16:22.086+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
ERR 2026-03-29 12:16:22.100+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:16:22.162+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:47364 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:22.162+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:47364 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:22.163+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:47364 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:22.265+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:47376 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:22.265+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:47376 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:22.266+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:47376 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:22.368+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:47380 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:22.368+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:47380 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:22.369+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:47380 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:22.472+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:47392 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:22.472+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:47392 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:22.472+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:47392 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:22.575+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:47398 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:22.576+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:47398 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:22.576+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:47398 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:22.678+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:47406 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:22.679+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:47406 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:22.679+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:47406 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:22.782+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:47410 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:22.782+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:47410 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:22.782+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:47410 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:22.885+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:47414 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:22.885+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:47414 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:22.886+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:47414 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:22.988+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:47420 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:22.988+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:47420 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:22.989+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:47420 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 12:16:23.086+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140615119798352
|
|
TRC 2026-03-29 12:16:23.086+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:16:23.086+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:16:23.086+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:16:23.086+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:16:23.086+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
TRC 2026-03-29 12:16:23.086+00:00 waku rendezvous advertisements started topics="waku rendezvous" tid=1 file=protocol.nim:112
|
|
TRC 2026-03-29 12:16:23.086+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=140615119684624
|
|
TRC 2026-03-29 12:16:23.086+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:16:23.086+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:16:23.086+00:00 waku rendezvous client requests started topics="waku rendezvous client" tid=1 file=client.nim:43
|
|
TRC 2026-03-29 12:16:23.086+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=140615119684624
|
|
TRC 2026-03-29 12:16:23.086+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:16:23.087+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:16:23.091+00:00 Mesh peers for keepalive tid=1 file=node_health_monitor.nim:558 meshPeers=[]
|
|
TRC 2026-03-29 12:16:23.091+00:00 Selected peers for keepalive tid=1 file=node_health_monitor.nim:569 selected=[]
|
|
TRC 2026-03-29 12:16:23.091+00:00 Pinging random peers tid=1 file=node_health_monitor.nim:629 count=0 countdownToPingAll=10
|
|
TRC 2026-03-29 12:16:23.091+00:00 Keepalive results tid=1 file=node_health_monitor.nim:644 attemptedPings=0 successfulPings=0
|
|
TRC 2026-03-29 12:16:23.091+00:00 Running keepalive loop tid=1 file=node_health_monitor.nim:593
|
|
TRC 2026-03-29 12:16:23.091+00:00 running discv5 discovery loop topics="waku discv5" tid=1 file=waku_discv5.nim:261
|
|
TRC 2026-03-29 12:16:23.091+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:16:23.091+00:00 discv5 discarded wrong records topics="waku discv5" tid=1 file=waku_discv5.nim:281 wrong_records=[]
|
|
DBG 2026-03-29 12:16:23.092+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:47436 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:23.092+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:47436 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:23.092+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:47436 uri=/health content_type=application/json content_size=821
|
|
ERR 2026-03-29 12:16:23.100+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:16:23.110+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:16:23.195+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:47438 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:23.195+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:47438 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:23.195+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:47438 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:23.298+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:47442 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:23.298+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:47442 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:23.299+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:47442 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:23.402+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:47454 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:23.402+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:47454 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:23.402+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:47454 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:23.505+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:47464 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:23.505+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:47464 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:23.505+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:47464 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:23.608+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:47476 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:23.608+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:47476 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:23.608+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:47476 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:23.711+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:47490 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:23.711+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:47490 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:23.712+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:47490 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:23.815+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:47504 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:23.815+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:47504 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:23.815+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:47504 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:23.918+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:47518 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:23.918+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:47518 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:23.918+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:47518 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:24.021+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:47522 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:24.021+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:47522 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:24.021+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:47522 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 12:16:24.086+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140615119798352
|
|
TRC 2026-03-29 12:16:24.086+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:16:24.086+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:16:24.086+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:16:24.086+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:16:24.086+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
ERR 2026-03-29 12:16:24.100+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:16:24.125+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:47532 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:24.125+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:47532 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:24.126+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:47532 uri=/health content_type=application/json content_size=821
|
|
NTC 2026-03-29 12:16:24.237+00:00 Shutting down after receiving SIGTERM topics="wakunode main" tid=1 file=wakunode2.nim:82
|
|
INF 2026-03-29 12:16:24.237+00:00 Stopping discovery v5 service topics="waku discv5" tid=1 file=waku_discv5.nim:362
|
|
TRC 2026-03-29 12:16:24.237+00:00 Stop listening on discv5 port topics="waku discv5" tid=1 file=waku_discv5.nim:365
|
|
INF 2026-03-29 12:16:24.237+00:00 Successfully stopped discovery v5 service topics="waku discv5" tid=1 file=waku_discv5.nim:368
|
|
TRC 2026-03-29 12:16:24.238+00:00 Stopping switch topics="libp2p switch" tid=1 file=switch.nim:328
|
|
INF 2026-03-29 12:16:24.238+00:00 Stopping AutonatService topics="libp2p autonatservice" tid=1 file=service.nim:237
|
|
TRC 2026-03-29 12:16:24.238+00:00 Closing ConnManager topics="libp2p connmanager" tid=1 file=connmanager.nim:434
|
|
TRC 2026-03-29 12:16:24.238+00:00 Closed ConnManager topics="libp2p connmanager" tid=1 file=connmanager.nim:448
|
|
TRC 2026-03-29 12:16:24.238+00:00 Stopping TCP transport topics="libp2p tcptransport" tid=1 file=tcptransport.nim:159
|
|
TRC 2026-03-29 12:16:24.238+00:00 stopping transport topics="libp2p transport" tid=1 file=transport.nim:59 address=@[/ip4/0.0.0.0/tcp/30852]
|
|
TRC 2026-03-29 12:16:24.238+00:00 Transport stopped topics="libp2p tcptransport" tid=1 file=tcptransport.nim:189
|
|
TRC 2026-03-29 12:16:24.238+00:00 Stopping WS transport topics="libp2p wstransport" tid=1 file=wstransport.nim:213
|
|
TRC 2026-03-29 12:16:24.238+00:00 stopping transport topics="libp2p transport" tid=1 file=transport.nim:59 address=@[/ip4/0.0.0.0/tcp/30853/ws]
|
|
TRC 2026-03-29 12:16:24.238+00:00 Transport stopped topics="libp2p wstransport" tid=1 file=wstransport.nim:235
|
|
TRC 2026-03-29 12:16:24.238+00:00 gossipsub stop topics="libp2p gossipsub" tid=1 file=gossipsub.nim:1131
|
|
TRC 2026-03-29 12:16:24.238+00:00 Switch stopped topics="libp2p switch" tid=1 file=switch.nim:354
|
|
WRN 2026-03-29 12:16:24.239+00:00 Stopping rendezvous without starting it topics="waku rendezvous" tid=1 file=rendezvous.nim:638
|
|
WRN 2026-03-29 12:16:24.239+00:00 Stopping rendezvous without starting it topics="waku rendezvous" tid=1 file=rendezvous.nim:638
|
|
INF 2026-03-29 12:16:24.239+00:00 waku rendezvous discovery stopped topics="waku rendezvous" tid=1 file=protocol.nim:239
|
|
INF 2026-03-29 12:16:24.239+00:00 waku rendezvous client stopped topics="waku rendezvous client" tid=1 file=client.nim:142
|
|
INF 2026-03-29 12:16:24.239+00:00 Health monitor loop end tid=1 file=node_health_monitor.nim:543
|
|
NTC 2026-03-29 12:16:24.239+00:00 REST service stopped tid=1 file=server.nim:187 address=0.0.0.0:30851
|
|
WRN 2026-03-29 12:16:03.046+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:16:03.046+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:16:03.047+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:16:03.047+00:00 Configuration. Network topics="waku conf" tid=1 file=waku_conf.nim:166 cluster=3
|
|
INF 2026-03-29 12:16:03.047+00:00 Configuration. Active Relay Shards topics="waku conf" tid=1 file=waku_conf.nim:169 shard=0
|
|
INF 2026-03-29 12:16:03.047+00:00 Setting up storage tid=1 file=node_factory.nim:532
|
|
INF 2026-03-29 12:16:03.047+00:00 Initializing node tid=1 file=node_factory.nim:541
|
|
TRC 2026-03-29 12:16:03.048+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/ipfs/id/1.0.0]"
|
|
TRC 2026-03-29 12:16:03.050+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/libp2p/autonat/1.0.0]"
|
|
TRC 2026-03-29 12:16:03.050+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:16:03.050+00:00 no peer storage found tid=1 file=peer_manager.nim:1219
|
|
INF 2026-03-29 12:16:03.050+00:00 Initializing networking tid=1 file=waku_node.nim:228 addrs="@[/ip4/172.18.199.142/tcp/30852, /ip4/172.18.199.142/tcp/30853/ws]"
|
|
INF 2026-03-29 12:16:03.050+00:00 Mounting protocols tid=1 file=node_factory.nim:547
|
|
INF 2026-03-29 12:16:03.050+00:00 Created WakuMetadata protocol topics="waku node" tid=1 file=protocol.nim:107 clusterId=3 shards="[0]"
|
|
TRC 2026-03-29 12:16:03.050+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:16:03.055+00:00 sqlite database page stats tid=1 file=builder.nim:53 pageSize=4096 pages=1 freePages=0
|
|
INF 2026-03-29 12:16:03.055+00:00 starting message store's sqlite database migration topics="waku archive migration" tid=1 file=migrations.nim:57
|
|
INF 2026-03-29 12:16:03.055+00:00 Not considered schema version 7 topics="waku archive migration" tid=1 file=migrations.nim:45
|
|
INF 2026-03-29 12:16:03.055+00:00 database schema is outdated topics="sqlite" tid=1 file=db_sqlite.nim:447 userVersion=0 targetVersion=10
|
|
INF 2026-03-29 12:16:03.057+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:16:03.060+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:16:03.060+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:16:03.061+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:16:03.061+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:16:03.061+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:16:03.061+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE Message;"
|
|
INF 2026-03-29 12:16:03.061+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP TABLE Message;"
|
|
INF 2026-03-29 12:16:03.061+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:16:03.062+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:16:03.062+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:16:03.062+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:16:03.062+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE Message_backup;"
|
|
INF 2026-03-29 12:16:03.062+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:16:03.062+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:16:03.063+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:16:03.063+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:16:03.063+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:16:03.063+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE Message;"
|
|
INF 2026-03-29 12:16:03.064+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP TABLE Message;"
|
|
INF 2026-03-29 12:16:03.064+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:16:03.065+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:16:03.065+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:16:03.065+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:16:03.065+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE Message_backup;"
|
|
INF 2026-03-29 12:16:03.065+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:16:03.066+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:16:03.068+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:16:03.068+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:16:03.068+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:16:03.068+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:16:03.068+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:16:03.068+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE Message_backup;"
|
|
INF 2026-03-29 12:16:03.069+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:16:03.069+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:16:03.069+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:16:03.069+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:16:03.071+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:16:03.071+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:16:03.072+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:16:03.072+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:16:03.072+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:16:03.072+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:16:03.072+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:16:03.072+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:16:03.073+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:16:03.073+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:16:03.074+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:16:03.074+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:16:03.075+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:16:03.075+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:16:03.075+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:16:03.075+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE message_backup;"
|
|
INF 2026-03-29 12:16:03.075+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:16:03.075+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:16:03.077+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:16:03.077+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:16:03.077+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:16:03.077+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:16:03.077+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:16:03.077+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE message_backup;"
|
|
INF 2026-03-29 12:16:03.078+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:16:03.078+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:16:03.079+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:16:03.079+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:16:03.080+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:16:03.080+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:16:03.082+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:16:03.082+00:00 database user_version updated topics="sqlite" tid=1 file=db_sqlite.nim:481 userVersion=10
|
|
INF 2026-03-29 12:16:03.082+00:00 finished message store's sqlite database migration topics="waku archive migration" tid=1 file=migrations.nim:70
|
|
INF 2026-03-29 12:16:03.083+00:00 setting up sqlite waku archive driver tid=1 file=builder.nim:65
|
|
INF 2026-03-29 12:16:03.083+00:00 executing message retention policy topics="waku archive" tid=1 file=archive.nim:270 policy=time:172800
|
|
INF 2026-03-29 12:16:03.084+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:16:03.084+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:16:03.084+00:00 mounting waku store protocol topics="waku node store api" tid=1 file=store.nim:255
|
|
TRC 2026-03-29 12:16:03.084+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:16:03.084+00:00 mounting store client topics="waku node store api" tid=1 file=store.nim:274
|
|
INF 2026-03-29 12:16:03.084+00:00 mounting legacy store client topics="waku node store api" tid=1 file=store.nim:145
|
|
INF 2026-03-29 12:16:03.084+00:00 mounting auto sharding topics="waku node" tid=1 file=waku_node.nim:305 clusterId=3 shardCount=1
|
|
INF 2026-03-29 12:16:03.084+00:00 Shards created from content topics tid=1 file=node_factory.nim:333 contentTopics=[] shards=[]
|
|
INF 2026-03-29 12:16:03.084+00:00 Setting max message size tid=1 file=node_factory.nim:342 num_bytes=153600
|
|
INF 2026-03-29 12:16:03.084+00:00 mounting relay protocol topics="waku node relay api" tid=1 file=relay.nim:259
|
|
TRC 2026-03-29 12:16:03.084+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:16:03.084+00:00 relay mounted successfully topics="waku node relay api" tid=1 file=relay.nim:276
|
|
INF 2026-03-29 12:16:03.084+00:00 adding validator to signed shards tid=1 file=validator_signed.nim:56 protectedShards=[] clusterId=3
|
|
INF 2026-03-29 12:16:03.084+00:00 mounting rendezvous discovery protocol topics="waku node" tid=1 file=waku_node.nim:432
|
|
INF 2026-03-29 12:16:03.084+00:00 waku rendezvous initialized topics="waku node" tid=1 file=protocol.nim:206 clusterId=3 shards="[0]" capabilities="[Relay, Store]" wakuPeerRecord="(peerId: 16U*KqPcdx, seqNo: 1774786563, addresses: [/ip4/172.18.199.142/tcp/30852, /ip4/172.18.199.142/tcp/30853/ws], mixKey: )"
|
|
TRC 2026-03-29 12:16:03.084+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:16:03.085+00:00 mounting rendezvous client topics="waku node" tid=1 file=waku_node.nim:418
|
|
INF 2026-03-29 12:16:03.085+00:00 waku rendezvous client initialized topics="waku node" tid=1 file=client.nim:130 clusterId=3
|
|
INF 2026-03-29 12:16:03.085+00:00 mounting libp2p ping protocol topics="waku node ping api" tid=1 file=ping.nim:20
|
|
TRC 2026-03-29 12:16:03.085+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/ipfs/ping/1.0.0]"
|
|
INF 2026-03-29 12:16:03.085+00:00 mounting light push client topics="waku node lightpush api" tid=1 file=lightpush.nim:183
|
|
INF 2026-03-29 12:16:03.085+00:00 mounting legacy light push client topics="waku node lightpush api" tid=1 file=lightpush.nim:72
|
|
INF 2026-03-29 12:16:03.085+00:00 mounting filter client topics="waku node filter api" tid=1 file=filter.nim:81
|
|
TRC 2026-03-29 12:16:03.085+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:16:03.085+00:00 mounting waku peer exchange topics="waku node peerexchange api" tid=1 file=peer_exchange.nim:37
|
|
TRC 2026-03-29 12:16:03.085+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:16:03.085+00:00 mounting waku peer exchange client topics="waku node peerexchange api" tid=1 file=peer_exchange.nim:54
|
|
NTC 2026-03-29 12:16:03.085+00:00 REST service started tid=1 file=server.nim:182 address=0.0.0.0:30851
|
|
INF 2026-03-29 12:16:03.085+00:00 Starting REST HTTP server tid=1 file=builder.nim:113 url=http://0.0.0.0:30851/
|
|
INF 2026-03-29 12:16:03.086+00:00 No external callbacks to be set topics="wakunode waku" tid=1 file=waku.nim:127
|
|
TRC 2026-03-29 12:16:03.086+00:00 Send processor chain topics="send service" tid=1 file=send_service.nim:94 index=1 processor=BaseSendProcessor
|
|
INF 2026-03-29 12:16:03.086+00:00 Retrieve dynamic bootstrap nodes topics="wakunode waku" tid=1 file=waku.nim:367
|
|
INF 2026-03-29 12:16:03.086+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:16:03.086+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:16:03.086+00:00 starting relay protocol topics="waku node" tid=1 file=waku_node.nim:389
|
|
INF 2026-03-29 12:16:03.086+00:00 start topics="waku relay" tid=1 file=protocol.nim:519
|
|
TRC 2026-03-29 12:16:03.086+00:00 gossipsub start topics="libp2p gossipsub" tid=1 file=gossipsub.nim:1113
|
|
TRC 2026-03-29 12:16:03.086+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140615119798352
|
|
TRC 2026-03-29 12:16:03.086+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
TRC 2026-03-29 12:16:03.086+00:00 running scoring heartbeat topics="libp2p gossipsub" tid=1 file=scoring.nim:312 instance=140615119798352
|
|
TRC 2026-03-29 12:16:03.086+00:00 updating scores topics="libp2p gossipsub" tid=1 file=scoring.nim:144 peers=0
|
|
TRC 2026-03-29 12:16:03.086+00:00 updated scores topics="libp2p gossipsub" tid=1 file=scoring.nim:308 peers=0
|
|
INF 2026-03-29 12:16:03.087+00:00 relay started successfully topics="waku node" tid=1 file=waku_node.nim:410
|
|
INF 2026-03-29 12:16:03.087+00:00 waku rendezvous periodic registration started topics="waku rendezvous" tid=1 file=protocol.nim:127 interval=10s
|
|
INF 2026-03-29 12:16:03.087+00:00 waku rendezvous discovery started topics="waku rendezvous" tid=1 file=protocol.nim:227
|
|
INF 2026-03-29 12:16:03.087+00:00 waku rendezvous periodic requests started topics="waku rendezvous client" tid=1 file=client.nim:80 interval=10s
|
|
INF 2026-03-29 12:16:03.087+00:00 waku rendezvous client started topics="waku rendezvous client" tid=1 file=client.nim:136
|
|
DBG 2026-03-29 12:16:03.087+00:00 starting switch for peer topics="libp2p switch" tid=1 file=switch.nim:363 peerInfo="(peerId: 16Uiu2HAmN69ZV9bP1TPbZ22MTiES9g8tXtFNm83mnqoH63KqPcdx, listenAddrs: [/ip4/0.0.0.0/tcp/30853/ws, /ip4/0.0.0.0/tcp/30852], 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, /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:16:03.087+00:00 Starting TCP transport topics="libp2p tcptransport" tid=1 file=tcptransport.nim:116
|
|
TRC 2026-03-29 12:16:03.087+00:00 Listening on topics="libp2p tcptransport" tid=1 file=tcptransport.nim:140 address=/ip4/0.0.0.0/tcp/30852
|
|
TRC 2026-03-29 12:16:03.087+00:00 starting transport on addrs topics="libp2p transport" tid=1 file=transport.nim:49 address=@[/ip4/0.0.0.0/tcp/30852]
|
|
DBG 2026-03-29 12:16:03.087+00:00 About to accept incoming connection topics="libp2p switch" tid=1 file=switch.nim:272
|
|
TRC 2026-03-29 12:16:03.087+00:00 Starting WS transport topics="libp2p wstransport" tid=1 file=wstransport.nim:154
|
|
TRC 2026-03-29 12:16:03.087+00:00 starting transport on addrs topics="libp2p transport" tid=1 file=transport.nim:49 address=@[/ip4/0.0.0.0/tcp/30853/ws]
|
|
TRC 2026-03-29 12:16:03.087+00:00 Created HTTP Server topics="libp2p wstransport" tid=1 file=server.nim:262 host=0.0.0.0:30853
|
|
TRC 2026-03-29 12:16:03.087+00:00 Listening on topics="libp2p wstransport" tid=1 file=wstransport.nim:204 addresses="[/ip4/0.0.0.0/tcp/30853/ws]"
|
|
INF 2026-03-29 12:16:03.087+00:00 Setting up AutonatService topics="libp2p autonatservice" tid=1 file=service.nim:207
|
|
TRC 2026-03-29 12:16:03.087+00:00 Running AutonatService topics="libp2p autonatservice" tid=1 file=service.nim:231
|
|
TRC 2026-03-29 12:16:03.087+00:00 Asking peers for reachability topics="libp2p autonatservice" tid=1 file=service.nim:160
|
|
DBG 2026-03-29 12:16:03.087+00:00 About to accept incoming connection topics="libp2p switch" tid=1 file=switch.nim:272
|
|
TRC 2026-03-29 12:16:03.088+00:00 WsTransport accept topics="libp2p wstransport" tid=1 file=wstransport.nim:279
|
|
TRC 2026-03-29 12:16:03.088+00:00 Awaiting new request topics="websock http-server" tid=1 file=server.nim:194
|
|
TRC 2026-03-29 12:16:03.088+00:00 gossipsub start topics="libp2p gossipsub" tid=1 file=gossipsub.nim:1113
|
|
WRN 2026-03-29 12:16:03.088+00:00 Starting gossipsub twice topics="libp2p gossipsub" tid=1 file=gossipsub.nim:1116
|
|
WRN 2026-03-29 12:16:03.088+00:00 Starting rendezvous twice topics="waku rendezvous" tid=1 file=rendezvous.nim:626
|
|
DBG 2026-03-29 12:16:03.088+00:00 Started libp2p node topics="libp2p switch" tid=1 file=switch.nim:403 peer="(peerId: 16Uiu2HAmN69ZV9bP1TPbZ22MTiES9g8tXtFNm83mnqoH63KqPcdx, listenAddrs: [/ip4/0.0.0.0/tcp/30852, /ip4/0.0.0.0/tcp/30853/ws], addrs: [/ip4/172.18.199.142/tcp/30852, /ip4/172.18.199.142/tcp/30853/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/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:16:03.088+00:00 PeerInfo topics="waku node" tid=1 file=waku_node.nim:478 peerId=16U*KqPcdx addrs="[/ip4/172.18.199.142/tcp/30852, /ip4/172.18.199.142/tcp/30853/ws]"
|
|
INF 2026-03-29 12:16:03.088+00:00 Listening on topics="waku node" tid=1 file=waku_node.nim:501 full=[/ip4/0.0.0.0/tcp/30852/p2p/16Uiu2HAmN69ZV9bP1TPbZ22MTiES9g8tXtFNm83mnqoH63KqPcdx][/ip4/0.0.0.0/tcp/30853/ws/p2p/16Uiu2HAmN69ZV9bP1TPbZ22MTiES9g8tXtFNm83mnqoH63KqPcdx] localIp=172.17.0.163 switchAddress="@[/ip4/172.18.199.142/tcp/30852, /ip4/172.18.199.142/tcp/30853/ws]"
|
|
INF 2026-03-29 12:16:03.088+00:00 Announcing addresses topics="waku node" tid=1 file=waku_node.nim:503 full=[/ip4/172.18.199.142/tcp/30852/p2p/16Uiu2HAmN69ZV9bP1TPbZ22MTiES9g8tXtFNm83mnqoH63KqPcdx][/ip4/172.18.199.142/tcp/30853/ws/p2p/16Uiu2HAmN69ZV9bP1TPbZ22MTiES9g8tXtFNm83mnqoH63KqPcdx]
|
|
INF 2026-03-29 12:16:03.088+00:00 DNS: discoverable ENR topics="waku node" tid=1 file=waku_node.nim:504 enr=enr:-LO4QOnLgko4upyawGjMS5MFYmo06RVrIj3gE2kVnRns0TPYccHftndbvFiml0Mzvmr3OU-sKxlTSRHh0d4-_bwBTJoBgmlkgnY0gmlwhKwSx46KbXVsdGlhZGRyc4wACgSsEseOBniF3QOCcnOFAAMBAACJc2VjcDI1NmsxoQOMKx3dgIgNqvzJzhO2ZNZTXi49l1wnQw4Mlwukae6w-4N0Y3CCeISDdWRwgniGhXdha3UyAw
|
|
INF 2026-03-29 12:16:03.088+00:00 Node started successfully topics="waku node" tid=1 file=waku_node.nim:681
|
|
TRC 2026-03-29 12:16:03.088+00:00 Starting relay connectivity loop topics="waku node peer_manager" tid=1 file=peer_manager.nim:1069
|
|
TRC 2026-03-29 12:16:03.089+00:00 Starting prune peerstore loop topics="waku node peer_manager" tid=1 file=peer_manager.nim:1062
|
|
INF 2026-03-29 12:16:03.089+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:16:03.089+00:00 PeerInfo topics="waku node" tid=1 file=waku_node.nim:478 peerId=16U*KqPcdx addrs="[/ip4/172.18.199.142/tcp/30852, /ip4/172.18.199.142/tcp/30853/ws]"
|
|
INF 2026-03-29 12:16:03.089+00:00 Listening on topics="waku node" tid=1 file=waku_node.nim:501 full=[/ip4/0.0.0.0/tcp/30852/p2p/16Uiu2HAmN69ZV9bP1TPbZ22MTiES9g8tXtFNm83mnqoH63KqPcdx][/ip4/0.0.0.0/tcp/30853/ws/p2p/16Uiu2HAmN69ZV9bP1TPbZ22MTiES9g8tXtFNm83mnqoH63KqPcdx] localIp=172.17.0.163 switchAddress="@[/ip4/172.18.199.142/tcp/30852, /ip4/172.18.199.142/tcp/30853/ws]"
|
|
INF 2026-03-29 12:16:03.089+00:00 Announcing addresses topics="waku node" tid=1 file=waku_node.nim:503 full=[/ip4/172.18.199.142/tcp/30852/p2p/16Uiu2HAmN69ZV9bP1TPbZ22MTiES9g8tXtFNm83mnqoH63KqPcdx][/ip4/172.18.199.142/tcp/30853/ws/p2p/16Uiu2HAmN69ZV9bP1TPbZ22MTiES9g8tXtFNm83mnqoH63KqPcdx]
|
|
INF 2026-03-29 12:16:03.089+00:00 DNS: discoverable ENR topics="waku node" tid=1 file=waku_node.nim:504 enr=enr:-LO4QOnLgko4upyawGjMS5MFYmo06RVrIj3gE2kVnRns0TPYccHftndbvFiml0Mzvmr3OU-sKxlTSRHh0d4-_bwBTJoBgmlkgnY0gmlwhKwSx46KbXVsdGlhZGRyc4wACgSsEseOBniF3QOCcnOFAAMBAACJc2VjcDI1NmsxoQOMKx3dgIgNqvzJzhO2ZNZTXi49l1wnQw4Mlwukae6w-4N0Y3CCeISDdWRwgniGhXdha3UyAw
|
|
INF 2026-03-29 12:16:03.089+00:00 Waku node ENR updated successfully with new multiaddress topics="wakunode waku" tid=1 file=waku.nim:301 enr=enr:-L24QJCzgW2Yj4xNFtuSQtmmOQcvO_OWtaMHFmirnbhtUVBAdVi2rhMOViGz_z408LM3dGzj1xZwOYmJukIe1jjoIyICgmlkgnY0gmlwhKwSx46KbXVsdGlhZGRyc5YACASsEseOBniEAAoErBLHjgZ4hd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDjCsd3YCIDar8yc4TtmTWU14uPZdcJ0MODJcLpGnusPuDdGNwgniEg3VkcIJ4hoV3YWt1MgM record="(2, id: \"v4\", ip: 172.18.199.142, multiaddrs: 0x000804AC12C78E067884000A04AC12C78E067885DD03, rs: 0x0003010000, secp256k1: 0x038C2B1DDD80880DAAFCC9CE13B664D6535E2E3D975C27430E0C970BA469EEB0FB, tcp: 30852, udp: 30854, waku2: 0x03)"
|
|
INF 2026-03-29 12:16:03.089+00:00 peer filtering updated topics="waku discv5" tid=1 file=waku_discv5.nim:70
|
|
INF 2026-03-29 12:16:03.089+00:00 Starting discovery v5 service topics="waku discv5" tid=1 file=waku_discv5.nim:336
|
|
INF 2026-03-29 12:16:03.089+00:00 start listening on udp port topics="waku discv5" tid=1 file=waku_discv5.nim:338 address=0.0.0.0 port=30854
|
|
TRC 2026-03-29 12:16:03.089+00:00 start discv5 service topics="waku discv5" tid=1 file=waku_discv5.nim:346
|
|
INF 2026-03-29 12:16:03.089+00:00 Starting discovery v5 search topics="waku discv5" tid=1 file=waku_discv5.nim:258
|
|
TRC 2026-03-29 12:16:03.089+00:00 running discv5 discovery loop topics="waku discv5" tid=1 file=waku_discv5.nim:261
|
|
TRC 2026-03-29 12:16:03.090+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:16:03.090+00:00 discv5 discarded wrong records topics="waku discv5" tid=1 file=waku_discv5.nim:281 wrong_records=[]
|
|
INF 2026-03-29 12:16:03.090+00:00 Successfully started discovery v5 service topics="waku discv5" tid=1 file=waku_discv5.nim:352
|
|
INF 2026-03-29 12:16:03.090+00:00 Discv5: discoverable ENR topics="waku discv5" tid=1 file=waku_discv5.nim:353 enrUri=enr:-L24QP1wAKzyU0QT98llA4nz1Qdbt6x9-3KBD6WPWHXmIQOKfdKXK2oy7SvCA4MtxQNnjNa28G7LkQOsdE9Akk70OvsDgmlkgnY0gmlwhKwSx46KbXVsdGlhZGRyc5YACASsEseOBniEAAoErBLHjgZ4hd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDjCsd3YCIDar8yc4TtmTWU14uPZdcJ0MODJcLpGnusPuDdGNwgniEg3VkcIJ4hoV3YWt1MgM enr="(3, id: \"v4\", ip: 172.18.199.142, multiaddrs: 0x000804AC12C78E067884000A04AC12C78E067885DD03, rs: 0x0003010000, secp256k1: 0x038C2B1DDD80880DAAFCC9CE13B664D6535E2E3D975C27430E0C970BA469EEB0FB, tcp: 30852, udp: 30854, waku2: 0x03)"
|
|
INF 2026-03-29 12:16:03.090+00:00 subscribe topics="waku relay" tid=1 file=protocol.nim:594 pubsubTopic=/waku/2/rs/3/0
|
|
TRC 2026-03-29 12:16:03.090+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:16:03.090+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:16:03.090+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:16:03.090+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:16:03.090+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:16:03.090+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:16:03.090+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:16:03.090+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:16:03.090+00:00 Health monitor loop start tid=1 file=node_health_monitor.nim:516
|
|
DBG 2026-03-29 12:16:03.090+00:00 calculateConnectionState tid=1 file=node_health_monitor.nim:408 relayCount=0 storeClientCount=0 lightpushCount=0 filterCount=0
|
|
INF 2026-03-29 12:16:03.090+00:00 starting keepalive tid=1 file=node_health_monitor.nim:678 randomPeersKeepalive=10s allPeersKeepalive=2m
|
|
TRC 2026-03-29 12:16:03.090+00:00 Running keepalive loop tid=1 file=node_health_monitor.nim:593
|
|
INF 2026-03-29 12:16:03.091+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:16:03.094+00:00 REST services are installed tid=1 file=builder.nim:221
|
|
INF 2026-03-29 12:16:03.094+00:00 Starting metrics HTTP server topics="waku node metrics" tid=1 file=waku_metrics.nim:63 serverIp=0.0.0.0 serverPort=30855
|
|
INF 2026-03-29 12:16:03.094+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:16:03.095+00:00 Metrics HTTP server started topics="waku node metrics" tid=1 file=waku_metrics.nim:73 serverIp=0.0.0.0 serverPort=30855
|
|
INF 2026-03-29 12:16:03.095+00:00 Setting up shutdown hooks topics="wakunode main" tid=1 file=wakunode2.nim:63
|
|
INF 2026-03-29 12:16:03.095+00:00 Node setup complete topics="wakunode main" tid=1 file=wakunode2.nim:102
|
|
TRC 2026-03-29 12:16:04.088+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140615119798352
|
|
TRC 2026-03-29 12:16:04.088+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:16:04.088+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:16:04.088+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:16:04.088+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:16:04.088+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
DBG 2026-03-29 12:16:04.089+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:57242 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:04.089+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:57242 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:04.089+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:57242 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:04.193+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:57246 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:04.193+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:57246 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:04.193+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:57246 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:04.296+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:57254 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:04.296+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:57254 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:04.296+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:57254 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:04.399+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:57264 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:04.399+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:57264 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:04.400+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:57264 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:04.503+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:57280 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:04.503+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:57280 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:04.503+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:57280 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:04.605+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:57290 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:04.605+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:57290 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:04.606+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:57290 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:04.708+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:57298 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:04.709+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:57298 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:04.709+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:57298 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:04.812+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:57304 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:04.812+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:57304 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:04.812+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:57304 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:04.915+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:57310 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:04.915+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:57310 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:04.916+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:57310 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:05.019+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:57316 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:05.019+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:57316 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:05.020+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:57316 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 12:16:05.087+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140615119798352
|
|
TRC 2026-03-29 12:16:05.087+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:16:05.087+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:16:05.087+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:16:05.087+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:16:05.087+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
DBG 2026-03-29 12:16:05.122+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:57328 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:05.123+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:57328 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:05.123+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:57328 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:05.225+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:57332 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:05.225+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:57332 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:05.226+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:57332 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:05.329+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:57342 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:05.329+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:57342 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:05.329+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:57342 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:05.432+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:57358 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:05.432+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:57358 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:05.432+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:57358 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:05.536+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:57370 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:05.536+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:57370 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:05.536+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:57370 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:05.639+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:57384 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:05.639+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:57384 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:05.640+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:57384 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:05.742+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:57386 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:05.743+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:57386 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:05.743+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:57386 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:05.846+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:57396 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:05.846+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:57396 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:05.846+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:57396 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:05.949+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:57402 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:05.949+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:57402 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:05.949+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:57402 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:06.052+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:37636 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:06.053+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:37636 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:06.053+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:37636 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 12:16:06.087+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140615119798352
|
|
TRC 2026-03-29 12:16:06.087+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:16:06.087+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:16:06.088+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:16:06.088+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:16:06.088+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
DBG 2026-03-29 12:16:06.156+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:37644 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:06.156+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:37644 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:06.156+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:37644 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:06.260+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:37650 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:06.260+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:37650 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:06.260+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:37650 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:06.364+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:37666 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:06.364+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:37666 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:06.364+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:37666 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:06.469+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:37670 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:06.469+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:37670 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:06.469+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:37670 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:06.573+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:37680 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:06.573+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:37680 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:06.573+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:37680 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:06.676+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:37692 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:06.676+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:37692 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:06.677+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:37692 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:06.779+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:37700 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:06.779+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:37700 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:06.780+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:37700 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:06.883+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:37702 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:06.883+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:37702 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:06.883+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:37702 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:06.986+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:37714 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:06.986+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:37714 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:06.987+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:37714 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 12:16:07.087+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140615119798352
|
|
TRC 2026-03-29 12:16:07.087+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:16:07.087+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:16:07.087+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:16:07.087+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:16:07.087+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
DBG 2026-03-29 12:16:07.089+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:37722 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:07.089+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:37722 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:07.090+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:37722 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:07.192+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:37730 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:07.193+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:37730 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:07.193+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:37730 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:07.296+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:37734 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:07.296+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:37734 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:07.296+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:37734 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:07.399+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:37744 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:07.399+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:37744 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:07.399+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:37744 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:07.502+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:37746 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:07.502+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:37746 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:07.502+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:37746 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:07.605+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:37762 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:07.605+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:37762 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:07.605+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:37762 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:07.708+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:37770 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:07.708+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:37770 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:07.708+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:37770 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:07.811+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:37786 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:07.811+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:37786 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:07.812+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:37786 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:07.915+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:37790 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:07.916+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:37790 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:07.916+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:37790 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:08.019+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:37792 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:08.019+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:37792 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:08.019+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:37792 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 12:16:08.087+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140615119798352
|
|
TRC 2026-03-29 12:16:08.087+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:16:08.087+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:16:08.087+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:16:08.087+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:16:08.087+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
TRC 2026-03-29 12:16:08.090+00:00 running discv5 discovery loop topics="waku discv5" tid=1 file=waku_discv5.nim:261
|
|
TRC 2026-03-29 12:16:08.090+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:16:08.090+00:00 discv5 discarded wrong records topics="waku discv5" tid=1 file=waku_discv5.nim:281 wrong_records=[]
|
|
INF 2026-03-29 12:16:08.109+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:16:08.122+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:37794 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:08.122+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:37794 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:08.122+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:37794 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:08.225+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:37806 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:08.225+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:37806 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:08.225+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:37806 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:08.329+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:37818 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:08.329+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:37818 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:08.329+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:37818 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:08.432+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:37826 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:08.432+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:37826 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:08.432+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:37826 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:08.535+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:37838 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:08.535+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:37838 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:08.535+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:37838 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:08.638+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:37844 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:08.638+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:37844 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:08.638+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:37844 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:08.741+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:37846 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:08.741+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:37846 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:08.741+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:37846 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:08.844+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:37854 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:08.844+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:37854 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:08.844+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:37854 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:08.947+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:37868 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:08.948+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:37868 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:08.948+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:37868 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:09.050+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:37874 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:09.050+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:37874 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:09.050+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:37874 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 12:16:09.086+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140615119798352
|
|
TRC 2026-03-29 12:16:09.086+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:16:09.086+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:16:09.086+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:16:09.087+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:16:09.087+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
DBG 2026-03-29 12:16:09.152+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:37878 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:09.152+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:37878 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:09.153+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:37878 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:09.255+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:37890 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:09.256+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:37890 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:09.256+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:37890 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:09.358+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:37904 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:09.358+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:37904 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:09.359+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:37904 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:09.462+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:37916 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:09.462+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:37916 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:09.462+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:37916 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:09.565+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:37926 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:09.565+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:37926 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:09.565+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:37926 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:09.668+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:37934 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:09.668+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:37934 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:09.668+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:37934 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:09.771+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:37940 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:09.771+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:37940 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:09.772+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:37940 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:09.874+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:37956 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:09.874+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:37956 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:09.874+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:37956 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:09.977+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:37966 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:09.978+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:37966 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:09.978+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:37966 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:10.081+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:37968 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:10.081+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:37968 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:10.081+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:37968 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 12:16:10.086+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140615119798352
|
|
TRC 2026-03-29 12:16:10.086+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:16:10.087+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:16:10.087+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:16:10.087+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:16:10.087+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
DBG 2026-03-29 12:16:10.184+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:37972 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:10.184+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:37972 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:10.184+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:37972 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:10.287+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:37980 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:10.287+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:37980 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:10.287+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:37980 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:10.390+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:37994 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:10.390+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:37994 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:10.390+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:37994 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:10.493+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:38014 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:10.493+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:38014 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:10.493+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:38014 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:10.596+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:38016 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:10.596+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:38016 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:10.596+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:38016 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:10.699+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:38026 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:10.699+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:38026 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:10.699+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:38026 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:10.802+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:38030 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:10.802+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:38030 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:10.802+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:38030 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:10.905+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:38040 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:10.905+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:38040 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:10.905+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:38040 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:11.008+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:38044 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:11.008+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:38044 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:11.008+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:38044 uri=/health content_type=application/json content_size=821
|
|
TRC 2026-03-29 12:16:11.086+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:885 instance=140615119798352
|
|
TRC 2026-03-29 12:16:11.086+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:16:11.086+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:16:11.086+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:16:11.086+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:16:11.086+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:751 ntopics=0
|
|
DBG 2026-03-29 12:16:11.111+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:38046 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:11.111+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:38046 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:11.112+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:38046 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:11.215+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:38052 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:11.215+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:38052 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:11.215+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:38052 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:11.319+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:38064 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:11.319+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:38064 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:11.319+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:38064 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:11.422+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:38070 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:11.422+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:38070 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:11.422+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:38070 uri=/health content_type=application/json content_size=821
|
|
DBG 2026-03-29 12:16:11.525+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:38086 meth=GET uri=/health
|
|
DBG 2026-03-29 12:16:11.525+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:38086 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
|
DBG 2026-03-29 12:16:11.525+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:38086 uri=/health content_type=application/json content_size=821
|