281 lines
49 KiB
Plaintext

2026-03-14 04:32:42.028 DEBUG [tests.conftest] Running fixture setup: test_id
2026-03-14 04:32:42.028 DEBUG [tests.conftest] Running test: test_subscribe_one_by_one_to_different_content_topics_and_send_messages with id: 2026-03-14_04-32-42__aac3c182-e79b-4425-99cd-2477a1440220
2026-03-14 04:32:42.028 DEBUG [src.steps.common] Running fixture setup: common_setup
2026-03-14 04:32:42.029 DEBUG [src.steps.relay] Running fixture setup: relay_setup
2026-03-14 04:32:42.029 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
2026-03-14 04:32:42.035 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-14 04:32:42.035 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-14_04-32-42__aac3c182-e79b-4425-99cd-2477a1440220__wakuorg_nwaku:latest.log
2026-03-14 04:32:42.035 DEBUG [src.node.waku_node] Starting Node...
2026-03-14 04:32:42.035 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-14 04:32:42.036 DEBUG [src.node.docker_mananger] Network waku already exists
2026-03-14 04:32:42.036 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.64.10
2026-03-14 04:32:42.036 DEBUG [src.node.docker_mananger] Generated ports ['9772', '9773', '9774', '9775', '9776']
2026-03-14 04:32:42.037 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-14 04:32:42.037 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-14 04:32:42.037 DEBUG [src.node.waku_node] Using volumes []
2026-03-14 04:32:42.037 DEBUG [src.node.docker_mananger] docker run -i -t -p 9772:9772 -p 9773:9773 -p 9774:9774 -p 9775:9775 -p 9776:9776 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=9774 --rest-port=9772 --tcp-port=9773 --discv5-udp-port=9775 --rest-address=0.0.0.0 --nat=extip:172.18.64.10 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=c4e79afac5ca3daf50dccc6ae0de3bb1cc47bc9f6ee852bac7ddb027fda63be4 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=9776 --metrics-logging=true --relay=true --filter=true --content-topic=/myapp/1/latest/proto --num-shards-in-network=8
2026-03-14 04:32:42.191 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.64.10 waku bfc76d49974a80158fae1f57533ebe1aceac0cec7fe4068358139967e31a80f2
2026-03-14 04:32:42.216 DEBUG [src.node.docker_mananger] Container started with ID bfc76d49974a. Setting up logs at ./log/docker/node1_2026-03-14_04-32-42__aac3c182-e79b-4425-99cd-2477a1440220__wakuorg_nwaku:latest.log
2026-03-14 04:32:42.217 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 9772
2026-03-14 04:32:42.217 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-14 04:32:42.327 ERROR [src.node.docker_mananger] Max retries reached for container 1f9404ec3775. Exiting log stream.
2026-03-14 04:32:42.773 ERROR [src.node.docker_mananger] Max retries reached for container 53d77fd00d6a. Exiting log stream.
2026-03-14 04:32:43.218 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9772/health" -H "Content-Type: application/json" -d 'None'
2026-03-14 04:32:43.220 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
2026-03-14 04:32:43.320 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9772/health" -H "Content-Type: application/json" -d 'None'
2026-03-14 04:32:43.323 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
2026-03-14 04:32:43.423 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9772/health" -H "Content-Type: application/json" -d 'None'
2026-03-14 04:32:43.425 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
2026-03-14 04:32:43.526 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9772/health" -H "Content-Type: application/json" -d 'None'
2026-03-14 04:32:43.529 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
2026-03-14 04:32:43.629 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9772/health" -H "Content-Type: application/json" -d 'None'
2026-03-14 04:32:43.632 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
2026-03-14 04:32:43.732 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9772/health" -H "Content-Type: application/json" -d 'None'
2026-03-14 04:32:43.765 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
2026-03-14 04:32:43.865 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9772/health" -H "Content-Type: application/json" -d 'None'
2026-03-14 04:32:43.868 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Connected","protocolsHealth":[{"Relay":"READY"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"READY"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"READY"},{"Legacy Lightpush Client":"READY"},{"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":"READY"},{"Rln Relay":"NOT_MOUNTED"}]}'
2026-03-14 04:32:43.868 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-14 04:32:43.869 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9772/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-14 04:32:43.871 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.64.10/tcp/9773/p2p/16Uiu2HAmSFp1nHYwuohQLr8KbqqkVGsF5BQhnPUJjhimW5GStK8A","/ip4/172.18.64.10/tcp/9774/ws/p2p/16Uiu2HAmSFp1nHYwuohQLr8KbqqkVGsF5BQhnPUJjhimW5GStK8A"],"enrUri":"enr:-L24QIoSQY14OMuoR_aGT2oiRZXG6IfD2JbBpcBAs0DmMhS1LIOoR66It7UxzxyQgIcvB02tum1UJLtAFcObT-l0XqICgmlkgnY0gmlwhKwSQAqKbXVsdGlhZGRyc5YACASsEkAKBiYtAAoErBJACgYmLt0DgnJzhQACAQAAiXNlY3AyNTZrMaEDyhOSLd8IIUN4JWKei-LRXhJxAg0rBYMYXK_sRr3zDo-DdGNwgiYtg3VkcIImL4V3YWt1MgU"}'
2026-03-14 04:32:43.871 INFO [src.node.waku_node] REST service is ready !!
2026-03-14 04:32:43.877 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-14 04:32:43.877 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-14_04-32-42__aac3c182-e79b-4425-99cd-2477a1440220__wakuorg_nwaku:latest.log
2026-03-14 04:32:43.877 DEBUG [src.node.waku_node] Starting Node...
2026-03-14 04:32:43.877 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-14 04:32:43.878 DEBUG [src.node.docker_mananger] Network waku already exists
2026-03-14 04:32:43.879 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.28.42
2026-03-14 04:32:43.879 DEBUG [src.node.docker_mananger] Generated ports ['16897', '16898', '16899', '16900', '16901']
2026-03-14 04:32:43.879 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-14 04:32:43.879 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-14 04:32:43.879 DEBUG [src.node.waku_node] Using volumes []
2026-03-14 04:32:43.879 DEBUG [src.node.docker_mananger] docker run -i -t -p 16897:16897 -p 16898:16898 -p 16899:16899 -p 16900:16900 -p 16901:16901 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=16899 --rest-port=16897 --tcp-port=16898 --discv5-udp-port=16900 --rest-address=0.0.0.0 --nat=extip:172.18.28.42 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=0b46dd1ebeaaadce7fddfddaf943c97653c4ee5ddcbcbee6ac8def9953ec98d1 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=16901 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QIoSQY14OMuoR_aGT2oiRZXG6IfD2JbBpcBAs0DmMhS1LIOoR66It7UxzxyQgIcvB02tum1UJLtAFcObT-l0XqICgmlkgnY0gmlwhKwSQAqKbXVsdGlhZGRyc5YACASsEkAKBiYtAAoErBJACgYmLt0DgnJzhQACAQAAiXNlY3AyNTZrMaEDyhOSLd8IIUN4JWKei-LRXhJxAg0rBYMYXK_sRr3zDo-DdGNwgiYtg3VkcIImL4V3YWt1MgU --content-topic=/myapp/1/latest/proto --num-shards-in-network=8
2026-03-14 04:32:44.030 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.28.42 waku 0016519c7c8e04f77afd794bcfc48ef1b4ae5c165e85d4f6dbedfcb051556e40
2026-03-14 04:32:44.056 DEBUG [src.node.docker_mananger] Container started with ID 0016519c7c8e. Setting up logs at ./log/docker/node2_2026-03-14_04-32-42__aac3c182-e79b-4425-99cd-2477a1440220__wakuorg_nwaku:latest.log
2026-03-14 04:32:44.056 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 16897
2026-03-14 04:32:44.056 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-14 04:32:45.056 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16897/health" -H "Content-Type: application/json" -d 'None'
2026-03-14 04:32:45.059 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Connected","protocolsHealth":[{"Relay":"READY"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"READY"},{"Legacy Lightpush Client":"READY"},{"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":"READY"},{"Rln Relay":"NOT_MOUNTED"}]}'
2026-03-14 04:32:45.059 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-14 04:32:45.059 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16897/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-14 04:32:45.062 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.28.42/tcp/16898/p2p/16Uiu2HAm9a9i5mJB3xMpVHRZ9qApt1nRY9AfvBTDkHYNUzzxTuY5","/ip4/172.18.28.42/tcp/16899/ws/p2p/16Uiu2HAm9a9i5mJB3xMpVHRZ9qApt1nRY9AfvBTDkHYNUzzxTuY5"],"enrUri":"enr:-L24QMpiaeFWtIo7cxyMdySwK4THQ5PTo2SWElpUMOaj1MVjOVSlHUUW0o1s6HiCUg3hWusnnxIGtuV5sy-zy9l3s6gCgmlkgnY0gmlwhKwSHCqKbXVsdGlhZGRyc5YACASsEhwqBkICAAoErBIcKgZCA90DgnJzhQACAQAAiXNlY3AyNTZrMaEC0i-d6vmlXYeilW49ZdobXfdiY1-vCnpvThMAghxSrDqDdGNwgkICg3VkcIJCBIV3YWt1MgE"}'
2026-03-14 04:32:45.062 INFO [src.node.waku_node] REST service is ready !!
2026-03-14 04:32:45.063 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16897/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.64.10/tcp/9773/p2p/16Uiu2HAmSFp1nHYwuohQLr8KbqqkVGsF5BQhnPUJjhimW5GStK8A"]'
2026-03-14 04:32:45.082 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-14 04:32:45.084 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9772/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto"]'
2026-03-14 04:32:45.094 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-14 04:32:45.094 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16897/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto"]'
2026-03-14 04:32:45.098 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-14 04:32:45.098 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9772/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-14 04:32:45.106 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-14 04:32:45.106 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-03-14 04:32:45.206 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
2026-03-14 04:32:45.207 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9772/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
2026-03-14 04:32:45.209 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1773462765098643980,"ephemeral":false,"proof":""}]'
2026-03-14 04:32:45.211 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2026-03-14 04:32:45.211 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16897/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
2026-03-14 04:32:45.213 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1773462765098643980,"ephemeral":false,"proof":""}]'
2026-03-14 04:32:45.215 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9772/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/content/test.js"]'
2026-03-14 04:32:45.217 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-14 04:32:45.217 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16897/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/content/test.js"]'
2026-03-14 04:32:45.219 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-14 04:32:45.220 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9772/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/waku/2/content/test.js", "timestamp": '$(date +%s%N)'}'
2026-03-14 04:32:45.227 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-14 04:32:45.228 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-03-14 04:32:45.328 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
2026-03-14 04:32:45.328 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9772/relay/v1/auto/messages/%2Fwaku%2F2%2Fcontent%2Ftest.js" -H "Content-Type: application/json" -d 'None'
2026-03-14 04:32:45.331 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/waku/2/content/test.js","version":0,"timestamp":1773462765220009313,"ephemeral":false,"proof":""}]'
2026-03-14 04:32:45.333 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2026-03-14 04:32:45.333 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16897/relay/v1/auto/messages/%2Fwaku%2F2%2Fcontent%2Ftest.js" -H "Content-Type: application/json" -d 'None'
2026-03-14 04:32:45.336 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/waku/2/content/test.js","version":0,"timestamp":1773462765220009313,"ephemeral":false,"proof":""}]'
2026-03-14 04:32:45.337 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9772/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/app/22/sometopic/someencoding"]'
2026-03-14 04:32:45.340 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-14 04:32:45.340 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16897/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/app/22/sometopic/someencoding"]'
2026-03-14 04:32:45.343 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-14 04:32:45.343 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9772/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/22/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
2026-03-14 04:32:45.351 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-14 04:32:45.351 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-03-14 04:32:45.452 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
2026-03-14 04:32:45.452 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9772/relay/v1/auto/messages/%2Fapp%2F22%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
2026-03-14 04:32:45.455 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/22/sometopic/someencoding","version":0,"timestamp":1773462765343804982,"ephemeral":false,"proof":""}]'
2026-03-14 04:32:45.456 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2026-03-14 04:32:45.457 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16897/relay/v1/auto/messages/%2Fapp%2F22%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
2026-03-14 04:32:45.459 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/22/sometopic/someencoding","version":0,"timestamp":1773462765343804982,"ephemeral":false,"proof":""}]'
2026-03-14 04:32:45.460 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9772/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/toychat/2/huilong/proto"]'
2026-03-14 04:32:45.462 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-14 04:32:45.463 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16897/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/toychat/2/huilong/proto"]'
2026-03-14 04:32:45.465 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-14 04:32:45.465 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9772/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/toychat/2/huilong/proto", "timestamp": '$(date +%s%N)'}'
2026-03-14 04:32:45.472 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-14 04:32:45.473 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-03-14 04:32:45.573 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
2026-03-14 04:32:45.574 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9772/relay/v1/auto/messages/%2Ftoychat%2F2%2Fhuilong%2Fproto" -H "Content-Type: application/json" -d 'None'
2026-03-14 04:32:45.577 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/toychat/2/huilong/proto","version":0,"timestamp":1773462765465370278,"ephemeral":false,"proof":""}]'
2026-03-14 04:32:45.579 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2026-03-14 04:32:45.579 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16897/relay/v1/auto/messages/%2Ftoychat%2F2%2Fhuilong%2Fproto" -H "Content-Type: application/json" -d 'None'
2026-03-14 04:32:45.581 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/toychat/2/huilong/proto","version":0,"timestamp":1773462765465370278,"ephemeral":false,"proof":""}]'
2026-03-14 04:32:45.582 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9772/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/statusim/1/community/cbor"]'
2026-03-14 04:32:45.585 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-14 04:32:45.585 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16897/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/statusim/1/community/cbor"]'
2026-03-14 04:32:45.587 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-14 04:32:45.588 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9772/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/statusim/1/community/cbor", "timestamp": '$(date +%s%N)'}'
2026-03-14 04:32:45.595 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-14 04:32:45.596 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-03-14 04:32:45.696 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
2026-03-14 04:32:45.697 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9772/relay/v1/auto/messages/%2Fstatusim%2F1%2Fcommunity%2Fcbor" -H "Content-Type: application/json" -d 'None'
2026-03-14 04:32:45.699 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/statusim/1/community/cbor","version":0,"timestamp":1773462765588093283,"ephemeral":false,"proof":""}]'
2026-03-14 04:32:45.701 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2026-03-14 04:32:45.701 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16897/relay/v1/auto/messages/%2Fstatusim%2F1%2Fcommunity%2Fcbor" -H "Content-Type: application/json" -d 'None'
2026-03-14 04:32:45.703 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/statusim/1/community/cbor","version":0,"timestamp":1773462765588093283,"ephemeral":false,"proof":""}]'
2026-03-14 04:32:45.705 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9772/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/app/27/sometopic/someencoding"]'
2026-03-14 04:32:45.707 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-14 04:32:45.707 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16897/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/app/27/sometopic/someencoding"]'
2026-03-14 04:32:45.709 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-14 04:32:45.710 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9772/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/27/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
2026-03-14 04:32:45.717 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-14 04:32:45.717 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-03-14 04:32:45.818 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
2026-03-14 04:32:45.818 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9772/relay/v1/auto/messages/%2Fapp%2F27%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
2026-03-14 04:32:45.821 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/27/sometopic/someencoding","version":0,"timestamp":1773462765709934178,"ephemeral":false,"proof":""}]'
2026-03-14 04:32:45.822 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2026-03-14 04:32:45.823 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16897/relay/v1/auto/messages/%2Fapp%2F27%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
2026-03-14 04:32:45.825 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/27/sometopic/someencoding","version":0,"timestamp":1773462765709934178,"ephemeral":false,"proof":""}]'
2026-03-14 04:32:45.826 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9772/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/app/29/sometopic/someencoding"]'
2026-03-14 04:32:45.828 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-14 04:32:45.829 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16897/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/app/29/sometopic/someencoding"]'
2026-03-14 04:32:45.831 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-14 04:32:45.831 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9772/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/29/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
2026-03-14 04:32:45.839 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-14 04:32:45.839 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-03-14 04:32:45.940 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
2026-03-14 04:32:45.941 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9772/relay/v1/auto/messages/%2Fapp%2F29%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
2026-03-14 04:32:45.943 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/29/sometopic/someencoding","version":0,"timestamp":1773462765831418690,"ephemeral":false,"proof":""}]'
2026-03-14 04:32:45.944 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2026-03-14 04:32:45.944 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16897/relay/v1/auto/messages/%2Fapp%2F29%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
2026-03-14 04:32:45.946 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/29/sometopic/someencoding","version":0,"timestamp":1773462765831418690,"ephemeral":false,"proof":""}]'
2026-03-14 04:32:45.948 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9772/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/app/20/sometopic/someencoding"]'
2026-03-14 04:32:45.950 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-14 04:32:45.950 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16897/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/app/20/sometopic/someencoding"]'
2026-03-14 04:32:45.952 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-14 04:32:45.952 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9772/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/20/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
2026-03-14 04:32:45.960 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-14 04:32:45.960 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-03-14 04:32:46.064 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
2026-03-14 04:32:46.065 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9772/relay/v1/auto/messages/%2Fapp%2F20%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
2026-03-14 04:32:46.072 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/20/sometopic/someencoding","version":0,"timestamp":1773462765952870186,"ephemeral":false,"proof":""}]'
2026-03-14 04:32:46.074 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2026-03-14 04:32:46.074 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16897/relay/v1/auto/messages/%2Fapp%2F20%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
2026-03-14 04:32:46.077 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/20/sometopic/someencoding","version":0,"timestamp":1773462765952870186,"ephemeral":false,"proof":""}]'
2026-03-14 04:32:46.079 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9772/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/1.0/weekly/protobuf"]'
2026-03-14 04:32:46.082 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-14 04:32:46.082 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16897/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/1.0/weekly/protobuf"]'
2026-03-14 04:32:46.084 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-14 04:32:46.084 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9772/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/1.0/weekly/protobuf", "timestamp": '$(date +%s%N)'}'
2026-03-14 04:32:46.091 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-14 04:32:46.091 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-03-14 04:32:46.192 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
2026-03-14 04:32:46.193 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9772/relay/v1/auto/messages/%2FnewsService%2F1.0%2Fweekly%2Fprotobuf" -H "Content-Type: application/json" -d 'None'
2026-03-14 04:32:46.195 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/1.0/weekly/protobuf","version":0,"timestamp":1773462766084863831,"ephemeral":false,"proof":""}]'
2026-03-14 04:32:46.197 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2026-03-14 04:32:46.197 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16897/relay/v1/auto/messages/%2FnewsService%2F1.0%2Fweekly%2Fprotobuf" -H "Content-Type: application/json" -d 'None'
2026-03-14 04:32:46.199 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/1.0/weekly/protobuf","version":0,"timestamp":1773462766084863831,"ephemeral":false,"proof":""}]'
2026-03-14 04:32:46.201 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9772/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/1.0/alerts/xml"]'
2026-03-14 04:32:46.212 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-14 04:32:46.213 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16897/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/1.0/alerts/xml"]'
2026-03-14 04:32:46.221 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-14 04:32:46.222 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9772/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/1.0/alerts/xml", "timestamp": '$(date +%s%N)'}'
2026-03-14 04:32:46.229 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-14 04:32:46.229 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-03-14 04:32:46.329 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
2026-03-14 04:32:46.330 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9772/relay/v1/auto/messages/%2FnewsService%2F1.0%2Falerts%2Fxml" -H "Content-Type: application/json" -d 'None'
2026-03-14 04:32:46.332 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/1.0/alerts/xml","version":0,"timestamp":1773462766221897432,"ephemeral":false,"proof":""}]'
2026-03-14 04:32:46.334 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2026-03-14 04:32:46.334 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16897/relay/v1/auto/messages/%2FnewsService%2F1.0%2Falerts%2Fxml" -H "Content-Type: application/json" -d 'None'
2026-03-14 04:32:46.336 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/1.0/alerts/xml","version":0,"timestamp":1773462766221897432,"ephemeral":false,"proof":""}]'
2026-03-14 04:32:46.337 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9772/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/1.0/updates/json"]'
2026-03-14 04:32:46.340 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-14 04:32:46.340 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16897/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/1.0/updates/json"]'
2026-03-14 04:32:46.342 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-14 04:32:46.342 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9772/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/1.0/updates/json", "timestamp": '$(date +%s%N)'}'
2026-03-14 04:32:46.350 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-14 04:32:46.351 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-03-14 04:32:46.451 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
2026-03-14 04:32:46.451 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9772/relay/v1/auto/messages/%2FnewsService%2F1.0%2Fupdates%2Fjson" -H "Content-Type: application/json" -d 'None'
2026-03-14 04:32:46.454 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/1.0/updates/json","version":0,"timestamp":1773462766342791944,"ephemeral":false,"proof":""}]'
2026-03-14 04:32:46.455 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2026-03-14 04:32:46.455 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16897/relay/v1/auto/messages/%2FnewsService%2F1.0%2Fupdates%2Fjson" -H "Content-Type: application/json" -d 'None'
2026-03-14 04:32:46.458 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/1.0/updates/json","version":0,"timestamp":1773462766342791944,"ephemeral":false,"proof":""}]'
2026-03-14 04:32:46.459 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9772/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/2.0/alerts/json"]'
2026-03-14 04:32:46.461 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-14 04:32:46.462 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16897/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/2.0/alerts/json"]'
2026-03-14 04:32:46.464 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-14 04:32:46.464 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9772/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/2.0/alerts/json", "timestamp": '$(date +%s%N)'}'
2026-03-14 04:32:46.472 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-14 04:32:46.472 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-03-14 04:32:46.573 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
2026-03-14 04:32:46.573 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9772/relay/v1/auto/messages/%2FnewsService%2F2.0%2Falerts%2Fjson" -H "Content-Type: application/json" -d 'None'
2026-03-14 04:32:46.576 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/2.0/alerts/json","version":0,"timestamp":1773462766464586979,"ephemeral":false,"proof":""}]'
2026-03-14 04:32:46.577 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2026-03-14 04:32:46.577 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16897/relay/v1/auto/messages/%2FnewsService%2F2.0%2Falerts%2Fjson" -H "Content-Type: application/json" -d 'None'
2026-03-14 04:32:46.579 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/2.0/alerts/json","version":0,"timestamp":1773462766464586979,"ephemeral":false,"proof":""}]'
2026-03-14 04:32:46.581 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9772/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/2.0/summaries/xml"]'
2026-03-14 04:32:46.583 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-14 04:32:46.583 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16897/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/2.0/summaries/xml"]'
2026-03-14 04:32:46.585 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-14 04:32:46.586 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9772/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/2.0/summaries/xml", "timestamp": '$(date +%s%N)'}'
2026-03-14 04:32:46.593 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-14 04:32:46.593 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-03-14 04:32:46.693 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
2026-03-14 04:32:46.694 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9772/relay/v1/auto/messages/%2FnewsService%2F2.0%2Fsummaries%2Fxml" -H "Content-Type: application/json" -d 'None'
2026-03-14 04:32:46.696 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/2.0/summaries/xml","version":0,"timestamp":1773462766586150962,"ephemeral":false,"proof":""}]'
2026-03-14 04:32:46.697 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2026-03-14 04:32:46.698 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16897/relay/v1/auto/messages/%2FnewsService%2F2.0%2Fsummaries%2Fxml" -H "Content-Type: application/json" -d 'None'
2026-03-14 04:32:46.700 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/2.0/summaries/xml","version":0,"timestamp":1773462766586150962,"ephemeral":false,"proof":""}]'
2026-03-14 04:32:46.702 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9772/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/2.0/highlights/yaml"]'
2026-03-14 04:32:46.704 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-14 04:32:46.704 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16897/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/2.0/highlights/yaml"]'
2026-03-14 04:32:46.706 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-14 04:32:46.707 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9772/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/2.0/highlights/yaml", "timestamp": '$(date +%s%N)'}'
2026-03-14 04:32:46.715 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-14 04:32:46.715 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-03-14 04:32:46.816 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
2026-03-14 04:32:46.816 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9772/relay/v1/auto/messages/%2FnewsService%2F2.0%2Fhighlights%2Fyaml" -H "Content-Type: application/json" -d 'None'
2026-03-14 04:32:46.819 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/2.0/highlights/yaml","version":0,"timestamp":1773462766707351411,"ephemeral":false,"proof":""}]'
2026-03-14 04:32:46.820 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2026-03-14 04:32:46.820 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16897/relay/v1/auto/messages/%2FnewsService%2F2.0%2Fhighlights%2Fyaml" -H "Content-Type: application/json" -d 'None'
2026-03-14 04:32:46.822 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/2.0/highlights/yaml","version":0,"timestamp":1773462766707351411,"ephemeral":false,"proof":""}]'
2026-03-14 04:32:46.824 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9772/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/3.0/weekly/json"]'
2026-03-14 04:32:46.826 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-14 04:32:46.826 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16897/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/3.0/weekly/json"]'
2026-03-14 04:32:46.828 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-14 04:32:46.828 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9772/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/3.0/weekly/json", "timestamp": '$(date +%s%N)'}'
2026-03-14 04:32:46.836 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-14 04:32:46.836 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-03-14 04:32:46.937 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
2026-03-14 04:32:46.938 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9772/relay/v1/auto/messages/%2FnewsService%2F3.0%2Fweekly%2Fjson" -H "Content-Type: application/json" -d 'None'
2026-03-14 04:32:46.940 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/3.0/weekly/json","version":0,"timestamp":1773462766828880943,"ephemeral":false,"proof":""}]'
2026-03-14 04:32:46.941 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2026-03-14 04:32:46.942 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16897/relay/v1/auto/messages/%2FnewsService%2F3.0%2Fweekly%2Fjson" -H "Content-Type: application/json" -d 'None'
2026-03-14 04:32:46.944 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/3.0/weekly/json","version":0,"timestamp":1773462766828880943,"ephemeral":false,"proof":""}]'
2026-03-14 04:32:46.945 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9772/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/3.0/summaries/xml"]'
2026-03-14 04:32:46.947 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-14 04:32:46.947 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16897/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/3.0/summaries/xml"]'
2026-03-14 04:32:46.950 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-14 04:32:46.950 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9772/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/3.0/summaries/xml", "timestamp": '$(date +%s%N)'}'
2026-03-14 04:32:46.958 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-14 04:32:46.959 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-03-14 04:32:47.059 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
2026-03-14 04:32:47.060 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9772/relay/v1/auto/messages/%2FnewsService%2F3.0%2Fsummaries%2Fxml" -H "Content-Type: application/json" -d 'None'
2026-03-14 04:32:47.073 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/3.0/summaries/xml","version":0,"timestamp":1773462766950495957,"ephemeral":false,"proof":""}]'
2026-03-14 04:32:47.076 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2026-03-14 04:32:47.078 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16897/relay/v1/auto/messages/%2FnewsService%2F3.0%2Fsummaries%2Fxml" -H "Content-Type: application/json" -d 'None'
2026-03-14 04:32:47.081 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/3.0/summaries/xml","version":0,"timestamp":1773462766950495957,"ephemeral":false,"proof":""}]'
2026-03-14 04:32:47.084 DEBUG [tests.conftest] Running fixture teardown: test_setup
2026-03-14 04:32:47.085 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2026-03-14 04:32:47.085 DEBUG [src.node.waku_node] Stopping container with id bfc76d49974a
2026-03-14 04:32:47.609 DEBUG [src.node.waku_node] Container stopped.
2026-03-14 04:32:47.610 DEBUG [src.node.waku_node] Stopping container with id 0016519c7c8e
2026-03-14 04:32:48.104 DEBUG [src.node.waku_node] Container stopped.
2026-03-14 04:32:48.104 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2026-03-14 04:32:48.147 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-03-14 04:32:48.200 DEBUG [src.node.docker_mananger] No errors found in the waku logs.