mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-03-23 04:53:09 +00:00
137 lines
26 KiB
Plaintext
137 lines
26 KiB
Plaintext
2026-02-04 11:54:56.121 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-02-04 11:54:56.121 DEBUG [tests.conftest] Running test: test_multiple_content_topics_same_shard[content_topic_list0] with id: 2026-02-04_11-54-56__06755421-0e58-4e5a-ac8f-8f11fe62bf23
|
|
2026-02-04 11:54:56.121 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-02-04 11:54:56.121 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-02-04 11:54:56.122 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-02-04 11:54:56.129 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-02-04 11:54:56.129 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-02-04_11-54-56__06755421-0e58-4e5a-ac8f-8f11fe62bf23__wakuorg_nwaku:latest.log
|
|
2026-02-04 11:54:56.129 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-02-04 11:54:56.129 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-02-04 11:54:56.131 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-02-04 11:54:56.131 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.115.158
|
|
2026-02-04 11:54:56.131 DEBUG [src.node.docker_mananger] Generated ports ['35018', '35019', '35020', '35021', '35022']
|
|
2026-02-04 11:54:56.131 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-02-04 11:54:56.131 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-02-04 11:54:56.131 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-02-04 11:54:56.131 DEBUG [src.node.docker_mananger] docker run -i -t -p 35018:35018 -p 35019:35019 -p 35020:35020 -p 35021:35021 -p 35022:35022 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=35020 --rest-port=35018 --tcp-port=35019 --discv5-udp-port=35021 --rest-address=0.0.0.0 --nat=extip:172.18.115.158 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=82b16f69641dc4bf49baccbf854fcaa2707f60db5ea3822fd019ede3c5fd9bcb --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=35022 --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
|
|
2026-02-04 11:54:56.317 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.115.158 waku 2a4ebad6bfc37c642e946f4d197ea3e2e456baaa8cf30fe6bd459cdcdecc224c
|
|
2026-02-04 11:54:56.349 DEBUG [src.node.docker_mananger] Container started with ID 2a4ebad6bfc3. Setting up logs at ./log/docker/node1_2026-02-04_11-54-56__06755421-0e58-4e5a-ac8f-8f11fe62bf23__wakuorg_nwaku:latest.log
|
|
2026-02-04 11:54:56.350 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 35018
|
|
2026-02-04 11:54:56.350 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-02-04 11:54:56.355 ERROR [src.node.docker_mananger] Max retries reached for container e5a2e6e37a18. Exiting log stream.
|
|
2026-02-04 11:54:56.929 ERROR [src.node.docker_mananger] Max retries reached for container 4e201133aec7. Exiting log stream.
|
|
2026-02-04 11:54:57.351 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35018/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 11:54:57.355 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
|
2026-02-04 11:54:57.355 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-02-04 11:54:57.355 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35018/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 11:54:57.357 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.115.158/tcp/35019/p2p/16Uiu2HAmDfekAcUcRfZy9wuuByKpTANaZThUQN9T3oatUEt2UTdv","/ip4/172.18.115.158/tcp/35020/ws/p2p/16Uiu2HAmDfekAcUcRfZy9wuuByKpTANaZThUQN9T3oatUEt2UTdv"],"enrUri":"enr:-L24QIJWUyBCaSkA4KQbWwy07tZ3hliNuLP0rIcLUYue_5dOPPS2AMyLXPP9HRmysrN9NPrgqLMAzE45Xbe4A5WXVwYCgmlkgnY0gmlwhKwSc56KbXVsdGlhZGRyc5YACASsEnOeBojLAAoErBJzngaIzN0DgnJzhQACAQAAiXNlY3AyNTZrMaEDDwcZghcXE03FyIiOohql1Ct8brnHKX5W4C9kOQGz_e2DdGNwgojLg3VkcIKIzYV3YWt1MgU"}'
|
|
2026-02-04 11:54:57.357 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-02-04 11:54:57.364 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-02-04 11:54:57.364 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-02-04_11-54-56__06755421-0e58-4e5a-ac8f-8f11fe62bf23__wakuorg_nwaku:latest.log
|
|
2026-02-04 11:54:57.364 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-02-04 11:54:57.364 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-02-04 11:54:57.366 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-02-04 11:54:57.366 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.143.181
|
|
2026-02-04 11:54:57.366 DEBUG [src.node.docker_mananger] Generated ports ['8759', '8760', '8761', '8762', '8763']
|
|
2026-02-04 11:54:57.366 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-02-04 11:54:57.366 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-02-04 11:54:57.366 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-02-04 11:54:57.366 DEBUG [src.node.docker_mananger] docker run -i -t -p 8759:8759 -p 8760:8760 -p 8761:8761 -p 8762:8762 -p 8763:8763 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=8761 --rest-port=8759 --tcp-port=8760 --discv5-udp-port=8762 --rest-address=0.0.0.0 --nat=extip:172.18.143.181 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=30ebd9d2c0f1bf17d454ed3e9c2f8df3b3ace367f35d5edfdcbbc7afa790bbda --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=8763 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QIJWUyBCaSkA4KQbWwy07tZ3hliNuLP0rIcLUYue_5dOPPS2AMyLXPP9HRmysrN9NPrgqLMAzE45Xbe4A5WXVwYCgmlkgnY0gmlwhKwSc56KbXVsdGlhZGRyc5YACASsEnOeBojLAAoErBJzngaIzN0DgnJzhQACAQAAiXNlY3AyNTZrMaEDDwcZghcXE03FyIiOohql1Ct8brnHKX5W4C9kOQGz_e2DdGNwgojLg3VkcIKIzYV3YWt1MgU --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
|
|
2026-02-04 11:54:57.558 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.143.181 waku 961b459436abc9659b82a14c278c58daa9501bc6d73a1ff819dab0bcf07e1bef
|
|
2026-02-04 11:54:57.591 DEBUG [src.node.docker_mananger] Container started with ID 961b459436ab. Setting up logs at ./log/docker/node2_2026-02-04_11-54-56__06755421-0e58-4e5a-ac8f-8f11fe62bf23__wakuorg_nwaku:latest.log
|
|
2026-02-04 11:54:57.591 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 8759
|
|
2026-02-04 11:54:57.592 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-02-04 11:54:58.592 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8759/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 11:54:58.605 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"}]}'
|
|
2026-02-04 11:54:58.606 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-02-04 11:54:58.606 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8759/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 11:54:58.612 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.143.181/tcp/8760/p2p/16Uiu2HAkueyn7vm3BjSajvk5jCUEeYBzQyqLvZBkYmwdmpkJVPEG","/ip4/172.18.143.181/tcp/8761/ws/p2p/16Uiu2HAkueyn7vm3BjSajvk5jCUEeYBzQyqLvZBkYmwdmpkJVPEG"],"enrUri":"enr:-L24QFmFI3I9XfdOO_DW6EmqBoa0Xg3mSeKuio0AcKh4_rUQcMCxWu5vqOqnpv5RI6IyEUh4WKGus80hKb5LRaPPL9kCgmlkgnY0gmlwhKwSj7WKbXVsdGlhZGRyc5YACASsEo-1BiI4AAoErBKPtQYiOd0DgnJzhQACAQAAiXNlY3AyNTZrMaECA2is9QVI1RTPEVdew8sFc-epzIuFJEuhOsv68CyWLCmDdGNwgiI4g3VkcIIiOoV3YWt1MgE"}'
|
|
2026-02-04 11:54:58.612 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-02-04 11:54:58.613 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:8759/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.115.158/tcp/35019/p2p/16Uiu2HAmDfekAcUcRfZy9wuuByKpTANaZThUQN9T3oatUEt2UTdv"]'
|
|
2026-02-04 11:54:58.615 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-04 11:54:58.616 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:35018/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"]'
|
|
2026-02-04 11:54:58.618 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-04 11:54:58.618 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:8759/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"]'
|
|
2026-02-04 11:54:58.620 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-04 11:54:58.621 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:35018/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/1.0/weekly/protobuf", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-04 11:54:58.626 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-04 11:54:58.626 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-04 11:54:58.726 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-02-04 11:54:58.727 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35018/relay/v1/auto/messages/%2FnewsService%2F1.0%2Fweekly%2Fprotobuf" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 11:54:58.729 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":1770206098621343430,"ephemeral":false,"proof":""}]'
|
|
2026-02-04 11:54:58.731 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-04 11:54:58.731 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8759/relay/v1/auto/messages/%2FnewsService%2F1.0%2Fweekly%2Fprotobuf" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 11:54:58.734 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":1770206098621343430,"ephemeral":false,"proof":""}]'
|
|
2026-02-04 11:54:58.735 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:35018/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/1.0/alerts/xml", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-04 11:54:58.739 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-04 11:54:58.740 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-04 11:54:58.840 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-02-04 11:54:58.841 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35018/relay/v1/auto/messages/%2FnewsService%2F1.0%2Falerts%2Fxml" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 11:54:58.843 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":1770206098735443573,"ephemeral":false,"proof":""}]'
|
|
2026-02-04 11:54:58.845 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-04 11:54:58.845 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8759/relay/v1/auto/messages/%2FnewsService%2F1.0%2Falerts%2Fxml" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 11:54:58.847 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":1770206098735443573,"ephemeral":false,"proof":""}]'
|
|
2026-02-04 11:54:58.849 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:35018/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/1.0/updates/json", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-04 11:54:58.854 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-04 11:54:58.854 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-04 11:54:58.954 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-02-04 11:54:58.955 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35018/relay/v1/auto/messages/%2FnewsService%2F1.0%2Fupdates%2Fjson" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 11:54:58.957 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":1770206098849265621,"ephemeral":false,"proof":""}]'
|
|
2026-02-04 11:54:58.959 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-04 11:54:58.959 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8759/relay/v1/auto/messages/%2FnewsService%2F1.0%2Fupdates%2Fjson" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 11:54:58.961 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":1770206098849265621,"ephemeral":false,"proof":""}]'
|
|
2026-02-04 11:54:58.963 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:35018/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/2.0/alerts/json", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-04 11:54:58.968 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-04 11:54:58.968 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-04 11:54:59.068 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-02-04 11:54:59.069 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35018/relay/v1/auto/messages/%2FnewsService%2F2.0%2Falerts%2Fjson" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 11:54:59.071 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":1770206098963177329,"ephemeral":false,"proof":""}]'
|
|
2026-02-04 11:54:59.072 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-04 11:54:59.073 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8759/relay/v1/auto/messages/%2FnewsService%2F2.0%2Falerts%2Fjson" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 11:54:59.075 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":1770206098963177329,"ephemeral":false,"proof":""}]'
|
|
2026-02-04 11:54:59.077 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:35018/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/2.0/summaries/xml", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-04 11:54:59.081 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-04 11:54:59.081 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-04 11:54:59.182 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-02-04 11:54:59.182 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35018/relay/v1/auto/messages/%2FnewsService%2F2.0%2Fsummaries%2Fxml" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 11:54:59.185 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":1770206099077038646,"ephemeral":false,"proof":""}]'
|
|
2026-02-04 11:54:59.186 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-04 11:54:59.187 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8759/relay/v1/auto/messages/%2FnewsService%2F2.0%2Fsummaries%2Fxml" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 11:54:59.189 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":1770206099077038646,"ephemeral":false,"proof":""}]'
|
|
2026-02-04 11:54:59.190 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:35018/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/2.0/highlights/yaml", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-04 11:54:59.195 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-04 11:54:59.195 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-04 11:54:59.295 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-02-04 11:54:59.296 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35018/relay/v1/auto/messages/%2FnewsService%2F2.0%2Fhighlights%2Fyaml" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 11:54:59.299 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":1770206099190833913,"ephemeral":false,"proof":""}]'
|
|
2026-02-04 11:54:59.300 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-04 11:54:59.300 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8759/relay/v1/auto/messages/%2FnewsService%2F2.0%2Fhighlights%2Fyaml" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 11:54:59.302 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":1770206099190833913,"ephemeral":false,"proof":""}]'
|
|
2026-02-04 11:54:59.304 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:35018/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/3.0/weekly/json", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-04 11:54:59.308 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-04 11:54:59.309 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-04 11:54:59.409 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-02-04 11:54:59.409 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35018/relay/v1/auto/messages/%2FnewsService%2F3.0%2Fweekly%2Fjson" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 11:54:59.412 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":1770206099304287008,"ephemeral":false,"proof":""}]'
|
|
2026-02-04 11:54:59.414 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-04 11:54:59.414 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8759/relay/v1/auto/messages/%2FnewsService%2F3.0%2Fweekly%2Fjson" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 11:54:59.416 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":1770206099304287008,"ephemeral":false,"proof":""}]'
|
|
2026-02-04 11:54:59.418 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:35018/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/3.0/summaries/xml", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-04 11:54:59.422 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-04 11:54:59.423 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-04 11:54:59.523 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-02-04 11:54:59.524 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35018/relay/v1/auto/messages/%2FnewsService%2F3.0%2Fsummaries%2Fxml" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 11:54:59.527 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":1770206099418235171,"ephemeral":false,"proof":""}]'
|
|
2026-02-04 11:54:59.528 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-04 11:54:59.528 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8759/relay/v1/auto/messages/%2FnewsService%2F3.0%2Fsummaries%2Fxml" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 11:54:59.530 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":1770206099418235171,"ephemeral":false,"proof":""}]'
|
|
2026-02-04 11:54:59.533 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-02-04 11:54:59.534 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-02-04 11:54:59.534 DEBUG [src.node.waku_node] Stopping container with id 2a4ebad6bfc3
|
|
2026-02-04 11:55:00.133 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-02-04 11:55:00.135 DEBUG [src.node.waku_node] Stopping container with id 961b459436ab
|
|
2026-02-04 11:55:00.677 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-02-04 11:55:00.679 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-02-04 11:55:00.686 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-02-04 11:55:00.694 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|