2026-03-18 09:27:31 +00:00

137 lines
27 KiB
Plaintext

2026-03-18 09:10:10.414 DEBUG [tests.conftest] Running fixture setup: test_id
2026-03-18 09:10:10.415 DEBUG [tests.conftest] Running test: test_multiple_content_topics_same_shard[content_topic_list0] with id: 2026-03-18_09-10-10__3cde6607-d47c-4242-836f-fb128dad42a7
2026-03-18 09:10:10.415 DEBUG [src.steps.common] Running fixture setup: common_setup
2026-03-18 09:10:10.415 DEBUG [src.steps.relay] Running fixture setup: relay_setup
2026-03-18 09:10:10.415 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
2026-03-18 09:10:10.423 DEBUG [src.node.docker_mananger] Docker client initialized with image harbor.status.im/wakuorg/nwaku:v0.38.0-rc.0
2026-03-18 09:10:10.423 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-18_09-10-10__3cde6607-d47c-4242-836f-fb128dad42a7__harbor.status.im_wakuorg_nwaku:v0.38.0-rc.0.log
2026-03-18 09:10:10.423 DEBUG [src.node.waku_node] Starting Node...
2026-03-18 09:10:10.423 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-18 09:10:10.424 DEBUG [src.node.docker_mananger] Network waku already exists
2026-03-18 09:10:10.425 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.118.131
2026-03-18 09:10:10.425 DEBUG [src.node.docker_mananger] Generated ports ['49745', '49746', '49747', '49748', '49749']
2026-03-18 09:10:10.425 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-18 09:10:10.425 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-18 09:10:10.425 DEBUG [src.node.waku_node] Using volumes []
2026-03-18 09:10:10.425 DEBUG [src.node.docker_mananger] docker run -i -t -p 49745:49745 -p 49746:49746 -p 49747:49747 -p 49748:49748 -p 49749:49749 harbor.status.im/wakuorg/nwaku:v0.38.0-rc.0 --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=49747 --rest-port=49745 --tcp-port=49746 --discv5-udp-port=49748 --rest-address=0.0.0.0 --nat=extip:172.18.118.131 --peer-exchange=true --discv5-discovery=true --cluster-id=199 --nodekey=ef584e5b97c02adccdffdda06d2ab9b3ccbb422b4eb7dd3af2d8a2addb9addc3 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=49749 --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-18 09:10:10.618 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.118.131 waku 7b1aeef82c4bc7df61ee46fed5ff2635aecc7e527421523e77560635ee18a207
2026-03-18 09:10:10.651 ERROR [src.node.docker_mananger] Max retries reached for container ea26c360073c. Exiting log stream.
2026-03-18 09:10:10.655 DEBUG [src.node.docker_mananger] Container started with ID 7b1aeef82c4b. Setting up logs at ./log/docker/node1_2026-03-18_09-10-10__3cde6607-d47c-4242-836f-fb128dad42a7__harbor.status.im_wakuorg_nwaku:v0.38.0-rc.0.log
2026-03-18 09:10:10.655 DEBUG [src.node.waku_node] Started container from image harbor.status.im/wakuorg/nwaku:v0.38.0-rc.0. REST: 49745
2026-03-18 09:10:10.655 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-18 09:10:11.221 ERROR [src.node.docker_mananger] Max retries reached for container 94e4fc28f499. Exiting log stream.
2026-03-18 09:10:11.656 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49745/health" -H "Content-Type: application/json" -d 'None'
2026-03-18 09:10:11.659 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
2026-03-18 09:10:11.659 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-18 09:10:11.659 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49745/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-18 09:10:11.661 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.118.131/tcp/49746/p2p/16Uiu2HAmEAv5yqtjhnVxVyRRVmNGWyDT385izijL1rxDNp5NghTS","/ip4/172.18.118.131/tcp/49747/ws/p2p/16Uiu2HAmEAv5yqtjhnVxVyRRVmNGWyDT385izijL1rxDNp5NghTS"],"enrUri":"enr:-L24QGXnDlXgLmyH5Tg16K3JsDWnmA9_trhCqngjkfgetlIncj2npz5uHB4ijHncQ7wCGGrZu_JUFYf8Cznqhit9lAUCgmlkgnY0gmlwhKwSdoOKbXVsdGlhZGRyc5YACASsEnaDBsJSAAoErBJ2gwbCU90DgnJzhQDHAQAAiXNlY3AyNTZrMaEDFoZKOUuCpH7PdlagZyjPmZmVrdtdCO8Dv3ezplFmkMWDdGNwgsJSg3VkcILCVIV3YWt1MgU"}'
2026-03-18 09:10:11.662 INFO [src.node.waku_node] REST service is ready !!
2026-03-18 09:10:11.668 DEBUG [src.node.docker_mananger] Docker client initialized with image harbor.status.im/wakuorg/nwaku:v0.38.0-rc.0
2026-03-18 09:10:11.669 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-18_09-10-10__3cde6607-d47c-4242-836f-fb128dad42a7__harbor.status.im_wakuorg_nwaku:v0.38.0-rc.0.log
2026-03-18 09:10:11.669 DEBUG [src.node.waku_node] Starting Node...
2026-03-18 09:10:11.669 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-18 09:10:11.670 DEBUG [src.node.docker_mananger] Network waku already exists
2026-03-18 09:10:11.670 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.255.173
2026-03-18 09:10:11.670 DEBUG [src.node.docker_mananger] Generated ports ['60941', '60942', '60943', '60944', '60945']
2026-03-18 09:10:11.671 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-18 09:10:11.671 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-18 09:10:11.671 DEBUG [src.node.waku_node] Using volumes []
2026-03-18 09:10:11.671 DEBUG [src.node.docker_mananger] docker run -i -t -p 60941:60941 -p 60942:60942 -p 60943:60943 -p 60944:60944 -p 60945:60945 harbor.status.im/wakuorg/nwaku:v0.38.0-rc.0 --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=60943 --rest-port=60941 --tcp-port=60942 --discv5-udp-port=60944 --rest-address=0.0.0.0 --nat=extip:172.18.255.173 --peer-exchange=true --discv5-discovery=true --cluster-id=199 --nodekey=51c23dbb36b5127a1efa344fbdefbbecdafe39f9af7bb0b9f00562abe8c3fb55 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=60945 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QGXnDlXgLmyH5Tg16K3JsDWnmA9_trhCqngjkfgetlIncj2npz5uHB4ijHncQ7wCGGrZu_JUFYf8Cznqhit9lAUCgmlkgnY0gmlwhKwSdoOKbXVsdGlhZGRyc5YACASsEnaDBsJSAAoErBJ2gwbCU90DgnJzhQDHAQAAiXNlY3AyNTZrMaEDFoZKOUuCpH7PdlagZyjPmZmVrdtdCO8Dv3ezplFmkMWDdGNwgsJSg3VkcILCVIV3YWt1MgU --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-18 09:10:11.866 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.255.173 waku e898642dbf9b8caa982a4048e9461e1ad07b7fb4267310976b53dcfffb95332c
2026-03-18 09:10:11.903 DEBUG [src.node.docker_mananger] Container started with ID e898642dbf9b. Setting up logs at ./log/docker/node2_2026-03-18_09-10-10__3cde6607-d47c-4242-836f-fb128dad42a7__harbor.status.im_wakuorg_nwaku:v0.38.0-rc.0.log
2026-03-18 09:10:11.903 DEBUG [src.node.waku_node] Started container from image harbor.status.im/wakuorg/nwaku:v0.38.0-rc.0. REST: 60941
2026-03-18 09:10:11.904 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-18 09:10:12.904 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:60941/health" -H "Content-Type: application/json" -d 'None'
2026-03-18 09:10:12.926 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
2026-03-18 09:10:12.927 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-18 09:10:12.927 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:60941/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-18 09:10:12.936 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.255.173/tcp/60942/p2p/16Uiu2HAmSPmCqtDBPHhTsumLrK86ZuLTGv3qWWuNMjpKZmtn6gGZ","/ip4/172.18.255.173/tcp/60943/ws/p2p/16Uiu2HAmSPmCqtDBPHhTsumLrK86ZuLTGv3qWWuNMjpKZmtn6gGZ"],"enrUri":"enr:-L24QOZQH_hPFifmf7InoA8BB9073vatFCt22rM63L27VAzsULp_LXGe6kQEAYyxJMCqGbwUBnWxU0Lr4M1NY5oiD-gCgmlkgnY0gmlwhKwS_62KbXVsdGlhZGRyc5YACASsEv-tBu4OAAoErBL_rQbuD90DgnJzhQDHAQAAiXNlY3AyNTZrMaEDzB0KgMKZT57Pp9uc2YWbRwg1f9YLYu1n3fJcqaSTNHqDdGNwgu4Og3VkcILuEIV3YWt1MgE"}'
2026-03-18 09:10:12.937 INFO [src.node.waku_node] REST service is ready !!
2026-03-18 09:10:12.939 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:60941/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.118.131/tcp/49746/p2p/16Uiu2HAmEAv5yqtjhnVxVyRRVmNGWyDT385izijL1rxDNp5NghTS"]'
2026-03-18 09:10:12.943 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-18 09:10:12.944 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49745/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-18 09:10:12.946 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-18 09:10:12.947 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:60941/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-18 09:10:12.949 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-18 09:10:12.949 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49745/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/1.0/weekly/protobuf", "timestamp": '$(date +%s%N)'}'
2026-03-18 09:10:12.955 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-18 09:10:12.955 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-03-18 09:10:13.055 DEBUG [src.steps.sharding] Checking that peer NODE_1:harbor.status.im/wakuorg/nwaku:v0.38.0-rc.0 can find the published message
2026-03-18 09:10:13.056 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49745/relay/v1/auto/messages/%2FnewsService%2F1.0%2Fweekly%2Fprotobuf" -H "Content-Type: application/json" -d 'None'
2026-03-18 09:10:13.059 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":1773825012949795613,"ephemeral":false,"proof":""}]'
2026-03-18 09:10:13.061 DEBUG [src.steps.sharding] Checking that peer NODE_2:harbor.status.im/wakuorg/nwaku:v0.38.0-rc.0 can find the published message
2026-03-18 09:10:13.061 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:60941/relay/v1/auto/messages/%2FnewsService%2F1.0%2Fweekly%2Fprotobuf" -H "Content-Type: application/json" -d 'None'
2026-03-18 09:10:13.063 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":1773825012949795613,"ephemeral":false,"proof":""}]'
2026-03-18 09:10:13.065 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49745/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/1.0/alerts/xml", "timestamp": '$(date +%s%N)'}'
2026-03-18 09:10:13.070 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-18 09:10:13.070 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-03-18 09:10:13.171 DEBUG [src.steps.sharding] Checking that peer NODE_1:harbor.status.im/wakuorg/nwaku:v0.38.0-rc.0 can find the published message
2026-03-18 09:10:13.171 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49745/relay/v1/auto/messages/%2FnewsService%2F1.0%2Falerts%2Fxml" -H "Content-Type: application/json" -d 'None'
2026-03-18 09:10:13.174 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":1773825013065426947,"ephemeral":false,"proof":""}]'
2026-03-18 09:10:13.176 DEBUG [src.steps.sharding] Checking that peer NODE_2:harbor.status.im/wakuorg/nwaku:v0.38.0-rc.0 can find the published message
2026-03-18 09:10:13.176 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:60941/relay/v1/auto/messages/%2FnewsService%2F1.0%2Falerts%2Fxml" -H "Content-Type: application/json" -d 'None'
2026-03-18 09:10:13.179 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":1773825013065426947,"ephemeral":false,"proof":""}]'
2026-03-18 09:10:13.181 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49745/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/1.0/updates/json", "timestamp": '$(date +%s%N)'}'
2026-03-18 09:10:13.186 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-18 09:10:13.186 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-03-18 09:10:13.286 DEBUG [src.steps.sharding] Checking that peer NODE_1:harbor.status.im/wakuorg/nwaku:v0.38.0-rc.0 can find the published message
2026-03-18 09:10:13.287 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49745/relay/v1/auto/messages/%2FnewsService%2F1.0%2Fupdates%2Fjson" -H "Content-Type: application/json" -d 'None'
2026-03-18 09:10:13.290 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":1773825013180917185,"ephemeral":false,"proof":""}]'
2026-03-18 09:10:13.291 DEBUG [src.steps.sharding] Checking that peer NODE_2:harbor.status.im/wakuorg/nwaku:v0.38.0-rc.0 can find the published message
2026-03-18 09:10:13.292 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:60941/relay/v1/auto/messages/%2FnewsService%2F1.0%2Fupdates%2Fjson" -H "Content-Type: application/json" -d 'None'
2026-03-18 09:10:13.294 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":1773825013180917185,"ephemeral":false,"proof":""}]'
2026-03-18 09:10:13.296 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49745/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/2.0/alerts/json", "timestamp": '$(date +%s%N)'}'
2026-03-18 09:10:13.301 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-18 09:10:13.302 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-03-18 09:10:13.402 DEBUG [src.steps.sharding] Checking that peer NODE_1:harbor.status.im/wakuorg/nwaku:v0.38.0-rc.0 can find the published message
2026-03-18 09:10:13.403 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49745/relay/v1/auto/messages/%2FnewsService%2F2.0%2Falerts%2Fjson" -H "Content-Type: application/json" -d 'None'
2026-03-18 09:10:13.406 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":1773825013296241954,"ephemeral":false,"proof":""}]'
2026-03-18 09:10:13.407 DEBUG [src.steps.sharding] Checking that peer NODE_2:harbor.status.im/wakuorg/nwaku:v0.38.0-rc.0 can find the published message
2026-03-18 09:10:13.407 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:60941/relay/v1/auto/messages/%2FnewsService%2F2.0%2Falerts%2Fjson" -H "Content-Type: application/json" -d 'None'
2026-03-18 09:10:13.410 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":1773825013296241954,"ephemeral":false,"proof":""}]'
2026-03-18 09:10:13.411 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49745/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/2.0/summaries/xml", "timestamp": '$(date +%s%N)'}'
2026-03-18 09:10:13.416 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-18 09:10:13.417 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-03-18 09:10:13.518 DEBUG [src.steps.sharding] Checking that peer NODE_1:harbor.status.im/wakuorg/nwaku:v0.38.0-rc.0 can find the published message
2026-03-18 09:10:13.518 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49745/relay/v1/auto/messages/%2FnewsService%2F2.0%2Fsummaries%2Fxml" -H "Content-Type: application/json" -d 'None'
2026-03-18 09:10:13.522 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":1773825013411579146,"ephemeral":false,"proof":""}]'
2026-03-18 09:10:13.523 DEBUG [src.steps.sharding] Checking that peer NODE_2:harbor.status.im/wakuorg/nwaku:v0.38.0-rc.0 can find the published message
2026-03-18 09:10:13.523 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:60941/relay/v1/auto/messages/%2FnewsService%2F2.0%2Fsummaries%2Fxml" -H "Content-Type: application/json" -d 'None'
2026-03-18 09:10:13.526 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":1773825013411579146,"ephemeral":false,"proof":""}]'
2026-03-18 09:10:13.527 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49745/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/2.0/highlights/yaml", "timestamp": '$(date +%s%N)'}'
2026-03-18 09:10:13.533 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-18 09:10:13.534 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-03-18 09:10:13.634 DEBUG [src.steps.sharding] Checking that peer NODE_1:harbor.status.im/wakuorg/nwaku:v0.38.0-rc.0 can find the published message
2026-03-18 09:10:13.635 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49745/relay/v1/auto/messages/%2FnewsService%2F2.0%2Fhighlights%2Fyaml" -H "Content-Type: application/json" -d 'None'
2026-03-18 09:10:13.637 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":1773825013527807601,"ephemeral":false,"proof":""}]'
2026-03-18 09:10:13.639 DEBUG [src.steps.sharding] Checking that peer NODE_2:harbor.status.im/wakuorg/nwaku:v0.38.0-rc.0 can find the published message
2026-03-18 09:10:13.639 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:60941/relay/v1/auto/messages/%2FnewsService%2F2.0%2Fhighlights%2Fyaml" -H "Content-Type: application/json" -d 'None'
2026-03-18 09:10:13.642 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":1773825013527807601,"ephemeral":false,"proof":""}]'
2026-03-18 09:10:13.643 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49745/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/3.0/weekly/json", "timestamp": '$(date +%s%N)'}'
2026-03-18 09:10:13.648 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-18 09:10:13.649 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-03-18 09:10:13.749 DEBUG [src.steps.sharding] Checking that peer NODE_1:harbor.status.im/wakuorg/nwaku:v0.38.0-rc.0 can find the published message
2026-03-18 09:10:13.750 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49745/relay/v1/auto/messages/%2FnewsService%2F3.0%2Fweekly%2Fjson" -H "Content-Type: application/json" -d 'None'
2026-03-18 09:10:13.753 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":1773825013643643787,"ephemeral":false,"proof":""}]'
2026-03-18 09:10:13.754 DEBUG [src.steps.sharding] Checking that peer NODE_2:harbor.status.im/wakuorg/nwaku:v0.38.0-rc.0 can find the published message
2026-03-18 09:10:13.755 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:60941/relay/v1/auto/messages/%2FnewsService%2F3.0%2Fweekly%2Fjson" -H "Content-Type: application/json" -d 'None'
2026-03-18 09:10:13.757 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":1773825013643643787,"ephemeral":false,"proof":""}]'
2026-03-18 09:10:13.759 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49745/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/3.0/summaries/xml", "timestamp": '$(date +%s%N)'}'
2026-03-18 09:10:13.764 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-18 09:10:13.764 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-03-18 09:10:13.864 DEBUG [src.steps.sharding] Checking that peer NODE_1:harbor.status.im/wakuorg/nwaku:v0.38.0-rc.0 can find the published message
2026-03-18 09:10:13.865 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49745/relay/v1/auto/messages/%2FnewsService%2F3.0%2Fsummaries%2Fxml" -H "Content-Type: application/json" -d 'None'
2026-03-18 09:10:13.868 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":1773825013759168511,"ephemeral":false,"proof":""}]'
2026-03-18 09:10:13.869 DEBUG [src.steps.sharding] Checking that peer NODE_2:harbor.status.im/wakuorg/nwaku:v0.38.0-rc.0 can find the published message
2026-03-18 09:10:13.869 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:60941/relay/v1/auto/messages/%2FnewsService%2F3.0%2Fsummaries%2Fxml" -H "Content-Type: application/json" -d 'None'
2026-03-18 09:10:13.872 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":1773825013759168511,"ephemeral":false,"proof":""}]'
2026-03-18 09:10:13.875 DEBUG [tests.conftest] Running fixture teardown: test_setup
2026-03-18 09:10:13.876 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2026-03-18 09:10:13.876 DEBUG [src.node.waku_node] Stopping container with id 7b1aeef82c4b
2026-03-18 09:10:14.423 DEBUG [src.node.waku_node] Container stopped.
2026-03-18 09:10:14.423 DEBUG [src.node.waku_node] Stopping container with id e898642dbf9b
2026-03-18 09:10:14.963 DEBUG [src.node.waku_node] Container stopped.
2026-03-18 09:10:14.964 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2026-03-18 09:10:14.972 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-03-18 09:10:14.979 DEBUG [src.node.docker_mananger] No errors found in the waku logs.