mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-03 00:53:08 +00:00
269 lines
48 KiB
Plaintext
269 lines
48 KiB
Plaintext
2026-02-28 20:23:43.055 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-02-28 20:23:43.056 DEBUG [tests.conftest] Running test: test_subscribe_one_by_one_to_different_content_topics_and_send_messages with id: 2026-02-28_20-23-43__26f6e83f-1b82-4747-949b-46a21c1052f9
|
|
2026-02-28 20:23:43.056 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-02-28 20:23:43.056 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-02-28 20:23:43.056 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-02-28 20:23:43.064 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-02-28 20:23:43.064 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-02-28_20-23-43__26f6e83f-1b82-4747-949b-46a21c1052f9__wakuorg_nwaku:latest.log
|
|
2026-02-28 20:23:43.064 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-02-28 20:23:43.065 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-02-28 20:23:43.066 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-02-28 20:23:43.066 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.83.226
|
|
2026-02-28 20:23:43.066 DEBUG [src.node.docker_mananger] Generated ports ['12809', '12810', '12811', '12812', '12813']
|
|
2026-02-28 20:23:43.067 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-02-28 20:23:43.067 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-02-28 20:23:43.067 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-02-28 20:23:43.067 DEBUG [src.node.docker_mananger] docker run -i -t -p 12809:12809 -p 12810:12810 -p 12811:12811 -p 12812:12812 -p 12813:12813 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=12811 --rest-port=12809 --tcp-port=12810 --discv5-udp-port=12812 --rest-address=0.0.0.0 --nat=extip:172.18.83.226 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=bea34ffb22ec1edc47c69f72d87eaabfc80bfede8b001bfb05b8e36accbd0d1e --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=12813 --metrics-logging=true --relay=true --filter=true --content-topic=/myapp/1/latest/proto --num-shards-in-network=8
|
|
2026-02-28 20:23:43.265 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.83.226 waku dd188adf6693b854ea6f7d8ac427b7b441c43719b865f8518f9859121ae42f69
|
|
2026-02-28 20:23:43.288 ERROR [src.node.docker_mananger] Max retries reached for container 7d78a7820d50. Exiting log stream.
|
|
2026-02-28 20:23:43.304 DEBUG [src.node.docker_mananger] Container started with ID dd188adf6693. Setting up logs at ./log/docker/node1_2026-02-28_20-23-43__26f6e83f-1b82-4747-949b-46a21c1052f9__wakuorg_nwaku:latest.log
|
|
2026-02-28 20:23:43.305 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 12809
|
|
2026-02-28 20:23:43.305 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-02-28 20:23:43.849 ERROR [src.node.docker_mananger] Max retries reached for container 8f95f6b8b7da. Exiting log stream.
|
|
2026-02-28 20:23:44.306 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12809/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 20:23:44.309 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
|
2026-02-28 20:23:44.310 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-02-28 20:23:44.310 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12809/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 20:23:44.312 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.83.226/tcp/12810/p2p/16Uiu2HAmDM6ztxKLUt1RkNZLpuQTtU5CQR3TxSDCNgFp9k3g5wK7","/ip4/172.18.83.226/tcp/12811/ws/p2p/16Uiu2HAmDM6ztxKLUt1RkNZLpuQTtU5CQR3TxSDCNgFp9k3g5wK7"],"enrUri":"enr:-L24QKazhgrhIIJB6Vu2HdH6_MY3cNXqqIQn8YYl21Yht1lgG-_DHLBDKyhDlpC0M8qpqqYSIhJZ-pqKYfOrDRWD_z0CgmlkgnY0gmlwhKwSU-KKbXVsdGlhZGRyc5YACASsElPiBjIKAAoErBJT4gYyC90DgnJzhQACAQAAiXNlY3AyNTZrMaEDCka_7diDDxuuyOv_hPajahOtLnY-yQKSr25i512IqsKDdGNwgjIKg3VkcIIyDIV3YWt1MgU"}'
|
|
2026-02-28 20:23:44.312 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-02-28 20:23:44.320 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-02-28 20:23:44.320 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-02-28_20-23-43__26f6e83f-1b82-4747-949b-46a21c1052f9__wakuorg_nwaku:latest.log
|
|
2026-02-28 20:23:44.320 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-02-28 20:23:44.320 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-02-28 20:23:44.322 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-02-28 20:23:44.322 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.150.20
|
|
2026-02-28 20:23:44.322 DEBUG [src.node.docker_mananger] Generated ports ['22632', '22633', '22634', '22635', '22636']
|
|
2026-02-28 20:23:44.322 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-02-28 20:23:44.322 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-02-28 20:23:44.322 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-02-28 20:23:44.323 DEBUG [src.node.docker_mananger] docker run -i -t -p 22632:22632 -p 22633:22633 -p 22634:22634 -p 22635:22635 -p 22636:22636 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=22634 --rest-port=22632 --tcp-port=22633 --discv5-udp-port=22635 --rest-address=0.0.0.0 --nat=extip:172.18.150.20 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=fcca88ab53fdfce0214a6d4f85d6cf6cdff5a021baffb881ecbb7af4a2cfcd1c --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=22636 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QKazhgrhIIJB6Vu2HdH6_MY3cNXqqIQn8YYl21Yht1lgG-_DHLBDKyhDlpC0M8qpqqYSIhJZ-pqKYfOrDRWD_z0CgmlkgnY0gmlwhKwSU-KKbXVsdGlhZGRyc5YACASsElPiBjIKAAoErBJT4gYyC90DgnJzhQACAQAAiXNlY3AyNTZrMaEDCka_7diDDxuuyOv_hPajahOtLnY-yQKSr25i512IqsKDdGNwgjIKg3VkcIIyDIV3YWt1MgU --content-topic=/myapp/1/latest/proto --num-shards-in-network=8
|
|
2026-02-28 20:23:44.525 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.150.20 waku c672f97410b52cc51564cdde683d41d13e6cc4a3b209dac4facf5ca02b0714ad
|
|
2026-02-28 20:23:44.564 DEBUG [src.node.docker_mananger] Container started with ID c672f97410b5. Setting up logs at ./log/docker/node2_2026-02-28_20-23-43__26f6e83f-1b82-4747-949b-46a21c1052f9__wakuorg_nwaku:latest.log
|
|
2026-02-28 20:23:44.564 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 22632
|
|
2026-02-28 20:23:44.565 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-02-28 20:23:45.567 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22632/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 20:23:45.588 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
|
2026-02-28 20:23:45.590 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-02-28 20:23:45.591 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22632/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 20:23:45.598 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.150.20/tcp/22633/p2p/16Uiu2HAkxVb87PpKxFKEzf9DrWNPgeGwSYMYL1j5rFQ3bkRDy46c","/ip4/172.18.150.20/tcp/22634/ws/p2p/16Uiu2HAkxVb87PpKxFKEzf9DrWNPgeGwSYMYL1j5rFQ3bkRDy46c"],"enrUri":"enr:-L24QARQgHHNa2Gpaj85ZpN1VNCXTFuyOfmlApSSXo3UdGHuUf7BRgCA71ZKfUspSqB9bxi_2MsjNTGPm5jOr0dgLqsCgmlkgnY0gmlwhKwSlhSKbXVsdGlhZGRyc5YACASsEpYUBlhpAAoErBKWFAZYat0DgnJzhQACAQAAiXNlY3AyNTZrMaECLZPkhH3nohdMA5PicniAcPYy7lTPEVewbNFB6v8P7vGDdGNwglhpg3VkcIJYa4V3YWt1MgE"}'
|
|
2026-02-28 20:23:45.600 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-02-28 20:23:45.601 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:22632/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.83.226/tcp/12810/p2p/16Uiu2HAmDM6ztxKLUt1RkNZLpuQTtU5CQR3TxSDCNgFp9k3g5wK7"]'
|
|
2026-02-28 20:23:45.605 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 20:23:45.605 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12809/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto"]'
|
|
2026-02-28 20:23:45.608 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 20:23:45.608 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:22632/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto"]'
|
|
2026-02-28 20:23:45.610 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 20:23:45.611 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12809/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-28 20:23:45.615 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 20:23:45.616 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-28 20:23:45.716 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 20:23:45.717 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12809/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 20:23:45.720 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772310225611058368,"ephemeral":false,"proof":""}]'
|
|
2026-02-28 20:23:45.721 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 20:23:45.721 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22632/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 20:23:45.724 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772310225611058368,"ephemeral":false,"proof":""}]'
|
|
2026-02-28 20:23:45.725 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12809/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/content/test.js"]'
|
|
2026-02-28 20:23:45.729 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 20:23:45.730 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:22632/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/content/test.js"]'
|
|
2026-02-28 20:23:45.734 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 20:23:45.736 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12809/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/waku/2/content/test.js", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-28 20:23:45.743 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 20:23:45.743 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-28 20:23:45.843 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 20:23:45.844 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12809/relay/v1/auto/messages/%2Fwaku%2F2%2Fcontent%2Ftest.js" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 20:23:45.847 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":1772310225736064342,"ephemeral":false,"proof":""}]'
|
|
2026-02-28 20:23:45.848 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 20:23:45.849 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22632/relay/v1/auto/messages/%2Fwaku%2F2%2Fcontent%2Ftest.js" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 20:23:45.851 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":1772310225736064342,"ephemeral":false,"proof":""}]'
|
|
2026-02-28 20:23:45.853 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12809/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/app/22/sometopic/someencoding"]'
|
|
2026-02-28 20:23:45.857 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 20:23:45.858 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:22632/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/app/22/sometopic/someencoding"]'
|
|
2026-02-28 20:23:45.863 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 20:23:45.864 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12809/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/22/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-28 20:23:45.869 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 20:23:45.871 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-28 20:23:45.971 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 20:23:45.971 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12809/relay/v1/auto/messages/%2Fapp%2F22%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 20:23:45.974 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/22/sometopic/someencoding","version":0,"timestamp":1772310225864153870,"ephemeral":false,"proof":""}]'
|
|
2026-02-28 20:23:45.975 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 20:23:45.976 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22632/relay/v1/auto/messages/%2Fapp%2F22%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 20:23:45.978 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/22/sometopic/someencoding","version":0,"timestamp":1772310225864153870,"ephemeral":false,"proof":""}]'
|
|
2026-02-28 20:23:45.980 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12809/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/toychat/2/huilong/proto"]'
|
|
2026-02-28 20:23:45.983 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 20:23:45.984 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:22632/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/toychat/2/huilong/proto"]'
|
|
2026-02-28 20:23:45.991 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 20:23:45.991 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12809/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/toychat/2/huilong/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-28 20:23:45.998 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 20:23:45.999 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-28 20:23:46.100 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 20:23:46.100 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12809/relay/v1/auto/messages/%2Ftoychat%2F2%2Fhuilong%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 20:23:46.103 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/toychat/2/huilong/proto","version":0,"timestamp":1772310225991693208,"ephemeral":false,"proof":""}]'
|
|
2026-02-28 20:23:46.104 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 20:23:46.105 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22632/relay/v1/auto/messages/%2Ftoychat%2F2%2Fhuilong%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 20:23:46.107 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/toychat/2/huilong/proto","version":0,"timestamp":1772310225991693208,"ephemeral":false,"proof":""}]'
|
|
2026-02-28 20:23:46.109 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12809/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/statusim/1/community/cbor"]'
|
|
2026-02-28 20:23:46.113 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 20:23:46.113 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:22632/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/statusim/1/community/cbor"]'
|
|
2026-02-28 20:23:46.118 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 20:23:46.121 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12809/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/statusim/1/community/cbor", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-28 20:23:46.126 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 20:23:46.127 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-28 20:23:46.228 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 20:23:46.228 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12809/relay/v1/auto/messages/%2Fstatusim%2F1%2Fcommunity%2Fcbor" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 20:23:46.231 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/statusim/1/community/cbor","version":0,"timestamp":1772310226121387460,"ephemeral":false,"proof":""}]'
|
|
2026-02-28 20:23:46.232 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 20:23:46.232 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22632/relay/v1/auto/messages/%2Fstatusim%2F1%2Fcommunity%2Fcbor" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 20:23:46.235 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/statusim/1/community/cbor","version":0,"timestamp":1772310226121387460,"ephemeral":false,"proof":""}]'
|
|
2026-02-28 20:23:46.236 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12809/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/app/27/sometopic/someencoding"]'
|
|
2026-02-28 20:23:46.240 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 20:23:46.242 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:22632/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/app/27/sometopic/someencoding"]'
|
|
2026-02-28 20:23:46.247 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 20:23:46.250 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12809/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/27/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-28 20:23:46.256 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 20:23:46.257 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-28 20:23:46.357 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 20:23:46.357 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12809/relay/v1/auto/messages/%2Fapp%2F27%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 20:23:46.360 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/27/sometopic/someencoding","version":0,"timestamp":1772310226250154816,"ephemeral":false,"proof":""}]'
|
|
2026-02-28 20:23:46.362 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 20:23:46.362 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22632/relay/v1/auto/messages/%2Fapp%2F27%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 20:23:46.364 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/27/sometopic/someencoding","version":0,"timestamp":1772310226250154816,"ephemeral":false,"proof":""}]'
|
|
2026-02-28 20:23:46.365 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12809/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/app/29/sometopic/someencoding"]'
|
|
2026-02-28 20:23:46.369 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 20:23:46.371 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:22632/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/app/29/sometopic/someencoding"]'
|
|
2026-02-28 20:23:46.375 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 20:23:46.376 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12809/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/29/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-28 20:23:46.384 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 20:23:46.384 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-28 20:23:46.484 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 20:23:46.485 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12809/relay/v1/auto/messages/%2Fapp%2F29%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 20:23:46.487 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/29/sometopic/someencoding","version":0,"timestamp":1772310226376690746,"ephemeral":false,"proof":""}]'
|
|
2026-02-28 20:23:46.488 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 20:23:46.489 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22632/relay/v1/auto/messages/%2Fapp%2F29%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 20:23:46.491 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/29/sometopic/someencoding","version":0,"timestamp":1772310226376690746,"ephemeral":false,"proof":""}]'
|
|
2026-02-28 20:23:46.493 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12809/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/app/20/sometopic/someencoding"]'
|
|
2026-02-28 20:23:46.497 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 20:23:46.498 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:22632/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/app/20/sometopic/someencoding"]'
|
|
2026-02-28 20:23:46.503 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 20:23:46.504 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12809/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/20/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-28 20:23:46.511 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 20:23:46.512 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-28 20:23:46.612 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 20:23:46.612 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12809/relay/v1/auto/messages/%2Fapp%2F20%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 20:23:46.615 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/20/sometopic/someencoding","version":0,"timestamp":1772310226504410231,"ephemeral":false,"proof":""}]'
|
|
2026-02-28 20:23:46.617 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 20:23:46.617 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22632/relay/v1/auto/messages/%2Fapp%2F20%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 20:23:46.620 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/20/sometopic/someencoding","version":0,"timestamp":1772310226504410231,"ephemeral":false,"proof":""}]'
|
|
2026-02-28 20:23:46.621 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12809/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/1.0/weekly/protobuf"]'
|
|
2026-02-28 20:23:46.623 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 20:23:46.624 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:22632/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/1.0/weekly/protobuf"]'
|
|
2026-02-28 20:23:46.626 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 20:23:46.627 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12809/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/1.0/weekly/protobuf", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-28 20:23:46.632 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 20:23:46.633 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-28 20:23:46.733 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 20:23:46.733 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12809/relay/v1/auto/messages/%2FnewsService%2F1.0%2Fweekly%2Fprotobuf" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 20:23:46.736 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":1772310226627073426,"ephemeral":false,"proof":""}]'
|
|
2026-02-28 20:23:46.737 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 20:23:46.738 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22632/relay/v1/auto/messages/%2FnewsService%2F1.0%2Fweekly%2Fprotobuf" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 20:23:46.740 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":1772310226627073426,"ephemeral":false,"proof":""}]'
|
|
2026-02-28 20:23:46.742 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12809/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/1.0/alerts/xml"]'
|
|
2026-02-28 20:23:46.745 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 20:23:46.745 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:22632/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/1.0/alerts/xml"]'
|
|
2026-02-28 20:23:46.748 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 20:23:46.748 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12809/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/1.0/alerts/xml", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-28 20:23:46.753 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 20:23:46.753 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-28 20:23:46.853 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 20:23:46.854 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12809/relay/v1/auto/messages/%2FnewsService%2F1.0%2Falerts%2Fxml" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 20:23:46.856 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":1772310226748424329,"ephemeral":false,"proof":""}]'
|
|
2026-02-28 20:23:46.858 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 20:23:46.858 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22632/relay/v1/auto/messages/%2FnewsService%2F1.0%2Falerts%2Fxml" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 20:23:46.861 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":1772310226748424329,"ephemeral":false,"proof":""}]'
|
|
2026-02-28 20:23:46.862 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12809/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/1.0/updates/json"]'
|
|
2026-02-28 20:23:46.865 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 20:23:46.865 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:22632/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/1.0/updates/json"]'
|
|
2026-02-28 20:23:46.868 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 20:23:46.868 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12809/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/1.0/updates/json", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-28 20:23:46.872 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 20:23:46.873 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-28 20:23:46.973 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 20:23:46.973 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12809/relay/v1/auto/messages/%2FnewsService%2F1.0%2Fupdates%2Fjson" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 20:23:46.976 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":1772310226868606668,"ephemeral":false,"proof":""}]'
|
|
2026-02-28 20:23:46.977 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 20:23:46.977 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22632/relay/v1/auto/messages/%2FnewsService%2F1.0%2Fupdates%2Fjson" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 20:23:46.980 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":1772310226868606668,"ephemeral":false,"proof":""}]'
|
|
2026-02-28 20:23:46.981 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12809/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/2.0/alerts/json"]'
|
|
2026-02-28 20:23:46.985 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 20:23:46.985 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:22632/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/2.0/alerts/json"]'
|
|
2026-02-28 20:23:46.987 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 20:23:46.988 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12809/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/2.0/alerts/json", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-28 20:23:46.993 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 20:23:46.993 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-28 20:23:47.093 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 20:23:47.094 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12809/relay/v1/auto/messages/%2FnewsService%2F2.0%2Falerts%2Fjson" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 20:23:47.097 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":1772310226988421793,"ephemeral":false,"proof":""}]'
|
|
2026-02-28 20:23:47.098 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 20:23:47.098 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22632/relay/v1/auto/messages/%2FnewsService%2F2.0%2Falerts%2Fjson" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 20:23:47.101 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":1772310226988421793,"ephemeral":false,"proof":""}]'
|
|
2026-02-28 20:23:47.102 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12809/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/2.0/summaries/xml"]'
|
|
2026-02-28 20:23:47.105 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 20:23:47.105 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:22632/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/2.0/summaries/xml"]'
|
|
2026-02-28 20:23:47.108 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 20:23:47.108 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12809/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/2.0/summaries/xml", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-28 20:23:47.114 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 20:23:47.114 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-28 20:23:47.215 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 20:23:47.215 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12809/relay/v1/auto/messages/%2FnewsService%2F2.0%2Fsummaries%2Fxml" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 20:23:47.218 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":1772310227108708523,"ephemeral":false,"proof":""}]'
|
|
2026-02-28 20:23:47.219 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 20:23:47.220 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22632/relay/v1/auto/messages/%2FnewsService%2F2.0%2Fsummaries%2Fxml" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 20:23:47.222 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":1772310227108708523,"ephemeral":false,"proof":""}]'
|
|
2026-02-28 20:23:47.223 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12809/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/2.0/highlights/yaml"]'
|
|
2026-02-28 20:23:47.226 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 20:23:47.226 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:22632/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/2.0/highlights/yaml"]'
|
|
2026-02-28 20:23:47.229 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 20:23:47.229 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12809/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/2.0/highlights/yaml", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-28 20:23:47.234 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 20:23:47.235 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-28 20:23:47.335 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 20:23:47.335 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12809/relay/v1/auto/messages/%2FnewsService%2F2.0%2Fhighlights%2Fyaml" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 20:23:47.338 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":1772310227229535200,"ephemeral":false,"proof":""}]'
|
|
2026-02-28 20:23:47.340 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 20:23:47.340 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22632/relay/v1/auto/messages/%2FnewsService%2F2.0%2Fhighlights%2Fyaml" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 20:23:47.343 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":1772310227229535200,"ephemeral":false,"proof":""}]'
|
|
2026-02-28 20:23:47.344 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12809/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/3.0/weekly/json"]'
|
|
2026-02-28 20:23:47.347 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 20:23:47.347 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:22632/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/3.0/weekly/json"]'
|
|
2026-02-28 20:23:47.350 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 20:23:47.350 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12809/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/3.0/weekly/json", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-28 20:23:47.355 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 20:23:47.356 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-28 20:23:47.456 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 20:23:47.457 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12809/relay/v1/auto/messages/%2FnewsService%2F3.0%2Fweekly%2Fjson" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 20:23:47.459 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":1772310227350708778,"ephemeral":false,"proof":""}]'
|
|
2026-02-28 20:23:47.461 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 20:23:47.461 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22632/relay/v1/auto/messages/%2FnewsService%2F3.0%2Fweekly%2Fjson" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 20:23:47.464 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":1772310227350708778,"ephemeral":false,"proof":""}]'
|
|
2026-02-28 20:23:47.466 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12809/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/3.0/summaries/xml"]'
|
|
2026-02-28 20:23:47.468 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 20:23:47.469 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:22632/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/3.0/summaries/xml"]'
|
|
2026-02-28 20:23:47.471 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 20:23:47.472 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12809/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/3.0/summaries/xml", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-28 20:23:47.476 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 20:23:47.476 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-28 20:23:47.577 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 20:23:47.577 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12809/relay/v1/auto/messages/%2FnewsService%2F3.0%2Fsummaries%2Fxml" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 20:23:47.580 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":1772310227472030203,"ephemeral":false,"proof":""}]'
|
|
2026-02-28 20:23:47.581 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 20:23:47.582 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22632/relay/v1/auto/messages/%2FnewsService%2F3.0%2Fsummaries%2Fxml" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 20:23:47.584 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":1772310227472030203,"ephemeral":false,"proof":""}]'
|
|
2026-02-28 20:23:47.587 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-02-28 20:23:47.588 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-02-28 20:23:47.588 DEBUG [src.node.waku_node] Stopping container with id dd188adf6693
|
|
2026-02-28 20:23:48.272 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-02-28 20:23:48.272 DEBUG [src.node.waku_node] Stopping container with id c672f97410b5
|
|
2026-02-28 20:23:48.851 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-02-28 20:23:48.851 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-02-28 20:23:48.882 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-02-28 20:23:48.895 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|