100 lines
19 KiB
Plaintext

2026-03-25 04:37:52.057 DEBUG [tests.conftest] Running fixture setup: test_id
2026-03-25 04:37:52.057 DEBUG [tests.conftest] Running test: test_store_node_not_connected_directly_to_lightpushing_node with id: 2026-03-25_04-37-52__afcd9735-aa34-4d94-9675-173c91e7e72e
2026-03-25 04:37:52.057 DEBUG [src.steps.common] Running fixture setup: common_setup
2026-03-25 04:37:52.058 DEBUG [src.steps.filter] Running fixture setup: filter_setup
2026-03-25 04:37:52.058 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
2026-03-25 04:37:52.071 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-25 04:37:52.072 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-25_04-37-52__afcd9735-aa34-4d94-9675-173c91e7e72e__wakuorg_nwaku:latest.log
2026-03-25 04:37:52.078 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-25 04:37:52.078 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-25_04-37-52__afcd9735-aa34-4d94-9675-173c91e7e72e__wakuorg_nwaku:latest.log
2026-03-25 04:37:52.085 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-25 04:37:52.085 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2026-03-25_04-37-52__afcd9735-aa34-4d94-9675-173c91e7e72e__wakuorg_nwaku:latest.log
2026-03-25 04:37:52.085 DEBUG [src.steps.relay] Running fixture setup: relay_setup
2026-03-25 04:37:52.085 DEBUG [src.steps.store] Running fixture setup: store_setup
2026-03-25 04:37:52.086 DEBUG [src.node.waku_node] Starting Node...
2026-03-25 04:37:52.086 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-25 04:37:52.131 DEBUG [src.node.docker_mananger] Network waku created
2026-03-25 04:37:52.131 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.82.78
2026-03-25 04:37:52.131 DEBUG [src.node.docker_mananger] Generated ports ['37371', '37372', '37373', '37374', '37375']
2026-03-25 04:37:52.131 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-25 04:37:52.131 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-25 04:37:52.132 DEBUG [src.node.waku_node] Using volumes []
2026-03-25 04:37:52.132 DEBUG [src.node.docker_mananger] docker run -i -t -p 37371:37371 -p 37372:37372 -p 37373:37373 -p 37374:37374 -p 37375:37375 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=37373 --rest-port=37371 --tcp-port=37372 --discv5-udp-port=37374 --rest-address=0.0.0.0 --nat=extip:172.18.82.78 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=2f0bc77d31f0df94ffec7a25bfe4be8b02cf69ee3fc3fc50685b5af69fef461e --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=37375 --metrics-logging=true --lightpush=true
2026-03-25 04:37:55.116 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.82.78 waku 8d7035dec03f4e11b872bebbb7dd05c336930299eee9dc882f85c080864f82bd
2026-03-25 04:37:55.163 DEBUG [src.node.docker_mananger] Container started with ID 8d7035dec03f. Setting up logs at ./log/docker/node1_2026-03-25_04-37-52__afcd9735-aa34-4d94-9675-173c91e7e72e__wakuorg_nwaku:latest.log
2026-03-25 04:37:55.163 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 37371
2026-03-25 04:37:55.164 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-25 04:37:56.164 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37371/health" -H "Content-Type: application/json" -d 'None'
2026-03-25 04:37:56.168 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-03-25 04:37:56.168 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-25 04:37:56.169 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37371/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-25 04:37:56.171 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.82.78/tcp/37372/p2p/16Uiu2HAm3s41ETjj1dXps4kv7o7my4sQFwWgZYu7VwgbSGkJsznf","/ip4/172.18.82.78/tcp/37373/ws/p2p/16Uiu2HAm3s41ETjj1dXps4kv7o7my4sQFwWgZYu7VwgbSGkJsznf"],"enrUri":"enr:-L24QOHmrtsAiqfYLlCjXYaBs4PXsQZyYE3OR5f8rwwgNDS8SsdITq3rT9mDdqr8LBPM81Orv3tF9JqHqdrUt8BpqK8CgmlkgnY0gmlwhKwSUk6KbXVsdGlhZGRyc5YACASsElJOBpH8AAoErBJSTgaR_d0DgnJzhQADAQAAiXNlY3AyNTZrMaECfV3rTzoNhEL4FOkbzqUa9AxO1XD7CIMN8Xi3MFsEx1yDdGNwgpH8g3VkcIKR_oV3YWt1Mgk"}'
2026-03-25 04:37:56.171 INFO [src.node.waku_node] REST service is ready !!
2026-03-25 04:37:56.171 DEBUG [src.node.waku_node] Starting Node...
2026-03-25 04:37:56.171 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-25 04:37:56.173 DEBUG [src.node.docker_mananger] Network waku already exists
2026-03-25 04:37:56.173 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.252.186
2026-03-25 04:37:56.173 DEBUG [src.node.docker_mananger] Generated ports ['42537', '42538', '42539', '42540', '42541']
2026-03-25 04:37:56.173 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-25 04:37:56.174 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-25 04:37:56.174 DEBUG [src.node.waku_node] Using volumes []
2026-03-25 04:37:56.174 DEBUG [src.node.docker_mananger] docker run -i -t -p 42537:42537 -p 42538:42538 -p 42539:42539 -p 42540:42540 -p 42541:42541 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=42539 --rest-port=42537 --tcp-port=42538 --discv5-udp-port=42540 --rest-address=0.0.0.0 --nat=extip:172.18.252.186 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=abcbc01df90a7a2253f1bac7bfbbab7a7d74bafc6d1bfa73f001fc0ad8ece4c0 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=42541 --metrics-logging=true --lightpush=true --store=true --relay=true --discv5-bootstrap-node=enr:-L24QOHmrtsAiqfYLlCjXYaBs4PXsQZyYE3OR5f8rwwgNDS8SsdITq3rT9mDdqr8LBPM81Orv3tF9JqHqdrUt8BpqK8CgmlkgnY0gmlwhKwSUk6KbXVsdGlhZGRyc5YACASsElJOBpH8AAoErBJSTgaR_d0DgnJzhQADAQAAiXNlY3AyNTZrMaECfV3rTzoNhEL4FOkbzqUa9AxO1XD7CIMN8Xi3MFsEx1yDdGNwgpH8g3VkcIKR_oV3YWt1Mgk --lightpushnode=/ip4/172.18.82.78/tcp/37372/p2p/16Uiu2HAm3s41ETjj1dXps4kv7o7my4sQFwWgZYu7VwgbSGkJsznf
2026-03-25 04:37:56.368 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.252.186 waku 538f9274e1c207463989af9976e3fe9cc8142b77af5dca6e4263563c5a491bfd
2026-03-25 04:37:56.405 DEBUG [src.node.docker_mananger] Container started with ID 538f9274e1c2. Setting up logs at ./log/docker/node2_2026-03-25_04-37-52__afcd9735-aa34-4d94-9675-173c91e7e72e__wakuorg_nwaku:latest.log
2026-03-25 04:37:56.406 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 42537
2026-03-25 04:37:56.407 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-25 04:37:57.408 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42537/health" -H "Content-Type: application/json" -d 'None'
2026-03-25 04:37:57.410 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-03-25 04:37:57.411 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-25 04:37:57.411 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42537/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-25 04:37:57.413 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.252.186/tcp/42538/p2p/16Uiu2HAmRxDYSeEMjQgo6thAKLNXDd2AnGeVPs4649fVuJkBXR34","/ip4/172.18.252.186/tcp/42539/ws/p2p/16Uiu2HAmRxDYSeEMjQgo6thAKLNXDd2AnGeVPs4649fVuJkBXR34"],"enrUri":"enr:-L24QM7faqUAwQwxFxvMovLnh_1fN4ogyS69aFkPKZJ60i1IB4G1W0fGFfwmVcuVhorEdgNw6qH0BQg9qLVn8d_qhMACgmlkgnY0gmlwhKwS_LqKbXVsdGlhZGRyc5YACASsEvy6BqYqAAoErBL8ugamK90DgnJzhQADAQAAiXNlY3AyNTZrMaEDxZG4ajyc4oxUiwoxOI1ObxAVTI6JZy4Exkaaf75yfUeDdGNwgqYqg3VkcIKmLIV3YWt1Mgs"}'
2026-03-25 04:37:57.413 INFO [src.node.waku_node] REST service is ready !!
2026-03-25 04:37:57.413 DEBUG [src.node.waku_node] Starting Node...
2026-03-25 04:37:57.414 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-25 04:37:57.415 DEBUG [src.node.docker_mananger] Network waku already exists
2026-03-25 04:37:57.415 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.109.145
2026-03-25 04:37:57.415 DEBUG [src.node.docker_mananger] Generated ports ['19778', '19779', '19780', '19781', '19782']
2026-03-25 04:37:57.415 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-25 04:37:57.415 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-25 04:37:57.416 DEBUG [src.node.waku_node] Using volumes []
2026-03-25 04:37:57.416 DEBUG [src.node.docker_mananger] docker run -i -t -p 19778:19778 -p 19779:19779 -p 19780:19780 -p 19781:19781 -p 19782:19782 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=19780 --rest-port=19778 --tcp-port=19779 --discv5-udp-port=19781 --rest-address=0.0.0.0 --nat=extip:172.18.109.145 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=2a3add6aacf79b8ad7b4cdfcf2ffc42dfc1e2ecf7ef039d5c13a3f9a83d8b102 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=19782 --metrics-logging=true --relay=false --storenode=/ip4/172.18.252.186/tcp/42538/p2p/16Uiu2HAmRxDYSeEMjQgo6thAKLNXDd2AnGeVPs4649fVuJkBXR34 --discv5-bootstrap-node=enr:-L24QM7faqUAwQwxFxvMovLnh_1fN4ogyS69aFkPKZJ60i1IB4G1W0fGFfwmVcuVhorEdgNw6qH0BQg9qLVn8d_qhMACgmlkgnY0gmlwhKwS_LqKbXVsdGlhZGRyc5YACASsEvy6BqYqAAoErBL8ugamK90DgnJzhQADAQAAiXNlY3AyNTZrMaEDxZG4ajyc4oxUiwoxOI1ObxAVTI6JZy4Exkaaf75yfUeDdGNwgqYqg3VkcIKmLIV3YWt1Mgs
2026-03-25 04:37:57.608 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.109.145 waku 03544041e6767cb51bac7fe5aacef44d5cc339cebb070d58e25ac5f3df508454
2026-03-25 04:37:57.642 DEBUG [src.node.docker_mananger] Container started with ID 03544041e676. Setting up logs at ./log/docker/node3_2026-03-25_04-37-52__afcd9735-aa34-4d94-9675-173c91e7e72e__wakuorg_nwaku:latest.log
2026-03-25 04:37:57.642 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 19778
2026-03-25 04:37:57.642 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-25 04:37:58.643 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19778/health" -H "Content-Type: application/json" -d 'None'
2026-03-25 04:37:58.646 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-25 04:37:58.646 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-25 04:37:58.646 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19778/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-25 04:37:58.649 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.109.145/tcp/19779/p2p/16Uiu2HAmQFP1WGv6AF5Vz89b7FcTKqtNCr4mEyHnbmGfLXA1j799","/ip4/172.18.109.145/tcp/19780/ws/p2p/16Uiu2HAmQFP1WGv6AF5Vz89b7FcTKqtNCr4mEyHnbmGfLXA1j799"],"enrUri":"enr:-L24QOGWuayCCyFa5WzoBlWJPOdejcYG3yxtmR2Rm2v6m7sXCQgK8-dQI2kadDGQBIFlaf2VcjwnhMGYTjDvbhL7E7gCgmlkgnY0gmlwhKwSbZGKbXVsdGlhZGRyc5YACASsEm2RBk1DAAoErBJtkQZNRN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDrD_sl5Y_c8cjxGiNo7D3ZV3stl8-OBQ3B4IHYnuqPOCDdGNwgk1Dg3VkcIJNRYV3YWt1MgA"}'
2026-03-25 04:37:58.649 INFO [src.node.waku_node] REST service is ready !!
2026-03-25 04:37:58.649 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37371/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
2026-03-25 04:37:58.653 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-25 04:37:58.654 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:42537/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
2026-03-25 04:37:58.659 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-25 04:37:58.661 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37371/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
2026-03-25 04:37:58.664 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.252.186/tcp/40758/p2p/16Uiu2HAmRxDYSeEMjQgo6thAKLNXDd2AnGeVPs4649fVuJkBXR34","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-rc.0-11-g6a20ee","origin":"UnknownOrigin"}]'
2026-03-25 04:37:58.664 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42537/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
2026-03-25 04:37:58.667 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.82.78/tcp/37372/p2p/16Uiu2HAm3s41ETjj1dXps4kv7o7my4sQFwWgZYu7VwgbSGkJsznf","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-rc.0-11-g6a20ee","origin":"Discv5"}]'
2026-03-25 04:37:58.668 DEBUG [src.libs.common] Sleeping for 30 seconds
2026-03-25 04:38:28.668 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37371/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": 1774413508668689812}}'
2026-03-25 04:38:28.682 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-25 04:38:28.682 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-25 04:38:29.683 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
2026-03-25 04:38:29.683 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19778/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F1&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-03-25 04:38:29.732 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"11525359cb2854e52016","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x225877338621254042295b97ee5c580ae49b0c3a743b2a3ad272ea8767827c3a"}]}'
2026-03-25 04:38:29.733 DEBUG [src.steps.store] messages length is 1
2026-03-25 04:38:29.742 DEBUG [tests.conftest] Running fixture teardown: test_setup
2026-03-25 04:38:29.743 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2026-03-25 04:38:29.743 DEBUG [src.node.waku_node] Stopping container with id 8d7035dec03f
2026-03-25 04:38:30.289 DEBUG [src.node.waku_node] Container stopped.
2026-03-25 04:38:30.289 DEBUG [src.node.waku_node] Stopping container with id 538f9274e1c2
2026-03-25 04:38:30.849 DEBUG [src.node.waku_node] Container stopped.
2026-03-25 04:38:30.849 DEBUG [src.node.waku_node] Stopping container with id 03544041e676
2026-03-25 04:38:31.102 ERROR [src.node.docker_mananger] Max retries reached for container 8d7035dec03f. Exiting log stream.
2026-03-25 04:38:31.385 DEBUG [src.node.waku_node] Container stopped.
2026-03-25 04:38:31.387 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2026-03-25 04:38:31.406 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-03-25 04:38:31.426 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-03-25 04:38:31.431 DEBUG [src.node.docker_mananger] No errors found in the waku logs.