2026-02-25 20:22:16 +00:00

270 lines
48 KiB
Plaintext

2026-02-25 20:14:29.415 DEBUG [tests.conftest] Running fixture setup: test_id
2026-02-25 20:14:29.415 DEBUG [tests.conftest] Running test: test_store_sync_long_chain with id: 2026-02-25_20-14-29__9a7f9ac8-db81-4f9f-a707-b97015c634fc
2026-02-25 20:14:29.415 DEBUG [src.steps.common] Running fixture setup: common_setup
2026-02-25 20:14:29.423 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-02-25 20:14:29.423 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-02-25_20-14-29__9a7f9ac8-db81-4f9f-a707-b97015c634fc__wakuorg_nwaku:latest.log
2026-02-25 20:14:29.430 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-02-25 20:14:29.430 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-02-25_20-14-29__9a7f9ac8-db81-4f9f-a707-b97015c634fc__wakuorg_nwaku:latest.log
2026-02-25 20:14:29.437 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-02-25 20:14:29.437 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2026-02-25_20-14-29__9a7f9ac8-db81-4f9f-a707-b97015c634fc__wakuorg_nwaku:latest.log
2026-02-25 20:14:29.437 DEBUG [src.steps.store] Running fixture setup: store_setup
2026-02-25 20:14:29.438 DEBUG [src.node.waku_node] Starting Node...
2026-02-25 20:14:29.438 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-02-25 20:14:29.440 DEBUG [src.node.docker_mananger] Network waku already exists
2026-02-25 20:14:29.440 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.250.90
2026-02-25 20:14:29.440 DEBUG [src.node.docker_mananger] Generated ports ['6418', '6419', '6420', '6421', '6422']
2026-02-25 20:14:29.440 DEBUG [src.node.waku_node] RLN credentials were not set
2026-02-25 20:14:29.440 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-02-25 20:14:29.440 DEBUG [src.node.waku_node] Using volumes []
2026-02-25 20:14:29.440 DEBUG [src.node.docker_mananger] docker run -i -t -p 6418:6418 -p 6419:6419 -p 6420:6420 -p 6421:6421 -p 6422:6422 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=6420 --rest-port=6418 --tcp-port=6419 --discv5-udp-port=6421 --rest-address=0.0.0.0 --nat=extip:172.18.250.90 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=85c72ea4a7625edadf5af9e8c77ae9e2cb78bdfd7432dd9eb2a091804caf59f4 --store-sync=true --store=true --store-sync-range=120 --store-sync-interval=10 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=6422 --metrics-logging=true --store-sync-relay-jitter=0 --relay=true --dns-discovery=false
2026-02-25 20:14:29.641 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.250.90 waku b8d23e7cabfde6a9e66ee98a193b05a4b467fcc427c0c569f84151e49f5dcdc8
2026-02-25 20:14:29.653 ERROR [src.node.docker_mananger] Max retries reached for container 5571d8d0afaa. Exiting log stream.
2026-02-25 20:14:29.680 DEBUG [src.node.docker_mananger] Container started with ID b8d23e7cabfd. Setting up logs at ./log/docker/node1_2026-02-25_20-14-29__9a7f9ac8-db81-4f9f-a707-b97015c634fc__wakuorg_nwaku:latest.log
2026-02-25 20:14:29.682 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 6418
2026-02-25 20:14:29.684 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-02-25 20:14:30.200 ERROR [src.node.docker_mananger] Max retries reached for container 6d15a18a4258. Exiting log stream.
2026-02-25 20:14:30.685 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6418/health" -H "Content-Type: application/json" -d 'None'
2026-02-25 20:14:30.688 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
2026-02-25 20:14:30.688 INFO [src.node.waku_node] Node protocols are initialized !!
2026-02-25 20:14:30.688 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6418/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-02-25 20:14:30.691 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.250.90/tcp/6419/p2p/16Uiu2HAm9WuRYUGAmf7BwipRoMKhnsEWuPyNHPKb2LQns4wcsdqD","/ip4/172.18.250.90/tcp/6420/ws/p2p/16Uiu2HAm9WuRYUGAmf7BwipRoMKhnsEWuPyNHPKb2LQns4wcsdqD"],"enrUri":"enr:-L24QC1rzgBO7YjOqizGWlynt1dHSyvYoAtomWfvj9r2VjitX8NtP-0Pz1UJPEzsYNvHkgHUZ0vN-rI67Yw9zvt_RY0CgmlkgnY0gmlwhKwS-lqKbXVsdGlhZGRyc5YACASsEvpaBhkTAAoErBL6WgYZFN0DgnJzhQADAQAAiXNlY3AyNTZrMaEC0Vq43voc4flpZZO0pCuWztIBAwOmCbztzQpTlHRQ73yDdGNwghkTg3VkcIIZFYV3YWt1MhM"}'
2026-02-25 20:14:30.691 INFO [src.node.waku_node] REST service is ready !!
2026-02-25 20:14:30.691 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6418/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
2026-02-25 20:14:30.709 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-25 20:14:30.716 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-02-25 20:14:30.716 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node4_2026-02-25_20-14-29__9a7f9ac8-db81-4f9f-a707-b97015c634fc__wakuorg_nwaku:latest.log
2026-02-25 20:14:30.723 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-02-25 20:14:30.723 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node5_2026-02-25_20-14-29__9a7f9ac8-db81-4f9f-a707-b97015c634fc__wakuorg_nwaku:latest.log
2026-02-25 20:14:30.731 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-02-25 20:14:30.731 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node6_2026-02-25_20-14-29__9a7f9ac8-db81-4f9f-a707-b97015c634fc__wakuorg_nwaku:latest.log
2026-02-25 20:14:30.738 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-02-25 20:14:30.738 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node7_2026-02-25_20-14-29__9a7f9ac8-db81-4f9f-a707-b97015c634fc__wakuorg_nwaku:latest.log
2026-02-25 20:14:30.745 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-02-25 20:14:30.745 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node8_2026-02-25_20-14-29__9a7f9ac8-db81-4f9f-a707-b97015c634fc__wakuorg_nwaku:latest.log
2026-02-25 20:14:30.745 DEBUG [src.node.waku_node] Starting Node...
2026-02-25 20:14:30.745 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-02-25 20:14:30.747 DEBUG [src.node.docker_mananger] Network waku already exists
2026-02-25 20:14:30.747 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.90.199
2026-02-25 20:14:30.747 DEBUG [src.node.docker_mananger] Generated ports ['29430', '29431', '29432', '29433', '29434']
2026-02-25 20:14:30.747 DEBUG [src.node.waku_node] RLN credentials were not set
2026-02-25 20:14:30.747 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-02-25 20:14:30.747 DEBUG [src.node.waku_node] Using volumes []
2026-02-25 20:14:30.748 DEBUG [src.node.docker_mananger] docker run -i -t -p 29430:29430 -p 29431:29431 -p 29432:29432 -p 29433:29433 -p 29434:29434 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=29432 --rest-port=29430 --tcp-port=29431 --discv5-udp-port=29433 --rest-address=0.0.0.0 --nat=extip:172.18.90.199 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=759f1fc06999edbce4a0d2ac55bfc6d87a2a5e6df80bf2bbf05f28041ca4aa39 --store-sync=true --store=true --store-sync-range=120 --store-sync-interval=10 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=29434 --metrics-logging=true --store-sync-relay-jitter=0 --relay=false --dns-discovery=false
2026-02-25 20:14:30.953 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.90.199 waku 2988305044f571eadad9988312c74af0c002309418a7093b83e92266b529f0c7
2026-02-25 20:14:30.988 DEBUG [src.node.docker_mananger] Container started with ID 2988305044f5. Setting up logs at ./log/docker/node2_2026-02-25_20-14-29__9a7f9ac8-db81-4f9f-a707-b97015c634fc__wakuorg_nwaku:latest.log
2026-02-25 20:14:30.988 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 29430
2026-02-25 20:14:30.989 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-02-25 20:14:31.990 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29430/health" -H "Content-Type: application/json" -d 'None'
2026-02-25 20:14:31.993 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
2026-02-25 20:14:31.993 INFO [src.node.waku_node] Node protocols are initialized !!
2026-02-25 20:14:31.993 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29430/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-02-25 20:14:31.996 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.90.199/tcp/29431/p2p/16Uiu2HAmMMW8rroEewxjpnEkCK235KT2DwAtakZCFE7dAZ7LTica","/ip4/172.18.90.199/tcp/29432/ws/p2p/16Uiu2HAmMMW8rroEewxjpnEkCK235KT2DwAtakZCFE7dAZ7LTica"],"enrUri":"enr:-L24QPFcir-andWMk0MsgrlCdcequ8KkOHFQGjk-4nVwdJZ9MbshWYPCNE4fikfSsDgPWlbqkhcfNsKuFK6N_9wLt6YCgmlkgnY0gmlwhKwSWseKbXVsdGlhZGRyc5YACASsElrHBnL3AAoErBJaxwZy-N0DgnJzhQADAQAAiXNlY3AyNTZrMaEDgT5oFRPGUMIYkT_ZuGwGZlcdhiQVUb59AtbEqJBNX1ODdGNwgnL3g3VkcIJy-YV3YWt1MhI"}'
2026-02-25 20:14:31.996 INFO [src.node.waku_node] REST service is ready !!
2026-02-25 20:14:31.996 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29430/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.250.90/tcp/6419/p2p/16Uiu2HAm9WuRYUGAmf7BwipRoMKhnsEWuPyNHPKb2LQns4wcsdqD"]'
2026-02-25 20:14:32.032 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-25 20:14:32.033 DEBUG [src.node.waku_node] Starting Node...
2026-02-25 20:14:32.035 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-02-25 20:14:32.041 DEBUG [src.node.docker_mananger] Network waku already exists
2026-02-25 20:14:32.042 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.201.132
2026-02-25 20:14:32.043 DEBUG [src.node.docker_mananger] Generated ports ['53307', '53308', '53309', '53310', '53311']
2026-02-25 20:14:32.044 DEBUG [src.node.waku_node] RLN credentials were not set
2026-02-25 20:14:32.046 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-02-25 20:14:32.046 DEBUG [src.node.waku_node] Using volumes []
2026-02-25 20:14:32.047 DEBUG [src.node.docker_mananger] docker run -i -t -p 53307:53307 -p 53308:53308 -p 53309:53309 -p 53310:53310 -p 53311:53311 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=53309 --rest-port=53307 --tcp-port=53308 --discv5-udp-port=53310 --rest-address=0.0.0.0 --nat=extip:172.18.201.132 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=a2e33d484e815b77ed450861a4cadbbeddff66a4fdd26bcf5581fdbc445aea8a --store-sync=true --store=true --store-sync-range=120 --store-sync-interval=10 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=53311 --metrics-logging=true --store-sync-relay-jitter=0 --relay=false --dns-discovery=false
2026-02-25 20:14:32.265 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.201.132 waku e39bccc9d5c43821e9b14d5797c2badf8c0c90d5a0fa2c608447682e886d1fac
2026-02-25 20:14:32.302 DEBUG [src.node.docker_mananger] Container started with ID e39bccc9d5c4. Setting up logs at ./log/docker/node3_2026-02-25_20-14-29__9a7f9ac8-db81-4f9f-a707-b97015c634fc__wakuorg_nwaku:latest.log
2026-02-25 20:14:32.302 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 53307
2026-02-25 20:14:32.303 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-02-25 20:14:33.303 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53307/health" -H "Content-Type: application/json" -d 'None'
2026-02-25 20:14:33.306 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
2026-02-25 20:14:33.306 INFO [src.node.waku_node] Node protocols are initialized !!
2026-02-25 20:14:33.307 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53307/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-02-25 20:14:33.309 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.201.132/tcp/53308/p2p/16Uiu2HAkxjuePzX3jcHu7C9gZPiGKzEwfK4WotZHnK1D5etVQSgk","/ip4/172.18.201.132/tcp/53309/ws/p2p/16Uiu2HAkxjuePzX3jcHu7C9gZPiGKzEwfK4WotZHnK1D5etVQSgk"],"enrUri":"enr:-L24QEew0MiaoMFQbRsUSBDBIHhxUb_HfhFSY7VWlNL4ZAzrJVp2BIUYcTbPCsLzHDf0pxzuss4gUn52hCxRddzRbesCgmlkgnY0gmlwhKwSyYSKbXVsdGlhZGRyc5YACASsEsmEBtA8AAoErBLJhAbQPd0DgnJzhQADAQAAiXNlY3AyNTZrMaECMT73kYaZN8UsJ5-7Lhb_meOV-7vgHJcQXSc-8U_jdP2DdGNwgtA8g3VkcILQPoV3YWt1MhI"}'
2026-02-25 20:14:33.309 INFO [src.node.waku_node] REST service is ready !!
2026-02-25 20:14:33.310 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53307/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.90.199/tcp/29431/p2p/16Uiu2HAmMMW8rroEewxjpnEkCK235KT2DwAtakZCFE7dAZ7LTica"]'
2026-02-25 20:14:33.345 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-25 20:14:33.346 DEBUG [src.node.waku_node] Starting Node...
2026-02-25 20:14:33.346 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-02-25 20:14:33.350 DEBUG [src.node.docker_mananger] Network waku already exists
2026-02-25 20:14:33.351 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.242.237
2026-02-25 20:14:33.351 DEBUG [src.node.docker_mananger] Generated ports ['56444', '56445', '56446', '56447', '56448']
2026-02-25 20:14:33.352 DEBUG [src.node.waku_node] RLN credentials were not set
2026-02-25 20:14:33.352 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-02-25 20:14:33.353 DEBUG [src.node.waku_node] Using volumes []
2026-02-25 20:14:33.353 DEBUG [src.node.docker_mananger] docker run -i -t -p 56444:56444 -p 56445:56445 -p 56446:56446 -p 56447:56447 -p 56448:56448 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=56446 --rest-port=56444 --tcp-port=56445 --discv5-udp-port=56447 --rest-address=0.0.0.0 --nat=extip:172.18.242.237 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=f665bceaed5def61fc729bebbf0cb994afa4ecce3d599269aa6dd7234bbcc1ae --store-sync=true --store=true --store-sync-range=120 --store-sync-interval=10 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=56448 --metrics-logging=true --store-sync-relay-jitter=0 --relay=false --dns-discovery=false
2026-02-25 20:14:33.560 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.242.237 waku 65a1ec4381233ac70befe8eb434e1e88fa22d7bceda1964116f9715d4840b819
2026-02-25 20:14:33.596 DEBUG [src.node.docker_mananger] Container started with ID 65a1ec438123. Setting up logs at ./log/docker/node4_2026-02-25_20-14-29__9a7f9ac8-db81-4f9f-a707-b97015c634fc__wakuorg_nwaku:latest.log
2026-02-25 20:14:33.597 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 56444
2026-02-25 20:14:33.597 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-02-25 20:14:34.597 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56444/health" -H "Content-Type: application/json" -d 'None'
2026-02-25 20:14:34.600 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
2026-02-25 20:14:34.600 INFO [src.node.waku_node] Node protocols are initialized !!
2026-02-25 20:14:34.601 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56444/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-02-25 20:14:34.603 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.242.237/tcp/56445/p2p/16Uiu2HAm3FA3m3bZrirAoe7YGBS4qGzmbV5wfy3G2Nzv5JcZEU2r","/ip4/172.18.242.237/tcp/56446/ws/p2p/16Uiu2HAm3FA3m3bZrirAoe7YGBS4qGzmbV5wfy3G2Nzv5JcZEU2r"],"enrUri":"enr:-L24QGfshNxO04tPPL3t75lShNzqRGVoq0kpsLC3x1OhSeHXMq4TFHwgj_HQD6duRG2WskJBDxScvJRdaNrZYmiV9RcCgmlkgnY0gmlwhKwS8u2KbXVsdGlhZGRyc5YACASsEvLtBtx9AAoErBLy7Qbcft0DgnJzhQADAQAAiXNlY3AyNTZrMaECdCvX8mDEVviNSMn50ktjvHp5IDxoVGW2JKRaBU1LjV-DdGNwgtx9g3VkcILcf4V3YWt1MhI"}'
2026-02-25 20:14:34.603 INFO [src.node.waku_node] REST service is ready !!
2026-02-25 20:14:34.603 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56444/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.201.132/tcp/53308/p2p/16Uiu2HAkxjuePzX3jcHu7C9gZPiGKzEwfK4WotZHnK1D5etVQSgk"]'
2026-02-25 20:14:34.641 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-25 20:14:34.642 DEBUG [src.node.waku_node] Starting Node...
2026-02-25 20:14:34.644 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-02-25 20:14:34.648 DEBUG [src.node.docker_mananger] Network waku already exists
2026-02-25 20:14:34.648 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.141.250
2026-02-25 20:14:34.649 DEBUG [src.node.docker_mananger] Generated ports ['17560', '17561', '17562', '17563', '17564']
2026-02-25 20:14:34.649 DEBUG [src.node.waku_node] RLN credentials were not set
2026-02-25 20:14:34.649 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-02-25 20:14:34.649 DEBUG [src.node.waku_node] Using volumes []
2026-02-25 20:14:34.649 DEBUG [src.node.docker_mananger] docker run -i -t -p 17560:17560 -p 17561:17561 -p 17562:17562 -p 17563:17563 -p 17564:17564 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=17562 --rest-port=17560 --tcp-port=17561 --discv5-udp-port=17563 --rest-address=0.0.0.0 --nat=extip:172.18.141.250 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=55bfdc2f13ffc2dd0e3ddb6513e2cdee4853ddaa1dc9a4fb05595cb835cdb6c1 --store-sync=true --store=true --store-sync-range=120 --store-sync-interval=10 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=17564 --metrics-logging=true --store-sync-relay-jitter=0 --relay=false --dns-discovery=false
2026-02-25 20:14:34.853 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.141.250 waku 3cfccc07999274ebfeafe0f433cd31a5ee259d7974c6dd3935737ca5da2ff4e7
2026-02-25 20:14:34.893 DEBUG [src.node.docker_mananger] Container started with ID 3cfccc079992. Setting up logs at ./log/docker/node5_2026-02-25_20-14-29__9a7f9ac8-db81-4f9f-a707-b97015c634fc__wakuorg_nwaku:latest.log
2026-02-25 20:14:34.894 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 17560
2026-02-25 20:14:34.894 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-02-25 20:14:35.894 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17560/health" -H "Content-Type: application/json" -d 'None'
2026-02-25 20:14:35.897 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
2026-02-25 20:14:35.897 INFO [src.node.waku_node] Node protocols are initialized !!
2026-02-25 20:14:35.898 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17560/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-02-25 20:14:35.900 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.141.250/tcp/17561/p2p/16Uiu2HAmQd9XUgAghy5KiKiUtQGv8F4RUeNAXwFrfvNdFtJ1iiRy","/ip4/172.18.141.250/tcp/17562/ws/p2p/16Uiu2HAmQd9XUgAghy5KiKiUtQGv8F4RUeNAXwFrfvNdFtJ1iiRy"],"enrUri":"enr:-L24QEBTE7MBMXQ2vftcPVoKX383mkN9bszZZk1tlNCy3ibaNUc65ZUw4DK5PVaBDu_pZ8wFUdcsjxsD9ToolnpYSMsCgmlkgnY0gmlwhKwSjfqKbXVsdGlhZGRyc5YACASsEo36BkSZAAoErBKN-gZEmt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDsdN02awnyuQZH5I8-36qo1UAdeajz3jUL0doZox7jDSDdGNwgkSZg3VkcIJEm4V3YWt1MhI"}'
2026-02-25 20:14:35.900 INFO [src.node.waku_node] REST service is ready !!
2026-02-25 20:14:35.901 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17560/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.242.237/tcp/56445/p2p/16Uiu2HAm3FA3m3bZrirAoe7YGBS4qGzmbV5wfy3G2Nzv5JcZEU2r"]'
2026-02-25 20:14:35.935 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-25 20:14:35.937 DEBUG [src.node.waku_node] Starting Node...
2026-02-25 20:14:35.941 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-02-25 20:14:35.945 DEBUG [src.node.docker_mananger] Network waku already exists
2026-02-25 20:14:35.945 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.123.193
2026-02-25 20:14:35.946 DEBUG [src.node.docker_mananger] Generated ports ['6079', '6080', '6081', '6082', '6083']
2026-02-25 20:14:35.946 DEBUG [src.node.waku_node] RLN credentials were not set
2026-02-25 20:14:35.946 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-02-25 20:14:35.946 DEBUG [src.node.waku_node] Using volumes []
2026-02-25 20:14:35.947 DEBUG [src.node.docker_mananger] docker run -i -t -p 6079:6079 -p 6080:6080 -p 6081:6081 -p 6082:6082 -p 6083:6083 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=6081 --rest-port=6079 --tcp-port=6080 --discv5-udp-port=6082 --rest-address=0.0.0.0 --nat=extip:172.18.123.193 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=26d0eda9d87f2c1caf98de5ebf1febdbd08fab4cdbcfecf28a6cea0ae990a6b3 --store-sync=true --store=true --store-sync-range=120 --store-sync-interval=10 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=6083 --metrics-logging=true --store-sync-relay-jitter=0 --relay=false --dns-discovery=false
2026-02-25 20:14:36.154 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.123.193 waku 52c0b34b2844f45b228e3877f6ed003e43b8e77547a53527a480eb8a1eadb7c6
2026-02-25 20:14:36.192 DEBUG [src.node.docker_mananger] Container started with ID 52c0b34b2844. Setting up logs at ./log/docker/node6_2026-02-25_20-14-29__9a7f9ac8-db81-4f9f-a707-b97015c634fc__wakuorg_nwaku:latest.log
2026-02-25 20:14:36.193 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 6079
2026-02-25 20:14:36.193 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-02-25 20:14:37.194 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6079/health" -H "Content-Type: application/json" -d 'None'
2026-02-25 20:14:37.197 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
2026-02-25 20:14:37.198 INFO [src.node.waku_node] Node protocols are initialized !!
2026-02-25 20:14:37.198 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6079/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-02-25 20:14:37.200 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.123.193/tcp/6080/p2p/16Uiu2HAm2LxKYonmy2XbjpJLMfJewBVRAb4zUVgUw3c82zUB3shW","/ip4/172.18.123.193/tcp/6081/ws/p2p/16Uiu2HAm2LxKYonmy2XbjpJLMfJewBVRAb4zUVgUw3c82zUB3shW"],"enrUri":"enr:-L24QNTo5WAczN62onlOsLhXk7PBH-2HbpJ_fCHhpzac0cLVU5FXZlKpnzcq6ybah8WjMRkX4oC_PMIJGaFOin_Tto8CgmlkgnY0gmlwhKwSe8GKbXVsdGlhZGRyc5YACASsEnvBBhfAAAoErBJ7wQYXwd0DgnJzhQADAQAAiXNlY3AyNTZrMaECZsxhfjEYzclJEVuF6IN8GeD0mfX6j2xUfKK0WphZhMWDdGNwghfAg3VkcIIXwoV3YWt1MhI"}'
2026-02-25 20:14:37.201 INFO [src.node.waku_node] REST service is ready !!
2026-02-25 20:14:37.201 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6079/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.141.250/tcp/17561/p2p/16Uiu2HAmQd9XUgAghy5KiKiUtQGv8F4RUeNAXwFrfvNdFtJ1iiRy"]'
2026-02-25 20:14:37.236 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-25 20:14:37.237 DEBUG [src.node.waku_node] Starting Node...
2026-02-25 20:14:37.239 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-02-25 20:14:37.244 DEBUG [src.node.docker_mananger] Network waku already exists
2026-02-25 20:14:37.244 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.188.47
2026-02-25 20:14:37.244 DEBUG [src.node.docker_mananger] Generated ports ['34696', '34697', '34698', '34699', '34700']
2026-02-25 20:14:37.246 DEBUG [src.node.waku_node] RLN credentials were not set
2026-02-25 20:14:37.246 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-02-25 20:14:37.247 DEBUG [src.node.waku_node] Using volumes []
2026-02-25 20:14:37.247 DEBUG [src.node.docker_mananger] docker run -i -t -p 34696:34696 -p 34697:34697 -p 34698:34698 -p 34699:34699 -p 34700:34700 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=34698 --rest-port=34696 --tcp-port=34697 --discv5-udp-port=34699 --rest-address=0.0.0.0 --nat=extip:172.18.188.47 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=a71bcf8a71dddedcbd7da2cd23f9bcfbce8030684ce2cedfdffbacd7afac5eed --store-sync=true --store=true --store-sync-range=120 --store-sync-interval=10 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=34700 --metrics-logging=true --store-sync-relay-jitter=0 --relay=false --dns-discovery=false
2026-02-25 20:14:37.460 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.188.47 waku 6c15da23b4c75f0290ed252bd83f925e39debbbe7a6b873de29d2eef3aab967f
2026-02-25 20:14:37.500 DEBUG [src.node.docker_mananger] Container started with ID 6c15da23b4c7. Setting up logs at ./log/docker/node7_2026-02-25_20-14-29__9a7f9ac8-db81-4f9f-a707-b97015c634fc__wakuorg_nwaku:latest.log
2026-02-25 20:14:37.500 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 34696
2026-02-25 20:14:37.501 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-02-25 20:14:38.502 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34696/health" -H "Content-Type: application/json" -d 'None'
2026-02-25 20:14:38.505 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
2026-02-25 20:14:38.506 INFO [src.node.waku_node] Node protocols are initialized !!
2026-02-25 20:14:38.506 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34696/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-02-25 20:14:38.508 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.188.47/tcp/34697/p2p/16Uiu2HAmHWc22py9fz1D89YrfpyVGEsHGmT7JEVpq75TjfFbRZ6P","/ip4/172.18.188.47/tcp/34698/ws/p2p/16Uiu2HAmHWc22py9fz1D89YrfpyVGEsHGmT7JEVpq75TjfFbRZ6P"],"enrUri":"enr:-L24QHAd-P3jg8mUx0e4vwPb4oitXymmgAIBS3ye6lfHJ2k4Uahzpq-Ay52C1Z-cKw_8pDUtWcTea6pvDN1K3WbloNkCgmlkgnY0gmlwhKwSvC-KbXVsdGlhZGRyc5YACASsErwvBoeJAAoErBK8LwaHit0DgnJzhQADAQAAiXNlY3AyNTZrMaEDSCSJiZm8u_wMB3ymjWlfW5_k1npwqKvr81cfE1tldNiDdGNwgoeJg3VkcIKHi4V3YWt1MhI"}'
2026-02-25 20:14:38.508 INFO [src.node.waku_node] REST service is ready !!
2026-02-25 20:14:38.509 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:34696/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.123.193/tcp/6080/p2p/16Uiu2HAm2LxKYonmy2XbjpJLMfJewBVRAb4zUVgUw3c82zUB3shW"]'
2026-02-25 20:14:38.547 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-25 20:14:38.547 DEBUG [src.node.waku_node] Starting Node...
2026-02-25 20:14:38.548 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-02-25 20:14:38.553 DEBUG [src.node.docker_mananger] Network waku already exists
2026-02-25 20:14:38.553 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.192.86
2026-02-25 20:14:38.553 DEBUG [src.node.docker_mananger] Generated ports ['53085', '53086', '53087', '53088', '53089']
2026-02-25 20:14:38.553 DEBUG [src.node.waku_node] RLN credentials were not set
2026-02-25 20:14:38.554 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-02-25 20:14:38.554 DEBUG [src.node.waku_node] Using volumes []
2026-02-25 20:14:38.554 DEBUG [src.node.docker_mananger] docker run -i -t -p 53085:53085 -p 53086:53086 -p 53087:53087 -p 53088:53088 -p 53089:53089 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=53087 --rest-port=53085 --tcp-port=53086 --discv5-udp-port=53088 --rest-address=0.0.0.0 --nat=extip:172.18.192.86 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=dcb63fdeae6de06cb26cbd5ceb04de05cb0e8ddde46bcab6b5bdac72b3e3c9e8 --store-sync=true --store=true --store-sync-range=120 --store-sync-interval=10 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=53089 --metrics-logging=true --store-sync-relay-jitter=0 --relay=false --dns-discovery=false
2026-02-25 20:14:38.774 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.192.86 waku 7dceaa189f5f61f67832c82087198e689ff33ce953f0fb317e8a849ba6f5febc
2026-02-25 20:14:38.814 DEBUG [src.node.docker_mananger] Container started with ID 7dceaa189f5f. Setting up logs at ./log/docker/node8_2026-02-25_20-14-29__9a7f9ac8-db81-4f9f-a707-b97015c634fc__wakuorg_nwaku:latest.log
2026-02-25 20:14:38.815 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 53085
2026-02-25 20:14:38.815 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-02-25 20:14:39.817 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53085/health" -H "Content-Type: application/json" -d 'None'
2026-02-25 20:14:39.820 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
2026-02-25 20:14:39.820 INFO [src.node.waku_node] Node protocols are initialized !!
2026-02-25 20:14:39.820 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53085/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-02-25 20:14:39.823 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.192.86/tcp/53086/p2p/16Uiu2HAmAzgDYiarMyiHSbJGxFMJWWH6F9goTUHxzJFkGctSuDgM","/ip4/172.18.192.86/tcp/53087/ws/p2p/16Uiu2HAmAzgDYiarMyiHSbJGxFMJWWH6F9goTUHxzJFkGctSuDgM"],"enrUri":"enr:-L24QHJw4MIl08MsH9QW4aHVbsf1MofAYemeOD6ORv5O3E00eYtG-eglBzAE9edFvW8re7W4cQXsKlWio2DObmdC_MYCgmlkgnY0gmlwhKwSwFaKbXVsdGlhZGRyc5YACASsEsBWBs9eAAoErBLAVgbPX90DgnJzhQADAQAAiXNlY3AyNTZrMaEC51O9HW1auJLvfoseCKowz5FtyCRkwwty0WPv7W5y92qDdGNwgs9eg3VkcILPYIV3YWt1MhI"}'
2026-02-25 20:14:39.823 INFO [src.node.waku_node] REST service is ready !!
2026-02-25 20:14:39.823 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53085/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.188.47/tcp/34697/p2p/16Uiu2HAmHWc22py9fz1D89YrfpyVGEsHGmT7JEVpq75TjfFbRZ6P"]'
2026-02-25 20:14:39.860 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-25 20:14:39.861 DEBUG [src.steps.store] Relaying message
2026-02-25 20:14:39.862 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6418/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-25 20:14:39.871 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-25 20:14:39.871 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-02-25 20:14:40.072 DEBUG [src.steps.store] Relaying message
2026-02-25 20:14:40.072 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6418/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-25 20:14:40.077 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-25 20:14:40.077 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-02-25 20:14:40.278 DEBUG [src.steps.store] Relaying message
2026-02-25 20:14:40.278 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6418/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-25 20:14:40.282 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-25 20:14:40.282 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-02-25 20:14:40.483 DEBUG [src.steps.store] Relaying message
2026-02-25 20:14:40.483 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6418/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-25 20:14:40.488 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-25 20:14:40.488 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-02-25 20:14:40.689 DEBUG [src.steps.store] Relaying message
2026-02-25 20:14:40.689 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6418/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-25 20:14:40.693 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-25 20:14:40.694 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-02-25 20:14:40.894 DEBUG [src.steps.store] Relaying message
2026-02-25 20:14:40.895 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6418/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-25 20:14:40.899 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-25 20:14:40.899 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-02-25 20:14:41.100 DEBUG [src.steps.store] Relaying message
2026-02-25 20:14:41.100 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6418/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-25 20:14:41.104 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-25 20:14:41.105 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-02-25 20:14:41.305 DEBUG [src.steps.store] Relaying message
2026-02-25 20:14:41.306 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6418/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-25 20:14:41.310 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-25 20:14:41.310 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-02-25 20:14:41.511 DEBUG [src.steps.store] Relaying message
2026-02-25 20:14:41.511 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6418/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-25 20:14:41.515 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-25 20:14:41.516 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-02-25 20:14:41.716 DEBUG [src.steps.store] Relaying message
2026-02-25 20:14:41.717 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6418/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-25 20:14:41.722 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-25 20:14:41.722 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-02-25 20:14:41.922 DEBUG [src.libs.common] Sleeping for 90 seconds
2026-02-25 20:16:11.923 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
2026-02-25 20:16:11.924 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53085/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-02-25 20:16:11.927 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x358ad49de1c6f324b3c92c9c3f0c128b39812839b09a741e4f17ae70b078c246"},{"messageHash":"0x360bde0e321c432c0a1f5e5fec55728cc09a07f7eaf633b0c8ef763f6e30a824"},{"messageHash":"0xfc15e79ab5f91344587b128cc6a081c83b83077ffc7108b3e9dbcf4ded03f0ba"},{"messageHash":"0x42b43f7427785650cbc9b04d0f32aeda25da0c9b1165f29d28f915fe1b5d72fa"},{"messageHash":"0x376642b589cc8a8dc50c291773a912103159719e79fcc2eb774630bf592d3e6a"},{"messageHash":"0xd720f02a8c0d73c2e4f9a1997dad57b57f9c157311c29d48c96ead8f7552fb2d"},{"messageHash":"0x4f29ab84f212e61364a3d20de9f4683287eb39d387710e7c938a1c7027f583b0"},{"messageHash":"0x938b02295ec518cc4a0a661fd636ac20b82c712a81b5800e28b23ede50054502"},{"messageHash":"0xe625b5869c8f526e7e8516d78e7c151de899789ff82448472f4448f6f6eeb6c6"},{"messageHash":"0xa1eb3aa5e2148f4e74b4d1240b8cf7aec6902fe942f857bd849e9ee9fd34cbf1"}]}'
2026-02-25 20:16:11.928 DEBUG [src.steps.store] messages length is 10
2026-02-25 20:16:11.930 DEBUG [tests.conftest] Running fixture teardown: test_setup
2026-02-25 20:16:11.931 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2026-02-25 20:16:11.931 DEBUG [src.node.waku_node] Stopping container with id b8d23e7cabfd
2026-02-25 20:16:12.532 DEBUG [src.node.waku_node] Container stopped.
2026-02-25 20:16:12.535 DEBUG [src.node.waku_node] Stopping container with id 2988305044f5
2026-02-25 20:16:13.149 DEBUG [src.node.waku_node] Container stopped.
2026-02-25 20:16:13.149 DEBUG [src.node.waku_node] Stopping container with id e39bccc9d5c4
2026-02-25 20:16:13.482 ERROR [src.node.docker_mananger] Max retries reached for container b8d23e7cabfd. Exiting log stream.
2026-02-25 20:16:13.746 DEBUG [src.node.waku_node] Container stopped.
2026-02-25 20:16:13.746 DEBUG [src.node.waku_node] Stopping container with id 65a1ec438123
2026-02-25 20:16:13.966 ERROR [src.node.docker_mananger] Max retries reached for container 2988305044f5. Exiting log stream.
2026-02-25 20:16:14.309 DEBUG [src.node.waku_node] Container stopped.
2026-02-25 20:16:14.310 DEBUG [src.node.waku_node] Stopping container with id 3cfccc079992
2026-02-25 20:16:14.558 ERROR [src.node.docker_mananger] Max retries reached for container e39bccc9d5c4. Exiting log stream.
2026-02-25 20:16:14.880 DEBUG [src.node.waku_node] Container stopped.
2026-02-25 20:16:14.880 DEBUG [src.node.waku_node] Stopping container with id 52c0b34b2844
2026-02-25 20:16:15.125 ERROR [src.node.docker_mananger] Max retries reached for container 65a1ec438123. Exiting log stream.
2026-02-25 20:16:15.453 DEBUG [src.node.waku_node] Container stopped.
2026-02-25 20:16:15.456 DEBUG [src.node.waku_node] Stopping container with id 6c15da23b4c7
2026-02-25 20:16:15.696 ERROR [src.node.docker_mananger] Max retries reached for container 3cfccc079992. Exiting log stream.
2026-02-25 20:16:16.016 DEBUG [src.node.waku_node] Container stopped.
2026-02-25 20:16:16.018 DEBUG [src.node.waku_node] Stopping container with id 7dceaa189f5f
2026-02-25 20:16:16.269 ERROR [src.node.docker_mananger] Max retries reached for container 52c0b34b2844. Exiting log stream.
2026-02-25 20:16:16.589 DEBUG [src.node.waku_node] Container stopped.
2026-02-25 20:16:16.590 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2026-02-25 20:16:16.666 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-02-25 20:16:16.722 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-02-25 20:16:16.766 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-02-25 20:16:16.812 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-02-25 20:16:16.854 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-02-25 20:16:16.896 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-02-25 20:16:16.948 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-02-25 20:16:16.950 ERROR [src.node.docker_mananger] Max retries reached for container 6c15da23b4c7. Exiting log stream.
2026-02-25 20:16:16.979 DEBUG [src.node.docker_mananger] No errors found in the waku logs.