101 lines
18 KiB
Plaintext

2026-02-03 04:33:21.189 DEBUG [tests.conftest] Running fixture setup: test_id
2026-02-03 04:33:21.190 DEBUG [tests.conftest] Running test: test_store_node_not_connected_directly_to_relaying_node with id: 2026-02-03_04-33-21__3f5b3298-4b20-4bdc-8b40-68cd4485f15a
2026-02-03 04:33:21.190 DEBUG [src.steps.common] Running fixture setup: common_setup
2026-02-03 04:33:21.190 DEBUG [src.steps.filter] Running fixture setup: filter_setup
2026-02-03 04:33:21.190 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
2026-02-03 04:33:21.199 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-02-03 04:33:21.199 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-02-03_04-33-21__3f5b3298-4b20-4bdc-8b40-68cd4485f15a__wakuorg_nwaku:latest.log
2026-02-03 04:33:21.205 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-02-03 04:33:21.205 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-02-03_04-33-21__3f5b3298-4b20-4bdc-8b40-68cd4485f15a__wakuorg_nwaku:latest.log
2026-02-03 04:33:21.211 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-02-03 04:33:21.211 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2026-02-03_04-33-21__3f5b3298-4b20-4bdc-8b40-68cd4485f15a__wakuorg_nwaku:latest.log
2026-02-03 04:33:21.211 DEBUG [src.steps.relay] Running fixture setup: relay_setup
2026-02-03 04:33:21.212 DEBUG [src.steps.store] Running fixture setup: store_setup
2026-02-03 04:33:21.212 DEBUG [src.node.waku_node] Starting Node...
2026-02-03 04:33:21.213 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-02-03 04:33:21.254 DEBUG [src.node.docker_mananger] Network waku created
2026-02-03 04:33:21.254 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.175.24
2026-02-03 04:33:21.254 DEBUG [src.node.docker_mananger] Generated ports ['2115', '2116', '2117', '2118', '2119']
2026-02-03 04:33:21.254 DEBUG [src.node.waku_node] RLN credentials were not set
2026-02-03 04:33:21.254 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-02-03 04:33:21.254 DEBUG [src.node.waku_node] Using volumes []
2026-02-03 04:33:21.255 DEBUG [src.node.docker_mananger] docker run -i -t -p 2115:2115 -p 2116:2116 -p 2117:2117 -p 2118:2118 -p 2119:2119 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=2117 --rest-port=2115 --tcp-port=2116 --discv5-udp-port=2118 --rest-address=0.0.0.0 --nat=extip:172.18.175.24 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=ec38d10b256b4e2bca3a8e1e5e98febf12a47550eae0342ccebfccac53e1feb5 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=2119 --metrics-logging=true --relay=true
2026-02-03 04:33:23.639 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.175.24 waku b52c8e772a1b4f5e29dbba3fe75c3a001ab235c0e6eacc0d3ea01e6ee0976e29
2026-02-03 04:33:23.671 DEBUG [src.node.docker_mananger] Container started with ID b52c8e772a1b. Setting up logs at ./log/docker/node1_2026-02-03_04-33-21__3f5b3298-4b20-4bdc-8b40-68cd4485f15a__wakuorg_nwaku:latest.log
2026-02-03 04:33:23.671 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 2115
2026-02-03 04:33:23.671 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-02-03 04:33:24.672 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2115/health" -H "Content-Type: application/json" -d 'None'
2026-02-03 04:33:24.675 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"}]}'
2026-02-03 04:33:24.676 INFO [src.node.waku_node] Node protocols are initialized !!
2026-02-03 04:33:24.676 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2115/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-02-03 04:33:24.678 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.175.24/tcp/2116/p2p/16Uiu2HAmGXdfD6Ltr96ZVax7iH4xxh6ggWhsVeVgWQQrdAH5BKS4","/ip4/172.18.175.24/tcp/2117/ws/p2p/16Uiu2HAmGXdfD6Ltr96ZVax7iH4xxh6ggWhsVeVgWQQrdAH5BKS4"],"enrUri":"enr:-L24QE_vGjsxIR3wJeR0F1uUgUf8fJsiZENM2AXzgk_EiofXMYt_1-rXj11H6gM6mWFV59oOwueOddi4irMA6kuxuQcCgmlkgnY0gmlwhKwSrxiKbXVsdGlhZGRyc5YACASsEq8YBghEAAoErBKvGAYIRd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDOYxJXtcy2VPi-Um6TDvBI1oYE4JW3-OD2CVxjJCjU0WDdGNwgghEg3VkcIIIRoV3YWt1MgE"}'
2026-02-03 04:33:24.678 INFO [src.node.waku_node] REST service is ready !!
2026-02-03 04:33:24.678 DEBUG [src.node.waku_node] Starting Node...
2026-02-03 04:33:24.679 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-02-03 04:33:24.680 DEBUG [src.node.docker_mananger] Network waku already exists
2026-02-03 04:33:24.680 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.152.146
2026-02-03 04:33:24.680 DEBUG [src.node.docker_mananger] Generated ports ['32881', '32882', '32883', '32884', '32885']
2026-02-03 04:33:24.680 DEBUG [src.node.waku_node] RLN credentials were not set
2026-02-03 04:33:24.681 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-02-03 04:33:24.681 DEBUG [src.node.waku_node] Using volumes []
2026-02-03 04:33:24.681 DEBUG [src.node.docker_mananger] docker run -i -t -p 32881:32881 -p 32882:32882 -p 32883:32883 -p 32884:32884 -p 32885:32885 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=32883 --rest-port=32881 --tcp-port=32882 --discv5-udp-port=32884 --rest-address=0.0.0.0 --nat=extip:172.18.152.146 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=9d0c2bbe2f2cbd35ebe31aa2e3aa7fa3c7ee81df400af6fc6de1c8ec3dfa9f32 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=32885 --metrics-logging=true --store=true --relay=true --discv5-bootstrap-node=enr:-L24QE_vGjsxIR3wJeR0F1uUgUf8fJsiZENM2AXzgk_EiofXMYt_1-rXj11H6gM6mWFV59oOwueOddi4irMA6kuxuQcCgmlkgnY0gmlwhKwSrxiKbXVsdGlhZGRyc5YACASsEq8YBghEAAoErBKvGAYIRd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDOYxJXtcy2VPi-Um6TDvBI1oYE4JW3-OD2CVxjJCjU0WDdGNwgghEg3VkcIIIRoV3YWt1MgE
2026-02-03 04:33:24.866 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.152.146 waku 642306075c8e70c8440138226b367a9ff8b6efbb561deec834ab882017e51d59
2026-02-03 04:33:24.898 DEBUG [src.node.docker_mananger] Container started with ID 642306075c8e. Setting up logs at ./log/docker/node2_2026-02-03_04-33-21__3f5b3298-4b20-4bdc-8b40-68cd4485f15a__wakuorg_nwaku:latest.log
2026-02-03 04:33:24.898 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 32881
2026-02-03 04:33:24.899 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-02-03 04:33:25.900 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:32881/health" -H "Content-Type: application/json" -d 'None'
2026-02-03 04:33:25.903 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"}]}'
2026-02-03 04:33:25.904 INFO [src.node.waku_node] Node protocols are initialized !!
2026-02-03 04:33:25.904 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:32881/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-02-03 04:33:25.906 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.152.146/tcp/32882/p2p/16Uiu2HAmPj78JPhptsowSWWtSCdGdBbEksjriUpA8HCReEuqRkKg","/ip4/172.18.152.146/tcp/32883/ws/p2p/16Uiu2HAmPj78JPhptsowSWWtSCdGdBbEksjriUpA8HCReEuqRkKg"],"enrUri":"enr:-L24QOtdfQ2VIXxpfCbj2hktZowvLCK26cw22k_cP2kCXRO-T6xler7uzY7BFEOTbb7tx9lu7F44S7EcLKesJ6h5uisCgmlkgnY0gmlwhKwSmJKKbXVsdGlhZGRyc5YACASsEpiSBoByAAoErBKYkgaAc90DgnJzhQADAQAAiXNlY3AyNTZrMaEDpH6Kh2GETqSWfM-pKB5P8Fs1b5IepbYMCMRKiES-eEeDdGNwgoByg3VkcIKAdIV3YWt1MgM"}'
2026-02-03 04:33:25.906 INFO [src.node.waku_node] REST service is ready !!
2026-02-03 04:33:25.907 DEBUG [src.node.waku_node] Starting Node...
2026-02-03 04:33:25.907 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-02-03 04:33:25.908 DEBUG [src.node.docker_mananger] Network waku already exists
2026-02-03 04:33:25.908 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.118.224
2026-02-03 04:33:25.909 DEBUG [src.node.docker_mananger] Generated ports ['37351', '37352', '37353', '37354', '37355']
2026-02-03 04:33:25.909 DEBUG [src.node.waku_node] RLN credentials were not set
2026-02-03 04:33:25.909 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-02-03 04:33:25.909 DEBUG [src.node.waku_node] Using volumes []
2026-02-03 04:33:25.909 DEBUG [src.node.docker_mananger] docker run -i -t -p 37351:37351 -p 37352:37352 -p 37353:37353 -p 37354:37354 -p 37355:37355 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=37353 --rest-port=37351 --tcp-port=37352 --discv5-udp-port=37354 --rest-address=0.0.0.0 --nat=extip:172.18.118.224 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=afc17c234ba6b6e1ce9646de48b786ca4ed2efbdfccdfb5a9e5a0bff2cbed824 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=37355 --metrics-logging=true --relay=false --storenode=/ip4/172.18.152.146/tcp/32882/p2p/16Uiu2HAmPj78JPhptsowSWWtSCdGdBbEksjriUpA8HCReEuqRkKg --discv5-bootstrap-node=enr:-L24QOtdfQ2VIXxpfCbj2hktZowvLCK26cw22k_cP2kCXRO-T6xler7uzY7BFEOTbb7tx9lu7F44S7EcLKesJ6h5uisCgmlkgnY0gmlwhKwSmJKKbXVsdGlhZGRyc5YACASsEpiSBoByAAoErBKYkgaAc90DgnJzhQADAQAAiXNlY3AyNTZrMaEDpH6Kh2GETqSWfM-pKB5P8Fs1b5IepbYMCMRKiES-eEeDdGNwgoByg3VkcIKAdIV3YWt1MgM
2026-02-03 04:33:26.109 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.118.224 waku 6f4983c8239fa532d89e48b3ce7d41fd67212d9a25ced50d27812b12fab908a1
2026-02-03 04:33:26.136 DEBUG [src.node.docker_mananger] Container started with ID 6f4983c8239f. Setting up logs at ./log/docker/node3_2026-02-03_04-33-21__3f5b3298-4b20-4bdc-8b40-68cd4485f15a__wakuorg_nwaku:latest.log
2026-02-03 04:33:26.137 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 37351
2026-02-03 04:33:26.137 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-02-03 04:33:27.138 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37351/health" -H "Content-Type: application/json" -d 'None'
2026-02-03 04:33:27.143 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"}]}'
2026-02-03 04:33:27.143 INFO [src.node.waku_node] Node protocols are initialized !!
2026-02-03 04:33:27.143 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37351/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-02-03 04:33:27.146 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.118.224/tcp/37352/p2p/16Uiu2HAmUgyHWmoBFyAiWiR7nmYUceNNJaWuAUTM8Kz61UybpWse","/ip4/172.18.118.224/tcp/37353/ws/p2p/16Uiu2HAmUgyHWmoBFyAiWiR7nmYUceNNJaWuAUTM8Kz61UybpWse"],"enrUri":"enr:-L24QOCZKKF11PZjhrEi_NR_pv4kQ3YSRKcmml9wluG0h4cDWxadunxL9Im5kILfSM3F63u_c872M0Q14Bs1yUuGlEACgmlkgnY0gmlwhKwSduCKbXVsdGlhZGRyc5YACASsEnbgBpHoAAoErBJ24AaR6d0DgnJzhQADAQAAiXNlY3AyNTZrMaED7jzyuIxe5EVHCaelIEEaWR69oPFijzf9ZO3XATo-5MWDdGNwgpHog3VkcIKR6oV3YWt1MgA"}'
2026-02-03 04:33:27.146 INFO [src.node.waku_node] REST service is ready !!
2026-02-03 04:33:27.146 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:2115/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
2026-02-03 04:33:27.149 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-03 04:33:27.149 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:32881/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
2026-02-03 04:33:27.154 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-03 04:33:27.155 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2115/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
2026-02-03 04:33:27.158 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.152.146/tcp/51580/p2p/16Uiu2HAmPj78JPhptsowSWWtSCdGdBbEksjriUpA8HCReEuqRkKg","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-127-ga4e44d","origin":"UnknownOrigin"}]'
2026-02-03 04:33:27.158 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:32881/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
2026-02-03 04:33:27.160 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.175.24/tcp/2116/p2p/16Uiu2HAmGXdfD6Ltr96ZVax7iH4xxh6ggWhsVeVgWQQrdAH5BKS4","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-127-ga4e44d","origin":"Discv5"}]'
2026-02-03 04:33:27.160 DEBUG [src.libs.common] Sleeping for 30 seconds
2026-02-03 04:33:57.161 DEBUG [src.steps.store] Relaying message
2026-02-03 04:33:57.161 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:2115/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-03 04:33:57.167 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-02-03 04:33:57.168 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-02-03 04:33:57.368 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
2026-02-03 04:33:57.369 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37351/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F1&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-02-03 04:33:57.404 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"684baf5c25d166a05a97","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x46451fd1e9a7d76156ae0aa48748ae9089069ebf722aa811440d73a2f7575a02"}]}'
2026-02-03 04:33:57.405 DEBUG [src.steps.store] messages length is 1
2026-02-03 04:33:57.412 DEBUG [tests.conftest] Running fixture teardown: test_setup
2026-02-03 04:33:57.413 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2026-02-03 04:33:57.413 DEBUG [src.node.waku_node] Stopping container with id b52c8e772a1b
2026-02-03 04:33:57.984 DEBUG [src.node.waku_node] Container stopped.
2026-02-03 04:33:57.984 DEBUG [src.node.waku_node] Stopping container with id 642306075c8e
2026-02-03 04:33:58.506 DEBUG [src.node.waku_node] Container stopped.
2026-02-03 04:33:58.506 DEBUG [src.node.waku_node] Stopping container with id 6f4983c8239f
2026-02-03 04:33:58.799 ERROR [src.node.docker_mananger] Max retries reached for container b52c8e772a1b. Exiting log stream.
2026-02-03 04:33:59.001 DEBUG [src.node.waku_node] Container stopped.
2026-02-03 04:33:59.002 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2026-02-03 04:33:59.021 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-02-03 04:33:59.044 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-02-03 04:33:59.050 DEBUG [src.node.docker_mananger] No errors found in the waku logs.