101 lines
19 KiB
Plaintext

2026-03-13 04:32:35.131 DEBUG [tests.conftest] Running fixture setup: test_id
2026-03-13 04:32:35.132 DEBUG [tests.conftest] Running test: test_store_node_not_connected_directly_to_relaying_node with id: 2026-03-13_04-32-35__e064ecd4-a72f-4bbb-9bfd-dfae355b92d1
2026-03-13 04:32:35.132 DEBUG [src.steps.common] Running fixture setup: common_setup
2026-03-13 04:32:35.133 DEBUG [src.steps.filter] Running fixture setup: filter_setup
2026-03-13 04:32:35.133 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
2026-03-13 04:32:35.143 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-13 04:32:35.143 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-13_04-32-35__e064ecd4-a72f-4bbb-9bfd-dfae355b92d1__wakuorg_nwaku:latest.log
2026-03-13 04:32:35.150 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-13 04:32:35.150 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-13_04-32-35__e064ecd4-a72f-4bbb-9bfd-dfae355b92d1__wakuorg_nwaku:latest.log
2026-03-13 04:32:35.157 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-13 04:32:35.157 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2026-03-13_04-32-35__e064ecd4-a72f-4bbb-9bfd-dfae355b92d1__wakuorg_nwaku:latest.log
2026-03-13 04:32:35.157 DEBUG [src.steps.relay] Running fixture setup: relay_setup
2026-03-13 04:32:35.158 DEBUG [src.steps.store] Running fixture setup: store_setup
2026-03-13 04:32:35.158 DEBUG [src.node.waku_node] Starting Node...
2026-03-13 04:32:35.159 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-13 04:32:35.204 DEBUG [src.node.docker_mananger] Network waku created
2026-03-13 04:32:35.205 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.195.93
2026-03-13 04:32:35.205 DEBUG [src.node.docker_mananger] Generated ports ['31739', '31740', '31741', '31742', '31743']
2026-03-13 04:32:35.205 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-13 04:32:35.205 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-13 04:32:35.205 DEBUG [src.node.waku_node] Using volumes []
2026-03-13 04:32:35.205 DEBUG [src.node.docker_mananger] docker run -i -t -p 31739:31739 -p 31740:31740 -p 31741:31741 -p 31742:31742 -p 31743:31743 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=31741 --rest-port=31739 --tcp-port=31740 --discv5-udp-port=31742 --rest-address=0.0.0.0 --nat=extip:172.18.195.93 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=d9808b09ef91cce7bfac552a11dde5dadade6fff6a2df90ec3e0a6ccdbc1cec7 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=31743 --metrics-logging=true --relay=true
2026-03-13 04:32:38.679 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.195.93 waku ae170a40e5d520a4d629007ea44c7596f5a2343918b984c40948d395584a2fff
2026-03-13 04:32:38.713 DEBUG [src.node.docker_mananger] Container started with ID ae170a40e5d5. Setting up logs at ./log/docker/node1_2026-03-13_04-32-35__e064ecd4-a72f-4bbb-9bfd-dfae355b92d1__wakuorg_nwaku:latest.log
2026-03-13 04:32:38.713 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 31739
2026-03-13 04:32:38.713 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-13 04:32:39.714 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31739/health" -H "Content-Type: application/json" -d 'None'
2026-03-13 04:32:39.718 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-03-13 04:32:39.718 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-13 04:32:39.718 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31739/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-13 04:32:39.721 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.195.93/tcp/31740/p2p/16Uiu2HAmUPadA8KPJsqVWQuTiKfDt8VnLVGu7PAVTf9TptcaXCDr","/ip4/172.18.195.93/tcp/31741/ws/p2p/16Uiu2HAmUPadA8KPJsqVWQuTiKfDt8VnLVGu7PAVTf9TptcaXCDr"],"enrUri":"enr:-L24QFOuWe1broUPoowDH_-U1-2otfNLFvsI_WgkgdehyT9lWpxfxTwWkd8GsIkrzF0XTNjZ_1cdg4SgXCYLtjVlG8cCgmlkgnY0gmlwhKwSw12KbXVsdGlhZGRyc5YACASsEsNdBnv8AAoErBLDXQZ7_d0DgnJzhQADAQAAiXNlY3AyNTZrMaED6chzfoj0sz-RwehwNc4f_mVgeKpER_oPzVfcUwpE5lWDdGNwgnv8g3VkcIJ7_oV3YWt1MgE"}'
2026-03-13 04:32:39.721 INFO [src.node.waku_node] REST service is ready !!
2026-03-13 04:32:39.721 DEBUG [src.node.waku_node] Starting Node...
2026-03-13 04:32:39.721 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-13 04:32:39.723 DEBUG [src.node.docker_mananger] Network waku already exists
2026-03-13 04:32:39.723 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.33.34
2026-03-13 04:32:39.723 DEBUG [src.node.docker_mananger] Generated ports ['27240', '27241', '27242', '27243', '27244']
2026-03-13 04:32:39.723 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-13 04:32:39.724 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-13 04:32:39.724 DEBUG [src.node.waku_node] Using volumes []
2026-03-13 04:32:39.724 DEBUG [src.node.docker_mananger] docker run -i -t -p 27240:27240 -p 27241:27241 -p 27242:27242 -p 27243:27243 -p 27244:27244 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=27242 --rest-port=27240 --tcp-port=27241 --discv5-udp-port=27243 --rest-address=0.0.0.0 --nat=extip:172.18.33.34 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=dec5ad2c4d8d5eb9bdeb4fd22edce6ddb938bbf5bf8b79d53eaaee8d47cbed84 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=27244 --metrics-logging=true --store=true --relay=true --discv5-bootstrap-node=enr:-L24QFOuWe1broUPoowDH_-U1-2otfNLFvsI_WgkgdehyT9lWpxfxTwWkd8GsIkrzF0XTNjZ_1cdg4SgXCYLtjVlG8cCgmlkgnY0gmlwhKwSw12KbXVsdGlhZGRyc5YACASsEsNdBnv8AAoErBLDXQZ7_d0DgnJzhQADAQAAiXNlY3AyNTZrMaED6chzfoj0sz-RwehwNc4f_mVgeKpER_oPzVfcUwpE5lWDdGNwgnv8g3VkcIJ7_oV3YWt1MgE
2026-03-13 04:32:39.919 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.33.34 waku 1290298ecffde43d1e6fb120fa75e5a1306c3219aa24a8f6d535fa10643a5683
2026-03-13 04:32:39.955 DEBUG [src.node.docker_mananger] Container started with ID 1290298ecffd. Setting up logs at ./log/docker/node2_2026-03-13_04-32-35__e064ecd4-a72f-4bbb-9bfd-dfae355b92d1__wakuorg_nwaku:latest.log
2026-03-13 04:32:39.955 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 27240
2026-03-13 04:32:39.956 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-13 04:32:40.957 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27240/health" -H "Content-Type: application/json" -d 'None'
2026-03-13 04:32:40.960 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-03-13 04:32:40.961 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-13 04:32:40.961 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27240/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-13 04:32:40.964 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.33.34/tcp/27241/p2p/16Uiu2HAm4KKehqrnyud7b4MZFxgEfTHmgGHUVSMqUDmALQbq9ALB","/ip4/172.18.33.34/tcp/27242/ws/p2p/16Uiu2HAm4KKehqrnyud7b4MZFxgEfTHmgGHUVSMqUDmALQbq9ALB"],"enrUri":"enr:-L24QGfJeemApsTx3J3qXi1gqF_R2A6Kgk6In19aBSh83xa3QOFSNthyyZ1eB2o2Eak7qXPSx-s3m-GFzXmaDdCcYsgCgmlkgnY0gmlwhKwSISKKbXVsdGlhZGRyc5YACASsEiEiBmppAAoErBIhIgZqat0DgnJzhQADAQAAiXNlY3AyNTZrMaEChBi2FpPQ9gIczeK3NSMcghUrYAi5J8WptEJwqadWPlyDdGNwgmppg3VkcIJqa4V3YWt1MgM"}'
2026-03-13 04:32:40.964 INFO [src.node.waku_node] REST service is ready !!
2026-03-13 04:32:40.964 DEBUG [src.node.waku_node] Starting Node...
2026-03-13 04:32:40.964 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-13 04:32:40.966 DEBUG [src.node.docker_mananger] Network waku already exists
2026-03-13 04:32:40.966 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.20.181
2026-03-13 04:32:40.966 DEBUG [src.node.docker_mananger] Generated ports ['33541', '33542', '33543', '33544', '33545']
2026-03-13 04:32:40.967 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-13 04:32:40.967 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-13 04:32:40.967 DEBUG [src.node.waku_node] Using volumes []
2026-03-13 04:32:40.967 DEBUG [src.node.docker_mananger] docker run -i -t -p 33541:33541 -p 33542:33542 -p 33543:33543 -p 33544:33544 -p 33545:33545 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=33543 --rest-port=33541 --tcp-port=33542 --discv5-udp-port=33544 --rest-address=0.0.0.0 --nat=extip:172.18.20.181 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=d6f9aae5fb6ffea59ab1c21e6c0adbd5283deb5da8d99acada8ec0ea0baf7da5 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=33545 --metrics-logging=true --relay=false --storenode=/ip4/172.18.33.34/tcp/27241/p2p/16Uiu2HAm4KKehqrnyud7b4MZFxgEfTHmgGHUVSMqUDmALQbq9ALB --discv5-bootstrap-node=enr:-L24QGfJeemApsTx3J3qXi1gqF_R2A6Kgk6In19aBSh83xa3QOFSNthyyZ1eB2o2Eak7qXPSx-s3m-GFzXmaDdCcYsgCgmlkgnY0gmlwhKwSISKKbXVsdGlhZGRyc5YACASsEiEiBmppAAoErBIhIgZqat0DgnJzhQADAQAAiXNlY3AyNTZrMaEChBi2FpPQ9gIczeK3NSMcghUrYAi5J8WptEJwqadWPlyDdGNwgmppg3VkcIJqa4V3YWt1MgM
2026-03-13 04:32:41.207 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.20.181 waku 77a17d070f5690897bf6db748c7f649aa693c8c43231085cf406b6943b007698
2026-03-13 04:32:41.244 DEBUG [src.node.docker_mananger] Container started with ID 77a17d070f56. Setting up logs at ./log/docker/node3_2026-03-13_04-32-35__e064ecd4-a72f-4bbb-9bfd-dfae355b92d1__wakuorg_nwaku:latest.log
2026-03-13 04:32:41.244 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 33541
2026-03-13 04:32:41.245 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-13 04:32:42.246 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33541/health" -H "Content-Type: application/json" -d 'None'
2026-03-13 04:32:42.249 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-03-13 04:32:42.249 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-13 04:32:42.249 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33541/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-13 04:32:42.252 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.20.181/tcp/33542/p2p/16Uiu2HAm7whuHiDubZTSRMptY7dkYqgronCXM3U1sXCpqzEUYzmj","/ip4/172.18.20.181/tcp/33543/ws/p2p/16Uiu2HAm7whuHiDubZTSRMptY7dkYqgronCXM3U1sXCpqzEUYzmj"],"enrUri":"enr:-L24QI28cTuVvZKQwci-lTMbyy0Iy6e6r-pdgsyB3GgrZfJTDADhbOKuaN4pjaFeRaWhTFeqBpuLDHmvX948HjzfjGoCgmlkgnY0gmlwhKwSFLWKbXVsdGlhZGRyc5YACASsEhS1BoMGAAoErBIUtQaDB90DgnJzhQADAQAAiXNlY3AyNTZrMaECuf3XSmuKsJk5Xv3USPd5pGb4CCFcQZnN9D60fd0X7Q6DdGNwgoMGg3VkcIKDCIV3YWt1MgA"}'
2026-03-13 04:32:42.252 INFO [src.node.waku_node] REST service is ready !!
2026-03-13 04:32:42.253 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:31739/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
2026-03-13 04:32:42.257 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:32:42.259 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:27240/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
2026-03-13 04:32:42.265 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:32:42.266 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31739/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
2026-03-13 04:32:42.269 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.33.34/tcp/48610/p2p/16Uiu2HAm4KKehqrnyud7b4MZFxgEfTHmgGHUVSMqUDmALQbq9ALB","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":"logos-delivery-v0.36.0-164-g0ad551","origin":"UnknownOrigin"}]'
2026-03-13 04:32:42.269 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27240/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
2026-03-13 04:32:42.272 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.195.93/tcp/31740/p2p/16Uiu2HAmUPadA8KPJsqVWQuTiKfDt8VnLVGu7PAVTf9TptcaXCDr","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":"logos-delivery-v0.36.0-164-g0ad551","origin":"Discv5"}]'
2026-03-13 04:32:42.273 DEBUG [src.libs.common] Sleeping for 30 seconds
2026-03-13 04:33:12.273 DEBUG [src.steps.store] Relaying message
2026-03-13 04:33:12.274 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:31739/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-03-13 04:33:12.279 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:33:12.280 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-13 04:33:12.481 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
2026-03-13 04:33:12.481 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33541/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F1&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-03-13 04:33:12.526 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"8a6a0eb6f3730df90078","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x1630f6e667c3bc4853116de168c860a696b0810c12879d13d6683880ca7b81d6"}]}'
2026-03-13 04:33:12.526 DEBUG [src.steps.store] messages length is 1
2026-03-13 04:33:12.534 DEBUG [tests.conftest] Running fixture teardown: test_setup
2026-03-13 04:33:12.535 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2026-03-13 04:33:12.536 DEBUG [src.node.waku_node] Stopping container with id ae170a40e5d5
2026-03-13 04:33:13.107 DEBUG [src.node.waku_node] Container stopped.
2026-03-13 04:33:13.107 DEBUG [src.node.waku_node] Stopping container with id 1290298ecffd
2026-03-13 04:33:13.696 DEBUG [src.node.waku_node] Container stopped.
2026-03-13 04:33:13.699 DEBUG [src.node.waku_node] Stopping container with id 77a17d070f56
2026-03-13 04:33:13.922 ERROR [src.node.docker_mananger] Max retries reached for container ae170a40e5d5. Exiting log stream.
2026-03-13 04:33:14.235 DEBUG [src.node.waku_node] Container stopped.
2026-03-13 04:33:14.238 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2026-03-13 04:33:14.255 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-03-13 04:33:14.274 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-03-13 04:33:14.278 DEBUG [src.node.docker_mananger] No errors found in the waku logs.