mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-05 10:03:16 +00:00
98 lines
19 KiB
Plaintext
98 lines
19 KiB
Plaintext
2026-01-30 04:35:06.126 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-01-30 04:35:06.127 DEBUG [tests.conftest] Running test: test_publish_on_multiple_content_topics_and_only_after_fetch_them[content_topic_list0] with id: 2026-01-30_04-35-06__174e49e3-e283-4d55-84cf-27e734097216
|
|
2026-01-30 04:35:06.128 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-01-30 04:35:06.129 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-01-30 04:35:06.130 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-01-30 04:35:06.141 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-01-30 04:35:06.142 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-01-30_04-35-06__174e49e3-e283-4d55-84cf-27e734097216__wakuorg_nwaku:latest.log
|
|
2026-01-30 04:35:06.142 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-01-30 04:35:06.143 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-01-30 04:35:06.145 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-01-30 04:35:06.145 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.21.115
|
|
2026-01-30 04:35:06.146 DEBUG [src.node.docker_mananger] Generated ports ['35727', '35728', '35729', '35730', '35731']
|
|
2026-01-30 04:35:06.146 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-01-30 04:35:06.146 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-01-30 04:35:06.146 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-01-30 04:35:06.147 DEBUG [src.node.docker_mananger] docker run -i -t -p 35727:35727 -p 35728:35728 -p 35729:35729 -p 35730:35730 -p 35731:35731 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=35729 --rest-port=35727 --tcp-port=35728 --discv5-udp-port=35730 --rest-address=0.0.0.0 --nat=extip:172.18.21.115 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=c1fe9d5ad20c495f65d8563aedc90fb3ab7a08a2cbedfa48c8dcf3c11b08aa34 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=35731 --metrics-logging=true --relay=true --filter=true --content-topic=/myapp/1/latest/proto --num-shards-in-network=8
|
|
2026-01-30 04:35:06.338 ERROR [src.node.docker_mananger] Max retries reached for container 21856b00d67d. Exiting log stream.
|
|
2026-01-30 04:35:06.343 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.21.115 waku 339eb65339776ce168f1a051b60f2d475c7871e508def5f0cc488f2620319fc6
|
|
2026-01-30 04:35:06.376 DEBUG [src.node.docker_mananger] Container started with ID 339eb6533977. Setting up logs at ./log/docker/node1_2026-01-30_04-35-06__174e49e3-e283-4d55-84cf-27e734097216__wakuorg_nwaku:latest.log
|
|
2026-01-30 04:35:06.376 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 35727
|
|
2026-01-30 04:35:06.377 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-01-30 04:35:06.991 ERROR [src.node.docker_mananger] Max retries reached for container 25bdceec6584. Exiting log stream.
|
|
2026-01-30 04:35:07.378 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35727/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-30 04:35:07.381 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
|
2026-01-30 04:35:07.382 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-01-30 04:35:07.382 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35727/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-30 04:35:07.384 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.21.115/tcp/35728/p2p/16Uiu2HAmU8HLaiYPbqhEg6enJ2x5ENfAxuKwW9ocjdwCQfmDpBoP","/ip4/172.18.21.115/tcp/35729/ws/p2p/16Uiu2HAmU8HLaiYPbqhEg6enJ2x5ENfAxuKwW9ocjdwCQfmDpBoP"],"enrUri":"enr:-L24QL9Qai32mpGDPVKzw_MT6YAlPFY48jBJ2VgvUHGB3k6WVV5YRmqZySJSOJfYp8--2mYBhBFlI7Zbbqx_gI_ltsgCgmlkgnY0gmlwhKwSFXOKbXVsdGlhZGRyc5YACASsEhVzBouQAAoErBIVcwaLkd0DgnJzhQACAQAAiXNlY3AyNTZrMaED5d0xo7Q3c65TdY10Eh-Ywhx7bi59gkoeTlGD1HePhYKDdGNwgouQg3VkcIKLkoV3YWt1MgU"}'
|
|
2026-01-30 04:35:07.384 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-01-30 04:35:07.391 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-01-30 04:35:07.391 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-01-30_04-35-06__174e49e3-e283-4d55-84cf-27e734097216__wakuorg_nwaku:latest.log
|
|
2026-01-30 04:35:07.392 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-01-30 04:35:07.392 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-01-30 04:35:07.393 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-01-30 04:35:07.393 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.38.81
|
|
2026-01-30 04:35:07.393 DEBUG [src.node.docker_mananger] Generated ports ['10635', '10636', '10637', '10638', '10639']
|
|
2026-01-30 04:35:07.393 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-01-30 04:35:07.394 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-01-30 04:35:07.394 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-01-30 04:35:07.394 DEBUG [src.node.docker_mananger] docker run -i -t -p 10635:10635 -p 10636:10636 -p 10637:10637 -p 10638:10638 -p 10639:10639 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=10637 --rest-port=10635 --tcp-port=10636 --discv5-udp-port=10638 --rest-address=0.0.0.0 --nat=extip:172.18.38.81 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=6faafe1ebc6aeeef5015ac707d1ad0d98b5b1f5ba18bd897fde31dcffce3ba7a --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=10639 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QL9Qai32mpGDPVKzw_MT6YAlPFY48jBJ2VgvUHGB3k6WVV5YRmqZySJSOJfYp8--2mYBhBFlI7Zbbqx_gI_ltsgCgmlkgnY0gmlwhKwSFXOKbXVsdGlhZGRyc5YACASsEhVzBouQAAoErBIVcwaLkd0DgnJzhQACAQAAiXNlY3AyNTZrMaED5d0xo7Q3c65TdY10Eh-Ywhx7bi59gkoeTlGD1HePhYKDdGNwgouQg3VkcIKLkoV3YWt1MgU --content-topic=/myapp/1/latest/proto --num-shards-in-network=8
|
|
2026-01-30 04:35:07.591 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.38.81 waku 055617102b926ed18ef1c216537b1f92eed3c8b4465ad3eda9521593c46827dc
|
|
2026-01-30 04:35:07.627 DEBUG [src.node.docker_mananger] Container started with ID 055617102b92. Setting up logs at ./log/docker/node2_2026-01-30_04-35-06__174e49e3-e283-4d55-84cf-27e734097216__wakuorg_nwaku:latest.log
|
|
2026-01-30 04:35:07.627 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 10635
|
|
2026-01-30 04:35:07.627 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-01-30 04:35:08.628 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10635/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-30 04:35:08.636 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"}]}'
|
|
2026-01-30 04:35:08.636 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-01-30 04:35:08.636 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10635/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-30 04:35:08.642 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.38.81/tcp/10636/p2p/16Uiu2HAm4NbGTbTNBjXwD8AU78QAbdqRqThTEjy9sHWeceC6wDTP","/ip4/172.18.38.81/tcp/10637/ws/p2p/16Uiu2HAm4NbGTbTNBjXwD8AU78QAbdqRqThTEjy9sHWeceC6wDTP"],"enrUri":"enr:-L24QDje74KugTYxMLp-PtbEko_XuBGHSvOJbVDOqDASvnFraWl0j9N2LTcuoa4qY0gz16QulQN5UAJzvB_mljTSJOoCgmlkgnY0gmlwhKwSJlGKbXVsdGlhZGRyc5YACASsEiZRBimMAAoErBImUQYpjd0DgnJzhQACAQAAiXNlY3AyNTZrMaEChO8cfYOitA4NKUnBOHNLxLy077ByFH1CgdMK0R56lQqDdGNwgimMg3VkcIIpjoV3YWt1MgE"}'
|
|
2026-01-30 04:35:08.642 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-01-30 04:35:08.643 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:10635/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.21.115/tcp/35728/p2p/16Uiu2HAmU8HLaiYPbqhEg6enJ2x5ENfAxuKwW9ocjdwCQfmDpBoP"]'
|
|
2026-01-30 04:35:08.646 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-30 04:35:08.646 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:35727/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/1.0/weekly/protobuf", "/newsService/1.0/alerts/xml", "/newsService/1.0/updates/json", "/newsService/2.0/alerts/json", "/newsService/2.0/summaries/xml", "/newsService/2.0/highlights/yaml", "/newsService/3.0/weekly/json", "/newsService/3.0/summaries/xml"]'
|
|
2026-01-30 04:35:08.652 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-30 04:35:08.652 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:10635/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/1.0/weekly/protobuf", "/newsService/1.0/alerts/xml", "/newsService/1.0/updates/json", "/newsService/2.0/alerts/json", "/newsService/2.0/summaries/xml", "/newsService/2.0/highlights/yaml", "/newsService/3.0/weekly/json", "/newsService/3.0/summaries/xml"]'
|
|
2026-01-30 04:35:08.661 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-30 04:35:08.661 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:35727/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "L25ld3NTZXJ2aWNlLzEuMC93ZWVrbHkvcHJvdG9idWY=", "contentTopic": "/newsService/1.0/weekly/protobuf", "timestamp": '$(date +%s%N)'}'
|
|
2026-01-30 04:35:08.672 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-30 04:35:08.672 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:35727/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "L25ld3NTZXJ2aWNlLzEuMC9hbGVydHMveG1s", "contentTopic": "/newsService/1.0/alerts/xml", "timestamp": '$(date +%s%N)'}'
|
|
2026-01-30 04:35:08.677 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-30 04:35:08.677 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:35727/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "L25ld3NTZXJ2aWNlLzEuMC91cGRhdGVzL2pzb24=", "contentTopic": "/newsService/1.0/updates/json", "timestamp": '$(date +%s%N)'}'
|
|
2026-01-30 04:35:08.682 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-30 04:35:08.683 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:35727/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "L25ld3NTZXJ2aWNlLzIuMC9hbGVydHMvanNvbg==", "contentTopic": "/newsService/2.0/alerts/json", "timestamp": '$(date +%s%N)'}'
|
|
2026-01-30 04:35:08.687 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-30 04:35:08.688 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:35727/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "L25ld3NTZXJ2aWNlLzIuMC9zdW1tYXJpZXMveG1s", "contentTopic": "/newsService/2.0/summaries/xml", "timestamp": '$(date +%s%N)'}'
|
|
2026-01-30 04:35:08.692 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-30 04:35:08.693 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:35727/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "L25ld3NTZXJ2aWNlLzIuMC9oaWdobGlnaHRzL3lhbWw=", "contentTopic": "/newsService/2.0/highlights/yaml", "timestamp": '$(date +%s%N)'}'
|
|
2026-01-30 04:35:08.698 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-30 04:35:08.698 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:35727/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "L25ld3NTZXJ2aWNlLzMuMC93ZWVrbHkvanNvbg==", "contentTopic": "/newsService/3.0/weekly/json", "timestamp": '$(date +%s%N)'}'
|
|
2026-01-30 04:35:08.704 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-30 04:35:08.704 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:35727/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "L25ld3NTZXJ2aWNlLzMuMC9zdW1tYXJpZXMveG1s", "contentTopic": "/newsService/3.0/summaries/xml", "timestamp": '$(date +%s%N)'}'
|
|
2026-01-30 04:35:08.708 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-30 04:35:08.709 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-01-30 04:35:08.809 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10635/relay/v1/auto/messages/%2FnewsService%2F1.0%2Fweekly%2Fprotobuf" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-30 04:35:08.812 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":1769747708661657917,"ephemeral":false,"proof":""}]'
|
|
2026-01-30 04:35:08.813 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10635/relay/v1/auto/messages/%2FnewsService%2F1.0%2Falerts%2Fxml" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-30 04:35:08.815 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":1769747708672818012,"ephemeral":false,"proof":""}]'
|
|
2026-01-30 04:35:08.815 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10635/relay/v1/auto/messages/%2FnewsService%2F1.0%2Fupdates%2Fjson" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-30 04:35:08.817 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":1769747708677766629,"ephemeral":false,"proof":""}]'
|
|
2026-01-30 04:35:08.818 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10635/relay/v1/auto/messages/%2FnewsService%2F2.0%2Falerts%2Fjson" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-30 04:35:08.820 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":1769747708682994467,"ephemeral":false,"proof":""}]'
|
|
2026-01-30 04:35:08.820 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10635/relay/v1/auto/messages/%2FnewsService%2F2.0%2Fsummaries%2Fxml" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-30 04:35:08.822 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":1769747708688311500,"ephemeral":false,"proof":""}]'
|
|
2026-01-30 04:35:08.823 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10635/relay/v1/auto/messages/%2FnewsService%2F2.0%2Fhighlights%2Fyaml" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-30 04:35:08.825 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":1769747708693317959,"ephemeral":false,"proof":""}]'
|
|
2026-01-30 04:35:08.825 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10635/relay/v1/auto/messages/%2FnewsService%2F3.0%2Fweekly%2Fjson" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-30 04:35:08.827 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":1769747708698804199,"ephemeral":false,"proof":""}]'
|
|
2026-01-30 04:35:08.828 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10635/relay/v1/auto/messages/%2FnewsService%2F3.0%2Fsummaries%2Fxml" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-30 04:35:08.830 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":1769747708704430644,"ephemeral":false,"proof":""}]'
|
|
2026-01-30 04:35:08.831 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-01-30 04:35:08.832 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-01-30 04:35:08.832 DEBUG [src.node.waku_node] Stopping container with id 339eb6533977
|
|
2026-01-30 04:35:09.406 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-01-30 04:35:09.406 DEBUG [src.node.waku_node] Stopping container with id 055617102b92
|
|
2026-01-30 04:35:09.915 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-01-30 04:35:09.916 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-01-30 04:35:09.924 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-01-30 04:35:09.932 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|