101 lines
19 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

2026-04-22 23:54:48.783 INFO [tests.conftest] Fleet bootstrap inactive pass --fleet (or set FLEET_BOOTSTRAP=true) to connect local nodes to the waku.test fleet
2026-04-22 23:54:48.783 DEBUG [tests.conftest] Running fixture setup: test_id
2026-04-22 23:54:48.783 DEBUG [tests.conftest] Running test: test_store_node_not_connected_directly_to_lightpushing_node with id: 2026-04-22_23-54-48__75ade555-9f1e-42bf-869d-88e1e0c50d54
2026-04-22 23:54:48.784 DEBUG [src.steps.common] Running fixture setup: common_setup
2026-04-22 23:54:48.784 DEBUG [src.steps.filter] Running fixture setup: filter_setup
2026-04-22 23:54:48.784 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
2026-04-22 23:54:48.792 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-04-22 23:54:48.792 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-04-22_23-54-48__75ade555-9f1e-42bf-869d-88e1e0c50d54__wakuorg_nwaku:latest.log
2026-04-22 23:54:48.798 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-04-22 23:54:48.798 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-04-22_23-54-48__75ade555-9f1e-42bf-869d-88e1e0c50d54__wakuorg_nwaku:latest.log
2026-04-22 23:54:48.803 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-04-22 23:54:48.803 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2026-04-22_23-54-48__75ade555-9f1e-42bf-869d-88e1e0c50d54__wakuorg_nwaku:latest.log
2026-04-22 23:54:48.804 DEBUG [src.steps.relay] Running fixture setup: relay_setup
2026-04-22 23:54:48.804 DEBUG [src.steps.store] Running fixture setup: store_setup
2026-04-22 23:54:48.805 DEBUG [src.node.waku_node] Starting Node...
2026-04-22 23:54:48.805 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-04-22 23:54:48.847 DEBUG [src.node.docker_mananger] Network waku created
2026-04-22 23:54:48.847 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.22.233
2026-04-22 23:54:48.848 DEBUG [src.node.docker_mananger] Generated ports ['23807', '23808', '23809', '23810', '23811']
2026-04-22 23:54:48.848 DEBUG [src.node.waku_node] RLN credentials were not set
2026-04-22 23:54:48.848 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-04-22 23:54:48.848 DEBUG [src.node.waku_node] Using volumes []
2026-04-22 23:54:48.848 DEBUG [src.node.docker_mananger] docker run -i -t -p 23807:23807 -p 23808:23808 -p 23809:23809 -p 23810:23810 -p 23811:23811 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=23809 --rest-port=23807 --tcp-port=23808 --discv5-udp-port=23810 --rest-address=0.0.0.0 --nat=extip:172.18.22.233 --peer-exchange=true --discv5-discovery=true --cluster-id=198 --nodekey=f00df4b16def5c4cceb9cb92891e3c9dadf05adf7d2f1fea8bf3d392fc04474f --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=23811 --metrics-logging=true --lightpush=true
2026-04-22 23:54:51.752 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.22.233 waku d34b184114ff3f362498f49e3bd62149f6a6a8d05925b79c8876d709b7004f1c
2026-04-22 23:54:51.785 DEBUG [src.node.docker_mananger] Container started with ID d34b184114ff. Setting up logs at ./log/docker/node1_2026-04-22_23-54-48__75ade555-9f1e-42bf-869d-88e1e0c50d54__wakuorg_nwaku:latest.log
2026-04-22 23:54:51.785 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 23807
2026-04-22 23:54:51.786 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-04-22 23:54:52.786 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23807/health" -H "Content-Type: application/json" -d 'None'
2026-04-22 23:54:52.789 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"},{"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"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
2026-04-22 23:54:52.789 INFO [src.node.waku_node] Node protocols are initialized !!
2026-04-22 23:54:52.789 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23807/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-04-22 23:54:52.792 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.22.233/tcp/23808/p2p/16Uiu2HAmLG8tUVrkHkaNN7UUgR14tHu94HRbQQHXFfLC7xq52Qiu","/ip4/172.18.22.233/tcp/23809/ws/p2p/16Uiu2HAmLG8tUVrkHkaNN7UUgR14tHu94HRbQQHXFfLC7xq52Qiu"],"enrUri":"enr:-L24QKM4ryz8fJPxs1q6OWer2zYGtJ0shqJQVNX8IzPxdApBejmDgf7rHeb8wP9m40XIV23Dp2vw0vLmDZiLpPmwC4gCgmlkgnY0gmlwhKwSFumKbXVsdGlhZGRyc5YACASsEhbpBl0AAAoErBIW6QZdAd0DgnJzhQDGAQAAiXNlY3AyNTZrMaEDcQLKVlQbXVhTbpLTIKwm7-kr5LtpM9HhhdJWnbiUy-KDdGNwgl0Ag3VkcIJdAoV3YWt1Mgk"}'
2026-04-22 23:54:52.792 INFO [src.node.waku_node] REST service is ready !!
2026-04-22 23:54:52.792 DEBUG [src.node.waku_node] Starting Node...
2026-04-22 23:54:52.792 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-04-22 23:54:52.794 DEBUG [src.node.docker_mananger] Network waku already exists
2026-04-22 23:54:52.794 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.150.53
2026-04-22 23:54:52.794 DEBUG [src.node.docker_mananger] Generated ports ['27943', '27944', '27945', '27946', '27947']
2026-04-22 23:54:52.794 DEBUG [src.node.waku_node] RLN credentials were not set
2026-04-22 23:54:52.794 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-04-22 23:54:52.794 DEBUG [src.node.waku_node] Using volumes []
2026-04-22 23:54:52.795 DEBUG [src.node.docker_mananger] docker run -i -t -p 27943:27943 -p 27944:27944 -p 27945:27945 -p 27946:27946 -p 27947:27947 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=27945 --rest-port=27943 --tcp-port=27944 --discv5-udp-port=27946 --rest-address=0.0.0.0 --nat=extip:172.18.150.53 --peer-exchange=true --discv5-discovery=true --cluster-id=198 --nodekey=05f483887df77bf020d9d8accebcafb18e71f75de8bfd0d8ad6efc8ea3be7bd4 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=27947 --metrics-logging=true --lightpush=true --store=true --relay=true --discv5-bootstrap-node=enr:-L24QKM4ryz8fJPxs1q6OWer2zYGtJ0shqJQVNX8IzPxdApBejmDgf7rHeb8wP9m40XIV23Dp2vw0vLmDZiLpPmwC4gCgmlkgnY0gmlwhKwSFumKbXVsdGlhZGRyc5YACASsEhbpBl0AAAoErBIW6QZdAd0DgnJzhQDGAQAAiXNlY3AyNTZrMaEDcQLKVlQbXVhTbpLTIKwm7-kr5LtpM9HhhdJWnbiUy-KDdGNwgl0Ag3VkcIJdAoV3YWt1Mgk --lightpushnode=/ip4/172.18.22.233/tcp/23808/p2p/16Uiu2HAmLG8tUVrkHkaNN7UUgR14tHu94HRbQQHXFfLC7xq52Qiu
2026-04-22 23:54:52.982 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.150.53 waku 305d91cdd6560fd31ca976d927625b2a585a5ca4eb213ff29b1d4abd6f02c4e1
2026-04-22 23:54:53.016 DEBUG [src.node.docker_mananger] Container started with ID 305d91cdd656. Setting up logs at ./log/docker/node2_2026-04-22_23-54-48__75ade555-9f1e-42bf-869d-88e1e0c50d54__wakuorg_nwaku:latest.log
2026-04-22 23:54:53.016 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 27943
2026-04-22 23:54:53.017 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-04-22 23:54:54.018 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27943/health" -H "Content-Type: application/json" -d 'None'
2026-04-22 23:54:54.020 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"},{"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"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
2026-04-22 23:54:54.021 INFO [src.node.waku_node] Node protocols are initialized !!
2026-04-22 23:54:54.021 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27943/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-04-22 23:54:54.023 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.150.53/tcp/27944/p2p/16Uiu2HAmHSg6tB89DvfpNXSwY1jc87GmMHdQ7WzpwSsKiJU1ca3L","/ip4/172.18.150.53/tcp/27945/ws/p2p/16Uiu2HAmHSg6tB89DvfpNXSwY1jc87GmMHdQ7WzpwSsKiJU1ca3L"],"enrUri":"enr:-L24QHfezFw58iJCEJOOn6Z-QJXQW9sL699qe8cVJp857m4WCaZBP0HavAGKXD2-m1HKBMLljVo-B1iRrFsBPS5PNQ4CgmlkgnY0gmlwhKwSljWKbXVsdGlhZGRyc5YACASsEpY1Bm0oAAoErBKWNQZtKd0DgnJzhQDGAQAAiXNlY3AyNTZrMaEDRyLU1qQxF_j8xWxP2FApACLcdOgDoI5Y9EayuDrI0EODdGNwgm0og3VkcIJtKoV3YWt1Mgs"}'
2026-04-22 23:54:54.023 INFO [src.node.waku_node] REST service is ready !!
2026-04-22 23:54:54.024 DEBUG [src.node.waku_node] Starting Node...
2026-04-22 23:54:54.024 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-04-22 23:54:54.025 DEBUG [src.node.docker_mananger] Network waku already exists
2026-04-22 23:54:54.025 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.145.123
2026-04-22 23:54:54.025 DEBUG [src.node.docker_mananger] Generated ports ['48706', '48707', '48708', '48709', '48710']
2026-04-22 23:54:54.025 DEBUG [src.node.waku_node] RLN credentials were not set
2026-04-22 23:54:54.025 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-04-22 23:54:54.026 DEBUG [src.node.waku_node] Using volumes []
2026-04-22 23:54:54.026 DEBUG [src.node.docker_mananger] docker run -i -t -p 48706:48706 -p 48707:48707 -p 48708:48708 -p 48709:48709 -p 48710:48710 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=48708 --rest-port=48706 --tcp-port=48707 --discv5-udp-port=48709 --rest-address=0.0.0.0 --nat=extip:172.18.145.123 --peer-exchange=true --discv5-discovery=true --cluster-id=198 --nodekey=fa8713b1dedc2fc85ca2c094d1ac1bebceabbe0376ae93d45ad7acdccf9f86af --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=48710 --metrics-logging=true --relay=false --storenode=/ip4/172.18.150.53/tcp/27944/p2p/16Uiu2HAmHSg6tB89DvfpNXSwY1jc87GmMHdQ7WzpwSsKiJU1ca3L --discv5-bootstrap-node=enr:-L24QHfezFw58iJCEJOOn6Z-QJXQW9sL699qe8cVJp857m4WCaZBP0HavAGKXD2-m1HKBMLljVo-B1iRrFsBPS5PNQ4CgmlkgnY0gmlwhKwSljWKbXVsdGlhZGRyc5YACASsEpY1Bm0oAAoErBKWNQZtKd0DgnJzhQDGAQAAiXNlY3AyNTZrMaEDRyLU1qQxF_j8xWxP2FApACLcdOgDoI5Y9EayuDrI0EODdGNwgm0og3VkcIJtKoV3YWt1Mgs
2026-04-22 23:54:54.212 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.145.123 waku b40f555d39b6c23dab73e52e2d68899cc679938e8b3edbfd135d1c1c615852cf
2026-04-22 23:54:54.246 DEBUG [src.node.docker_mananger] Container started with ID b40f555d39b6. Setting up logs at ./log/docker/node3_2026-04-22_23-54-48__75ade555-9f1e-42bf-869d-88e1e0c50d54__wakuorg_nwaku:latest.log
2026-04-22 23:54:54.247 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 48706
2026-04-22 23:54:54.247 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-04-22 23:54:55.247 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48706/health" -H "Content-Type: application/json" -d 'None'
2026-04-22 23:54:55.250 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"},{"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"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
2026-04-22 23:54:55.250 INFO [src.node.waku_node] Node protocols are initialized !!
2026-04-22 23:54:55.250 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48706/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-04-22 23:54:55.252 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.145.123/tcp/48707/p2p/16Uiu2HAm3XmCghEqUHudrLFzMPawqgZ8iMxFgxd8BSQRYUdnQDDL","/ip4/172.18.145.123/tcp/48708/ws/p2p/16Uiu2HAm3XmCghEqUHudrLFzMPawqgZ8iMxFgxd8BSQRYUdnQDDL"],"enrUri":"enr:-L24QE2yoMUBCWkYZpNgXVwfRU7HDciKQQjrRMa9k5ZPKMlZFE14pkaFhzfprFvN8YL-NitjRlUTbrNveOQVS5KqO6oCgmlkgnY0gmlwhKwSkXuKbXVsdGlhZGRyc5YACASsEpF7Br5DAAoErBKRewa-RN0DgnJzhQDGAQAAiXNlY3AyNTZrMaECeGzilj7uxkE19kexzIQ1DmSd077PbUPtT3xFKilTkKODdGNwgr5Dg3VkcIK-RYV3YWt1MgA"}'
2026-04-22 23:54:55.253 INFO [src.node.waku_node] REST service is ready !!
2026-04-22 23:54:55.253 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23807/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/198/1"]'
2026-04-22 23:54:55.256 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-04-22 23:54:55.256 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:27943/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/198/1"]'
2026-04-22 23:54:55.261 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-04-22 23:54:55.263 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23807/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
2026-04-22 23:54:55.266 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.150.53/tcp/52600/p2p/16Uiu2HAmHSg6tB89DvfpNXSwY1jc87GmMHdQ7WzpwSsKiJU1ca3L","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":"logos-delivery-\\"v0.38.0-18-gbb8a7e\\"","origin":"UnknownOrigin"}]'
2026-04-22 23:54:55.267 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27943/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
2026-04-22 23:54:55.269 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.22.233/tcp/23808/p2p/16Uiu2HAmLG8tUVrkHkaNN7UUgR14tHu94HRbQQHXFfLC7xq52Qiu","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":"logos-delivery-\\"v0.38.0-18-gbb8a7e\\"","origin":"Discv5"}]'
2026-04-22 23:54:55.269 DEBUG [src.libs.common] Sleeping for 30 seconds
2026-04-22 23:55:25.270 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23807/lightpush/v1/message" -H "Content-Type: application/json" -d '{"pubsubTopic": "/waku/2/rs/198/1", "message": {"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/test/1/waku-filter/proto", "timestamp": 1776902125270166895}}'
2026-04-22 23:55:25.282 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-04-22 23:55:25.282 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-04-22 23:55:26.283 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
2026-04-22 23:55:26.283 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48706/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F198%2F1&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-04-22 23:55:26.315 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"a86206b941da5ac7dc0f","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xed8df93fb4879213aca2e22eabd0101f09f7a05ed43db2d406ff22aa32db39a3"}]}'
2026-04-22 23:55:26.320 DEBUG [src.steps.store] messages length is 1
2026-04-22 23:55:26.325 DEBUG [tests.conftest] Running fixture teardown: test_setup
2026-04-22 23:55:26.326 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2026-04-22 23:55:26.327 DEBUG [src.node.waku_node] Stopping container with id d34b184114ff
2026-04-22 23:55:26.784 DEBUG [src.node.waku_node] Container stopped.
2026-04-22 23:55:26.784 DEBUG [src.node.waku_node] Stopping container with id 305d91cdd656
2026-04-22 23:55:27.198 DEBUG [src.node.waku_node] Container stopped.
2026-04-22 23:55:27.200 DEBUG [src.node.waku_node] Stopping container with id b40f555d39b6
2026-04-22 23:55:27.597 ERROR [src.node.docker_mananger] Max retries reached for container d34b184114ff. Exiting log stream.
2026-04-22 23:55:27.611 DEBUG [src.node.waku_node] Container stopped.
2026-04-22 23:55:27.613 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2026-04-22 23:55:27.634 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-04-22 23:55:27.683 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-04-22 23:55:27.688 DEBUG [src.node.docker_mananger] No errors found in the waku logs.