mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-05 18:09:25 +00:00
289 lines
50 KiB
Plaintext
289 lines
50 KiB
Plaintext
2026-03-17 04:36:20.124 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-17 04:36:20.125 DEBUG [tests.conftest] Running test: test_subscribe_one_by_one_to_different_content_topics_and_send_messages with id: 2026-03-17_04-36-20__76e13645-042c-4aaa-8095-5db0c6472c1c
|
|
2026-03-17 04:36:20.125 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-17 04:36:20.125 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-03-17 04:36:20.126 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-03-17 04:36:20.134 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-17 04:36:20.134 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-17_04-36-20__76e13645-042c-4aaa-8095-5db0c6472c1c__wakuorg_nwaku:latest.log
|
|
2026-03-17 04:36:20.134 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-17 04:36:20.134 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-17 04:36:20.136 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-17 04:36:20.136 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.53.81
|
|
2026-03-17 04:36:20.136 DEBUG [src.node.docker_mananger] Generated ports ['32609', '32610', '32611', '32612', '32613']
|
|
2026-03-17 04:36:20.136 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-17 04:36:20.137 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-17 04:36:20.137 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-17 04:36:20.137 DEBUG [src.node.docker_mananger] docker run -i -t -p 32609:32609 -p 32610:32610 -p 32611:32611 -p 32612:32612 -p 32613:32613 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=32611 --rest-port=32609 --tcp-port=32610 --discv5-udp-port=32612 --rest-address=0.0.0.0 --nat=extip:172.18.53.81 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=aafa7e47afdf863b80fcb289d4e81d8f1c0ecb94675b7ef42dda1c2b69a72dd6 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=32613 --metrics-logging=true --relay=true --filter=true --content-topic=/myapp/1/latest/proto --num-shards-in-network=8
|
|
2026-03-17 04:36:20.339 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.53.81 waku abb33f3dcb6f2be3c921fa55e152438c3517a683980f10c6e512e69bd91af5d2
|
|
2026-03-17 04:36:20.377 DEBUG [src.node.docker_mananger] Container started with ID abb33f3dcb6f. Setting up logs at ./log/docker/node1_2026-03-17_04-36-20__76e13645-042c-4aaa-8095-5db0c6472c1c__wakuorg_nwaku:latest.log
|
|
2026-03-17 04:36:20.377 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 32609
|
|
2026-03-17 04:36:20.379 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-17 04:36:20.391 ERROR [src.node.docker_mananger] Max retries reached for container 20d4f0b98d1e. Exiting log stream.
|
|
2026-03-17 04:36:20.838 ERROR [src.node.docker_mananger] Max retries reached for container fe2b5a962525. Exiting log stream.
|
|
2026-03-17 04:36:21.380 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:32609/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-17 04:36:21.383 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-17 04:36:21.483 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:32609/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-17 04:36:21.487 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-17 04:36:21.587 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:32609/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-17 04:36:21.633 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-17 04:36:21.734 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:32609/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-17 04:36:21.737 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Connected","protocolsHealth":[{"Relay":"READY"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"READY"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"READY"},{"Legacy Lightpush Client":"READY"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
|
2026-03-17 04:36:21.738 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-17 04:36:21.738 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:32609/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-17 04:36:21.741 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.53.81/tcp/32610/p2p/16Uiu2HAm5tEVXVwNzuuTrLZeyZmQfY1JDW1Ua6JCg344KcfrHDhZ","/ip4/172.18.53.81/tcp/32611/ws/p2p/16Uiu2HAm5tEVXVwNzuuTrLZeyZmQfY1JDW1Ua6JCg344KcfrHDhZ"],"enrUri":"enr:-L24QDT6J6TF4vZ2fBko4Ay_6YYhChw0Pg-vwcvsrJ0Gb4aGVWY8k7HKEMi1O9JEhllUcXg7y2zJkVdn3-kEhJe0jAQCgmlkgnY0gmlwhKwSNVGKbXVsdGlhZGRyc5YACASsEjVRBn9iAAoErBI1UQZ_Y90DgnJzhQACAQAAiXNlY3AyNTZrMaECm2K7gnGu7G77IVtACfn6e-ftIElqhaooExPb25pAV_CDdGNwgn9ig3VkcIJ_ZIV3YWt1MgU"}'
|
|
2026-03-17 04:36:21.741 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-17 04:36:21.749 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-17 04:36:21.749 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-17_04-36-20__76e13645-042c-4aaa-8095-5db0c6472c1c__wakuorg_nwaku:latest.log
|
|
2026-03-17 04:36:21.749 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-17 04:36:21.749 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-17 04:36:21.751 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-17 04:36:21.752 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.100.61
|
|
2026-03-17 04:36:21.752 DEBUG [src.node.docker_mananger] Generated ports ['1088', '1089', '1090', '1091', '1092']
|
|
2026-03-17 04:36:21.753 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-17 04:36:21.753 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-17 04:36:21.754 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-17 04:36:21.754 DEBUG [src.node.docker_mananger] docker run -i -t -p 1088:1088 -p 1089:1089 -p 1090:1090 -p 1091:1091 -p 1092:1092 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=1090 --rest-port=1088 --tcp-port=1089 --discv5-udp-port=1091 --rest-address=0.0.0.0 --nat=extip:172.18.100.61 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=24eb3ebbb431301f10ba4ce47743bcc8fbc2ed7e6bacffa3bea2d4ea55c6ff96 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=1092 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QDT6J6TF4vZ2fBko4Ay_6YYhChw0Pg-vwcvsrJ0Gb4aGVWY8k7HKEMi1O9JEhllUcXg7y2zJkVdn3-kEhJe0jAQCgmlkgnY0gmlwhKwSNVGKbXVsdGlhZGRyc5YACASsEjVRBn9iAAoErBI1UQZ_Y90DgnJzhQACAQAAiXNlY3AyNTZrMaECm2K7gnGu7G77IVtACfn6e-ftIElqhaooExPb25pAV_CDdGNwgn9ig3VkcIJ_ZIV3YWt1MgU --content-topic=/myapp/1/latest/proto --num-shards-in-network=8
|
|
2026-03-17 04:36:21.964 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.100.61 waku b37374e2d2ce2bb621524c587530ea4ded89fa4bf7971aa4068524efd1a80de9
|
|
2026-03-17 04:36:21.996 DEBUG [src.node.docker_mananger] Container started with ID b37374e2d2ce. Setting up logs at ./log/docker/node2_2026-03-17_04-36-20__76e13645-042c-4aaa-8095-5db0c6472c1c__wakuorg_nwaku:latest.log
|
|
2026-03-17 04:36:21.997 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 1088
|
|
2026-03-17 04:36:21.997 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-17 04:36:22.997 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1088/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-17 04:36:23.000 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-17 04:36:23.101 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1088/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-17 04:36:23.104 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-17 04:36:23.204 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1088/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-17 04:36:23.207 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-17 04:36:23.307 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1088/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-17 04:36:23.310 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-17 04:36:23.411 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1088/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-17 04:36:23.413 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-17 04:36:23.514 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1088/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-17 04:36:23.517 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-17 04:36:23.617 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1088/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-17 04:36:23.635 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-17 04:36:23.735 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1088/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-17 04:36:23.739 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Connected","protocolsHealth":[{"Relay":"READY"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"READY"},{"Legacy Lightpush Client":"READY"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
|
2026-03-17 04:36:23.739 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-17 04:36:23.739 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1088/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-17 04:36:23.741 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.100.61/tcp/1089/p2p/16Uiu2HAmDqcL1sm3tZnEuPU3rbLsdUexMKzfLVfzWAVBFcrYqtKf","/ip4/172.18.100.61/tcp/1090/ws/p2p/16Uiu2HAmDqcL1sm3tZnEuPU3rbLsdUexMKzfLVfzWAVBFcrYqtKf"],"enrUri":"enr:-L24QGAL58Q5V2xgseNjZ-RZ1AscyRGrBEixjScWfgWsiAYuelzEuR_awkoSLQlNA-3fIANETqIT8llNhCVN1tSn-ZkCgmlkgnY0gmlwhKwSZD2KbXVsdGlhZGRyc5YACASsEmQ9BgRBAAoErBJkPQYEQt0DgnJzhQACAQAAiXNlY3AyNTZrMaEDEZQs7kk7jTiiwYhFQWa55uNp-YXt0Wbtndvpqb2zDjaDdGNwggRBg3VkcIIEQ4V3YWt1MgE"}'
|
|
2026-03-17 04:36:23.742 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-17 04:36:23.742 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1088/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.53.81/tcp/32610/p2p/16Uiu2HAm5tEVXVwNzuuTrLZeyZmQfY1JDW1Ua6JCg344KcfrHDhZ"]'
|
|
2026-03-17 04:36:23.782 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-17 04:36:23.784 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:32609/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto"]'
|
|
2026-03-17 04:36:23.789 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-17 04:36:23.791 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1088/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto"]'
|
|
2026-03-17 04:36:23.802 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-17 04:36:23.803 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:32609/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-17 04:36:23.814 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-17 04:36:23.814 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-17 04:36:23.914 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-17 04:36:23.915 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:32609/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-17 04:36:23.921 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1773722183802974640,"ephemeral":false,"proof":""}]'
|
|
2026-03-17 04:36:23.922 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-17 04:36:23.923 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1088/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-17 04:36:23.926 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1773722183802974640,"ephemeral":false,"proof":""}]'
|
|
2026-03-17 04:36:23.927 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:32609/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/content/test.js"]'
|
|
2026-03-17 04:36:23.929 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-17 04:36:23.930 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1088/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/content/test.js"]'
|
|
2026-03-17 04:36:23.932 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-17 04:36:23.933 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:32609/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/waku/2/content/test.js", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-17 04:36:23.942 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-17 04:36:23.943 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-17 04:36:24.043 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-17 04:36:24.044 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:32609/relay/v1/auto/messages/%2Fwaku%2F2%2Fcontent%2Ftest.js" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-17 04:36:24.047 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/waku/2/content/test.js","version":0,"timestamp":1773722183933155206,"ephemeral":false,"proof":""}]'
|
|
2026-03-17 04:36:24.048 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-17 04:36:24.049 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1088/relay/v1/auto/messages/%2Fwaku%2F2%2Fcontent%2Ftest.js" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-17 04:36:24.051 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/waku/2/content/test.js","version":0,"timestamp":1773722183933155206,"ephemeral":false,"proof":""}]'
|
|
2026-03-17 04:36:24.053 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:32609/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/app/22/sometopic/someencoding"]'
|
|
2026-03-17 04:36:24.055 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-17 04:36:24.056 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1088/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/app/22/sometopic/someencoding"]'
|
|
2026-03-17 04:36:24.058 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-17 04:36:24.059 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:32609/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/22/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-17 04:36:24.067 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-17 04:36:24.068 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-17 04:36:24.168 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-17 04:36:24.169 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:32609/relay/v1/auto/messages/%2Fapp%2F22%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-17 04:36:24.172 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/22/sometopic/someencoding","version":0,"timestamp":1773722184059053486,"ephemeral":false,"proof":""}]'
|
|
2026-03-17 04:36:24.173 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-17 04:36:24.174 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1088/relay/v1/auto/messages/%2Fapp%2F22%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-17 04:36:24.176 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/22/sometopic/someencoding","version":0,"timestamp":1773722184059053486,"ephemeral":false,"proof":""}]'
|
|
2026-03-17 04:36:24.178 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:32609/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/toychat/2/huilong/proto"]'
|
|
2026-03-17 04:36:24.180 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-17 04:36:24.181 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1088/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/toychat/2/huilong/proto"]'
|
|
2026-03-17 04:36:24.183 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-17 04:36:24.184 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:32609/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/toychat/2/huilong/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-17 04:36:24.193 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-17 04:36:24.194 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-17 04:36:24.294 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-17 04:36:24.294 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:32609/relay/v1/auto/messages/%2Ftoychat%2F2%2Fhuilong%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-17 04:36:24.297 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/toychat/2/huilong/proto","version":0,"timestamp":1773722184183875472,"ephemeral":false,"proof":""}]'
|
|
2026-03-17 04:36:24.299 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-17 04:36:24.299 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1088/relay/v1/auto/messages/%2Ftoychat%2F2%2Fhuilong%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-17 04:36:24.302 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/toychat/2/huilong/proto","version":0,"timestamp":1773722184183875472,"ephemeral":false,"proof":""}]'
|
|
2026-03-17 04:36:24.303 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:32609/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/statusim/1/community/cbor"]'
|
|
2026-03-17 04:36:24.307 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-17 04:36:24.308 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1088/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/statusim/1/community/cbor"]'
|
|
2026-03-17 04:36:24.313 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-17 04:36:24.314 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:32609/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/statusim/1/community/cbor", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-17 04:36:24.323 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-17 04:36:24.323 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-17 04:36:24.424 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-17 04:36:24.424 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:32609/relay/v1/auto/messages/%2Fstatusim%2F1%2Fcommunity%2Fcbor" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-17 04:36:24.428 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/statusim/1/community/cbor","version":0,"timestamp":1773722184314330598,"ephemeral":false,"proof":""}]'
|
|
2026-03-17 04:36:24.429 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-17 04:36:24.430 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1088/relay/v1/auto/messages/%2Fstatusim%2F1%2Fcommunity%2Fcbor" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-17 04:36:24.432 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/statusim/1/community/cbor","version":0,"timestamp":1773722184314330598,"ephemeral":false,"proof":""}]'
|
|
2026-03-17 04:36:24.434 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:32609/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/app/27/sometopic/someencoding"]'
|
|
2026-03-17 04:36:24.436 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-17 04:36:24.437 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1088/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/app/27/sometopic/someencoding"]'
|
|
2026-03-17 04:36:24.439 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-17 04:36:24.440 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:32609/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/27/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-17 04:36:24.449 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-17 04:36:24.449 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-17 04:36:24.550 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-17 04:36:24.551 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:32609/relay/v1/auto/messages/%2Fapp%2F27%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-17 04:36:24.554 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/27/sometopic/someencoding","version":0,"timestamp":1773722184440067313,"ephemeral":false,"proof":""}]'
|
|
2026-03-17 04:36:24.556 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-17 04:36:24.556 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1088/relay/v1/auto/messages/%2Fapp%2F27%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-17 04:36:24.559 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/27/sometopic/someencoding","version":0,"timestamp":1773722184440067313,"ephemeral":false,"proof":""}]'
|
|
2026-03-17 04:36:24.560 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:32609/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/app/29/sometopic/someencoding"]'
|
|
2026-03-17 04:36:24.563 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-17 04:36:24.563 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1088/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/app/29/sometopic/someencoding"]'
|
|
2026-03-17 04:36:24.566 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-17 04:36:24.566 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:32609/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/29/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-17 04:36:24.574 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-17 04:36:24.576 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-17 04:36:24.677 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-17 04:36:24.677 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:32609/relay/v1/auto/messages/%2Fapp%2F29%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-17 04:36:24.680 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/29/sometopic/someencoding","version":0,"timestamp":1773722184566696665,"ephemeral":false,"proof":""}]'
|
|
2026-03-17 04:36:24.681 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-17 04:36:24.682 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1088/relay/v1/auto/messages/%2Fapp%2F29%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-17 04:36:24.684 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/29/sometopic/someencoding","version":0,"timestamp":1773722184566696665,"ephemeral":false,"proof":""}]'
|
|
2026-03-17 04:36:24.686 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:32609/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/app/20/sometopic/someencoding"]'
|
|
2026-03-17 04:36:24.688 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-17 04:36:24.689 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1088/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/app/20/sometopic/someencoding"]'
|
|
2026-03-17 04:36:24.691 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-17 04:36:24.692 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:32609/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/20/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-17 04:36:24.701 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-17 04:36:24.702 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-17 04:36:24.803 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-17 04:36:24.803 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:32609/relay/v1/auto/messages/%2Fapp%2F20%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-17 04:36:24.806 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/20/sometopic/someencoding","version":0,"timestamp":1773722184691904323,"ephemeral":false,"proof":""}]'
|
|
2026-03-17 04:36:24.808 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-17 04:36:24.808 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1088/relay/v1/auto/messages/%2Fapp%2F20%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-17 04:36:24.811 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/20/sometopic/someencoding","version":0,"timestamp":1773722184691904323,"ephemeral":false,"proof":""}]'
|
|
2026-03-17 04:36:24.812 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:32609/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/1.0/weekly/protobuf"]'
|
|
2026-03-17 04:36:24.815 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-17 04:36:24.815 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1088/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/1.0/weekly/protobuf"]'
|
|
2026-03-17 04:36:24.818 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-17 04:36:24.819 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:32609/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/1.0/weekly/protobuf", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-17 04:36:24.828 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-17 04:36:24.829 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-17 04:36:24.929 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-17 04:36:24.929 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:32609/relay/v1/auto/messages/%2FnewsService%2F1.0%2Fweekly%2Fprotobuf" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-17 04:36:24.932 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/1.0/weekly/protobuf","version":0,"timestamp":1773722184818969568,"ephemeral":false,"proof":""}]'
|
|
2026-03-17 04:36:24.934 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-17 04:36:24.934 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1088/relay/v1/auto/messages/%2FnewsService%2F1.0%2Fweekly%2Fprotobuf" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-17 04:36:24.936 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/1.0/weekly/protobuf","version":0,"timestamp":1773722184818969568,"ephemeral":false,"proof":""}]'
|
|
2026-03-17 04:36:24.938 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:32609/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/1.0/alerts/xml"]'
|
|
2026-03-17 04:36:24.941 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-17 04:36:24.941 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1088/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/1.0/alerts/xml"]'
|
|
2026-03-17 04:36:24.944 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-17 04:36:24.944 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:32609/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/1.0/alerts/xml", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-17 04:36:24.952 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-17 04:36:24.954 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-17 04:36:25.055 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-17 04:36:25.055 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:32609/relay/v1/auto/messages/%2FnewsService%2F1.0%2Falerts%2Fxml" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-17 04:36:25.058 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/1.0/alerts/xml","version":0,"timestamp":1773722184944523615,"ephemeral":false,"proof":""}]'
|
|
2026-03-17 04:36:25.060 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-17 04:36:25.060 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1088/relay/v1/auto/messages/%2FnewsService%2F1.0%2Falerts%2Fxml" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-17 04:36:25.062 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/1.0/alerts/xml","version":0,"timestamp":1773722184944523615,"ephemeral":false,"proof":""}]'
|
|
2026-03-17 04:36:25.064 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:32609/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/1.0/updates/json"]'
|
|
2026-03-17 04:36:25.066 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-17 04:36:25.067 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1088/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/1.0/updates/json"]'
|
|
2026-03-17 04:36:25.069 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-17 04:36:25.070 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:32609/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/1.0/updates/json", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-17 04:36:25.079 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-17 04:36:25.079 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-17 04:36:25.180 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-17 04:36:25.181 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:32609/relay/v1/auto/messages/%2FnewsService%2F1.0%2Fupdates%2Fjson" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-17 04:36:25.184 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/1.0/updates/json","version":0,"timestamp":1773722185070248797,"ephemeral":false,"proof":""}]'
|
|
2026-03-17 04:36:25.185 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-17 04:36:25.186 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1088/relay/v1/auto/messages/%2FnewsService%2F1.0%2Fupdates%2Fjson" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-17 04:36:25.188 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/1.0/updates/json","version":0,"timestamp":1773722185070248797,"ephemeral":false,"proof":""}]'
|
|
2026-03-17 04:36:25.190 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:32609/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/2.0/alerts/json"]'
|
|
2026-03-17 04:36:25.193 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-17 04:36:25.193 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1088/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/2.0/alerts/json"]'
|
|
2026-03-17 04:36:25.195 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-17 04:36:25.196 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:32609/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/2.0/alerts/json", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-17 04:36:25.204 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-17 04:36:25.205 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-17 04:36:25.305 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-17 04:36:25.306 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:32609/relay/v1/auto/messages/%2FnewsService%2F2.0%2Falerts%2Fjson" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-17 04:36:25.309 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/2.0/alerts/json","version":0,"timestamp":1773722185196183712,"ephemeral":false,"proof":""}]'
|
|
2026-03-17 04:36:25.310 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-17 04:36:25.311 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1088/relay/v1/auto/messages/%2FnewsService%2F2.0%2Falerts%2Fjson" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-17 04:36:25.313 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/2.0/alerts/json","version":0,"timestamp":1773722185196183712,"ephemeral":false,"proof":""}]'
|
|
2026-03-17 04:36:25.315 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:32609/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/2.0/summaries/xml"]'
|
|
2026-03-17 04:36:25.317 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-17 04:36:25.318 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1088/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/2.0/summaries/xml"]'
|
|
2026-03-17 04:36:25.320 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-17 04:36:25.321 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:32609/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/2.0/summaries/xml", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-17 04:36:25.329 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-17 04:36:25.329 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-17 04:36:25.430 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-17 04:36:25.430 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:32609/relay/v1/auto/messages/%2FnewsService%2F2.0%2Fsummaries%2Fxml" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-17 04:36:25.433 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/2.0/summaries/xml","version":0,"timestamp":1773722185321081496,"ephemeral":false,"proof":""}]'
|
|
2026-03-17 04:36:25.434 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-17 04:36:25.435 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1088/relay/v1/auto/messages/%2FnewsService%2F2.0%2Fsummaries%2Fxml" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-17 04:36:25.437 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/2.0/summaries/xml","version":0,"timestamp":1773722185321081496,"ephemeral":false,"proof":""}]'
|
|
2026-03-17 04:36:25.439 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:32609/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/2.0/highlights/yaml"]'
|
|
2026-03-17 04:36:25.441 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-17 04:36:25.442 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1088/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/2.0/highlights/yaml"]'
|
|
2026-03-17 04:36:25.444 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-17 04:36:25.445 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:32609/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/2.0/highlights/yaml", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-17 04:36:25.454 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-17 04:36:25.455 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-17 04:36:25.555 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-17 04:36:25.556 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:32609/relay/v1/auto/messages/%2FnewsService%2F2.0%2Fhighlights%2Fyaml" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-17 04:36:25.559 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/2.0/highlights/yaml","version":0,"timestamp":1773722185444846100,"ephemeral":false,"proof":""}]'
|
|
2026-03-17 04:36:25.560 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-17 04:36:25.560 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1088/relay/v1/auto/messages/%2FnewsService%2F2.0%2Fhighlights%2Fyaml" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-17 04:36:25.563 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/2.0/highlights/yaml","version":0,"timestamp":1773722185444846100,"ephemeral":false,"proof":""}]'
|
|
2026-03-17 04:36:25.564 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:32609/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/3.0/weekly/json"]'
|
|
2026-03-17 04:36:25.567 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-17 04:36:25.567 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1088/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/3.0/weekly/json"]'
|
|
2026-03-17 04:36:25.570 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-17 04:36:25.570 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:32609/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/3.0/weekly/json", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-17 04:36:25.579 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-17 04:36:25.580 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-17 04:36:25.681 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-17 04:36:25.681 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:32609/relay/v1/auto/messages/%2FnewsService%2F3.0%2Fweekly%2Fjson" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-17 04:36:25.684 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/3.0/weekly/json","version":0,"timestamp":1773722185570638210,"ephemeral":false,"proof":""}]'
|
|
2026-03-17 04:36:25.686 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-17 04:36:25.686 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1088/relay/v1/auto/messages/%2FnewsService%2F3.0%2Fweekly%2Fjson" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-17 04:36:25.689 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/3.0/weekly/json","version":0,"timestamp":1773722185570638210,"ephemeral":false,"proof":""}]'
|
|
2026-03-17 04:36:25.690 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:32609/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/3.0/summaries/xml"]'
|
|
2026-03-17 04:36:25.693 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-17 04:36:25.693 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1088/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/3.0/summaries/xml"]'
|
|
2026-03-17 04:36:25.695 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-17 04:36:25.696 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:32609/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/3.0/summaries/xml", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-17 04:36:25.705 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-17 04:36:25.706 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-17 04:36:25.807 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-17 04:36:25.808 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:32609/relay/v1/auto/messages/%2FnewsService%2F3.0%2Fsummaries%2Fxml" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-17 04:36:25.810 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/3.0/summaries/xml","version":0,"timestamp":1773722185696142029,"ephemeral":false,"proof":""}]'
|
|
2026-03-17 04:36:25.813 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-17 04:36:25.813 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1088/relay/v1/auto/messages/%2FnewsService%2F3.0%2Fsummaries%2Fxml" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-17 04:36:25.815 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/3.0/summaries/xml","version":0,"timestamp":1773722185696142029,"ephemeral":false,"proof":""}]'
|
|
2026-03-17 04:36:25.818 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-17 04:36:25.819 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-17 04:36:25.819 DEBUG [src.node.waku_node] Stopping container with id abb33f3dcb6f
|
|
2026-03-17 04:36:26.430 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-17 04:36:26.432 DEBUG [src.node.waku_node] Stopping container with id b37374e2d2ce
|
|
2026-03-17 04:36:27.024 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-17 04:36:27.025 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-17 04:36:27.075 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-17 04:36:27.131 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|