269 lines
48 KiB
Plaintext

2025-12-11 04:15:32.769 DEBUG [tests.conftest] Running fixture setup: test_id
2025-12-11 04:15:32.770 DEBUG [tests.conftest] Running test: test_store_sync_long_chain with id: 2025-12-11_04-15-32__19698c00-2d13-4c84-859a-e1af0e9e9e74
2025-12-11 04:15:32.771 DEBUG [src.steps.common] Running fixture setup: common_setup
2025-12-11 04:15:32.779 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2025-12-11 04:15:32.779 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-11_04-15-32__19698c00-2d13-4c84-859a-e1af0e9e9e74__wakuorg_nwaku:latest.log
2025-12-11 04:15:32.786 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2025-12-11 04:15:32.787 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2025-12-11_04-15-32__19698c00-2d13-4c84-859a-e1af0e9e9e74__wakuorg_nwaku:latest.log
2025-12-11 04:15:32.795 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2025-12-11 04:15:32.795 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2025-12-11_04-15-32__19698c00-2d13-4c84-859a-e1af0e9e9e74__wakuorg_nwaku:latest.log
2025-12-11 04:15:32.795 DEBUG [src.steps.store] Running fixture setup: store_setup
2025-12-11 04:15:32.796 DEBUG [src.node.waku_node] Starting Node...
2025-12-11 04:15:32.796 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2025-12-11 04:15:32.797 DEBUG [src.node.docker_mananger] Network waku already exists
2025-12-11 04:15:32.798 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.148.92
2025-12-11 04:15:32.798 DEBUG [src.node.docker_mananger] Generated ports ['16428', '16429', '16430', '16431', '16432']
2025-12-11 04:15:32.798 DEBUG [src.node.waku_node] RLN credentials were not set
2025-12-11 04:15:32.798 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2025-12-11 04:15:32.798 DEBUG [src.node.waku_node] Using volumes []
2025-12-11 04:15:32.798 DEBUG [src.node.docker_mananger] docker run -i -t -p 16428:16428 -p 16429:16429 -p 16430:16430 -p 16431:16431 -p 16432:16432 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=16430 --rest-port=16428 --tcp-port=16429 --discv5-udp-port=16431 --rest-address=0.0.0.0 --nat=extip:172.18.148.92 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=c0d3ead6aebe3a2e1dabceecde444ecb241f10b4de701aae5489109b34041caf --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=16432 --metrics-logging=true --store-sync-relay-jitter=0 --relay=true --dns-discovery=false
2025-12-11 04:15:32.967 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.148.92 waku 00ba5706229ae477810642acb7517f53ad84ab56080f6f14b6690b72a4ce8379
2025-12-11 04:15:33.000 DEBUG [src.node.docker_mananger] Container started with ID 00ba5706229a. Setting up logs at ./log/docker/node1_2025-12-11_04-15-32__19698c00-2d13-4c84-859a-e1af0e9e9e74__wakuorg_nwaku:latest.log
2025-12-11 04:15:33.000 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 16428
2025-12-11 04:15:33.002 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-11 04:15:33.021 ERROR [src.node.docker_mananger] Max retries reached for container 7ff36732f57f. Exiting log stream.
2025-12-11 04:15:33.601 ERROR [src.node.docker_mananger] Max retries reached for container 10e030ff8d8e. Exiting log stream.
2025-12-11 04:15:34.002 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16428/health" -H "Content-Type: application/json" -d 'None'
2025-12-11 04:15:34.005 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln 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"}]}'
2025-12-11 04:15:34.005 INFO [src.node.waku_node] Node protocols are initialized !!
2025-12-11 04:15:34.005 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16428/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2025-12-11 04:15:34.007 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.148.92/tcp/16429/p2p/16Uiu2HAmM9XMb91G1CzfFMowptEmrmuRKS4wPnHnVgoU1euCuS9r","/ip4/172.18.148.92/tcp/16430/ws/p2p/16Uiu2HAmM9XMb91G1CzfFMowptEmrmuRKS4wPnHnVgoU1euCuS9r"],"enrUri":"enr:-L24QGiQSKEQpqGdglwjZzvp4vexRaEdOfl5bCTRG6dgklCGUqp6CFOE-mdCcknz5fuVK4IOajNtS3jLz-3_NItjQasCgmlkgnY0gmlwhKwSlFyKbXVsdGlhZGRyc5YACASsEpRcBkAtAAoErBKUXAZALt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDfizQ0sH4Ny_sr0eWvJEnK8DIFsx0vnq6GxYNyrFFSRWDdGNwgkAtg3VkcIJAL4V3YWt1MhM"}'
2025-12-11 04:15:34.007 INFO [src.node.waku_node] REST service is ready !!
2025-12-11 04:15:34.007 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16428/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
2025-12-11 04:15:34.018 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-11 04:15:34.024 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2025-12-11 04:15:34.025 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node4_2025-12-11_04-15-32__19698c00-2d13-4c84-859a-e1af0e9e9e74__wakuorg_nwaku:latest.log
2025-12-11 04:15:34.030 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2025-12-11 04:15:34.030 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node5_2025-12-11_04-15-32__19698c00-2d13-4c84-859a-e1af0e9e9e74__wakuorg_nwaku:latest.log
2025-12-11 04:15:34.036 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2025-12-11 04:15:34.036 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node6_2025-12-11_04-15-32__19698c00-2d13-4c84-859a-e1af0e9e9e74__wakuorg_nwaku:latest.log
2025-12-11 04:15:34.041 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2025-12-11 04:15:34.041 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node7_2025-12-11_04-15-32__19698c00-2d13-4c84-859a-e1af0e9e9e74__wakuorg_nwaku:latest.log
2025-12-11 04:15:34.047 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2025-12-11 04:15:34.047 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node8_2025-12-11_04-15-32__19698c00-2d13-4c84-859a-e1af0e9e9e74__wakuorg_nwaku:latest.log
2025-12-11 04:15:34.047 DEBUG [src.node.waku_node] Starting Node...
2025-12-11 04:15:34.047 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2025-12-11 04:15:34.048 DEBUG [src.node.docker_mananger] Network waku already exists
2025-12-11 04:15:34.049 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.90.217
2025-12-11 04:15:34.049 DEBUG [src.node.docker_mananger] Generated ports ['63698', '63699', '63700', '63701', '63702']
2025-12-11 04:15:34.049 DEBUG [src.node.waku_node] RLN credentials were not set
2025-12-11 04:15:34.049 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2025-12-11 04:15:34.049 DEBUG [src.node.waku_node] Using volumes []
2025-12-11 04:15:34.049 DEBUG [src.node.docker_mananger] docker run -i -t -p 63698:63698 -p 63699:63699 -p 63700:63700 -p 63701:63701 -p 63702:63702 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=63700 --rest-port=63698 --tcp-port=63699 --discv5-udp-port=63701 --rest-address=0.0.0.0 --nat=extip:172.18.90.217 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=d6d4fc5bcc6d0af904e1b59d826bdefcaadb9b79f5bd49f3cc79e7fefb5eadc0 --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=63702 --metrics-logging=true --store-sync-relay-jitter=0 --relay=false --dns-discovery=false
2025-12-11 04:15:34.227 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.90.217 waku 4d8c3e0109407afdd26b38f7d8367ac993343971a9282bca9dbc83cfadb96388
2025-12-11 04:15:34.257 DEBUG [src.node.docker_mananger] Container started with ID 4d8c3e010940. Setting up logs at ./log/docker/node2_2025-12-11_04-15-32__19698c00-2d13-4c84-859a-e1af0e9e9e74__wakuorg_nwaku:latest.log
2025-12-11 04:15:34.257 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 63698
2025-12-11 04:15:34.257 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-11 04:15:35.258 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63698/health" -H "Content-Type: application/json" -d 'None'
2025-12-11 04:15:35.261 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Rln 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"}]}'
2025-12-11 04:15:35.262 INFO [src.node.waku_node] Node protocols are initialized !!
2025-12-11 04:15:35.262 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63698/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2025-12-11 04:15:35.264 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.90.217/tcp/63699/p2p/16Uiu2HAmPovtcV21KYjRxsNCUGyPH5CQ7hy7YDaX3icK1wXgf9f9","/ip4/172.18.90.217/tcp/63700/ws/p2p/16Uiu2HAmPovtcV21KYjRxsNCUGyPH5CQ7hy7YDaX3icK1wXgf9f9"],"enrUri":"enr:-L24QP--nx5a7d8MU26Ie8mdLF3uSRAEy35cnZWJdn9LbLipfZ7k5ZFj34V96h8qH3L433tp2CeQfb_rrAcWEvRNFf0CgmlkgnY0gmlwhKwSWtmKbXVsdGlhZGRyc5YACASsElrZBvjTAAoErBJa2Qb41N0DgnJzhQADAQAAiXNlY3AyNTZrMaEDpbrfDN1hvl6EjIsfHvn2Y-aToJdBGCL_xa8eV1qP32SDdGNwgvjTg3VkcIL41YV3YWt1MhI"}'
2025-12-11 04:15:35.264 INFO [src.node.waku_node] REST service is ready !!
2025-12-11 04:15:35.265 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:63698/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.148.92/tcp/16429/p2p/16Uiu2HAmM9XMb91G1CzfFMowptEmrmuRKS4wPnHnVgoU1euCuS9r"]'
2025-12-11 04:15:35.296 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-11 04:15:35.297 DEBUG [src.node.waku_node] Starting Node...
2025-12-11 04:15:35.297 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2025-12-11 04:15:35.300 DEBUG [src.node.docker_mananger] Network waku already exists
2025-12-11 04:15:35.301 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.52.47
2025-12-11 04:15:35.301 DEBUG [src.node.docker_mananger] Generated ports ['31916', '31917', '31918', '31919', '31920']
2025-12-11 04:15:35.302 DEBUG [src.node.waku_node] RLN credentials were not set
2025-12-11 04:15:35.302 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2025-12-11 04:15:35.302 DEBUG [src.node.waku_node] Using volumes []
2025-12-11 04:15:35.302 DEBUG [src.node.docker_mananger] docker run -i -t -p 31916:31916 -p 31917:31917 -p 31918:31918 -p 31919:31919 -p 31920:31920 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=31918 --rest-port=31916 --tcp-port=31917 --discv5-udp-port=31919 --rest-address=0.0.0.0 --nat=extip:172.18.52.47 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=9fbbfa9dfab2bbe38c5f3a08acafeacec94cf89958d60e45b20910886dac42db --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=31920 --metrics-logging=true --store-sync-relay-jitter=0 --relay=false --dns-discovery=false
2025-12-11 04:15:35.482 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.52.47 waku b9a06870687dc1dfe3542db19d641cc32d54abeab8b79128abf19ff4cc572fb5
2025-12-11 04:15:35.512 DEBUG [src.node.docker_mananger] Container started with ID b9a06870687d. Setting up logs at ./log/docker/node3_2025-12-11_04-15-32__19698c00-2d13-4c84-859a-e1af0e9e9e74__wakuorg_nwaku:latest.log
2025-12-11 04:15:35.514 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 31916
2025-12-11 04:15:35.514 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-11 04:15:36.514 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31916/health" -H "Content-Type: application/json" -d 'None'
2025-12-11 04:15:36.517 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Rln 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"}]}'
2025-12-11 04:15:36.518 INFO [src.node.waku_node] Node protocols are initialized !!
2025-12-11 04:15:36.518 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31916/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2025-12-11 04:15:36.520 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.52.47/tcp/31917/p2p/16Uiu2HAmVeHzd3EnvUmkze9UNRAePqvNv85jR2Yt6SHWDry8Hk23","/ip4/172.18.52.47/tcp/31918/ws/p2p/16Uiu2HAmVeHzd3EnvUmkze9UNRAePqvNv85jR2Yt6SHWDry8Hk23"],"enrUri":"enr:-L24QBN75hO8iyl-fVLrN8euhqiDAULUKBJi9cKOh-hxy2FCccFoCchcWumSRhLk_rUo-FcwxyjBd2hAQQyjOBGNPBICgmlkgnY0gmlwhKwSNC-KbXVsdGlhZGRyc5YACASsEjQvBnytAAoErBI0LwZ8rt0DgnJzhQADAQAAiXNlY3AyNTZrMaED_GkL89JgK4uKIZ6xD13OChu2F8GuF0KVBZMQNowVF3iDdGNwgnytg3VkcIJ8r4V3YWt1MhI"}'
2025-12-11 04:15:36.520 INFO [src.node.waku_node] REST service is ready !!
2025-12-11 04:15:36.520 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:31916/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.90.217/tcp/63699/p2p/16Uiu2HAmPovtcV21KYjRxsNCUGyPH5CQ7hy7YDaX3icK1wXgf9f9"]'
2025-12-11 04:15:36.546 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-11 04:15:36.549 DEBUG [src.node.waku_node] Starting Node...
2025-12-11 04:15:36.550 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2025-12-11 04:15:36.552 DEBUG [src.node.docker_mananger] Network waku already exists
2025-12-11 04:15:36.553 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.76.203
2025-12-11 04:15:36.553 DEBUG [src.node.docker_mananger] Generated ports ['17511', '17512', '17513', '17514', '17515']
2025-12-11 04:15:36.553 DEBUG [src.node.waku_node] RLN credentials were not set
2025-12-11 04:15:36.553 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2025-12-11 04:15:36.555 DEBUG [src.node.waku_node] Using volumes []
2025-12-11 04:15:36.556 DEBUG [src.node.docker_mananger] docker run -i -t -p 17511:17511 -p 17512:17512 -p 17513:17513 -p 17514:17514 -p 17515:17515 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=17513 --rest-port=17511 --tcp-port=17512 --discv5-udp-port=17514 --rest-address=0.0.0.0 --nat=extip:172.18.76.203 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=4cf3ed10c04d3b87272d1d295aaa3ab67a78fc0b69bccd52f4ae9c766be7b29d --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=17515 --metrics-logging=true --store-sync-relay-jitter=0 --relay=false --dns-discovery=false
2025-12-11 04:15:36.741 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.76.203 waku 46a77799a42c382ee1f1400f57c3e2b2ad0125858dda71265961a930c12af251
2025-12-11 04:15:36.773 DEBUG [src.node.docker_mananger] Container started with ID 46a77799a42c. Setting up logs at ./log/docker/node4_2025-12-11_04-15-32__19698c00-2d13-4c84-859a-e1af0e9e9e74__wakuorg_nwaku:latest.log
2025-12-11 04:15:36.773 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 17511
2025-12-11 04:15:36.774 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-11 04:15:37.774 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17511/health" -H "Content-Type: application/json" -d 'None'
2025-12-11 04:15:37.777 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Rln 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"}]}'
2025-12-11 04:15:37.777 INFO [src.node.waku_node] Node protocols are initialized !!
2025-12-11 04:15:37.777 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17511/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2025-12-11 04:15:37.779 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.76.203/tcp/17512/p2p/16Uiu2HAm2q6saQLhK9Nda9NCNMdgY7i3vTzBGtnCgzXjGHwiGwKE","/ip4/172.18.76.203/tcp/17513/ws/p2p/16Uiu2HAm2q6saQLhK9Nda9NCNMdgY7i3vTzBGtnCgzXjGHwiGwKE"],"enrUri":"enr:-L24QKad7DGweOZLZLcLSjmxmaMdBJkr-jC3G5wzuzEomjWgaFgw6P8yaN8GLoTvBfVuC2ivgJdUfpi48Ea_KlhdHkICgmlkgnY0gmlwhKwSTMuKbXVsdGlhZGRyc5YACASsEkzLBkRoAAoErBJMywZEad0DgnJzhQADAQAAiXNlY3AyNTZrMaECbgJQQLgiS5PFgMnYeYC5LS6NJuw4URGe83J0WEjbPOGDdGNwgkRog3VkcIJEaoV3YWt1MhI"}'
2025-12-11 04:15:37.780 INFO [src.node.waku_node] REST service is ready !!
2025-12-11 04:15:37.780 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17511/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.52.47/tcp/31917/p2p/16Uiu2HAmVeHzd3EnvUmkze9UNRAePqvNv85jR2Yt6SHWDry8Hk23"]'
2025-12-11 04:15:37.807 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-11 04:15:37.808 DEBUG [src.node.waku_node] Starting Node...
2025-12-11 04:15:37.808 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2025-12-11 04:15:37.811 DEBUG [src.node.docker_mananger] Network waku already exists
2025-12-11 04:15:37.811 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.31.82
2025-12-11 04:15:37.812 DEBUG [src.node.docker_mananger] Generated ports ['52245', '52246', '52247', '52248', '52249']
2025-12-11 04:15:37.812 DEBUG [src.node.waku_node] RLN credentials were not set
2025-12-11 04:15:37.816 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2025-12-11 04:15:37.816 DEBUG [src.node.waku_node] Using volumes []
2025-12-11 04:15:37.816 DEBUG [src.node.docker_mananger] docker run -i -t -p 52245:52245 -p 52246:52246 -p 52247:52247 -p 52248:52248 -p 52249:52249 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=52247 --rest-port=52245 --tcp-port=52246 --discv5-udp-port=52248 --rest-address=0.0.0.0 --nat=extip:172.18.31.82 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=5cc9154596ca4729cac1a7b4208a1f0a5f05de83abab2fb19a6a313ba29fa1bc --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=52249 --metrics-logging=true --store-sync-relay-jitter=0 --relay=false --dns-discovery=false
2025-12-11 04:15:37.999 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.31.82 waku 51b9fed075f160f35adc58e5de39e9f45610e3c41578fb3529074d3e34a4921b
2025-12-11 04:15:38.029 DEBUG [src.node.docker_mananger] Container started with ID 51b9fed075f1. Setting up logs at ./log/docker/node5_2025-12-11_04-15-32__19698c00-2d13-4c84-859a-e1af0e9e9e74__wakuorg_nwaku:latest.log
2025-12-11 04:15:38.030 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 52245
2025-12-11 04:15:38.030 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-11 04:15:39.031 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52245/health" -H "Content-Type: application/json" -d 'None'
2025-12-11 04:15:39.034 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Rln 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"}]}'
2025-12-11 04:15:39.034 INFO [src.node.waku_node] Node protocols are initialized !!
2025-12-11 04:15:39.034 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52245/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2025-12-11 04:15:39.036 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.31.82/tcp/52246/p2p/16Uiu2HAmTsnDPytUuByqKdAUD24xGZhrPCoHGNW7tUXTMsksKKsm","/ip4/172.18.31.82/tcp/52247/ws/p2p/16Uiu2HAmTsnDPytUuByqKdAUD24xGZhrPCoHGNW7tUXTMsksKKsm"],"enrUri":"enr:-L24QGP0EYqjW-U4Gceis9kEssU90T1rXcWHB3n1I-iu9kSsUUfWHtDGYXiW9Q_hgEFwAP6SiZXXeY-6LsPdLMQYEZQCgmlkgnY0gmlwhKwSH1KKbXVsdGlhZGRyc5YACASsEh9SBswWAAoErBIfUgbMF90DgnJzhQADAQAAiXNlY3AyNTZrMaED4iYh0U4AY-PfsOPaYVrO1umlWPCKUIppDTqnBW_fUliDdGNwgswWg3VkcILMGIV3YWt1MhI"}'
2025-12-11 04:15:39.036 INFO [src.node.waku_node] REST service is ready !!
2025-12-11 04:15:39.037 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:52245/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.76.203/tcp/17512/p2p/16Uiu2HAm2q6saQLhK9Nda9NCNMdgY7i3vTzBGtnCgzXjGHwiGwKE"]'
2025-12-11 04:15:39.066 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-11 04:15:39.067 DEBUG [src.node.waku_node] Starting Node...
2025-12-11 04:15:39.067 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2025-12-11 04:15:39.069 DEBUG [src.node.docker_mananger] Network waku already exists
2025-12-11 04:15:39.070 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.214.128
2025-12-11 04:15:39.070 DEBUG [src.node.docker_mananger] Generated ports ['45974', '45975', '45976', '45977', '45978']
2025-12-11 04:15:39.070 DEBUG [src.node.waku_node] RLN credentials were not set
2025-12-11 04:15:39.071 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2025-12-11 04:15:39.071 DEBUG [src.node.waku_node] Using volumes []
2025-12-11 04:15:39.071 DEBUG [src.node.docker_mananger] docker run -i -t -p 45974:45974 -p 45975:45975 -p 45976:45976 -p 45977:45977 -p 45978:45978 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=45976 --rest-port=45974 --tcp-port=45975 --discv5-udp-port=45977 --rest-address=0.0.0.0 --nat=extip:172.18.214.128 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=c4cd0966ea7dbfdf458e646bbbf483dcece89fc8bbdce9faadcda2592b11ccc8 --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=45978 --metrics-logging=true --store-sync-relay-jitter=0 --relay=false --dns-discovery=false
2025-12-11 04:15:39.262 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.214.128 waku 2496335b69191e2e15abe59f6e08f7550df937638cda8188e79624abaa12c6be
2025-12-11 04:15:39.296 DEBUG [src.node.docker_mananger] Container started with ID 2496335b6919. Setting up logs at ./log/docker/node6_2025-12-11_04-15-32__19698c00-2d13-4c84-859a-e1af0e9e9e74__wakuorg_nwaku:latest.log
2025-12-11 04:15:39.297 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 45974
2025-12-11 04:15:39.297 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-11 04:15:40.298 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45974/health" -H "Content-Type: application/json" -d 'None'
2025-12-11 04:15:40.301 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Rln 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"}]}'
2025-12-11 04:15:40.301 INFO [src.node.waku_node] Node protocols are initialized !!
2025-12-11 04:15:40.301 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45974/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2025-12-11 04:15:40.303 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.214.128/tcp/45975/p2p/16Uiu2HAkzi2r4egz5f7Bdk1HT3noJYpU5MdcbBxVRPgoQF7qCARb","/ip4/172.18.214.128/tcp/45976/ws/p2p/16Uiu2HAkzi2r4egz5f7Bdk1HT3noJYpU5MdcbBxVRPgoQF7qCARb"],"enrUri":"enr:-L24QD2V0oxwmtMS5UJbdQiBNooBUWG2kABXQ8PTEaQ1xa9iFJYv-QnoGcl1E_k3OwEQC-vkXfcLTDmC2Lsn41WaUMACgmlkgnY0gmlwhKwS1oCKbXVsdGlhZGRyc5YACASsEtaABrOXAAoErBLWgAazmN0DgnJzhQADAQAAiXNlY3AyNTZrMaECTntSWGoNgGYYgK4RJiZaDr7EmItrlxiohpKDnVujVU6DdGNwgrOXg3VkcIKzmYV3YWt1MhI"}'
2025-12-11 04:15:40.303 INFO [src.node.waku_node] REST service is ready !!
2025-12-11 04:15:40.304 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45974/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.31.82/tcp/52246/p2p/16Uiu2HAmTsnDPytUuByqKdAUD24xGZhrPCoHGNW7tUXTMsksKKsm"]'
2025-12-11 04:15:40.332 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-11 04:15:40.333 DEBUG [src.node.waku_node] Starting Node...
2025-12-11 04:15:40.333 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2025-12-11 04:15:40.338 DEBUG [src.node.docker_mananger] Network waku already exists
2025-12-11 04:15:40.338 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.119.33
2025-12-11 04:15:40.338 DEBUG [src.node.docker_mananger] Generated ports ['57127', '57128', '57129', '57130', '57131']
2025-12-11 04:15:40.338 DEBUG [src.node.waku_node] RLN credentials were not set
2025-12-11 04:15:40.338 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2025-12-11 04:15:40.338 DEBUG [src.node.waku_node] Using volumes []
2025-12-11 04:15:40.339 DEBUG [src.node.docker_mananger] docker run -i -t -p 57127:57127 -p 57128:57128 -p 57129:57129 -p 57130:57130 -p 57131:57131 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=57129 --rest-port=57127 --tcp-port=57128 --discv5-udp-port=57130 --rest-address=0.0.0.0 --nat=extip:172.18.119.33 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=187bccb5efe96ccb6caeb6d4ac42ed829aceab9b4f0a49733bfdbdf7abfdccda --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=57131 --metrics-logging=true --store-sync-relay-jitter=0 --relay=false --dns-discovery=false
2025-12-11 04:15:40.546 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.119.33 waku 290e042d49851aa98c57f556c25f1334c4c70827a0fbcae00eb259c590a54ee7
2025-12-11 04:15:40.576 DEBUG [src.node.docker_mananger] Container started with ID 290e042d4985. Setting up logs at ./log/docker/node7_2025-12-11_04-15-32__19698c00-2d13-4c84-859a-e1af0e9e9e74__wakuorg_nwaku:latest.log
2025-12-11 04:15:40.577 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 57127
2025-12-11 04:15:40.578 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-11 04:15:41.579 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57127/health" -H "Content-Type: application/json" -d 'None'
2025-12-11 04:15:41.582 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Rln 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"}]}'
2025-12-11 04:15:41.583 INFO [src.node.waku_node] Node protocols are initialized !!
2025-12-11 04:15:41.583 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57127/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2025-12-11 04:15:41.585 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.119.33/tcp/57128/p2p/16Uiu2HAkvxS689Qrwo5u7pV2JhYbmW3y5BLzvN1LuqZ5FYbcTBEK","/ip4/172.18.119.33/tcp/57129/ws/p2p/16Uiu2HAkvxS689Qrwo5u7pV2JhYbmW3y5BLzvN1LuqZ5FYbcTBEK"],"enrUri":"enr:-L24QBQgGzhEsvlYF3dNIRSnPm1CEUhkP9C1yQC8IfZb8QybYn2bMuWktDvws6DWlWE3_S0ZZj0uyxYBtnCnCWkiFVYCgmlkgnY0gmlwhKwSdyGKbXVsdGlhZGRyc5YACASsEnchBt8oAAoErBJ3IQbfKd0DgnJzhQADAQAAiXNlY3AyNTZrMaECFrz8TkbOa_F3PsHWCXueZamiM_i25D0ZThYxqTBcP6yDdGNwgt8og3VkcILfKoV3YWt1MhI"}'
2025-12-11 04:15:41.585 INFO [src.node.waku_node] REST service is ready !!
2025-12-11 04:15:41.585 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:57127/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.214.128/tcp/45975/p2p/16Uiu2HAkzi2r4egz5f7Bdk1HT3noJYpU5MdcbBxVRPgoQF7qCARb"]'
2025-12-11 04:15:41.611 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-11 04:15:41.612 DEBUG [src.node.waku_node] Starting Node...
2025-12-11 04:15:41.612 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2025-12-11 04:15:41.614 DEBUG [src.node.docker_mananger] Network waku already exists
2025-12-11 04:15:41.616 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.181.143
2025-12-11 04:15:41.616 DEBUG [src.node.docker_mananger] Generated ports ['57560', '57561', '57562', '57563', '57564']
2025-12-11 04:15:41.616 DEBUG [src.node.waku_node] RLN credentials were not set
2025-12-11 04:15:41.616 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2025-12-11 04:15:41.616 DEBUG [src.node.waku_node] Using volumes []
2025-12-11 04:15:41.617 DEBUG [src.node.docker_mananger] docker run -i -t -p 57560:57560 -p 57561:57561 -p 57562:57562 -p 57563:57563 -p 57564:57564 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=57562 --rest-port=57560 --tcp-port=57561 --discv5-udp-port=57563 --rest-address=0.0.0.0 --nat=extip:172.18.181.143 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=d2ebc45d85458f6e654a6aa52763e285fbd4f83d4982663fa2a9bf7bfa6a31e4 --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=57564 --metrics-logging=true --store-sync-relay-jitter=0 --relay=false --dns-discovery=false
2025-12-11 04:15:41.830 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.181.143 waku f3256ef2c6e8c263c7fdfec5b82e42ad85eb8e3efa7d9c3e1fe7f76e5865d07c
2025-12-11 04:15:41.863 DEBUG [src.node.docker_mananger] Container started with ID f3256ef2c6e8. Setting up logs at ./log/docker/node8_2025-12-11_04-15-32__19698c00-2d13-4c84-859a-e1af0e9e9e74__wakuorg_nwaku:latest.log
2025-12-11 04:15:41.864 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 57560
2025-12-11 04:15:41.864 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-11 04:15:42.865 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57560/health" -H "Content-Type: application/json" -d 'None'
2025-12-11 04:15:42.868 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Rln 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"}]}'
2025-12-11 04:15:42.868 INFO [src.node.waku_node] Node protocols are initialized !!
2025-12-11 04:15:42.868 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57560/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2025-12-11 04:15:42.870 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.181.143/tcp/57561/p2p/16Uiu2HAmPQkEVKeg88awu22q7S5A7oMEYobAEM2zB8a4T1VZopBn","/ip4/172.18.181.143/tcp/57562/ws/p2p/16Uiu2HAmPQkEVKeg88awu22q7S5A7oMEYobAEM2zB8a4T1VZopBn"],"enrUri":"enr:-L24QI8MnkF3RGjTio0Bh4a4l0MqGUqDxrnf2L7CHhlE5_UAF9i4rVlaZ6l4jC2qGLjhAbFNJuyktB9xptOLSUVBFhECgmlkgnY0gmlwhKwStY-KbXVsdGlhZGRyc5YACASsErWPBuDZAAoErBK1jwbg2t0DgnJzhQADAQAAiXNlY3AyNTZrMaEDn8p2Yfdkglacx2cOv80ryx2TXwm1mtG96zUj3vofiL2DdGNwguDZg3VkcILg24V3YWt1MhI"}'
2025-12-11 04:15:42.870 INFO [src.node.waku_node] REST service is ready !!
2025-12-11 04:15:42.871 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:57560/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.119.33/tcp/57128/p2p/16Uiu2HAkvxS689Qrwo5u7pV2JhYbmW3y5BLzvN1LuqZ5FYbcTBEK"]'
2025-12-11 04:15:42.898 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-11 04:15:42.900 DEBUG [src.steps.store] Relaying message
2025-12-11 04:15:42.901 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16428/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)'}'
2025-12-11 04:15:42.907 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-11 04:15:42.908 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-11 04:15:43.108 DEBUG [src.steps.store] Relaying message
2025-12-11 04:15:43.108 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16428/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)'}'
2025-12-11 04:15:43.112 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-11 04:15:43.112 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-11 04:15:43.313 DEBUG [src.steps.store] Relaying message
2025-12-11 04:15:43.313 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16428/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)'}'
2025-12-11 04:15:43.316 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-11 04:15:43.316 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-11 04:15:43.517 DEBUG [src.steps.store] Relaying message
2025-12-11 04:15:43.517 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16428/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)'}'
2025-12-11 04:15:43.520 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-11 04:15:43.521 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-11 04:15:43.721 DEBUG [src.steps.store] Relaying message
2025-12-11 04:15:43.721 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16428/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)'}'
2025-12-11 04:15:43.725 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-11 04:15:43.725 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-11 04:15:43.925 DEBUG [src.steps.store] Relaying message
2025-12-11 04:15:43.925 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16428/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)'}'
2025-12-11 04:15:43.929 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-11 04:15:43.929 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-11 04:15:44.129 DEBUG [src.steps.store] Relaying message
2025-12-11 04:15:44.130 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16428/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)'}'
2025-12-11 04:15:44.133 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-11 04:15:44.133 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-11 04:15:44.334 DEBUG [src.steps.store] Relaying message
2025-12-11 04:15:44.334 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16428/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)'}'
2025-12-11 04:15:44.338 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-11 04:15:44.338 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-11 04:15:44.539 DEBUG [src.steps.store] Relaying message
2025-12-11 04:15:44.539 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16428/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)'}'
2025-12-11 04:15:44.542 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-11 04:15:44.542 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-11 04:15:44.743 DEBUG [src.steps.store] Relaying message
2025-12-11 04:15:44.743 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16428/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)'}'
2025-12-11 04:15:44.746 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-11 04:15:44.747 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-11 04:15:44.947 DEBUG [src.libs.common] Sleeping for 90 seconds
2025-12-11 04:17:14.947 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
2025-12-11 04:17:14.948 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57560/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2025-12-11 04:17:14.951 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xba1f320f44b17a302c12abc7ae9be29ba71adbcc4d0089d8c7fe7327aa46c8dd"},{"messageHash":"0x0ec883cfd924b82cde7dd7860c4888c7d10f46121239f6e41a94b3fc22a1a405"},{"messageHash":"0x34b889bb7f8646540a9cbf0c202d0fa92181f8d721ecbd6704dd0085d8b24c06"},{"messageHash":"0x44ce140a6a002d78f215c1320782a0272679e113c9498c53d094cfe732362515"},{"messageHash":"0x915e54f00e8917bcddc2e62a6afe12f2bad3aaa8c9cedc607240f815a1468b76"},{"messageHash":"0xa17eac5cc430d3df41cc001d7fa99dac473b4145057e773ae729e13b0d65fd3b"},{"messageHash":"0x168ed6e141d4d6394a4def5460f74ac50ce85dee0091ba67102c435606ccdd23"},{"messageHash":"0x9dc3478ecbab6a7b3f0f86f78be40d0b4267d58cf0f56a3bcdb95dc7f6ee9bb2"},{"messageHash":"0xd263623460e691c06ec744864930d8061776abcd33521223998529e2774d52e6"},{"messageHash":"0x3429a0ebe6bb3c1d02b14ba71b608e49cab79be0b075935120fcf807c9ab85d3"}]}'
2025-12-11 04:17:14.951 DEBUG [src.steps.store] messages length is 10
2025-12-11 04:17:14.954 DEBUG [tests.conftest] Running fixture teardown: test_setup
2025-12-11 04:17:14.955 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2025-12-11 04:17:14.955 DEBUG [src.node.waku_node] Stopping container with id 00ba5706229a
2025-12-11 04:17:15.548 DEBUG [src.node.waku_node] Container stopped.
2025-12-11 04:17:15.551 DEBUG [src.node.waku_node] Stopping container with id 4d8c3e010940
2025-12-11 04:17:16.111 DEBUG [src.node.waku_node] Container stopped.
2025-12-11 04:17:16.111 DEBUG [src.node.waku_node] Stopping container with id b9a06870687d
2025-12-11 04:17:16.485 ERROR [src.node.docker_mananger] Max retries reached for container 00ba5706229a. Exiting log stream.
2025-12-11 04:17:16.702 DEBUG [src.node.waku_node] Container stopped.
2025-12-11 04:17:16.702 DEBUG [src.node.waku_node] Stopping container with id 46a77799a42c
2025-12-11 04:17:16.931 ERROR [src.node.docker_mananger] Max retries reached for container 4d8c3e010940. Exiting log stream.
2025-12-11 04:17:17.272 DEBUG [src.node.waku_node] Container stopped.
2025-12-11 04:17:17.273 DEBUG [src.node.waku_node] Stopping container with id 51b9fed075f1
2025-12-11 04:17:17.666 ERROR [src.node.docker_mananger] Max retries reached for container b9a06870687d. Exiting log stream.
2025-12-11 04:17:17.826 DEBUG [src.node.waku_node] Container stopped.
2025-12-11 04:17:17.827 DEBUG [src.node.waku_node] Stopping container with id 2496335b6919
2025-12-11 04:17:18.230 ERROR [src.node.docker_mananger] Max retries reached for container 46a77799a42c. Exiting log stream.
2025-12-11 04:17:18.374 DEBUG [src.node.waku_node] Container stopped.
2025-12-11 04:17:18.375 DEBUG [src.node.waku_node] Stopping container with id 290e042d4985
2025-12-11 04:17:18.786 ERROR [src.node.docker_mananger] Max retries reached for container 51b9fed075f1. Exiting log stream.
2025-12-11 04:17:18.902 DEBUG [src.node.waku_node] Container stopped.
2025-12-11 04:17:18.902 DEBUG [src.node.waku_node] Stopping container with id f3256ef2c6e8
2025-12-11 04:17:19.187 ERROR [src.node.docker_mananger] Max retries reached for container 2496335b6919. Exiting log stream.
2025-12-11 04:17:19.441 DEBUG [src.node.waku_node] Container stopped.
2025-12-11 04:17:19.444 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2025-12-11 04:17:19.519 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2025-12-11 04:17:19.570 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2025-12-11 04:17:19.658 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2025-12-11 04:17:19.747 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2025-12-11 04:17:19.835 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2025-12-11 04:17:19.881 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2025-12-11 04:17:19.976 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2025-12-11 04:17:20.007 DEBUG [src.node.docker_mananger] No errors found in the waku logs.