mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-01-04 06:53:07 +00:00
137 lines
26 KiB
Plaintext
137 lines
26 KiB
Plaintext
2026-01-02 04:34:54.087 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-01-02 04:34:54.087 DEBUG [tests.conftest] Running test: test_multiple_content_topics_same_shard[content_topic_list0] with id: 2026-01-02_04-34-54__9bdcca21-da6f-4c9c-a4c3-cf69c170d2bb
|
|
2026-01-02 04:34:54.088 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-01-02 04:34:54.088 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-01-02 04:34:54.088 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-01-02 04:34:54.100 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-01-02 04:34:54.101 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-01-02_04-34-54__9bdcca21-da6f-4c9c-a4c3-cf69c170d2bb__wakuorg_nwaku:latest.log
|
|
2026-01-02 04:34:54.101 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-01-02 04:34:54.101 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-01-02 04:34:54.103 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-01-02 04:34:54.103 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.242.159
|
|
2026-01-02 04:34:54.103 DEBUG [src.node.docker_mananger] Generated ports ['18192', '18193', '18194', '18195', '18196']
|
|
2026-01-02 04:34:54.103 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-01-02 04:34:54.104 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-01-02 04:34:54.104 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-01-02 04:34:54.104 DEBUG [src.node.docker_mananger] docker run -i -t -p 18192:18192 -p 18193:18193 -p 18194:18194 -p 18195:18195 -p 18196:18196 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=18194 --rest-port=18192 --tcp-port=18193 --discv5-udp-port=18195 --rest-address=0.0.0.0 --nat=extip:172.18.242.159 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=95ff2cfadf60bd5f9cc2640890d93787fbb6da7d0feac0c8fb78eebcbc9f7a6f --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=18196 --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-01-02 04:34:54.283 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.242.159 waku 3670cae3d888c90920eb4c5b39e00d3cc35dc6ac3246df5bb641250dd156fec9
|
|
2026-01-02 04:34:54.313 DEBUG [src.node.docker_mananger] Container started with ID 3670cae3d888. Setting up logs at ./log/docker/node1_2026-01-02_04-34-54__9bdcca21-da6f-4c9c-a4c3-cf69c170d2bb__wakuorg_nwaku:latest.log
|
|
2026-01-02 04:34:54.313 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 18192
|
|
2026-01-02 04:34:54.313 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-01-02 04:34:54.345 ERROR [src.node.docker_mananger] Max retries reached for container 0299d126b2f9. Exiting log stream.
|
|
2026-01-02 04:34:54.912 ERROR [src.node.docker_mananger] Max retries reached for container fe27c184124f. Exiting log stream.
|
|
2026-01-02 04:34:55.314 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18192/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:34:55.317 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-01-02 04:34:55.317 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-01-02 04:34:55.317 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18192/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:34:55.319 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.242.159/tcp/18193/p2p/16Uiu2HAm5x2mAkxX9GMMxMkQQxNae4TV3zYCbsjgHA5HBcdw2Y9z","/ip4/172.18.242.159/tcp/18194/ws/p2p/16Uiu2HAm5x2mAkxX9GMMxMkQQxNae4TV3zYCbsjgHA5HBcdw2Y9z"],"enrUri":"enr:-L24QN-Dqa70I31gS2I53lwHBe1DBsiY-TJWfta1EqR0pQLbRfKhFCbYd71aVTgrNawdqUjsNpSvsQpLx3JIgCKo50ECgmlkgnY0gmlwhKwS8p-KbXVsdGlhZGRyc5YACASsEvKfBkcRAAoErBLynwZHEt0DgnJzhQACAQAAiXNlY3AyNTZrMaECnFvKzY2knJC8qZA7WLFpHtD2pml2lMwKpymxQ1Bv7y2DdGNwgkcRg3VkcIJHE4V3YWt1MgU"}'
|
|
2026-01-02 04:34:55.320 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-01-02 04:34:55.326 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-01-02 04:34:55.326 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-01-02_04-34-54__9bdcca21-da6f-4c9c-a4c3-cf69c170d2bb__wakuorg_nwaku:latest.log
|
|
2026-01-02 04:34:55.326 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-01-02 04:34:55.327 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-01-02 04:34:55.328 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-01-02 04:34:55.328 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.60.203
|
|
2026-01-02 04:34:55.328 DEBUG [src.node.docker_mananger] Generated ports ['6890', '6891', '6892', '6893', '6894']
|
|
2026-01-02 04:34:55.328 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-01-02 04:34:55.328 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-01-02 04:34:55.329 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-01-02 04:34:55.329 DEBUG [src.node.docker_mananger] docker run -i -t -p 6890:6890 -p 6891:6891 -p 6892:6892 -p 6893:6893 -p 6894:6894 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=6892 --rest-port=6890 --tcp-port=6891 --discv5-udp-port=6893 --rest-address=0.0.0.0 --nat=extip:172.18.60.203 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=fdabdf671dd39dd9d863d1084d3e0b2a4cbacfbfbef13fe72c83ba53dccc328d --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=6894 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QN-Dqa70I31gS2I53lwHBe1DBsiY-TJWfta1EqR0pQLbRfKhFCbYd71aVTgrNawdqUjsNpSvsQpLx3JIgCKo50ECgmlkgnY0gmlwhKwS8p-KbXVsdGlhZGRyc5YACASsEvKfBkcRAAoErBLynwZHEt0DgnJzhQACAQAAiXNlY3AyNTZrMaECnFvKzY2knJC8qZA7WLFpHtD2pml2lMwKpymxQ1Bv7y2DdGNwgkcRg3VkcIJHE4V3YWt1MgU --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-01-02 04:34:55.506 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.60.203 waku 68df4c6fdea92306374ca340038643bab33ce6851b7cad46768ee8afba027947
|
|
2026-01-02 04:34:55.541 DEBUG [src.node.docker_mananger] Container started with ID 68df4c6fdea9. Setting up logs at ./log/docker/node2_2026-01-02_04-34-54__9bdcca21-da6f-4c9c-a4c3-cf69c170d2bb__wakuorg_nwaku:latest.log
|
|
2026-01-02 04:34:55.541 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 6890
|
|
2026-01-02 04:34:55.542 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-01-02 04:34:56.542 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6890/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:34:56.548 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-01-02 04:34:56.549 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-01-02 04:34:56.549 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6890/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:34:56.555 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.60.203/tcp/6891/p2p/16Uiu2HAm3ZUNHietqY667JdxmSzWNQFujRiA7GyNNmPtus2SXa21","/ip4/172.18.60.203/tcp/6892/ws/p2p/16Uiu2HAm3ZUNHietqY667JdxmSzWNQFujRiA7GyNNmPtus2SXa21"],"enrUri":"enr:-L24QIDQpfcdI70Uk2qh0BnubumnNqxrraytBXwIQpgABwfABUp6NPQYz0BgMAzsWG0EM0ATjylVf5EXNn_eS1A7mO0CgmlkgnY0gmlwhKwSPMuKbXVsdGlhZGRyc5YACASsEjzLBhrrAAoErBI8ywYa7N0DgnJzhQACAQAAiXNlY3AyNTZrMaECeN0DEapZrqY7Jb4-mukPrwbZ3qZmtawIoi3ExyUzUD6DdGNwghrrg3VkcIIa7YV3YWt1MgE"}'
|
|
2026-01-02 04:34:56.555 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-01-02 04:34:56.556 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6890/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.242.159/tcp/18193/p2p/16Uiu2HAm5x2mAkxX9GMMxMkQQxNae4TV3zYCbsjgHA5HBcdw2Y9z"]'
|
|
2026-01-02 04:34:56.560 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-02 04:34:56.560 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:18192/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-01-02 04:34:56.562 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-02 04:34:56.563 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6890/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-01-02 04:34:56.565 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-02 04:34:56.565 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:18192/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/1.0/weekly/protobuf", "timestamp": '$(date +%s%N)'}'
|
|
2026-01-02 04:34:56.569 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-02 04:34:56.570 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-01-02 04:34:56.670 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-01-02 04:34:56.671 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18192/relay/v1/auto/messages/%2FnewsService%2F1.0%2Fweekly%2Fprotobuf" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:34:56.673 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":1767328496565803167,"ephemeral":false,"proof":""}]'
|
|
2026-01-02 04:34:56.675 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-01-02 04:34:56.675 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6890/relay/v1/auto/messages/%2FnewsService%2F1.0%2Fweekly%2Fprotobuf" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:34:56.677 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":1767328496565803167,"ephemeral":false,"proof":""}]'
|
|
2026-01-02 04:34:56.679 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:18192/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/1.0/alerts/xml", "timestamp": '$(date +%s%N)'}'
|
|
2026-01-02 04:34:56.683 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-02 04:34:56.683 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-01-02 04:34:56.783 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-01-02 04:34:56.783 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18192/relay/v1/auto/messages/%2FnewsService%2F1.0%2Falerts%2Fxml" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:34:56.786 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":1767328496678897969,"ephemeral":false,"proof":""}]'
|
|
2026-01-02 04:34:56.787 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-01-02 04:34:56.787 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6890/relay/v1/auto/messages/%2FnewsService%2F1.0%2Falerts%2Fxml" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:34:56.789 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":1767328496678897969,"ephemeral":false,"proof":""}]'
|
|
2026-01-02 04:34:56.791 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:18192/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/1.0/updates/json", "timestamp": '$(date +%s%N)'}'
|
|
2026-01-02 04:34:56.795 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-02 04:34:56.795 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-01-02 04:34:56.896 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-01-02 04:34:56.896 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18192/relay/v1/auto/messages/%2FnewsService%2F1.0%2Fupdates%2Fjson" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:34:56.898 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":1767328496791422356,"ephemeral":false,"proof":""}]'
|
|
2026-01-02 04:34:56.899 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-01-02 04:34:56.900 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6890/relay/v1/auto/messages/%2FnewsService%2F1.0%2Fupdates%2Fjson" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:34:56.902 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":1767328496791422356,"ephemeral":false,"proof":""}]'
|
|
2026-01-02 04:34:56.903 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:18192/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/2.0/alerts/json", "timestamp": '$(date +%s%N)'}'
|
|
2026-01-02 04:34:56.908 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-02 04:34:56.908 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-01-02 04:34:57.009 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-01-02 04:34:57.009 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18192/relay/v1/auto/messages/%2FnewsService%2F2.0%2Falerts%2Fjson" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:34:57.011 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":1767328496903658660,"ephemeral":false,"proof":""}]'
|
|
2026-01-02 04:34:57.012 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-01-02 04:34:57.013 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6890/relay/v1/auto/messages/%2FnewsService%2F2.0%2Falerts%2Fjson" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:34:57.015 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":1767328496903658660,"ephemeral":false,"proof":""}]'
|
|
2026-01-02 04:34:57.016 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:18192/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/2.0/summaries/xml", "timestamp": '$(date +%s%N)'}'
|
|
2026-01-02 04:34:57.020 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-02 04:34:57.021 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-01-02 04:34:57.121 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-01-02 04:34:57.122 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18192/relay/v1/auto/messages/%2FnewsService%2F2.0%2Fsummaries%2Fxml" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:34:57.124 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":1767328497016700108,"ephemeral":false,"proof":""}]'
|
|
2026-01-02 04:34:57.126 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-01-02 04:34:57.126 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6890/relay/v1/auto/messages/%2FnewsService%2F2.0%2Fsummaries%2Fxml" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:34:57.129 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":1767328497016700108,"ephemeral":false,"proof":""}]'
|
|
2026-01-02 04:34:57.130 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:18192/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/2.0/highlights/yaml", "timestamp": '$(date +%s%N)'}'
|
|
2026-01-02 04:34:57.134 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-02 04:34:57.134 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-01-02 04:34:57.235 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-01-02 04:34:57.235 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18192/relay/v1/auto/messages/%2FnewsService%2F2.0%2Fhighlights%2Fyaml" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:34:57.237 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":1767328497130554332,"ephemeral":false,"proof":""}]'
|
|
2026-01-02 04:34:57.239 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-01-02 04:34:57.239 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6890/relay/v1/auto/messages/%2FnewsService%2F2.0%2Fhighlights%2Fyaml" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:34:57.241 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":1767328497130554332,"ephemeral":false,"proof":""}]'
|
|
2026-01-02 04:34:57.243 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:18192/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/3.0/weekly/json", "timestamp": '$(date +%s%N)'}'
|
|
2026-01-02 04:34:57.247 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-02 04:34:57.248 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-01-02 04:34:57.348 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-01-02 04:34:57.349 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18192/relay/v1/auto/messages/%2FnewsService%2F3.0%2Fweekly%2Fjson" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:34:57.351 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":1767328497243367156,"ephemeral":false,"proof":""}]'
|
|
2026-01-02 04:34:57.352 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-01-02 04:34:57.352 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6890/relay/v1/auto/messages/%2FnewsService%2F3.0%2Fweekly%2Fjson" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:34:57.355 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":1767328497243367156,"ephemeral":false,"proof":""}]'
|
|
2026-01-02 04:34:57.356 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:18192/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/3.0/summaries/xml", "timestamp": '$(date +%s%N)'}'
|
|
2026-01-02 04:34:57.361 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-02 04:34:57.361 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-01-02 04:34:57.461 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-01-02 04:34:57.462 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18192/relay/v1/auto/messages/%2FnewsService%2F3.0%2Fsummaries%2Fxml" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:34:57.464 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":1767328497356564711,"ephemeral":false,"proof":""}]'
|
|
2026-01-02 04:34:57.465 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-01-02 04:34:57.465 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6890/relay/v1/auto/messages/%2FnewsService%2F3.0%2Fsummaries%2Fxml" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:34:57.467 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":1767328497356564711,"ephemeral":false,"proof":""}]'
|
|
2026-01-02 04:34:57.470 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-01-02 04:34:57.471 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-01-02 04:34:57.471 DEBUG [src.node.waku_node] Stopping container with id 3670cae3d888
|
|
2026-01-02 04:34:57.998 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-01-02 04:34:57.998 DEBUG [src.node.waku_node] Stopping container with id 68df4c6fdea9
|
|
2026-01-02 04:34:58.518 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-01-02 04:34:58.519 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-01-02 04:34:58.526 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-01-02 04:34:58.532 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|