mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-04 17:43:17 +00:00
126 lines
24 KiB
Plaintext
126 lines
24 KiB
Plaintext
2026-03-14 04:35:22.686 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-14 04:35:22.686 DEBUG [tests.conftest] Running test: test_publish_on_multiple_content_topics_and_only_after_fetch_them[content_topic_list0] with id: 2026-03-14_04-35-22__5d903b4a-8aec-4515-80d8-a4ab7abc212d
|
|
2026-03-14 04:35:22.686 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-14 04:35:22.686 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-03-14 04:35:22.687 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-03-14 04:35:22.694 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-14 04:35:22.695 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-14_04-35-22__5d903b4a-8aec-4515-80d8-a4ab7abc212d__wakuorg_nwaku:latest.log
|
|
2026-03-14 04:35:22.695 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-14 04:35:22.695 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-14 04:35:22.696 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-14 04:35:22.697 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.82.47
|
|
2026-03-14 04:35:22.697 DEBUG [src.node.docker_mananger] Generated ports ['57446', '57447', '57448', '57449', '57450']
|
|
2026-03-14 04:35:22.697 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-14 04:35:22.697 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-14 04:35:22.697 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-14 04:35:22.697 DEBUG [src.node.docker_mananger] docker run -i -t -p 57446:57446 -p 57447:57447 -p 57448:57448 -p 57449:57449 -p 57450:57450 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=57448 --rest-port=57446 --tcp-port=57447 --discv5-udp-port=57449 --rest-address=0.0.0.0 --nat=extip:172.18.82.47 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=50ec7fb8ed24cc69e5bbafd46b8b8ec98f7b634ab5d98a16b7dab950eedc1db2 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=57450 --metrics-logging=true --relay=true --filter=true --content-topic=/myapp/1/latest/proto --num-shards-in-network=8
|
|
2026-03-14 04:35:22.789 ERROR [src.node.docker_mananger] Max retries reached for container ea16daea1d77. Exiting log stream.
|
|
2026-03-14 04:35:22.892 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.82.47 waku b25d14c3c7ad40a0852f8876d6a6ef35344d0ca56c6cb21965970cc63f06069c
|
|
2026-03-14 04:35:22.927 DEBUG [src.node.docker_mananger] Container started with ID b25d14c3c7ad. Setting up logs at ./log/docker/node1_2026-03-14_04-35-22__5d903b4a-8aec-4515-80d8-a4ab7abc212d__wakuorg_nwaku:latest.log
|
|
2026-03-14 04:35:22.927 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 57446
|
|
2026-03-14 04:35:22.929 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-14 04:35:23.448 ERROR [src.node.docker_mananger] Max retries reached for container d1b2592d950f. Exiting log stream.
|
|
2026-03-14 04:35:23.929 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57446/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-14 04:35:23.932 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-14 04:35:24.032 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57446/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-14 04:35:24.034 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-14 04:35:24.135 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57446/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-14 04:35:24.138 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-14 04:35:24.238 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57446/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-14 04:35:24.240 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-14 04:35:24.341 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57446/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-14 04:35:24.343 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-14 04:35:24.444 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57446/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-14 04:35:24.446 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-14 04:35:24.546 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57446/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-14 04:35:24.549 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-14 04:35:24.649 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57446/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-14 04:35:24.652 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-14 04:35:24.752 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57446/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-14 04:35:24.754 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-14 04:35:24.855 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57446/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-14 04:35:24.857 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-14 04:35:24.957 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57446/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-14 04:35:24.959 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-14 04:35:25.060 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57446/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-14 04:35:25.062 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-14 04:35:25.163 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57446/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-14 04:35:25.198 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-14 04:35:25.299 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57446/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-14 04:35:25.303 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-14 04:35:25.303 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-14 04:35:25.304 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57446/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-14 04:35:25.306 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.82.47/tcp/57447/p2p/16Uiu2HAm46RV4eFd5RhiBnXK5xFmGp3H7UHrcEfQXGr4LtNjAhrz","/ip4/172.18.82.47/tcp/57448/ws/p2p/16Uiu2HAm46RV4eFd5RhiBnXK5xFmGp3H7UHrcEfQXGr4LtNjAhrz"],"enrUri":"enr:-L24QNGvmWnwanXhrkTi4Mypo84HHOjPkd7wF1PjE3sVC6_rL_pWLKHKuDD6eofAMtiSI4j_g1t0hdvQ9BQbaKzj9xMCgmlkgnY0gmlwhKwSUi-KbXVsdGlhZGRyc5YACASsElIvBuBnAAoErBJSLwbgaN0DgnJzhQACAQAAiXNlY3AyNTZrMaECgMrBzJYo9KZNFNvgI0iuZHAJ0T5m6pgy2XeF0IQlbluDdGNwguBng3VkcILgaYV3YWt1MgU"}'
|
|
2026-03-14 04:35:25.306 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-14 04:35:25.313 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-14 04:35:25.313 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-14_04-35-22__5d903b4a-8aec-4515-80d8-a4ab7abc212d__wakuorg_nwaku:latest.log
|
|
2026-03-14 04:35:25.313 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-14 04:35:25.313 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-14 04:35:25.314 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-14 04:35:25.315 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.27.180
|
|
2026-03-14 04:35:25.315 DEBUG [src.node.docker_mananger] Generated ports ['17219', '17220', '17221', '17222', '17223']
|
|
2026-03-14 04:35:25.315 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-14 04:35:25.315 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-14 04:35:25.315 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-14 04:35:25.315 DEBUG [src.node.docker_mananger] docker run -i -t -p 17219:17219 -p 17220:17220 -p 17221:17221 -p 17222:17222 -p 17223:17223 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=17221 --rest-port=17219 --tcp-port=17220 --discv5-udp-port=17222 --rest-address=0.0.0.0 --nat=extip:172.18.27.180 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=35be21aea1a1385adba629de56890f6f9aecc1d8a6dac056d9ce98dabc500c7b --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=17223 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QNGvmWnwanXhrkTi4Mypo84HHOjPkd7wF1PjE3sVC6_rL_pWLKHKuDD6eofAMtiSI4j_g1t0hdvQ9BQbaKzj9xMCgmlkgnY0gmlwhKwSUi-KbXVsdGlhZGRyc5YACASsElIvBuBnAAoErBJSLwbgaN0DgnJzhQACAQAAiXNlY3AyNTZrMaECgMrBzJYo9KZNFNvgI0iuZHAJ0T5m6pgy2XeF0IQlbluDdGNwguBng3VkcILgaYV3YWt1MgU --content-topic=/myapp/1/latest/proto --num-shards-in-network=8
|
|
2026-03-14 04:35:25.514 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.27.180 waku c3621c12116531c13f0e2e6a654897272ab041b8667c86d36488c9afcd2fba8f
|
|
2026-03-14 04:35:25.553 DEBUG [src.node.docker_mananger] Container started with ID c3621c121165. Setting up logs at ./log/docker/node2_2026-03-14_04-35-22__5d903b4a-8aec-4515-80d8-a4ab7abc212d__wakuorg_nwaku:latest.log
|
|
2026-03-14 04:35:25.554 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 17219
|
|
2026-03-14 04:35:25.555 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-14 04:35:26.555 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17219/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-14 04:35:26.568 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-14 04:35:26.668 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17219/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-14 04:35:26.671 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-14 04:35:26.671 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-14 04:35:26.671 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17219/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-14 04:35:26.674 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.27.180/tcp/17220/p2p/16Uiu2HAmQdndFWZTf3ifZfxFhvVk4iQRvUxQfs34r1Ux2DbQSg94","/ip4/172.18.27.180/tcp/17221/ws/p2p/16Uiu2HAmQdndFWZTf3ifZfxFhvVk4iQRvUxQfs34r1Ux2DbQSg94"],"enrUri":"enr:-L24QC2XEi662s9JOpawcRzM1Qu4R-LBa7QServ-IyE1r6q6AIjKGtxDkAx49UUV-cxtGyb5hcZ6mgvn7gRi0nDXMa8CgmlkgnY0gmlwhKwSG7SKbXVsdGlhZGRyc5YACASsEhu0BkNEAAoErBIbtAZDRd0DgnJzhQACAQAAiXNlY3AyNTZrMaEDsf1nr6Wo_RMvmeczAxDZyBe1fay6i9SJ0Gex-YZonmeDdGNwgkNEg3VkcIJDRoV3YWt1MgE"}'
|
|
2026-03-14 04:35:26.674 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-14 04:35:26.674 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17219/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.82.47/tcp/57447/p2p/16Uiu2HAm46RV4eFd5RhiBnXK5xFmGp3H7UHrcEfQXGr4LtNjAhrz"]'
|
|
2026-03-14 04:35:26.726 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-14 04:35:26.727 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:57446/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-14 04:35:26.733 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-14 04:35:26.733 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17219/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-14 04:35:26.738 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-14 04:35:26.738 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:57446/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "L25ld3NTZXJ2aWNlLzEuMC93ZWVrbHkvcHJvdG9idWY=", "contentTopic": "/newsService/1.0/weekly/protobuf", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-14 04:35:26.748 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-14 04:35:26.748 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:57446/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "L25ld3NTZXJ2aWNlLzEuMC9hbGVydHMveG1s", "contentTopic": "/newsService/1.0/alerts/xml", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-14 04:35:26.757 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-14 04:35:26.758 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:57446/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "L25ld3NTZXJ2aWNlLzEuMC91cGRhdGVzL2pzb24=", "contentTopic": "/newsService/1.0/updates/json", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-14 04:35:26.770 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-14 04:35:26.770 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:57446/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "L25ld3NTZXJ2aWNlLzIuMC9hbGVydHMvanNvbg==", "contentTopic": "/newsService/2.0/alerts/json", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-14 04:35:26.779 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-14 04:35:26.781 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:57446/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "L25ld3NTZXJ2aWNlLzIuMC9zdW1tYXJpZXMveG1s", "contentTopic": "/newsService/2.0/summaries/xml", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-14 04:35:26.791 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-14 04:35:26.792 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:57446/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "L25ld3NTZXJ2aWNlLzIuMC9oaWdobGlnaHRzL3lhbWw=", "contentTopic": "/newsService/2.0/highlights/yaml", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-14 04:35:26.801 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-14 04:35:26.804 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:57446/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "L25ld3NTZXJ2aWNlLzMuMC93ZWVrbHkvanNvbg==", "contentTopic": "/newsService/3.0/weekly/json", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-14 04:35:26.814 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-14 04:35:26.816 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:57446/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "L25ld3NTZXJ2aWNlLzMuMC9zdW1tYXJpZXMveG1s", "contentTopic": "/newsService/3.0/summaries/xml", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-14 04:35:26.827 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-14 04:35:26.828 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-14 04:35:26.928 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17219/relay/v1/auto/messages/%2FnewsService%2F1.0%2Fweekly%2Fprotobuf" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-14 04:35:26.931 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":1773462926738475074,"ephemeral":false,"proof":""}]'
|
|
2026-03-14 04:35:26.931 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17219/relay/v1/auto/messages/%2FnewsService%2F1.0%2Falerts%2Fxml" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-14 04:35:26.934 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":1773462926748699275,"ephemeral":false,"proof":""}]'
|
|
2026-03-14 04:35:26.934 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17219/relay/v1/auto/messages/%2FnewsService%2F1.0%2Fupdates%2Fjson" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-14 04:35:26.937 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":1773462926758033182,"ephemeral":false,"proof":""}]'
|
|
2026-03-14 04:35:26.938 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17219/relay/v1/auto/messages/%2FnewsService%2F2.0%2Falerts%2Fjson" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-14 04:35:26.940 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":1773462926770646327,"ephemeral":false,"proof":""}]'
|
|
2026-03-14 04:35:26.940 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17219/relay/v1/auto/messages/%2FnewsService%2F2.0%2Fsummaries%2Fxml" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-14 04:35:26.942 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":1773462926780875664,"ephemeral":false,"proof":""}]'
|
|
2026-03-14 04:35:26.943 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17219/relay/v1/auto/messages/%2FnewsService%2F2.0%2Fhighlights%2Fyaml" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-14 04:35:26.946 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":1773462926791858978,"ephemeral":false,"proof":""}]'
|
|
2026-03-14 04:35:26.946 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17219/relay/v1/auto/messages/%2FnewsService%2F3.0%2Fweekly%2Fjson" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-14 04:35:26.949 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":1773462926804730736,"ephemeral":false,"proof":""}]'
|
|
2026-03-14 04:35:26.949 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17219/relay/v1/auto/messages/%2FnewsService%2F3.0%2Fsummaries%2Fxml" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-14 04:35:26.951 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":1773462926816322979,"ephemeral":false,"proof":""}]'
|
|
2026-03-14 04:35:26.953 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-14 04:35:26.954 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-14 04:35:26.954 DEBUG [src.node.waku_node] Stopping container with id b25d14c3c7ad
|
|
2026-03-14 04:35:27.528 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-14 04:35:27.530 DEBUG [src.node.waku_node] Stopping container with id c3621c121165
|
|
2026-03-14 04:35:28.184 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-14 04:35:28.187 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-14 04:35:28.224 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-14 04:35:28.262 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|