101 lines
19 KiB
Plaintext

2026-03-10 04:31:22.766 DEBUG [tests.conftest] Running fixture setup: test_id
2026-03-10 04:31:22.766 DEBUG [tests.conftest] Running test: test_store_node_not_connected_directly_to_relaying_node with id: 2026-03-10_04-31-22__09bbaed2-8bbb-4ce9-8756-e34a1a4e47eb
2026-03-10 04:31:22.766 DEBUG [src.steps.common] Running fixture setup: common_setup
2026-03-10 04:31:22.767 DEBUG [src.steps.filter] Running fixture setup: filter_setup
2026-03-10 04:31:22.767 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
2026-03-10 04:31:22.776 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-10 04:31:22.776 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-10_04-31-22__09bbaed2-8bbb-4ce9-8756-e34a1a4e47eb__wakuorg_nwaku:latest.log
2026-03-10 04:31:22.782 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-10 04:31:22.782 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-10_04-31-22__09bbaed2-8bbb-4ce9-8756-e34a1a4e47eb__wakuorg_nwaku:latest.log
2026-03-10 04:31:22.787 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-10 04:31:22.787 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2026-03-10_04-31-22__09bbaed2-8bbb-4ce9-8756-e34a1a4e47eb__wakuorg_nwaku:latest.log
2026-03-10 04:31:22.788 DEBUG [src.steps.relay] Running fixture setup: relay_setup
2026-03-10 04:31:22.788 DEBUG [src.steps.store] Running fixture setup: store_setup
2026-03-10 04:31:22.788 DEBUG [src.node.waku_node] Starting Node...
2026-03-10 04:31:22.789 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-10 04:31:22.823 DEBUG [src.node.docker_mananger] Network waku created
2026-03-10 04:31:22.823 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.160.174
2026-03-10 04:31:22.823 DEBUG [src.node.docker_mananger] Generated ports ['37366', '37367', '37368', '37369', '37370']
2026-03-10 04:31:22.824 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-10 04:31:22.824 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-10 04:31:22.824 DEBUG [src.node.waku_node] Using volumes []
2026-03-10 04:31:22.824 DEBUG [src.node.docker_mananger] docker run -i -t -p 37366:37366 -p 37367:37367 -p 37368:37368 -p 37369:37369 -p 37370:37370 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=37368 --rest-port=37366 --tcp-port=37367 --discv5-udp-port=37369 --rest-address=0.0.0.0 --nat=extip:172.18.160.174 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=9fb4e3121eb3cb97fc508ef0cf756c22fddfd9b1f2b3c8c8f1428c749bd3cb52 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=37370 --metrics-logging=true --relay=true
2026-03-10 04:31:26.193 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.160.174 waku a0b28ac1f6c9a80cc8e4359dcd7515a2b46e6362de6f7c394bea7d4b6a20e9b2
2026-03-10 04:31:26.219 DEBUG [src.node.docker_mananger] Container started with ID a0b28ac1f6c9. Setting up logs at ./log/docker/node1_2026-03-10_04-31-22__09bbaed2-8bbb-4ce9-8756-e34a1a4e47eb__wakuorg_nwaku:latest.log
2026-03-10 04:31:26.220 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 37366
2026-03-10 04:31:26.220 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-10 04:31:27.220 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37366/health" -H "Content-Type: application/json" -d 'None'
2026-03-10 04:31:27.224 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-10 04:31:27.224 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-10 04:31:27.224 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37366/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-10 04:31:27.226 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.160.174/tcp/37367/p2p/16Uiu2HAmMwRUABe5XkeQpQRjVMH14P9MGPAKw5g9KgWT7WSZt6ot","/ip4/172.18.160.174/tcp/37368/ws/p2p/16Uiu2HAmMwRUABe5XkeQpQRjVMH14P9MGPAKw5g9KgWT7WSZt6ot"],"enrUri":"enr:-L24QGZSOI3zPbzuawE6whEDANjN7k78YDgdln2ZPMACdGJfUK79HOdInoLVnhjP9hUAFJrcKehXD0h5wEjkLztdCD8CgmlkgnY0gmlwhKwSoK6KbXVsdGlhZGRyc5YACASsEqCuBpH3AAoErBKgrgaR-N0DgnJzhQADAQAAiXNlY3AyNTZrMaEDie7gdTH-o4HVE1-mWadfv6-vnlQmGTHzzBGGnfH5LSuDdGNwgpH3g3VkcIKR-YV3YWt1MgE"}'
2026-03-10 04:31:27.227 INFO [src.node.waku_node] REST service is ready !!
2026-03-10 04:31:27.227 DEBUG [src.node.waku_node] Starting Node...
2026-03-10 04:31:27.227 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-10 04:31:27.229 DEBUG [src.node.docker_mananger] Network waku already exists
2026-03-10 04:31:27.229 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.114.95
2026-03-10 04:31:27.229 DEBUG [src.node.docker_mananger] Generated ports ['28217', '28218', '28219', '28220', '28221']
2026-03-10 04:31:27.229 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-10 04:31:27.229 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-10 04:31:27.229 DEBUG [src.node.waku_node] Using volumes []
2026-03-10 04:31:27.229 DEBUG [src.node.docker_mananger] docker run -i -t -p 28217:28217 -p 28218:28218 -p 28219:28219 -p 28220:28220 -p 28221:28221 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=28219 --rest-port=28217 --tcp-port=28218 --discv5-udp-port=28220 --rest-address=0.0.0.0 --nat=extip:172.18.114.95 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=d2d874a66cb9310ea3d06f3a6eacc9aaac0fedb2cdae0e025269dac6b1f9be3f --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=28221 --metrics-logging=true --store=true --relay=true --discv5-bootstrap-node=enr:-L24QGZSOI3zPbzuawE6whEDANjN7k78YDgdln2ZPMACdGJfUK79HOdInoLVnhjP9hUAFJrcKehXD0h5wEjkLztdCD8CgmlkgnY0gmlwhKwSoK6KbXVsdGlhZGRyc5YACASsEqCuBpH3AAoErBKgrgaR-N0DgnJzhQADAQAAiXNlY3AyNTZrMaEDie7gdTH-o4HVE1-mWadfv6-vnlQmGTHzzBGGnfH5LSuDdGNwgpH3g3VkcIKR-YV3YWt1MgE
2026-03-10 04:31:27.375 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.114.95 waku 33931439381fb68d6400f46c970d462728cfd7304782a60c9fc1b7f86453a4b8
2026-03-10 04:31:27.402 DEBUG [src.node.docker_mananger] Container started with ID 33931439381f. Setting up logs at ./log/docker/node2_2026-03-10_04-31-22__09bbaed2-8bbb-4ce9-8756-e34a1a4e47eb__wakuorg_nwaku:latest.log
2026-03-10 04:31:27.402 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 28217
2026-03-10 04:31:27.402 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-10 04:31:28.404 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28217/health" -H "Content-Type: application/json" -d 'None'
2026-03-10 04:31:28.406 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-10 04:31:28.407 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-10 04:31:28.407 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28217/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-10 04:31:28.409 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.114.95/tcp/28218/p2p/16Uiu2HAmNhfczoczaSe8VLRxD2RC24TXXb76RuvM5WuCjd4WpsA1","/ip4/172.18.114.95/tcp/28219/ws/p2p/16Uiu2HAmNhfczoczaSe8VLRxD2RC24TXXb76RuvM5WuCjd4WpsA1"],"enrUri":"enr:-L24QOp9-zYcJKWa0cqBSwJT8yLcOHFGwa02DKEM5GQhNzpmZpipsPdbVqrQDnTTT8XrGxyh_zWsvB_eYtvwn_PHZlMCgmlkgnY0gmlwhKwScl-KbXVsdGlhZGRyc5YACASsEnJfBm46AAoErBJyXwZuO90DgnJzhQADAQAAiXNlY3AyNTZrMaEDlURvPfjBrZhxYEYDZ-jW-Jx_vFchkxS5uJFMtSDqXRqDdGNwgm46g3VkcIJuPIV3YWt1MgM"}'
2026-03-10 04:31:28.409 INFO [src.node.waku_node] REST service is ready !!
2026-03-10 04:31:28.410 DEBUG [src.node.waku_node] Starting Node...
2026-03-10 04:31:28.410 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-10 04:31:28.411 DEBUG [src.node.docker_mananger] Network waku already exists
2026-03-10 04:31:28.411 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.138.180
2026-03-10 04:31:28.412 DEBUG [src.node.docker_mananger] Generated ports ['44950', '44951', '44952', '44953', '44954']
2026-03-10 04:31:28.412 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-10 04:31:28.412 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-10 04:31:28.412 DEBUG [src.node.waku_node] Using volumes []
2026-03-10 04:31:28.412 DEBUG [src.node.docker_mananger] docker run -i -t -p 44950:44950 -p 44951:44951 -p 44952:44952 -p 44953:44953 -p 44954:44954 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=44952 --rest-port=44950 --tcp-port=44951 --discv5-udp-port=44953 --rest-address=0.0.0.0 --nat=extip:172.18.138.180 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=4e49cf27afe2bedbbc9e6d11ef201ede4dbad6de4cfcee931df954c44fdbf7df --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=44954 --metrics-logging=true --relay=false --storenode=/ip4/172.18.114.95/tcp/28218/p2p/16Uiu2HAmNhfczoczaSe8VLRxD2RC24TXXb76RuvM5WuCjd4WpsA1 --discv5-bootstrap-node=enr:-L24QOp9-zYcJKWa0cqBSwJT8yLcOHFGwa02DKEM5GQhNzpmZpipsPdbVqrQDnTTT8XrGxyh_zWsvB_eYtvwn_PHZlMCgmlkgnY0gmlwhKwScl-KbXVsdGlhZGRyc5YACASsEnJfBm46AAoErBJyXwZuO90DgnJzhQADAQAAiXNlY3AyNTZrMaEDlURvPfjBrZhxYEYDZ-jW-Jx_vFchkxS5uJFMtSDqXRqDdGNwgm46g3VkcIJuPIV3YWt1MgM
2026-03-10 04:31:28.588 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.138.180 waku 37794adfea38f8163e10a0391784eab1d07752ba084a1335ecafa0e3c816c4ed
2026-03-10 04:31:28.613 DEBUG [src.node.docker_mananger] Container started with ID 37794adfea38. Setting up logs at ./log/docker/node3_2026-03-10_04-31-22__09bbaed2-8bbb-4ce9-8756-e34a1a4e47eb__wakuorg_nwaku:latest.log
2026-03-10 04:31:28.613 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 44950
2026-03-10 04:31:28.613 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-10 04:31:29.613 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44950/health" -H "Content-Type: application/json" -d 'None'
2026-03-10 04:31:29.616 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-10 04:31:29.616 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-10 04:31:29.616 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44950/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-10 04:31:29.618 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.138.180/tcp/44951/p2p/16Uiu2HAkzA7trrLZTbMPxgkoxStYRdq6fQGFwLR18kDmEGaZeJZS","/ip4/172.18.138.180/tcp/44952/ws/p2p/16Uiu2HAkzA7trrLZTbMPxgkoxStYRdq6fQGFwLR18kDmEGaZeJZS"],"enrUri":"enr:-L24QNFJcohKEgUOcnxzSSTZEPH-z_mldcy1pkq1SKot5l-DO3i8qxbbeeVdGf4YuRQ0XyurBS1I6Y9L0YGM6sHVYWACgmlkgnY0gmlwhKwSirSKbXVsdGlhZGRyc5YACASsEoq0Bq-XAAoErBKKtAavmN0DgnJzhQADAQAAiXNlY3AyNTZrMaECRk5xnWYKC25C0hdx0M6vIVXQZmaVx23VCRty3o0wSGWDdGNwgq-Xg3VkcIKvmYV3YWt1MgA"}'
2026-03-10 04:31:29.619 INFO [src.node.waku_node] REST service is ready !!
2026-03-10 04:31:29.619 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37366/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
2026-03-10 04:31:29.623 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-10 04:31:29.623 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:28217/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
2026-03-10 04:31:29.629 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-10 04:31:29.629 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37366/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
2026-03-10 04:31:29.633 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.114.95/tcp/42818/p2p/16Uiu2HAmNhfczoczaSe8VLRxD2RC24TXXb76RuvM5WuCjd4WpsA1","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-10 04:31:29.633 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28217/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
2026-03-10 04:31:29.635 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.160.174/tcp/37367/p2p/16Uiu2HAmMwRUABe5XkeQpQRjVMH14P9MGPAKw5g9KgWT7WSZt6ot","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-10 04:31:29.636 DEBUG [src.libs.common] Sleeping for 30 seconds
2026-03-10 04:31:59.636 DEBUG [src.steps.store] Relaying message
2026-03-10 04:31:59.636 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37366/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-10 04:31:59.641 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-10 04:31:59.641 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-10 04:31:59.842 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
2026-03-10 04:31:59.842 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44950/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F1&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-03-10 04:31:59.882 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"7c1e6f554626b0173870","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xa49ac607e4b16980e60e133798d01f6de45696e0ffa6f6f3e7f9caad00c36f66"}]}'
2026-03-10 04:31:59.883 DEBUG [src.steps.store] messages length is 1
2026-03-10 04:31:59.888 DEBUG [tests.conftest] Running fixture teardown: test_setup
2026-03-10 04:31:59.889 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2026-03-10 04:31:59.889 DEBUG [src.node.waku_node] Stopping container with id a0b28ac1f6c9
2026-03-10 04:32:00.363 DEBUG [src.node.waku_node] Container stopped.
2026-03-10 04:32:00.363 DEBUG [src.node.waku_node] Stopping container with id 33931439381f
2026-03-10 04:32:00.862 DEBUG [src.node.waku_node] Container stopped.
2026-03-10 04:32:00.864 DEBUG [src.node.waku_node] Stopping container with id 37794adfea38
2026-03-10 04:32:01.176 ERROR [src.node.docker_mananger] Max retries reached for container a0b28ac1f6c9. Exiting log stream.
2026-03-10 04:32:01.330 DEBUG [src.node.waku_node] Container stopped.
2026-03-10 04:32:01.332 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2026-03-10 04:32:01.348 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-03-10 04:32:01.367 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-03-10 04:32:01.371 DEBUG [src.node.docker_mananger] No errors found in the waku logs.