2026-02-25 20:22:16 +00:00

100 lines
19 KiB
Plaintext

2026-02-25 20:03:06.786 DEBUG [tests.conftest] Running fixture setup: test_id
2026-02-25 20:03:06.787 DEBUG [tests.conftest] Running test: test_store_node_not_connected_directly_to_lightpushing_node with id: 2026-02-25_20-03-06__0917280c-105a-4235-b848-020e6f1165d5
2026-02-25 20:03:06.787 DEBUG [src.steps.common] Running fixture setup: common_setup
2026-02-25 20:03:06.788 DEBUG [src.steps.filter] Running fixture setup: filter_setup
2026-02-25 20:03:06.788 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
2026-02-25 20:03:06.797 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-02-25 20:03:06.797 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-02-25_20-03-06__0917280c-105a-4235-b848-020e6f1165d5__wakuorg_nwaku:latest.log
2026-02-25 20:03:06.802 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-02-25 20:03:06.802 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-02-25_20-03-06__0917280c-105a-4235-b848-020e6f1165d5__wakuorg_nwaku:latest.log
2026-02-25 20:03:06.808 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-02-25 20:03:06.808 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2026-02-25_20-03-06__0917280c-105a-4235-b848-020e6f1165d5__wakuorg_nwaku:latest.log
2026-02-25 20:03:06.808 DEBUG [src.steps.relay] Running fixture setup: relay_setup
2026-02-25 20:03:06.808 DEBUG [src.steps.store] Running fixture setup: store_setup
2026-02-25 20:03:06.809 DEBUG [src.node.waku_node] Starting Node...
2026-02-25 20:03:06.809 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-02-25 20:03:06.851 DEBUG [src.node.docker_mananger] Network waku created
2026-02-25 20:03:06.851 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.17.102
2026-02-25 20:03:06.851 DEBUG [src.node.docker_mananger] Generated ports ['25704', '25705', '25706', '25707', '25708']
2026-02-25 20:03:06.852 DEBUG [src.node.waku_node] RLN credentials were not set
2026-02-25 20:03:06.852 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-02-25 20:03:06.852 DEBUG [src.node.waku_node] Using volumes []
2026-02-25 20:03:06.852 DEBUG [src.node.docker_mananger] docker run -i -t -p 25704:25704 -p 25705:25705 -p 25706:25706 -p 25707:25707 -p 25708:25708 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=25706 --rest-port=25704 --tcp-port=25705 --discv5-udp-port=25707 --rest-address=0.0.0.0 --nat=extip:172.18.17.102 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=e359ba01dccb23fe2e83f3dabb3081e4ecb4a5b59b0fcb0be5630e67cdd9e6ad --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=25708 --metrics-logging=true --lightpush=true
2026-02-25 20:03:10.204 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.17.102 waku 51abe381a96b2c82006d821bd6558b1c396764e5dcc821632306d536dd8ad95f
2026-02-25 20:03:10.234 DEBUG [src.node.docker_mananger] Container started with ID 51abe381a96b. Setting up logs at ./log/docker/node1_2026-02-25_20-03-06__0917280c-105a-4235-b848-020e6f1165d5__wakuorg_nwaku:latest.log
2026-02-25 20:03:10.234 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 25704
2026-02-25 20:03:10.235 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-02-25 20:03:11.236 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25704/health" -H "Content-Type: application/json" -d 'None'
2026-02-25 20:03:11.240 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"},{"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 20:03:11.240 INFO [src.node.waku_node] Node protocols are initialized !!
2026-02-25 20:03:11.240 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25704/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-02-25 20:03:11.242 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.17.102/tcp/25705/p2p/16Uiu2HAkxCkpbXix5SATLr8qcdwCuL2nYatfhFD8yr9t6MdHSRVP","/ip4/172.18.17.102/tcp/25706/ws/p2p/16Uiu2HAkxCkpbXix5SATLr8qcdwCuL2nYatfhFD8yr9t6MdHSRVP"],"enrUri":"enr:-L24QPl8E1i4L8ezhgwBLotLzhP9tGuIEG28jm_bYTuflByBO8blxCFR1Z3NGGlaEUsC3GLzZkOwMvgy3EgrN2wVP2oCgmlkgnY0gmlwhKwSEWaKbXVsdGlhZGRyc5YACASsEhFmBmRpAAoErBIRZgZkat0DgnJzhQADAQAAiXNlY3AyNTZrMaECKUP8BrjbvlpTi06wV_pJJoHeKRS5l8rrEP5ZtsUN07aDdGNwgmRpg3VkcIJka4V3YWt1Mgk"}'
2026-02-25 20:03:11.243 INFO [src.node.waku_node] REST service is ready !!
2026-02-25 20:03:11.243 DEBUG [src.node.waku_node] Starting Node...
2026-02-25 20:03:11.243 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-02-25 20:03:11.244 DEBUG [src.node.docker_mananger] Network waku already exists
2026-02-25 20:03:11.245 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.193.66
2026-02-25 20:03:11.245 DEBUG [src.node.docker_mananger] Generated ports ['6816', '6817', '6818', '6819', '6820']
2026-02-25 20:03:11.245 DEBUG [src.node.waku_node] RLN credentials were not set
2026-02-25 20:03:11.245 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-02-25 20:03:11.245 DEBUG [src.node.waku_node] Using volumes []
2026-02-25 20:03:11.245 DEBUG [src.node.docker_mananger] docker run -i -t -p 6816:6816 -p 6817:6817 -p 6818:6818 -p 6819:6819 -p 6820:6820 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=6818 --rest-port=6816 --tcp-port=6817 --discv5-udp-port=6819 --rest-address=0.0.0.0 --nat=extip:172.18.193.66 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=1a91b8be90ded8fa510fc8fffee968d3568badd1ded1ce79b5ffdfdbc061b62d --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=6820 --metrics-logging=true --lightpush=true --store=true --relay=true --discv5-bootstrap-node=enr:-L24QPl8E1i4L8ezhgwBLotLzhP9tGuIEG28jm_bYTuflByBO8blxCFR1Z3NGGlaEUsC3GLzZkOwMvgy3EgrN2wVP2oCgmlkgnY0gmlwhKwSEWaKbXVsdGlhZGRyc5YACASsEhFmBmRpAAoErBIRZgZkat0DgnJzhQADAQAAiXNlY3AyNTZrMaECKUP8BrjbvlpTi06wV_pJJoHeKRS5l8rrEP5ZtsUN07aDdGNwgmRpg3VkcIJka4V3YWt1Mgk --lightpushnode=/ip4/172.18.17.102/tcp/25705/p2p/16Uiu2HAkxCkpbXix5SATLr8qcdwCuL2nYatfhFD8yr9t6MdHSRVP
2026-02-25 20:03:11.397 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.193.66 waku df7c4027fc5411c737017864c4a94fb6118c0bc0a2412bd09fcc9c04463af213
2026-02-25 20:03:11.424 DEBUG [src.node.docker_mananger] Container started with ID df7c4027fc54. Setting up logs at ./log/docker/node2_2026-02-25_20-03-06__0917280c-105a-4235-b848-020e6f1165d5__wakuorg_nwaku:latest.log
2026-02-25 20:03:11.425 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 6816
2026-02-25 20:03:11.425 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-02-25 20:03:12.425 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6816/health" -H "Content-Type: application/json" -d 'None'
2026-02-25 20:03:12.428 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"PartiallyConnected","protocolsHealth":[{"Relay":"READY"},{"Lightpush":"READY"},{"Legacy Lightpush":"READY"},{"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":"READY"},{"Legacy Lightpush Client":"READY"},{"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 20:03:12.429 INFO [src.node.waku_node] Node protocols are initialized !!
2026-02-25 20:03:12.429 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6816/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-02-25 20:03:12.431 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.193.66/tcp/6817/p2p/16Uiu2HAmDzp1fNubceHcpzhM1DgDvbXH4j8oBpHKYhbP7eDXmPTX","/ip4/172.18.193.66/tcp/6818/ws/p2p/16Uiu2HAmDzp1fNubceHcpzhM1DgDvbXH4j8oBpHKYhbP7eDXmPTX"],"enrUri":"enr:-L24QKKpkVNlTE9_f9_1iiiQWx4keLTtiyDNJsRjGnP1pZ3rDE0POHn3-Iiya0Vavw4oyka_TphUqKt_I-WyPgPDHnYCgmlkgnY0gmlwhKwSwUKKbXVsdGlhZGRyc5YACASsEsFCBhqhAAoErBLBQgYaot0DgnJzhQADAQAAiXNlY3AyNTZrMaEDE--dCkq89PahjeWbF8KJVgiM_kLKCEeG0A-aRHdL2ZqDdGNwghqhg3VkcIIao4V3YWt1Mgs"}'
2026-02-25 20:03:12.431 INFO [src.node.waku_node] REST service is ready !!
2026-02-25 20:03:12.431 DEBUG [src.node.waku_node] Starting Node...
2026-02-25 20:03:12.432 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-02-25 20:03:12.433 DEBUG [src.node.docker_mananger] Network waku already exists
2026-02-25 20:03:12.433 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.178.7
2026-02-25 20:03:12.433 DEBUG [src.node.docker_mananger] Generated ports ['34659', '34660', '34661', '34662', '34663']
2026-02-25 20:03:12.433 DEBUG [src.node.waku_node] RLN credentials were not set
2026-02-25 20:03:12.433 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-02-25 20:03:12.433 DEBUG [src.node.waku_node] Using volumes []
2026-02-25 20:03:12.433 DEBUG [src.node.docker_mananger] docker run -i -t -p 34659:34659 -p 34660:34660 -p 34661:34661 -p 34662:34662 -p 34663:34663 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=34661 --rest-port=34659 --tcp-port=34660 --discv5-udp-port=34662 --rest-address=0.0.0.0 --nat=extip:172.18.178.7 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=5afa7fc72fafddba8cdc4dbe276fbf770049bbcf5933838d0eeb4193c6ffdcca --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=34663 --metrics-logging=true --relay=false --storenode=/ip4/172.18.193.66/tcp/6817/p2p/16Uiu2HAmDzp1fNubceHcpzhM1DgDvbXH4j8oBpHKYhbP7eDXmPTX --discv5-bootstrap-node=enr:-L24QKKpkVNlTE9_f9_1iiiQWx4keLTtiyDNJsRjGnP1pZ3rDE0POHn3-Iiya0Vavw4oyka_TphUqKt_I-WyPgPDHnYCgmlkgnY0gmlwhKwSwUKKbXVsdGlhZGRyc5YACASsEsFCBhqhAAoErBLBQgYaot0DgnJzhQADAQAAiXNlY3AyNTZrMaEDE--dCkq89PahjeWbF8KJVgiM_kLKCEeG0A-aRHdL2ZqDdGNwghqhg3VkcIIao4V3YWt1Mgs
2026-02-25 20:03:12.598 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.178.7 waku 70e57bfbf662574f7d4d7049b912434b31079c0dfee11417fe30db4051b3f5ee
2026-02-25 20:03:12.624 DEBUG [src.node.docker_mananger] Container started with ID 70e57bfbf662. Setting up logs at ./log/docker/node3_2026-02-25_20-03-06__0917280c-105a-4235-b848-020e6f1165d5__wakuorg_nwaku:latest.log
2026-02-25 20:03:12.624 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 34659
2026-02-25 20:03:12.625 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-02-25 20:03:13.625 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34659/health" -H "Content-Type: application/json" -d 'None'
2026-02-25 20:03:13.628 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 20:03:13.629 INFO [src.node.waku_node] Node protocols are initialized !!
2026-02-25 20:03:13.629 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34659/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-02-25 20:03:13.631 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.178.7/tcp/34660/p2p/16Uiu2HAmLJycngev2zSwRtGu8n7MwHdfRR66R4shpYcEEQ9FQ1Wo","/ip4/172.18.178.7/tcp/34661/ws/p2p/16Uiu2HAmLJycngev2zSwRtGu8n7MwHdfRR66R4shpYcEEQ9FQ1Wo"],"enrUri":"enr:-L24QEcCUN4q7r6rXQCysFkM3fiA02qONIu4VmrvsIQsM4APJob9tLkvH1ZJpElpftMyV-3PpVSGwR5bu0HEo11XgHMCgmlkgnY0gmlwhKwSsgeKbXVsdGlhZGRyc5YACASsErIHBodkAAoErBKyBwaHZd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDcb0M-KUQokQijm4S9IF_lomqp30WAWiPF0jnjz_LS3iDdGNwgodkg3VkcIKHZoV3YWt1MgA"}'
2026-02-25 20:03:13.631 INFO [src.node.waku_node] REST service is ready !!
2026-02-25 20:03:13.631 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:25704/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
2026-02-25 20:03:13.635 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-25 20:03:13.636 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6816/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
2026-02-25 20:03:13.640 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-25 20:03:13.642 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25704/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
2026-02-25 20:03:13.645 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.193.66/tcp/36168/p2p/16Uiu2HAmDzp1fNubceHcpzhM1DgDvbXH4j8oBpHKYhbP7eDXmPTX","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/lightpush/3.0.0","/vac/waku/lightpush/2.0.0-beta1","/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 20:03:13.645 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6816/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
2026-02-25 20:03:13.647 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.17.102/tcp/25705/p2p/16Uiu2HAkxCkpbXix5SATLr8qcdwCuL2nYatfhFD8yr9t6MdHSRVP","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/lightpush/3.0.0","/vac/waku/lightpush/2.0.0-beta1","/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 20:03:13.647 DEBUG [src.libs.common] Sleeping for 30 seconds
2026-02-25 20:03:43.648 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:25704/lightpush/v1/message" -H "Content-Type: application/json" -d '{"pubsubTopic": "/waku/2/rs/3/1", "message": {"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/test/1/waku-filter/proto", "timestamp": 1772049823648193113}}'
2026-02-25 20:03:43.659 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-25 20:03:43.659 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-02-25 20:03:44.660 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
2026-02-25 20:03:44.660 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34659/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F1&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-02-25 20:03:44.699 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"15471afb2abe919e58ae","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xc3f5c4a4e5d385a0b9386f955c1c8b4afaf56b05f1dbcee4ecd68edb910be0d3"}]}'
2026-02-25 20:03:44.701 DEBUG [src.steps.store] messages length is 1
2026-02-25 20:03:44.706 DEBUG [tests.conftest] Running fixture teardown: test_setup
2026-02-25 20:03:44.706 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2026-02-25 20:03:44.707 DEBUG [src.node.waku_node] Stopping container with id 51abe381a96b
2026-02-25 20:03:45.174 DEBUG [src.node.waku_node] Container stopped.
2026-02-25 20:03:45.175 DEBUG [src.node.waku_node] Stopping container with id df7c4027fc54
2026-02-25 20:03:45.639 DEBUG [src.node.waku_node] Container stopped.
2026-02-25 20:03:45.640 DEBUG [src.node.waku_node] Stopping container with id 70e57bfbf662
2026-02-25 20:03:45.987 ERROR [src.node.docker_mananger] Max retries reached for container 51abe381a96b. Exiting log stream.
2026-02-25 20:03:46.126 DEBUG [src.node.waku_node] Container stopped.
2026-02-25 20:03:46.129 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2026-02-25 20:03:46.145 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-02-25 20:03:46.164 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-02-25 20:03:46.169 DEBUG [src.node.docker_mananger] No errors found in the waku logs.