mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-05 01:53:28 +00:00
143 lines
26 KiB
Plaintext
143 lines
26 KiB
Plaintext
2026-03-17 04:37:33.586 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-17 04:37:33.586 DEBUG [tests.conftest] Running test: test_multiple_content_topics_same_shard[content_topic_list0] with id: 2026-03-17_04-37-33__41f932ed-54b6-474f-923b-02d983a054d8
|
|
2026-03-17 04:37:33.586 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-17 04:37:33.587 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-03-17 04:37:33.587 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-03-17 04:37:33.594 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-17 04:37:33.594 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-17_04-37-33__41f932ed-54b6-474f-923b-02d983a054d8__wakuorg_nwaku:latest.log
|
|
2026-03-17 04:37:33.594 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-17 04:37:33.595 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-17 04:37:33.596 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-17 04:37:33.596 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.236.77
|
|
2026-03-17 04:37:33.596 DEBUG [src.node.docker_mananger] Generated ports ['37395', '37396', '37397', '37398', '37399']
|
|
2026-03-17 04:37:33.597 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-17 04:37:33.597 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-17 04:37:33.597 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-17 04:37:33.597 DEBUG [src.node.docker_mananger] docker run -i -t -p 37395:37395 -p 37396:37396 -p 37397:37397 -p 37398:37398 -p 37399:37399 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=37397 --rest-port=37395 --tcp-port=37396 --discv5-udp-port=37398 --rest-address=0.0.0.0 --nat=extip:172.18.236.77 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=0d7873241a3ebdaae4bebffcd5b0ce1b1faf8a84ba6f58350e7fcf7cfad9f0ce --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=37399 --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-03-17 04:37:33.786 ERROR [src.node.docker_mananger] Max retries reached for container 6ce4fbbb32a8. Exiting log stream.
|
|
2026-03-17 04:37:33.790 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.236.77 waku c9d80bbe2a8a1dae80af4aa560525c547bc19e9917f321352ea78d1571899e2f
|
|
2026-03-17 04:37:33.822 DEBUG [src.node.docker_mananger] Container started with ID c9d80bbe2a8a. Setting up logs at ./log/docker/node1_2026-03-17_04-37-33__41f932ed-54b6-474f-923b-02d983a054d8__wakuorg_nwaku:latest.log
|
|
2026-03-17 04:37:33.823 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 37395
|
|
2026-03-17 04:37:33.824 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-17 04:37:34.391 ERROR [src.node.docker_mananger] Max retries reached for container 0f1bd57bb994. Exiting log stream.
|
|
2026-03-17 04:37:34.824 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37395/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-17 04:37:34.828 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"PartiallyConnected","protocolsHealth":[{"Relay":"READY"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"READY"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"READY"},{"Legacy Lightpush Client":"READY"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
|
2026-03-17 04:37:34.828 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-17 04:37:34.829 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37395/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-17 04:37:34.831 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.236.77/tcp/37396/p2p/16Uiu2HAmUWeNtTJLDrumrAwFWm6igLbizFqb7n14QfdojcrQ4FsB","/ip4/172.18.236.77/tcp/37397/ws/p2p/16Uiu2HAmUWeNtTJLDrumrAwFWm6igLbizFqb7n14QfdojcrQ4FsB"],"enrUri":"enr:-L24QJx2KhHSYnYNZCgtZp84zFskh-po0DtTqQ1VFdu5WnbgWkOiQ85YRCfFiYArFVTkHt7mZAdelGP1FVGkBABC8q8CgmlkgnY0gmlwhKwS7E2KbXVsdGlhZGRyc5YACASsEuxNBpIUAAoErBLsTQaSFd0DgnJzhQACAQAAiXNlY3AyNTZrMaED65fC7SY2KDpLcKunC2y2zSHZRqM3kQe0NTD0KrziK56DdGNwgpIUg3VkcIKSFoV3YWt1MgU"}'
|
|
2026-03-17 04:37:34.832 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-17 04:37:34.839 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-17 04:37:34.839 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-17_04-37-33__41f932ed-54b6-474f-923b-02d983a054d8__wakuorg_nwaku:latest.log
|
|
2026-03-17 04:37:34.840 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-17 04:37:34.840 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-17 04:37:34.841 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-17 04:37:34.841 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.106.16
|
|
2026-03-17 04:37:34.841 DEBUG [src.node.docker_mananger] Generated ports ['27801', '27802', '27803', '27804', '27805']
|
|
2026-03-17 04:37:34.841 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-17 04:37:34.842 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-17 04:37:34.842 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-17 04:37:34.842 DEBUG [src.node.docker_mananger] docker run -i -t -p 27801:27801 -p 27802:27802 -p 27803:27803 -p 27804:27804 -p 27805:27805 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=27803 --rest-port=27801 --tcp-port=27802 --discv5-udp-port=27804 --rest-address=0.0.0.0 --nat=extip:172.18.106.16 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=e581b2b582f84b3e2e8df30cc9ab81f7ea0dcb88d5db7f367a124ea90d1a01f0 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=27805 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QJx2KhHSYnYNZCgtZp84zFskh-po0DtTqQ1VFdu5WnbgWkOiQ85YRCfFiYArFVTkHt7mZAdelGP1FVGkBABC8q8CgmlkgnY0gmlwhKwS7E2KbXVsdGlhZGRyc5YACASsEuxNBpIUAAoErBLsTQaSFd0DgnJzhQACAQAAiXNlY3AyNTZrMaED65fC7SY2KDpLcKunC2y2zSHZRqM3kQe0NTD0KrziK56DdGNwgpIUg3VkcIKSFoV3YWt1MgU --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-03-17 04:37:35.062 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.106.16 waku 7e0ab68a891e7c8733a4928fd3c854ee9dd7552777560de0ebbae6acf25c9a5d
|
|
2026-03-17 04:37:35.097 DEBUG [src.node.docker_mananger] Container started with ID 7e0ab68a891e. Setting up logs at ./log/docker/node2_2026-03-17_04-37-33__41f932ed-54b6-474f-923b-02d983a054d8__wakuorg_nwaku:latest.log
|
|
2026-03-17 04:37:35.098 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 27801
|
|
2026-03-17 04:37:35.098 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-17 04:37:36.098 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27801/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-17 04:37:36.101 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-17 04:37:36.201 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27801/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-17 04:37:36.204 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-17 04:37:36.304 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27801/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-17 04:37:36.307 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-17 04:37:36.407 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27801/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-17 04:37:36.410 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Connected","protocolsHealth":[{"Relay":"READY"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"READY"},{"Legacy Lightpush Client":"READY"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
|
2026-03-17 04:37:36.410 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-17 04:37:36.410 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27801/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-17 04:37:36.413 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.106.16/tcp/27802/p2p/16Uiu2HAkzPGYsBJ5gNXjNdrN2uyPTainsXssmP3M78zpbFDupyG1","/ip4/172.18.106.16/tcp/27803/ws/p2p/16Uiu2HAkzPGYsBJ5gNXjNdrN2uyPTainsXssmP3M78zpbFDupyG1"],"enrUri":"enr:-L24QFC97RCL2bU73Ri2miUVN9QfAj7Amh3lGlzt8b6C9sptEJ2uxcIAdOvwTtWyJanoCS-ItIrUQPKYCADni9Vn5ygCgmlkgnY0gmlwhKwSahCKbXVsdGlhZGRyc5YACASsEmoQBmyaAAoErBJqEAZsm90DgnJzhQACAQAAiXNlY3AyNTZrMaECSazH5yAiFduLU2z7Rp3zqPvP6IQRQ5_iAMWgY2qqXN6DdGNwgmyag3VkcIJsnIV3YWt1MgE"}'
|
|
2026-03-17 04:37:36.413 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-17 04:37:36.413 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:27801/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.236.77/tcp/37396/p2p/16Uiu2HAmUWeNtTJLDrumrAwFWm6igLbizFqb7n14QfdojcrQ4FsB"]'
|
|
2026-03-17 04:37:36.440 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-17 04:37:36.441 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37395/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-03-17 04:37:36.447 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-17 04:37:36.448 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:27801/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-03-17 04:37:36.452 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-17 04:37:36.453 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37395/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/1.0/weekly/protobuf", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-17 04:37:36.464 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-17 04:37:36.464 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-17 04:37:36.565 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-17 04:37:36.565 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37395/relay/v1/auto/messages/%2FnewsService%2F1.0%2Fweekly%2Fprotobuf" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-17 04:37:36.567 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":1773722256453010624,"ephemeral":false,"proof":""}]'
|
|
2026-03-17 04:37:36.569 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-17 04:37:36.569 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27801/relay/v1/auto/messages/%2FnewsService%2F1.0%2Fweekly%2Fprotobuf" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-17 04:37:36.571 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":1773722256453010624,"ephemeral":false,"proof":""}]'
|
|
2026-03-17 04:37:36.573 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37395/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/1.0/alerts/xml", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-17 04:37:36.582 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-17 04:37:36.583 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-17 04:37:36.683 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-17 04:37:36.683 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37395/relay/v1/auto/messages/%2FnewsService%2F1.0%2Falerts%2Fxml" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-17 04:37:36.686 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":1773722256573296903,"ephemeral":false,"proof":""}]'
|
|
2026-03-17 04:37:36.687 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-17 04:37:36.687 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27801/relay/v1/auto/messages/%2FnewsService%2F1.0%2Falerts%2Fxml" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-17 04:37:36.689 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":1773722256573296903,"ephemeral":false,"proof":""}]'
|
|
2026-03-17 04:37:36.691 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37395/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/1.0/updates/json", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-17 04:37:36.699 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-17 04:37:36.700 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-17 04:37:36.802 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-17 04:37:36.802 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37395/relay/v1/auto/messages/%2FnewsService%2F1.0%2Fupdates%2Fjson" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-17 04:37:36.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":1773722256691467327,"ephemeral":false,"proof":""}]'
|
|
2026-03-17 04:37:36.807 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-17 04:37:36.808 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27801/relay/v1/auto/messages/%2FnewsService%2F1.0%2Fupdates%2Fjson" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-17 04:37:36.811 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":1773722256691467327,"ephemeral":false,"proof":""}]'
|
|
2026-03-17 04:37:36.813 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37395/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/2.0/alerts/json", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-17 04:37:36.822 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-17 04:37:36.823 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-17 04:37:36.923 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-17 04:37:36.923 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37395/relay/v1/auto/messages/%2FnewsService%2F2.0%2Falerts%2Fjson" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-17 04:37:36.926 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":1773722256813445228,"ephemeral":false,"proof":""}]'
|
|
2026-03-17 04:37:36.927 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-17 04:37:36.928 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27801/relay/v1/auto/messages/%2FnewsService%2F2.0%2Falerts%2Fjson" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-17 04:37:36.930 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":1773722256813445228,"ephemeral":false,"proof":""}]'
|
|
2026-03-17 04:37:36.932 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37395/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/2.0/summaries/xml", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-17 04:37:36.942 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-17 04:37:36.942 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-17 04:37:37.043 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-17 04:37:37.043 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37395/relay/v1/auto/messages/%2FnewsService%2F2.0%2Fsummaries%2Fxml" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-17 04:37:37.045 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":1773722256932335198,"ephemeral":false,"proof":""}]'
|
|
2026-03-17 04:37:37.047 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-17 04:37:37.047 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27801/relay/v1/auto/messages/%2FnewsService%2F2.0%2Fsummaries%2Fxml" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-17 04:37:37.049 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":1773722256932335198,"ephemeral":false,"proof":""}]'
|
|
2026-03-17 04:37:37.051 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37395/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/2.0/highlights/yaml", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-17 04:37:37.059 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-17 04:37:37.059 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-17 04:37:37.160 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-17 04:37:37.160 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37395/relay/v1/auto/messages/%2FnewsService%2F2.0%2Fhighlights%2Fyaml" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-17 04:37:37.162 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":1773722257051002418,"ephemeral":false,"proof":""}]'
|
|
2026-03-17 04:37:37.164 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-17 04:37:37.164 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27801/relay/v1/auto/messages/%2FnewsService%2F2.0%2Fhighlights%2Fyaml" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-17 04:37:37.167 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":1773722257051002418,"ephemeral":false,"proof":""}]'
|
|
2026-03-17 04:37:37.169 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37395/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/3.0/weekly/json", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-17 04:37:37.178 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-17 04:37:37.179 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-17 04:37:37.279 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-17 04:37:37.279 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37395/relay/v1/auto/messages/%2FnewsService%2F3.0%2Fweekly%2Fjson" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-17 04:37:37.281 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":1773722257169324093,"ephemeral":false,"proof":""}]'
|
|
2026-03-17 04:37:37.283 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-17 04:37:37.283 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27801/relay/v1/auto/messages/%2FnewsService%2F3.0%2Fweekly%2Fjson" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-17 04:37:37.286 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":1773722257169324093,"ephemeral":false,"proof":""}]'
|
|
2026-03-17 04:37:37.287 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37395/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/3.0/summaries/xml", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-17 04:37:37.297 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-17 04:37:37.298 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-17 04:37:37.398 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-17 04:37:37.399 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37395/relay/v1/auto/messages/%2FnewsService%2F3.0%2Fsummaries%2Fxml" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-17 04:37:37.401 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":1773722257287794150,"ephemeral":false,"proof":""}]'
|
|
2026-03-17 04:37:37.403 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-17 04:37:37.403 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27801/relay/v1/auto/messages/%2FnewsService%2F3.0%2Fsummaries%2Fxml" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-17 04:37:37.405 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":1773722257287794150,"ephemeral":false,"proof":""}]'
|
|
2026-03-17 04:37:37.409 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-17 04:37:37.410 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-17 04:37:37.410 DEBUG [src.node.waku_node] Stopping container with id c9d80bbe2a8a
|
|
2026-03-17 04:37:37.982 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-17 04:37:37.982 DEBUG [src.node.waku_node] Stopping container with id 7e0ab68a891e
|
|
2026-03-17 04:37:38.548 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-17 04:37:38.551 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-17 04:37:38.588 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-17 04:37:38.625 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|