mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-04 01:23:07 +00:00
114 lines
22 KiB
Plaintext
114 lines
22 KiB
Plaintext
2026-03-13 04:36:25.366 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-13 04:36:25.367 DEBUG [tests.conftest] Running test: test_publish_on_multiple_content_topics_and_only_after_fetch_them[content_topic_list0] with id: 2026-03-13_04-36-25__a3be5ded-c2e6-4aae-aa49-ebd06d8fa418
|
|
2026-03-13 04:36:25.367 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-13 04:36:25.367 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-03-13 04:36:25.367 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-03-13 04:36:25.375 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-13 04:36:25.375 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-13_04-36-25__a3be5ded-c2e6-4aae-aa49-ebd06d8fa418__wakuorg_nwaku:latest.log
|
|
2026-03-13 04:36:25.375 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-13 04:36:25.375 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-13 04:36:25.377 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-13 04:36:25.377 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.107.6
|
|
2026-03-13 04:36:25.377 DEBUG [src.node.docker_mananger] Generated ports ['59783', '59784', '59785', '59786', '59787']
|
|
2026-03-13 04:36:25.377 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-13 04:36:25.377 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-13 04:36:25.377 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-13 04:36:25.377 DEBUG [src.node.docker_mananger] docker run -i -t -p 59783:59783 -p 59784:59784 -p 59785:59785 -p 59786:59786 -p 59787:59787 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=59785 --rest-port=59783 --tcp-port=59784 --discv5-udp-port=59786 --rest-address=0.0.0.0 --nat=extip:172.18.107.6 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=2fab7fff1ddfcc8dbc9a596ceeddef52cf709bd6edacf86facea66e9d85e6c9a --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=59787 --metrics-logging=true --relay=true --filter=true --content-topic=/myapp/1/latest/proto --num-shards-in-network=8
|
|
2026-03-13 04:36:25.535 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.107.6 waku 3f3e3fda691878ed192d124743e280873d7391d1280277b37c55c7d442752e25
|
|
2026-03-13 04:36:25.562 DEBUG [src.node.docker_mananger] Container started with ID 3f3e3fda6918. Setting up logs at ./log/docker/node1_2026-03-13_04-36-25__a3be5ded-c2e6-4aae-aa49-ebd06d8fa418__wakuorg_nwaku:latest.log
|
|
2026-03-13 04:36:25.563 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 59783
|
|
2026-03-13 04:36:25.564 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-13 04:36:25.587 ERROR [src.node.docker_mananger] Max retries reached for container de40c93ef7d3. Exiting log stream.
|
|
2026-03-13 04:36:26.099 ERROR [src.node.docker_mananger] Max retries reached for container b4e97a035299. Exiting log stream.
|
|
2026-03-13 04:36:26.564 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59783/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:36:26.567 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-13 04:36:26.667 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59783/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:36:26.669 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-13 04:36:26.770 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59783/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:36:26.773 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-13 04:36:26.873 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59783/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:36:26.885 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-13 04:36:26.986 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59783/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:36:26.988 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Connected","protocolsHealth":[{"Relay":"READY"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"READY"},{"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":"READY"},{"Legacy Lightpush Client":"READY"},{"Store Client":"READY"},{"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"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
|
2026-03-13 04:36:26.989 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-13 04:36:26.989 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59783/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:36:26.991 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.107.6/tcp/59784/p2p/16Uiu2HAmUoYosnSs3HeAWkUM9LTrmoTBFKV2X6dSJBPaE3od7HH3","/ip4/172.18.107.6/tcp/59785/ws/p2p/16Uiu2HAmUoYosnSs3HeAWkUM9LTrmoTBFKV2X6dSJBPaE3od7HH3"],"enrUri":"enr:-L24QFu5M9ULmDGXLZ0XLDP6DvV3bXq2Ph3SOI63LTX6Oi2resVNYRT7XBe7QZGQ4ZqVKmVJcm6sFbqFRlnlSjpgP-kCgmlkgnY0gmlwhKwSawaKbXVsdGlhZGRyc5YACASsEmsGBumIAAoErBJrBgbpid0DgnJzhQACAQAAiXNlY3AyNTZrMaED7-xWjm6kISiNEPR0BQPmZrDn0-lIsozQhqz_Vp9lPdKDdGNwgumIg3VkcILpioV3YWt1MgU"}'
|
|
2026-03-13 04:36:26.991 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-13 04:36:26.997 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-13 04:36:26.997 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-13_04-36-25__a3be5ded-c2e6-4aae-aa49-ebd06d8fa418__wakuorg_nwaku:latest.log
|
|
2026-03-13 04:36:26.997 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-13 04:36:26.997 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-13 04:36:26.999 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-13 04:36:26.999 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.166.146
|
|
2026-03-13 04:36:26.999 DEBUG [src.node.docker_mananger] Generated ports ['50653', '50654', '50655', '50656', '50657']
|
|
2026-03-13 04:36:26.999 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-13 04:36:26.999 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-13 04:36:26.999 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-13 04:36:26.999 DEBUG [src.node.docker_mananger] docker run -i -t -p 50653:50653 -p 50654:50654 -p 50655:50655 -p 50656:50656 -p 50657:50657 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=50655 --rest-port=50653 --tcp-port=50654 --discv5-udp-port=50656 --rest-address=0.0.0.0 --nat=extip:172.18.166.146 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=66980ccacaee0c16372b5865ff5dbb6d4cecf57a3bc6fac3ca8df0c3346fafbd --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=50657 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QFu5M9ULmDGXLZ0XLDP6DvV3bXq2Ph3SOI63LTX6Oi2resVNYRT7XBe7QZGQ4ZqVKmVJcm6sFbqFRlnlSjpgP-kCgmlkgnY0gmlwhKwSawaKbXVsdGlhZGRyc5YACASsEmsGBumIAAoErBJrBgbpid0DgnJzhQACAQAAiXNlY3AyNTZrMaED7-xWjm6kISiNEPR0BQPmZrDn0-lIsozQhqz_Vp9lPdKDdGNwgumIg3VkcILpioV3YWt1MgU --content-topic=/myapp/1/latest/proto --num-shards-in-network=8
|
|
2026-03-13 04:36:27.169 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.166.146 waku dada50a5497de19d10a2f84099bdd515d5fa02189fb0be93367c779c2d8757bf
|
|
2026-03-13 04:36:27.196 DEBUG [src.node.docker_mananger] Container started with ID dada50a5497d. Setting up logs at ./log/docker/node2_2026-03-13_04-36-25__a3be5ded-c2e6-4aae-aa49-ebd06d8fa418__wakuorg_nwaku:latest.log
|
|
2026-03-13 04:36:27.196 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 50653
|
|
2026-03-13 04:36:27.197 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-13 04:36:28.197 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50653/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:36:28.200 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-13 04:36:28.301 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50653/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:36:28.304 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-13 04:36:28.405 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50653/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:36:28.407 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-13 04:36:28.508 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50653/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:36:28.510 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-13 04:36:28.611 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50653/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:36:28.613 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Connected","protocolsHealth":[{"Relay":"READY"},{"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":"READY"},{"Legacy Lightpush Client":"READY"},{"Store Client":"READY"},{"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"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
|
2026-03-13 04:36:28.614 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-13 04:36:28.614 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50653/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:36:28.616 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.166.146/tcp/50654/p2p/16Uiu2HAmCUx6h4QNseNxpf4RsTuMo4Numvpx2XnqeXSGkmxcaGci","/ip4/172.18.166.146/tcp/50655/ws/p2p/16Uiu2HAmCUx6h4QNseNxpf4RsTuMo4Numvpx2XnqeXSGkmxcaGci"],"enrUri":"enr:-L24QNL0ah33jY20rJ5AuIf_NNpo8iGWtrGBQhCXc_tl9ZRLG_zp6HmTPFGd2X2saEcz4oAVrY5DZW6yU4GufbZHANgCgmlkgnY0gmlwhKwSppKKbXVsdGlhZGRyc5YACASsEqaSBsXeAAoErBKmkgbF390DgnJzhQACAQAAiXNlY3AyNTZrMaEC_W2lWjm2fgX__FKcR8n8VXi3SdtgjkprroF7MBdm6muDdGNwgsXeg3VkcILF4IV3YWt1MgE"}'
|
|
2026-03-13 04:36:28.616 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-13 04:36:28.616 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:50653/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.107.6/tcp/59784/p2p/16Uiu2HAmUoYosnSs3HeAWkUM9LTrmoTBFKV2X6dSJBPaE3od7HH3"]'
|
|
2026-03-13 04:36:28.637 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-13 04:36:28.639 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:59783/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-13 04:36:28.647 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-13 04:36:28.647 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:50653/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-13 04:36:28.652 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-13 04:36:28.652 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:59783/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "L25ld3NTZXJ2aWNlLzEuMC93ZWVrbHkvcHJvdG9idWY=", "contentTopic": "/newsService/1.0/weekly/protobuf", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-13 04:36:28.660 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-13 04:36:28.661 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:59783/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "L25ld3NTZXJ2aWNlLzEuMC9hbGVydHMveG1s", "contentTopic": "/newsService/1.0/alerts/xml", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-13 04:36:28.669 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-13 04:36:28.670 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:59783/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "L25ld3NTZXJ2aWNlLzEuMC91cGRhdGVzL2pzb24=", "contentTopic": "/newsService/1.0/updates/json", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-13 04:36:28.678 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-13 04:36:28.679 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:59783/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "L25ld3NTZXJ2aWNlLzIuMC9hbGVydHMvanNvbg==", "contentTopic": "/newsService/2.0/alerts/json", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-13 04:36:28.686 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-13 04:36:28.687 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:59783/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "L25ld3NTZXJ2aWNlLzIuMC9zdW1tYXJpZXMveG1s", "contentTopic": "/newsService/2.0/summaries/xml", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-13 04:36:28.696 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-13 04:36:28.697 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:59783/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "L25ld3NTZXJ2aWNlLzIuMC9oaWdobGlnaHRzL3lhbWw=", "contentTopic": "/newsService/2.0/highlights/yaml", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-13 04:36:28.706 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-13 04:36:28.706 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:59783/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "L25ld3NTZXJ2aWNlLzMuMC93ZWVrbHkvanNvbg==", "contentTopic": "/newsService/3.0/weekly/json", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-13 04:36:28.715 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-13 04:36:28.715 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:59783/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "L25ld3NTZXJ2aWNlLzMuMC9zdW1tYXJpZXMveG1s", "contentTopic": "/newsService/3.0/summaries/xml", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-13 04:36:28.725 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-13 04:36:28.726 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-13 04:36:28.826 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50653/relay/v1/auto/messages/%2FnewsService%2F1.0%2Fweekly%2Fprotobuf" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:36:28.829 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":1773376588652618751,"ephemeral":false,"proof":""}]'
|
|
2026-03-13 04:36:28.829 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50653/relay/v1/auto/messages/%2FnewsService%2F1.0%2Falerts%2Fxml" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:36:28.831 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":1773376588661572397,"ephemeral":false,"proof":""}]'
|
|
2026-03-13 04:36:28.832 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50653/relay/v1/auto/messages/%2FnewsService%2F1.0%2Fupdates%2Fjson" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:36:28.834 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":1773376588669939827,"ephemeral":false,"proof":""}]'
|
|
2026-03-13 04:36:28.834 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50653/relay/v1/auto/messages/%2FnewsService%2F2.0%2Falerts%2Fjson" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:36:28.836 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":1773376588678984293,"ephemeral":false,"proof":""}]'
|
|
2026-03-13 04:36:28.836 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50653/relay/v1/auto/messages/%2FnewsService%2F2.0%2Fsummaries%2Fxml" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:36:28.838 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":1773376588687246514,"ephemeral":false,"proof":""}]'
|
|
2026-03-13 04:36:28.839 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50653/relay/v1/auto/messages/%2FnewsService%2F2.0%2Fhighlights%2Fyaml" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:36:28.841 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":1773376588697190144,"ephemeral":false,"proof":""}]'
|
|
2026-03-13 04:36:28.841 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50653/relay/v1/auto/messages/%2FnewsService%2F3.0%2Fweekly%2Fjson" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:36:28.843 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":1773376588706527333,"ephemeral":false,"proof":""}]'
|
|
2026-03-13 04:36:28.844 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50653/relay/v1/auto/messages/%2FnewsService%2F3.0%2Fsummaries%2Fxml" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:36:28.846 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":1773376588715516950,"ephemeral":false,"proof":""}]'
|
|
2026-03-13 04:36:28.847 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-13 04:36:28.848 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-13 04:36:28.848 DEBUG [src.node.waku_node] Stopping container with id 3f3e3fda6918
|
|
2026-03-13 04:36:29.380 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-13 04:36:29.380 DEBUG [src.node.waku_node] Stopping container with id dada50a5497d
|
|
2026-03-13 04:36:29.858 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-13 04:36:29.861 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-13 04:36:29.889 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-13 04:36:29.919 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|