101 lines
19 KiB
Plaintext

2026-02-26 04:34:13.601 DEBUG [tests.conftest] Running fixture setup: test_id
2026-02-26 04:34:13.601 DEBUG [tests.conftest] Running test: test_store_node_not_connected_directly_to_relaying_node with id: 2026-02-26_04-34-13__d2d95e99-ca49-4b2f-a63f-e5111e35c041
2026-02-26 04:34:13.602 DEBUG [src.steps.common] Running fixture setup: common_setup
2026-02-26 04:34:13.602 DEBUG [src.steps.filter] Running fixture setup: filter_setup
2026-02-26 04:34:13.602 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
2026-02-26 04:34:13.611 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-02-26 04:34:13.611 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-02-26_04-34-13__d2d95e99-ca49-4b2f-a63f-e5111e35c041__wakuorg_nwaku:latest.log
2026-02-26 04:34:13.618 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-02-26 04:34:13.618 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-02-26_04-34-13__d2d95e99-ca49-4b2f-a63f-e5111e35c041__wakuorg_nwaku:latest.log
2026-02-26 04:34:13.624 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-02-26 04:34:13.624 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2026-02-26_04-34-13__d2d95e99-ca49-4b2f-a63f-e5111e35c041__wakuorg_nwaku:latest.log
2026-02-26 04:34:13.624 DEBUG [src.steps.relay] Running fixture setup: relay_setup
2026-02-26 04:34:13.624 DEBUG [src.steps.store] Running fixture setup: store_setup
2026-02-26 04:34:13.625 DEBUG [src.node.waku_node] Starting Node...
2026-02-26 04:34:13.625 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-02-26 04:34:13.668 DEBUG [src.node.docker_mananger] Network waku created
2026-02-26 04:34:13.668 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.147.41
2026-02-26 04:34:13.668 DEBUG [src.node.docker_mananger] Generated ports ['40289', '40290', '40291', '40292', '40293']
2026-02-26 04:34:13.668 DEBUG [src.node.waku_node] RLN credentials were not set
2026-02-26 04:34:13.668 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-02-26 04:34:13.668 DEBUG [src.node.waku_node] Using volumes []
2026-02-26 04:34:13.669 DEBUG [src.node.docker_mananger] docker run -i -t -p 40289:40289 -p 40290:40290 -p 40291:40291 -p 40292:40292 -p 40293:40293 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=40291 --rest-port=40289 --tcp-port=40290 --discv5-udp-port=40292 --rest-address=0.0.0.0 --nat=extip:172.18.147.41 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=3a711fecd6bf903a67bd2d4bef4bc43a73b29301fe933a2a09eaefcfdbd5f5de --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=40293 --metrics-logging=true --relay=true
2026-02-26 04:34:17.198 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.147.41 waku af78fb63de264c458843fc905a341263368a374ad28c4e5a9f8125804efe4267
2026-02-26 04:34:17.234 DEBUG [src.node.docker_mananger] Container started with ID af78fb63de26. Setting up logs at ./log/docker/node1_2026-02-26_04-34-13__d2d95e99-ca49-4b2f-a63f-e5111e35c041__wakuorg_nwaku:latest.log
2026-02-26 04:34:17.235 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 40289
2026-02-26 04:34:17.235 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-02-26 04:34:18.235 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40289/health" -H "Content-Type: application/json" -d 'None'
2026-02-26 04:34:18.238 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-02-26 04:34:18.239 INFO [src.node.waku_node] Node protocols are initialized !!
2026-02-26 04:34:18.239 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40289/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-02-26 04:34:18.241 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.147.41/tcp/40290/p2p/16Uiu2HAmJZgHRsPthDCn12pNjSQWGuvmaSBjZo3iV8duYnpgoMsm","/ip4/172.18.147.41/tcp/40291/ws/p2p/16Uiu2HAmJZgHRsPthDCn12pNjSQWGuvmaSBjZo3iV8duYnpgoMsm"],"enrUri":"enr:-L24QKkzqkK09hLYQlQtmW4I8vdviwudFwjXLdrmhTRFQS3RO5A2aG-sFEtjGNjXjds3X28zMY3xyjE8jvok_DN1XRYCgmlkgnY0gmlwhKwSkymKbXVsdGlhZGRyc5YACASsEpMpBp1iAAoErBKTKQadY90DgnJzhQADAQAAiXNlY3AyNTZrMaEDV8nKIrOdCbKCl5SVBqUL5CdovHhuIwtxOqgWONQeohCDdGNwgp1ig3VkcIKdZIV3YWt1MgE"}'
2026-02-26 04:34:18.242 INFO [src.node.waku_node] REST service is ready !!
2026-02-26 04:34:18.242 DEBUG [src.node.waku_node] Starting Node...
2026-02-26 04:34:18.242 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-02-26 04:34:18.243 DEBUG [src.node.docker_mananger] Network waku already exists
2026-02-26 04:34:18.243 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.61.172
2026-02-26 04:34:18.244 DEBUG [src.node.docker_mananger] Generated ports ['23104', '23105', '23106', '23107', '23108']
2026-02-26 04:34:18.244 DEBUG [src.node.waku_node] RLN credentials were not set
2026-02-26 04:34:18.244 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-02-26 04:34:18.244 DEBUG [src.node.waku_node] Using volumes []
2026-02-26 04:34:18.244 DEBUG [src.node.docker_mananger] docker run -i -t -p 23104:23104 -p 23105:23105 -p 23106:23106 -p 23107:23107 -p 23108:23108 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=23106 --rest-port=23104 --tcp-port=23105 --discv5-udp-port=23107 --rest-address=0.0.0.0 --nat=extip:172.18.61.172 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=ba76f85b7f7aee5759aafde4f74de1e05cebfb913e38cd80f65afe06de44c03f --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=23108 --metrics-logging=true --store=true --relay=true --discv5-bootstrap-node=enr:-L24QKkzqkK09hLYQlQtmW4I8vdviwudFwjXLdrmhTRFQS3RO5A2aG-sFEtjGNjXjds3X28zMY3xyjE8jvok_DN1XRYCgmlkgnY0gmlwhKwSkymKbXVsdGlhZGRyc5YACASsEpMpBp1iAAoErBKTKQadY90DgnJzhQADAQAAiXNlY3AyNTZrMaEDV8nKIrOdCbKCl5SVBqUL5CdovHhuIwtxOqgWONQeohCDdGNwgp1ig3VkcIKdZIV3YWt1MgE
2026-02-26 04:34:18.432 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.61.172 waku 64030c6ba2e6a2647367b0c43cca4f7bdb05d79a1aee5c1c095b3d850111761b
2026-02-26 04:34:18.468 DEBUG [src.node.docker_mananger] Container started with ID 64030c6ba2e6. Setting up logs at ./log/docker/node2_2026-02-26_04-34-13__d2d95e99-ca49-4b2f-a63f-e5111e35c041__wakuorg_nwaku:latest.log
2026-02-26 04:34:18.469 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 23104
2026-02-26 04:34:18.469 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-02-26 04:34:19.470 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23104/health" -H "Content-Type: application/json" -d 'None'
2026-02-26 04:34:19.473 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-02-26 04:34:19.474 INFO [src.node.waku_node] Node protocols are initialized !!
2026-02-26 04:34:19.474 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23104/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-02-26 04:34:19.477 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.61.172/tcp/23105/p2p/16Uiu2HAmSWJ7TFJhNqRoa5LiVYjyg3QUADdm51PYdoRWK1Zcaiuf","/ip4/172.18.61.172/tcp/23106/ws/p2p/16Uiu2HAmSWJ7TFJhNqRoa5LiVYjyg3QUADdm51PYdoRWK1Zcaiuf"],"enrUri":"enr:-L24QJKD6a1Dsgrhx8ceYWPjhFnywaQ4jeaLuxdOERef9zsDZgDvB9w-IG8JbSWTzfx53xqz57SNHUIpIFhUKmkqKQUCgmlkgnY0gmlwhKwSPayKbXVsdGlhZGRyc5YACASsEj2sBlpBAAoErBI9rAZaQt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDzcl4_QBFroR4Jgb8yznABP_KqfSbc3KyaCCUJax8NQqDdGNwglpBg3VkcIJaQ4V3YWt1MgM"}'
2026-02-26 04:34:19.477 INFO [src.node.waku_node] REST service is ready !!
2026-02-26 04:34:19.477 DEBUG [src.node.waku_node] Starting Node...
2026-02-26 04:34:19.477 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-02-26 04:34:19.479 DEBUG [src.node.docker_mananger] Network waku already exists
2026-02-26 04:34:19.480 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.151.117
2026-02-26 04:34:19.480 DEBUG [src.node.docker_mananger] Generated ports ['26296', '26297', '26298', '26299', '26300']
2026-02-26 04:34:19.481 DEBUG [src.node.waku_node] RLN credentials were not set
2026-02-26 04:34:19.482 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-02-26 04:34:19.483 DEBUG [src.node.waku_node] Using volumes []
2026-02-26 04:34:19.484 DEBUG [src.node.docker_mananger] docker run -i -t -p 26296:26296 -p 26297:26297 -p 26298:26298 -p 26299:26299 -p 26300:26300 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=26298 --rest-port=26296 --tcp-port=26297 --discv5-udp-port=26299 --rest-address=0.0.0.0 --nat=extip:172.18.151.117 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=f91fce39f1bfac72f24d277c9b52dbdf2d2e1e01d76c5e23e1c4bcc91bfcf00a --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=26300 --metrics-logging=true --relay=false --storenode=/ip4/172.18.61.172/tcp/23105/p2p/16Uiu2HAmSWJ7TFJhNqRoa5LiVYjyg3QUADdm51PYdoRWK1Zcaiuf --discv5-bootstrap-node=enr:-L24QJKD6a1Dsgrhx8ceYWPjhFnywaQ4jeaLuxdOERef9zsDZgDvB9w-IG8JbSWTzfx53xqz57SNHUIpIFhUKmkqKQUCgmlkgnY0gmlwhKwSPayKbXVsdGlhZGRyc5YACASsEj2sBlpBAAoErBI9rAZaQt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDzcl4_QBFroR4Jgb8yznABP_KqfSbc3KyaCCUJax8NQqDdGNwglpBg3VkcIJaQ4V3YWt1MgM
2026-02-26 04:34:19.698 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.151.117 waku 379df28c651bd01a2a087934bfe9fcec039db711ee333cb86280d6ce034aae54
2026-02-26 04:34:19.731 DEBUG [src.node.docker_mananger] Container started with ID 379df28c651b. Setting up logs at ./log/docker/node3_2026-02-26_04-34-13__d2d95e99-ca49-4b2f-a63f-e5111e35c041__wakuorg_nwaku:latest.log
2026-02-26 04:34:19.732 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 26296
2026-02-26 04:34:19.733 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-02-26 04:34:20.734 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26296/health" -H "Content-Type: application/json" -d 'None'
2026-02-26 04:34:20.737 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-02-26 04:34:20.737 INFO [src.node.waku_node] Node protocols are initialized !!
2026-02-26 04:34:20.738 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26296/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-02-26 04:34:20.740 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.151.117/tcp/26297/p2p/16Uiu2HAmGBD8ZmRF8psL2AKGgysbNzTMYQKXcR56Tx2t169NYaCR","/ip4/172.18.151.117/tcp/26298/ws/p2p/16Uiu2HAmGBD8ZmRF8psL2AKGgysbNzTMYQKXcR56Tx2t169NYaCR"],"enrUri":"enr:-L24QChAdZ-0237wPUVf4NeP9pc_-fk5ydFZdLT4STOQD80yZ4RX6stsvclAOaLUJ3FHmcIM-8hT7APoXjt_8thHMcECgmlkgnY0gmlwhKwSl3WKbXVsdGlhZGRyc5YACASsEpd1Bma5AAoErBKXdQZmut0DgnJzhQADAQAAiXNlY3AyNTZrMaEDNFDvpwsS7YQl8CPPE13yqBDBbymyXmC8NVEMfdv-xqKDdGNwgma5g3VkcIJmu4V3YWt1MgA"}'
2026-02-26 04:34:20.740 INFO [src.node.waku_node] REST service is ready !!
2026-02-26 04:34:20.740 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40289/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
2026-02-26 04:34:20.744 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:34:20.745 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23104/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
2026-02-26 04:34:20.750 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:34:20.750 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40289/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
2026-02-26 04:34:20.756 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.61.172/tcp/51378/p2p/16Uiu2HAmSWJ7TFJhNqRoa5LiVYjyg3QUADdm51PYdoRWK1Zcaiuf","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-156-gc7e0cc","origin":"UnknownOrigin"}]'
2026-02-26 04:34:20.756 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23104/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
2026-02-26 04:34:20.758 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.147.41/tcp/40290/p2p/16Uiu2HAmJZgHRsPthDCn12pNjSQWGuvmaSBjZo3iV8duYnpgoMsm","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-156-gc7e0cc","origin":"Discv5"}]'
2026-02-26 04:34:20.759 DEBUG [src.libs.common] Sleeping for 30 seconds
2026-02-26 04:34:50.759 DEBUG [src.steps.store] Relaying message
2026-02-26 04:34:50.760 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40289/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-02-26 04:34:50.765 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-26 04:34:50.766 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-02-26 04:34:50.966 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
2026-02-26 04:34:50.967 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26296/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F1&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-02-26 04:34:51.010 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"b6df4904a41703f76013","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xc060e422ed88732a49dbc1e16baf7ba5bba3f2fa8b057f13ac6fab7928bd5723"}]}'
2026-02-26 04:34:51.010 DEBUG [src.steps.store] messages length is 1
2026-02-26 04:34:51.021 DEBUG [tests.conftest] Running fixture teardown: test_setup
2026-02-26 04:34:51.022 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2026-02-26 04:34:51.022 DEBUG [src.node.waku_node] Stopping container with id af78fb63de26
2026-02-26 04:34:51.578 DEBUG [src.node.waku_node] Container stopped.
2026-02-26 04:34:51.578 DEBUG [src.node.waku_node] Stopping container with id 64030c6ba2e6
2026-02-26 04:34:52.146 DEBUG [src.node.waku_node] Container stopped.
2026-02-26 04:34:52.148 DEBUG [src.node.waku_node] Stopping container with id 379df28c651b
2026-02-26 04:34:52.462 ERROR [src.node.docker_mananger] Max retries reached for container af78fb63de26. Exiting log stream.
2026-02-26 04:34:52.691 DEBUG [src.node.waku_node] Container stopped.
2026-02-26 04:34:52.693 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2026-02-26 04:34:52.725 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-02-26 04:34:52.763 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-02-26 04:34:52.767 DEBUG [src.node.docker_mananger] No errors found in the waku logs.