269 lines
48 KiB
Plaintext

2026-02-02 04:40:43.657 DEBUG [tests.conftest] Running fixture setup: test_id
2026-02-02 04:40:43.657 DEBUG [tests.conftest] Running test: test_subscribe_one_by_one_to_different_content_topics_and_send_messages with id: 2026-02-02_04-40-43__0880ce2c-c34e-4f16-ac42-7c726e89c525
2026-02-02 04:40:43.657 DEBUG [src.steps.common] Running fixture setup: common_setup
2026-02-02 04:40:43.658 DEBUG [src.steps.relay] Running fixture setup: relay_setup
2026-02-02 04:40:43.658 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
2026-02-02 04:40:43.666 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-02-02 04:40:43.666 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-02-02_04-40-43__0880ce2c-c34e-4f16-ac42-7c726e89c525__wakuorg_nwaku:latest.log
2026-02-02 04:40:43.666 DEBUG [src.node.waku_node] Starting Node...
2026-02-02 04:40:43.666 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-02-02 04:40:43.668 DEBUG [src.node.docker_mananger] Network waku already exists
2026-02-02 04:40:43.668 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.198.180
2026-02-02 04:40:43.668 DEBUG [src.node.docker_mananger] Generated ports ['52067', '52068', '52069', '52070', '52071']
2026-02-02 04:40:43.668 DEBUG [src.node.waku_node] RLN credentials were not set
2026-02-02 04:40:43.668 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-02-02 04:40:43.669 DEBUG [src.node.waku_node] Using volumes []
2026-02-02 04:40:43.669 DEBUG [src.node.docker_mananger] docker run -i -t -p 52067:52067 -p 52068:52068 -p 52069:52069 -p 52070:52070 -p 52071:52071 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=52069 --rest-port=52067 --tcp-port=52068 --discv5-udp-port=52070 --rest-address=0.0.0.0 --nat=extip:172.18.198.180 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=2d7fef8d1b867f9cc4be1cbc6b9ec394accd207f9aeae4cf41daeb32a85b401b --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=52071 --metrics-logging=true --relay=true --filter=true --content-topic=/myapp/1/latest/proto --num-shards-in-network=8
2026-02-02 04:40:43.847 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.198.180 waku d55cbc3defd38924f067526ccb298feabc8b36883b54fb58d0a8050a3c161a4a
2026-02-02 04:40:43.882 DEBUG [src.node.docker_mananger] Container started with ID d55cbc3defd3. Setting up logs at ./log/docker/node1_2026-02-02_04-40-43__0880ce2c-c34e-4f16-ac42-7c726e89c525__wakuorg_nwaku:latest.log
2026-02-02 04:40:43.884 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 52067
2026-02-02 04:40:43.884 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-02-02 04:40:43.907 ERROR [src.node.docker_mananger] Max retries reached for container bb21915fa7b2. Exiting log stream.
2026-02-02 04:40:44.463 ERROR [src.node.docker_mananger] Max retries reached for container d7273cc61cf4. Exiting log stream.
2026-02-02 04:40:44.884 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52067/health" -H "Content-Type: application/json" -d 'None'
2026-02-02 04:40:44.887 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_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"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":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"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"}]}'
2026-02-02 04:40:44.888 INFO [src.node.waku_node] Node protocols are initialized !!
2026-02-02 04:40:44.888 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52067/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-02-02 04:40:44.890 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.198.180/tcp/52068/p2p/16Uiu2HAmCtHfdnq9Wv5gDinAE3MqUsk6cb9jyFRNxd1H1H72fQsW","/ip4/172.18.198.180/tcp/52069/ws/p2p/16Uiu2HAmCtHfdnq9Wv5gDinAE3MqUsk6cb9jyFRNxd1H1H72fQsW"],"enrUri":"enr:-L24QN99sEJri3sO9Qvgm4zZ3_I130mMVrz4w7WMFekvuuGPDUDrcXZchP5AkopuplK8dg7gCB6X5qrxnNECWIQavooCgmlkgnY0gmlwhKwSxrSKbXVsdGlhZGRyc5YACASsEsa0BstkAAoErBLGtAbLZd0DgnJzhQACAQAAiXNlY3AyNTZrMaEDA2ghT2kG8TdBt-XUQTSFn-0Z3NhbLPTdCU5GsJDgNm2DdGNwgstkg3VkcILLZoV3YWt1MgU"}'
2026-02-02 04:40:44.890 INFO [src.node.waku_node] REST service is ready !!
2026-02-02 04:40:44.897 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-02-02 04:40:44.897 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-02-02_04-40-43__0880ce2c-c34e-4f16-ac42-7c726e89c525__wakuorg_nwaku:latest.log
2026-02-02 04:40:44.897 DEBUG [src.node.waku_node] Starting Node...
2026-02-02 04:40:44.897 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-02-02 04:40:44.899 DEBUG [src.node.docker_mananger] Network waku already exists
2026-02-02 04:40:44.899 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.124.159
2026-02-02 04:40:44.899 DEBUG [src.node.docker_mananger] Generated ports ['17142', '17143', '17144', '17145', '17146']
2026-02-02 04:40:44.899 DEBUG [src.node.waku_node] RLN credentials were not set
2026-02-02 04:40:44.899 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-02-02 04:40:44.899 DEBUG [src.node.waku_node] Using volumes []
2026-02-02 04:40:44.899 DEBUG [src.node.docker_mananger] docker run -i -t -p 17142:17142 -p 17143:17143 -p 17144:17144 -p 17145:17145 -p 17146:17146 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=17144 --rest-port=17142 --tcp-port=17143 --discv5-udp-port=17145 --rest-address=0.0.0.0 --nat=extip:172.18.124.159 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=bd43b6c0bddceed9e4dfd85fc1cd9e0bfdd28d256d459c01ef88a66a44be71b4 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=17146 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QN99sEJri3sO9Qvgm4zZ3_I130mMVrz4w7WMFekvuuGPDUDrcXZchP5AkopuplK8dg7gCB6X5qrxnNECWIQavooCgmlkgnY0gmlwhKwSxrSKbXVsdGlhZGRyc5YACASsEsa0BstkAAoErBLGtAbLZd0DgnJzhQACAQAAiXNlY3AyNTZrMaEDA2ghT2kG8TdBt-XUQTSFn-0Z3NhbLPTdCU5GsJDgNm2DdGNwgstkg3VkcILLZoV3YWt1MgU --content-topic=/myapp/1/latest/proto --num-shards-in-network=8
2026-02-02 04:40:45.089 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.124.159 waku b0a44b79ba514c342460d97c32e9763bb48a2a6dc837b53ca0149b717e32ce6a
2026-02-02 04:40:45.120 DEBUG [src.node.docker_mananger] Container started with ID b0a44b79ba51. Setting up logs at ./log/docker/node2_2026-02-02_04-40-43__0880ce2c-c34e-4f16-ac42-7c726e89c525__wakuorg_nwaku:latest.log
2026-02-02 04:40:45.120 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 17142
2026-02-02 04:40:45.120 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-02-02 04:40:46.124 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17142/health" -H "Content-Type: application/json" -d 'None'
2026-02-02 04:40:46.138 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":"NOT_MOUNTED"},{"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":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"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"}]}'
2026-02-02 04:40:46.139 INFO [src.node.waku_node] Node protocols are initialized !!
2026-02-02 04:40:46.140 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17142/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-02-02 04:40:46.145 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.124.159/tcp/17143/p2p/16Uiu2HAmP5t4xnJLb5qD6xs8P7ZVvNsW3nMTmMgakvFG7m1nD9N5","/ip4/172.18.124.159/tcp/17144/ws/p2p/16Uiu2HAmP5t4xnJLb5qD6xs8P7ZVvNsW3nMTmMgakvFG7m1nD9N5"],"enrUri":"enr:-L24QGqsIJfB2NbaAfX9KP12k37jHSI-NjpnPmD7WuIS84LRMVRtIfYHPfRv2yXTw7Un1MLMjbZr8OsyXEacGWJQtMMCgmlkgnY0gmlwhKwSfJ-KbXVsdGlhZGRyc5YACASsEnyfBkL3AAoErBJ8nwZC-N0DgnJzhQACAQAAiXNlY3AyNTZrMaEDmvVJdtVpkTpCb7e_LronfL9G2UQpv1GrHVGoYF3dXJaDdGNwgkL3g3VkcIJC-YV3YWt1MgE"}'
2026-02-02 04:40:46.146 INFO [src.node.waku_node] REST service is ready !!
2026-02-02 04:40:46.146 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17142/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.198.180/tcp/52068/p2p/16Uiu2HAmCtHfdnq9Wv5gDinAE3MqUsk6cb9jyFRNxd1H1H72fQsW"]'
2026-02-02 04:40:46.149 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-02 04:40:46.149 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:52067/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto"]'
2026-02-02 04:40:46.152 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-02 04:40:46.152 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17142/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto"]'
2026-02-02 04:40:46.154 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-02 04:40:46.155 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:52067/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-02-02 04:40:46.159 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-02 04:40:46.159 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-02-02 04:40:46.260 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
2026-02-02 04:40:46.260 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52067/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
2026-02-02 04:40:46.263 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1770007246154949231,"ephemeral":false,"proof":""}]'
2026-02-02 04:40:46.265 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2026-02-02 04:40:46.265 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17142/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
2026-02-02 04:40:46.267 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1770007246154949231,"ephemeral":false,"proof":""}]'
2026-02-02 04:40:46.269 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:52067/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/content/test.js"]'
2026-02-02 04:40:46.273 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-02 04:40:46.273 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17142/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/content/test.js"]'
2026-02-02 04:40:46.278 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-02 04:40:46.278 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:52067/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/waku/2/content/test.js", "timestamp": '$(date +%s%N)'}'
2026-02-02 04:40:46.283 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-02 04:40:46.284 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-02-02 04:40:46.385 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
2026-02-02 04:40:46.385 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52067/relay/v1/auto/messages/%2Fwaku%2F2%2Fcontent%2Ftest.js" -H "Content-Type: application/json" -d 'None'
2026-02-02 04:40:46.388 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":1770007246278778375,"ephemeral":false,"proof":""}]'
2026-02-02 04:40:46.389 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2026-02-02 04:40:46.389 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17142/relay/v1/auto/messages/%2Fwaku%2F2%2Fcontent%2Ftest.js" -H "Content-Type: application/json" -d 'None'
2026-02-02 04:40:46.392 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":1770007246278778375,"ephemeral":false,"proof":""}]'
2026-02-02 04:40:46.393 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:52067/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/app/22/sometopic/someencoding"]'
2026-02-02 04:40:46.397 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-02 04:40:46.397 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17142/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/app/22/sometopic/someencoding"]'
2026-02-02 04:40:46.401 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-02 04:40:46.402 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:52067/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/22/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
2026-02-02 04:40:46.408 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-02 04:40:46.409 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-02-02 04:40:46.509 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
2026-02-02 04:40:46.510 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52067/relay/v1/auto/messages/%2Fapp%2F22%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
2026-02-02 04:40:46.512 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/22/sometopic/someencoding","version":0,"timestamp":1770007246402554404,"ephemeral":false,"proof":""}]'
2026-02-02 04:40:46.514 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2026-02-02 04:40:46.514 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17142/relay/v1/auto/messages/%2Fapp%2F22%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
2026-02-02 04:40:46.516 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/22/sometopic/someencoding","version":0,"timestamp":1770007246402554404,"ephemeral":false,"proof":""}]'
2026-02-02 04:40:46.518 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:52067/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/toychat/2/huilong/proto"]'
2026-02-02 04:40:46.522 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-02 04:40:46.522 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17142/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/toychat/2/huilong/proto"]'
2026-02-02 04:40:46.527 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-02 04:40:46.528 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:52067/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/toychat/2/huilong/proto", "timestamp": '$(date +%s%N)'}'
2026-02-02 04:40:46.533 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-02 04:40:46.533 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-02-02 04:40:46.634 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
2026-02-02 04:40:46.634 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52067/relay/v1/auto/messages/%2Ftoychat%2F2%2Fhuilong%2Fproto" -H "Content-Type: application/json" -d 'None'
2026-02-02 04:40:46.637 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/toychat/2/huilong/proto","version":0,"timestamp":1770007246528278730,"ephemeral":false,"proof":""}]'
2026-02-02 04:40:46.638 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2026-02-02 04:40:46.639 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17142/relay/v1/auto/messages/%2Ftoychat%2F2%2Fhuilong%2Fproto" -H "Content-Type: application/json" -d 'None'
2026-02-02 04:40:46.641 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/toychat/2/huilong/proto","version":0,"timestamp":1770007246528278730,"ephemeral":false,"proof":""}]'
2026-02-02 04:40:46.642 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:52067/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/statusim/1/community/cbor"]'
2026-02-02 04:40:46.646 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-02 04:40:46.647 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17142/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/statusim/1/community/cbor"]'
2026-02-02 04:40:46.651 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-02 04:40:46.654 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:52067/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/statusim/1/community/cbor", "timestamp": '$(date +%s%N)'}'
2026-02-02 04:40:46.658 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-02 04:40:46.658 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-02-02 04:40:46.758 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
2026-02-02 04:40:46.759 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52067/relay/v1/auto/messages/%2Fstatusim%2F1%2Fcommunity%2Fcbor" -H "Content-Type: application/json" -d 'None'
2026-02-02 04:40:46.761 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/statusim/1/community/cbor","version":0,"timestamp":1770007246654156475,"ephemeral":false,"proof":""}]'
2026-02-02 04:40:46.762 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2026-02-02 04:40:46.763 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17142/relay/v1/auto/messages/%2Fstatusim%2F1%2Fcommunity%2Fcbor" -H "Content-Type: application/json" -d 'None'
2026-02-02 04:40:46.765 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/statusim/1/community/cbor","version":0,"timestamp":1770007246654156475,"ephemeral":false,"proof":""}]'
2026-02-02 04:40:46.766 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:52067/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/app/27/sometopic/someencoding"]'
2026-02-02 04:40:46.770 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-02 04:40:46.771 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17142/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/app/27/sometopic/someencoding"]'
2026-02-02 04:40:46.776 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-02 04:40:46.776 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:52067/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/27/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
2026-02-02 04:40:46.781 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-02 04:40:46.781 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-02-02 04:40:46.882 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
2026-02-02 04:40:46.882 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52067/relay/v1/auto/messages/%2Fapp%2F27%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
2026-02-02 04:40:46.885 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/27/sometopic/someencoding","version":0,"timestamp":1770007246776542988,"ephemeral":false,"proof":""}]'
2026-02-02 04:40:46.886 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2026-02-02 04:40:46.887 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17142/relay/v1/auto/messages/%2Fapp%2F27%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
2026-02-02 04:40:46.889 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/27/sometopic/someencoding","version":0,"timestamp":1770007246776542988,"ephemeral":false,"proof":""}]'
2026-02-02 04:40:46.891 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:52067/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/app/29/sometopic/someencoding"]'
2026-02-02 04:40:46.895 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-02 04:40:46.895 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17142/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/app/29/sometopic/someencoding"]'
2026-02-02 04:40:46.900 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-02 04:40:46.902 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:52067/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/29/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
2026-02-02 04:40:46.907 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-02 04:40:46.908 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-02-02 04:40:47.008 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
2026-02-02 04:40:47.008 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52067/relay/v1/auto/messages/%2Fapp%2F29%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
2026-02-02 04:40:47.011 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/29/sometopic/someencoding","version":0,"timestamp":1770007246902190444,"ephemeral":false,"proof":""}]'
2026-02-02 04:40:47.012 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2026-02-02 04:40:47.013 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17142/relay/v1/auto/messages/%2Fapp%2F29%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
2026-02-02 04:40:47.015 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/29/sometopic/someencoding","version":0,"timestamp":1770007246902190444,"ephemeral":false,"proof":""}]'
2026-02-02 04:40:47.016 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:52067/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/app/20/sometopic/someencoding"]'
2026-02-02 04:40:47.020 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-02 04:40:47.021 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17142/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/app/20/sometopic/someencoding"]'
2026-02-02 04:40:47.025 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-02 04:40:47.026 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:52067/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/20/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
2026-02-02 04:40:47.030 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-02 04:40:47.031 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-02-02 04:40:47.131 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
2026-02-02 04:40:47.132 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52067/relay/v1/auto/messages/%2Fapp%2F20%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
2026-02-02 04:40:47.135 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/20/sometopic/someencoding","version":0,"timestamp":1770007247026306603,"ephemeral":false,"proof":""}]'
2026-02-02 04:40:47.136 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2026-02-02 04:40:47.136 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17142/relay/v1/auto/messages/%2Fapp%2F20%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
2026-02-02 04:40:47.139 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/20/sometopic/someencoding","version":0,"timestamp":1770007247026306603,"ephemeral":false,"proof":""}]'
2026-02-02 04:40:47.141 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:52067/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/1.0/weekly/protobuf"]'
2026-02-02 04:40:47.143 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-02 04:40:47.143 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17142/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/1.0/weekly/protobuf"]'
2026-02-02 04:40:47.146 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-02 04:40:47.146 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:52067/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/1.0/weekly/protobuf", "timestamp": '$(date +%s%N)'}'
2026-02-02 04:40:47.151 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-02 04:40:47.151 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-02-02 04:40:47.252 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
2026-02-02 04:40:47.252 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52067/relay/v1/auto/messages/%2FnewsService%2F1.0%2Fweekly%2Fprotobuf" -H "Content-Type: application/json" -d 'None'
2026-02-02 04:40:47.255 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":1770007247146618911,"ephemeral":false,"proof":""}]'
2026-02-02 04:40:47.256 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2026-02-02 04:40:47.257 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17142/relay/v1/auto/messages/%2FnewsService%2F1.0%2Fweekly%2Fprotobuf" -H "Content-Type: application/json" -d 'None'
2026-02-02 04:40:47.259 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":1770007247146618911,"ephemeral":false,"proof":""}]'
2026-02-02 04:40:47.260 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:52067/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/1.0/alerts/xml"]'
2026-02-02 04:40:47.263 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-02 04:40:47.263 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17142/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/1.0/alerts/xml"]'
2026-02-02 04:40:47.265 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-02 04:40:47.266 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:52067/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/1.0/alerts/xml", "timestamp": '$(date +%s%N)'}'
2026-02-02 04:40:47.270 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-02 04:40:47.270 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-02-02 04:40:47.370 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
2026-02-02 04:40:47.371 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52067/relay/v1/auto/messages/%2FnewsService%2F1.0%2Falerts%2Fxml" -H "Content-Type: application/json" -d 'None'
2026-02-02 04:40:47.373 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":1770007247266165611,"ephemeral":false,"proof":""}]'
2026-02-02 04:40:47.375 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2026-02-02 04:40:47.375 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17142/relay/v1/auto/messages/%2FnewsService%2F1.0%2Falerts%2Fxml" -H "Content-Type: application/json" -d 'None'
2026-02-02 04:40:47.377 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":1770007247266165611,"ephemeral":false,"proof":""}]'
2026-02-02 04:40:47.379 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:52067/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/1.0/updates/json"]'
2026-02-02 04:40:47.381 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-02 04:40:47.382 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17142/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/1.0/updates/json"]'
2026-02-02 04:40:47.384 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-02 04:40:47.384 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:52067/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/1.0/updates/json", "timestamp": '$(date +%s%N)'}'
2026-02-02 04:40:47.388 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-02 04:40:47.388 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-02-02 04:40:47.489 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
2026-02-02 04:40:47.489 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52067/relay/v1/auto/messages/%2FnewsService%2F1.0%2Fupdates%2Fjson" -H "Content-Type: application/json" -d 'None'
2026-02-02 04:40:47.491 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":1770007247384617597,"ephemeral":false,"proof":""}]'
2026-02-02 04:40:47.494 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2026-02-02 04:40:47.494 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17142/relay/v1/auto/messages/%2FnewsService%2F1.0%2Fupdates%2Fjson" -H "Content-Type: application/json" -d 'None'
2026-02-02 04:40:47.496 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":1770007247384617597,"ephemeral":false,"proof":""}]'
2026-02-02 04:40:47.498 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:52067/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/2.0/alerts/json"]'
2026-02-02 04:40:47.500 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-02 04:40:47.501 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17142/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/2.0/alerts/json"]'
2026-02-02 04:40:47.503 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-02 04:40:47.503 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:52067/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/2.0/alerts/json", "timestamp": '$(date +%s%N)'}'
2026-02-02 04:40:47.507 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-02 04:40:47.508 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-02-02 04:40:47.608 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
2026-02-02 04:40:47.609 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52067/relay/v1/auto/messages/%2FnewsService%2F2.0%2Falerts%2Fjson" -H "Content-Type: application/json" -d 'None'
2026-02-02 04:40:47.611 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":1770007247503583993,"ephemeral":false,"proof":""}]'
2026-02-02 04:40:47.613 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2026-02-02 04:40:47.613 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17142/relay/v1/auto/messages/%2FnewsService%2F2.0%2Falerts%2Fjson" -H "Content-Type: application/json" -d 'None'
2026-02-02 04:40:47.615 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":1770007247503583993,"ephemeral":false,"proof":""}]'
2026-02-02 04:40:47.617 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:52067/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/2.0/summaries/xml"]'
2026-02-02 04:40:47.619 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-02 04:40:47.620 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17142/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/2.0/summaries/xml"]'
2026-02-02 04:40:47.622 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-02 04:40:47.622 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:52067/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/2.0/summaries/xml", "timestamp": '$(date +%s%N)'}'
2026-02-02 04:40:47.626 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-02 04:40:47.627 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-02-02 04:40:47.728 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
2026-02-02 04:40:47.728 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52067/relay/v1/auto/messages/%2FnewsService%2F2.0%2Fsummaries%2Fxml" -H "Content-Type: application/json" -d 'None'
2026-02-02 04:40:47.731 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":1770007247622788498,"ephemeral":false,"proof":""}]'
2026-02-02 04:40:47.732 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2026-02-02 04:40:47.733 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17142/relay/v1/auto/messages/%2FnewsService%2F2.0%2Fsummaries%2Fxml" -H "Content-Type: application/json" -d 'None'
2026-02-02 04:40:47.735 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":1770007247622788498,"ephemeral":false,"proof":""}]'
2026-02-02 04:40:47.736 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:52067/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/2.0/highlights/yaml"]'
2026-02-02 04:40:47.739 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-02 04:40:47.739 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17142/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/2.0/highlights/yaml"]'
2026-02-02 04:40:47.741 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-02 04:40:47.742 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:52067/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/2.0/highlights/yaml", "timestamp": '$(date +%s%N)'}'
2026-02-02 04:40:47.746 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-02 04:40:47.746 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-02-02 04:40:47.847 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
2026-02-02 04:40:47.847 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52067/relay/v1/auto/messages/%2FnewsService%2F2.0%2Fhighlights%2Fyaml" -H "Content-Type: application/json" -d 'None'
2026-02-02 04:40:47.850 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":1770007247742265469,"ephemeral":false,"proof":""}]'
2026-02-02 04:40:47.851 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2026-02-02 04:40:47.852 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17142/relay/v1/auto/messages/%2FnewsService%2F2.0%2Fhighlights%2Fyaml" -H "Content-Type: application/json" -d 'None'
2026-02-02 04:40:47.854 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":1770007247742265469,"ephemeral":false,"proof":""}]'
2026-02-02 04:40:47.855 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:52067/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/3.0/weekly/json"]'
2026-02-02 04:40:47.860 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-02 04:40:47.860 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17142/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/3.0/weekly/json"]'
2026-02-02 04:40:47.862 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-02 04:40:47.863 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:52067/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/3.0/weekly/json", "timestamp": '$(date +%s%N)'}'
2026-02-02 04:40:47.867 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-02 04:40:47.867 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-02-02 04:40:47.968 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
2026-02-02 04:40:47.968 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52067/relay/v1/auto/messages/%2FnewsService%2F3.0%2Fweekly%2Fjson" -H "Content-Type: application/json" -d 'None'
2026-02-02 04:40:47.971 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":1770007247863010246,"ephemeral":false,"proof":""}]'
2026-02-02 04:40:47.972 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2026-02-02 04:40:47.972 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17142/relay/v1/auto/messages/%2FnewsService%2F3.0%2Fweekly%2Fjson" -H "Content-Type: application/json" -d 'None'
2026-02-02 04:40:47.974 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":1770007247863010246,"ephemeral":false,"proof":""}]'
2026-02-02 04:40:47.976 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:52067/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/3.0/summaries/xml"]'
2026-02-02 04:40:47.978 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-02 04:40:47.979 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17142/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/3.0/summaries/xml"]'
2026-02-02 04:40:47.981 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-02 04:40:47.981 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:52067/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/3.0/summaries/xml", "timestamp": '$(date +%s%N)'}'
2026-02-02 04:40:47.985 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-02 04:40:47.986 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-02-02 04:40:48.087 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
2026-02-02 04:40:48.087 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52067/relay/v1/auto/messages/%2FnewsService%2F3.0%2Fsummaries%2Fxml" -H "Content-Type: application/json" -d 'None'
2026-02-02 04:40:48.090 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":1770007247981468669,"ephemeral":false,"proof":""}]'
2026-02-02 04:40:48.091 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2026-02-02 04:40:48.092 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17142/relay/v1/auto/messages/%2FnewsService%2F3.0%2Fsummaries%2Fxml" -H "Content-Type: application/json" -d 'None'
2026-02-02 04:40:48.094 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":1770007247981468669,"ephemeral":false,"proof":""}]'
2026-02-02 04:40:48.097 DEBUG [tests.conftest] Running fixture teardown: test_setup
2026-02-02 04:40:48.099 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2026-02-02 04:40:48.100 DEBUG [src.node.waku_node] Stopping container with id d55cbc3defd3
2026-02-02 04:40:48.646 DEBUG [src.node.waku_node] Container stopped.
2026-02-02 04:40:48.646 DEBUG [src.node.waku_node] Stopping container with id b0a44b79ba51
2026-02-02 04:40:49.182 DEBUG [src.node.waku_node] Container stopped.
2026-02-02 04:40:49.183 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2026-02-02 04:40:49.195 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-02-02 04:40:49.208 DEBUG [src.node.docker_mananger] No errors found in the waku logs.