mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-05 10:03:16 +00:00
519 lines
95 KiB
Plaintext
519 lines
95 KiB
Plaintext
2026-03-04 04:33:01.110 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-04 04:33:01.111 DEBUG [tests.conftest] Running test: test_start_node_with_50_pubsub_topics with id: 2026-03-04_04-33-01__ce887563-ec39-44ee-b78e-4e7a7aea6ade
|
|
2026-03-04 04:33:01.111 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-04 04:33:01.111 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-03-04 04:33:01.111 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-03-04 04:33:01.119 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-04 04:33:01.119 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-04_04-33-01__ce887563-ec39-44ee-b78e-4e7a7aea6ade__wakuorg_nwaku:latest.log
|
|
2026-03-04 04:33:01.119 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-04 04:33:01.119 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-04 04:33:01.121 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-04 04:33:01.121 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.21.223
|
|
2026-03-04 04:33:01.121 DEBUG [src.node.docker_mananger] Generated ports ['43287', '43288', '43289', '43290', '43291']
|
|
2026-03-04 04:33:01.121 DEBUG [src.node.waku_node] Cluster id was resolved to: 2
|
|
2026-03-04 04:33:01.121 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-03-04 04:33:01.121 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-04 04:33:01.122 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-04 04:33:01.122 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-04 04:33:01.122 DEBUG [src.node.docker_mananger] docker run -i -t -p 43287:43287 -p 43288:43288 -p 43289:43289 -p 43290:43290 -p 43291:43291 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=43289 --rest-port=43287 --tcp-port=43288 --discv5-udp-port=43290 --rest-address=0.0.0.0 --nat=extip:172.18.21.223 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=fbf4baeba48ede937fa5bfef07ecf318ce1d7e87fce6423a2cda4ae3d68af45f --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=43291 --metrics-logging=true --relay=true --filter=true
|
|
2026-03-04 04:33:01.310 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.21.223 waku ef5e6d70d6fb1de6db6841a321002721e2bbe7b3e8631e9a3e0cf894bfef04aa
|
|
2026-03-04 04:33:01.340 ERROR [src.node.docker_mananger] Max retries reached for container 641849f9b568. Exiting log stream.
|
|
2026-03-04 04:33:01.345 DEBUG [src.node.docker_mananger] Container started with ID ef5e6d70d6fb. Setting up logs at ./log/docker/node1_2026-03-04_04-33-01__ce887563-ec39-44ee-b78e-4e7a7aea6ade__wakuorg_nwaku:latest.log
|
|
2026-03-04 04:33:01.346 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 43287
|
|
2026-03-04 04:33:01.346 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-04 04:33:01.910 ERROR [src.node.docker_mananger] Max retries reached for container 2f4c58229084. Exiting log stream.
|
|
2026-03-04 04:33:02.347 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43287/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-04 04:33:02.350 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_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"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
|
2026-03-04 04:33:02.350 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-04 04:33:02.350 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43287/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-04 04:33:02.353 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.21.223/tcp/43288/p2p/16Uiu2HAkwWT7M7v1qwjB6pdY2uEQTzvxstyhnWJZrxKaW6CwM7Pu","/ip4/172.18.21.223/tcp/43289/ws/p2p/16Uiu2HAkwWT7M7v1qwjB6pdY2uEQTzvxstyhnWJZrxKaW6CwM7Pu"],"enrUri":"enr:-L24QLtWUDorkwTSaJAB1KtBMCPpMDZE6M2G3SPewXJxeSEKXQ33DIXhFAf6CnljOwOXhqOx1DY-oQGI1sNGQGcxC8kCgmlkgnY0gmlwhKwSFd-KbXVsdGlhZGRyc5YACASsEhXfBqkYAAoErBIV3wapGd0DgnJzhQACAQAAiXNlY3AyNTZrMaECHvC53GRpT4CFCaePeALBnKUGz0RlTIarFlS06b7_VyiDdGNwgqkYg3VkcIKpGoV3YWt1MgU"}'
|
|
2026-03-04 04:33:02.353 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-04 04:33:02.360 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-04 04:33:02.360 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-04_04-33-01__ce887563-ec39-44ee-b78e-4e7a7aea6ade__wakuorg_nwaku:latest.log
|
|
2026-03-04 04:33:02.360 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-04 04:33:02.361 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-04 04:33:02.362 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-04 04:33:02.362 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.67.174
|
|
2026-03-04 04:33:02.362 DEBUG [src.node.docker_mananger] Generated ports ['50175', '50176', '50177', '50178', '50179']
|
|
2026-03-04 04:33:02.363 DEBUG [src.node.waku_node] Cluster id was resolved to: 2
|
|
2026-03-04 04:33:02.363 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-03-04 04:33:02.363 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-04 04:33:02.363 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-04 04:33:02.363 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-04 04:33:02.363 DEBUG [src.node.docker_mananger] docker run -i -t -p 50175:50175 -p 50176:50176 -p 50177:50177 -p 50178:50178 -p 50179:50179 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=50177 --rest-port=50175 --tcp-port=50176 --discv5-udp-port=50178 --rest-address=0.0.0.0 --nat=extip:172.18.67.174 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=ebbc5ac4ed72be4ca5a426eac8aaaff20b1df9bae26fab8e3f0e62bf13fd8cef --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=50179 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QLtWUDorkwTSaJAB1KtBMCPpMDZE6M2G3SPewXJxeSEKXQ33DIXhFAf6CnljOwOXhqOx1DY-oQGI1sNGQGcxC8kCgmlkgnY0gmlwhKwSFd-KbXVsdGlhZGRyc5YACASsEhXfBqkYAAoErBIV3wapGd0DgnJzhQACAQAAiXNlY3AyNTZrMaECHvC53GRpT4CFCaePeALBnKUGz0RlTIarFlS06b7_VyiDdGNwgqkYg3VkcIKpGoV3YWt1MgU
|
|
2026-03-04 04:33:02.559 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.67.174 waku ae72758018eab572bbd405cd31b052d8f7e0ae83b18f5f6c69f3666d9058c2e6
|
|
2026-03-04 04:33:02.596 DEBUG [src.node.docker_mananger] Container started with ID ae72758018ea. Setting up logs at ./log/docker/node2_2026-03-04_04-33-01__ce887563-ec39-44ee-b78e-4e7a7aea6ade__wakuorg_nwaku:latest.log
|
|
2026-03-04 04:33:02.596 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 50175
|
|
2026-03-04 04:33:02.596 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-04 04:33:03.597 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50175/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-04 04:33:03.609 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"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"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
|
2026-03-04 04:33:03.615 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-04 04:33:03.615 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50175/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-04 04:33:03.619 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.67.174/tcp/50176/p2p/16Uiu2HAmStAWY6YEANKy6eWPfpxM6E4xbD6BLaUXhecZZMUoz8zp","/ip4/172.18.67.174/tcp/50177/ws/p2p/16Uiu2HAmStAWY6YEANKy6eWPfpxM6E4xbD6BLaUXhecZZMUoz8zp"],"enrUri":"enr:-L24QJNIsZC0q4cvO_xK9QDZW7o382Vl73wUyZJZF1xkn3ivKuRfVcp3_WclT6EBWhJrY0TUlwM4MD9hDjY0vDlFv2ACgmlkgnY0gmlwhKwSQ66KbXVsdGlhZGRyc5YACASsEkOuBsQAAAoErBJDrgbEAd0DgnJzhQACAQAAiXNlY3AyNTZrMaED02OnoIzt7MwPG1ar5cffZUNAEIRsE6IRsNjY1_X_a72DdGNwgsQAg3VkcILEAoV3YWt1MgE"}'
|
|
2026-03-04 04:33:03.619 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-04 04:33:03.620 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:50175/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.21.223/tcp/43288/p2p/16Uiu2HAkwWT7M7v1qwjB6pdY2uEQTzvxstyhnWJZrxKaW6CwM7Pu"]'
|
|
2026-03-04 04:33:03.623 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-04 04:33:03.624 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43287/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-03-04 04:33:03.688 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-04 04:33:03.690 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:50175/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-03-04 04:33:03.807 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-04 04:33:03.807 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43287/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-03-04 04:33:03.819 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-04 04:33:03.820 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-04 04:33:03.920 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-04 04:33:03.920 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43287/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-04 04:33:03.922 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598783807564820,"ephemeral":false,"proof":""}]'
|
|
2026-03-04 04:33:03.924 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-04 04:33:03.924 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50175/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-04 04:33:03.926 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598783807564820,"ephemeral":false,"proof":""}]'
|
|
2026-03-04 04:33:03.928 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43287/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-03-04 04:33:03.933 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-04 04:33:03.933 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-04 04:33:04.034 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-04 04:33:04.034 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43287/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-04 04:33:04.037 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598783928523535,"ephemeral":false,"proof":""}]'
|
|
2026-03-04 04:33:04.038 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-04 04:33:04.038 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50175/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-04 04:33:04.040 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598783928523535,"ephemeral":false,"proof":""}]'
|
|
2026-03-04 04:33:04.042 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43287/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-03-04 04:33:04.047 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-04 04:33:04.047 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-04 04:33:04.148 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-04 04:33:04.148 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43287/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F2" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-04 04:33:04.150 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598784042474183,"ephemeral":false,"proof":""}]'
|
|
2026-03-04 04:33:04.153 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-04 04:33:04.153 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50175/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F2" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-04 04:33:04.155 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598784042474183,"ephemeral":false,"proof":""}]'
|
|
2026-03-04 04:33:04.157 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43287/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-03-04 04:33:04.161 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-04 04:33:04.162 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-04 04:33:04.263 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-04 04:33:04.263 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43287/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F3" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-04 04:33:04.265 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598784157077727,"ephemeral":false,"proof":""}]'
|
|
2026-03-04 04:33:04.267 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-04 04:33:04.267 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50175/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F3" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-04 04:33:04.269 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598784157077727,"ephemeral":false,"proof":""}]'
|
|
2026-03-04 04:33:04.271 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43287/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-03-04 04:33:04.276 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-04 04:33:04.276 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-04 04:33:04.377 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-04 04:33:04.377 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43287/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F4" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-04 04:33:04.379 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598784271060748,"ephemeral":false,"proof":""}]'
|
|
2026-03-04 04:33:04.380 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-04 04:33:04.381 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50175/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F4" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-04 04:33:04.383 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598784271060748,"ephemeral":false,"proof":""}]'
|
|
2026-03-04 04:33:04.384 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43287/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-03-04 04:33:04.389 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-04 04:33:04.389 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-04 04:33:04.490 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-04 04:33:04.490 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43287/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F5" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-04 04:33:04.492 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598784384688384,"ephemeral":false,"proof":""}]'
|
|
2026-03-04 04:33:04.494 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-04 04:33:04.494 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50175/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F5" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-04 04:33:04.496 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598784384688384,"ephemeral":false,"proof":""}]'
|
|
2026-03-04 04:33:04.498 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43287/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-03-04 04:33:04.502 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-04 04:33:04.503 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-04 04:33:04.603 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-04 04:33:04.603 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43287/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F6" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-04 04:33:04.605 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598784498032009,"ephemeral":false,"proof":""}]'
|
|
2026-03-04 04:33:04.606 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-04 04:33:04.607 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50175/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F6" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-04 04:33:04.609 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598784498032009,"ephemeral":false,"proof":""}]'
|
|
2026-03-04 04:33:04.610 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43287/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-03-04 04:33:04.615 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-04 04:33:04.615 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-04 04:33:04.715 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-04 04:33:04.716 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43287/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F7" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-04 04:33:04.718 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598784610761742,"ephemeral":false,"proof":""}]'
|
|
2026-03-04 04:33:04.719 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-04 04:33:04.719 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50175/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F7" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-04 04:33:04.722 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598784610761742,"ephemeral":false,"proof":""}]'
|
|
2026-03-04 04:33:04.723 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43287/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-03-04 04:33:04.728 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-04 04:33:04.729 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-04 04:33:04.829 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-04 04:33:04.829 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43287/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F8" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-04 04:33:04.831 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598784723562095,"ephemeral":false,"proof":""}]'
|
|
2026-03-04 04:33:04.833 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-04 04:33:04.833 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50175/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F8" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-04 04:33:04.835 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598784723562095,"ephemeral":false,"proof":""}]'
|
|
2026-03-04 04:33:04.837 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43287/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-03-04 04:33:04.841 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-04 04:33:04.842 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-04 04:33:04.942 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-04 04:33:04.943 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43287/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F9" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-04 04:33:04.945 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598784836885817,"ephemeral":false,"proof":""}]'
|
|
2026-03-04 04:33:04.946 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-04 04:33:04.947 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50175/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F9" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-04 04:33:04.949 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598784836885817,"ephemeral":false,"proof":""}]'
|
|
2026-03-04 04:33:04.950 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43287/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-03-04 04:33:04.955 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-04 04:33:04.956 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-04 04:33:05.056 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-04 04:33:05.056 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43287/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F10" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-04 04:33:05.058 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598784950728702,"ephemeral":false,"proof":""}]'
|
|
2026-03-04 04:33:05.060 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-04 04:33:05.060 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50175/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F10" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-04 04:33:05.062 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598784950728702,"ephemeral":false,"proof":""}]'
|
|
2026-03-04 04:33:05.064 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43287/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-03-04 04:33:05.068 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-04 04:33:05.069 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-04 04:33:05.169 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-04 04:33:05.169 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43287/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F11" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-04 04:33:05.172 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598785064176353,"ephemeral":false,"proof":""}]'
|
|
2026-03-04 04:33:05.173 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-04 04:33:05.173 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50175/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F11" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-04 04:33:05.176 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598785064176353,"ephemeral":false,"proof":""}]'
|
|
2026-03-04 04:33:05.177 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43287/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-03-04 04:33:05.182 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-04 04:33:05.183 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-04 04:33:05.283 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-04 04:33:05.283 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43287/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F12" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-04 04:33:05.285 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598785177498408,"ephemeral":false,"proof":""}]'
|
|
2026-03-04 04:33:05.287 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-04 04:33:05.287 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50175/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F12" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-04 04:33:05.289 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598785177498408,"ephemeral":false,"proof":""}]'
|
|
2026-03-04 04:33:05.291 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43287/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-03-04 04:33:05.296 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-04 04:33:05.296 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-04 04:33:05.396 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-04 04:33:05.397 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43287/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F13" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-04 04:33:05.399 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598785291162502,"ephemeral":false,"proof":""}]'
|
|
2026-03-04 04:33:05.400 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-04 04:33:05.400 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50175/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F13" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-04 04:33:05.402 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598785291162502,"ephemeral":false,"proof":""}]'
|
|
2026-03-04 04:33:05.404 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43287/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-03-04 04:33:05.408 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-04 04:33:05.409 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-04 04:33:05.510 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-04 04:33:05.510 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43287/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F14" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-04 04:33:05.513 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598785404378134,"ephemeral":false,"proof":""}]'
|
|
2026-03-04 04:33:05.514 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-04 04:33:05.514 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50175/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F14" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-04 04:33:05.517 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598785404378134,"ephemeral":false,"proof":""}]'
|
|
2026-03-04 04:33:05.518 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43287/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-03-04 04:33:05.523 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-04 04:33:05.524 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-04 04:33:05.625 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-04 04:33:05.625 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43287/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F15" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-04 04:33:05.627 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598785518427967,"ephemeral":false,"proof":""}]'
|
|
2026-03-04 04:33:05.629 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-04 04:33:05.629 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50175/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F15" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-04 04:33:05.631 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598785518427967,"ephemeral":false,"proof":""}]'
|
|
2026-03-04 04:33:05.633 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43287/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-03-04 04:33:05.637 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-04 04:33:05.638 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-04 04:33:05.739 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-04 04:33:05.739 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43287/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F16" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-04 04:33:05.741 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598785632924802,"ephemeral":false,"proof":""}]'
|
|
2026-03-04 04:33:05.742 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-04 04:33:05.743 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50175/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F16" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-04 04:33:05.745 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598785632924802,"ephemeral":false,"proof":""}]'
|
|
2026-03-04 04:33:05.746 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43287/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-03-04 04:33:05.752 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-04 04:33:05.752 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-04 04:33:05.853 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-04 04:33:05.853 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43287/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F17" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-04 04:33:05.855 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598785746796712,"ephemeral":false,"proof":""}]'
|
|
2026-03-04 04:33:05.856 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-04 04:33:05.857 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50175/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F17" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-04 04:33:05.859 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598785746796712,"ephemeral":false,"proof":""}]'
|
|
2026-03-04 04:33:05.860 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43287/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-03-04 04:33:05.865 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-04 04:33:05.866 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-04 04:33:05.966 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-04 04:33:05.966 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43287/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F18" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-04 04:33:05.968 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598785860636375,"ephemeral":false,"proof":""}]'
|
|
2026-03-04 04:33:05.970 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-04 04:33:05.971 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50175/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F18" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-04 04:33:05.973 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598785860636375,"ephemeral":false,"proof":""}]'
|
|
2026-03-04 04:33:05.974 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43287/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-03-04 04:33:05.979 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-04 04:33:05.979 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-04 04:33:06.080 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-04 04:33:06.080 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43287/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F19" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-04 04:33:06.082 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598785974505812,"ephemeral":false,"proof":""}]'
|
|
2026-03-04 04:33:06.084 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-04 04:33:06.084 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50175/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F19" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-04 04:33:06.086 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598785974505812,"ephemeral":false,"proof":""}]'
|
|
2026-03-04 04:33:06.088 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43287/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-03-04 04:33:06.092 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-04 04:33:06.093 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-04 04:33:06.193 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-04 04:33:06.193 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43287/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F20" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-04 04:33:06.196 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598786088143507,"ephemeral":false,"proof":""}]'
|
|
2026-03-04 04:33:06.197 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-04 04:33:06.197 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50175/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F20" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-04 04:33:06.199 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598786088143507,"ephemeral":false,"proof":""}]'
|
|
2026-03-04 04:33:06.201 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43287/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-03-04 04:33:06.206 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-04 04:33:06.207 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-04 04:33:06.307 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-04 04:33:06.307 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43287/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F21" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-04 04:33:06.309 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598786201407874,"ephemeral":false,"proof":""}]'
|
|
2026-03-04 04:33:06.311 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-04 04:33:06.311 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50175/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F21" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-04 04:33:06.313 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598786201407874,"ephemeral":false,"proof":""}]'
|
|
2026-03-04 04:33:06.315 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43287/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-03-04 04:33:06.320 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-04 04:33:06.321 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-04 04:33:06.421 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-04 04:33:06.421 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43287/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F22" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-04 04:33:06.423 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598786315138029,"ephemeral":false,"proof":""}]'
|
|
2026-03-04 04:33:06.425 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-04 04:33:06.425 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50175/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F22" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-04 04:33:06.427 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598786315138029,"ephemeral":false,"proof":""}]'
|
|
2026-03-04 04:33:06.429 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43287/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-03-04 04:33:06.433 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-04 04:33:06.434 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-04 04:33:06.534 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-04 04:33:06.535 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43287/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F23" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-04 04:33:06.537 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598786429234812,"ephemeral":false,"proof":""}]'
|
|
2026-03-04 04:33:06.538 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-04 04:33:06.539 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50175/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F23" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-04 04:33:06.541 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598786429234812,"ephemeral":false,"proof":""}]'
|
|
2026-03-04 04:33:06.542 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43287/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-03-04 04:33:06.548 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-04 04:33:06.550 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-04 04:33:06.650 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-04 04:33:06.650 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43287/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F24" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-04 04:33:06.653 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598786542671753,"ephemeral":false,"proof":""}]'
|
|
2026-03-04 04:33:06.654 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-04 04:33:06.654 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50175/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F24" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-04 04:33:06.657 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598786542671753,"ephemeral":false,"proof":""}]'
|
|
2026-03-04 04:33:06.658 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43287/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-03-04 04:33:06.663 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-04 04:33:06.663 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-04 04:33:06.763 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-04 04:33:06.763 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43287/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F25" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-04 04:33:06.766 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598786658676049,"ephemeral":false,"proof":""}]'
|
|
2026-03-04 04:33:06.767 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-04 04:33:06.767 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50175/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F25" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-04 04:33:06.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":1772598786658676049,"ephemeral":false,"proof":""}]'
|
|
2026-03-04 04:33:06.771 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43287/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-03-04 04:33:06.777 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-04 04:33:06.777 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-04 04:33:06.878 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-04 04:33:06.878 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43287/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F26" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-04 04:33:06.880 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598786771422853,"ephemeral":false,"proof":""}]'
|
|
2026-03-04 04:33:06.882 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-04 04:33:06.882 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50175/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F26" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-04 04:33:06.884 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598786771422853,"ephemeral":false,"proof":""}]'
|
|
2026-03-04 04:33:06.886 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43287/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-03-04 04:33:06.892 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-04 04:33:06.892 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-04 04:33:06.993 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-04 04:33:06.993 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43287/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F27" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-04 04:33:06.995 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598786886307762,"ephemeral":false,"proof":""}]'
|
|
2026-03-04 04:33:06.997 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-04 04:33:06.997 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50175/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F27" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-04 04:33:06.999 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598786886307762,"ephemeral":false,"proof":""}]'
|
|
2026-03-04 04:33:07.001 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43287/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-03-04 04:33:07.006 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-04 04:33:07.007 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-04 04:33:07.108 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-04 04:33:07.108 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43287/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F28" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-04 04:33:07.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":1772598787001481300,"ephemeral":false,"proof":""}]'
|
|
2026-03-04 04:33:07.112 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-04 04:33:07.112 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50175/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F28" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-04 04:33:07.114 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598787001481300,"ephemeral":false,"proof":""}]'
|
|
2026-03-04 04:33:07.116 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43287/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-03-04 04:33:07.121 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-04 04:33:07.121 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-04 04:33:07.221 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-04 04:33:07.221 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43287/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F29" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-04 04:33:07.224 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598787115975368,"ephemeral":false,"proof":""}]'
|
|
2026-03-04 04:33:07.225 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-04 04:33:07.226 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50175/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F29" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-04 04:33:07.228 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598787115975368,"ephemeral":false,"proof":""}]'
|
|
2026-03-04 04:33:07.229 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43287/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-03-04 04:33:07.235 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-04 04:33:07.235 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-04 04:33:07.335 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-04 04:33:07.336 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43287/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F30" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-04 04:33:07.338 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598787229785504,"ephemeral":false,"proof":""}]'
|
|
2026-03-04 04:33:07.339 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-04 04:33:07.339 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50175/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F30" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-04 04:33:07.342 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598787229785504,"ephemeral":false,"proof":""}]'
|
|
2026-03-04 04:33:07.343 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43287/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-03-04 04:33:07.348 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-04 04:33:07.348 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-04 04:33:07.449 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-04 04:33:07.449 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43287/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F31" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-04 04:33:07.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":1772598787343588210,"ephemeral":false,"proof":""}]'
|
|
2026-03-04 04:33:07.453 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-04 04:33:07.453 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50175/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F31" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-04 04:33:07.455 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598787343588210,"ephemeral":false,"proof":""}]'
|
|
2026-03-04 04:33:07.457 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43287/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-03-04 04:33:07.462 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-04 04:33:07.463 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-04 04:33:07.563 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-04 04:33:07.563 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43287/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F32" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-04 04:33:07.565 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598787457068883,"ephemeral":false,"proof":""}]'
|
|
2026-03-04 04:33:07.567 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-04 04:33:07.567 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50175/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F32" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-04 04:33:07.581 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598787457068883,"ephemeral":false,"proof":""}]'
|
|
2026-03-04 04:33:07.583 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43287/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-03-04 04:33:07.589 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-04 04:33:07.589 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-04 04:33:07.689 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-04 04:33:07.689 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43287/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F33" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-04 04:33:07.692 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598787583241000,"ephemeral":false,"proof":""}]'
|
|
2026-03-04 04:33:07.693 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-04 04:33:07.693 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50175/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F33" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-04 04:33:07.695 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598787583241000,"ephemeral":false,"proof":""}]'
|
|
2026-03-04 04:33:07.697 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43287/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-03-04 04:33:07.702 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-04 04:33:07.702 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-04 04:33:07.803 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-04 04:33:07.803 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43287/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F34" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-04 04:33:07.805 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598787697237731,"ephemeral":false,"proof":""}]'
|
|
2026-03-04 04:33:07.807 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-04 04:33:07.808 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50175/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F34" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-04 04:33:07.810 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598787697237731,"ephemeral":false,"proof":""}]'
|
|
2026-03-04 04:33:07.811 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43287/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-03-04 04:33:07.816 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-04 04:33:07.816 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-04 04:33:07.917 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-04 04:33:07.917 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43287/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F35" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-04 04:33:07.919 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598787811595423,"ephemeral":false,"proof":""}]'
|
|
2026-03-04 04:33:07.920 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-04 04:33:07.921 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50175/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F35" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-04 04:33:07.923 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598787811595423,"ephemeral":false,"proof":""}]'
|
|
2026-03-04 04:33:07.924 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43287/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-03-04 04:33:07.929 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-04 04:33:07.930 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-04 04:33:08.030 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-04 04:33:08.030 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43287/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F36" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-04 04:33:08.032 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598787924684122,"ephemeral":false,"proof":""}]'
|
|
2026-03-04 04:33:08.034 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-04 04:33:08.034 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50175/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F36" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-04 04:33:08.036 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598787924684122,"ephemeral":false,"proof":""}]'
|
|
2026-03-04 04:33:08.038 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43287/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-03-04 04:33:08.042 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-04 04:33:08.043 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-04 04:33:08.143 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-04 04:33:08.144 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43287/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F37" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-04 04:33:08.146 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598788038060810,"ephemeral":false,"proof":""}]'
|
|
2026-03-04 04:33:08.147 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-04 04:33:08.147 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50175/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F37" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-04 04:33:08.149 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598788038060810,"ephemeral":false,"proof":""}]'
|
|
2026-03-04 04:33:08.151 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43287/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-03-04 04:33:08.156 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-04 04:33:08.156 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-04 04:33:08.257 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-04 04:33:08.257 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43287/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F38" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-04 04:33:08.259 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598788151222138,"ephemeral":false,"proof":""}]'
|
|
2026-03-04 04:33:08.261 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-04 04:33:08.261 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50175/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F38" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-04 04:33:08.263 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598788151222138,"ephemeral":false,"proof":""}]'
|
|
2026-03-04 04:33:08.264 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43287/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-03-04 04:33:08.269 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-04 04:33:08.269 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-04 04:33:08.370 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-04 04:33:08.370 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43287/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F39" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-04 04:33:08.372 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598788264797871,"ephemeral":false,"proof":""}]'
|
|
2026-03-04 04:33:08.374 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-04 04:33:08.374 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50175/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F39" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-04 04:33:08.376 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598788264797871,"ephemeral":false,"proof":""}]'
|
|
2026-03-04 04:33:08.378 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43287/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-03-04 04:33:08.383 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-04 04:33:08.383 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-04 04:33:08.484 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-04 04:33:08.484 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43287/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F40" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-04 04:33:08.486 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598788378177682,"ephemeral":false,"proof":""}]'
|
|
2026-03-04 04:33:08.488 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-04 04:33:08.488 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50175/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F40" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-04 04:33:08.490 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598788378177682,"ephemeral":false,"proof":""}]'
|
|
2026-03-04 04:33:08.492 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43287/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-03-04 04:33:08.497 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-04 04:33:08.498 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-04 04:33:08.598 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-04 04:33:08.598 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43287/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F41" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-04 04:33:08.600 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598788492014939,"ephemeral":false,"proof":""}]'
|
|
2026-03-04 04:33:08.602 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-04 04:33:08.602 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50175/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F41" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-04 04:33:08.605 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598788492014939,"ephemeral":false,"proof":""}]'
|
|
2026-03-04 04:33:08.606 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43287/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-03-04 04:33:08.611 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-04 04:33:08.611 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-04 04:33:08.712 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-04 04:33:08.712 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43287/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F42" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-04 04:33:08.714 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598788606440272,"ephemeral":false,"proof":""}]'
|
|
2026-03-04 04:33:08.716 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-04 04:33:08.716 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50175/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F42" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-04 04:33:08.718 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598788606440272,"ephemeral":false,"proof":""}]'
|
|
2026-03-04 04:33:08.720 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43287/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-03-04 04:33:08.724 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-04 04:33:08.724 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-04 04:33:08.825 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-04 04:33:08.825 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43287/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F43" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-04 04:33:08.827 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598788719914350,"ephemeral":false,"proof":""}]'
|
|
2026-03-04 04:33:08.829 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-04 04:33:08.829 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50175/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F43" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-04 04:33:08.831 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598788719914350,"ephemeral":false,"proof":""}]'
|
|
2026-03-04 04:33:08.833 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43287/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-03-04 04:33:08.839 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-04 04:33:08.839 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-04 04:33:08.939 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-04 04:33:08.940 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43287/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F44" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-04 04:33:08.942 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598788833299111,"ephemeral":false,"proof":""}]'
|
|
2026-03-04 04:33:08.944 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-04 04:33:08.944 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50175/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F44" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-04 04:33:08.946 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598788833299111,"ephemeral":false,"proof":""}]'
|
|
2026-03-04 04:33:08.948 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43287/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-03-04 04:33:08.954 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-04 04:33:08.954 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-04 04:33:09.055 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-04 04:33:09.055 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43287/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F45" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-04 04:33:09.057 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598788948154272,"ephemeral":false,"proof":""}]'
|
|
2026-03-04 04:33:09.059 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-04 04:33:09.059 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50175/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F45" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-04 04:33:09.061 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598788948154272,"ephemeral":false,"proof":""}]'
|
|
2026-03-04 04:33:09.062 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43287/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-03-04 04:33:09.067 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-04 04:33:09.067 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-04 04:33:09.168 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-04 04:33:09.168 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43287/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F46" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-04 04:33:09.170 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598789062863392,"ephemeral":false,"proof":""}]'
|
|
2026-03-04 04:33:09.171 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-04 04:33:09.172 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50175/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F46" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-04 04:33:09.174 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598789062863392,"ephemeral":false,"proof":""}]'
|
|
2026-03-04 04:33:09.175 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43287/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-03-04 04:33:09.180 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-04 04:33:09.180 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-04 04:33:09.281 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-04 04:33:09.281 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43287/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F47" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-04 04:33:09.283 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598789175872494,"ephemeral":false,"proof":""}]'
|
|
2026-03-04 04:33:09.285 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-04 04:33:09.285 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50175/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F47" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-04 04:33:09.287 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598789175872494,"ephemeral":false,"proof":""}]'
|
|
2026-03-04 04:33:09.288 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43287/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-03-04 04:33:09.294 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-04 04:33:09.294 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-04 04:33:09.395 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-04 04:33:09.395 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43287/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F48" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-04 04:33:09.397 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598789288868126,"ephemeral":false,"proof":""}]'
|
|
2026-03-04 04:33:09.398 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-04 04:33:09.399 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50175/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F48" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-04 04:33:09.401 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598789288868126,"ephemeral":false,"proof":""}]'
|
|
2026-03-04 04:33:09.402 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43287/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-03-04 04:33:09.407 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-04 04:33:09.407 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-04 04:33:09.508 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-04 04:33:09.508 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43287/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F49" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-04 04:33:09.510 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598789402773670,"ephemeral":false,"proof":""}]'
|
|
2026-03-04 04:33:09.512 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-04 04:33:09.512 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50175/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F49" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-04 04:33:09.514 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598789402773670,"ephemeral":false,"proof":""}]'
|
|
2026-03-04 04:33:09.517 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-04 04:33:09.518 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-04 04:33:09.518 DEBUG [src.node.waku_node] Stopping container with id ef5e6d70d6fb
|
|
2026-03-04 04:33:10.175 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-04 04:33:10.176 DEBUG [src.node.waku_node] Stopping container with id ae72758018ea
|
|
2026-03-04 04:33:10.766 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-04 04:33:10.767 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-04 04:33:10.865 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-04 04:33:10.910 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|