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-01-29 04:36:31.551 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-01-29 04:36:31.551 DEBUG [tests.conftest] Running test: test_start_node_with_50_pubsub_topics with id: 2026-01-29_04-36-31__cfc3896f-888e-4b81-a65f-cbbd6720637f
|
|
2026-01-29 04:36:31.551 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-01-29 04:36:31.552 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-01-29 04:36:31.552 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-01-29 04:36:31.559 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-01-29 04:36:31.559 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-01-29_04-36-31__cfc3896f-888e-4b81-a65f-cbbd6720637f__wakuorg_nwaku:latest.log
|
|
2026-01-29 04:36:31.559 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-01-29 04:36:31.559 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-01-29 04:36:31.561 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-01-29 04:36:31.561 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.228.109
|
|
2026-01-29 04:36:31.561 DEBUG [src.node.docker_mananger] Generated ports ['37785', '37786', '37787', '37788', '37789']
|
|
2026-01-29 04:36:31.561 DEBUG [src.node.waku_node] Cluster id was resolved to: 2
|
|
2026-01-29 04:36:31.561 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-01-29 04:36:31.562 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-01-29 04:36:31.562 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-01-29 04:36:31.562 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-01-29 04:36:31.562 DEBUG [src.node.docker_mananger] docker run -i -t -p 37785:37785 -p 37786:37786 -p 37787:37787 -p 37788:37788 -p 37789:37789 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=37787 --rest-port=37785 --tcp-port=37786 --discv5-udp-port=37788 --rest-address=0.0.0.0 --nat=extip:172.18.228.109 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=c3abb3546efb8dcec9d64beeba2e4b958a4abfbf378508b6c458ce023edff577 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=37789 --metrics-logging=true --relay=true --filter=true
|
|
2026-01-29 04:36:31.745 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.228.109 waku 1876332d6c610d4eb2c2467515bd517098c0a50315a9531b3e774eb9a260bc68
|
|
2026-01-29 04:36:31.778 DEBUG [src.node.docker_mananger] Container started with ID 1876332d6c61. Setting up logs at ./log/docker/node1_2026-01-29_04-36-31__cfc3896f-888e-4b81-a65f-cbbd6720637f__wakuorg_nwaku:latest.log
|
|
2026-01-29 04:36:31.778 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 37785
|
|
2026-01-29 04:36:31.779 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-01-29 04:36:31.825 ERROR [src.node.docker_mananger] Max retries reached for container 899288d98c23. Exiting log stream.
|
|
2026-01-29 04:36:32.346 ERROR [src.node.docker_mananger] Max retries reached for container 1a09cf4b4bf5. Exiting log stream.
|
|
2026-01-29 04:36:32.780 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37785/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-29 04:36:32.783 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
|
2026-01-29 04:36:32.783 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-01-29 04:36:32.783 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37785/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-29 04:36:32.786 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.228.109/tcp/37786/p2p/16Uiu2HAkvVKY5HPJXxhwo5wSZ9AQbowhXhbsWtunDFHvPHM5qwN2","/ip4/172.18.228.109/tcp/37787/ws/p2p/16Uiu2HAkvVKY5HPJXxhwo5wSZ9AQbowhXhbsWtunDFHvPHM5qwN2"],"enrUri":"enr:-L24QGEunMm_KRmUBreX_wJSu08ouhFE7rNvtz_8AybcXQCjIXhoPqtv0thNlvBh4tOu7Vrvwht6TnqVXm4OQHwilFsCgmlkgnY0gmlwhKwS5G2KbXVsdGlhZGRyc5YACASsEuRtBpOaAAoErBLkbQaTm90DgnJzhQACAQAAiXNlY3AyNTZrMaECD8rlC1RtLG_hvhoBD4R4uBdowGgiGKf-LDx6aQTE_puDdGNwgpOag3VkcIKTnIV3YWt1MgU"}'
|
|
2026-01-29 04:36:32.786 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-01-29 04:36:32.793 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-01-29 04:36:32.793 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-01-29_04-36-31__cfc3896f-888e-4b81-a65f-cbbd6720637f__wakuorg_nwaku:latest.log
|
|
2026-01-29 04:36:32.793 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-01-29 04:36:32.793 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-01-29 04:36:32.794 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-01-29 04:36:32.795 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.211.224
|
|
2026-01-29 04:36:32.795 DEBUG [src.node.docker_mananger] Generated ports ['15011', '15012', '15013', '15014', '15015']
|
|
2026-01-29 04:36:32.795 DEBUG [src.node.waku_node] Cluster id was resolved to: 2
|
|
2026-01-29 04:36:32.795 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-01-29 04:36:32.795 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-01-29 04:36:32.795 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-01-29 04:36:32.795 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-01-29 04:36:32.796 DEBUG [src.node.docker_mananger] docker run -i -t -p 15011:15011 -p 15012:15012 -p 15013:15013 -p 15014:15014 -p 15015:15015 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=15013 --rest-port=15011 --tcp-port=15012 --discv5-udp-port=15014 --rest-address=0.0.0.0 --nat=extip:172.18.211.224 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=b7a84a28789995d38a8dd2f6704aa900b8f6f6f9e6d21b6cbb207cb1a823efb1 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=15015 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QGEunMm_KRmUBreX_wJSu08ouhFE7rNvtz_8AybcXQCjIXhoPqtv0thNlvBh4tOu7Vrvwht6TnqVXm4OQHwilFsCgmlkgnY0gmlwhKwS5G2KbXVsdGlhZGRyc5YACASsEuRtBpOaAAoErBLkbQaTm90DgnJzhQACAQAAiXNlY3AyNTZrMaECD8rlC1RtLG_hvhoBD4R4uBdowGgiGKf-LDx6aQTE_puDdGNwgpOag3VkcIKTnIV3YWt1MgU
|
|
2026-01-29 04:36:32.983 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.211.224 waku 177efbbf1d116301db4a8f86dacb8449de1523a5589c4a5817e7067c898c761b
|
|
2026-01-29 04:36:33.016 DEBUG [src.node.docker_mananger] Container started with ID 177efbbf1d11. Setting up logs at ./log/docker/node2_2026-01-29_04-36-31__cfc3896f-888e-4b81-a65f-cbbd6720637f__wakuorg_nwaku:latest.log
|
|
2026-01-29 04:36:33.017 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 15011
|
|
2026-01-29 04:36:33.017 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-01-29 04:36:34.017 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15011/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-29 04:36:34.030 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"}]}'
|
|
2026-01-29 04:36:34.030 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-01-29 04:36:34.033 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15011/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-29 04:36:34.037 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.211.224/tcp/15012/p2p/16Uiu2HAmLerYW91EajH5TRhfwPcPEU1qPVPAjK19ns1LSb6SituC","/ip4/172.18.211.224/tcp/15013/ws/p2p/16Uiu2HAmLerYW91EajH5TRhfwPcPEU1qPVPAjK19ns1LSb6SituC"],"enrUri":"enr:-L24QFpmFcKxlDBXjo2s_DYgrdGNfG5dBQckx78xvoTrpR6DbMqoiKQQrg7m0mRmQya-m45KO3WaTrMmKIRX4eTAajICgmlkgnY0gmlwhKwS0-CKbXVsdGlhZGRyc5YACASsEtPgBjqkAAoErBLT4AY6pd0DgnJzhQACAQAAiXNlY3AyNTZrMaEDdtSrGz2l6SEm0dtjWY44i4WJ8gEjFS9AmDZtwXZ8axeDdGNwgjqkg3VkcII6poV3YWt1MgE"}'
|
|
2026-01-29 04:36:34.038 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-01-29 04:36:34.038 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15011/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.228.109/tcp/37786/p2p/16Uiu2HAkvVKY5HPJXxhwo5wSZ9AQbowhXhbsWtunDFHvPHM5qwN2"]'
|
|
2026-01-29 04:36:34.041 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-29 04:36:34.042 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37785/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0", "/waku/2/rs/2/1", "/waku/2/rs/2/2", "/waku/2/rs/2/3", "/waku/2/rs/2/4", "/waku/2/rs/2/5", "/waku/2/rs/2/6", "/waku/2/rs/2/7", "/waku/2/rs/2/8", "/waku/2/rs/2/9", "/waku/2/rs/2/10", "/waku/2/rs/2/11", "/waku/2/rs/2/12", "/waku/2/rs/2/13", "/waku/2/rs/2/14", "/waku/2/rs/2/15", "/waku/2/rs/2/16", "/waku/2/rs/2/17", "/waku/2/rs/2/18", "/waku/2/rs/2/19", "/waku/2/rs/2/20", "/waku/2/rs/2/21", "/waku/2/rs/2/22", "/waku/2/rs/2/23", "/waku/2/rs/2/24", "/waku/2/rs/2/25", "/waku/2/rs/2/26", "/waku/2/rs/2/27", "/waku/2/rs/2/28", "/waku/2/rs/2/29", "/waku/2/rs/2/30", "/waku/2/rs/2/31", "/waku/2/rs/2/32", "/waku/2/rs/2/33", "/waku/2/rs/2/34", "/waku/2/rs/2/35", "/waku/2/rs/2/36", "/waku/2/rs/2/37", "/waku/2/rs/2/38", "/waku/2/rs/2/39", "/waku/2/rs/2/40", "/waku/2/rs/2/41", "/waku/2/rs/2/42", "/waku/2/rs/2/43", "/waku/2/rs/2/44", "/waku/2/rs/2/45", "/waku/2/rs/2/46", "/waku/2/rs/2/47", "/waku/2/rs/2/48", "/waku/2/rs/2/49"]'
|
|
2026-01-29 04:36:34.075 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-29 04:36:34.076 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15011/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0", "/waku/2/rs/2/1", "/waku/2/rs/2/2", "/waku/2/rs/2/3", "/waku/2/rs/2/4", "/waku/2/rs/2/5", "/waku/2/rs/2/6", "/waku/2/rs/2/7", "/waku/2/rs/2/8", "/waku/2/rs/2/9", "/waku/2/rs/2/10", "/waku/2/rs/2/11", "/waku/2/rs/2/12", "/waku/2/rs/2/13", "/waku/2/rs/2/14", "/waku/2/rs/2/15", "/waku/2/rs/2/16", "/waku/2/rs/2/17", "/waku/2/rs/2/18", "/waku/2/rs/2/19", "/waku/2/rs/2/20", "/waku/2/rs/2/21", "/waku/2/rs/2/22", "/waku/2/rs/2/23", "/waku/2/rs/2/24", "/waku/2/rs/2/25", "/waku/2/rs/2/26", "/waku/2/rs/2/27", "/waku/2/rs/2/28", "/waku/2/rs/2/29", "/waku/2/rs/2/30", "/waku/2/rs/2/31", "/waku/2/rs/2/32", "/waku/2/rs/2/33", "/waku/2/rs/2/34", "/waku/2/rs/2/35", "/waku/2/rs/2/36", "/waku/2/rs/2/37", "/waku/2/rs/2/38", "/waku/2/rs/2/39", "/waku/2/rs/2/40", "/waku/2/rs/2/41", "/waku/2/rs/2/42", "/waku/2/rs/2/43", "/waku/2/rs/2/44", "/waku/2/rs/2/45", "/waku/2/rs/2/46", "/waku/2/rs/2/47", "/waku/2/rs/2/48", "/waku/2/rs/2/49"]'
|
|
2026-01-29 04:36:34.138 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-29 04:36:34.144 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37785/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-01-29 04:36:34.187 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-29 04:36:34.188 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-01-29 04:36:34.289 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-01-29 04:36:34.289 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37785/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-29 04:36:34.292 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1769661394144527404,"ephemeral":false,"proof":""}]'
|
|
2026-01-29 04:36:34.294 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-01-29 04:36:34.295 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15011/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-29 04:36:34.297 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1769661394144527404,"ephemeral":false,"proof":""}]'
|
|
2026-01-29 04:36:34.298 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37785/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-01-29 04:36:34.303 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-29 04:36:34.303 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-01-29 04:36:34.403 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-01-29 04:36:34.404 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37785/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-29 04:36:34.407 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1769661394298720071,"ephemeral":false,"proof":""}]'
|
|
2026-01-29 04:36:34.408 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-01-29 04:36:34.408 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15011/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-29 04:36:34.410 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1769661394298720071,"ephemeral":false,"proof":""}]'
|
|
2026-01-29 04:36:34.412 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37785/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F2" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-01-29 04:36:34.417 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-29 04:36:34.417 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-01-29 04:36:34.517 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-01-29 04:36:34.518 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37785/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F2" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-29 04:36:34.520 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1769661394412276074,"ephemeral":false,"proof":""}]'
|
|
2026-01-29 04:36:34.521 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-01-29 04:36:34.521 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15011/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F2" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-29 04:36:34.523 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1769661394412276074,"ephemeral":false,"proof":""}]'
|
|
2026-01-29 04:36:34.525 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37785/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F3" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-01-29 04:36:34.529 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-29 04:36:34.530 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-01-29 04:36:34.630 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-01-29 04:36:34.630 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37785/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F3" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-29 04:36:34.633 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1769661394525187396,"ephemeral":false,"proof":""}]'
|
|
2026-01-29 04:36:34.634 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-01-29 04:36:34.634 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15011/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F3" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-29 04:36:34.636 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1769661394525187396,"ephemeral":false,"proof":""}]'
|
|
2026-01-29 04:36:34.638 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37785/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F4" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-01-29 04:36:34.642 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-29 04:36:34.642 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-01-29 04:36:34.743 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-01-29 04:36:34.743 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37785/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F4" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-29 04:36:34.746 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1769661394638079388,"ephemeral":false,"proof":""}]'
|
|
2026-01-29 04:36:34.747 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-01-29 04:36:34.747 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15011/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F4" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-29 04:36:34.750 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1769661394638079388,"ephemeral":false,"proof":""}]'
|
|
2026-01-29 04:36:34.751 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37785/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F5" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-01-29 04:36:34.765 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-29 04:36:34.765 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-01-29 04:36:34.866 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-01-29 04:36:34.866 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37785/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F5" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-29 04:36:34.868 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1769661394751627961,"ephemeral":false,"proof":""}]'
|
|
2026-01-29 04:36:34.870 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-01-29 04:36:34.870 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15011/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F5" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-29 04:36:34.872 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1769661394751627961,"ephemeral":false,"proof":""}]'
|
|
2026-01-29 04:36:34.874 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37785/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F6" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-01-29 04:36:34.878 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-29 04:36:34.879 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-01-29 04:36:34.980 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-01-29 04:36:34.980 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37785/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F6" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-29 04:36:34.982 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1769661394874230903,"ephemeral":false,"proof":""}]'
|
|
2026-01-29 04:36:34.984 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-01-29 04:36:34.984 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15011/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F6" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-29 04:36:34.986 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1769661394874230903,"ephemeral":false,"proof":""}]'
|
|
2026-01-29 04:36:34.988 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37785/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F7" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-01-29 04:36:34.992 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-29 04:36:34.993 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-01-29 04:36:35.093 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-01-29 04:36:35.094 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37785/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F7" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-29 04:36:35.096 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1769661394987905296,"ephemeral":false,"proof":""}]'
|
|
2026-01-29 04:36:35.097 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-01-29 04:36:35.097 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15011/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F7" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-29 04:36:35.099 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1769661394987905296,"ephemeral":false,"proof":""}]'
|
|
2026-01-29 04:36:35.101 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37785/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F8" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-01-29 04:36:35.105 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-29 04:36:35.105 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-01-29 04:36:35.206 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-01-29 04:36:35.206 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37785/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F8" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-29 04:36:35.208 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1769661395101271653,"ephemeral":false,"proof":""}]'
|
|
2026-01-29 04:36:35.210 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-01-29 04:36:35.210 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15011/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F8" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-29 04:36:35.212 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1769661395101271653,"ephemeral":false,"proof":""}]'
|
|
2026-01-29 04:36:35.214 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37785/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F9" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-01-29 04:36:35.218 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-29 04:36:35.219 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-01-29 04:36:35.319 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-01-29 04:36:35.320 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37785/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F9" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-29 04:36:35.322 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1769661395213948851,"ephemeral":false,"proof":""}]'
|
|
2026-01-29 04:36:35.323 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-01-29 04:36:35.324 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15011/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F9" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-29 04:36:35.326 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1769661395213948851,"ephemeral":false,"proof":""}]'
|
|
2026-01-29 04:36:35.327 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37785/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F10" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-01-29 04:36:35.332 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-29 04:36:35.332 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-01-29 04:36:35.433 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-01-29 04:36:35.433 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37785/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F10" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-29 04:36:35.435 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1769661395327847424,"ephemeral":false,"proof":""}]'
|
|
2026-01-29 04:36:35.436 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-01-29 04:36:35.437 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15011/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F10" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-29 04:36:35.439 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1769661395327847424,"ephemeral":false,"proof":""}]'
|
|
2026-01-29 04:36:35.440 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37785/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F11" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-01-29 04:36:35.445 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-29 04:36:35.445 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-01-29 04:36:35.545 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-01-29 04:36:35.546 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37785/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F11" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-29 04:36:35.548 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1769661395440726031,"ephemeral":false,"proof":""}]'
|
|
2026-01-29 04:36:35.550 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-01-29 04:36:35.550 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15011/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F11" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-29 04:36:35.553 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1769661395440726031,"ephemeral":false,"proof":""}]'
|
|
2026-01-29 04:36:35.554 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37785/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F12" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-01-29 04:36:35.558 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-29 04:36:35.559 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-01-29 04:36:35.659 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-01-29 04:36:35.660 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37785/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F12" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-29 04:36:35.662 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1769661395554630747,"ephemeral":false,"proof":""}]'
|
|
2026-01-29 04:36:35.663 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-01-29 04:36:35.664 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15011/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F12" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-29 04:36:35.666 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1769661395554630747,"ephemeral":false,"proof":""}]'
|
|
2026-01-29 04:36:35.667 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37785/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F13" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-01-29 04:36:35.671 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-29 04:36:35.672 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-01-29 04:36:35.772 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-01-29 04:36:35.772 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37785/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F13" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-29 04:36:35.775 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1769661395667667951,"ephemeral":false,"proof":""}]'
|
|
2026-01-29 04:36:35.776 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-01-29 04:36:35.776 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15011/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F13" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-29 04:36:35.778 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1769661395667667951,"ephemeral":false,"proof":""}]'
|
|
2026-01-29 04:36:35.780 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37785/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F14" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-01-29 04:36:35.784 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-29 04:36:35.785 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-01-29 04:36:35.885 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-01-29 04:36:35.885 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37785/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F14" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-29 04:36:35.888 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1769661395780496616,"ephemeral":false,"proof":""}]'
|
|
2026-01-29 04:36:35.889 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-01-29 04:36:35.890 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15011/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F14" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-29 04:36:35.892 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1769661395780496616,"ephemeral":false,"proof":""}]'
|
|
2026-01-29 04:36:35.893 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37785/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F15" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-01-29 04:36:35.898 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-29 04:36:35.899 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-01-29 04:36:35.999 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-01-29 04:36:36.000 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37785/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F15" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-29 04:36:36.004 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1769661395893705013,"ephemeral":false,"proof":""}]'
|
|
2026-01-29 04:36:36.006 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-01-29 04:36:36.006 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15011/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F15" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-29 04:36:36.008 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1769661395893705013,"ephemeral":false,"proof":""}]'
|
|
2026-01-29 04:36:36.010 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37785/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F16" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-01-29 04:36:36.014 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-29 04:36:36.015 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-01-29 04:36:36.115 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-01-29 04:36:36.116 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37785/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F16" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-29 04:36:36.118 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1769661396010133477,"ephemeral":false,"proof":""}]'
|
|
2026-01-29 04:36:36.121 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-01-29 04:36:36.121 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15011/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F16" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-29 04:36:36.123 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1769661396010133477,"ephemeral":false,"proof":""}]'
|
|
2026-01-29 04:36:36.125 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37785/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F17" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-01-29 04:36:36.129 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-29 04:36:36.130 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-01-29 04:36:36.230 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-01-29 04:36:36.231 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37785/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F17" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-29 04:36:36.233 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1769661396125393390,"ephemeral":false,"proof":""}]'
|
|
2026-01-29 04:36:36.235 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-01-29 04:36:36.235 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15011/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F17" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-29 04:36:36.237 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1769661396125393390,"ephemeral":false,"proof":""}]'
|
|
2026-01-29 04:36:36.239 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37785/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F18" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-01-29 04:36:36.243 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-29 04:36:36.243 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-01-29 04:36:36.343 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-01-29 04:36:36.344 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37785/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F18" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-29 04:36:36.346 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1769661396239018720,"ephemeral":false,"proof":""}]'
|
|
2026-01-29 04:36:36.348 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-01-29 04:36:36.348 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15011/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F18" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-29 04:36:36.350 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1769661396239018720,"ephemeral":false,"proof":""}]'
|
|
2026-01-29 04:36:36.352 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37785/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F19" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-01-29 04:36:36.357 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-29 04:36:36.357 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-01-29 04:36:36.458 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-01-29 04:36:36.458 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37785/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F19" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-29 04:36:36.461 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1769661396352411648,"ephemeral":false,"proof":""}]'
|
|
2026-01-29 04:36:36.462 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-01-29 04:36:36.462 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15011/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F19" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-29 04:36:36.465 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1769661396352411648,"ephemeral":false,"proof":""}]'
|
|
2026-01-29 04:36:36.466 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37785/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F20" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-01-29 04:36:36.470 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-29 04:36:36.471 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-01-29 04:36:36.571 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-01-29 04:36:36.571 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37785/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F20" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-29 04:36:36.574 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1769661396466666564,"ephemeral":false,"proof":""}]'
|
|
2026-01-29 04:36:36.576 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-01-29 04:36:36.576 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15011/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F20" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-29 04:36:36.578 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1769661396466666564,"ephemeral":false,"proof":""}]'
|
|
2026-01-29 04:36:36.580 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37785/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F21" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-01-29 04:36:36.584 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-29 04:36:36.585 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-01-29 04:36:36.685 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-01-29 04:36:36.685 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37785/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F21" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-29 04:36:36.688 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1769661396580086994,"ephemeral":false,"proof":""}]'
|
|
2026-01-29 04:36:36.689 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-01-29 04:36:36.689 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15011/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F21" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-29 04:36:36.691 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1769661396580086994,"ephemeral":false,"proof":""}]'
|
|
2026-01-29 04:36:36.693 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37785/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F22" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-01-29 04:36:36.697 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-29 04:36:36.697 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-01-29 04:36:36.798 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-01-29 04:36:36.798 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37785/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F22" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-29 04:36:36.801 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1769661396693419721,"ephemeral":false,"proof":""}]'
|
|
2026-01-29 04:36:36.802 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-01-29 04:36:36.802 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15011/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F22" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-29 04:36:36.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":1769661396693419721,"ephemeral":false,"proof":""}]'
|
|
2026-01-29 04:36:36.806 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37785/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F23" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-01-29 04:36:36.810 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-29 04:36:36.811 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-01-29 04:36:36.912 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-01-29 04:36:36.912 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37785/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F23" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-29 04:36:36.914 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1769661396806563046,"ephemeral":false,"proof":""}]'
|
|
2026-01-29 04:36:36.916 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-01-29 04:36:36.916 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15011/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F23" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-29 04:36:36.918 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1769661396806563046,"ephemeral":false,"proof":""}]'
|
|
2026-01-29 04:36:36.920 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37785/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F24" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-01-29 04:36:36.924 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-29 04:36:36.924 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-01-29 04:36:37.025 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-01-29 04:36:37.025 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37785/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F24" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-29 04:36:37.028 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1769661396920097557,"ephemeral":false,"proof":""}]'
|
|
2026-01-29 04:36:37.029 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-01-29 04:36:37.030 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15011/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F24" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-29 04:36:37.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":1769661396920097557,"ephemeral":false,"proof":""}]'
|
|
2026-01-29 04:36:37.034 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37785/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F25" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-01-29 04:36:37.038 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-29 04:36:37.039 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-01-29 04:36:37.140 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-01-29 04:36:37.140 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37785/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F25" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-29 04:36:37.143 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1769661397034049686,"ephemeral":false,"proof":""}]'
|
|
2026-01-29 04:36:37.145 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-01-29 04:36:37.145 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15011/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F25" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-29 04:36:37.147 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1769661397034049686,"ephemeral":false,"proof":""}]'
|
|
2026-01-29 04:36:37.149 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37785/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F26" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-01-29 04:36:37.153 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-29 04:36:37.154 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-01-29 04:36:37.254 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-01-29 04:36:37.255 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37785/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F26" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-29 04:36:37.257 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1769661397149297255,"ephemeral":false,"proof":""}]'
|
|
2026-01-29 04:36:37.259 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-01-29 04:36:37.259 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15011/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F26" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-29 04:36:37.261 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1769661397149297255,"ephemeral":false,"proof":""}]'
|
|
2026-01-29 04:36:37.263 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37785/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F27" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-01-29 04:36:37.267 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-29 04:36:37.267 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-01-29 04:36:37.368 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-01-29 04:36:37.368 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37785/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F27" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-29 04:36:37.371 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1769661397263255616,"ephemeral":false,"proof":""}]'
|
|
2026-01-29 04:36:37.372 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-01-29 04:36:37.373 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15011/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F27" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-29 04:36:37.375 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1769661397263255616,"ephemeral":false,"proof":""}]'
|
|
2026-01-29 04:36:37.376 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37785/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F28" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-01-29 04:36:37.381 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-29 04:36:37.381 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-01-29 04:36:37.482 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-01-29 04:36:37.482 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37785/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F28" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-29 04:36:37.485 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1769661397376853595,"ephemeral":false,"proof":""}]'
|
|
2026-01-29 04:36:37.486 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-01-29 04:36:37.486 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15011/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F28" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-29 04:36:37.488 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1769661397376853595,"ephemeral":false,"proof":""}]'
|
|
2026-01-29 04:36:37.490 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37785/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F29" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-01-29 04:36:37.495 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-29 04:36:37.495 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-01-29 04:36:37.596 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-01-29 04:36:37.596 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37785/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F29" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-29 04:36:37.598 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1769661397490450309,"ephemeral":false,"proof":""}]'
|
|
2026-01-29 04:36:37.600 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-01-29 04:36:37.600 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15011/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F29" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-29 04:36:37.602 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1769661397490450309,"ephemeral":false,"proof":""}]'
|
|
2026-01-29 04:36:37.604 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37785/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F30" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-01-29 04:36:37.608 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-29 04:36:37.609 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-01-29 04:36:37.709 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-01-29 04:36:37.710 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37785/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F30" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-29 04:36:37.712 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1769661397604106465,"ephemeral":false,"proof":""}]'
|
|
2026-01-29 04:36:37.713 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-01-29 04:36:37.714 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15011/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F30" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-29 04:36:37.716 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1769661397604106465,"ephemeral":false,"proof":""}]'
|
|
2026-01-29 04:36:37.717 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37785/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F31" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-01-29 04:36:37.722 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-29 04:36:37.723 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-01-29 04:36:37.823 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-01-29 04:36:37.823 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37785/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F31" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-29 04:36:37.826 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1769661397717622993,"ephemeral":false,"proof":""}]'
|
|
2026-01-29 04:36:37.827 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-01-29 04:36:37.827 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15011/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F31" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-29 04:36:37.829 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1769661397717622993,"ephemeral":false,"proof":""}]'
|
|
2026-01-29 04:36:37.831 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37785/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F32" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-01-29 04:36:37.835 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-29 04:36:37.835 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-01-29 04:36:37.935 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-01-29 04:36:37.936 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37785/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F32" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-29 04:36:37.938 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1769661397831378101,"ephemeral":false,"proof":""}]'
|
|
2026-01-29 04:36:37.940 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-01-29 04:36:37.940 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15011/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F32" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-29 04:36:37.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":1769661397831378101,"ephemeral":false,"proof":""}]'
|
|
2026-01-29 04:36:37.944 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37785/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F33" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-01-29 04:36:37.948 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-29 04:36:37.949 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-01-29 04:36:38.049 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-01-29 04:36:38.049 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37785/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F33" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-29 04:36:38.052 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1769661397944288917,"ephemeral":false,"proof":""}]'
|
|
2026-01-29 04:36:38.053 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-01-29 04:36:38.054 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15011/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F33" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-29 04:36:38.056 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1769661397944288917,"ephemeral":false,"proof":""}]'
|
|
2026-01-29 04:36:38.058 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37785/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F34" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-01-29 04:36:38.061 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-29 04:36:38.062 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-01-29 04:36:38.162 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-01-29 04:36:38.163 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37785/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F34" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-29 04:36:38.165 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1769661398057911980,"ephemeral":false,"proof":""}]'
|
|
2026-01-29 04:36:38.166 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-01-29 04:36:38.166 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15011/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F34" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-29 04:36:38.168 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1769661398057911980,"ephemeral":false,"proof":""}]'
|
|
2026-01-29 04:36:38.170 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37785/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F35" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-01-29 04:36:38.174 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-29 04:36:38.175 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-01-29 04:36:38.275 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-01-29 04:36:38.276 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37785/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F35" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-29 04:36:38.278 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1769661398170259618,"ephemeral":false,"proof":""}]'
|
|
2026-01-29 04:36:38.280 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-01-29 04:36:38.280 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15011/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F35" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-29 04:36:38.282 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1769661398170259618,"ephemeral":false,"proof":""}]'
|
|
2026-01-29 04:36:38.284 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37785/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F36" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-01-29 04:36:38.289 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-29 04:36:38.289 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-01-29 04:36:38.389 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-01-29 04:36:38.390 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37785/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F36" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-29 04:36:38.392 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1769661398283924347,"ephemeral":false,"proof":""}]'
|
|
2026-01-29 04:36:38.393 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-01-29 04:36:38.394 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15011/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F36" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-29 04:36:38.396 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1769661398283924347,"ephemeral":false,"proof":""}]'
|
|
2026-01-29 04:36:38.397 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37785/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F37" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-01-29 04:36:38.402 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-29 04:36:38.402 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-01-29 04:36:38.502 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-01-29 04:36:38.503 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37785/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F37" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-29 04:36:38.505 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1769661398397567759,"ephemeral":false,"proof":""}]'
|
|
2026-01-29 04:36:38.507 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-01-29 04:36:38.507 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15011/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F37" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-29 04:36:38.509 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1769661398397567759,"ephemeral":false,"proof":""}]'
|
|
2026-01-29 04:36:38.511 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37785/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F38" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-01-29 04:36:38.515 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-29 04:36:38.516 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-01-29 04:36:38.616 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-01-29 04:36:38.617 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37785/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F38" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-29 04:36:38.619 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1769661398511398313,"ephemeral":false,"proof":""}]'
|
|
2026-01-29 04:36:38.621 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-01-29 04:36:38.621 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15011/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F38" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-29 04:36:38.623 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1769661398511398313,"ephemeral":false,"proof":""}]'
|
|
2026-01-29 04:36:38.625 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37785/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F39" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-01-29 04:36:38.629 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-29 04:36:38.630 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-01-29 04:36:38.730 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-01-29 04:36:38.730 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37785/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F39" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-29 04:36:38.733 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1769661398625022584,"ephemeral":false,"proof":""}]'
|
|
2026-01-29 04:36:38.734 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-01-29 04:36:38.734 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15011/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F39" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-29 04:36:38.736 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1769661398625022584,"ephemeral":false,"proof":""}]'
|
|
2026-01-29 04:36:38.738 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37785/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F40" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-01-29 04:36:38.742 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-29 04:36:38.742 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-01-29 04:36:38.843 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-01-29 04:36:38.843 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37785/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F40" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-29 04:36:38.845 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1769661398737956703,"ephemeral":false,"proof":""}]'
|
|
2026-01-29 04:36:38.847 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-01-29 04:36:38.847 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15011/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F40" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-29 04:36:38.849 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1769661398737956703,"ephemeral":false,"proof":""}]'
|
|
2026-01-29 04:36:38.850 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37785/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F41" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-01-29 04:36:38.855 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-29 04:36:38.855 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-01-29 04:36:38.955 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-01-29 04:36:38.956 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37785/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F41" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-29 04:36:38.958 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1769661398850822157,"ephemeral":false,"proof":""}]'
|
|
2026-01-29 04:36:38.959 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-01-29 04:36:38.960 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15011/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F41" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-29 04:36:38.961 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1769661398850822157,"ephemeral":false,"proof":""}]'
|
|
2026-01-29 04:36:38.963 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37785/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F42" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-01-29 04:36:38.967 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-29 04:36:38.968 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-01-29 04:36:39.068 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-01-29 04:36:39.069 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37785/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F42" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-29 04:36:39.071 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1769661398963434051,"ephemeral":false,"proof":""}]'
|
|
2026-01-29 04:36:39.073 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-01-29 04:36:39.073 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15011/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F42" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-29 04:36:39.075 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1769661398963434051,"ephemeral":false,"proof":""}]'
|
|
2026-01-29 04:36:39.077 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37785/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F43" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-01-29 04:36:39.082 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-29 04:36:39.082 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-01-29 04:36:39.183 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-01-29 04:36:39.184 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37785/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F43" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-29 04:36:39.186 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1769661399077384052,"ephemeral":false,"proof":""}]'
|
|
2026-01-29 04:36:39.188 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-01-29 04:36:39.188 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15011/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F43" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-29 04:36:39.190 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1769661399077384052,"ephemeral":false,"proof":""}]'
|
|
2026-01-29 04:36:39.192 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37785/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F44" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-01-29 04:36:39.196 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-29 04:36:39.196 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-01-29 04:36:39.296 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-01-29 04:36:39.297 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37785/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F44" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-29 04:36:39.299 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1769661399191922754,"ephemeral":false,"proof":""}]'
|
|
2026-01-29 04:36:39.301 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-01-29 04:36:39.301 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15011/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F44" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-29 04:36:39.304 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1769661399191922754,"ephemeral":false,"proof":""}]'
|
|
2026-01-29 04:36:39.305 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37785/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F45" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-01-29 04:36:39.310 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-29 04:36:39.311 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-01-29 04:36:39.411 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-01-29 04:36:39.412 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37785/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F45" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-29 04:36:39.414 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1769661399305535567,"ephemeral":false,"proof":""}]'
|
|
2026-01-29 04:36:39.415 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-01-29 04:36:39.416 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15011/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F45" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-29 04:36:39.418 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1769661399305535567,"ephemeral":false,"proof":""}]'
|
|
2026-01-29 04:36:39.419 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37785/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F46" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-01-29 04:36:39.424 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-29 04:36:39.424 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-01-29 04:36:39.525 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-01-29 04:36:39.525 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37785/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F46" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-29 04:36:39.528 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1769661399419847533,"ephemeral":false,"proof":""}]'
|
|
2026-01-29 04:36:39.529 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-01-29 04:36:39.529 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15011/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F46" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-29 04:36:39.531 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1769661399419847533,"ephemeral":false,"proof":""}]'
|
|
2026-01-29 04:36:39.533 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37785/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F47" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-01-29 04:36:39.537 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-29 04:36:39.538 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-01-29 04:36:39.638 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-01-29 04:36:39.638 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37785/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F47" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-29 04:36:39.640 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1769661399533238131,"ephemeral":false,"proof":""}]'
|
|
2026-01-29 04:36:39.642 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-01-29 04:36:39.642 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15011/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F47" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-29 04:36:39.644 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1769661399533238131,"ephemeral":false,"proof":""}]'
|
|
2026-01-29 04:36:39.646 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37785/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F48" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-01-29 04:36:39.650 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-29 04:36:39.651 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-01-29 04:36:39.751 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-01-29 04:36:39.751 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37785/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F48" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-29 04:36:39.765 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1769661399646359631,"ephemeral":false,"proof":""}]'
|
|
2026-01-29 04:36:39.767 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-01-29 04:36:39.767 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15011/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F48" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-29 04:36:39.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":1769661399646359631,"ephemeral":false,"proof":""}]'
|
|
2026-01-29 04:36:39.771 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37785/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F49" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-01-29 04:36:39.775 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-29 04:36:39.775 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-01-29 04:36:39.875 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-01-29 04:36:39.876 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37785/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F49" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-29 04:36:39.878 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1769661399771001748,"ephemeral":false,"proof":""}]'
|
|
2026-01-29 04:36:39.880 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-01-29 04:36:39.880 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15011/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F49" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-29 04:36:39.882 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1769661399771001748,"ephemeral":false,"proof":""}]'
|
|
2026-01-29 04:36:39.885 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-01-29 04:36:39.886 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-01-29 04:36:39.886 DEBUG [src.node.waku_node] Stopping container with id 1876332d6c61
|
|
2026-01-29 04:36:40.429 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-01-29 04:36:40.429 DEBUG [src.node.waku_node] Stopping container with id 177efbbf1d11
|
|
2026-01-29 04:36:40.963 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-01-29 04:36:40.965 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-01-29 04:36:41.006 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-01-29 04:36:41.047 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|