mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-01-03 22:43:10 +00:00
204 lines
38 KiB
Plaintext
204 lines
38 KiB
Plaintext
2025-12-18 04:28:32.459 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2025-12-18 04:28:32.460 DEBUG [tests.conftest] Running test: test_unsubscribe_from_some_content_topics[content_topic_list0] with id: 2025-12-18_04-28-32__41e778cb-f51f-4c1e-a0f2-6efa3ddc34f7
|
|
2025-12-18 04:28:32.460 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2025-12-18 04:28:32.460 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2025-12-18 04:28:32.460 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2025-12-18 04:28:32.467 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2025-12-18 04:28:32.467 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-18_04-28-32__41e778cb-f51f-4c1e-a0f2-6efa3ddc34f7__wakuorg_nwaku:latest.log
|
|
2025-12-18 04:28:32.467 DEBUG [src.node.waku_node] Starting Node...
|
|
2025-12-18 04:28:32.467 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2025-12-18 04:28:32.469 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2025-12-18 04:28:32.469 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.10.60
|
|
2025-12-18 04:28:32.469 DEBUG [src.node.docker_mananger] Generated ports ['62558', '62559', '62560', '62561', '62562']
|
|
2025-12-18 04:28:32.469 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2025-12-18 04:28:32.469 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2025-12-18 04:28:32.469 DEBUG [src.node.waku_node] Using volumes []
|
|
2025-12-18 04:28:32.469 DEBUG [src.node.docker_mananger] docker run -i -t -p 62558:62558 -p 62559:62559 -p 62560:62560 -p 62561:62561 -p 62562:62562 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=62560 --rest-port=62558 --tcp-port=62559 --discv5-udp-port=62561 --rest-address=0.0.0.0 --nat=extip:172.18.10.60 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=868f363ac3fa4b9c3dba63dbcdb3e82bcd757cdf1bcbcc41bb77a035a28e772a --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=62562 --metrics-logging=true --relay=true --filter=true --content-topic=/myapp/1/latest/proto --num-shards-in-network=8
|
|
2025-12-18 04:28:32.661 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.10.60 waku 0503b780c1fcaf1a71fe52b683520d67c253450c3af7ca9f12a21c2f98cc905e
|
|
2025-12-18 04:28:32.690 DEBUG [src.node.docker_mananger] Container started with ID 0503b780c1fc. Setting up logs at ./log/docker/node1_2025-12-18_04-28-32__41e778cb-f51f-4c1e-a0f2-6efa3ddc34f7__wakuorg_nwaku:latest.log
|
|
2025-12-18 04:28:32.691 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 62558
|
|
2025-12-18 04:28:32.691 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2025-12-18 04:28:32.741 ERROR [src.node.docker_mananger] Max retries reached for container 16494cee3856. Exiting log stream.
|
|
2025-12-18 04:28:33.261 ERROR [src.node.docker_mananger] Max retries reached for container b616af95e76f. Exiting log stream.
|
|
2025-12-18 04:28:33.692 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62558/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-18 04:28:33.695 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-18 04:28:33.695 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2025-12-18 04:28:33.696 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62558/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-18 04:28:33.698 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.10.60/tcp/62559/p2p/16Uiu2HAm1JnjjGaTEuTqTVzrSqFU3PgUGqPBwyzSUZMNurpcVz8K","/ip4/172.18.10.60/tcp/62560/ws/p2p/16Uiu2HAm1JnjjGaTEuTqTVzrSqFU3PgUGqPBwyzSUZMNurpcVz8K"],"enrUri":"enr:-L24QGd0wcReouUYZJ1RbwDW02NI4Pu-TXjqfSOYghvaBudodME2TAVlstxBhQ9DoLb3sAXeIlJJuSBvT24E4Wlh_BYCgmlkgnY0gmlwhKwSCjyKbXVsdGlhZGRyc5YACASsEgo8BvRfAAoErBIKPAb0YN0DgnJzhQACAQAAiXNlY3AyNTZrMaECV2KyV1PdRWRYnYuT7QOeksW9kZSwXofaRN7rBQKHZdyDdGNwgvRfg3VkcIL0YYV3YWt1MgU"}'
|
|
2025-12-18 04:28:33.698 INFO [src.node.waku_node] REST service is ready !!
|
|
2025-12-18 04:28:33.704 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2025-12-18 04:28:33.705 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2025-12-18_04-28-32__41e778cb-f51f-4c1e-a0f2-6efa3ddc34f7__wakuorg_nwaku:latest.log
|
|
2025-12-18 04:28:33.705 DEBUG [src.node.waku_node] Starting Node...
|
|
2025-12-18 04:28:33.705 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2025-12-18 04:28:33.706 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2025-12-18 04:28:33.706 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.252.195
|
|
2025-12-18 04:28:33.706 DEBUG [src.node.docker_mananger] Generated ports ['42504', '42505', '42506', '42507', '42508']
|
|
2025-12-18 04:28:33.707 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2025-12-18 04:28:33.707 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2025-12-18 04:28:33.707 DEBUG [src.node.waku_node] Using volumes []
|
|
2025-12-18 04:28:33.707 DEBUG [src.node.docker_mananger] docker run -i -t -p 42504:42504 -p 42505:42505 -p 42506:42506 -p 42507:42507 -p 42508:42508 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=42506 --rest-port=42504 --tcp-port=42505 --discv5-udp-port=42507 --rest-address=0.0.0.0 --nat=extip:172.18.252.195 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=efd48c6a8bee4d8cf2f8977b9fdc0cb5cec6bd31d3ccab5d5ae2b4bb348a6525 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=42508 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QGd0wcReouUYZJ1RbwDW02NI4Pu-TXjqfSOYghvaBudodME2TAVlstxBhQ9DoLb3sAXeIlJJuSBvT24E4Wlh_BYCgmlkgnY0gmlwhKwSCjyKbXVsdGlhZGRyc5YACASsEgo8BvRfAAoErBIKPAb0YN0DgnJzhQACAQAAiXNlY3AyNTZrMaECV2KyV1PdRWRYnYuT7QOeksW9kZSwXofaRN7rBQKHZdyDdGNwgvRfg3VkcIL0YYV3YWt1MgU --content-topic=/myapp/1/latest/proto --num-shards-in-network=8
|
|
2025-12-18 04:28:33.889 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.252.195 waku a9aa2eaeec47b5c83888c04f709acddcf4d096df5141ad56eae40ea409ac907c
|
|
2025-12-18 04:28:33.924 DEBUG [src.node.docker_mananger] Container started with ID a9aa2eaeec47. Setting up logs at ./log/docker/node2_2025-12-18_04-28-32__41e778cb-f51f-4c1e-a0f2-6efa3ddc34f7__wakuorg_nwaku:latest.log
|
|
2025-12-18 04:28:33.925 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 42504
|
|
2025-12-18 04:28:33.925 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2025-12-18 04:28:34.926 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42504/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-18 04:28:34.934 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-18 04:28:34.935 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2025-12-18 04:28:34.935 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42504/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-18 04:28:34.941 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.252.195/tcp/42505/p2p/16Uiu2HAmANcPbV48sz84szqHMmwN5b2x6n8r3svtJ6ejbGkBNLUb","/ip4/172.18.252.195/tcp/42506/ws/p2p/16Uiu2HAmANcPbV48sz84szqHMmwN5b2x6n8r3svtJ6ejbGkBNLUb"],"enrUri":"enr:-L24QNGGdX60OF57WMTQhG10F-NSgAxxca2j3ZQ9j62EXD75KpGyA0xhqQc-o0y9eJuWixEZBBt0HCBDDz1gKWXoZ5YCgmlkgnY0gmlwhKwS_MOKbXVsdGlhZGRyc5YACASsEvzDBqYJAAoErBL8wwamCt0DgnJzhQACAQAAiXNlY3AyNTZrMaEC3haArtmd8mdZem1Uqv5LsMGMQayRLdCsASS4zQCZ5HSDdGNwgqYJg3VkcIKmC4V3YWt1MgE"}'
|
|
2025-12-18 04:28:34.941 INFO [src.node.waku_node] REST service is ready !!
|
|
2025-12-18 04:28:34.942 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:42504/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.10.60/tcp/62559/p2p/16Uiu2HAm1JnjjGaTEuTqTVzrSqFU3PgUGqPBwyzSUZMNurpcVz8K"]'
|
|
2025-12-18 04:28:34.945 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-18 04:28:34.946 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62558/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-18 04:28:34.951 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-18 04:28:34.952 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:42504/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-18 04:28:34.960 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-18 04:28:34.960 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62558/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/1.0/weekly/protobuf", "timestamp": '$(date +%s%N)'}'
|
|
2025-12-18 04:28:34.967 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-18 04:28:34.968 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2025-12-18 04:28:35.069 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2025-12-18 04:28:35.069 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62558/relay/v1/auto/messages/%2FnewsService%2F1.0%2Fweekly%2Fprotobuf" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-18 04:28:35.072 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":1766032114960636456,"ephemeral":false,"proof":""}]'
|
|
2025-12-18 04:28:35.073 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2025-12-18 04:28:35.074 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42504/relay/v1/auto/messages/%2FnewsService%2F1.0%2Fweekly%2Fprotobuf" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-18 04:28:35.076 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":1766032114960636456,"ephemeral":false,"proof":""}]'
|
|
2025-12-18 04:28:35.077 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62558/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/1.0/alerts/xml", "timestamp": '$(date +%s%N)'}'
|
|
2025-12-18 04:28:35.081 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-18 04:28:35.082 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2025-12-18 04:28:35.182 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2025-12-18 04:28:35.182 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62558/relay/v1/auto/messages/%2FnewsService%2F1.0%2Falerts%2Fxml" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-18 04:28:35.184 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":1766032115077683703,"ephemeral":false,"proof":""}]'
|
|
2025-12-18 04:28:35.185 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2025-12-18 04:28:35.186 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42504/relay/v1/auto/messages/%2FnewsService%2F1.0%2Falerts%2Fxml" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-18 04:28:35.188 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":1766032115077683703,"ephemeral":false,"proof":""}]'
|
|
2025-12-18 04:28:35.190 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62558/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/1.0/updates/json", "timestamp": '$(date +%s%N)'}'
|
|
2025-12-18 04:28:35.193 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-18 04:28:35.193 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2025-12-18 04:28:35.294 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2025-12-18 04:28:35.294 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62558/relay/v1/auto/messages/%2FnewsService%2F1.0%2Fupdates%2Fjson" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-18 04:28:35.297 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":1766032115189909576,"ephemeral":false,"proof":""}]'
|
|
2025-12-18 04:28:35.298 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2025-12-18 04:28:35.298 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42504/relay/v1/auto/messages/%2FnewsService%2F1.0%2Fupdates%2Fjson" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-18 04:28:35.300 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":1766032115189909576,"ephemeral":false,"proof":""}]'
|
|
2025-12-18 04:28:35.302 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62558/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/2.0/alerts/json", "timestamp": '$(date +%s%N)'}'
|
|
2025-12-18 04:28:35.306 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-18 04:28:35.307 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2025-12-18 04:28:35.407 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2025-12-18 04:28:35.407 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62558/relay/v1/auto/messages/%2FnewsService%2F2.0%2Falerts%2Fjson" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-18 04:28:35.410 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":1766032115302460884,"ephemeral":false,"proof":""}]'
|
|
2025-12-18 04:28:35.411 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2025-12-18 04:28:35.411 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42504/relay/v1/auto/messages/%2FnewsService%2F2.0%2Falerts%2Fjson" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-18 04:28:35.413 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":1766032115302460884,"ephemeral":false,"proof":""}]'
|
|
2025-12-18 04:28:35.415 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62558/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/2.0/summaries/xml", "timestamp": '$(date +%s%N)'}'
|
|
2025-12-18 04:28:35.418 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-18 04:28:35.419 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2025-12-18 04:28:35.519 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2025-12-18 04:28:35.519 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62558/relay/v1/auto/messages/%2FnewsService%2F2.0%2Fsummaries%2Fxml" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-18 04:28:35.522 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":1766032115415027075,"ephemeral":false,"proof":""}]'
|
|
2025-12-18 04:28:35.523 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2025-12-18 04:28:35.523 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42504/relay/v1/auto/messages/%2FnewsService%2F2.0%2Fsummaries%2Fxml" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-18 04:28:35.525 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":1766032115415027075,"ephemeral":false,"proof":""}]'
|
|
2025-12-18 04:28:35.527 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62558/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/2.0/highlights/yaml", "timestamp": '$(date +%s%N)'}'
|
|
2025-12-18 04:28:35.531 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-18 04:28:35.531 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2025-12-18 04:28:35.632 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2025-12-18 04:28:35.632 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62558/relay/v1/auto/messages/%2FnewsService%2F2.0%2Fhighlights%2Fyaml" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-18 04:28:35.634 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":1766032115527342278,"ephemeral":false,"proof":""}]'
|
|
2025-12-18 04:28:35.636 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2025-12-18 04:28:35.636 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42504/relay/v1/auto/messages/%2FnewsService%2F2.0%2Fhighlights%2Fyaml" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-18 04:28:35.638 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":1766032115527342278,"ephemeral":false,"proof":""}]'
|
|
2025-12-18 04:28:35.640 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62558/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/3.0/weekly/json", "timestamp": '$(date +%s%N)'}'
|
|
2025-12-18 04:28:35.643 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-18 04:28:35.644 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2025-12-18 04:28:35.744 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2025-12-18 04:28:35.744 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62558/relay/v1/auto/messages/%2FnewsService%2F3.0%2Fweekly%2Fjson" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-18 04:28:35.747 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":1766032115640131924,"ephemeral":false,"proof":""}]'
|
|
2025-12-18 04:28:35.748 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2025-12-18 04:28:35.748 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42504/relay/v1/auto/messages/%2FnewsService%2F3.0%2Fweekly%2Fjson" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-18 04:28:35.750 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":1766032115640131924,"ephemeral":false,"proof":""}]'
|
|
2025-12-18 04:28:35.752 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62558/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/3.0/summaries/xml", "timestamp": '$(date +%s%N)'}'
|
|
2025-12-18 04:28:35.755 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-18 04:28:35.756 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2025-12-18 04:28:35.857 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2025-12-18 04:28:35.857 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62558/relay/v1/auto/messages/%2FnewsService%2F3.0%2Fsummaries%2Fxml" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-18 04:28:35.859 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":1766032115752074756,"ephemeral":false,"proof":""}]'
|
|
2025-12-18 04:28:35.861 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2025-12-18 04:28:35.861 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42504/relay/v1/auto/messages/%2FnewsService%2F3.0%2Fsummaries%2Fxml" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-18 04:28:35.863 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":1766032115752074756,"ephemeral":false,"proof":""}]'
|
|
2025-12-18 04:28:35.864 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:62558/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-18 04:28:35.868 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-18 04:28:35.870 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:42504/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-18 04:28:35.873 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-18 04:28:35.874 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62558/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/1.0/weekly/protobuf", "timestamp": '$(date +%s%N)'}'
|
|
2025-12-18 04:28:35.877 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-18 04:28:35.877 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2025-12-18 04:28:35.977 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2025-12-18 04:28:35.978 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62558/relay/v1/auto/messages/%2FnewsService%2F1.0%2Fweekly%2Fprotobuf" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-18 04:28:35.980 ERROR [src.node.api_clients.base_client] HTTP error occurred: 404 Client Error: Not Found for url: http://127.0.0.1:62558/relay/v1/auto/messages/%2FnewsService%2F1.0%2Fweekly%2Fprotobuf. Response content: b'/newsService/1.0/weekly/protobuf'
|
|
2025-12-18 04:28:35.981 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62558/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/1.0/alerts/xml", "timestamp": '$(date +%s%N)'}'
|
|
2025-12-18 04:28:35.984 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-18 04:28:35.984 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2025-12-18 04:28:36.084 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2025-12-18 04:28:36.085 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62558/relay/v1/auto/messages/%2FnewsService%2F1.0%2Falerts%2Fxml" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-18 04:28:36.087 ERROR [src.node.api_clients.base_client] HTTP error occurred: 404 Client Error: Not Found for url: http://127.0.0.1:62558/relay/v1/auto/messages/%2FnewsService%2F1.0%2Falerts%2Fxml. Response content: b'/newsService/1.0/alerts/xml'
|
|
2025-12-18 04:28:36.088 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62558/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/1.0/updates/json", "timestamp": '$(date +%s%N)'}'
|
|
2025-12-18 04:28:36.091 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-18 04:28:36.091 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2025-12-18 04:28:36.191 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2025-12-18 04:28:36.191 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62558/relay/v1/auto/messages/%2FnewsService%2F1.0%2Fupdates%2Fjson" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-18 04:28:36.194 ERROR [src.node.api_clients.base_client] HTTP error occurred: 404 Client Error: Not Found for url: http://127.0.0.1:62558/relay/v1/auto/messages/%2FnewsService%2F1.0%2Fupdates%2Fjson. Response content: b'/newsService/1.0/updates/json'
|
|
2025-12-18 04:28:36.195 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62558/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/2.0/alerts/json", "timestamp": '$(date +%s%N)'}'
|
|
2025-12-18 04:28:36.199 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-18 04:28:36.200 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2025-12-18 04:28:36.300 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2025-12-18 04:28:36.301 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62558/relay/v1/auto/messages/%2FnewsService%2F2.0%2Falerts%2Fjson" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-18 04:28:36.303 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":1766032116195437083,"ephemeral":false,"proof":""}]'
|
|
2025-12-18 04:28:36.304 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2025-12-18 04:28:36.304 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42504/relay/v1/auto/messages/%2FnewsService%2F2.0%2Falerts%2Fjson" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-18 04:28:36.306 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":1766032116195437083,"ephemeral":false,"proof":""}]'
|
|
2025-12-18 04:28:36.308 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62558/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/2.0/summaries/xml", "timestamp": '$(date +%s%N)'}'
|
|
2025-12-18 04:28:36.312 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-18 04:28:36.312 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2025-12-18 04:28:36.412 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2025-12-18 04:28:36.413 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62558/relay/v1/auto/messages/%2FnewsService%2F2.0%2Fsummaries%2Fxml" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-18 04:28:36.415 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":1766032116308272343,"ephemeral":false,"proof":""}]'
|
|
2025-12-18 04:28:36.417 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2025-12-18 04:28:36.417 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42504/relay/v1/auto/messages/%2FnewsService%2F2.0%2Fsummaries%2Fxml" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-18 04:28:36.419 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":1766032116308272343,"ephemeral":false,"proof":""}]'
|
|
2025-12-18 04:28:36.421 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62558/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/2.0/highlights/yaml", "timestamp": '$(date +%s%N)'}'
|
|
2025-12-18 04:28:36.424 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-18 04:28:36.425 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2025-12-18 04:28:36.525 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2025-12-18 04:28:36.526 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62558/relay/v1/auto/messages/%2FnewsService%2F2.0%2Fhighlights%2Fyaml" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-18 04:28:36.528 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":1766032116421082377,"ephemeral":false,"proof":""}]'
|
|
2025-12-18 04:28:36.530 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2025-12-18 04:28:36.530 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42504/relay/v1/auto/messages/%2FnewsService%2F2.0%2Fhighlights%2Fyaml" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-18 04:28:36.532 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":1766032116421082377,"ephemeral":false,"proof":""}]'
|
|
2025-12-18 04:28:36.534 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62558/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/3.0/weekly/json", "timestamp": '$(date +%s%N)'}'
|
|
2025-12-18 04:28:36.538 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-18 04:28:36.538 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2025-12-18 04:28:36.639 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2025-12-18 04:28:36.639 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62558/relay/v1/auto/messages/%2FnewsService%2F3.0%2Fweekly%2Fjson" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-18 04:28:36.642 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":1766032116534156220,"ephemeral":false,"proof":""}]'
|
|
2025-12-18 04:28:36.643 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2025-12-18 04:28:36.643 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42504/relay/v1/auto/messages/%2FnewsService%2F3.0%2Fweekly%2Fjson" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-18 04:28:36.645 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":1766032116534156220,"ephemeral":false,"proof":""}]'
|
|
2025-12-18 04:28:36.647 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62558/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/3.0/summaries/xml", "timestamp": '$(date +%s%N)'}'
|
|
2025-12-18 04:28:36.651 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-18 04:28:36.651 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2025-12-18 04:28:36.751 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2025-12-18 04:28:36.752 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62558/relay/v1/auto/messages/%2FnewsService%2F3.0%2Fsummaries%2Fxml" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-18 04:28:36.754 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":1766032116647294546,"ephemeral":false,"proof":""}]'
|
|
2025-12-18 04:28:36.756 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2025-12-18 04:28:36.756 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42504/relay/v1/auto/messages/%2FnewsService%2F3.0%2Fsummaries%2Fxml" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-18 04:28:36.758 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":1766032116647294546,"ephemeral":false,"proof":""}]'
|
|
2025-12-18 04:28:36.761 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2025-12-18 04:28:36.763 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2025-12-18 04:28:36.763 DEBUG [src.node.waku_node] Stopping container with id 0503b780c1fc
|
|
2025-12-18 04:28:37.267 DEBUG [src.node.waku_node] Container stopped.
|
|
2025-12-18 04:28:37.267 DEBUG [src.node.waku_node] Stopping container with id a9aa2eaeec47
|
|
2025-12-18 04:28:37.781 DEBUG [src.node.waku_node] Container stopped.
|
|
2025-12-18 04:28:37.782 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2025-12-18 04:28:37.792 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2025-12-18 04:28:37.801 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|