mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-04 09:33:42 +00:00
98 lines
19 KiB
Plaintext
98 lines
19 KiB
Plaintext
2026-03-04 04:34:48.372 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-04 04:34:48.374 DEBUG [tests.conftest] Running test: test_publish_on_multiple_content_topics_and_only_after_fetch_them[content_topic_list0] with id: 2026-03-04_04-34-48__f282abff-4e20-4107-8926-44e503098358
|
|
2026-03-04 04:34:48.374 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-04 04:34:48.375 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-03-04 04:34:48.376 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-03-04 04:34:48.386 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-04 04:34:48.388 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-04_04-34-48__f282abff-4e20-4107-8926-44e503098358__wakuorg_nwaku:latest.log
|
|
2026-03-04 04:34:48.388 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-04 04:34:48.388 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-04 04:34:48.392 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-04 04:34:48.392 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.14.87
|
|
2026-03-04 04:34:48.392 DEBUG [src.node.docker_mananger] Generated ports ['51793', '51794', '51795', '51796', '51797']
|
|
2026-03-04 04:34:48.393 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-04 04:34:48.394 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-04 04:34:48.394 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-04 04:34:48.394 DEBUG [src.node.docker_mananger] docker run -i -t -p 51793:51793 -p 51794:51794 -p 51795:51795 -p 51796:51796 -p 51797:51797 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=51795 --rest-port=51793 --tcp-port=51794 --discv5-udp-port=51796 --rest-address=0.0.0.0 --nat=extip:172.18.14.87 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=e7cedd6cde29e8230bdbbfb968e7585a5aff11bfecd267fafb3a1a862fbcaac9 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=51797 --metrics-logging=true --relay=true --filter=true --content-topic=/myapp/1/latest/proto --num-shards-in-network=8
|
|
2026-03-04 04:34:48.579 ERROR [src.node.docker_mananger] Max retries reached for container a27e86c8d8bd. Exiting log stream.
|
|
2026-03-04 04:34:48.590 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.14.87 waku 7b3df0b14c863d546a2a9411f8aeb42d2966d623640f2d2e9eec6086bb792a82
|
|
2026-03-04 04:34:48.624 DEBUG [src.node.docker_mananger] Container started with ID 7b3df0b14c86. Setting up logs at ./log/docker/node1_2026-03-04_04-34-48__f282abff-4e20-4107-8926-44e503098358__wakuorg_nwaku:latest.log
|
|
2026-03-04 04:34:48.625 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 51793
|
|
2026-03-04 04:34:48.625 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-04 04:34:49.237 ERROR [src.node.docker_mananger] Max retries reached for container d1dd09595d62. Exiting log stream.
|
|
2026-03-04 04:34:49.627 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51793/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-04 04:34:49.630 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-04 04:34:49.630 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-04 04:34:49.630 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51793/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-04 04:34:49.633 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.14.87/tcp/51794/p2p/16Uiu2HAmBkUCbwWf8521hUP7wEU9ABtaBQY89vaKNbZ54LMkKWjq","/ip4/172.18.14.87/tcp/51795/ws/p2p/16Uiu2HAmBkUCbwWf8521hUP7wEU9ABtaBQY89vaKNbZ54LMkKWjq"],"enrUri":"enr:-L24QKvBhcHXcVMuH9qNFSc816UhIksiIY4gdaKMmgPjvUKVbrk0MHpx1KmCBePYP6Ui_peQoyci2j-eE0QyYHaiSqQCgmlkgnY0gmlwhKwSDleKbXVsdGlhZGRyc5YACASsEg5XBspSAAoErBIOVwbKU90DgnJzhQACAQAAiXNlY3AyNTZrMaEC8ou1HQ_ld3f3-ppSEnRy8_PKUIAoWQfNhC1Gh5nsCgiDdGNwgspSg3VkcILKVIV3YWt1MgU"}'
|
|
2026-03-04 04:34:49.633 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-04 04:34:49.640 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-04 04:34:49.640 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-04_04-34-48__f282abff-4e20-4107-8926-44e503098358__wakuorg_nwaku:latest.log
|
|
2026-03-04 04:34:49.640 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-04 04:34:49.640 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-04 04:34:49.642 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-04 04:34:49.642 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.148.31
|
|
2026-03-04 04:34:49.642 DEBUG [src.node.docker_mananger] Generated ports ['39515', '39516', '39517', '39518', '39519']
|
|
2026-03-04 04:34:49.642 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-04 04:34:49.642 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-04 04:34:49.642 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-04 04:34:49.642 DEBUG [src.node.docker_mananger] docker run -i -t -p 39515:39515 -p 39516:39516 -p 39517:39517 -p 39518:39518 -p 39519:39519 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=39517 --rest-port=39515 --tcp-port=39516 --discv5-udp-port=39518 --rest-address=0.0.0.0 --nat=extip:172.18.148.31 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=4f1cebcaa9eafbe364de41da1d2c5093aab8cf871897d9642eceae2aa76fecec --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=39519 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QKvBhcHXcVMuH9qNFSc816UhIksiIY4gdaKMmgPjvUKVbrk0MHpx1KmCBePYP6Ui_peQoyci2j-eE0QyYHaiSqQCgmlkgnY0gmlwhKwSDleKbXVsdGlhZGRyc5YACASsEg5XBspSAAoErBIOVwbKU90DgnJzhQACAQAAiXNlY3AyNTZrMaEC8ou1HQ_ld3f3-ppSEnRy8_PKUIAoWQfNhC1Gh5nsCgiDdGNwgspSg3VkcILKVIV3YWt1MgU --content-topic=/myapp/1/latest/proto --num-shards-in-network=8
|
|
2026-03-04 04:34:49.836 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.148.31 waku 95dca81b78b4a0f393a70995f1866d9f45fb2557d92ad9655cd49dd730c25ac2
|
|
2026-03-04 04:34:49.874 DEBUG [src.node.docker_mananger] Container started with ID 95dca81b78b4. Setting up logs at ./log/docker/node2_2026-03-04_04-34-48__f282abff-4e20-4107-8926-44e503098358__wakuorg_nwaku:latest.log
|
|
2026-03-04 04:34:49.875 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 39515
|
|
2026-03-04 04:34:49.876 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-04 04:34:50.876 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39515/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-04 04:34:50.893 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-04 04:34:50.894 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-04 04:34:50.894 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39515/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-04 04:34:50.911 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.148.31/tcp/39516/p2p/16Uiu2HAm1vq8bFe5wJYTKE8cwB8uiD9Z2HGMXFbyBiDdZUBr2FVy","/ip4/172.18.148.31/tcp/39517/ws/p2p/16Uiu2HAm1vq8bFe5wJYTKE8cwB8uiD9Z2HGMXFbyBiDdZUBr2FVy"],"enrUri":"enr:-L24QKnx-euq9hnQTT_zgDahIHxFQ4BVyD9pB6nztup2NZayMj9212vH_qqZVXymDVUi0pFhHF4hNhQ5wrB49tMpFY0CgmlkgnY0gmlwhKwSlB-KbXVsdGlhZGRyc5YACASsEpQfBppcAAoErBKUHwaaXd0DgnJzhQACAQAAiXNlY3AyNTZrMaECYJ5QGA1VxF_YSPUkKU3u3Kq5hVAyb81gbvWA0xQAucCDdGNwgppcg3VkcIKaXoV3YWt1MgE"}'
|
|
2026-03-04 04:34:50.913 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-04 04:34:50.916 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:39515/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.14.87/tcp/51794/p2p/16Uiu2HAmBkUCbwWf8521hUP7wEU9ABtaBQY89vaKNbZ54LMkKWjq"]'
|
|
2026-03-04 04:34:50.929 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-04 04:34:50.930 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51793/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-04 04:34:50.933 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-04 04:34:50.933 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:39515/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-04 04:34:50.936 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-04 04:34:50.937 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51793/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "L25ld3NTZXJ2aWNlLzEuMC93ZWVrbHkvcHJvdG9idWY=", "contentTopic": "/newsService/1.0/weekly/protobuf", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-04 04:34:50.942 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-04 04:34:50.942 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51793/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "L25ld3NTZXJ2aWNlLzEuMC9hbGVydHMveG1s", "contentTopic": "/newsService/1.0/alerts/xml", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-04 04:34:50.947 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-04 04:34:50.948 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51793/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "L25ld3NTZXJ2aWNlLzEuMC91cGRhdGVzL2pzb24=", "contentTopic": "/newsService/1.0/updates/json", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-04 04:34:50.954 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-04 04:34:50.954 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51793/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "L25ld3NTZXJ2aWNlLzIuMC9hbGVydHMvanNvbg==", "contentTopic": "/newsService/2.0/alerts/json", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-04 04:34:50.959 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-04 04:34:50.961 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51793/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "L25ld3NTZXJ2aWNlLzIuMC9zdW1tYXJpZXMveG1s", "contentTopic": "/newsService/2.0/summaries/xml", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-04 04:34:50.966 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-04 04:34:50.966 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51793/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "L25ld3NTZXJ2aWNlLzIuMC9oaWdobGlnaHRzL3lhbWw=", "contentTopic": "/newsService/2.0/highlights/yaml", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-04 04:34:50.971 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-04 04:34:50.972 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51793/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "L25ld3NTZXJ2aWNlLzMuMC93ZWVrbHkvanNvbg==", "contentTopic": "/newsService/3.0/weekly/json", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-04 04:34:50.978 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-04 04:34:50.979 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51793/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "L25ld3NTZXJ2aWNlLzMuMC9zdW1tYXJpZXMveG1s", "contentTopic": "/newsService/3.0/summaries/xml", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-04 04:34:50.984 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-04 04:34:50.985 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-04 04:34:51.085 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39515/relay/v1/auto/messages/%2FnewsService%2F1.0%2Fweekly%2Fprotobuf" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-04 04:34:51.087 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":1772598890937031038,"ephemeral":false,"proof":""}]'
|
|
2026-03-04 04:34:51.088 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39515/relay/v1/auto/messages/%2FnewsService%2F1.0%2Falerts%2Fxml" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-04 04:34:51.090 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":1772598890942729671,"ephemeral":false,"proof":""}]'
|
|
2026-03-04 04:34:51.091 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39515/relay/v1/auto/messages/%2FnewsService%2F1.0%2Fupdates%2Fjson" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-04 04:34:51.093 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":1772598890948400549,"ephemeral":false,"proof":""}]'
|
|
2026-03-04 04:34:51.093 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39515/relay/v1/auto/messages/%2FnewsService%2F2.0%2Falerts%2Fjson" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-04 04:34:51.095 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":1772598890954525744,"ephemeral":false,"proof":""}]'
|
|
2026-03-04 04:34:51.096 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39515/relay/v1/auto/messages/%2FnewsService%2F2.0%2Fsummaries%2Fxml" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-04 04:34:51.098 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":1772598890960854136,"ephemeral":false,"proof":""}]'
|
|
2026-03-04 04:34:51.098 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39515/relay/v1/auto/messages/%2FnewsService%2F2.0%2Fhighlights%2Fyaml" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-04 04:34:51.101 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":1772598890966606316,"ephemeral":false,"proof":""}]'
|
|
2026-03-04 04:34:51.101 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39515/relay/v1/auto/messages/%2FnewsService%2F3.0%2Fweekly%2Fjson" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-04 04:34:51.103 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":1772598890972253467,"ephemeral":false,"proof":""}]'
|
|
2026-03-04 04:34:51.103 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39515/relay/v1/auto/messages/%2FnewsService%2F3.0%2Fsummaries%2Fxml" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-04 04:34:51.106 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":1772598890979201938,"ephemeral":false,"proof":""}]'
|
|
2026-03-04 04:34:51.107 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-04 04:34:51.108 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-04 04:34:51.109 DEBUG [src.node.waku_node] Stopping container with id 7b3df0b14c86
|
|
2026-03-04 04:34:51.711 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-04 04:34:51.714 DEBUG [src.node.waku_node] Stopping container with id 95dca81b78b4
|
|
2026-03-04 04:34:52.313 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-04 04:34:52.315 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-04 04:34:52.326 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-04 04:34:52.336 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|