101 lines
19 KiB
Plaintext

2026-03-02 04:33:36.820 DEBUG [tests.conftest] Running fixture setup: test_id
2026-03-02 04:33:36.820 DEBUG [tests.conftest] Running test: test_store_node_not_connected_directly_to_relaying_node with id: 2026-03-02_04-33-36__05ac149c-8541-44e8-b491-7c0304a51edc
2026-03-02 04:33:36.820 DEBUG [src.steps.common] Running fixture setup: common_setup
2026-03-02 04:33:36.821 DEBUG [src.steps.filter] Running fixture setup: filter_setup
2026-03-02 04:33:36.821 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
2026-03-02 04:33:36.831 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-02 04:33:36.831 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-02_04-33-36__05ac149c-8541-44e8-b491-7c0304a51edc__wakuorg_nwaku:latest.log
2026-03-02 04:33:36.837 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-02 04:33:36.837 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-02_04-33-36__05ac149c-8541-44e8-b491-7c0304a51edc__wakuorg_nwaku:latest.log
2026-03-02 04:33:36.844 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-02 04:33:36.844 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2026-03-02_04-33-36__05ac149c-8541-44e8-b491-7c0304a51edc__wakuorg_nwaku:latest.log
2026-03-02 04:33:36.844 DEBUG [src.steps.relay] Running fixture setup: relay_setup
2026-03-02 04:33:36.844 DEBUG [src.steps.store] Running fixture setup: store_setup
2026-03-02 04:33:36.845 DEBUG [src.node.waku_node] Starting Node...
2026-03-02 04:33:36.846 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-02 04:33:36.892 DEBUG [src.node.docker_mananger] Network waku created
2026-03-02 04:33:36.892 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.71.54
2026-03-02 04:33:36.892 DEBUG [src.node.docker_mananger] Generated ports ['24597', '24598', '24599', '24600', '24601']
2026-03-02 04:33:36.893 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-02 04:33:36.893 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-02 04:33:36.893 DEBUG [src.node.waku_node] Using volumes []
2026-03-02 04:33:36.893 DEBUG [src.node.docker_mananger] docker run -i -t -p 24597:24597 -p 24598:24598 -p 24599:24599 -p 24600:24600 -p 24601:24601 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=24599 --rest-port=24597 --tcp-port=24598 --discv5-udp-port=24600 --rest-address=0.0.0.0 --nat=extip:172.18.71.54 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=042c4b6bfaf1ccafc02ecc0e0cad0376fb434da3cc06eda2401e8b55cdbe6dd8 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=24601 --metrics-logging=true --relay=true
2026-03-02 04:33:40.560 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.71.54 waku 61660410731eb9c764878d19312aca369dc54f9b4f012c8ee2e418e4bf25c13c
2026-03-02 04:33:40.592 DEBUG [src.node.docker_mananger] Container started with ID 61660410731e. Setting up logs at ./log/docker/node1_2026-03-02_04-33-36__05ac149c-8541-44e8-b491-7c0304a51edc__wakuorg_nwaku:latest.log
2026-03-02 04:33:40.593 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 24597
2026-03-02 04:33:40.593 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-02 04:33:41.593 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24597/health" -H "Content-Type: application/json" -d 'None'
2026-03-02 04:33:41.597 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-02 04:33:41.597 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-02 04:33:41.597 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24597/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-02 04:33:41.600 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.71.54/tcp/24598/p2p/16Uiu2HAmHgg6gE8Ub2YqjWMWfAbXSBwniGUZmCa9ebVsQPPkDP38","/ip4/172.18.71.54/tcp/24599/ws/p2p/16Uiu2HAmHgg6gE8Ub2YqjWMWfAbXSBwniGUZmCa9ebVsQPPkDP38"],"enrUri":"enr:-L24QAc6o9LyDrndwZV4MKdVY8dinMN50HPiq86qAGb0Q7sYdHT0o_OdpDiuCyx1QRBFRFe9z30r3V2WVJCG6sXqI_MCgmlkgnY0gmlwhKwSRzaKbXVsdGlhZGRyc5YACASsEkc2BmAWAAoErBJHNgZgF90DgnJzhQADAQAAiXNlY3AyNTZrMaEDSrj1bhkTKeOMh6cEN872_rhmtIruXxC_VeOzkWtDXeODdGNwgmAWg3VkcIJgGIV3YWt1MgE"}'
2026-03-02 04:33:41.600 INFO [src.node.waku_node] REST service is ready !!
2026-03-02 04:33:41.600 DEBUG [src.node.waku_node] Starting Node...
2026-03-02 04:33:41.600 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-02 04:33:41.602 DEBUG [src.node.docker_mananger] Network waku already exists
2026-03-02 04:33:41.602 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.212.53
2026-03-02 04:33:41.602 DEBUG [src.node.docker_mananger] Generated ports ['64180', '64181', '64182', '64183', '64184']
2026-03-02 04:33:41.602 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-02 04:33:41.603 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-02 04:33:41.603 DEBUG [src.node.waku_node] Using volumes []
2026-03-02 04:33:41.603 DEBUG [src.node.docker_mananger] docker run -i -t -p 64180:64180 -p 64181:64181 -p 64182:64182 -p 64183:64183 -p 64184:64184 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=64182 --rest-port=64180 --tcp-port=64181 --discv5-udp-port=64183 --rest-address=0.0.0.0 --nat=extip:172.18.212.53 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=73c6eeec73afcc9cc3acfdddddedc8ea65effdcab05b7eea9ba0c8a46d2497c3 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=64184 --metrics-logging=true --store=true --relay=true --discv5-bootstrap-node=enr:-L24QAc6o9LyDrndwZV4MKdVY8dinMN50HPiq86qAGb0Q7sYdHT0o_OdpDiuCyx1QRBFRFe9z30r3V2WVJCG6sXqI_MCgmlkgnY0gmlwhKwSRzaKbXVsdGlhZGRyc5YACASsEkc2BmAWAAoErBJHNgZgF90DgnJzhQADAQAAiXNlY3AyNTZrMaEDSrj1bhkTKeOMh6cEN872_rhmtIruXxC_VeOzkWtDXeODdGNwgmAWg3VkcIJgGIV3YWt1MgE
2026-03-02 04:33:41.797 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.212.53 waku 6e61e8eb7ed33b36b948b4adecfa43da61fecb911b715d02203eecbd719b9936
2026-03-02 04:33:41.831 DEBUG [src.node.docker_mananger] Container started with ID 6e61e8eb7ed3. Setting up logs at ./log/docker/node2_2026-03-02_04-33-36__05ac149c-8541-44e8-b491-7c0304a51edc__wakuorg_nwaku:latest.log
2026-03-02 04:33:41.832 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 64180
2026-03-02 04:33:41.833 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-02 04:33:42.833 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:64180/health" -H "Content-Type: application/json" -d 'None'
2026-03-02 04:33:42.836 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-02 04:33:42.836 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-02 04:33:42.837 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:64180/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-02 04:33:42.839 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.212.53/tcp/64181/p2p/16Uiu2HAm5zYSLgw9EBxvHCd7GSUh1U139rq7PCkzozxdPZ9y19Jt","/ip4/172.18.212.53/tcp/64182/ws/p2p/16Uiu2HAm5zYSLgw9EBxvHCd7GSUh1U139rq7PCkzozxdPZ9y19Jt"],"enrUri":"enr:-L24QN4vK9SPg8vWUOCcEanScWrLEz5_CvVAlk6S9fhId1TmSKUJxI-LMs4iazyzmO051wPsM_FdNeLZgg7-cDT5NvICgmlkgnY0gmlwhKwS1DWKbXVsdGlhZGRyc5YACASsEtQ1Bvq1AAoErBLUNQb6tt0DgnJzhQADAQAAiXNlY3AyNTZrMaECnQCCAyEiPQsSmsGWsOHUjAiQ0guWDAWOFdlDoLqLIq2DdGNwgvq1g3VkcIL6t4V3YWt1MgM"}'
2026-03-02 04:33:42.839 INFO [src.node.waku_node] REST service is ready !!
2026-03-02 04:33:42.840 DEBUG [src.node.waku_node] Starting Node...
2026-03-02 04:33:42.840 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-02 04:33:42.841 DEBUG [src.node.docker_mananger] Network waku already exists
2026-03-02 04:33:42.841 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.237.33
2026-03-02 04:33:42.842 DEBUG [src.node.docker_mananger] Generated ports ['52901', '52902', '52903', '52904', '52905']
2026-03-02 04:33:42.842 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-02 04:33:42.842 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-02 04:33:42.842 DEBUG [src.node.waku_node] Using volumes []
2026-03-02 04:33:42.842 DEBUG [src.node.docker_mananger] docker run -i -t -p 52901:52901 -p 52902:52902 -p 52903:52903 -p 52904:52904 -p 52905:52905 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=52903 --rest-port=52901 --tcp-port=52902 --discv5-udp-port=52904 --rest-address=0.0.0.0 --nat=extip:172.18.237.33 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=20daa3334e5ee6e67fcbde96e71b49c389abc9b20adf5e2c492a4caf8c0e4ff6 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=52905 --metrics-logging=true --relay=false --storenode=/ip4/172.18.212.53/tcp/64181/p2p/16Uiu2HAm5zYSLgw9EBxvHCd7GSUh1U139rq7PCkzozxdPZ9y19Jt --discv5-bootstrap-node=enr:-L24QN4vK9SPg8vWUOCcEanScWrLEz5_CvVAlk6S9fhId1TmSKUJxI-LMs4iazyzmO051wPsM_FdNeLZgg7-cDT5NvICgmlkgnY0gmlwhKwS1DWKbXVsdGlhZGRyc5YACASsEtQ1Bvq1AAoErBLUNQb6tt0DgnJzhQADAQAAiXNlY3AyNTZrMaECnQCCAyEiPQsSmsGWsOHUjAiQ0guWDAWOFdlDoLqLIq2DdGNwgvq1g3VkcIL6t4V3YWt1MgM
2026-03-02 04:33:43.065 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.237.33 waku 748130679f72a5e2722f4c2513844ad7ec4c83d2eebb774173132473da5885d9
2026-03-02 04:33:43.099 DEBUG [src.node.docker_mananger] Container started with ID 748130679f72. Setting up logs at ./log/docker/node3_2026-03-02_04-33-36__05ac149c-8541-44e8-b491-7c0304a51edc__wakuorg_nwaku:latest.log
2026-03-02 04:33:43.100 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 52901
2026-03-02 04:33:43.100 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-02 04:33:44.101 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52901/health" -H "Content-Type: application/json" -d 'None'
2026-03-02 04:33:44.104 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-02 04:33:44.105 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-02 04:33:44.105 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52901/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-02 04:33:44.107 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.237.33/tcp/52902/p2p/16Uiu2HAm5UftrPGi3YdLjFXixu9PbrPXjunzKTkBJeYPUAR99T2N","/ip4/172.18.237.33/tcp/52903/ws/p2p/16Uiu2HAm5UftrPGi3YdLjFXixu9PbrPXjunzKTkBJeYPUAR99T2N"],"enrUri":"enr:-L24QJnPNdx-NUZgYvGHP5LdNgIy-21huSYSc6HL-OOcNXB5PsJDyGr7t7sX2lmIZ83DS-ENKMi-ixCmDUH4SssMEfACgmlkgnY0gmlwhKwS7SGKbXVsdGlhZGRyc5YACASsEu0hBs6mAAoErBLtIQbOp90DgnJzhQADAQAAiXNlY3AyNTZrMaEClVmD7rxqnD6BBnq0fyqT3rWkuYCb3X7ZLWnEK7P44neDdGNwgs6mg3VkcILOqIV3YWt1MgA"}'
2026-03-02 04:33:44.107 INFO [src.node.waku_node] REST service is ready !!
2026-03-02 04:33:44.108 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:24597/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
2026-03-02 04:33:44.112 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-02 04:33:44.112 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:64180/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
2026-03-02 04:33:44.118 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-02 04:33:44.119 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24597/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
2026-03-02 04:33:44.123 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.212.53/tcp/55676/p2p/16Uiu2HAm5zYSLgw9EBxvHCd7GSUh1U139rq7PCkzozxdPZ9y19Jt","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":"nwaku-v0.36.0-157-gba8587","origin":"UnknownOrigin"}]'
2026-03-02 04:33:44.123 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:64180/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
2026-03-02 04:33:44.125 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.71.54/tcp/24598/p2p/16Uiu2HAmHgg6gE8Ub2YqjWMWfAbXSBwniGUZmCa9ebVsQPPkDP38","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":"nwaku-v0.36.0-157-gba8587","origin":"Discv5"}]'
2026-03-02 04:33:44.126 DEBUG [src.libs.common] Sleeping for 30 seconds
2026-03-02 04:34:14.126 DEBUG [src.steps.store] Relaying message
2026-03-02 04:34:14.127 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:24597/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-02 04:34:14.131 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-02 04:34:14.132 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-02 04:34:14.333 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
2026-03-02 04:34:14.334 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52901/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F1&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-03-02 04:34:14.377 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"c5cb507bcc455672425a","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xb24000f1ee5a9eaa7488e41cf7a011e96c569cf1494653590565c784ef34fc38"}]}'
2026-03-02 04:34:14.378 DEBUG [src.steps.store] messages length is 1
2026-03-02 04:34:14.387 DEBUG [tests.conftest] Running fixture teardown: test_setup
2026-03-02 04:34:14.388 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2026-03-02 04:34:14.388 DEBUG [src.node.waku_node] Stopping container with id 61660410731e
2026-03-02 04:34:14.974 DEBUG [src.node.waku_node] Container stopped.
2026-03-02 04:34:14.975 DEBUG [src.node.waku_node] Stopping container with id 6e61e8eb7ed3
2026-03-02 04:34:15.540 DEBUG [src.node.waku_node] Container stopped.
2026-03-02 04:34:15.541 DEBUG [src.node.waku_node] Stopping container with id 748130679f72
2026-03-02 04:34:15.792 ERROR [src.node.docker_mananger] Max retries reached for container 61660410731e. Exiting log stream.
2026-03-02 04:34:16.089 DEBUG [src.node.waku_node] Container stopped.
2026-03-02 04:34:16.091 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2026-03-02 04:34:16.108 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-03-02 04:34:16.146 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-03-02 04:34:16.150 DEBUG [src.node.docker_mananger] No errors found in the waku logs.