101 lines
18 KiB
Plaintext

2026-01-02 04:16:26.536 DEBUG [tests.conftest] Running fixture setup: test_id
2026-01-02 04:16:26.537 DEBUG [tests.conftest] Running test: test_store_node_not_connected_directly_to_relaying_node with id: 2026-01-02_04-16-26__e0c81e7a-1c01-4512-ac1c-43a729d9a9b0
2026-01-02 04:16:26.537 DEBUG [src.steps.common] Running fixture setup: common_setup
2026-01-02 04:16:26.537 DEBUG [src.steps.filter] Running fixture setup: filter_setup
2026-01-02 04:16:26.537 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
2026-01-02 04:16:26.546 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-01-02 04:16:26.546 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-01-02_04-16-26__e0c81e7a-1c01-4512-ac1c-43a729d9a9b0__wakuorg_nwaku:latest.log
2026-01-02 04:16:26.552 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-01-02 04:16:26.552 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-01-02_04-16-26__e0c81e7a-1c01-4512-ac1c-43a729d9a9b0__wakuorg_nwaku:latest.log
2026-01-02 04:16:26.558 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-01-02 04:16:26.558 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2026-01-02_04-16-26__e0c81e7a-1c01-4512-ac1c-43a729d9a9b0__wakuorg_nwaku:latest.log
2026-01-02 04:16:26.558 DEBUG [src.steps.relay] Running fixture setup: relay_setup
2026-01-02 04:16:26.559 DEBUG [src.steps.store] Running fixture setup: store_setup
2026-01-02 04:16:26.559 DEBUG [src.node.waku_node] Starting Node...
2026-01-02 04:16:26.559 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-01-02 04:16:26.600 DEBUG [src.node.docker_mananger] Network waku created
2026-01-02 04:16:26.600 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.232.40
2026-01-02 04:16:26.600 DEBUG [src.node.docker_mananger] Generated ports ['9192', '9193', '9194', '9195', '9196']
2026-01-02 04:16:26.601 DEBUG [src.node.waku_node] RLN credentials were not set
2026-01-02 04:16:26.601 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-01-02 04:16:26.601 DEBUG [src.node.waku_node] Using volumes []
2026-01-02 04:16:26.601 DEBUG [src.node.docker_mananger] docker run -i -t -p 9192:9192 -p 9193:9193 -p 9194:9194 -p 9195:9195 -p 9196:9196 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=9194 --rest-port=9192 --tcp-port=9193 --discv5-udp-port=9195 --rest-address=0.0.0.0 --nat=extip:172.18.232.40 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=afab02dacba1c9f5caec27640a9c4c60a12a6119a4021ac8fe846daddfdd9afc --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=9196 --metrics-logging=true --relay=true
2026-01-02 04:16:29.883 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.232.40 waku 6ae8e13efdb46ba5f534f84ba6183188b9d561130d18bc92c446d08d9ccdafad
2026-01-02 04:16:29.911 DEBUG [src.node.docker_mananger] Container started with ID 6ae8e13efdb4. Setting up logs at ./log/docker/node1_2026-01-02_04-16-26__e0c81e7a-1c01-4512-ac1c-43a729d9a9b0__wakuorg_nwaku:latest.log
2026-01-02 04:16:29.911 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 9192
2026-01-02 04:16:29.911 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-01-02 04:16:30.912 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9192/health" -H "Content-Type: application/json" -d 'None'
2026-01-02 04:16:30.915 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":"NOT_READY","desc":"No Filter service peer available yet"}]}'
2026-01-02 04:16:30.916 INFO [src.node.waku_node] Node protocols are initialized !!
2026-01-02 04:16:30.916 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9192/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-01-02 04:16:30.918 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.232.40/tcp/9193/p2p/16Uiu2HAmVjJed7e5cmXPkXM2LUmCs7mFHzH9TLbLii7KsXYUf9Qt","/ip4/172.18.232.40/tcp/9194/ws/p2p/16Uiu2HAmVjJed7e5cmXPkXM2LUmCs7mFHzH9TLbLii7KsXYUf9Qt"],"enrUri":"enr:-L24QE9js5b_HLYnBdVQq7kf83LmNjhwHiG672OaQA5qDxh-ayaKmfjVnyHs0gG0KM7no_DlFPnL_y1j3_C3mVrFFgECgmlkgnY0gmlwhKwS6CiKbXVsdGlhZGRyc5YACASsEugoBiPpAAoErBLoKAYj6t0DgnJzhQADAQAAiXNlY3AyNTZrMaED_bGxCnXxD5XAfpCuLY2KtDMnFqnv3KdqAdggOchLIgmDdGNwgiPpg3VkcIIj64V3YWt1MgE"}'
2026-01-02 04:16:30.918 INFO [src.node.waku_node] REST service is ready !!
2026-01-02 04:16:30.919 DEBUG [src.node.waku_node] Starting Node...
2026-01-02 04:16:30.919 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-01-02 04:16:30.920 DEBUG [src.node.docker_mananger] Network waku already exists
2026-01-02 04:16:30.920 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.236.197
2026-01-02 04:16:30.920 DEBUG [src.node.docker_mananger] Generated ports ['6815', '6816', '6817', '6818', '6819']
2026-01-02 04:16:30.920 DEBUG [src.node.waku_node] RLN credentials were not set
2026-01-02 04:16:30.921 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-01-02 04:16:30.921 DEBUG [src.node.waku_node] Using volumes []
2026-01-02 04:16:30.921 DEBUG [src.node.docker_mananger] docker run -i -t -p 6815:6815 -p 6816:6816 -p 6817:6817 -p 6818:6818 -p 6819:6819 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=6817 --rest-port=6815 --tcp-port=6816 --discv5-udp-port=6818 --rest-address=0.0.0.0 --nat=extip:172.18.236.197 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=fda1b2f1ec04b94eb3c05ec1229c6eccbaab68bced7e9eabbe7aeecc8ec52a44 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=6819 --metrics-logging=true --store=true --relay=true --discv5-bootstrap-node=enr:-L24QE9js5b_HLYnBdVQq7kf83LmNjhwHiG672OaQA5qDxh-ayaKmfjVnyHs0gG0KM7no_DlFPnL_y1j3_C3mVrFFgECgmlkgnY0gmlwhKwS6CiKbXVsdGlhZGRyc5YACASsEugoBiPpAAoErBLoKAYj6t0DgnJzhQADAQAAiXNlY3AyNTZrMaED_bGxCnXxD5XAfpCuLY2KtDMnFqnv3KdqAdggOchLIgmDdGNwgiPpg3VkcIIj64V3YWt1MgE
2026-01-02 04:16:31.098 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.236.197 waku 8733578c92e1f7301891ae0aa23e15b6ed4b9cd618bb68dc9b5953f29ef0dd95
2026-01-02 04:16:31.129 DEBUG [src.node.docker_mananger] Container started with ID 8733578c92e1. Setting up logs at ./log/docker/node2_2026-01-02_04-16-26__e0c81e7a-1c01-4512-ac1c-43a729d9a9b0__wakuorg_nwaku:latest.log
2026-01-02 04:16:31.129 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 6815
2026-01-02 04:16:31.130 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-01-02 04:16:32.132 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6815/health" -H "Content-Type: application/json" -d 'None'
2026-01-02 04:16:32.135 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":"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"}]}'
2026-01-02 04:16:32.135 INFO [src.node.waku_node] Node protocols are initialized !!
2026-01-02 04:16:32.136 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6815/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-01-02 04:16:32.138 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.236.197/tcp/6816/p2p/16Uiu2HAkzxHUX9AEEWVURcJ12zsed6G9vjFJxJvxTbwKaXPretQT","/ip4/172.18.236.197/tcp/6817/ws/p2p/16Uiu2HAkzxHUX9AEEWVURcJ12zsed6G9vjFJxJvxTbwKaXPretQT"],"enrUri":"enr:-L24QM9DU8KRFa2i6AtnpfRiE6fn7Kyg6E4dyal_WZoTwKNBZm4UDlmn_BB5WD2IEDp4Uqn1tBEWN0rbyw_F1PGbVqkCgmlkgnY0gmlwhKwS7MWKbXVsdGlhZGRyc5YACASsEuzFBhqgAAoErBLsxQYaod0DgnJzhQADAQAAiXNlY3AyNTZrMaECUiH-WeWXzc3hWTmhDXXK54Wj3OVEmRDJWDpipY0xMxSDdGNwghqgg3VkcIIaooV3YWt1MgM"}'
2026-01-02 04:16:32.138 INFO [src.node.waku_node] REST service is ready !!
2026-01-02 04:16:32.138 DEBUG [src.node.waku_node] Starting Node...
2026-01-02 04:16:32.139 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-01-02 04:16:32.140 DEBUG [src.node.docker_mananger] Network waku already exists
2026-01-02 04:16:32.141 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.61.227
2026-01-02 04:16:32.141 DEBUG [src.node.docker_mananger] Generated ports ['25276', '25277', '25278', '25279', '25280']
2026-01-02 04:16:32.141 DEBUG [src.node.waku_node] RLN credentials were not set
2026-01-02 04:16:32.142 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-01-02 04:16:32.143 DEBUG [src.node.waku_node] Using volumes []
2026-01-02 04:16:32.143 DEBUG [src.node.docker_mananger] docker run -i -t -p 25276:25276 -p 25277:25277 -p 25278:25278 -p 25279:25279 -p 25280:25280 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=25278 --rest-port=25276 --tcp-port=25277 --discv5-udp-port=25279 --rest-address=0.0.0.0 --nat=extip:172.18.61.227 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=df28917b80e8cd10be58a2d10bfb1fd0c4dc478ae6faa0b825c7cfcaf67f198e --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=25280 --metrics-logging=true --relay=false --storenode=/ip4/172.18.236.197/tcp/6816/p2p/16Uiu2HAkzxHUX9AEEWVURcJ12zsed6G9vjFJxJvxTbwKaXPretQT --discv5-bootstrap-node=enr:-L24QM9DU8KRFa2i6AtnpfRiE6fn7Kyg6E4dyal_WZoTwKNBZm4UDlmn_BB5WD2IEDp4Uqn1tBEWN0rbyw_F1PGbVqkCgmlkgnY0gmlwhKwS7MWKbXVsdGlhZGRyc5YACASsEuzFBhqgAAoErBLsxQYaod0DgnJzhQADAQAAiXNlY3AyNTZrMaECUiH-WeWXzc3hWTmhDXXK54Wj3OVEmRDJWDpipY0xMxSDdGNwghqgg3VkcIIaooV3YWt1MgM
2026-01-02 04:16:32.359 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.61.227 waku b15c2bfe6e7415bc83e55ce8e6541a8bc162ad1b76a6f34e98dab30e9c0fba02
2026-01-02 04:16:32.388 DEBUG [src.node.docker_mananger] Container started with ID b15c2bfe6e74. Setting up logs at ./log/docker/node3_2026-01-02_04-16-26__e0c81e7a-1c01-4512-ac1c-43a729d9a9b0__wakuorg_nwaku:latest.log
2026-01-02 04:16:32.389 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 25276
2026-01-02 04:16:32.389 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-01-02 04:16:33.389 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25276/health" -H "Content-Type: application/json" -d 'None'
2026-01-02 04:16:33.393 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"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":"READY"},{"Legacy Store Client":"READY"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
2026-01-02 04:16:33.393 INFO [src.node.waku_node] Node protocols are initialized !!
2026-01-02 04:16:33.393 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25276/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-01-02 04:16:33.395 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.61.227/tcp/25277/p2p/16Uiu2HAmHvx8eHcfeSLmNF5eWwfYLYVP8Sq5SVEKoydVF7d9m6MN","/ip4/172.18.61.227/tcp/25278/ws/p2p/16Uiu2HAmHvx8eHcfeSLmNF5eWwfYLYVP8Sq5SVEKoydVF7d9m6MN"],"enrUri":"enr:-L24QDaOsXKpKWQX-zU3S7jd3S6p_3YrKKwu0eMomyGmi7nOCYwIWwjAf2sux8TkHZMj1bhKV6RgM9MHmkThtvJiJiMCgmlkgnY0gmlwhKwSPeOKbXVsdGlhZGRyc5YACASsEj3jBmK9AAoErBI94wZivt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDTmE4Oem4ygQNwrs00w1MJMUNxvYKFANv5-ScuuGEBLGDdGNwgmK9g3VkcIJiv4V3YWt1MgA"}'
2026-01-02 04:16:33.395 INFO [src.node.waku_node] REST service is ready !!
2026-01-02 04:16:33.396 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9192/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
2026-01-02 04:16:33.400 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-02 04:16:33.400 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6815/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
2026-01-02 04:16:33.406 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-02 04:16:33.406 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9192/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
2026-01-02 04:16:33.409 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.236.197/tcp/48174/p2p/16Uiu2HAkzxHUX9AEEWVURcJ12zsed6G9vjFJxJvxTbwKaXPretQT","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-125-gdafdee","origin":"UnknownOrigin"}]'
2026-01-02 04:16:33.409 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6815/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
2026-01-02 04:16:33.411 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.232.40/tcp/9193/p2p/16Uiu2HAmVjJed7e5cmXPkXM2LUmCs7mFHzH9TLbLii7KsXYUf9Qt","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-125-gdafdee","origin":"Discv5"}]'
2026-01-02 04:16:33.411 DEBUG [src.libs.common] Sleeping for 30 seconds
2026-01-02 04:17:03.412 DEBUG [src.steps.store] Relaying message
2026-01-02 04:17:03.412 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9192/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-01-02 04:17:03.417 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-02 04:17:03.417 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-02 04:17:03.618 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
2026-01-02 04:17:03.618 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25276/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F1&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-01-02 04:17:03.656 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1b2de1f843e325d9dea0","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x36bd19fada2b25b0bf96fee7a9f627d0ca8dd2d30d53fc314478de4df2b40316"}]}'
2026-01-02 04:17:03.658 DEBUG [src.steps.store] messages length is 1
2026-01-02 04:17:03.663 DEBUG [tests.conftest] Running fixture teardown: test_setup
2026-01-02 04:17:03.664 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2026-01-02 04:17:03.665 DEBUG [src.node.waku_node] Stopping container with id 6ae8e13efdb4
2026-01-02 04:17:04.201 DEBUG [src.node.waku_node] Container stopped.
2026-01-02 04:17:04.201 DEBUG [src.node.waku_node] Stopping container with id 8733578c92e1
2026-01-02 04:17:04.713 DEBUG [src.node.waku_node] Container stopped.
2026-01-02 04:17:04.713 DEBUG [src.node.waku_node] Stopping container with id b15c2bfe6e74
2026-01-02 04:17:05.014 ERROR [src.node.docker_mananger] Max retries reached for container 6ae8e13efdb4. Exiting log stream.
2026-01-02 04:17:05.234 DEBUG [src.node.waku_node] Container stopped.
2026-01-02 04:17:05.235 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2026-01-02 04:17:05.252 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-01-02 04:17:05.271 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-01-02 04:17:05.275 DEBUG [src.node.docker_mananger] No errors found in the waku logs.