mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-01-04 06:53:07 +00:00
128 lines
24 KiB
Plaintext
128 lines
24 KiB
Plaintext
2025-12-08 12:15:52.592 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2025-12-08 12:15:52.592 DEBUG [tests.conftest] Running test: test_subscribe_via_api_to_new_content_topics[content_topic_list0] with id: 2025-12-08_12-15-52__7de8149d-c06f-40f8-a972-41c2d66ed736
|
|
2025-12-08 12:15:52.593 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2025-12-08 12:15:52.593 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2025-12-08 12:15:52.593 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2025-12-08 12:15:52.600 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2025-12-08 12:15:52.600 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-08_12-15-52__7de8149d-c06f-40f8-a972-41c2d66ed736__wakuorg_nwaku:latest.log
|
|
2025-12-08 12:15:52.600 DEBUG [src.node.waku_node] Starting Node...
|
|
2025-12-08 12:15:52.600 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2025-12-08 12:15:52.602 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2025-12-08 12:15:52.602 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.216.37
|
|
2025-12-08 12:15:52.602 DEBUG [src.node.docker_mananger] Generated ports ['38533', '38534', '38535', '38536', '38537']
|
|
2025-12-08 12:15:52.602 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2025-12-08 12:15:52.602 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2025-12-08 12:15:52.602 DEBUG [src.node.waku_node] Using volumes []
|
|
2025-12-08 12:15:52.602 DEBUG [src.node.docker_mananger] docker run -i -t -p 38533:38533 -p 38534:38534 -p 38535:38535 -p 38536:38536 -p 38537:38537 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=38535 --rest-port=38533 --tcp-port=38534 --discv5-udp-port=38536 --rest-address=0.0.0.0 --nat=extip:172.18.216.37 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=5db8ceaa332dfba6afae50a73f37aebc6dbc9acefb1d6093adcc3ddeac30adc2 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=38537 --metrics-logging=true --relay=true --filter=true --content-topic=/newsService/1.0/weekly/protobuf
|
|
2025-12-08 12:15:52.771 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.216.37 waku 78c34c7fe19bceaeaa29e7107982c0744f32c82c36ce3c341da62082cfa0be93
|
|
2025-12-08 12:15:52.801 DEBUG [src.node.docker_mananger] Container started with ID 78c34c7fe19b. Setting up logs at ./log/docker/node1_2025-12-08_12-15-52__7de8149d-c06f-40f8-a972-41c2d66ed736__wakuorg_nwaku:latest.log
|
|
2025-12-08 12:15:52.801 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 38533
|
|
2025-12-08 12:15:52.801 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2025-12-08 12:15:52.889 ERROR [src.node.docker_mananger] Max retries reached for container ef30c4626a26. Exiting log stream.
|
|
2025-12-08 12:15:53.395 ERROR [src.node.docker_mananger] Max retries reached for container 87580e7c6757. Exiting log stream.
|
|
2025-12-08 12:15:53.803 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38533/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-08 12:15:53.806 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
|
2025-12-08 12:15:53.806 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2025-12-08 12:15:53.806 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38533/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-08 12:15:53.808 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.216.37/tcp/38534/p2p/16Uiu2HAmVdTPnaYuinF28N1VgTEkrzAEcbfCxL96imj4gKDxPzcf","/ip4/172.18.216.37/tcp/38535/ws/p2p/16Uiu2HAmVdTPnaYuinF28N1VgTEkrzAEcbfCxL96imj4gKDxPzcf"],"enrUri":"enr:-L24QKA4onO6g7GYWFmONAFPDey2YdKvjTZ9w04_WJ34xoW9ON6eEb7x_HzxJjgNE7U644M07pl8rX_rSTW3-Yq0jnQCgmlkgnY0gmlwhKwS2CWKbXVsdGlhZGRyc5YACASsEtglBpaGAAoErBLYJQaWh90DgnJzhQACAQAAiXNlY3AyNTZrMaED_DIYA2CgInk2Ahz-GNIROP4go5WpIAjfy8yHEcEB33iDdGNwgpaGg3VkcIKWiIV3YWt1MgU"}'
|
|
2025-12-08 12:15:53.809 INFO [src.node.waku_node] REST service is ready !!
|
|
2025-12-08 12:15:53.815 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2025-12-08 12:15:53.815 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2025-12-08_12-15-52__7de8149d-c06f-40f8-a972-41c2d66ed736__wakuorg_nwaku:latest.log
|
|
2025-12-08 12:15:53.815 DEBUG [src.node.waku_node] Starting Node...
|
|
2025-12-08 12:15:53.816 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2025-12-08 12:15:53.817 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2025-12-08 12:15:53.817 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.5.112
|
|
2025-12-08 12:15:53.817 DEBUG [src.node.docker_mananger] Generated ports ['55311', '55312', '55313', '55314', '55315']
|
|
2025-12-08 12:15:53.817 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2025-12-08 12:15:53.818 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2025-12-08 12:15:53.818 DEBUG [src.node.waku_node] Using volumes []
|
|
2025-12-08 12:15:53.818 DEBUG [src.node.docker_mananger] docker run -i -t -p 55311:55311 -p 55312:55312 -p 55313:55313 -p 55314:55314 -p 55315:55315 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=55313 --rest-port=55311 --tcp-port=55312 --discv5-udp-port=55314 --rest-address=0.0.0.0 --nat=extip:172.18.5.112 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=c64af60ddad98fa9e4fe258fe2cd04fbf8a0f5ddb730d374cc0e76be192b075c --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=55315 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QKA4onO6g7GYWFmONAFPDey2YdKvjTZ9w04_WJ34xoW9ON6eEb7x_HzxJjgNE7U644M07pl8rX_rSTW3-Yq0jnQCgmlkgnY0gmlwhKwS2CWKbXVsdGlhZGRyc5YACASsEtglBpaGAAoErBLYJQaWh90DgnJzhQACAQAAiXNlY3AyNTZrMaED_DIYA2CgInk2Ahz-GNIROP4go5WpIAjfy8yHEcEB33iDdGNwgpaGg3VkcIKWiIV3YWt1MgU --content-topic=/newsService/1.0/weekly/protobuf
|
|
2025-12-08 12:15:53.979 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.5.112 waku f0a8de4db4767681be00393306973f48c0b44b5a786ba594df0e51146df9a185
|
|
2025-12-08 12:15:54.006 DEBUG [src.node.docker_mananger] Container started with ID f0a8de4db476. Setting up logs at ./log/docker/node2_2025-12-08_12-15-52__7de8149d-c06f-40f8-a972-41c2d66ed736__wakuorg_nwaku:latest.log
|
|
2025-12-08 12:15:54.006 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 55311
|
|
2025-12-08 12:15:54.006 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2025-12-08 12:15:55.007 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55311/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-08 12:15:55.026 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"}]}'
|
|
2025-12-08 12:15:55.029 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2025-12-08 12:15:55.030 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55311/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-08 12:15:55.033 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.5.112/tcp/55312/p2p/16Uiu2HAmDoAM3AgGR7oaqR3S3RLqF33tuBqLSFE1g71jQMZgVVuV","/ip4/172.18.5.112/tcp/55313/ws/p2p/16Uiu2HAmDoAM3AgGR7oaqR3S3RLqF33tuBqLSFE1g71jQMZgVVuV"],"enrUri":"enr:-L24QBDkjuwoP68yyC17VIQxwmcIzld2sr_Mql63W52kJuxRBJHbPek3nvhJsmXMf1u8QMMvy7mmy0kfhG1rfyIbZTECgmlkgnY0gmlwhKwSBXCKbXVsdGlhZGRyc5YACASsEgVwBtgQAAoErBIFcAbYEd0DgnJzhQACAQAAiXNlY3AyNTZrMaEDEPOisfi8lesUzSPeIG5BbQlqKgFYg5Zv1HHtyPaFsiSDdGNwgtgQg3VkcILYEoV3YWt1MgE"}'
|
|
2025-12-08 12:15:55.034 INFO [src.node.waku_node] REST service is ready !!
|
|
2025-12-08 12:15:55.034 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55311/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.216.37/tcp/38534/p2p/16Uiu2HAmVdTPnaYuinF28N1VgTEkrzAEcbfCxL96imj4gKDxPzcf"]'
|
|
2025-12-08 12:15:55.037 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-08 12:15:55.037 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:38533/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/1.0/alerts/xml", "/newsService/1.0/updates/json", "/newsService/2.0/alerts/json", "/newsService/2.0/summaries/xml", "/newsService/2.0/highlights/yaml", "/newsService/3.0/weekly/json", "/newsService/3.0/summaries/xml"]'
|
|
2025-12-08 12:15:55.040 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-08 12:15:55.040 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55311/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/1.0/alerts/xml", "/newsService/1.0/updates/json", "/newsService/2.0/alerts/json", "/newsService/2.0/summaries/xml", "/newsService/2.0/highlights/yaml", "/newsService/3.0/weekly/json", "/newsService/3.0/summaries/xml"]'
|
|
2025-12-08 12:15:55.043 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-08 12:15:55.043 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:38533/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/1.0/alerts/xml", "timestamp": '$(date +%s%N)'}'
|
|
2025-12-08 12:15:55.047 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-08 12:15:55.048 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2025-12-08 12:15:55.148 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2025-12-08 12:15:55.149 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38533/relay/v1/auto/messages/%2FnewsService%2F1.0%2Falerts%2Fxml" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-08 12:15:55.151 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":1765196155043767360,"ephemeral":false,"proof":""}]'
|
|
2025-12-08 12:15:55.153 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2025-12-08 12:15:55.153 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55311/relay/v1/auto/messages/%2FnewsService%2F1.0%2Falerts%2Fxml" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-08 12:15:55.155 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":1765196155043767360,"ephemeral":false,"proof":""}]'
|
|
2025-12-08 12:15:55.157 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:38533/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/1.0/updates/json", "timestamp": '$(date +%s%N)'}'
|
|
2025-12-08 12:15:55.161 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-08 12:15:55.161 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2025-12-08 12:15:55.261 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2025-12-08 12:15:55.262 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38533/relay/v1/auto/messages/%2FnewsService%2F1.0%2Fupdates%2Fjson" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-08 12:15:55.265 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":1765196155156988037,"ephemeral":false,"proof":""}]'
|
|
2025-12-08 12:15:55.267 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2025-12-08 12:15:55.267 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55311/relay/v1/auto/messages/%2FnewsService%2F1.0%2Fupdates%2Fjson" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-08 12:15:55.269 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":1765196155156988037,"ephemeral":false,"proof":""}]'
|
|
2025-12-08 12:15:55.271 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:38533/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/2.0/alerts/json", "timestamp": '$(date +%s%N)'}'
|
|
2025-12-08 12:15:55.275 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-08 12:15:55.276 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2025-12-08 12:15:55.376 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2025-12-08 12:15:55.377 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38533/relay/v1/auto/messages/%2FnewsService%2F2.0%2Falerts%2Fjson" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-08 12:15:55.379 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":1765196155271443302,"ephemeral":false,"proof":""}]'
|
|
2025-12-08 12:15:55.381 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2025-12-08 12:15:55.381 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55311/relay/v1/auto/messages/%2FnewsService%2F2.0%2Falerts%2Fjson" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-08 12:15:55.383 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":1765196155271443302,"ephemeral":false,"proof":""}]'
|
|
2025-12-08 12:15:55.385 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:38533/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/2.0/summaries/xml", "timestamp": '$(date +%s%N)'}'
|
|
2025-12-08 12:15:55.389 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-08 12:15:55.389 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2025-12-08 12:15:55.491 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2025-12-08 12:15:55.491 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38533/relay/v1/auto/messages/%2FnewsService%2F2.0%2Fsummaries%2Fxml" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-08 12:15:55.493 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":1765196155385399590,"ephemeral":false,"proof":""}]'
|
|
2025-12-08 12:15:55.495 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2025-12-08 12:15:55.495 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55311/relay/v1/auto/messages/%2FnewsService%2F2.0%2Fsummaries%2Fxml" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-08 12:15:55.497 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":1765196155385399590,"ephemeral":false,"proof":""}]'
|
|
2025-12-08 12:15:55.499 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:38533/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/2.0/highlights/yaml", "timestamp": '$(date +%s%N)'}'
|
|
2025-12-08 12:15:55.503 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-08 12:15:55.504 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2025-12-08 12:15:55.604 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2025-12-08 12:15:55.605 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38533/relay/v1/auto/messages/%2FnewsService%2F2.0%2Fhighlights%2Fyaml" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-08 12:15:55.607 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":1765196155499266090,"ephemeral":false,"proof":""}]'
|
|
2025-12-08 12:15:55.609 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2025-12-08 12:15:55.609 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55311/relay/v1/auto/messages/%2FnewsService%2F2.0%2Fhighlights%2Fyaml" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-08 12:15:55.611 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":1765196155499266090,"ephemeral":false,"proof":""}]'
|
|
2025-12-08 12:15:55.613 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:38533/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/3.0/weekly/json", "timestamp": '$(date +%s%N)'}'
|
|
2025-12-08 12:15:55.617 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-08 12:15:55.618 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2025-12-08 12:15:55.718 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2025-12-08 12:15:55.718 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38533/relay/v1/auto/messages/%2FnewsService%2F3.0%2Fweekly%2Fjson" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-08 12:15:55.721 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":1765196155613278306,"ephemeral":false,"proof":""}]'
|
|
2025-12-08 12:15:55.723 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2025-12-08 12:15:55.723 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55311/relay/v1/auto/messages/%2FnewsService%2F3.0%2Fweekly%2Fjson" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-08 12:15:55.725 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":1765196155613278306,"ephemeral":false,"proof":""}]'
|
|
2025-12-08 12:15:55.727 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:38533/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/3.0/summaries/xml", "timestamp": '$(date +%s%N)'}'
|
|
2025-12-08 12:15:55.731 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-08 12:15:55.732 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2025-12-08 12:15:55.832 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2025-12-08 12:15:55.833 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38533/relay/v1/auto/messages/%2FnewsService%2F3.0%2Fsummaries%2Fxml" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-08 12:15:55.835 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":1765196155727172146,"ephemeral":false,"proof":""}]'
|
|
2025-12-08 12:15:55.837 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2025-12-08 12:15:55.837 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55311/relay/v1/auto/messages/%2FnewsService%2F3.0%2Fsummaries%2Fxml" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-08 12:15:55.840 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":1765196155727172146,"ephemeral":false,"proof":""}]'
|
|
2025-12-08 12:15:55.842 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2025-12-08 12:15:55.843 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2025-12-08 12:15:55.844 DEBUG [src.node.waku_node] Stopping container with id 78c34c7fe19b
|
|
2025-12-08 12:15:56.315 DEBUG [src.node.waku_node] Container stopped.
|
|
2025-12-08 12:15:56.315 DEBUG [src.node.waku_node] Stopping container with id f0a8de4db476
|
|
2025-12-08 12:15:56.802 DEBUG [src.node.waku_node] Container stopped.
|
|
2025-12-08 12:15:56.805 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2025-12-08 12:15:56.811 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2025-12-08 12:15:56.816 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|