101 lines
19 KiB
Plaintext

2026-03-25 04:37:15.916 DEBUG [tests.conftest] Running fixture setup: test_id
2026-03-25 04:37:15.916 DEBUG [tests.conftest] Running test: test_store_node_not_connected_directly_to_relaying_node with id: 2026-03-25_04-37-15__cb6ba7cc-0f54-4ce8-8dae-18954c08c901
2026-03-25 04:37:15.917 DEBUG [src.steps.common] Running fixture setup: common_setup
2026-03-25 04:37:15.917 DEBUG [src.steps.filter] Running fixture setup: filter_setup
2026-03-25 04:37:15.917 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
2026-03-25 04:37:15.930 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-25 04:37:15.930 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-25_04-37-15__cb6ba7cc-0f54-4ce8-8dae-18954c08c901__wakuorg_nwaku:latest.log
2026-03-25 04:37:15.936 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-25 04:37:15.937 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-25_04-37-15__cb6ba7cc-0f54-4ce8-8dae-18954c08c901__wakuorg_nwaku:latest.log
2026-03-25 04:37:15.943 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-25 04:37:15.943 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2026-03-25_04-37-15__cb6ba7cc-0f54-4ce8-8dae-18954c08c901__wakuorg_nwaku:latest.log
2026-03-25 04:37:15.943 DEBUG [src.steps.relay] Running fixture setup: relay_setup
2026-03-25 04:37:15.943 DEBUG [src.steps.store] Running fixture setup: store_setup
2026-03-25 04:37:15.944 DEBUG [src.node.waku_node] Starting Node...
2026-03-25 04:37:15.944 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-25 04:37:15.990 DEBUG [src.node.docker_mananger] Network waku created
2026-03-25 04:37:15.991 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.117.76
2026-03-25 04:37:15.991 DEBUG [src.node.docker_mananger] Generated ports ['36542', '36543', '36544', '36545', '36546']
2026-03-25 04:37:15.991 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-25 04:37:15.991 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-25 04:37:15.991 DEBUG [src.node.waku_node] Using volumes []
2026-03-25 04:37:15.991 DEBUG [src.node.docker_mananger] docker run -i -t -p 36542:36542 -p 36543:36543 -p 36544:36544 -p 36545:36545 -p 36546:36546 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=36544 --rest-port=36542 --tcp-port=36543 --discv5-udp-port=36545 --rest-address=0.0.0.0 --nat=extip:172.18.117.76 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=cb30b6c9ca54efdf92ae2643db5e5cf5b0c884f177edea466878fcfcdfa09aa3 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=36546 --metrics-logging=true --relay=true
2026-03-25 04:37:18.984 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.117.76 waku 7b82922bb72e521ffbcf1b94d2aaeff52c9356efdc22cb6907055b6d1536116c
2026-03-25 04:37:19.019 DEBUG [src.node.docker_mananger] Container started with ID 7b82922bb72e. Setting up logs at ./log/docker/node1_2026-03-25_04-37-15__cb6ba7cc-0f54-4ce8-8dae-18954c08c901__wakuorg_nwaku:latest.log
2026-03-25 04:37:19.019 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 36542
2026-03-25 04:37:19.019 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-25 04:37:20.020 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36542/health" -H "Content-Type: application/json" -d 'None'
2026-03-25 04:37:20.023 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-25 04:37:20.024 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-25 04:37:20.024 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36542/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-25 04:37:20.027 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.117.76/tcp/36543/p2p/16Uiu2HAmGZ81guV6ud4oNYPz7XC2UxSNnNW31NAmPqoPKa3qsKD8","/ip4/172.18.117.76/tcp/36544/ws/p2p/16Uiu2HAmGZ81guV6ud4oNYPz7XC2UxSNnNW31NAmPqoPKa3qsKD8"],"enrUri":"enr:-L24QBTjVXxAwCxpwDaRp2WuUXUJSGCHTZwA4EI5i94aPt70FdjaazuYq_8g1trO-3Fv6Q5mpGmiuTtve-RLtiCLEOcCgmlkgnY0gmlwhKwSdUyKbXVsdGlhZGRyc5YACASsEnVMBo6_AAoErBJ1TAaOwN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDOe3tJecwMA-bTgFdEso-lC8Ox2L8K4wZuQS1zd7EJpeDdGNwgo6_g3VkcIKOwYV3YWt1MgE"}'
2026-03-25 04:37:20.027 INFO [src.node.waku_node] REST service is ready !!
2026-03-25 04:37:20.027 DEBUG [src.node.waku_node] Starting Node...
2026-03-25 04:37:20.027 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-25 04:37:20.029 DEBUG [src.node.docker_mananger] Network waku already exists
2026-03-25 04:37:20.029 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.49.251
2026-03-25 04:37:20.029 DEBUG [src.node.docker_mananger] Generated ports ['34266', '34267', '34268', '34269', '34270']
2026-03-25 04:37:20.029 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-25 04:37:20.029 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-25 04:37:20.030 DEBUG [src.node.waku_node] Using volumes []
2026-03-25 04:37:20.030 DEBUG [src.node.docker_mananger] docker run -i -t -p 34266:34266 -p 34267:34267 -p 34268:34268 -p 34269:34269 -p 34270:34270 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=34268 --rest-port=34266 --tcp-port=34267 --discv5-udp-port=34269 --rest-address=0.0.0.0 --nat=extip:172.18.49.251 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=fed70298cbbae40c8aee3e0b78dff7fcfebd4fe7fcacb3caedf2f7b5b9f7ea23 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=34270 --metrics-logging=true --store=true --relay=true --discv5-bootstrap-node=enr:-L24QBTjVXxAwCxpwDaRp2WuUXUJSGCHTZwA4EI5i94aPt70FdjaazuYq_8g1trO-3Fv6Q5mpGmiuTtve-RLtiCLEOcCgmlkgnY0gmlwhKwSdUyKbXVsdGlhZGRyc5YACASsEnVMBo6_AAoErBJ1TAaOwN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDOe3tJecwMA-bTgFdEso-lC8Ox2L8K4wZuQS1zd7EJpeDdGNwgo6_g3VkcIKOwYV3YWt1MgE
2026-03-25 04:37:20.225 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.49.251 waku 3d86c9bb90f1597dd243b561fc04b5aa010ca162262ab80d94123fd6dffec43d
2026-03-25 04:37:20.262 DEBUG [src.node.docker_mananger] Container started with ID 3d86c9bb90f1. Setting up logs at ./log/docker/node2_2026-03-25_04-37-15__cb6ba7cc-0f54-4ce8-8dae-18954c08c901__wakuorg_nwaku:latest.log
2026-03-25 04:37:20.262 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 34266
2026-03-25 04:37:20.263 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-25 04:37:21.265 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34266/health" -H "Content-Type: application/json" -d 'None'
2026-03-25 04:37:21.268 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-25 04:37:21.268 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-25 04:37:21.268 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34266/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-25 04:37:21.271 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.49.251/tcp/34267/p2p/16Uiu2HAmU27qe7hug3kxM41pxDb65gdCuDFCkkSGm6tTE6dittep","/ip4/172.18.49.251/tcp/34268/ws/p2p/16Uiu2HAmU27qe7hug3kxM41pxDb65gdCuDFCkkSGm6tTE6dittep"],"enrUri":"enr:-L24QMkM7wLJZVYBGLWUlRkqin-d5dyPkxapPOriy2zugdkTXAbCZhUee-F5A4LtbAuAaiXum1uSZaZX2_HcmqjWEFICgmlkgnY0gmlwhKwSMfuKbXVsdGlhZGRyc5YACASsEjH7BoXbAAoErBIx-waF3N0DgnJzhQADAQAAiXNlY3AyNTZrMaED5Ej38CUr66hw2Rt5rKBTnBDlZqZpQ2TLWNNKhED4soWDdGNwgoXbg3VkcIKF3YV3YWt1MgM"}'
2026-03-25 04:37:21.271 INFO [src.node.waku_node] REST service is ready !!
2026-03-25 04:37:21.271 DEBUG [src.node.waku_node] Starting Node...
2026-03-25 04:37:21.271 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-25 04:37:21.273 DEBUG [src.node.docker_mananger] Network waku already exists
2026-03-25 04:37:21.273 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.146.37
2026-03-25 04:37:21.273 DEBUG [src.node.docker_mananger] Generated ports ['31396', '31397', '31398', '31399', '31400']
2026-03-25 04:37:21.274 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-25 04:37:21.274 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-25 04:37:21.274 DEBUG [src.node.waku_node] Using volumes []
2026-03-25 04:37:21.274 DEBUG [src.node.docker_mananger] docker run -i -t -p 31396:31396 -p 31397:31397 -p 31398:31398 -p 31399:31399 -p 31400:31400 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=31398 --rest-port=31396 --tcp-port=31397 --discv5-udp-port=31399 --rest-address=0.0.0.0 --nat=extip:172.18.146.37 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=6fbaa0b1de673f65cf4dd3e9ec6b4ba732b0577f8ee76776e45d2b2d7b18bf1c --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=31400 --metrics-logging=true --relay=false --storenode=/ip4/172.18.49.251/tcp/34267/p2p/16Uiu2HAmU27qe7hug3kxM41pxDb65gdCuDFCkkSGm6tTE6dittep --discv5-bootstrap-node=enr:-L24QMkM7wLJZVYBGLWUlRkqin-d5dyPkxapPOriy2zugdkTXAbCZhUee-F5A4LtbAuAaiXum1uSZaZX2_HcmqjWEFICgmlkgnY0gmlwhKwSMfuKbXVsdGlhZGRyc5YACASsEjH7BoXbAAoErBIx-waF3N0DgnJzhQADAQAAiXNlY3AyNTZrMaED5Ej38CUr66hw2Rt5rKBTnBDlZqZpQ2TLWNNKhED4soWDdGNwgoXbg3VkcIKF3YV3YWt1MgM
2026-03-25 04:37:21.495 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.146.37 waku 692fac207e59a1309aea75cbb3ae1129e8f2ef07b9a451743994cf1dc3ab9ca8
2026-03-25 04:37:21.528 DEBUG [src.node.docker_mananger] Container started with ID 692fac207e59. Setting up logs at ./log/docker/node3_2026-03-25_04-37-15__cb6ba7cc-0f54-4ce8-8dae-18954c08c901__wakuorg_nwaku:latest.log
2026-03-25 04:37:21.529 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 31396
2026-03-25 04:37:21.529 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-25 04:37:22.530 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31396/health" -H "Content-Type: application/json" -d 'None'
2026-03-25 04:37:22.533 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:22.534 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-25 04:37:22.534 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31396/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-25 04:37:22.536 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.146.37/tcp/31397/p2p/16Uiu2HAkxGSaCsC3mYjFXJzn4RphXBvipvoWgnuRdqeBHLKoqxmd","/ip4/172.18.146.37/tcp/31398/ws/p2p/16Uiu2HAkxGSaCsC3mYjFXJzn4RphXBvipvoWgnuRdqeBHLKoqxmd"],"enrUri":"enr:-L24QJeHvBgJgw2va-a4lLk8x-sc8puCsNh2EpNZHdQe3xZzNG34ubCzj3eUzFL4XtrTZOU9Df3OqAdcr4LST1eu7qECgmlkgnY0gmlwhKwSkiWKbXVsdGlhZGRyc5YACASsEpIlBnqlAAoErBKSJQZ6pt0DgnJzhQADAQAAiXNlY3AyNTZrMaECKjWsrDQHmxJiUBdtxQfxhxJaWqMgDmXQGFUf75aQLTiDdGNwgnqlg3VkcIJ6p4V3YWt1MgA"}'
2026-03-25 04:37:22.536 INFO [src.node.waku_node] REST service is ready !!
2026-03-25 04:37:22.536 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36542/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
2026-03-25 04:37:22.541 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-25 04:37:22.542 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:34266/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
2026-03-25 04:37:22.548 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-25 04:37:22.549 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36542/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
2026-03-25 04:37:22.552 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.49.251/tcp/56194/p2p/16Uiu2HAmU27qe7hug3kxM41pxDb65gdCuDFCkkSGm6tTE6dittep","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":"logos-delivery-v0.38.0-rc.0-11-g6a20ee","origin":"UnknownOrigin"}]'
2026-03-25 04:37:22.552 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34266/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
2026-03-25 04:37:22.555 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.117.76/tcp/36543/p2p/16Uiu2HAmGZ81guV6ud4oNYPz7XC2UxSNnNW31NAmPqoPKa3qsKD8","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":"logos-delivery-v0.38.0-rc.0-11-g6a20ee","origin":"Discv5"}]'
2026-03-25 04:37:22.555 DEBUG [src.libs.common] Sleeping for 30 seconds
2026-03-25 04:37:52.556 DEBUG [src.steps.store] Relaying message
2026-03-25 04:37:52.556 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36542/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-25 04:37:52.561 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-25 04:37:52.562 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-25 04:37:52.763 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
2026-03-25 04:37:52.763 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31396/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F1&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-03-25 04:37:52.811 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"7263c54816cdb5322492","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x9268843caa1a8da18f62ad3efc84424131410717c50d5d8622afefafd407979f"}]}'
2026-03-25 04:37:52.812 DEBUG [src.steps.store] messages length is 1
2026-03-25 04:37:52.820 DEBUG [tests.conftest] Running fixture teardown: test_setup
2026-03-25 04:37:52.821 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2026-03-25 04:37:52.822 DEBUG [src.node.waku_node] Stopping container with id 7b82922bb72e
2026-03-25 04:37:53.390 DEBUG [src.node.waku_node] Container stopped.
2026-03-25 04:37:53.390 DEBUG [src.node.waku_node] Stopping container with id 3d86c9bb90f1
2026-03-25 04:37:53.976 DEBUG [src.node.waku_node] Container stopped.
2026-03-25 04:37:53.977 DEBUG [src.node.waku_node] Stopping container with id 692fac207e59
2026-03-25 04:37:54.206 ERROR [src.node.docker_mananger] Max retries reached for container 7b82922bb72e. Exiting log stream.
2026-03-25 04:37:54.536 DEBUG [src.node.waku_node] Container stopped.
2026-03-25 04:37:54.540 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2026-03-25 04:37:54.557 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-03-25 04:37:54.600 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-03-25 04:37:54.604 DEBUG [src.node.docker_mananger] No errors found in the waku logs.