mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-02-10 17:03:07 +00:00
137 lines
26 KiB
Plaintext
137 lines
26 KiB
Plaintext
2025-12-13 04:24:27.947 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2025-12-13 04:24:27.949 DEBUG [tests.conftest] Running test: test_multiple_content_topics_same_shard[content_topic_list0] with id: 2025-12-13_04-24-27__cf0ade00-5a5a-44d3-89a3-b8186be983a6
|
|
2025-12-13 04:24:27.949 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2025-12-13 04:24:27.950 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2025-12-13 04:24:27.950 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2025-12-13 04:24:27.962 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2025-12-13 04:24:27.964 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-13_04-24-27__cf0ade00-5a5a-44d3-89a3-b8186be983a6__wakuorg_nwaku:latest.log
|
|
2025-12-13 04:24:27.964 DEBUG [src.node.waku_node] Starting Node...
|
|
2025-12-13 04:24:27.964 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2025-12-13 04:24:27.965 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2025-12-13 04:24:27.966 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.141.181
|
|
2025-12-13 04:24:27.966 DEBUG [src.node.docker_mananger] Generated ports ['18464', '18465', '18466', '18467', '18468']
|
|
2025-12-13 04:24:27.966 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2025-12-13 04:24:27.966 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2025-12-13 04:24:27.966 DEBUG [src.node.waku_node] Using volumes []
|
|
2025-12-13 04:24:27.966 DEBUG [src.node.docker_mananger] docker run -i -t -p 18464:18464 -p 18465:18465 -p 18466:18466 -p 18467:18467 -p 18468:18468 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=18466 --rest-port=18464 --tcp-port=18465 --discv5-udp-port=18467 --rest-address=0.0.0.0 --nat=extip:172.18.141.181 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=ea46cedbf1a612dca9e1dbccfcc4cfdcbcfff05ebf9f8bca5d0e0ab6d2adac1c --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=18468 --metrics-logging=true --relay=true --filter=true --content-topic=/newsService/1.0/weekly/protobuf --content-topic=/newsService/1.0/alerts/xml --content-topic=/newsService/1.0/updates/json --content-topic=/newsService/2.0/alerts/json --content-topic=/newsService/2.0/summaries/xml --content-topic=/newsService/2.0/highlights/yaml --content-topic=/newsService/3.0/weekly/json --content-topic=/newsService/3.0/summaries/xml
|
|
2025-12-13 04:24:28.154 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.141.181 waku 864f26c11075d3a67cec71b1d5eeed005706c5e65e0e8e9fabf3dca02fa078a5
|
|
2025-12-13 04:24:28.186 DEBUG [src.node.docker_mananger] Container started with ID 864f26c11075. Setting up logs at ./log/docker/node1_2025-12-13_04-24-27__cf0ade00-5a5a-44d3-89a3-b8186be983a6__wakuorg_nwaku:latest.log
|
|
2025-12-13 04:24:28.187 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 18464
|
|
2025-12-13 04:24:28.188 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2025-12-13 04:24:28.227 ERROR [src.node.docker_mananger] Max retries reached for container 5b651d985a7e. Exiting log stream.
|
|
2025-12-13 04:24:28.779 ERROR [src.node.docker_mananger] Max retries reached for container 4649d03daa6c. Exiting log stream.
|
|
2025-12-13 04:24:29.188 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18464/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:24:29.191 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
|
2025-12-13 04:24:29.192 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2025-12-13 04:24:29.192 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18464/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:24:29.194 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.141.181/tcp/18465/p2p/16Uiu2HAm69fajHuChU96NxdmdoAaFTnZeA6QLctmwpVBiR7PhVEi","/ip4/172.18.141.181/tcp/18466/ws/p2p/16Uiu2HAm69fajHuChU96NxdmdoAaFTnZeA6QLctmwpVBiR7PhVEi"],"enrUri":"enr:-L24QCaeI-NjwNwjEQuylBdNyRNSfTFgdBtgXNWIJk8FSZN5O28sb60o9eE1x1X9DNCHoa9PxJxyN2EuL2IPFT_aEtQCgmlkgnY0gmlwhKwSjbWKbXVsdGlhZGRyc5YACASsEo21BkghAAoErBKNtQZIIt0DgnJzhQACAQAAiXNlY3AyNTZrMaECn1bQSaGqE5pITEBNkftbH5YQKyKtcMLj7-gEUHUTnOuDdGNwgkghg3VkcIJII4V3YWt1MgU"}'
|
|
2025-12-13 04:24:29.194 INFO [src.node.waku_node] REST service is ready !!
|
|
2025-12-13 04:24:29.201 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2025-12-13 04:24:29.201 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2025-12-13_04-24-27__cf0ade00-5a5a-44d3-89a3-b8186be983a6__wakuorg_nwaku:latest.log
|
|
2025-12-13 04:24:29.201 DEBUG [src.node.waku_node] Starting Node...
|
|
2025-12-13 04:24:29.201 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2025-12-13 04:24:29.202 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2025-12-13 04:24:29.203 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.26.94
|
|
2025-12-13 04:24:29.203 DEBUG [src.node.docker_mananger] Generated ports ['57469', '57470', '57471', '57472', '57473']
|
|
2025-12-13 04:24:29.203 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2025-12-13 04:24:29.203 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2025-12-13 04:24:29.203 DEBUG [src.node.waku_node] Using volumes []
|
|
2025-12-13 04:24:29.203 DEBUG [src.node.docker_mananger] docker run -i -t -p 57469:57469 -p 57470:57470 -p 57471:57471 -p 57472:57472 -p 57473:57473 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=57471 --rest-port=57469 --tcp-port=57470 --discv5-udp-port=57472 --rest-address=0.0.0.0 --nat=extip:172.18.26.94 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=dab8d9357ba7fefb7bdb1aaee9c3a3a95d1cef4dce8f05a56a245e8a32b4da4e --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=57473 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QCaeI-NjwNwjEQuylBdNyRNSfTFgdBtgXNWIJk8FSZN5O28sb60o9eE1x1X9DNCHoa9PxJxyN2EuL2IPFT_aEtQCgmlkgnY0gmlwhKwSjbWKbXVsdGlhZGRyc5YACASsEo21BkghAAoErBKNtQZIIt0DgnJzhQACAQAAiXNlY3AyNTZrMaECn1bQSaGqE5pITEBNkftbH5YQKyKtcMLj7-gEUHUTnOuDdGNwgkghg3VkcIJII4V3YWt1MgU --content-topic=/newsService/1.0/weekly/protobuf --content-topic=/newsService/1.0/alerts/xml --content-topic=/newsService/1.0/updates/json --content-topic=/newsService/2.0/alerts/json --content-topic=/newsService/2.0/summaries/xml --content-topic=/newsService/2.0/highlights/yaml --content-topic=/newsService/3.0/weekly/json --content-topic=/newsService/3.0/summaries/xml
|
|
2025-12-13 04:24:29.408 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.26.94 waku a5324eb903ad201045070e110c11786df642110ab065faa7e09c73f43db0f3aa
|
|
2025-12-13 04:24:29.440 DEBUG [src.node.docker_mananger] Container started with ID a5324eb903ad. Setting up logs at ./log/docker/node2_2025-12-13_04-24-27__cf0ade00-5a5a-44d3-89a3-b8186be983a6__wakuorg_nwaku:latest.log
|
|
2025-12-13 04:24:29.440 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 57469
|
|
2025-12-13 04:24:29.440 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2025-12-13 04:24:30.441 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57469/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:24:30.447 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"}]}'
|
|
2025-12-13 04:24:30.447 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2025-12-13 04:24:30.448 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57469/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:24:30.452 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.26.94/tcp/57470/p2p/16Uiu2HAmPVS8R4fTFTAVmAGGiXtymZP49LPX5bVXrVAssk8MEsyX","/ip4/172.18.26.94/tcp/57471/ws/p2p/16Uiu2HAmPVS8R4fTFTAVmAGGiXtymZP49LPX5bVXrVAssk8MEsyX"],"enrUri":"enr:-L24QMBmTxeqg7D2S51Dqt-iWoe_Tm9XIyVRdjl5-doRuVNda8fD0FyKKYvE6nBjNcOJBGo5lcDHPbWgBn0JHc1jusECgmlkgnY0gmlwhKwSGl6KbXVsdGlhZGRyc5YACASsEhpeBuB-AAoErBIaXgbgf90DgnJzhQACAQAAiXNlY3AyNTZrMaEDoP3lObt4LGuknmzt_u875ZDiru1vtcdvdb7W4_A9PD6DdGNwguB-g3VkcILggIV3YWt1MgE"}'
|
|
2025-12-13 04:24:30.453 INFO [src.node.waku_node] REST service is ready !!
|
|
2025-12-13 04:24:30.453 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:57469/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.141.181/tcp/18465/p2p/16Uiu2HAm69fajHuChU96NxdmdoAaFTnZeA6QLctmwpVBiR7PhVEi"]'
|
|
2025-12-13 04:24:30.459 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-13 04:24:30.460 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:18464/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/1.0/weekly/protobuf", "/newsService/1.0/alerts/xml", "/newsService/1.0/updates/json", "/newsService/2.0/alerts/json", "/newsService/2.0/summaries/xml", "/newsService/2.0/highlights/yaml", "/newsService/3.0/weekly/json", "/newsService/3.0/summaries/xml"]'
|
|
2025-12-13 04:24:30.462 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-13 04:24:30.463 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:57469/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/1.0/weekly/protobuf", "/newsService/1.0/alerts/xml", "/newsService/1.0/updates/json", "/newsService/2.0/alerts/json", "/newsService/2.0/summaries/xml", "/newsService/2.0/highlights/yaml", "/newsService/3.0/weekly/json", "/newsService/3.0/summaries/xml"]'
|
|
2025-12-13 04:24:30.465 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-13 04:24:30.466 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:18464/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/1.0/weekly/protobuf", "timestamp": '$(date +%s%N)'}'
|
|
2025-12-13 04:24:30.470 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-13 04:24:30.470 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2025-12-13 04:24:30.571 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2025-12-13 04:24:30.571 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18464/relay/v1/auto/messages/%2FnewsService%2F1.0%2Fweekly%2Fprotobuf" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:24:30.574 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":1765599870466003914,"ephemeral":false,"proof":""}]'
|
|
2025-12-13 04:24:30.575 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2025-12-13 04:24:30.576 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57469/relay/v1/auto/messages/%2FnewsService%2F1.0%2Fweekly%2Fprotobuf" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:24:30.578 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":1765599870466003914,"ephemeral":false,"proof":""}]'
|
|
2025-12-13 04:24:30.579 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:18464/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/1.0/alerts/xml", "timestamp": '$(date +%s%N)'}'
|
|
2025-12-13 04:24:30.583 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-13 04:24:30.584 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2025-12-13 04:24:30.684 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2025-12-13 04:24:30.684 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18464/relay/v1/auto/messages/%2FnewsService%2F1.0%2Falerts%2Fxml" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:24:30.687 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":1765599870579666001,"ephemeral":false,"proof":""}]'
|
|
2025-12-13 04:24:30.688 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2025-12-13 04:24:30.689 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57469/relay/v1/auto/messages/%2FnewsService%2F1.0%2Falerts%2Fxml" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:24:30.691 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":1765599870579666001,"ephemeral":false,"proof":""}]'
|
|
2025-12-13 04:24:30.693 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:18464/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/1.0/updates/json", "timestamp": '$(date +%s%N)'}'
|
|
2025-12-13 04:24:30.697 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-13 04:24:30.698 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2025-12-13 04:24:30.798 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2025-12-13 04:24:30.798 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18464/relay/v1/auto/messages/%2FnewsService%2F1.0%2Fupdates%2Fjson" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:24:30.801 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":1765599870693201169,"ephemeral":false,"proof":""}]'
|
|
2025-12-13 04:24:30.802 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2025-12-13 04:24:30.802 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57469/relay/v1/auto/messages/%2FnewsService%2F1.0%2Fupdates%2Fjson" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:24:30.805 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":1765599870693201169,"ephemeral":false,"proof":""}]'
|
|
2025-12-13 04:24:30.806 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:18464/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/2.0/alerts/json", "timestamp": '$(date +%s%N)'}'
|
|
2025-12-13 04:24:30.810 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-13 04:24:30.811 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2025-12-13 04:24:30.912 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2025-12-13 04:24:30.912 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18464/relay/v1/auto/messages/%2FnewsService%2F2.0%2Falerts%2Fjson" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:24:30.914 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":1765599870806730398,"ephemeral":false,"proof":""}]'
|
|
2025-12-13 04:24:30.916 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2025-12-13 04:24:30.916 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57469/relay/v1/auto/messages/%2FnewsService%2F2.0%2Falerts%2Fjson" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:24:30.918 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":1765599870806730398,"ephemeral":false,"proof":""}]'
|
|
2025-12-13 04:24:30.920 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:18464/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/2.0/summaries/xml", "timestamp": '$(date +%s%N)'}'
|
|
2025-12-13 04:24:30.924 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-13 04:24:30.925 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2025-12-13 04:24:31.025 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2025-12-13 04:24:31.026 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18464/relay/v1/auto/messages/%2FnewsService%2F2.0%2Fsummaries%2Fxml" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:24:31.028 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":1765599870920078975,"ephemeral":false,"proof":""}]'
|
|
2025-12-13 04:24:31.031 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2025-12-13 04:24:31.031 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57469/relay/v1/auto/messages/%2FnewsService%2F2.0%2Fsummaries%2Fxml" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:24:31.033 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":1765599870920078975,"ephemeral":false,"proof":""}]'
|
|
2025-12-13 04:24:31.035 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:18464/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/2.0/highlights/yaml", "timestamp": '$(date +%s%N)'}'
|
|
2025-12-13 04:24:31.039 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-13 04:24:31.040 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2025-12-13 04:24:31.140 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2025-12-13 04:24:31.141 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18464/relay/v1/auto/messages/%2FnewsService%2F2.0%2Fhighlights%2Fyaml" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:24:31.144 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":1765599871035380627,"ephemeral":false,"proof":""}]'
|
|
2025-12-13 04:24:31.145 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2025-12-13 04:24:31.146 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57469/relay/v1/auto/messages/%2FnewsService%2F2.0%2Fhighlights%2Fyaml" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:24:31.148 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":1765599871035380627,"ephemeral":false,"proof":""}]'
|
|
2025-12-13 04:24:31.150 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:18464/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/3.0/weekly/json", "timestamp": '$(date +%s%N)'}'
|
|
2025-12-13 04:24:31.155 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-13 04:24:31.156 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2025-12-13 04:24:31.256 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2025-12-13 04:24:31.256 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18464/relay/v1/auto/messages/%2FnewsService%2F3.0%2Fweekly%2Fjson" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:24:31.259 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":1765599871149931477,"ephemeral":false,"proof":""}]'
|
|
2025-12-13 04:24:31.260 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2025-12-13 04:24:31.261 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57469/relay/v1/auto/messages/%2FnewsService%2F3.0%2Fweekly%2Fjson" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:24:31.263 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":1765599871149931477,"ephemeral":false,"proof":""}]'
|
|
2025-12-13 04:24:31.264 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:18464/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/3.0/summaries/xml", "timestamp": '$(date +%s%N)'}'
|
|
2025-12-13 04:24:31.269 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-13 04:24:31.269 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2025-12-13 04:24:31.369 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2025-12-13 04:24:31.370 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18464/relay/v1/auto/messages/%2FnewsService%2F3.0%2Fsummaries%2Fxml" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:24:31.373 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":1765599871264650047,"ephemeral":false,"proof":""}]'
|
|
2025-12-13 04:24:31.374 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2025-12-13 04:24:31.374 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57469/relay/v1/auto/messages/%2FnewsService%2F3.0%2Fsummaries%2Fxml" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-13 04:24:31.377 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":1765599871264650047,"ephemeral":false,"proof":""}]'
|
|
2025-12-13 04:24:31.379 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2025-12-13 04:24:31.380 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2025-12-13 04:24:31.381 DEBUG [src.node.waku_node] Stopping container with id 864f26c11075
|
|
2025-12-13 04:24:31.909 DEBUG [src.node.waku_node] Container stopped.
|
|
2025-12-13 04:24:31.909 DEBUG [src.node.waku_node] Stopping container with id a5324eb903ad
|
|
2025-12-13 04:24:32.406 DEBUG [src.node.waku_node] Container stopped.
|
|
2025-12-13 04:24:32.407 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2025-12-13 04:24:32.415 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2025-12-13 04:24:32.421 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|