mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-01-05 23:43:07 +00:00
519 lines
95 KiB
Plaintext
519 lines
95 KiB
Plaintext
2026-01-02 04:22:02.796 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-01-02 04:22:02.796 DEBUG [tests.conftest] Running test: test_start_node_with_50_pubsub_topics with id: 2026-01-02_04-22-02__42f2682a-5236-4175-a1bd-49428b86cf4e
|
|
2026-01-02 04:22:02.797 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-01-02 04:22:02.797 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-01-02 04:22:02.797 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-01-02 04:22:02.804 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-01-02 04:22:02.805 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-01-02_04-22-02__42f2682a-5236-4175-a1bd-49428b86cf4e__wakuorg_nwaku:latest.log
|
|
2026-01-02 04:22:02.805 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-01-02 04:22:02.805 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-01-02 04:22:02.806 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-01-02 04:22:02.807 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.34.21
|
|
2026-01-02 04:22:02.807 DEBUG [src.node.docker_mananger] Generated ports ['49377', '49378', '49379', '49380', '49381']
|
|
2026-01-02 04:22:02.807 DEBUG [src.node.waku_node] Cluster id was resolved to: 2
|
|
2026-01-02 04:22:02.807 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-01-02 04:22:02.807 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-01-02 04:22:02.807 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-01-02 04:22:02.807 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-01-02 04:22:02.808 DEBUG [src.node.docker_mananger] docker run -i -t -p 49377:49377 -p 49378:49378 -p 49379:49379 -p 49380:49380 -p 49381:49381 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=49379 --rest-port=49377 --tcp-port=49378 --discv5-udp-port=49380 --rest-address=0.0.0.0 --nat=extip:172.18.34.21 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=cad671fbcac7fbfd31a5c24ee870da986aa7a0515c5b5bf87eabad61cd3fb48d --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=49381 --metrics-logging=true --relay=true --filter=true
|
|
2026-01-02 04:22:02.998 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.34.21 waku 463eb185d63ea15b0704affd439b8b2f743472aa20babe8f8ac1496f5665edeb
|
|
2026-01-02 04:22:03.028 DEBUG [src.node.docker_mananger] Container started with ID 463eb185d63e. Setting up logs at ./log/docker/node1_2026-01-02_04-22-02__42f2682a-5236-4175-a1bd-49428b86cf4e__wakuorg_nwaku:latest.log
|
|
2026-01-02 04:22:03.029 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 49377
|
|
2026-01-02 04:22:03.029 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-01-02 04:22:03.080 ERROR [src.node.docker_mananger] Max retries reached for container e39a05a8e364. Exiting log stream.
|
|
2026-01-02 04:22:03.603 ERROR [src.node.docker_mananger] Max retries reached for container d93eb91a0819. Exiting log stream.
|
|
2026-01-02 04:22:04.030 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49377/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:22:04.033 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-01-02 04:22:04.033 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-01-02 04:22:04.033 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49377/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:22:04.035 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.34.21/tcp/49378/p2p/16Uiu2HAmJHUfuyJTiuzZWBgzWT7fWKBNn8cSJaJF93HY3dY3tXjf","/ip4/172.18.34.21/tcp/49379/ws/p2p/16Uiu2HAmJHUfuyJTiuzZWBgzWT7fWKBNn8cSJaJF93HY3dY3tXjf"],"enrUri":"enr:-L24QDJeeE9046oNump87IjgTuFYyiGRWoEtir-41Gr1F37sd7stWIn0i9XwZ8smD-v2SJJREileWnao--VsvR2_PdMCgmlkgnY0gmlwhKwSIhWKbXVsdGlhZGRyc5YACASsEiIVBsDiAAoErBIiFQbA490DgnJzhQACAQAAiXNlY3AyNTZrMaEDU6Nd1Vj6xBCy3dvRSIxflJBKqjpQcdPYNFinZo6Y31qDdGNwgsDig3VkcILA5IV3YWt1MgU"}'
|
|
2026-01-02 04:22:04.036 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-01-02 04:22:04.042 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-01-02 04:22:04.042 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-01-02_04-22-02__42f2682a-5236-4175-a1bd-49428b86cf4e__wakuorg_nwaku:latest.log
|
|
2026-01-02 04:22:04.042 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-01-02 04:22:04.042 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-01-02 04:22:04.044 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-01-02 04:22:04.044 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.235.243
|
|
2026-01-02 04:22:04.044 DEBUG [src.node.docker_mananger] Generated ports ['23170', '23171', '23172', '23173', '23174']
|
|
2026-01-02 04:22:04.044 DEBUG [src.node.waku_node] Cluster id was resolved to: 2
|
|
2026-01-02 04:22:04.044 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-01-02 04:22:04.044 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-01-02 04:22:04.045 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-01-02 04:22:04.045 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-01-02 04:22:04.045 DEBUG [src.node.docker_mananger] docker run -i -t -p 23170:23170 -p 23171:23171 -p 23172:23172 -p 23173:23173 -p 23174:23174 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=23172 --rest-port=23170 --tcp-port=23171 --discv5-udp-port=23173 --rest-address=0.0.0.0 --nat=extip:172.18.235.243 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=6313cc4f97336876dd4fbbbfb7ecdbae9bfb6b25f9316bf7dddd7f5dbe3983a8 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=23174 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QDJeeE9046oNump87IjgTuFYyiGRWoEtir-41Gr1F37sd7stWIn0i9XwZ8smD-v2SJJREileWnao--VsvR2_PdMCgmlkgnY0gmlwhKwSIhWKbXVsdGlhZGRyc5YACASsEiIVBsDiAAoErBIiFQbA490DgnJzhQACAQAAiXNlY3AyNTZrMaEDU6Nd1Vj6xBCy3dvRSIxflJBKqjpQcdPYNFinZo6Y31qDdGNwgsDig3VkcILA5IV3YWt1MgU
|
|
2026-01-02 04:22:04.229 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.235.243 waku 462c3c1eb6d85d7898ce6517b2ae1c5667a2ff74e28a2ca7f7d627c7661800fa
|
|
2026-01-02 04:22:04.265 DEBUG [src.node.docker_mananger] Container started with ID 462c3c1eb6d8. Setting up logs at ./log/docker/node2_2026-01-02_04-22-02__42f2682a-5236-4175-a1bd-49428b86cf4e__wakuorg_nwaku:latest.log
|
|
2026-01-02 04:22:04.266 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 23170
|
|
2026-01-02 04:22:04.266 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-01-02 04:22:05.266 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23170/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:22:05.277 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-01-02 04:22:05.278 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-01-02 04:22:05.280 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23170/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:22:05.285 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.235.243/tcp/23171/p2p/16Uiu2HAkyxkhFa1DhzVXdrhNAnXbhFBgdB5uzYsAmeSKTxVPnD6B","/ip4/172.18.235.243/tcp/23172/ws/p2p/16Uiu2HAkyxkhFa1DhzVXdrhNAnXbhFBgdB5uzYsAmeSKTxVPnD6B"],"enrUri":"enr:-L24QDLG11Be-d1Z3gX0Kd5Is7xKGx-HqhO6Qa8cvlxQjBdvK9Vrky--0U-baNNbSlYhTI1c3sI45S7aSQlxRDGmjOUCgmlkgnY0gmlwhKwS6_OKbXVsdGlhZGRyc5YACASsEuvzBlqDAAoErBLr8wZahN0DgnJzhQACAQAAiXNlY3AyNTZrMaECQ2UVdd9JmYE7d6QEdSyRNDk-ViiLXv1z_GJJufZovYSDdGNwglqDg3VkcIJahYV3YWt1MgE"}'
|
|
2026-01-02 04:22:05.285 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-01-02 04:22:05.285 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23170/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.34.21/tcp/49378/p2p/16Uiu2HAmJHUfuyJTiuzZWBgzWT7fWKBNn8cSJaJF93HY3dY3tXjf"]'
|
|
2026-01-02 04:22:05.289 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-02 04:22:05.290 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49377/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0", "/waku/2/rs/2/1", "/waku/2/rs/2/2", "/waku/2/rs/2/3", "/waku/2/rs/2/4", "/waku/2/rs/2/5", "/waku/2/rs/2/6", "/waku/2/rs/2/7", "/waku/2/rs/2/8", "/waku/2/rs/2/9", "/waku/2/rs/2/10", "/waku/2/rs/2/11", "/waku/2/rs/2/12", "/waku/2/rs/2/13", "/waku/2/rs/2/14", "/waku/2/rs/2/15", "/waku/2/rs/2/16", "/waku/2/rs/2/17", "/waku/2/rs/2/18", "/waku/2/rs/2/19", "/waku/2/rs/2/20", "/waku/2/rs/2/21", "/waku/2/rs/2/22", "/waku/2/rs/2/23", "/waku/2/rs/2/24", "/waku/2/rs/2/25", "/waku/2/rs/2/26", "/waku/2/rs/2/27", "/waku/2/rs/2/28", "/waku/2/rs/2/29", "/waku/2/rs/2/30", "/waku/2/rs/2/31", "/waku/2/rs/2/32", "/waku/2/rs/2/33", "/waku/2/rs/2/34", "/waku/2/rs/2/35", "/waku/2/rs/2/36", "/waku/2/rs/2/37", "/waku/2/rs/2/38", "/waku/2/rs/2/39", "/waku/2/rs/2/40", "/waku/2/rs/2/41", "/waku/2/rs/2/42", "/waku/2/rs/2/43", "/waku/2/rs/2/44", "/waku/2/rs/2/45", "/waku/2/rs/2/46", "/waku/2/rs/2/47", "/waku/2/rs/2/48", "/waku/2/rs/2/49"]'
|
|
2026-01-02 04:22:05.324 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-02 04:22:05.324 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23170/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0", "/waku/2/rs/2/1", "/waku/2/rs/2/2", "/waku/2/rs/2/3", "/waku/2/rs/2/4", "/waku/2/rs/2/5", "/waku/2/rs/2/6", "/waku/2/rs/2/7", "/waku/2/rs/2/8", "/waku/2/rs/2/9", "/waku/2/rs/2/10", "/waku/2/rs/2/11", "/waku/2/rs/2/12", "/waku/2/rs/2/13", "/waku/2/rs/2/14", "/waku/2/rs/2/15", "/waku/2/rs/2/16", "/waku/2/rs/2/17", "/waku/2/rs/2/18", "/waku/2/rs/2/19", "/waku/2/rs/2/20", "/waku/2/rs/2/21", "/waku/2/rs/2/22", "/waku/2/rs/2/23", "/waku/2/rs/2/24", "/waku/2/rs/2/25", "/waku/2/rs/2/26", "/waku/2/rs/2/27", "/waku/2/rs/2/28", "/waku/2/rs/2/29", "/waku/2/rs/2/30", "/waku/2/rs/2/31", "/waku/2/rs/2/32", "/waku/2/rs/2/33", "/waku/2/rs/2/34", "/waku/2/rs/2/35", "/waku/2/rs/2/36", "/waku/2/rs/2/37", "/waku/2/rs/2/38", "/waku/2/rs/2/39", "/waku/2/rs/2/40", "/waku/2/rs/2/41", "/waku/2/rs/2/42", "/waku/2/rs/2/43", "/waku/2/rs/2/44", "/waku/2/rs/2/45", "/waku/2/rs/2/46", "/waku/2/rs/2/47", "/waku/2/rs/2/48", "/waku/2/rs/2/49"]'
|
|
2026-01-02 04:22:05.398 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-02 04:22:05.406 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49377/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-01-02 04:22:05.434 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-02 04:22:05.434 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-01-02 04:22:05.536 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-01-02 04:22:05.536 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49377/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:22:05.539 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767327725406172027,"ephemeral":false,"proof":""}]'
|
|
2026-01-02 04:22:05.540 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-01-02 04:22:05.541 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23170/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:22:05.543 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767327725406172027,"ephemeral":false,"proof":""}]'
|
|
2026-01-02 04:22:05.544 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49377/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-01-02 04:22:05.549 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-02 04:22:05.549 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-01-02 04:22:05.649 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-01-02 04:22:05.650 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49377/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:22:05.652 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767327725544824704,"ephemeral":false,"proof":""}]'
|
|
2026-01-02 04:22:05.654 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-01-02 04:22:05.654 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23170/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:22:05.656 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767327725544824704,"ephemeral":false,"proof":""}]'
|
|
2026-01-02 04:22:05.658 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49377/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F2" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-01-02 04:22:05.662 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-02 04:22:05.662 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-01-02 04:22:05.763 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-01-02 04:22:05.763 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49377/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F2" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:22:05.765 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767327725658098298,"ephemeral":false,"proof":""}]'
|
|
2026-01-02 04:22:05.767 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-01-02 04:22:05.767 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23170/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F2" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:22:05.769 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767327725658098298,"ephemeral":false,"proof":""}]'
|
|
2026-01-02 04:22:05.771 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49377/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F3" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-01-02 04:22:05.775 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-02 04:22:05.775 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-01-02 04:22:05.876 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-01-02 04:22:05.876 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49377/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F3" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:22:05.879 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767327725770993648,"ephemeral":false,"proof":""}]'
|
|
2026-01-02 04:22:05.880 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-01-02 04:22:05.880 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23170/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F3" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:22:05.883 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767327725770993648,"ephemeral":false,"proof":""}]'
|
|
2026-01-02 04:22:05.884 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49377/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F4" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-01-02 04:22:05.888 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-02 04:22:05.888 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-01-02 04:22:05.989 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-01-02 04:22:05.989 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49377/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F4" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:22:05.992 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767327725884527264,"ephemeral":false,"proof":""}]'
|
|
2026-01-02 04:22:05.993 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-01-02 04:22:05.994 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23170/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F4" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:22:05.996 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767327725884527264,"ephemeral":false,"proof":""}]'
|
|
2026-01-02 04:22:05.998 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49377/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F5" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-01-02 04:22:06.003 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-02 04:22:06.003 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-01-02 04:22:06.103 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-01-02 04:22:06.104 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49377/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F5" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:22:06.106 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767327725997981727,"ephemeral":false,"proof":""}]'
|
|
2026-01-02 04:22:06.107 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-01-02 04:22:06.108 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23170/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F5" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:22:06.110 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767327725997981727,"ephemeral":false,"proof":""}]'
|
|
2026-01-02 04:22:06.112 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49377/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F6" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-01-02 04:22:06.116 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-02 04:22:06.116 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-01-02 04:22:06.217 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-01-02 04:22:06.217 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49377/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F6" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:22:06.219 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767327726112126059,"ephemeral":false,"proof":""}]'
|
|
2026-01-02 04:22:06.220 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-01-02 04:22:06.221 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23170/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F6" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:22:06.223 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767327726112126059,"ephemeral":false,"proof":""}]'
|
|
2026-01-02 04:22:06.224 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49377/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F7" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-01-02 04:22:06.228 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-02 04:22:06.229 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-01-02 04:22:06.329 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-01-02 04:22:06.330 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49377/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F7" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:22:06.332 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767327726224686668,"ephemeral":false,"proof":""}]'
|
|
2026-01-02 04:22:06.334 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-01-02 04:22:06.334 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23170/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F7" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:22:06.336 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767327726224686668,"ephemeral":false,"proof":""}]'
|
|
2026-01-02 04:22:06.338 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49377/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F8" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-01-02 04:22:06.342 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-02 04:22:06.343 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-01-02 04:22:06.443 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-01-02 04:22:06.444 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49377/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F8" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:22:06.446 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767327726337980472,"ephemeral":false,"proof":""}]'
|
|
2026-01-02 04:22:06.448 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-01-02 04:22:06.449 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23170/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F8" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:22:06.451 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767327726337980472,"ephemeral":false,"proof":""}]'
|
|
2026-01-02 04:22:06.452 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49377/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F9" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-01-02 04:22:06.457 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-02 04:22:06.457 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-01-02 04:22:06.557 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-01-02 04:22:06.558 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49377/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F9" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:22:06.560 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767327726452623524,"ephemeral":false,"proof":""}]'
|
|
2026-01-02 04:22:06.561 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-01-02 04:22:06.561 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23170/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F9" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:22:06.564 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767327726452623524,"ephemeral":false,"proof":""}]'
|
|
2026-01-02 04:22:06.566 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49377/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F10" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-01-02 04:22:06.570 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-02 04:22:06.571 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-01-02 04:22:06.671 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-01-02 04:22:06.672 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49377/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F10" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:22:06.674 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767327726566090849,"ephemeral":false,"proof":""}]'
|
|
2026-01-02 04:22:06.675 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-01-02 04:22:06.676 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23170/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F10" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:22:06.678 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767327726566090849,"ephemeral":false,"proof":""}]'
|
|
2026-01-02 04:22:06.679 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49377/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F11" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-01-02 04:22:06.684 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-02 04:22:06.684 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-01-02 04:22:06.784 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-01-02 04:22:06.785 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49377/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F11" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:22:06.787 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767327726679747335,"ephemeral":false,"proof":""}]'
|
|
2026-01-02 04:22:06.789 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-01-02 04:22:06.789 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23170/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F11" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:22:06.791 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767327726679747335,"ephemeral":false,"proof":""}]'
|
|
2026-01-02 04:22:06.793 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49377/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F12" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-01-02 04:22:06.797 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-02 04:22:06.797 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-01-02 04:22:06.897 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-01-02 04:22:06.898 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49377/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F12" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:22:06.900 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767327726793182785,"ephemeral":false,"proof":""}]'
|
|
2026-01-02 04:22:06.902 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-01-02 04:22:06.902 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23170/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F12" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:22:06.904 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767327726793182785,"ephemeral":false,"proof":""}]'
|
|
2026-01-02 04:22:06.906 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49377/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F13" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-01-02 04:22:06.910 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-02 04:22:06.911 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-01-02 04:22:07.011 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-01-02 04:22:07.012 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49377/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F13" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:22:07.017 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767327726905994624,"ephemeral":false,"proof":""}]'
|
|
2026-01-02 04:22:07.018 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-01-02 04:22:07.019 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23170/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F13" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:22:07.021 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767327726905994624,"ephemeral":false,"proof":""}]'
|
|
2026-01-02 04:22:07.023 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49377/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F14" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-01-02 04:22:07.027 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-02 04:22:07.027 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-01-02 04:22:07.128 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-01-02 04:22:07.129 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49377/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F14" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:22:07.131 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767327727022971655,"ephemeral":false,"proof":""}]'
|
|
2026-01-02 04:22:07.132 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-01-02 04:22:07.133 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23170/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F14" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:22:07.135 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767327727022971655,"ephemeral":false,"proof":""}]'
|
|
2026-01-02 04:22:07.136 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49377/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F15" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-01-02 04:22:07.141 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-02 04:22:07.142 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-01-02 04:22:07.242 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-01-02 04:22:07.242 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49377/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F15" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:22:07.247 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767327727136675491,"ephemeral":false,"proof":""}]'
|
|
2026-01-02 04:22:07.250 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-01-02 04:22:07.250 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23170/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F15" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:22:07.253 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767327727136675491,"ephemeral":false,"proof":""}]'
|
|
2026-01-02 04:22:07.255 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49377/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F16" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-01-02 04:22:07.260 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-02 04:22:07.260 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-01-02 04:22:07.360 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-01-02 04:22:07.361 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49377/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F16" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:22:07.363 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767327727255490727,"ephemeral":false,"proof":""}]'
|
|
2026-01-02 04:22:07.365 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-01-02 04:22:07.365 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23170/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F16" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:22:07.367 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767327727255490727,"ephemeral":false,"proof":""}]'
|
|
2026-01-02 04:22:07.369 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49377/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F17" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-01-02 04:22:07.374 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-02 04:22:07.374 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-01-02 04:22:07.475 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-01-02 04:22:07.475 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49377/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F17" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:22:07.478 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767327727369430299,"ephemeral":false,"proof":""}]'
|
|
2026-01-02 04:22:07.479 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-01-02 04:22:07.480 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23170/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F17" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:22:07.482 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767327727369430299,"ephemeral":false,"proof":""}]'
|
|
2026-01-02 04:22:07.484 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49377/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F18" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-01-02 04:22:07.488 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-02 04:22:07.489 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-01-02 04:22:07.589 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-01-02 04:22:07.589 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49377/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F18" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:22:07.592 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767327727483974468,"ephemeral":false,"proof":""}]'
|
|
2026-01-02 04:22:07.593 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-01-02 04:22:07.594 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23170/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F18" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:22:07.596 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767327727483974468,"ephemeral":false,"proof":""}]'
|
|
2026-01-02 04:22:07.597 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49377/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F19" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-01-02 04:22:07.602 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-02 04:22:07.603 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-01-02 04:22:07.703 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-01-02 04:22:07.703 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49377/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F19" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:22:07.706 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767327727597719573,"ephemeral":false,"proof":""}]'
|
|
2026-01-02 04:22:07.707 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-01-02 04:22:07.708 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23170/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F19" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:22:07.710 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767327727597719573,"ephemeral":false,"proof":""}]'
|
|
2026-01-02 04:22:07.712 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49377/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F20" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-01-02 04:22:07.716 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-02 04:22:07.716 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-01-02 04:22:07.817 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-01-02 04:22:07.817 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49377/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F20" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:22:07.819 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767327727712084742,"ephemeral":false,"proof":""}]'
|
|
2026-01-02 04:22:07.821 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-01-02 04:22:07.821 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23170/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F20" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:22:07.823 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767327727712084742,"ephemeral":false,"proof":""}]'
|
|
2026-01-02 04:22:07.825 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49377/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F21" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-01-02 04:22:07.829 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-02 04:22:07.829 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-01-02 04:22:07.929 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-01-02 04:22:07.930 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49377/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F21" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:22:07.932 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767327727824904119,"ephemeral":false,"proof":""}]'
|
|
2026-01-02 04:22:07.933 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-01-02 04:22:07.934 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23170/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F21" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:22:07.936 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767327727824904119,"ephemeral":false,"proof":""}]'
|
|
2026-01-02 04:22:07.937 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49377/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F22" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-01-02 04:22:07.942 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-02 04:22:07.942 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-01-02 04:22:08.042 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-01-02 04:22:08.043 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49377/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F22" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:22:08.045 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767327727937764343,"ephemeral":false,"proof":""}]'
|
|
2026-01-02 04:22:08.047 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-01-02 04:22:08.047 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23170/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F22" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:22:08.050 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767327727937764343,"ephemeral":false,"proof":""}]'
|
|
2026-01-02 04:22:08.051 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49377/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F23" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-01-02 04:22:08.056 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-02 04:22:08.057 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-01-02 04:22:08.157 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-01-02 04:22:08.158 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49377/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F23" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:22:08.160 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767327728051773868,"ephemeral":false,"proof":""}]'
|
|
2026-01-02 04:22:08.162 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-01-02 04:22:08.162 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23170/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F23" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:22:08.164 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767327728051773868,"ephemeral":false,"proof":""}]'
|
|
2026-01-02 04:22:08.166 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49377/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F24" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-01-02 04:22:08.170 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-02 04:22:08.171 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-01-02 04:22:08.271 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-01-02 04:22:08.272 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49377/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F24" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:22:08.274 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767327728166354898,"ephemeral":false,"proof":""}]'
|
|
2026-01-02 04:22:08.277 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-01-02 04:22:08.277 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23170/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F24" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:22:08.279 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767327728166354898,"ephemeral":false,"proof":""}]'
|
|
2026-01-02 04:22:08.281 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49377/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F25" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-01-02 04:22:08.285 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-02 04:22:08.285 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-01-02 04:22:08.386 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-01-02 04:22:08.386 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49377/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F25" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:22:08.389 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767327728281115040,"ephemeral":false,"proof":""}]'
|
|
2026-01-02 04:22:08.390 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-01-02 04:22:08.391 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23170/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F25" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:22:08.393 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767327728281115040,"ephemeral":false,"proof":""}]'
|
|
2026-01-02 04:22:08.394 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49377/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F26" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-01-02 04:22:08.399 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-02 04:22:08.399 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-01-02 04:22:08.499 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-01-02 04:22:08.500 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49377/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F26" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:22:08.502 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767327728394591022,"ephemeral":false,"proof":""}]'
|
|
2026-01-02 04:22:08.503 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-01-02 04:22:08.504 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23170/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F26" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:22:08.506 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767327728394591022,"ephemeral":false,"proof":""}]'
|
|
2026-01-02 04:22:08.507 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49377/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F27" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-01-02 04:22:08.511 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-02 04:22:08.512 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-01-02 04:22:08.612 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-01-02 04:22:08.612 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49377/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F27" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:22:08.615 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767327728507680264,"ephemeral":false,"proof":""}]'
|
|
2026-01-02 04:22:08.616 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-01-02 04:22:08.616 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23170/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F27" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:22:08.618 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767327728507680264,"ephemeral":false,"proof":""}]'
|
|
2026-01-02 04:22:08.620 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49377/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F28" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-01-02 04:22:08.624 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-02 04:22:08.624 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-01-02 04:22:08.725 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-01-02 04:22:08.725 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49377/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F28" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:22:08.728 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767327728620386972,"ephemeral":false,"proof":""}]'
|
|
2026-01-02 04:22:08.729 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-01-02 04:22:08.730 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23170/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F28" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:22:08.732 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767327728620386972,"ephemeral":false,"proof":""}]'
|
|
2026-01-02 04:22:08.733 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49377/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F29" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-01-02 04:22:08.738 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-02 04:22:08.738 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-01-02 04:22:08.839 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-01-02 04:22:08.839 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49377/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F29" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:22:08.841 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767327728733659439,"ephemeral":false,"proof":""}]'
|
|
2026-01-02 04:22:08.843 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-01-02 04:22:08.843 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23170/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F29" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:22:08.845 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767327728733659439,"ephemeral":false,"proof":""}]'
|
|
2026-01-02 04:22:08.847 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49377/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F30" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-01-02 04:22:08.852 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-02 04:22:08.852 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-01-02 04:22:08.953 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-01-02 04:22:08.953 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49377/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F30" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:22:08.955 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767327728847141007,"ephemeral":false,"proof":""}]'
|
|
2026-01-02 04:22:08.957 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-01-02 04:22:08.957 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23170/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F30" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:22:08.959 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767327728847141007,"ephemeral":false,"proof":""}]'
|
|
2026-01-02 04:22:08.961 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49377/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F31" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-01-02 04:22:08.965 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-02 04:22:08.966 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-01-02 04:22:09.066 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-01-02 04:22:09.066 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49377/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F31" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:22:09.069 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767327728961122806,"ephemeral":false,"proof":""}]'
|
|
2026-01-02 04:22:09.071 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-01-02 04:22:09.071 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23170/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F31" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:22:09.073 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767327728961122806,"ephemeral":false,"proof":""}]'
|
|
2026-01-02 04:22:09.075 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49377/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F32" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-01-02 04:22:09.079 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-02 04:22:09.080 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-01-02 04:22:09.180 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-01-02 04:22:09.181 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49377/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F32" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:22:09.183 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767327729075017012,"ephemeral":false,"proof":""}]'
|
|
2026-01-02 04:22:09.185 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-01-02 04:22:09.185 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23170/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F32" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:22:09.187 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767327729075017012,"ephemeral":false,"proof":""}]'
|
|
2026-01-02 04:22:09.189 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49377/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F33" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-01-02 04:22:09.193 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-02 04:22:09.194 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-01-02 04:22:09.294 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-01-02 04:22:09.294 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49377/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F33" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:22:09.297 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767327729189186624,"ephemeral":false,"proof":""}]'
|
|
2026-01-02 04:22:09.298 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-01-02 04:22:09.299 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23170/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F33" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:22:09.301 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767327729189186624,"ephemeral":false,"proof":""}]'
|
|
2026-01-02 04:22:09.302 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49377/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F34" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-01-02 04:22:09.307 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-02 04:22:09.307 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-01-02 04:22:09.408 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-01-02 04:22:09.408 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49377/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F34" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:22:09.410 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767327729302829333,"ephemeral":false,"proof":""}]'
|
|
2026-01-02 04:22:09.412 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-01-02 04:22:09.412 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23170/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F34" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:22:09.414 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767327729302829333,"ephemeral":false,"proof":""}]'
|
|
2026-01-02 04:22:09.416 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49377/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F35" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-01-02 04:22:09.420 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-02 04:22:09.420 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-01-02 04:22:09.521 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-01-02 04:22:09.521 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49377/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F35" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:22:09.523 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767327729416087677,"ephemeral":false,"proof":""}]'
|
|
2026-01-02 04:22:09.525 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-01-02 04:22:09.525 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23170/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F35" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:22:09.527 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767327729416087677,"ephemeral":false,"proof":""}]'
|
|
2026-01-02 04:22:09.529 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49377/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F36" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-01-02 04:22:09.533 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-02 04:22:09.533 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-01-02 04:22:09.634 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-01-02 04:22:09.634 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49377/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F36" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:22:09.637 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767327729528889395,"ephemeral":false,"proof":""}]'
|
|
2026-01-02 04:22:09.639 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-01-02 04:22:09.639 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23170/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F36" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:22:09.642 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767327729528889395,"ephemeral":false,"proof":""}]'
|
|
2026-01-02 04:22:09.643 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49377/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F37" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-01-02 04:22:09.647 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-02 04:22:09.648 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-01-02 04:22:09.748 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-01-02 04:22:09.749 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49377/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F37" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:22:09.751 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767327729643474153,"ephemeral":false,"proof":""}]'
|
|
2026-01-02 04:22:09.753 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-01-02 04:22:09.753 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23170/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F37" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:22:09.755 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767327729643474153,"ephemeral":false,"proof":""}]'
|
|
2026-01-02 04:22:09.757 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49377/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F38" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-01-02 04:22:09.761 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-02 04:22:09.762 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-01-02 04:22:09.862 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-01-02 04:22:09.862 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49377/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F38" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:22:09.865 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767327729757054811,"ephemeral":false,"proof":""}]'
|
|
2026-01-02 04:22:09.866 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-01-02 04:22:09.867 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23170/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F38" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:22:09.869 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767327729757054811,"ephemeral":false,"proof":""}]'
|
|
2026-01-02 04:22:09.870 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49377/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F39" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-01-02 04:22:09.875 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-02 04:22:09.875 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-01-02 04:22:09.976 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-01-02 04:22:09.976 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49377/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F39" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:22:09.979 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767327729870501576,"ephemeral":false,"proof":""}]'
|
|
2026-01-02 04:22:09.980 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-01-02 04:22:09.981 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23170/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F39" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:22:09.983 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767327729870501576,"ephemeral":false,"proof":""}]'
|
|
2026-01-02 04:22:09.985 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49377/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F40" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-01-02 04:22:09.989 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-02 04:22:09.990 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-01-02 04:22:10.090 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-01-02 04:22:10.091 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49377/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F40" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:22:10.093 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767327729984876160,"ephemeral":false,"proof":""}]'
|
|
2026-01-02 04:22:10.096 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-01-02 04:22:10.096 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23170/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F40" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:22:10.098 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767327729984876160,"ephemeral":false,"proof":""}]'
|
|
2026-01-02 04:22:10.100 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49377/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F41" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-01-02 04:22:10.104 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-02 04:22:10.105 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-01-02 04:22:10.206 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-01-02 04:22:10.206 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49377/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F41" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:22:10.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":1767327730100264713,"ephemeral":false,"proof":""}]'
|
|
2026-01-02 04:22:10.210 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-01-02 04:22:10.211 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23170/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F41" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:22:10.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":1767327730100264713,"ephemeral":false,"proof":""}]'
|
|
2026-01-02 04:22:10.237 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49377/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F42" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-01-02 04:22:10.244 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-02 04:22:10.246 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-01-02 04:22:10.346 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-01-02 04:22:10.346 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49377/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F42" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:22:10.349 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767327730237750046,"ephemeral":false,"proof":""}]'
|
|
2026-01-02 04:22:10.351 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-01-02 04:22:10.351 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23170/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F42" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:22:10.353 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767327730237750046,"ephemeral":false,"proof":""}]'
|
|
2026-01-02 04:22:10.355 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49377/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F43" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-01-02 04:22:10.359 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-02 04:22:10.359 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-01-02 04:22:10.460 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-01-02 04:22:10.460 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49377/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F43" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:22:10.463 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767327730355136337,"ephemeral":false,"proof":""}]'
|
|
2026-01-02 04:22:10.464 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-01-02 04:22:10.465 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23170/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F43" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:22:10.467 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767327730355136337,"ephemeral":false,"proof":""}]'
|
|
2026-01-02 04:22:10.469 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49377/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F44" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-01-02 04:22:10.473 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-02 04:22:10.473 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-01-02 04:22:10.573 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-01-02 04:22:10.574 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49377/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F44" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:22:10.576 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767327730468895317,"ephemeral":false,"proof":""}]'
|
|
2026-01-02 04:22:10.577 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-01-02 04:22:10.578 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23170/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F44" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:22:10.580 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767327730468895317,"ephemeral":false,"proof":""}]'
|
|
2026-01-02 04:22:10.581 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49377/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F45" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-01-02 04:22:10.585 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-02 04:22:10.586 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-01-02 04:22:10.687 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-01-02 04:22:10.687 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49377/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F45" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:22:10.690 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767327730581469400,"ephemeral":false,"proof":""}]'
|
|
2026-01-02 04:22:10.691 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-01-02 04:22:10.691 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23170/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F45" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:22:10.694 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767327730581469400,"ephemeral":false,"proof":""}]'
|
|
2026-01-02 04:22:10.695 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49377/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F46" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-01-02 04:22:10.700 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-02 04:22:10.700 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-01-02 04:22:10.801 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-01-02 04:22:10.801 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49377/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F46" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:22:10.803 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767327730695559420,"ephemeral":false,"proof":""}]'
|
|
2026-01-02 04:22:10.805 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-01-02 04:22:10.805 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23170/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F46" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:22:10.807 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767327730695559420,"ephemeral":false,"proof":""}]'
|
|
2026-01-02 04:22:10.809 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49377/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F47" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-01-02 04:22:10.813 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-02 04:22:10.813 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-01-02 04:22:10.914 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-01-02 04:22:10.914 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49377/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F47" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:22:10.917 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767327730809119262,"ephemeral":false,"proof":""}]'
|
|
2026-01-02 04:22:10.918 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-01-02 04:22:10.918 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23170/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F47" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:22:10.921 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767327730809119262,"ephemeral":false,"proof":""}]'
|
|
2026-01-02 04:22:10.922 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49377/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F48" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-01-02 04:22:10.927 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-02 04:22:10.928 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-01-02 04:22:11.028 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-01-02 04:22:11.028 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49377/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F48" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:22:11.031 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767327730922612931,"ephemeral":false,"proof":""}]'
|
|
2026-01-02 04:22:11.032 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-01-02 04:22:11.033 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23170/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F48" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:22:11.035 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767327730922612931,"ephemeral":false,"proof":""}]'
|
|
2026-01-02 04:22:11.036 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49377/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F49" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-01-02 04:22:11.041 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-02 04:22:11.041 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-01-02 04:22:11.141 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-01-02 04:22:11.142 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49377/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F49" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:22:11.145 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767327731036704476,"ephemeral":false,"proof":""}]'
|
|
2026-01-02 04:22:11.146 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-01-02 04:22:11.146 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23170/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F49" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:22:11.148 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767327731036704476,"ephemeral":false,"proof":""}]'
|
|
2026-01-02 04:22:11.151 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-01-02 04:22:11.152 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-01-02 04:22:11.152 DEBUG [src.node.waku_node] Stopping container with id 463eb185d63e
|
|
2026-01-02 04:22:11.692 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-01-02 04:22:11.692 DEBUG [src.node.waku_node] Stopping container with id 462c3c1eb6d8
|
|
2026-01-02 04:22:12.252 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-01-02 04:22:12.254 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-01-02 04:22:12.300 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-01-02 04:22:12.339 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|