mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-01-04 06:53:07 +00:00
204 lines
38 KiB
Plaintext
204 lines
38 KiB
Plaintext
2025-12-10 04:11:51.157 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2025-12-10 04:11:51.157 DEBUG [tests.conftest] Running test: test_unsubscribe_from_some_content_topics[content_topic_list0] with id: 2025-12-10_04-11-51__3e5bd5ba-c706-439b-899b-cfd6a19d8ce4
|
|
2025-12-10 04:11:51.157 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2025-12-10 04:11:51.158 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2025-12-10 04:11:51.158 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2025-12-10 04:11:51.167 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2025-12-10 04:11:51.167 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-10_04-11-51__3e5bd5ba-c706-439b-899b-cfd6a19d8ce4__wakuorg_nwaku:latest.log
|
|
2025-12-10 04:11:51.167 DEBUG [src.node.waku_node] Starting Node...
|
|
2025-12-10 04:11:51.167 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2025-12-10 04:11:51.169 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2025-12-10 04:11:51.169 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.105.38
|
|
2025-12-10 04:11:51.169 DEBUG [src.node.docker_mananger] Generated ports ['49594', '49595', '49596', '49597', '49598']
|
|
2025-12-10 04:11:51.169 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2025-12-10 04:11:51.169 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2025-12-10 04:11:51.169 DEBUG [src.node.waku_node] Using volumes []
|
|
2025-12-10 04:11:51.169 DEBUG [src.node.docker_mananger] docker run -i -t -p 49594:49594 -p 49595:49595 -p 49596:49596 -p 49597:49597 -p 49598:49598 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=49596 --rest-port=49594 --tcp-port=49595 --discv5-udp-port=49597 --rest-address=0.0.0.0 --nat=extip:172.18.105.38 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=c65a07de05adde13a02f382bc227f6b59b373dda99cd08dcb95361cdd1c2b5ca --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=49598 --metrics-logging=true --relay=true --filter=true --content-topic=/myapp/1/latest/proto --num-shards-in-network=8
|
|
2025-12-10 04:11:51.355 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.105.38 waku c01e52125718e7fe0ff6566330dade76b200e8f8b0bd2fb1837ee329d817dc93
|
|
2025-12-10 04:11:51.364 ERROR [src.node.docker_mananger] Max retries reached for container a52cd290e52d. Exiting log stream.
|
|
2025-12-10 04:11:51.391 DEBUG [src.node.docker_mananger] Container started with ID c01e52125718. Setting up logs at ./log/docker/node1_2025-12-10_04-11-51__3e5bd5ba-c706-439b-899b-cfd6a19d8ce4__wakuorg_nwaku:latest.log
|
|
2025-12-10 04:11:51.392 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 49594
|
|
2025-12-10 04:11:51.392 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2025-12-10 04:11:51.964 ERROR [src.node.docker_mananger] Max retries reached for container 8741a0a73935. Exiting log stream.
|
|
2025-12-10 04:11:52.393 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49594/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-10 04:11:52.396 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-10 04:11:52.396 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2025-12-10 04:11:52.396 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49594/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-10 04:11:52.398 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.105.38/tcp/49595/p2p/16Uiu2HAmJAUNBHZQrPYfKzKnfiNVH2n6ov1VAtsNVegj2iupBqeW","/ip4/172.18.105.38/tcp/49596/ws/p2p/16Uiu2HAmJAUNBHZQrPYfKzKnfiNVH2n6ov1VAtsNVegj2iupBqeW"],"enrUri":"enr:-L24QH2yABKrEw3Z6tYHEHHklXnxzdI6uF0E1rnEd8sKxuagOu9NiJyEgp6SiXiMjuWM6Q8G9lNPh2t4ZtoglsB8pQ8CgmlkgnY0gmlwhKwSaSaKbXVsdGlhZGRyc5YACASsEmkmBsG7AAoErBJpJgbBvN0DgnJzhQACAQAAiXNlY3AyNTZrMaEDUdf0gkR3S4m8YQxltWV8S4ym6_LleP7De2ZxKMwqnf-DdGNwgsG7g3VkcILBvYV3YWt1MgU"}'
|
|
2025-12-10 04:11:52.399 INFO [src.node.waku_node] REST service is ready !!
|
|
2025-12-10 04:11:52.406 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2025-12-10 04:11:52.406 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2025-12-10_04-11-51__3e5bd5ba-c706-439b-899b-cfd6a19d8ce4__wakuorg_nwaku:latest.log
|
|
2025-12-10 04:11:52.406 DEBUG [src.node.waku_node] Starting Node...
|
|
2025-12-10 04:11:52.406 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2025-12-10 04:11:52.408 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2025-12-10 04:11:52.408 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.120.127
|
|
2025-12-10 04:11:52.408 DEBUG [src.node.docker_mananger] Generated ports ['62707', '62708', '62709', '62710', '62711']
|
|
2025-12-10 04:11:52.408 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2025-12-10 04:11:52.409 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2025-12-10 04:11:52.409 DEBUG [src.node.waku_node] Using volumes []
|
|
2025-12-10 04:11:52.409 DEBUG [src.node.docker_mananger] docker run -i -t -p 62707:62707 -p 62708:62708 -p 62709:62709 -p 62710:62710 -p 62711:62711 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=62709 --rest-port=62707 --tcp-port=62708 --discv5-udp-port=62710 --rest-address=0.0.0.0 --nat=extip:172.18.120.127 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=cff355db7ced4a8aeb79f9a395919abc9e0d5d499f2c05719ffb812c18e12630 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=62711 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QH2yABKrEw3Z6tYHEHHklXnxzdI6uF0E1rnEd8sKxuagOu9NiJyEgp6SiXiMjuWM6Q8G9lNPh2t4ZtoglsB8pQ8CgmlkgnY0gmlwhKwSaSaKbXVsdGlhZGRyc5YACASsEmkmBsG7AAoErBJpJgbBvN0DgnJzhQACAQAAiXNlY3AyNTZrMaEDUdf0gkR3S4m8YQxltWV8S4ym6_LleP7De2ZxKMwqnf-DdGNwgsG7g3VkcILBvYV3YWt1MgU --content-topic=/myapp/1/latest/proto --num-shards-in-network=8
|
|
2025-12-10 04:11:52.600 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.120.127 waku 0252691261b4722a6041c4572e8fb85d32a5d79eb93fd1a15e630ca20bf8e6df
|
|
2025-12-10 04:11:52.635 DEBUG [src.node.docker_mananger] Container started with ID 0252691261b4. Setting up logs at ./log/docker/node2_2025-12-10_04-11-51__3e5bd5ba-c706-439b-899b-cfd6a19d8ce4__wakuorg_nwaku:latest.log
|
|
2025-12-10 04:11:52.636 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 62707
|
|
2025-12-10 04:11:52.636 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2025-12-10 04:11:53.637 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62707/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-10 04:11:53.645 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-10 04:11:53.648 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2025-12-10 04:11:53.649 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62707/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-10 04:11:53.654 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.120.127/tcp/62708/p2p/16Uiu2HAmLtS2drzP2UHwpwoW4TPkoPicR64BkvdSHQkzTWEQ47ht","/ip4/172.18.120.127/tcp/62709/ws/p2p/16Uiu2HAmLtS2drzP2UHwpwoW4TPkoPicR64BkvdSHQkzTWEQ47ht"],"enrUri":"enr:-L24QGy11ZiVLH8-mUZKqMEiDwB3xL6DR6R5TcZ-mDTJzyG5EuzIi1T3WIbtt1r8IeWIw6fP-kNygvSaCbYEgH57AfgCgmlkgnY0gmlwhKwSeH-KbXVsdGlhZGRyc5YACASsEnh_BvT0AAoErBJ4fwb09d0DgnJzhQACAQAAiXNlY3AyNTZrMaEDek8UoIYYiqLm-HQam3pLgr2J2MsqvGKy159xg8l8lWODdGNwgvT0g3VkcIL09oV3YWt1MgE"}'
|
|
2025-12-10 04:11:53.654 INFO [src.node.waku_node] REST service is ready !!
|
|
2025-12-10 04:11:53.655 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62707/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.105.38/tcp/49595/p2p/16Uiu2HAmJAUNBHZQrPYfKzKnfiNVH2n6ov1VAtsNVegj2iupBqeW"]'
|
|
2025-12-10 04:11:53.659 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-10 04:11:53.660 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49594/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-10 04:11:53.665 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-10 04:11:53.666 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62707/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-10 04:11:53.674 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-10 04:11:53.674 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49594/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/1.0/weekly/protobuf", "timestamp": '$(date +%s%N)'}'
|
|
2025-12-10 04:11:53.683 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-10 04:11:53.683 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2025-12-10 04:11:53.784 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2025-12-10 04:11:53.784 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49594/relay/v1/auto/messages/%2FnewsService%2F1.0%2Fweekly%2Fprotobuf" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-10 04:11:53.787 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/1.0/weekly/protobuf","version":0,"timestamp":1765339913674713473,"ephemeral":false,"proof":""}]'
|
|
2025-12-10 04:11:53.790 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2025-12-10 04:11:53.791 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62707/relay/v1/auto/messages/%2FnewsService%2F1.0%2Fweekly%2Fprotobuf" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-10 04:11:53.793 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/1.0/weekly/protobuf","version":0,"timestamp":1765339913674713473,"ephemeral":false,"proof":""}]'
|
|
2025-12-10 04:11:53.795 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49594/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/1.0/alerts/xml", "timestamp": '$(date +%s%N)'}'
|
|
2025-12-10 04:11:53.799 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-10 04:11:53.800 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2025-12-10 04:11:53.901 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2025-12-10 04:11:53.901 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49594/relay/v1/auto/messages/%2FnewsService%2F1.0%2Falerts%2Fxml" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-10 04:11:53.904 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/1.0/alerts/xml","version":0,"timestamp":1765339913795388928,"ephemeral":false,"proof":""}]'
|
|
2025-12-10 04:11:53.906 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2025-12-10 04:11:53.906 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62707/relay/v1/auto/messages/%2FnewsService%2F1.0%2Falerts%2Fxml" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-10 04:11:53.909 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/1.0/alerts/xml","version":0,"timestamp":1765339913795388928,"ephemeral":false,"proof":""}]'
|
|
2025-12-10 04:11:53.910 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49594/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/1.0/updates/json", "timestamp": '$(date +%s%N)'}'
|
|
2025-12-10 04:11:53.915 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-10 04:11:53.915 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2025-12-10 04:11:54.016 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2025-12-10 04:11:54.016 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49594/relay/v1/auto/messages/%2FnewsService%2F1.0%2Fupdates%2Fjson" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-10 04:11:54.019 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/1.0/updates/json","version":0,"timestamp":1765339913910862137,"ephemeral":false,"proof":""}]'
|
|
2025-12-10 04:11:54.021 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2025-12-10 04:11:54.021 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62707/relay/v1/auto/messages/%2FnewsService%2F1.0%2Fupdates%2Fjson" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-10 04:11:54.024 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/1.0/updates/json","version":0,"timestamp":1765339913910862137,"ephemeral":false,"proof":""}]'
|
|
2025-12-10 04:11:54.026 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49594/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/2.0/alerts/json", "timestamp": '$(date +%s%N)'}'
|
|
2025-12-10 04:11:54.031 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-10 04:11:54.032 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2025-12-10 04:11:54.132 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2025-12-10 04:11:54.133 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49594/relay/v1/auto/messages/%2FnewsService%2F2.0%2Falerts%2Fjson" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-10 04:11:54.136 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/2.0/alerts/json","version":0,"timestamp":1765339914026039894,"ephemeral":false,"proof":""}]'
|
|
2025-12-10 04:11:54.138 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2025-12-10 04:11:54.138 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62707/relay/v1/auto/messages/%2FnewsService%2F2.0%2Falerts%2Fjson" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-10 04:11:54.141 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/2.0/alerts/json","version":0,"timestamp":1765339914026039894,"ephemeral":false,"proof":""}]'
|
|
2025-12-10 04:11:54.143 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49594/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/2.0/summaries/xml", "timestamp": '$(date +%s%N)'}'
|
|
2025-12-10 04:11:54.147 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-10 04:11:54.148 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2025-12-10 04:11:54.248 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2025-12-10 04:11:54.249 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49594/relay/v1/auto/messages/%2FnewsService%2F2.0%2Fsummaries%2Fxml" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-10 04:11:54.252 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/2.0/summaries/xml","version":0,"timestamp":1765339914142912111,"ephemeral":false,"proof":""}]'
|
|
2025-12-10 04:11:54.253 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2025-12-10 04:11:54.254 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62707/relay/v1/auto/messages/%2FnewsService%2F2.0%2Fsummaries%2Fxml" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-10 04:11:54.256 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/2.0/summaries/xml","version":0,"timestamp":1765339914142912111,"ephemeral":false,"proof":""}]'
|
|
2025-12-10 04:11:54.258 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49594/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/2.0/highlights/yaml", "timestamp": '$(date +%s%N)'}'
|
|
2025-12-10 04:11:54.262 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-10 04:11:54.262 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2025-12-10 04:11:54.363 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2025-12-10 04:11:54.364 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49594/relay/v1/auto/messages/%2FnewsService%2F2.0%2Fhighlights%2Fyaml" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-10 04:11:54.367 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/2.0/highlights/yaml","version":0,"timestamp":1765339914258010319,"ephemeral":false,"proof":""}]'
|
|
2025-12-10 04:11:54.368 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2025-12-10 04:11:54.368 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62707/relay/v1/auto/messages/%2FnewsService%2F2.0%2Fhighlights%2Fyaml" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-10 04:11:54.371 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/2.0/highlights/yaml","version":0,"timestamp":1765339914258010319,"ephemeral":false,"proof":""}]'
|
|
2025-12-10 04:11:54.373 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49594/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/3.0/weekly/json", "timestamp": '$(date +%s%N)'}'
|
|
2025-12-10 04:11:54.377 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-10 04:11:54.378 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2025-12-10 04:11:54.478 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2025-12-10 04:11:54.479 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49594/relay/v1/auto/messages/%2FnewsService%2F3.0%2Fweekly%2Fjson" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-10 04:11:54.482 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/3.0/weekly/json","version":0,"timestamp":1765339914373146797,"ephemeral":false,"proof":""}]'
|
|
2025-12-10 04:11:54.483 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2025-12-10 04:11:54.484 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62707/relay/v1/auto/messages/%2FnewsService%2F3.0%2Fweekly%2Fjson" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-10 04:11:54.486 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/3.0/weekly/json","version":0,"timestamp":1765339914373146797,"ephemeral":false,"proof":""}]'
|
|
2025-12-10 04:11:54.488 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49594/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/3.0/summaries/xml", "timestamp": '$(date +%s%N)'}'
|
|
2025-12-10 04:11:54.493 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-10 04:11:54.494 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2025-12-10 04:11:54.594 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2025-12-10 04:11:54.594 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49594/relay/v1/auto/messages/%2FnewsService%2F3.0%2Fsummaries%2Fxml" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-10 04:11:54.597 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/3.0/summaries/xml","version":0,"timestamp":1765339914488251452,"ephemeral":false,"proof":""}]'
|
|
2025-12-10 04:11:54.599 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2025-12-10 04:11:54.599 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62707/relay/v1/auto/messages/%2FnewsService%2F3.0%2Fsummaries%2Fxml" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-10 04:11:54.602 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/3.0/summaries/xml","version":0,"timestamp":1765339914488251452,"ephemeral":false,"proof":""}]'
|
|
2025-12-10 04:11:54.603 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:49594/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"]'
|
|
2025-12-10 04:11:54.608 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-10 04:11:54.609 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:62707/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"]'
|
|
2025-12-10 04:11:54.615 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-10 04:11:54.615 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49594/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/1.0/weekly/protobuf", "timestamp": '$(date +%s%N)'}'
|
|
2025-12-10 04:11:54.618 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-10 04:11:54.618 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2025-12-10 04:11:54.719 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2025-12-10 04:11:54.719 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49594/relay/v1/auto/messages/%2FnewsService%2F1.0%2Fweekly%2Fprotobuf" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-10 04:11:54.722 ERROR [src.node.api_clients.base_client] HTTP error occurred: 404 Client Error: Not Found for url: http://127.0.0.1:49594/relay/v1/auto/messages/%2FnewsService%2F1.0%2Fweekly%2Fprotobuf. Response content: b'/newsService/1.0/weekly/protobuf'
|
|
2025-12-10 04:11:54.724 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49594/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/1.0/alerts/xml", "timestamp": '$(date +%s%N)'}'
|
|
2025-12-10 04:11:54.727 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-10 04:11:54.727 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2025-12-10 04:11:54.827 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2025-12-10 04:11:54.828 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49594/relay/v1/auto/messages/%2FnewsService%2F1.0%2Falerts%2Fxml" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-10 04:11:54.831 ERROR [src.node.api_clients.base_client] HTTP error occurred: 404 Client Error: Not Found for url: http://127.0.0.1:49594/relay/v1/auto/messages/%2FnewsService%2F1.0%2Falerts%2Fxml. Response content: b'/newsService/1.0/alerts/xml'
|
|
2025-12-10 04:11:54.833 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49594/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/1.0/updates/json", "timestamp": '$(date +%s%N)'}'
|
|
2025-12-10 04:11:54.836 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-10 04:11:54.836 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2025-12-10 04:11:54.936 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2025-12-10 04:11:54.937 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49594/relay/v1/auto/messages/%2FnewsService%2F1.0%2Fupdates%2Fjson" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-10 04:11:54.940 ERROR [src.node.api_clients.base_client] HTTP error occurred: 404 Client Error: Not Found for url: http://127.0.0.1:49594/relay/v1/auto/messages/%2FnewsService%2F1.0%2Fupdates%2Fjson. Response content: b'/newsService/1.0/updates/json'
|
|
2025-12-10 04:11:54.941 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49594/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/2.0/alerts/json", "timestamp": '$(date +%s%N)'}'
|
|
2025-12-10 04:11:54.946 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-10 04:11:54.947 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2025-12-10 04:11:55.047 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2025-12-10 04:11:55.048 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49594/relay/v1/auto/messages/%2FnewsService%2F2.0%2Falerts%2Fjson" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-10 04:11:55.051 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/2.0/alerts/json","version":0,"timestamp":1765339914941784711,"ephemeral":false,"proof":""}]'
|
|
2025-12-10 04:11:55.053 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2025-12-10 04:11:55.053 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62707/relay/v1/auto/messages/%2FnewsService%2F2.0%2Falerts%2Fjson" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-10 04:11:55.055 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/2.0/alerts/json","version":0,"timestamp":1765339914941784711,"ephemeral":false,"proof":""}]'
|
|
2025-12-10 04:11:55.057 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49594/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/2.0/summaries/xml", "timestamp": '$(date +%s%N)'}'
|
|
2025-12-10 04:11:55.061 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-10 04:11:55.062 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2025-12-10 04:11:55.162 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2025-12-10 04:11:55.163 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49594/relay/v1/auto/messages/%2FnewsService%2F2.0%2Fsummaries%2Fxml" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-10 04:11:55.166 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/2.0/summaries/xml","version":0,"timestamp":1765339915057250900,"ephemeral":false,"proof":""}]'
|
|
2025-12-10 04:11:55.167 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2025-12-10 04:11:55.168 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62707/relay/v1/auto/messages/%2FnewsService%2F2.0%2Fsummaries%2Fxml" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-10 04:11:55.170 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/2.0/summaries/xml","version":0,"timestamp":1765339915057250900,"ephemeral":false,"proof":""}]'
|
|
2025-12-10 04:11:55.172 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49594/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/2.0/highlights/yaml", "timestamp": '$(date +%s%N)'}'
|
|
2025-12-10 04:11:55.176 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-10 04:11:55.177 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2025-12-10 04:11:55.277 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2025-12-10 04:11:55.278 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49594/relay/v1/auto/messages/%2FnewsService%2F2.0%2Fhighlights%2Fyaml" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-10 04:11:55.281 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/2.0/highlights/yaml","version":0,"timestamp":1765339915172030756,"ephemeral":false,"proof":""}]'
|
|
2025-12-10 04:11:55.282 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2025-12-10 04:11:55.282 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62707/relay/v1/auto/messages/%2FnewsService%2F2.0%2Fhighlights%2Fyaml" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-10 04:11:55.285 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/2.0/highlights/yaml","version":0,"timestamp":1765339915172030756,"ephemeral":false,"proof":""}]'
|
|
2025-12-10 04:11:55.287 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49594/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/3.0/weekly/json", "timestamp": '$(date +%s%N)'}'
|
|
2025-12-10 04:11:55.291 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-10 04:11:55.292 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2025-12-10 04:11:55.393 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2025-12-10 04:11:55.393 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49594/relay/v1/auto/messages/%2FnewsService%2F3.0%2Fweekly%2Fjson" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-10 04:11:55.396 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/3.0/weekly/json","version":0,"timestamp":1765339915287010006,"ephemeral":false,"proof":""}]'
|
|
2025-12-10 04:11:55.398 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2025-12-10 04:11:55.398 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62707/relay/v1/auto/messages/%2FnewsService%2F3.0%2Fweekly%2Fjson" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-10 04:11:55.400 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/3.0/weekly/json","version":0,"timestamp":1765339915287010006,"ephemeral":false,"proof":""}]'
|
|
2025-12-10 04:11:55.402 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49594/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/3.0/summaries/xml", "timestamp": '$(date +%s%N)'}'
|
|
2025-12-10 04:11:55.407 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-10 04:11:55.407 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2025-12-10 04:11:55.508 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2025-12-10 04:11:55.508 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49594/relay/v1/auto/messages/%2FnewsService%2F3.0%2Fsummaries%2Fxml" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-10 04:11:55.511 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/3.0/summaries/xml","version":0,"timestamp":1765339915402471731,"ephemeral":false,"proof":""}]'
|
|
2025-12-10 04:11:55.512 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2025-12-10 04:11:55.513 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62707/relay/v1/auto/messages/%2FnewsService%2F3.0%2Fsummaries%2Fxml" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-10 04:11:55.515 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/3.0/summaries/xml","version":0,"timestamp":1765339915402471731,"ephemeral":false,"proof":""}]'
|
|
2025-12-10 04:11:55.518 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2025-12-10 04:11:55.520 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2025-12-10 04:11:55.520 DEBUG [src.node.waku_node] Stopping container with id c01e52125718
|
|
2025-12-10 04:11:56.082 DEBUG [src.node.waku_node] Container stopped.
|
|
2025-12-10 04:11:56.082 DEBUG [src.node.waku_node] Stopping container with id 0252691261b4
|
|
2025-12-10 04:11:56.625 DEBUG [src.node.waku_node] Container stopped.
|
|
2025-12-10 04:11:56.628 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2025-12-10 04:11:56.638 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2025-12-10 04:11:56.647 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|