mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-01-08 00:43:07 +00:00
98 lines
19 KiB
Plaintext
98 lines
19 KiB
Plaintext
2025-12-26 04:26:59.992 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2025-12-26 04:26:59.992 DEBUG [tests.conftest] Running test: test_publish_on_multiple_content_topics_and_only_after_fetch_them[content_topic_list0] with id: 2025-12-26_04-26-59__01112768-5b20-4fd4-8df8-9ee5c4830aa7
|
|
2025-12-26 04:26:59.993 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2025-12-26 04:26:59.993 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2025-12-26 04:26:59.993 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2025-12-26 04:27:00.000 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2025-12-26 04:27:00.000 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-26_04-26-59__01112768-5b20-4fd4-8df8-9ee5c4830aa7__wakuorg_nwaku:latest.log
|
|
2025-12-26 04:27:00.001 DEBUG [src.node.waku_node] Starting Node...
|
|
2025-12-26 04:27:00.001 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2025-12-26 04:27:00.002 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2025-12-26 04:27:00.002 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.201.107
|
|
2025-12-26 04:27:00.003 DEBUG [src.node.docker_mananger] Generated ports ['37147', '37148', '37149', '37150', '37151']
|
|
2025-12-26 04:27:00.003 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2025-12-26 04:27:00.003 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2025-12-26 04:27:00.003 DEBUG [src.node.waku_node] Using volumes []
|
|
2025-12-26 04:27:00.003 DEBUG [src.node.docker_mananger] docker run -i -t -p 37147:37147 -p 37148:37148 -p 37149:37149 -p 37150:37150 -p 37151:37151 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=37149 --rest-port=37147 --tcp-port=37148 --discv5-udp-port=37150 --rest-address=0.0.0.0 --nat=extip:172.18.201.107 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=eeb04afffceea5edd83b6fcaddfba22adf7f3eeadb32a6fd739e8360de6afba1 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=37151 --metrics-logging=true --relay=true --filter=true --content-topic=/myapp/1/latest/proto --num-shards-in-network=8
|
|
2025-12-26 04:27:00.183 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.201.107 waku 87ae5cd649ca5255806936d81208de92cbc9f6ddf9e52a1ecad27bf107bd2a16
|
|
2025-12-26 04:27:00.212 DEBUG [src.node.docker_mananger] Container started with ID 87ae5cd649ca. Setting up logs at ./log/docker/node1_2025-12-26_04-26-59__01112768-5b20-4fd4-8df8-9ee5c4830aa7__wakuorg_nwaku:latest.log
|
|
2025-12-26 04:27:00.215 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 37147
|
|
2025-12-26 04:27:00.215 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2025-12-26 04:27:00.268 ERROR [src.node.docker_mananger] Max retries reached for container 35808b69e792. Exiting log stream.
|
|
2025-12-26 04:27:00.772 ERROR [src.node.docker_mananger] Max retries reached for container 2de441598a38. Exiting log stream.
|
|
2025-12-26 04:27:01.216 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37147/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-26 04:27:01.219 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-26 04:27:01.219 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2025-12-26 04:27:01.219 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37147/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-26 04:27:01.222 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.201.107/tcp/37148/p2p/16Uiu2HAmBgSgYdATtqeacBDaXBVRS9tvxrs9YEjQEE3obnxeuN7p","/ip4/172.18.201.107/tcp/37149/ws/p2p/16Uiu2HAmBgSgYdATtqeacBDaXBVRS9tvxrs9YEjQEE3obnxeuN7p"],"enrUri":"enr:-L24QCI5pmeDC3iKSj_DxFkP4Ty1hO_58VhrRMTigyO0Iwh5ZcUPTBKGYfRfU5QvcbL6-i2iflr6PaM8SkgaQMf-MyMCgmlkgnY0gmlwhKwSyWuKbXVsdGlhZGRyc5YACASsEslrBpEcAAoErBLJawaRHd0DgnJzhQACAQAAiXNlY3AyNTZrMaEC8YOq5hdwkoeglzurpHHyM7img_RHb43ryewr7c2Ueo-DdGNwgpEcg3VkcIKRHoV3YWt1MgU"}'
|
|
2025-12-26 04:27:01.222 INFO [src.node.waku_node] REST service is ready !!
|
|
2025-12-26 04:27:01.228 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2025-12-26 04:27:01.228 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2025-12-26_04-26-59__01112768-5b20-4fd4-8df8-9ee5c4830aa7__wakuorg_nwaku:latest.log
|
|
2025-12-26 04:27:01.228 DEBUG [src.node.waku_node] Starting Node...
|
|
2025-12-26 04:27:01.229 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2025-12-26 04:27:01.230 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2025-12-26 04:27:01.230 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.57.21
|
|
2025-12-26 04:27:01.230 DEBUG [src.node.docker_mananger] Generated ports ['62718', '62719', '62720', '62721', '62722']
|
|
2025-12-26 04:27:01.230 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2025-12-26 04:27:01.230 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2025-12-26 04:27:01.231 DEBUG [src.node.waku_node] Using volumes []
|
|
2025-12-26 04:27:01.231 DEBUG [src.node.docker_mananger] docker run -i -t -p 62718:62718 -p 62719:62719 -p 62720:62720 -p 62721:62721 -p 62722:62722 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=62720 --rest-port=62718 --tcp-port=62719 --discv5-udp-port=62721 --rest-address=0.0.0.0 --nat=extip:172.18.57.21 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=abca6497a53f5f039d70cb140db9f1d50102bec0cc1ab1c7dbe35afe39fa8d9f --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=62722 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QCI5pmeDC3iKSj_DxFkP4Ty1hO_58VhrRMTigyO0Iwh5ZcUPTBKGYfRfU5QvcbL6-i2iflr6PaM8SkgaQMf-MyMCgmlkgnY0gmlwhKwSyWuKbXVsdGlhZGRyc5YACASsEslrBpEcAAoErBLJawaRHd0DgnJzhQACAQAAiXNlY3AyNTZrMaEC8YOq5hdwkoeglzurpHHyM7img_RHb43ryewr7c2Ueo-DdGNwgpEcg3VkcIKRHoV3YWt1MgU --content-topic=/myapp/1/latest/proto --num-shards-in-network=8
|
|
2025-12-26 04:27:01.414 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.57.21 waku c81e80c312aaf34885c8f9fd1bc23da4b9140aa989d369c5396f7c60d6d72310
|
|
2025-12-26 04:27:01.444 DEBUG [src.node.docker_mananger] Container started with ID c81e80c312aa. Setting up logs at ./log/docker/node2_2025-12-26_04-26-59__01112768-5b20-4fd4-8df8-9ee5c4830aa7__wakuorg_nwaku:latest.log
|
|
2025-12-26 04:27:01.446 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 62718
|
|
2025-12-26 04:27:01.446 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2025-12-26 04:27:02.446 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62718/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-26 04:27:02.461 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-26 04:27:02.461 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2025-12-26 04:27:02.461 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62718/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-26 04:27:02.465 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.57.21/tcp/62719/p2p/16Uiu2HAmSWsxuBAkdpfrjAXyeNvxD6rUShvJxsUs1uhCAaW6uVxU","/ip4/172.18.57.21/tcp/62720/ws/p2p/16Uiu2HAmSWsxuBAkdpfrjAXyeNvxD6rUShvJxsUs1uhCAaW6uVxU"],"enrUri":"enr:-L24QKEjRkZyKwTL3Ppyng-MmYzl9aDCZTWRc61-qbloKdnPERpplv60x8h8Fq5D2wRm5rYfpNTlUEjXjABONIQTr-UCgmlkgnY0gmlwhKwSORWKbXVsdGlhZGRyc5YACASsEjkVBvT_AAoErBI5FQb1AN0DgnJzhQACAQAAiXNlY3AyNTZrMaEDze-_8oKJxRkj1kCR7hSD2JI0V-H3NWTMKuimxzbY-NGDdGNwgvT_g3VkcIL1AYV3YWt1MgE"}'
|
|
2025-12-26 04:27:02.466 INFO [src.node.waku_node] REST service is ready !!
|
|
2025-12-26 04:27:02.466 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62718/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.201.107/tcp/37148/p2p/16Uiu2HAmBgSgYdATtqeacBDaXBVRS9tvxrs9YEjQEE3obnxeuN7p"]'
|
|
2025-12-26 04:27:02.470 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-26 04:27:02.470 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37147/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"]'
|
|
2025-12-26 04:27:02.477 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-26 04:27:02.477 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62718/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"]'
|
|
2025-12-26 04:27:02.486 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-26 04:27:02.486 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37147/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "L25ld3NTZXJ2aWNlLzEuMC93ZWVrbHkvcHJvdG9idWY=", "contentTopic": "/newsService/1.0/weekly/protobuf", "timestamp": '$(date +%s%N)'}'
|
|
2025-12-26 04:27:02.492 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-26 04:27:02.492 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37147/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "L25ld3NTZXJ2aWNlLzEuMC9hbGVydHMveG1s", "contentTopic": "/newsService/1.0/alerts/xml", "timestamp": '$(date +%s%N)'}'
|
|
2025-12-26 04:27:02.498 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-26 04:27:02.499 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37147/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "L25ld3NTZXJ2aWNlLzEuMC91cGRhdGVzL2pzb24=", "contentTopic": "/newsService/1.0/updates/json", "timestamp": '$(date +%s%N)'}'
|
|
2025-12-26 04:27:02.503 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-26 04:27:02.504 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37147/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "L25ld3NTZXJ2aWNlLzIuMC9hbGVydHMvanNvbg==", "contentTopic": "/newsService/2.0/alerts/json", "timestamp": '$(date +%s%N)'}'
|
|
2025-12-26 04:27:02.508 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-26 04:27:02.509 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37147/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "L25ld3NTZXJ2aWNlLzIuMC9zdW1tYXJpZXMveG1s", "contentTopic": "/newsService/2.0/summaries/xml", "timestamp": '$(date +%s%N)'}'
|
|
2025-12-26 04:27:02.514 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-26 04:27:02.514 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37147/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "L25ld3NTZXJ2aWNlLzIuMC9oaWdobGlnaHRzL3lhbWw=", "contentTopic": "/newsService/2.0/highlights/yaml", "timestamp": '$(date +%s%N)'}'
|
|
2025-12-26 04:27:02.519 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-26 04:27:02.520 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37147/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "L25ld3NTZXJ2aWNlLzMuMC93ZWVrbHkvanNvbg==", "contentTopic": "/newsService/3.0/weekly/json", "timestamp": '$(date +%s%N)'}'
|
|
2025-12-26 04:27:02.524 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-26 04:27:02.525 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37147/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "L25ld3NTZXJ2aWNlLzMuMC9zdW1tYXJpZXMveG1s", "contentTopic": "/newsService/3.0/summaries/xml", "timestamp": '$(date +%s%N)'}'
|
|
2025-12-26 04:27:02.529 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-26 04:27:02.530 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2025-12-26 04:27:02.631 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62718/relay/v1/auto/messages/%2FnewsService%2F1.0%2Fweekly%2Fprotobuf" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-26 04:27:02.633 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"L25ld3NTZXJ2aWNlLzEuMC93ZWVrbHkvcHJvdG9idWY=","contentTopic":"/newsService/1.0/weekly/protobuf","version":0,"timestamp":1766723222486596723,"ephemeral":false,"proof":""}]'
|
|
2025-12-26 04:27:02.633 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62718/relay/v1/auto/messages/%2FnewsService%2F1.0%2Falerts%2Fxml" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-26 04:27:02.635 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"L25ld3NTZXJ2aWNlLzEuMC9hbGVydHMveG1s","contentTopic":"/newsService/1.0/alerts/xml","version":0,"timestamp":1766723222492631960,"ephemeral":false,"proof":""}]'
|
|
2025-12-26 04:27:02.636 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62718/relay/v1/auto/messages/%2FnewsService%2F1.0%2Fupdates%2Fjson" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-26 04:27:02.638 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"L25ld3NTZXJ2aWNlLzEuMC91cGRhdGVzL2pzb24=","contentTopic":"/newsService/1.0/updates/json","version":0,"timestamp":1766723222499030607,"ephemeral":false,"proof":""}]'
|
|
2025-12-26 04:27:02.638 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62718/relay/v1/auto/messages/%2FnewsService%2F2.0%2Falerts%2Fjson" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-26 04:27:02.641 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"L25ld3NTZXJ2aWNlLzIuMC9hbGVydHMvanNvbg==","contentTopic":"/newsService/2.0/alerts/json","version":0,"timestamp":1766723222504326984,"ephemeral":false,"proof":""}]'
|
|
2025-12-26 04:27:02.641 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62718/relay/v1/auto/messages/%2FnewsService%2F2.0%2Fsummaries%2Fxml" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-26 04:27:02.643 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"L25ld3NTZXJ2aWNlLzIuMC9zdW1tYXJpZXMveG1s","contentTopic":"/newsService/2.0/summaries/xml","version":0,"timestamp":1766723222509018029,"ephemeral":false,"proof":""}]'
|
|
2025-12-26 04:27:02.643 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62718/relay/v1/auto/messages/%2FnewsService%2F2.0%2Fhighlights%2Fyaml" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-26 04:27:02.645 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"L25ld3NTZXJ2aWNlLzIuMC9oaWdobGlnaHRzL3lhbWw=","contentTopic":"/newsService/2.0/highlights/yaml","version":0,"timestamp":1766723222514549529,"ephemeral":false,"proof":""}]'
|
|
2025-12-26 04:27:02.646 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62718/relay/v1/auto/messages/%2FnewsService%2F3.0%2Fweekly%2Fjson" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-26 04:27:02.648 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"L25ld3NTZXJ2aWNlLzMuMC93ZWVrbHkvanNvbg==","contentTopic":"/newsService/3.0/weekly/json","version":0,"timestamp":1766723222520061018,"ephemeral":false,"proof":""}]'
|
|
2025-12-26 04:27:02.648 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62718/relay/v1/auto/messages/%2FnewsService%2F3.0%2Fsummaries%2Fxml" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-26 04:27:02.651 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"L25ld3NTZXJ2aWNlLzMuMC9zdW1tYXJpZXMveG1s","contentTopic":"/newsService/3.0/summaries/xml","version":0,"timestamp":1766723222525171356,"ephemeral":false,"proof":""}]'
|
|
2025-12-26 04:27:02.652 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2025-12-26 04:27:02.653 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2025-12-26 04:27:02.653 DEBUG [src.node.waku_node] Stopping container with id 87ae5cd649ca
|
|
2025-12-26 04:27:03.219 DEBUG [src.node.waku_node] Container stopped.
|
|
2025-12-26 04:27:03.220 DEBUG [src.node.waku_node] Stopping container with id c81e80c312aa
|
|
2025-12-26 04:27:03.755 DEBUG [src.node.waku_node] Container stopped.
|
|
2025-12-26 04:27:03.756 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2025-12-26 04:27:03.770 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2025-12-26 04:27:03.778 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|