2026-02-25 07:41:35 +00:00

101 lines
19 KiB
Plaintext

2026-02-25 07:22:06.981 DEBUG [tests.conftest] Running fixture setup: test_id
2026-02-25 07:22:06.982 DEBUG [tests.conftest] Running test: test_store_node_not_connected_directly_to_relaying_node with id: 2026-02-25_07-22-06__fefd50d3-91e1-4863-8654-b4a5a850a485
2026-02-25 07:22:06.982 DEBUG [src.steps.common] Running fixture setup: common_setup
2026-02-25 07:22:06.982 DEBUG [src.steps.filter] Running fixture setup: filter_setup
2026-02-25 07:22:06.983 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
2026-02-25 07:22:06.992 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-02-25 07:22:06.992 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-02-25_07-22-06__fefd50d3-91e1-4863-8654-b4a5a850a485__wakuorg_nwaku:latest.log
2026-02-25 07:22:06.998 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-02-25 07:22:06.998 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-02-25_07-22-06__fefd50d3-91e1-4863-8654-b4a5a850a485__wakuorg_nwaku:latest.log
2026-02-25 07:22:07.004 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-02-25 07:22:07.005 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2026-02-25_07-22-06__fefd50d3-91e1-4863-8654-b4a5a850a485__wakuorg_nwaku:latest.log
2026-02-25 07:22:07.005 DEBUG [src.steps.relay] Running fixture setup: relay_setup
2026-02-25 07:22:07.005 DEBUG [src.steps.store] Running fixture setup: store_setup
2026-02-25 07:22:07.006 DEBUG [src.node.waku_node] Starting Node...
2026-02-25 07:22:07.006 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-02-25 07:22:07.049 DEBUG [src.node.docker_mananger] Network waku created
2026-02-25 07:22:07.049 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.129.11
2026-02-25 07:22:07.049 DEBUG [src.node.docker_mananger] Generated ports ['17805', '17806', '17807', '17808', '17809']
2026-02-25 07:22:07.049 DEBUG [src.node.waku_node] RLN credentials were not set
2026-02-25 07:22:07.049 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-02-25 07:22:07.049 DEBUG [src.node.waku_node] Using volumes []
2026-02-25 07:22:07.050 DEBUG [src.node.docker_mananger] docker run -i -t -p 17805:17805 -p 17806:17806 -p 17807:17807 -p 17808:17808 -p 17809:17809 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=17807 --rest-port=17805 --tcp-port=17806 --discv5-udp-port=17808 --rest-address=0.0.0.0 --nat=extip:172.18.129.11 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=bc19a0d0ca2f2473a346ca97bc17a90bbdc13d2a5a2cb09b045c353bbf6842f8 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=17809 --metrics-logging=true --relay=true
2026-02-25 07:22:10.229 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.129.11 waku 828c8e7cbb07a850c8bb442a2720da8605d869cbcab54126eae9936b88a56309
2026-02-25 07:22:10.261 DEBUG [src.node.docker_mananger] Container started with ID 828c8e7cbb07. Setting up logs at ./log/docker/node1_2026-02-25_07-22-06__fefd50d3-91e1-4863-8654-b4a5a850a485__wakuorg_nwaku:latest.log
2026-02-25 07:22:10.261 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 17805
2026-02-25 07:22:10.262 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-02-25 07:22:11.263 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17805/health" -H "Content-Type: application/json" -d 'None'
2026-02-25 07:22:11.267 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"},{"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"},{"Rln Relay":"NOT_MOUNTED"}]}'
2026-02-25 07:22:11.267 INFO [src.node.waku_node] Node protocols are initialized !!
2026-02-25 07:22:11.267 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17805/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-02-25 07:22:11.269 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.129.11/tcp/17806/p2p/16Uiu2HAkxGJCyWy2FCmvgRLF3nMFyc36hop74C3ve4HXyR13NTjj","/ip4/172.18.129.11/tcp/17807/ws/p2p/16Uiu2HAkxGJCyWy2FCmvgRLF3nMFyc36hop74C3ve4HXyR13NTjj"],"enrUri":"enr:-L24QJcKXG014-GCyxAT6RLCUzmR8E14SkFFs-ndvbakvkpWYOtl8OQzvr8SOfrYKH-_mwVsLEqCM84nxq-7nCQP0GkCgmlkgnY0gmlwhKwSgQuKbXVsdGlhZGRyc5YACASsEoELBkWOAAoErBKBCwZFj90DgnJzhQADAQAAiXNlY3AyNTZrMaECKiw3Cd6CbN5yzH-iayzQ9RwvZxU4775dAQvEUGEyIr6DdGNwgkWOg3VkcIJFkIV3YWt1MgE"}'
2026-02-25 07:22:11.270 INFO [src.node.waku_node] REST service is ready !!
2026-02-25 07:22:11.270 DEBUG [src.node.waku_node] Starting Node...
2026-02-25 07:22:11.270 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-02-25 07:22:11.272 DEBUG [src.node.docker_mananger] Network waku already exists
2026-02-25 07:22:11.272 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.28.21
2026-02-25 07:22:11.272 DEBUG [src.node.docker_mananger] Generated ports ['12399', '12400', '12401', '12402', '12403']
2026-02-25 07:22:11.272 DEBUG [src.node.waku_node] RLN credentials were not set
2026-02-25 07:22:11.272 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-02-25 07:22:11.272 DEBUG [src.node.waku_node] Using volumes []
2026-02-25 07:22:11.272 DEBUG [src.node.docker_mananger] docker run -i -t -p 12399:12399 -p 12400:12400 -p 12401:12401 -p 12402:12402 -p 12403:12403 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=12401 --rest-port=12399 --tcp-port=12400 --discv5-udp-port=12402 --rest-address=0.0.0.0 --nat=extip:172.18.28.21 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=ee9ffcee00d50632bfea51302f3aa5b7a4aaaa60dc7e4bfdadccb5c54a5b8b8e --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=12403 --metrics-logging=true --store=true --relay=true --discv5-bootstrap-node=enr:-L24QJcKXG014-GCyxAT6RLCUzmR8E14SkFFs-ndvbakvkpWYOtl8OQzvr8SOfrYKH-_mwVsLEqCM84nxq-7nCQP0GkCgmlkgnY0gmlwhKwSgQuKbXVsdGlhZGRyc5YACASsEoELBkWOAAoErBKBCwZFj90DgnJzhQADAQAAiXNlY3AyNTZrMaECKiw3Cd6CbN5yzH-iayzQ9RwvZxU4775dAQvEUGEyIr6DdGNwgkWOg3VkcIJFkIV3YWt1MgE
2026-02-25 07:22:11.461 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.28.21 waku c0acfacc04de9fe613b65cbb222aea45d44da6a53febbfb5bd5812235389e98a
2026-02-25 07:22:11.494 DEBUG [src.node.docker_mananger] Container started with ID c0acfacc04de. Setting up logs at ./log/docker/node2_2026-02-25_07-22-06__fefd50d3-91e1-4863-8654-b4a5a850a485__wakuorg_nwaku:latest.log
2026-02-25 07:22:11.494 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 12399
2026-02-25 07:22:11.495 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-02-25 07:22:12.496 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12399/health" -H "Content-Type: application/json" -d 'None'
2026-02-25 07:22:12.499 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":"READY"},{"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":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
2026-02-25 07:22:12.499 INFO [src.node.waku_node] Node protocols are initialized !!
2026-02-25 07:22:12.499 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12399/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-02-25 07:22:12.502 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.28.21/tcp/12400/p2p/16Uiu2HAm5cDX2m7hLeGpDevam6spoSgiYv6ciijcXCApxNDqAVeW","/ip4/172.18.28.21/tcp/12401/ws/p2p/16Uiu2HAm5cDX2m7hLeGpDevam6spoSgiYv6ciijcXCApxNDqAVeW"],"enrUri":"enr:-L24QCaChtci9CMTvFx6x726ejJkj2qOLes15nrQI339ErFMTtYDPMAHOIBrKPjwRqQlB_m4uRoUkqRh1mSVnVklluECgmlkgnY0gmlwhKwSHBWKbXVsdGlhZGRyc5YACASsEhwVBjBwAAoErBIcFQYwcd0DgnJzhQADAQAAiXNlY3AyNTZrMaECl0hWkGLSaNQKYLmPJ5zDOsK0LpSuhdquv0ZGh5VexBeDdGNwgjBwg3VkcIIwcoV3YWt1MgM"}'
2026-02-25 07:22:12.502 INFO [src.node.waku_node] REST service is ready !!
2026-02-25 07:22:12.502 DEBUG [src.node.waku_node] Starting Node...
2026-02-25 07:22:12.502 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-02-25 07:22:12.504 DEBUG [src.node.docker_mananger] Network waku already exists
2026-02-25 07:22:12.504 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.180.239
2026-02-25 07:22:12.504 DEBUG [src.node.docker_mananger] Generated ports ['21843', '21844', '21845', '21846', '21847']
2026-02-25 07:22:12.504 DEBUG [src.node.waku_node] RLN credentials were not set
2026-02-25 07:22:12.504 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-02-25 07:22:12.505 DEBUG [src.node.waku_node] Using volumes []
2026-02-25 07:22:12.505 DEBUG [src.node.docker_mananger] docker run -i -t -p 21843:21843 -p 21844:21844 -p 21845:21845 -p 21846:21846 -p 21847:21847 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=21845 --rest-port=21843 --tcp-port=21844 --discv5-udp-port=21846 --rest-address=0.0.0.0 --nat=extip:172.18.180.239 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=8c49ffa81f6d4624c2fbfab8b99bf7bc2a2099d8daea7aed851d6cb4ce7da224 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=21847 --metrics-logging=true --relay=false --storenode=/ip4/172.18.28.21/tcp/12400/p2p/16Uiu2HAm5cDX2m7hLeGpDevam6spoSgiYv6ciijcXCApxNDqAVeW --discv5-bootstrap-node=enr:-L24QCaChtci9CMTvFx6x726ejJkj2qOLes15nrQI339ErFMTtYDPMAHOIBrKPjwRqQlB_m4uRoUkqRh1mSVnVklluECgmlkgnY0gmlwhKwSHBWKbXVsdGlhZGRyc5YACASsEhwVBjBwAAoErBIcFQYwcd0DgnJzhQADAQAAiXNlY3AyNTZrMaECl0hWkGLSaNQKYLmPJ5zDOsK0LpSuhdquv0ZGh5VexBeDdGNwgjBwg3VkcIIwcoV3YWt1MgM
2026-02-25 07:22:12.723 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.180.239 waku c2690a3f868b668021481326a19ae01a8845648bdc4287fcedd5f58225f2e43a
2026-02-25 07:22:12.755 DEBUG [src.node.docker_mananger] Container started with ID c2690a3f868b. Setting up logs at ./log/docker/node3_2026-02-25_07-22-06__fefd50d3-91e1-4863-8654-b4a5a850a485__wakuorg_nwaku:latest.log
2026-02-25 07:22:12.755 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 21843
2026-02-25 07:22:12.755 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-02-25 07:22:13.757 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21843/health" -H "Content-Type: application/json" -d 'None'
2026-02-25 07:22:13.760 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"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":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
2026-02-25 07:22:13.760 INFO [src.node.waku_node] Node protocols are initialized !!
2026-02-25 07:22:13.761 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21843/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-02-25 07:22:13.763 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.180.239/tcp/21844/p2p/16Uiu2HAmQzyGAyeonwMp2jXBLWLa7TE9QDn2Yq3bUzyfaoEKb1ML","/ip4/172.18.180.239/tcp/21845/ws/p2p/16Uiu2HAmQzyGAyeonwMp2jXBLWLa7TE9QDn2Yq3bUzyfaoEKb1ML"],"enrUri":"enr:-L24QCbyop2FDLztw7wsM0WIuswuTLn-hk1SqqtjsII0glrHVs9rqV6cg_4kX9vaZTkE5iQEjTURuDZ25XxfjfcxuEACgmlkgnY0gmlwhKwStO-KbXVsdGlhZGRyc5YACASsErTvBlVUAAoErBK07wZVVd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDt2qg-4SxXg4IEfCQ4Azt_J82ZeD-meQzSy7RtI43LiuDdGNwglVUg3VkcIJVVoV3YWt1MgA"}'
2026-02-25 07:22:13.763 INFO [src.node.waku_node] REST service is ready !!
2026-02-25 07:22:13.763 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17805/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
2026-02-25 07:22:13.768 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-25 07:22:13.769 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12399/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
2026-02-25 07:22:13.774 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-25 07:22:13.776 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17805/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
2026-02-25 07:22:13.779 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.28.21/tcp/46202/p2p/16Uiu2HAm5cDX2m7hLeGpDevam6spoSgiYv6ciijcXCApxNDqAVeW","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/store-query/3.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-156-gc7e0cc","origin":"UnknownOrigin"}]'
2026-02-25 07:22:13.779 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12399/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
2026-02-25 07:22:13.782 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.129.11/tcp/17806/p2p/16Uiu2HAkxGJCyWy2FCmvgRLF3nMFyc36hop74C3ve4HXyR13NTjj","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-156-gc7e0cc","origin":"Discv5"}]'
2026-02-25 07:22:13.782 DEBUG [src.libs.common] Sleeping for 30 seconds
2026-02-25 07:22:43.783 DEBUG [src.steps.store] Relaying message
2026-02-25 07:22:43.783 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17805/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
2026-02-25 07:22:43.788 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-25 07:22:43.788 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-02-25 07:22:43.989 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
2026-02-25 07:22:43.989 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21843/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F1&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-02-25 07:22:44.027 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"8eca27d244d5e57a89f8","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x21e2e3fa391d0051d79b5270b5744761f6b0edf9c1717fab401aa0c820b14904"}]}'
2026-02-25 07:22:44.028 DEBUG [src.steps.store] messages length is 1
2026-02-25 07:22:44.037 DEBUG [tests.conftest] Running fixture teardown: test_setup
2026-02-25 07:22:44.038 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2026-02-25 07:22:44.038 DEBUG [src.node.waku_node] Stopping container with id 828c8e7cbb07
2026-02-25 07:22:44.558 DEBUG [src.node.waku_node] Container stopped.
2026-02-25 07:22:44.560 DEBUG [src.node.waku_node] Stopping container with id c0acfacc04de
2026-02-25 07:22:45.107 DEBUG [src.node.waku_node] Container stopped.
2026-02-25 07:22:45.109 DEBUG [src.node.waku_node] Stopping container with id c2690a3f868b
2026-02-25 07:22:45.438 ERROR [src.node.docker_mananger] Max retries reached for container 828c8e7cbb07. Exiting log stream.
2026-02-25 07:22:45.583 DEBUG [src.node.waku_node] Container stopped.
2026-02-25 07:22:45.585 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2026-02-25 07:22:45.617 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-02-25 07:22:45.637 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-02-25 07:22:45.641 DEBUG [src.node.docker_mananger] No errors found in the waku logs.