100 lines
18 KiB
Plaintext

2026-01-29 04:34:34.163 DEBUG [tests.conftest] Running fixture setup: test_id
2026-01-29 04:34:34.163 DEBUG [tests.conftest] Running test: test_store_node_not_connected_directly_to_lightpushing_node with id: 2026-01-29_04-34-34__5ea7c388-b22b-4607-be37-b6f0c8a01a2f
2026-01-29 04:34:34.164 DEBUG [src.steps.common] Running fixture setup: common_setup
2026-01-29 04:34:34.164 DEBUG [src.steps.filter] Running fixture setup: filter_setup
2026-01-29 04:34:34.164 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
2026-01-29 04:34:34.172 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-01-29 04:34:34.173 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-01-29_04-34-34__5ea7c388-b22b-4607-be37-b6f0c8a01a2f__wakuorg_nwaku:latest.log
2026-01-29 04:34:34.179 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-01-29 04:34:34.179 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-01-29_04-34-34__5ea7c388-b22b-4607-be37-b6f0c8a01a2f__wakuorg_nwaku:latest.log
2026-01-29 04:34:34.184 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-01-29 04:34:34.184 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2026-01-29_04-34-34__5ea7c388-b22b-4607-be37-b6f0c8a01a2f__wakuorg_nwaku:latest.log
2026-01-29 04:34:34.185 DEBUG [src.steps.relay] Running fixture setup: relay_setup
2026-01-29 04:34:34.185 DEBUG [src.steps.store] Running fixture setup: store_setup
2026-01-29 04:34:34.186 DEBUG [src.node.waku_node] Starting Node...
2026-01-29 04:34:34.186 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-01-29 04:34:34.226 DEBUG [src.node.docker_mananger] Network waku created
2026-01-29 04:34:34.226 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.173.21
2026-01-29 04:34:34.226 DEBUG [src.node.docker_mananger] Generated ports ['59819', '59820', '59821', '59822', '59823']
2026-01-29 04:34:34.226 DEBUG [src.node.waku_node] RLN credentials were not set
2026-01-29 04:34:34.226 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-01-29 04:34:34.226 DEBUG [src.node.waku_node] Using volumes []
2026-01-29 04:34:34.227 DEBUG [src.node.docker_mananger] docker run -i -t -p 59819:59819 -p 59820:59820 -p 59821:59821 -p 59822:59822 -p 59823:59823 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=59821 --rest-port=59819 --tcp-port=59820 --discv5-udp-port=59822 --rest-address=0.0.0.0 --nat=extip:172.18.173.21 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=a6cdd031ebd4aaee374cc7eaa3baeadf8af5ab1d30faa2db1aa34c310528f20b --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=59823 --metrics-logging=true --lightpush=true
2026-01-29 04:34:36.301 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.173.21 waku b6b2384e14f2b9a643b368d5f7e208538bd4e51626fd5797045012ed39fca4e5
2026-01-29 04:34:36.329 DEBUG [src.node.docker_mananger] Container started with ID b6b2384e14f2. Setting up logs at ./log/docker/node1_2026-01-29_04-34-34__5ea7c388-b22b-4607-be37-b6f0c8a01a2f__wakuorg_nwaku:latest.log
2026-01-29 04:34:36.329 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 59819
2026-01-29 04:34:36.330 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-01-29 04:34:37.330 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59819/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:34:37.334 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_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"}]}'
2026-01-29 04:34:37.334 INFO [src.node.waku_node] Node protocols are initialized !!
2026-01-29 04:34:37.334 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59819/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:34:37.336 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.173.21/tcp/59820/p2p/16Uiu2HAm7PjYC1UHREC7GoQfMdhF4BDkwvvFtN8QDWAWp8KRytWq","/ip4/172.18.173.21/tcp/59821/ws/p2p/16Uiu2HAm7PjYC1UHREC7GoQfMdhF4BDkwvvFtN8QDWAWp8KRytWq"],"enrUri":"enr:-L24QCqPw0LM7XGcEv4ScKd2ViIGfURYdI4pdGrqmbMKAy37NDwh3_m0D9v9UQmVnBGSVuUT0EbDfTULo8PBel0dt4kCgmlkgnY0gmlwhKwSrRWKbXVsdGlhZGRyc5YACASsEq0VBumsAAoErBKtFQbprd0DgnJzhQADAQAAiXNlY3AyNTZrMaECsc0a7YOSkwRhmBWMiSNAxhzIqDtufQT9DqlSNaw-QK6DdGNwgumsg3VkcILproV3YWt1Mgk"}'
2026-01-29 04:34:37.337 INFO [src.node.waku_node] REST service is ready !!
2026-01-29 04:34:37.337 DEBUG [src.node.waku_node] Starting Node...
2026-01-29 04:34:37.337 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-01-29 04:34:37.338 DEBUG [src.node.docker_mananger] Network waku already exists
2026-01-29 04:34:37.338 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.138.233
2026-01-29 04:34:37.339 DEBUG [src.node.docker_mananger] Generated ports ['58612', '58613', '58614', '58615', '58616']
2026-01-29 04:34:37.339 DEBUG [src.node.waku_node] RLN credentials were not set
2026-01-29 04:34:37.339 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-01-29 04:34:37.339 DEBUG [src.node.waku_node] Using volumes []
2026-01-29 04:34:37.339 DEBUG [src.node.docker_mananger] docker run -i -t -p 58612:58612 -p 58613:58613 -p 58614:58614 -p 58615:58615 -p 58616:58616 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=58614 --rest-port=58612 --tcp-port=58613 --discv5-udp-port=58615 --rest-address=0.0.0.0 --nat=extip:172.18.138.233 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=6cc45ab8ae88f610a3bc4ce7fb1f2cfbd96dbdce8349ec547ebf98ac0034b57d --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=58616 --metrics-logging=true --lightpush=true --store=true --relay=true --discv5-bootstrap-node=enr:-L24QCqPw0LM7XGcEv4ScKd2ViIGfURYdI4pdGrqmbMKAy37NDwh3_m0D9v9UQmVnBGSVuUT0EbDfTULo8PBel0dt4kCgmlkgnY0gmlwhKwSrRWKbXVsdGlhZGRyc5YACASsEq0VBumsAAoErBKtFQbprd0DgnJzhQADAQAAiXNlY3AyNTZrMaECsc0a7YOSkwRhmBWMiSNAxhzIqDtufQT9DqlSNaw-QK6DdGNwgumsg3VkcILproV3YWt1Mgk --lightpushnode=/ip4/172.18.173.21/tcp/59820/p2p/16Uiu2HAm7PjYC1UHREC7GoQfMdhF4BDkwvvFtN8QDWAWp8KRytWq
2026-01-29 04:34:37.522 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.138.233 waku d61c41595444277eeff0fa8430ff3d13b568492bcca8ff84abb7685fefd407cc
2026-01-29 04:34:37.554 DEBUG [src.node.docker_mananger] Container started with ID d61c41595444. Setting up logs at ./log/docker/node2_2026-01-29_04-34-34__5ea7c388-b22b-4607-be37-b6f0c8a01a2f__wakuorg_nwaku:latest.log
2026-01-29 04:34:37.554 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 58612
2026-01-29 04:34:37.555 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-01-29 04:34:38.556 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58612/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:34:38.560 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"READY"},{"Rln Relay":"NOT_MOUNTED"},{"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"}]}'
2026-01-29 04:34:38.561 INFO [src.node.waku_node] Node protocols are initialized !!
2026-01-29 04:34:38.561 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58612/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:34:38.563 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.138.233/tcp/58613/p2p/16Uiu2HAmV248PwJNsACc9VCiuEcBhJbiWSmcMVqE8WXfPcLjVLAx","/ip4/172.18.138.233/tcp/58614/ws/p2p/16Uiu2HAmV248PwJNsACc9VCiuEcBhJbiWSmcMVqE8WXfPcLjVLAx"],"enrUri":"enr:-L24QN34QAMUHoHtvc7zqwu4upvR04iUiGvhhn0grVzXM9pJbwKWZe96AaJMGVgj7rwj-afjpj7NjKZFZ9W_fGouxVgCgmlkgnY0gmlwhKwSiumKbXVsdGlhZGRyc5YACASsEorpBuT1AAoErBKK6Qbk9t0DgnJzhQADAQAAiXNlY3AyNTZrMaED8yB1koh7jhmSaJDsnrGayu9sHhdPXcnL3lkQEh0vR42DdGNwguT1g3VkcILk94V3YWt1Mgs"}'
2026-01-29 04:34:38.564 INFO [src.node.waku_node] REST service is ready !!
2026-01-29 04:34:38.564 DEBUG [src.node.waku_node] Starting Node...
2026-01-29 04:34:38.564 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-01-29 04:34:38.566 DEBUG [src.node.docker_mananger] Network waku already exists
2026-01-29 04:34:38.566 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.230.189
2026-01-29 04:34:38.566 DEBUG [src.node.docker_mananger] Generated ports ['59036', '59037', '59038', '59039', '59040']
2026-01-29 04:34:38.566 DEBUG [src.node.waku_node] RLN credentials were not set
2026-01-29 04:34:38.566 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-01-29 04:34:38.566 DEBUG [src.node.waku_node] Using volumes []
2026-01-29 04:34:38.566 DEBUG [src.node.docker_mananger] docker run -i -t -p 59036:59036 -p 59037:59037 -p 59038:59038 -p 59039:59039 -p 59040:59040 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=59038 --rest-port=59036 --tcp-port=59037 --discv5-udp-port=59039 --rest-address=0.0.0.0 --nat=extip:172.18.230.189 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=9bfc539c0da32a1189cfdc4f9f0d0c8cccd9cca93c3fbed53ec5bae934741990 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=59040 --metrics-logging=true --relay=false --storenode=/ip4/172.18.138.233/tcp/58613/p2p/16Uiu2HAmV248PwJNsACc9VCiuEcBhJbiWSmcMVqE8WXfPcLjVLAx --discv5-bootstrap-node=enr:-L24QN34QAMUHoHtvc7zqwu4upvR04iUiGvhhn0grVzXM9pJbwKWZe96AaJMGVgj7rwj-afjpj7NjKZFZ9W_fGouxVgCgmlkgnY0gmlwhKwSiumKbXVsdGlhZGRyc5YACASsEorpBuT1AAoErBKK6Qbk9t0DgnJzhQADAQAAiXNlY3AyNTZrMaED8yB1koh7jhmSaJDsnrGayu9sHhdPXcnL3lkQEh0vR42DdGNwguT1g3VkcILk94V3YWt1Mgs
2026-01-29 04:34:38.761 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.230.189 waku 1252b799fbed810388c003e3f382a14749fb1747f37ef707b7c4ab680774afc8
2026-01-29 04:34:38.790 DEBUG [src.node.docker_mananger] Container started with ID 1252b799fbed. Setting up logs at ./log/docker/node3_2026-01-29_04-34-34__5ea7c388-b22b-4607-be37-b6f0c8a01a2f__wakuorg_nwaku:latest.log
2026-01-29 04:34:38.791 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 59036
2026-01-29 04:34:38.791 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-01-29 04:34:39.792 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59036/health" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:34:39.795 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":"READY"},{"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"}]}'
2026-01-29 04:34:39.796 INFO [src.node.waku_node] Node protocols are initialized !!
2026-01-29 04:34:39.796 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59036/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:34:39.798 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.230.189/tcp/59037/p2p/16Uiu2HAmRcFmHibdCnraq8dBpJr7vSpYzmTV4WRtzeotYCZJteWd","/ip4/172.18.230.189/tcp/59038/ws/p2p/16Uiu2HAmRcFmHibdCnraq8dBpJr7vSpYzmTV4WRtzeotYCZJteWd"],"enrUri":"enr:-L24QFfs2Lp0ZmSJDFY57cg-gu5M4-R36QH0xRAb2G0ACyADawJH1MKmzDkAXwaJpaPJsGsy4cjags2V0NhpnTvzgzsCgmlkgnY0gmlwhKwS5r2KbXVsdGlhZGRyc5YACASsEua9BuadAAoErBLmvQbmnt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDwHSdtC2zyGRJnhi9gNhV187_B2Ri1IZa-JggkmQOyjKDdGNwguadg3VkcILmn4V3YWt1MgA"}'
2026-01-29 04:34:39.799 INFO [src.node.waku_node] REST service is ready !!
2026-01-29 04:34:39.799 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:59819/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
2026-01-29 04:34:39.802 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:34:39.803 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:58612/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
2026-01-29 04:34:39.807 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:34:39.809 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59819/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:34:39.811 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.138.233/tcp/42156/p2p/16Uiu2HAmV248PwJNsACc9VCiuEcBhJbiWSmcMVqE8WXfPcLjVLAx","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-127-ga4e44d","origin":"UnknownOrigin"}]'
2026-01-29 04:34:39.812 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58612/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:34:39.814 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.173.21/tcp/59820/p2p/16Uiu2HAm7PjYC1UHREC7GoQfMdhF4BDkwvvFtN8QDWAWp8KRytWq","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-127-ga4e44d","origin":"Discv5"}]'
2026-01-29 04:34:39.814 DEBUG [src.libs.common] Sleeping for 30 seconds
2026-01-29 04:35:09.815 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:59819/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": 1769661309815144841}}'
2026-01-29 04:35:09.826 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-29 04:35:09.827 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-01-29 04:35:10.827 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
2026-01-29 04:35:10.828 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59036/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F1&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-01-29 04:35:10.863 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"b9ca51648656f12e3d87","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xaa9680a6074e054cf31465ed841fc5002844ee2fdefa7f5f4bf718847d88dad4"}]}'
2026-01-29 04:35:10.864 DEBUG [src.steps.store] messages length is 1
2026-01-29 04:35:10.871 DEBUG [tests.conftest] Running fixture teardown: test_setup
2026-01-29 04:35:10.872 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2026-01-29 04:35:10.872 DEBUG [src.node.waku_node] Stopping container with id b6b2384e14f2
2026-01-29 04:35:11.409 DEBUG [src.node.waku_node] Container stopped.
2026-01-29 04:35:11.410 DEBUG [src.node.waku_node] Stopping container with id d61c41595444
2026-01-29 04:35:11.940 DEBUG [src.node.waku_node] Container stopped.
2026-01-29 04:35:11.941 DEBUG [src.node.waku_node] Stopping container with id 1252b799fbed
2026-01-29 04:35:12.222 ERROR [src.node.docker_mananger] Max retries reached for container b6b2384e14f2. Exiting log stream.
2026-01-29 04:35:12.477 DEBUG [src.node.waku_node] Container stopped.
2026-01-29 04:35:12.479 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2026-01-29 04:35:12.496 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-01-29 04:35:12.516 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-01-29 04:35:12.520 DEBUG [src.node.docker_mananger] No errors found in the waku logs.