mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-01-07 16:33:13 +00:00
204 lines
38 KiB
Plaintext
204 lines
38 KiB
Plaintext
2025-12-24 04:31:10.495 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2025-12-24 04:31:10.495 DEBUG [tests.conftest] Running test: test_unsubscribe_from_some_content_topics[content_topic_list0] with id: 2025-12-24_04-31-10__e21a1f35-0708-4e4c-b246-a228846c350c
|
|
2025-12-24 04:31:10.496 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2025-12-24 04:31:10.496 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2025-12-24 04:31:10.496 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2025-12-24 04:31:10.509 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2025-12-24 04:31:10.509 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-24_04-31-10__e21a1f35-0708-4e4c-b246-a228846c350c__wakuorg_nwaku:latest.log
|
|
2025-12-24 04:31:10.509 DEBUG [src.node.waku_node] Starting Node...
|
|
2025-12-24 04:31:10.510 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2025-12-24 04:31:10.512 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2025-12-24 04:31:10.512 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.69.241
|
|
2025-12-24 04:31:10.512 DEBUG [src.node.docker_mananger] Generated ports ['47319', '47320', '47321', '47322', '47323']
|
|
2025-12-24 04:31:10.512 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2025-12-24 04:31:10.513 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2025-12-24 04:31:10.513 DEBUG [src.node.waku_node] Using volumes []
|
|
2025-12-24 04:31:10.513 DEBUG [src.node.docker_mananger] docker run -i -t -p 47319:47319 -p 47320:47320 -p 47321:47321 -p 47322:47322 -p 47323:47323 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=47321 --rest-port=47319 --tcp-port=47320 --discv5-udp-port=47322 --rest-address=0.0.0.0 --nat=extip:172.18.69.241 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=aadccfec7f1d5c286bc4ccec7e3f4ef1dc0a3affde17ecdbfbbdadcc9ddac12e --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=47323 --metrics-logging=true --relay=true --filter=true --content-topic=/myapp/1/latest/proto --num-shards-in-network=8
|
|
2025-12-24 04:31:10.697 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.69.241 waku c2bcd1175e2b27b5ae1145c33ef8934d1921f7369896f82a34954355b875702b
|
|
2025-12-24 04:31:10.733 DEBUG [src.node.docker_mananger] Container started with ID c2bcd1175e2b. Setting up logs at ./log/docker/node1_2025-12-24_04-31-10__e21a1f35-0708-4e4c-b246-a228846c350c__wakuorg_nwaku:latest.log
|
|
2025-12-24 04:31:10.734 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 47319
|
|
2025-12-24 04:31:10.734 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2025-12-24 04:31:10.751 ERROR [src.node.docker_mananger] Max retries reached for container 5bf4edfcc80e. Exiting log stream.
|
|
2025-12-24 04:31:11.326 ERROR [src.node.docker_mananger] Max retries reached for container 47eedfb6431f. Exiting log stream.
|
|
2025-12-24 04:31:11.734 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47319/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-24 04:31:11.737 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-24 04:31:11.738 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2025-12-24 04:31:11.738 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47319/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-24 04:31:11.740 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.69.241/tcp/47320/p2p/16Uiu2HAm2KnP5w8au9WzC2T1fA6awHqKGZEuVLXNdnkhj7wZp4fV","/ip4/172.18.69.241/tcp/47321/ws/p2p/16Uiu2HAm2KnP5w8au9WzC2T1fA6awHqKGZEuVLXNdnkhj7wZp4fV"],"enrUri":"enr:-L24QFRNGq921uQ9hoFPRA2Z49LbaeclVattiQaTASXK6GFmGPvX163_p9sMxtCQ9qrXb3SEEl03RKohIpWGRDzcvK8CgmlkgnY0gmlwhKwSRfGKbXVsdGlhZGRyc5YACASsEkXxBrjYAAoErBJF8Qa42d0DgnJzhQACAQAAiXNlY3AyNTZrMaECZn-P2uCvm7ve6bVqm89sL8x0Xde7iRcqpp_x8ZzK17yDdGNwgrjYg3VkcIK42oV3YWt1MgU"}'
|
|
2025-12-24 04:31:11.740 INFO [src.node.waku_node] REST service is ready !!
|
|
2025-12-24 04:31:11.747 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2025-12-24 04:31:11.747 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2025-12-24_04-31-10__e21a1f35-0708-4e4c-b246-a228846c350c__wakuorg_nwaku:latest.log
|
|
2025-12-24 04:31:11.747 DEBUG [src.node.waku_node] Starting Node...
|
|
2025-12-24 04:31:11.748 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2025-12-24 04:31:11.749 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2025-12-24 04:31:11.749 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.52.216
|
|
2025-12-24 04:31:11.749 DEBUG [src.node.docker_mananger] Generated ports ['43548', '43549', '43550', '43551', '43552']
|
|
2025-12-24 04:31:11.749 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2025-12-24 04:31:11.749 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2025-12-24 04:31:11.749 DEBUG [src.node.waku_node] Using volumes []
|
|
2025-12-24 04:31:11.750 DEBUG [src.node.docker_mananger] docker run -i -t -p 43548:43548 -p 43549:43549 -p 43550:43550 -p 43551:43551 -p 43552:43552 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=43550 --rest-port=43548 --tcp-port=43549 --discv5-udp-port=43551 --rest-address=0.0.0.0 --nat=extip:172.18.52.216 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=3e371ecacc980ee3ee82e75ee725fc0ec0ecbde9e6e5fefd3eeacadf6b5599d1 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=43552 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QFRNGq921uQ9hoFPRA2Z49LbaeclVattiQaTASXK6GFmGPvX163_p9sMxtCQ9qrXb3SEEl03RKohIpWGRDzcvK8CgmlkgnY0gmlwhKwSRfGKbXVsdGlhZGRyc5YACASsEkXxBrjYAAoErBJF8Qa42d0DgnJzhQACAQAAiXNlY3AyNTZrMaECZn-P2uCvm7ve6bVqm89sL8x0Xde7iRcqpp_x8ZzK17yDdGNwgrjYg3VkcIK42oV3YWt1MgU --content-topic=/myapp/1/latest/proto --num-shards-in-network=8
|
|
2025-12-24 04:31:11.935 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.52.216 waku e3c7bd1646ca15d8de0bc0eb5a8dc67412c2e4144068ab6f99b565f039397227
|
|
2025-12-24 04:31:11.966 DEBUG [src.node.docker_mananger] Container started with ID e3c7bd1646ca. Setting up logs at ./log/docker/node2_2025-12-24_04-31-10__e21a1f35-0708-4e4c-b246-a228846c350c__wakuorg_nwaku:latest.log
|
|
2025-12-24 04:31:11.967 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 43548
|
|
2025-12-24 04:31:11.967 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2025-12-24 04:31:12.968 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43548/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-24 04:31:12.980 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-24 04:31:12.982 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2025-12-24 04:31:12.982 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43548/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-24 04:31:12.988 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.52.216/tcp/43549/p2p/16Uiu2HAm4TLfCqVuH2kHQ9RyNssNpmAaiuYZBKEzd5mH5GQ3FP58","/ip4/172.18.52.216/tcp/43550/ws/p2p/16Uiu2HAm4TLfCqVuH2kHQ9RyNssNpmAaiuYZBKEzd5mH5GQ3FP58"],"enrUri":"enr:-L24QEE90yzh5x8otKh4wD3_pb4byd9mbN0_FBVpnsOvvDaWYrKRnnsWEgtuAZQL80wWNTe2fmvv1blWNrVutKS7924CgmlkgnY0gmlwhKwSNNiKbXVsdGlhZGRyc5YACASsEjTYBqodAAoErBI02AaqHt0DgnJzhQACAQAAiXNlY3AyNTZrMaEChiZ_ikTYlMDWAuk3cLf3L0b5MOu0WYotEfbCO8Q7S3eDdGNwgqodg3VkcIKqH4V3YWt1MgE"}'
|
|
2025-12-24 04:31:12.989 INFO [src.node.waku_node] REST service is ready !!
|
|
2025-12-24 04:31:12.989 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43548/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.69.241/tcp/47320/p2p/16Uiu2HAm2KnP5w8au9WzC2T1fA6awHqKGZEuVLXNdnkhj7wZp4fV"]'
|
|
2025-12-24 04:31:12.992 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-24 04:31:12.992 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47319/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-24 04:31:12.999 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-24 04:31:12.999 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43548/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-24 04:31:13.007 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-24 04:31:13.008 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47319/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/1.0/weekly/protobuf", "timestamp": '$(date +%s%N)'}'
|
|
2025-12-24 04:31:13.015 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-24 04:31:13.017 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2025-12-24 04:31:13.118 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2025-12-24 04:31:13.118 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47319/relay/v1/auto/messages/%2FnewsService%2F1.0%2Fweekly%2Fprotobuf" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-24 04:31:13.121 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":1766550673008662776,"ephemeral":false,"proof":""}]'
|
|
2025-12-24 04:31:13.123 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2025-12-24 04:31:13.123 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43548/relay/v1/auto/messages/%2FnewsService%2F1.0%2Fweekly%2Fprotobuf" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-24 04:31:13.125 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":1766550673008662776,"ephemeral":false,"proof":""}]'
|
|
2025-12-24 04:31:13.127 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47319/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/1.0/alerts/xml", "timestamp": '$(date +%s%N)'}'
|
|
2025-12-24 04:31:13.131 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-24 04:31:13.132 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2025-12-24 04:31:13.232 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2025-12-24 04:31:13.232 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47319/relay/v1/auto/messages/%2FnewsService%2F1.0%2Falerts%2Fxml" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-24 04:31:13.235 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":1766550673127376723,"ephemeral":false,"proof":""}]'
|
|
2025-12-24 04:31:13.237 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2025-12-24 04:31:13.237 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43548/relay/v1/auto/messages/%2FnewsService%2F1.0%2Falerts%2Fxml" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-24 04:31:13.240 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":1766550673127376723,"ephemeral":false,"proof":""}]'
|
|
2025-12-24 04:31:13.241 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47319/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/1.0/updates/json", "timestamp": '$(date +%s%N)'}'
|
|
2025-12-24 04:31:13.246 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-24 04:31:13.246 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2025-12-24 04:31:13.347 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2025-12-24 04:31:13.347 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47319/relay/v1/auto/messages/%2FnewsService%2F1.0%2Fupdates%2Fjson" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-24 04:31:13.350 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":1766550673241718786,"ephemeral":false,"proof":""}]'
|
|
2025-12-24 04:31:13.351 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2025-12-24 04:31:13.352 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43548/relay/v1/auto/messages/%2FnewsService%2F1.0%2Fupdates%2Fjson" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-24 04:31:13.354 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":1766550673241718786,"ephemeral":false,"proof":""}]'
|
|
2025-12-24 04:31:13.355 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47319/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/2.0/alerts/json", "timestamp": '$(date +%s%N)'}'
|
|
2025-12-24 04:31:13.360 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-24 04:31:13.361 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2025-12-24 04:31:13.462 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2025-12-24 04:31:13.462 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47319/relay/v1/auto/messages/%2FnewsService%2F2.0%2Falerts%2Fjson" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-24 04:31:13.465 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":1766550673355864490,"ephemeral":false,"proof":""}]'
|
|
2025-12-24 04:31:13.466 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2025-12-24 04:31:13.467 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43548/relay/v1/auto/messages/%2FnewsService%2F2.0%2Falerts%2Fjson" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-24 04:31:13.469 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":1766550673355864490,"ephemeral":false,"proof":""}]'
|
|
2025-12-24 04:31:13.470 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47319/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/2.0/summaries/xml", "timestamp": '$(date +%s%N)'}'
|
|
2025-12-24 04:31:13.475 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-24 04:31:13.476 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2025-12-24 04:31:13.577 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2025-12-24 04:31:13.577 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47319/relay/v1/auto/messages/%2FnewsService%2F2.0%2Fsummaries%2Fxml" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-24 04:31:13.580 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":1766550673470830134,"ephemeral":false,"proof":""}]'
|
|
2025-12-24 04:31:13.582 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2025-12-24 04:31:13.582 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43548/relay/v1/auto/messages/%2FnewsService%2F2.0%2Fsummaries%2Fxml" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-24 04:31:13.584 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":1766550673470830134,"ephemeral":false,"proof":""}]'
|
|
2025-12-24 04:31:13.586 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47319/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/2.0/highlights/yaml", "timestamp": '$(date +%s%N)'}'
|
|
2025-12-24 04:31:13.590 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-24 04:31:13.591 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2025-12-24 04:31:13.691 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2025-12-24 04:31:13.691 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47319/relay/v1/auto/messages/%2FnewsService%2F2.0%2Fhighlights%2Fyaml" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-24 04:31:13.694 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":1766550673586072792,"ephemeral":false,"proof":""}]'
|
|
2025-12-24 04:31:13.696 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2025-12-24 04:31:13.696 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43548/relay/v1/auto/messages/%2FnewsService%2F2.0%2Fhighlights%2Fyaml" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-24 04:31:13.699 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":1766550673586072792,"ephemeral":false,"proof":""}]'
|
|
2025-12-24 04:31:13.700 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47319/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/3.0/weekly/json", "timestamp": '$(date +%s%N)'}'
|
|
2025-12-24 04:31:13.705 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-24 04:31:13.705 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2025-12-24 04:31:13.805 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2025-12-24 04:31:13.806 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47319/relay/v1/auto/messages/%2FnewsService%2F3.0%2Fweekly%2Fjson" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-24 04:31:13.808 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":1766550673700721409,"ephemeral":false,"proof":""}]'
|
|
2025-12-24 04:31:13.810 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2025-12-24 04:31:13.810 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43548/relay/v1/auto/messages/%2FnewsService%2F3.0%2Fweekly%2Fjson" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-24 04:31:13.812 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":1766550673700721409,"ephemeral":false,"proof":""}]'
|
|
2025-12-24 04:31:13.814 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47319/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/3.0/summaries/xml", "timestamp": '$(date +%s%N)'}'
|
|
2025-12-24 04:31:13.818 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-24 04:31:13.819 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2025-12-24 04:31:13.919 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2025-12-24 04:31:13.919 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47319/relay/v1/auto/messages/%2FnewsService%2F3.0%2Fsummaries%2Fxml" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-24 04:31:13.922 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":1766550673814060789,"ephemeral":false,"proof":""}]'
|
|
2025-12-24 04:31:13.923 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2025-12-24 04:31:13.924 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43548/relay/v1/auto/messages/%2FnewsService%2F3.0%2Fsummaries%2Fxml" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-24 04:31:13.926 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":1766550673814060789,"ephemeral":false,"proof":""}]'
|
|
2025-12-24 04:31:13.928 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:47319/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-24 04:31:13.931 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-24 04:31:13.932 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:43548/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-24 04:31:13.936 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-24 04:31:13.937 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47319/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/1.0/weekly/protobuf", "timestamp": '$(date +%s%N)'}'
|
|
2025-12-24 04:31:13.940 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-24 04:31:13.940 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2025-12-24 04:31:14.040 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2025-12-24 04:31:14.041 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47319/relay/v1/auto/messages/%2FnewsService%2F1.0%2Fweekly%2Fprotobuf" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-24 04:31:14.043 ERROR [src.node.api_clients.base_client] HTTP error occurred: 404 Client Error: Not Found for url: http://127.0.0.1:47319/relay/v1/auto/messages/%2FnewsService%2F1.0%2Fweekly%2Fprotobuf. Response content: b'/newsService/1.0/weekly/protobuf'
|
|
2025-12-24 04:31:14.045 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47319/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/1.0/alerts/xml", "timestamp": '$(date +%s%N)'}'
|
|
2025-12-24 04:31:14.048 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-24 04:31:14.048 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2025-12-24 04:31:14.148 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2025-12-24 04:31:14.149 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47319/relay/v1/auto/messages/%2FnewsService%2F1.0%2Falerts%2Fxml" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-24 04:31:14.152 ERROR [src.node.api_clients.base_client] HTTP error occurred: 404 Client Error: Not Found for url: http://127.0.0.1:47319/relay/v1/auto/messages/%2FnewsService%2F1.0%2Falerts%2Fxml. Response content: b'/newsService/1.0/alerts/xml'
|
|
2025-12-24 04:31:14.153 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47319/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/1.0/updates/json", "timestamp": '$(date +%s%N)'}'
|
|
2025-12-24 04:31:14.156 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-24 04:31:14.156 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2025-12-24 04:31:14.256 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2025-12-24 04:31:14.257 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47319/relay/v1/auto/messages/%2FnewsService%2F1.0%2Fupdates%2Fjson" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-24 04:31:14.259 ERROR [src.node.api_clients.base_client] HTTP error occurred: 404 Client Error: Not Found for url: http://127.0.0.1:47319/relay/v1/auto/messages/%2FnewsService%2F1.0%2Fupdates%2Fjson. Response content: b'/newsService/1.0/updates/json'
|
|
2025-12-24 04:31:14.261 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47319/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/2.0/alerts/json", "timestamp": '$(date +%s%N)'}'
|
|
2025-12-24 04:31:14.265 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-24 04:31:14.265 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2025-12-24 04:31:14.366 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2025-12-24 04:31:14.366 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47319/relay/v1/auto/messages/%2FnewsService%2F2.0%2Falerts%2Fjson" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-24 04:31:14.369 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":1766550674261261388,"ephemeral":false,"proof":""}]'
|
|
2025-12-24 04:31:14.370 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2025-12-24 04:31:14.371 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43548/relay/v1/auto/messages/%2FnewsService%2F2.0%2Falerts%2Fjson" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-24 04:31:14.373 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":1766550674261261388,"ephemeral":false,"proof":""}]'
|
|
2025-12-24 04:31:14.374 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47319/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/2.0/summaries/xml", "timestamp": '$(date +%s%N)'}'
|
|
2025-12-24 04:31:14.379 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-24 04:31:14.379 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2025-12-24 04:31:14.480 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2025-12-24 04:31:14.480 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47319/relay/v1/auto/messages/%2FnewsService%2F2.0%2Fsummaries%2Fxml" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-24 04:31:14.483 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":1766550674374772211,"ephemeral":false,"proof":""}]'
|
|
2025-12-24 04:31:14.485 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2025-12-24 04:31:14.485 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43548/relay/v1/auto/messages/%2FnewsService%2F2.0%2Fsummaries%2Fxml" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-24 04:31:14.487 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":1766550674374772211,"ephemeral":false,"proof":""}]'
|
|
2025-12-24 04:31:14.488 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47319/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/2.0/highlights/yaml", "timestamp": '$(date +%s%N)'}'
|
|
2025-12-24 04:31:14.493 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-24 04:31:14.493 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2025-12-24 04:31:14.594 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2025-12-24 04:31:14.595 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47319/relay/v1/auto/messages/%2FnewsService%2F2.0%2Fhighlights%2Fyaml" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-24 04:31:14.597 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":1766550674488811213,"ephemeral":false,"proof":""}]'
|
|
2025-12-24 04:31:14.599 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2025-12-24 04:31:14.599 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43548/relay/v1/auto/messages/%2FnewsService%2F2.0%2Fhighlights%2Fyaml" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-24 04:31:14.602 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":1766550674488811213,"ephemeral":false,"proof":""}]'
|
|
2025-12-24 04:31:14.604 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47319/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/3.0/weekly/json", "timestamp": '$(date +%s%N)'}'
|
|
2025-12-24 04:31:14.608 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-24 04:31:14.608 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2025-12-24 04:31:14.709 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2025-12-24 04:31:14.709 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47319/relay/v1/auto/messages/%2FnewsService%2F3.0%2Fweekly%2Fjson" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-24 04:31:14.712 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":1766550674603913055,"ephemeral":false,"proof":""}]'
|
|
2025-12-24 04:31:14.714 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2025-12-24 04:31:14.714 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43548/relay/v1/auto/messages/%2FnewsService%2F3.0%2Fweekly%2Fjson" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-24 04:31:14.716 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":1766550674603913055,"ephemeral":false,"proof":""}]'
|
|
2025-12-24 04:31:14.718 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47319/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/3.0/summaries/xml", "timestamp": '$(date +%s%N)'}'
|
|
2025-12-24 04:31:14.723 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-24 04:31:14.723 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2025-12-24 04:31:14.824 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2025-12-24 04:31:14.824 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47319/relay/v1/auto/messages/%2FnewsService%2F3.0%2Fsummaries%2Fxml" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-24 04:31:14.827 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":1766550674718455069,"ephemeral":false,"proof":""}]'
|
|
2025-12-24 04:31:14.828 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2025-12-24 04:31:14.829 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43548/relay/v1/auto/messages/%2FnewsService%2F3.0%2Fsummaries%2Fxml" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-24 04:31:14.831 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":1766550674718455069,"ephemeral":false,"proof":""}]'
|
|
2025-12-24 04:31:14.834 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2025-12-24 04:31:14.837 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2025-12-24 04:31:14.837 DEBUG [src.node.waku_node] Stopping container with id c2bcd1175e2b
|
|
2025-12-24 04:31:15.369 DEBUG [src.node.waku_node] Container stopped.
|
|
2025-12-24 04:31:15.369 DEBUG [src.node.waku_node] Stopping container with id e3c7bd1646ca
|
|
2025-12-24 04:31:15.921 DEBUG [src.node.waku_node] Container stopped.
|
|
2025-12-24 04:31:15.922 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2025-12-24 04:31:15.933 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2025-12-24 04:31:15.942 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|