mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-25 19:59:26 +00:00
98 lines
18 KiB
Plaintext
98 lines
18 KiB
Plaintext
2026-04-22 23:57:00.860 INFO [tests.conftest] Fleet bootstrap inactive – pass --fleet (or set FLEET_BOOTSTRAP=true) to connect local nodes to the waku.test fleet
|
||
2026-04-22 23:57:00.861 DEBUG [tests.conftest] Running fixture setup: test_id
|
||
2026-04-22 23:57:00.862 DEBUG [tests.conftest] Running test: test_light_push_while_peer_is_paused with id: 2026-04-22_23-57-00__c4747778-b1ba-4326-a5bf-147c1b980712
|
||
2026-04-22 23:57:00.862 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||
2026-04-22 23:57:00.862 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
|
||
2026-04-22 23:57:00.869 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||
2026-04-22 23:57:00.870 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/receiving_node1_2026-04-22_23-57-00__c4747778-b1ba-4326-a5bf-147c1b980712__wakuorg_nwaku:latest.log
|
||
2026-04-22 23:57:00.870 DEBUG [src.node.waku_node] Starting Node...
|
||
2026-04-22 23:57:00.870 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||
2026-04-22 23:57:00.871 DEBUG [src.node.docker_mananger] Network waku already exists
|
||
2026-04-22 23:57:00.871 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.28.15
|
||
2026-04-22 23:57:00.872 DEBUG [src.node.docker_mananger] Generated ports ['43972', '43973', '43974', '43975', '43976']
|
||
2026-04-22 23:57:00.872 DEBUG [src.node.waku_node] RLN credentials were not set
|
||
2026-04-22 23:57:00.872 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||
2026-04-22 23:57:00.872 DEBUG [src.node.waku_node] Using volumes []
|
||
2026-04-22 23:57:00.872 DEBUG [src.node.docker_mananger] docker run -i -t -p 43972:43972 -p 43973:43973 -p 43974:43974 -p 43975:43975 -p 43976:43976 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=43974 --rest-port=43972 --tcp-port=43973 --discv5-udp-port=43975 --rest-address=0.0.0.0 --nat=extip:172.18.28.15 --peer-exchange=true --discv5-discovery=true --cluster-id=198 --nodekey=f45cacd203b6c63d233fe3bc63c719f75a02ac92bfad9e63da762c0cbf7af558 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=43976 --metrics-logging=true --lightpush=true --relay=true
|
||
2026-04-22 23:57:01.055 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.28.15 waku 876369e5fcb9a1047cff3573efb423177b3fec82492f50cb76268beb92a93d5a
|
||
2026-04-22 23:57:01.088 DEBUG [src.node.docker_mananger] Container started with ID 876369e5fcb9. Setting up logs at ./log/docker/receiving_node1_2026-04-22_23-57-00__c4747778-b1ba-4326-a5bf-147c1b980712__wakuorg_nwaku:latest.log
|
||
2026-04-22 23:57:01.088 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 43972
|
||
2026-04-22 23:57:01.088 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||
2026-04-22 23:57:01.213 ERROR [src.node.docker_mananger] Max retries reached for container 25f9de74a8d5. Exiting log stream.
|
||
2026-04-22 23:57:01.681 ERROR [src.node.docker_mananger] Max retries reached for container 45938ebdb657. Exiting log stream.
|
||
2026-04-22 23:57:02.090 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43972/health" -H "Content-Type: application/json" -d 'None'
|
||
2026-04-22 23:57:02.092 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_READY","desc":"Node has no relay peers to fullfill push requests"},{"Legacy Lightpush":"NOT_READY","desc":"Node has no relay peers to fullfill push requests"},{"Filter":"NOT_MOUNTED"},{"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"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||
2026-04-22 23:57:02.092 INFO [src.node.waku_node] Node protocols are initialized !!
|
||
2026-04-22 23:57:02.093 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43972/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||
2026-04-22 23:57:02.095 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.28.15/tcp/43973/p2p/16Uiu2HAmKfTds8Jr6PFmmyL67UonkCeU8FU362eVd6KaCgE7FUui","/ip4/172.18.28.15/tcp/43974/ws/p2p/16Uiu2HAmKfTds8Jr6PFmmyL67UonkCeU8FU362eVd6KaCgE7FUui"],"enrUri":"enr:-L24QOyM_y3y3vZJc2IgEbl_sA-jWIvXi2Do0I0aCOKFyjaqZhom2gshp71_4wDdNo6NRPqfXptmon26eHZOnfkZUXwCgmlkgnY0gmlwhKwSHA-KbXVsdGlhZGRyc5YACASsEhwPBqvFAAoErBIcDwarxt0DgnJzhQDGAQAAiXNlY3AyNTZrMaEDaCCpHfE6qlWb-f6KDKZH2qTHbiATpZ1KBGyDaXdv1K2DdGNwgqvFg3VkcIKrx4V3YWt1Mgk"}'
|
||
2026-04-22 23:57:02.095 INFO [src.node.waku_node] REST service is ready !!
|
||
2026-04-22 23:57:02.101 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||
2026-04-22 23:57:02.102 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/receiving_node2_2026-04-22_23-57-00__c4747778-b1ba-4326-a5bf-147c1b980712__wakuorg_nwaku:latest.log
|
||
2026-04-22 23:57:02.102 DEBUG [src.node.waku_node] Starting Node...
|
||
2026-04-22 23:57:02.102 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||
2026-04-22 23:57:02.103 DEBUG [src.node.docker_mananger] Network waku already exists
|
||
2026-04-22 23:57:02.103 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.147.162
|
||
2026-04-22 23:57:02.104 DEBUG [src.node.docker_mananger] Generated ports ['15746', '15747', '15748', '15749', '15750']
|
||
2026-04-22 23:57:02.104 DEBUG [src.node.waku_node] RLN credentials were not set
|
||
2026-04-22 23:57:02.104 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||
2026-04-22 23:57:02.104 DEBUG [src.node.waku_node] Using volumes []
|
||
2026-04-22 23:57:02.104 DEBUG [src.node.docker_mananger] docker run -i -t -p 15746:15746 -p 15747:15747 -p 15748:15748 -p 15749:15749 -p 15750:15750 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=15748 --rest-port=15746 --tcp-port=15747 --discv5-udp-port=15749 --rest-address=0.0.0.0 --nat=extip:172.18.147.162 --peer-exchange=true --discv5-discovery=true --cluster-id=198 --nodekey=dcb557ebaf27ff7feee7afd39cdac5abbffffafdaa252c2fafd37a4da25c85c7 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=15750 --metrics-logging=true --lightpush=false --relay=true
|
||
2026-04-22 23:57:02.295 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.147.162 waku 6c853d710363ee655bc18b703fe8dd23aa15103c1602e5950db75d4caff2bceb
|
||
2026-04-22 23:57:02.328 DEBUG [src.node.docker_mananger] Container started with ID 6c853d710363. Setting up logs at ./log/docker/receiving_node2_2026-04-22_23-57-00__c4747778-b1ba-4326-a5bf-147c1b980712__wakuorg_nwaku:latest.log
|
||
2026-04-22 23:57:02.329 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 15746
|
||
2026-04-22 23:57:02.329 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||
2026-04-22 23:57:03.329 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15746/health" -H "Content-Type: application/json" -d 'None'
|
||
2026-04-22 23:57:03.332 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"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"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||
2026-04-22 23:57:03.332 INFO [src.node.waku_node] Node protocols are initialized !!
|
||
2026-04-22 23:57:03.332 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15746/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||
2026-04-22 23:57:03.335 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.147.162/tcp/15747/p2p/16Uiu2HAmFPtuLxHkjaGfBQXR4UeBTvxvxAEAATM1T16MErwTKPtW","/ip4/172.18.147.162/tcp/15748/ws/p2p/16Uiu2HAmFPtuLxHkjaGfBQXR4UeBTvxvxAEAATM1T16MErwTKPtW"],"enrUri":"enr:-L24QE0YCIuzr6lO20aFdv923yOF06_7AnlwlB2pYTGJhHx5DRMPNi5DniezbmJf9sDxiLHgU-GDzOqAqnl1bRa0-oUCgmlkgnY0gmlwhKwSk6KKbXVsdGlhZGRyc5YACASsEpOiBj2DAAoErBKTogY9hN0DgnJzhQDGAQAAiXNlY3AyNTZrMaEDKLUwd-HGWPflNB5JuN1GqoZFVBlzIPeeI5gS49Z1J7ODdGNwgj2Dg3VkcII9hYV3YWt1MgE"}'
|
||
2026-04-22 23:57:03.335 INFO [src.node.waku_node] REST service is ready !!
|
||
2026-04-22 23:57:03.335 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15746/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.28.15/tcp/43973/p2p/16Uiu2HAmKfTds8Jr6PFmmyL67UonkCeU8FU362eVd6KaCgE7FUui"]'
|
||
2026-04-22 23:57:03.359 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||
2026-04-22 23:57:03.371 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||
2026-04-22 23:57:03.372 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/lightpush_node1_2026-04-22_23-57-00__c4747778-b1ba-4326-a5bf-147c1b980712__wakuorg_nwaku:latest.log
|
||
2026-04-22 23:57:03.372 DEBUG [src.node.waku_node] Starting Node...
|
||
2026-04-22 23:57:03.372 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||
2026-04-22 23:57:03.374 DEBUG [src.node.docker_mananger] Network waku already exists
|
||
2026-04-22 23:57:03.374 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.156.44
|
||
2026-04-22 23:57:03.374 DEBUG [src.node.docker_mananger] Generated ports ['61637', '61638', '61639', '61640', '61641']
|
||
2026-04-22 23:57:03.374 DEBUG [src.node.waku_node] RLN credentials were not set
|
||
2026-04-22 23:57:03.374 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||
2026-04-22 23:57:03.375 DEBUG [src.node.waku_node] Using volumes []
|
||
2026-04-22 23:57:03.375 DEBUG [src.node.docker_mananger] docker run -i -t -p 61637:61637 -p 61638:61638 -p 61639:61639 -p 61640:61640 -p 61641:61641 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=61639 --rest-port=61637 --tcp-port=61638 --discv5-udp-port=61640 --rest-address=0.0.0.0 --nat=extip:172.18.156.44 --peer-exchange=true --discv5-discovery=true --cluster-id=198 --nodekey=dab8ccf5dfc5fa557888d0c71bcf675ca2a2d9f48eb39cbd8d10be4bdb6bc524 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=61641 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QOyM_y3y3vZJc2IgEbl_sA-jWIvXi2Do0I0aCOKFyjaqZhom2gshp71_4wDdNo6NRPqfXptmon26eHZOnfkZUXwCgmlkgnY0gmlwhKwSHA-KbXVsdGlhZGRyc5YACASsEhwPBqvFAAoErBIcDwarxt0DgnJzhQDGAQAAiXNlY3AyNTZrMaEDaCCpHfE6qlWb-f6KDKZH2qTHbiATpZ1KBGyDaXdv1K2DdGNwgqvFg3VkcIKrx4V3YWt1Mgk --lightpushnode=/ip4/172.18.28.15/tcp/43973/p2p/16Uiu2HAmKfTds8Jr6PFmmyL67UonkCeU8FU362eVd6KaCgE7FUui --lightpush=true --relay=true
|
||
2026-04-22 23:57:03.567 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.156.44 waku ecc7c433c34b9233f5f637bd9c64eb65d6f27cd26930f9a510f32969e5e3be6a
|
||
2026-04-22 23:57:03.599 DEBUG [src.node.docker_mananger] Container started with ID ecc7c433c34b. Setting up logs at ./log/docker/lightpush_node1_2026-04-22_23-57-00__c4747778-b1ba-4326-a5bf-147c1b980712__wakuorg_nwaku:latest.log
|
||
2026-04-22 23:57:03.599 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 61637
|
||
2026-04-22 23:57:03.600 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||
2026-04-22 23:57:04.600 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:61637/health" -H "Content-Type: application/json" -d 'None'
|
||
2026-04-22 23:57:04.603 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_READY","desc":"Node has no relay peers to fullfill push requests"},{"Legacy Lightpush":"NOT_READY","desc":"Node has no relay peers to fullfill push requests"},{"Filter":"NOT_MOUNTED"},{"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"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||
2026-04-22 23:57:04.603 INFO [src.node.waku_node] Node protocols are initialized !!
|
||
2026-04-22 23:57:04.603 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:61637/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||
2026-04-22 23:57:04.605 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.156.44/tcp/61638/p2p/16Uiu2HAmE1RgEAjm87aeLpTW4qr2uLZVLKR3RJdtDWbzarkwQDEz","/ip4/172.18.156.44/tcp/61639/ws/p2p/16Uiu2HAmE1RgEAjm87aeLpTW4qr2uLZVLKR3RJdtDWbzarkwQDEz"],"enrUri":"enr:-L24QPeh0oQU_TXsKAh4-hPfhKTwAagdk-vRiu3URDnaRpOfGMaF_cRZCkIzqoXp7-QP1RH-VjHJvm6BKOXgsy_yA8wCgmlkgnY0gmlwhKwSnCyKbXVsdGlhZGRyc5YACASsEpwsBvDGAAoErBKcLAbwx90DgnJzhQDGAQAAiXNlY3AyNTZrMaEDFBfwnL12xfarDu1_NXIBPHB6dO-SQdCwCMExIHjXW3ODdGNwgvDGg3VkcILwyIV3YWt1Mgk"}'
|
||
2026-04-22 23:57:04.606 INFO [src.node.waku_node] REST service is ready !!
|
||
2026-04-22 23:57:04.606 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:61637/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.28.15/tcp/43973/p2p/16Uiu2HAmKfTds8Jr6PFmmyL67UonkCeU8FU362eVd6KaCgE7FUui"]'
|
||
2026-04-22 23:57:04.663 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||
2026-04-22 23:57:04.667 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:61637/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.147.162/tcp/15747/p2p/16Uiu2HAmFPtuLxHkjaGfBQXR4UeBTvxvxAEAATM1T16MErwTKPtW"]'
|
||
2026-04-22 23:57:04.693 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||
2026-04-22 23:57:04.695 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43972/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/198/0"]'
|
||
2026-04-22 23:57:04.711 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||
2026-04-22 23:57:04.721 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15746/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/198/0"]'
|
||
2026-04-22 23:57:04.726 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||
2026-04-22 23:57:04.726 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:61637/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/198/0"]'
|
||
2026-04-22 23:57:04.729 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||
2026-04-22 23:57:04.731 DEBUG [src.node.waku_node] Stopping container with id 876369e5fcb9
|
||
2026-04-22 23:57:05.181 DEBUG [src.node.waku_node] Container stopped.
|
||
2026-04-22 23:57:05.182 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:61637/lightpush/v1/message" -H "Content-Type: application/json" -d '{"pubsubTopic": "/waku/2/rs/198/0", "message": {"payload": "TGlnaHQgcHVzaCB3b3JrcyEh", "contentTopic": "/myapp/1/latest/proto", "timestamp": 1776902224731299215}}'
|
||
2026-04-22 23:57:05.993 ERROR [src.node.docker_mananger] Max retries reached for container 876369e5fcb9. Exiting log stream.
|
||
2026-04-22 23:57:10.190 ERROR [src.node.api_clients.base_client] HTTP error occurred: 503 Server Error: Service Unavailable for url: http://127.0.0.1:61637/lightpush/v1/message. Response content: b'Failed to request a message push: dial_failure'
|
||
2026-04-22 23:57:10.191 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||
2026-04-22 23:57:10.193 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||
2026-04-22 23:57:10.193 DEBUG [src.node.waku_node] Stopping container with id 6c853d710363
|
||
2026-04-22 23:57:10.632 DEBUG [src.node.waku_node] Container stopped.
|
||
2026-04-22 23:57:10.632 DEBUG [src.node.waku_node] Stopping container with id ecc7c433c34b
|
||
2026-04-22 23:57:11.064 DEBUG [src.node.waku_node] Container stopped.
|
||
2026-04-22 23:57:11.066 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||
2026-04-22 23:57:11.078 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||
2026-04-22 23:57:11.088 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||
2026-04-22 23:57:11.097 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|