101 lines
18 KiB
Plaintext

2025-12-08 12:09:39.013 DEBUG [tests.conftest] Running fixture setup: test_id
2025-12-08 12:09:39.014 DEBUG [tests.conftest] Running test: test_store_node_not_connected_directly_to_relaying_node with id: 2025-12-08_12-09-39__ad6be0d9-9349-4218-9807-d9f129f6b3bd
2025-12-08 12:09:39.014 DEBUG [src.steps.common] Running fixture setup: common_setup
2025-12-08 12:09:39.014 DEBUG [src.steps.filter] Running fixture setup: filter_setup
2025-12-08 12:09:39.015 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
2025-12-08 12:09:39.024 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2025-12-08 12:09:39.024 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-08_12-09-39__ad6be0d9-9349-4218-9807-d9f129f6b3bd__wakuorg_nwaku:latest.log
2025-12-08 12:09:39.030 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2025-12-08 12:09:39.030 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2025-12-08_12-09-39__ad6be0d9-9349-4218-9807-d9f129f6b3bd__wakuorg_nwaku:latest.log
2025-12-08 12:09:39.036 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2025-12-08 12:09:39.036 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2025-12-08_12-09-39__ad6be0d9-9349-4218-9807-d9f129f6b3bd__wakuorg_nwaku:latest.log
2025-12-08 12:09:39.036 DEBUG [src.steps.relay] Running fixture setup: relay_setup
2025-12-08 12:09:39.036 DEBUG [src.steps.store] Running fixture setup: store_setup
2025-12-08 12:09:39.037 DEBUG [src.node.waku_node] Starting Node...
2025-12-08 12:09:39.037 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2025-12-08 12:09:39.080 DEBUG [src.node.docker_mananger] Network waku created
2025-12-08 12:09:39.081 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.244.83
2025-12-08 12:09:39.081 DEBUG [src.node.docker_mananger] Generated ports ['28554', '28555', '28556', '28557', '28558']
2025-12-08 12:09:39.081 DEBUG [src.node.waku_node] RLN credentials were not set
2025-12-08 12:09:39.081 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2025-12-08 12:09:39.081 DEBUG [src.node.waku_node] Using volumes []
2025-12-08 12:09:39.081 DEBUG [src.node.docker_mananger] docker run -i -t -p 28554:28554 -p 28555:28555 -p 28556:28556 -p 28557:28557 -p 28558:28558 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=28556 --rest-port=28554 --tcp-port=28555 --discv5-udp-port=28557 --rest-address=0.0.0.0 --nat=extip:172.18.244.83 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=0cae0fc11504dc174c53687cf25d6dd90e4ba2df7f0f9aca1bfed2e2e34ae5ed --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=28558 --metrics-logging=true --relay=true
2025-12-08 12:09:41.670 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.244.83 waku ffc9683116b5c3d6c63d900d5a2d638fed899eb366b1cf282c2ce048b53b3062
2025-12-08 12:09:41.704 DEBUG [src.node.docker_mananger] Container started with ID ffc9683116b5. Setting up logs at ./log/docker/node1_2025-12-08_12-09-39__ad6be0d9-9349-4218-9807-d9f129f6b3bd__wakuorg_nwaku:latest.log
2025-12-08 12:09:41.705 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 28554
2025-12-08 12:09:41.705 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-08 12:09:42.706 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28554/health" -H "Content-Type: application/json" -d 'None'
2025-12-08 12:09:42.709 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln 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"}]}'
2025-12-08 12:09:42.709 INFO [src.node.waku_node] Node protocols are initialized !!
2025-12-08 12:09:42.709 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28554/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2025-12-08 12:09:42.712 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.244.83/tcp/28555/p2p/16Uiu2HAm8Z1aqR87M6vuK8YyGEPGjWEHEaXtwVkgXhdANxtgYrCP","/ip4/172.18.244.83/tcp/28556/ws/p2p/16Uiu2HAm8Z1aqR87M6vuK8YyGEPGjWEHEaXtwVkgXhdANxtgYrCP"],"enrUri":"enr:-L24QAhjcXTFuZrqpJpUG-TEoWWNeUGcJBc4lUlICZ3Bj60hFPoLS5OjK6Is2dVPn9VhYXhWunmoENUCeFYnuOEMdzQCgmlkgnY0gmlwhKwS9FOKbXVsdGlhZGRyc5YACASsEvRTBm-LAAoErBL0UwZvjN0DgnJzhQADAQAAiXNlY3AyNTZrMaECwwkphvaFjGisbbxn-DXgKjckZPeLntW-Gk5kG_UcguCDdGNwgm-Lg3VkcIJvjYV3YWt1MgE"}'
2025-12-08 12:09:42.712 INFO [src.node.waku_node] REST service is ready !!
2025-12-08 12:09:42.712 DEBUG [src.node.waku_node] Starting Node...
2025-12-08 12:09:42.712 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2025-12-08 12:09:42.714 DEBUG [src.node.docker_mananger] Network waku already exists
2025-12-08 12:09:42.714 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.140.122
2025-12-08 12:09:42.714 DEBUG [src.node.docker_mananger] Generated ports ['64212', '64213', '64214', '64215', '64216']
2025-12-08 12:09:42.714 DEBUG [src.node.waku_node] RLN credentials were not set
2025-12-08 12:09:42.714 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2025-12-08 12:09:42.714 DEBUG [src.node.waku_node] Using volumes []
2025-12-08 12:09:42.715 DEBUG [src.node.docker_mananger] docker run -i -t -p 64212:64212 -p 64213:64213 -p 64214:64214 -p 64215:64215 -p 64216:64216 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=64214 --rest-port=64212 --tcp-port=64213 --discv5-udp-port=64215 --rest-address=0.0.0.0 --nat=extip:172.18.140.122 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=6b5adbd975beabbbe913279e91b13ea9ceb8a9cef6133e8dae5d1b78d0adf90b --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=64216 --metrics-logging=true --store=true --relay=true --discv5-bootstrap-node=enr:-L24QAhjcXTFuZrqpJpUG-TEoWWNeUGcJBc4lUlICZ3Bj60hFPoLS5OjK6Is2dVPn9VhYXhWunmoENUCeFYnuOEMdzQCgmlkgnY0gmlwhKwS9FOKbXVsdGlhZGRyc5YACASsEvRTBm-LAAoErBL0UwZvjN0DgnJzhQADAQAAiXNlY3AyNTZrMaECwwkphvaFjGisbbxn-DXgKjckZPeLntW-Gk5kG_UcguCDdGNwgm-Lg3VkcIJvjYV3YWt1MgE
2025-12-08 12:09:42.892 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.140.122 waku 895aec568f355dc667ac96edf5a881936f01ec5b6a1b4bdab1ed0a96abe70610
2025-12-08 12:09:42.923 DEBUG [src.node.docker_mananger] Container started with ID 895aec568f35. Setting up logs at ./log/docker/node2_2025-12-08_12-09-39__ad6be0d9-9349-4218-9807-d9f129f6b3bd__wakuorg_nwaku:latest.log
2025-12-08 12:09:42.923 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 64212
2025-12-08 12:09:42.924 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-08 12:09:43.924 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:64212/health" -H "Content-Type: application/json" -d 'None'
2025-12-08 12:09:43.928 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"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"}]}'
2025-12-08 12:09:43.928 INFO [src.node.waku_node] Node protocols are initialized !!
2025-12-08 12:09:43.928 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:64212/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2025-12-08 12:09:43.930 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.140.122/tcp/64213/p2p/16Uiu2HAmGBa84Qxr8TfEMh4iRnJYFZvjjFC32Q3rNSiXY7hDPAnD","/ip4/172.18.140.122/tcp/64214/ws/p2p/16Uiu2HAmGBa84Qxr8TfEMh4iRnJYFZvjjFC32Q3rNSiXY7hDPAnD"],"enrUri":"enr:-L24QIK-tBlMnscBcPEkNbax87pGN8Kb3fXOOFGxB9xEPBFKOD_UG0j5zDfngLJ2H7JAReAO_AAMEg-3uG65uQGEqZMCgmlkgnY0gmlwhKwSjHqKbXVsdGlhZGRyc5YACASsEox6BvrVAAoErBKMegb61t0DgnJzhQADAQAAiXNlY3AyNTZrMaEDNGiryhYXCdZD-geLzGwuofJNMdz7AI1FnaX2Zd7XTLKDdGNwgvrVg3VkcIL614V3YWt1MgM"}'
2025-12-08 12:09:43.931 INFO [src.node.waku_node] REST service is ready !!
2025-12-08 12:09:43.931 DEBUG [src.node.waku_node] Starting Node...
2025-12-08 12:09:43.931 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2025-12-08 12:09:43.932 DEBUG [src.node.docker_mananger] Network waku already exists
2025-12-08 12:09:43.932 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.241.155
2025-12-08 12:09:43.933 DEBUG [src.node.docker_mananger] Generated ports ['51725', '51726', '51727', '51728', '51729']
2025-12-08 12:09:43.933 DEBUG [src.node.waku_node] RLN credentials were not set
2025-12-08 12:09:43.933 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2025-12-08 12:09:43.933 DEBUG [src.node.waku_node] Using volumes []
2025-12-08 12:09:43.933 DEBUG [src.node.docker_mananger] docker run -i -t -p 51725:51725 -p 51726:51726 -p 51727:51727 -p 51728:51728 -p 51729:51729 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=51727 --rest-port=51725 --tcp-port=51726 --discv5-udp-port=51728 --rest-address=0.0.0.0 --nat=extip:172.18.241.155 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=fa476f7dcc6ffc26321222bc0b9dc46acaeb0c0feef578ef6b20fafdc2fce768 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=51729 --metrics-logging=true --relay=false --storenode=/ip4/172.18.140.122/tcp/64213/p2p/16Uiu2HAmGBa84Qxr8TfEMh4iRnJYFZvjjFC32Q3rNSiXY7hDPAnD --discv5-bootstrap-node=enr:-L24QIK-tBlMnscBcPEkNbax87pGN8Kb3fXOOFGxB9xEPBFKOD_UG0j5zDfngLJ2H7JAReAO_AAMEg-3uG65uQGEqZMCgmlkgnY0gmlwhKwSjHqKbXVsdGlhZGRyc5YACASsEox6BvrVAAoErBKMegb61t0DgnJzhQADAQAAiXNlY3AyNTZrMaEDNGiryhYXCdZD-geLzGwuofJNMdz7AI1FnaX2Zd7XTLKDdGNwgvrVg3VkcIL614V3YWt1MgM
2025-12-08 12:09:44.141 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.241.155 waku 55bbcecefcb579d0b76230f7256a7d8ebea586897b4c58aab7baef81464a5e06
2025-12-08 12:09:44.173 DEBUG [src.node.docker_mananger] Container started with ID 55bbcecefcb5. Setting up logs at ./log/docker/node3_2025-12-08_12-09-39__ad6be0d9-9349-4218-9807-d9f129f6b3bd__wakuorg_nwaku:latest.log
2025-12-08 12:09:44.173 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 51725
2025-12-08 12:09:44.174 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-08 12:09:45.174 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51725/health" -H "Content-Type: application/json" -d 'None'
2025-12-08 12:09:45.178 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Rln 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":"READY"},{"Legacy Store Client":"READY"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
2025-12-08 12:09:45.179 INFO [src.node.waku_node] Node protocols are initialized !!
2025-12-08 12:09:45.179 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51725/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2025-12-08 12:09:45.181 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.241.155/tcp/51726/p2p/16Uiu2HAm8BQ3XdA1x9BnoR9WZjpXyAAFE63Vj9RUV6P378yYLNgo","/ip4/172.18.241.155/tcp/51727/ws/p2p/16Uiu2HAm8BQ3XdA1x9BnoR9WZjpXyAAFE63Vj9RUV6P378yYLNgo"],"enrUri":"enr:-L24QGlomMgB_vgFZR3I-l9woVWd74dTQfZj7rdZJKABp2KyVfeBvh5OwMZD2Uc5PdguHzHvTGC9ZSoofv4jkR8chB4CgmlkgnY0gmlwhKwS8ZuKbXVsdGlhZGRyc5YACASsEvGbBsoOAAoErBLxmwbKD90DgnJzhQADAQAAiXNlY3AyNTZrMaECvX_HwDn1MswAHHjsYnu8P0FugsxqRagQt_LALzZYaqCDdGNwgsoOg3VkcILKEIV3YWt1MgA"}'
2025-12-08 12:09:45.181 INFO [src.node.waku_node] REST service is ready !!
2025-12-08 12:09:45.181 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:28554/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
2025-12-08 12:09:45.185 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-08 12:09:45.185 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:64212/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
2025-12-08 12:09:45.191 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-08 12:09:45.191 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28554/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
2025-12-08 12:09:45.194 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.140.122/tcp/59942/p2p/16Uiu2HAmGBa84Qxr8TfEMh4iRnJYFZvjjFC32Q3rNSiXY7hDPAnD","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-109-ga8590a","origin":"UnknownOrigin"}]'
2025-12-08 12:09:45.195 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:64212/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
2025-12-08 12:09:45.197 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.244.83/tcp/28555/p2p/16Uiu2HAm8Z1aqR87M6vuK8YyGEPGjWEHEaXtwVkgXhdANxtgYrCP","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-109-ga8590a","origin":"Discv5"}]'
2025-12-08 12:09:45.197 DEBUG [src.libs.common] Sleeping for 30 seconds
2025-12-08 12:10:15.198 DEBUG [src.steps.store] Relaying message
2025-12-08 12:10:15.198 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:28554/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)'}'
2025-12-08 12:10:15.203 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-08 12:10:15.204 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-08 12:10:15.404 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
2025-12-08 12:10:15.404 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51725/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F1&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
2025-12-08 12:10:15.442 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"72ebfa4bea797ba88530","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf1db77cbdc46647d2cfa4f9fca9fb6bd111e9e8d8faa867718a575ae5f3db242"}]}'
2025-12-08 12:10:15.445 DEBUG [src.steps.store] messages length is 1
2025-12-08 12:10:15.450 DEBUG [tests.conftest] Running fixture teardown: test_setup
2025-12-08 12:10:15.451 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2025-12-08 12:10:15.451 DEBUG [src.node.waku_node] Stopping container with id ffc9683116b5
2025-12-08 12:10:15.988 DEBUG [src.node.waku_node] Container stopped.
2025-12-08 12:10:15.989 DEBUG [src.node.waku_node] Stopping container with id 895aec568f35
2025-12-08 12:10:16.529 DEBUG [src.node.waku_node] Container stopped.
2025-12-08 12:10:16.530 DEBUG [src.node.waku_node] Stopping container with id 55bbcecefcb5
2025-12-08 12:10:16.803 ERROR [src.node.docker_mananger] Max retries reached for container ffc9683116b5. Exiting log stream.
2025-12-08 12:10:17.047 DEBUG [src.node.waku_node] Container stopped.
2025-12-08 12:10:17.049 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2025-12-08 12:10:17.066 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2025-12-08 12:10:17.086 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2025-12-08 12:10:17.090 DEBUG [src.node.docker_mananger] No errors found in the waku logs.