100 lines
19 KiB
Plaintext

2026-03-01 04:37:21.950 DEBUG [tests.conftest] Running fixture setup: test_id
2026-03-01 04:37:21.950 DEBUG [tests.conftest] Running test: test_store_node_not_connected_directly_to_lightpushing_node with id: 2026-03-01_04-37-21__b46af455-bf23-4042-ab06-2f380f31640c
2026-03-01 04:37:21.951 DEBUG [src.steps.common] Running fixture setup: common_setup
2026-03-01 04:37:21.951 DEBUG [src.steps.filter] Running fixture setup: filter_setup
2026-03-01 04:37:21.951 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
2026-03-01 04:37:21.960 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-01 04:37:21.960 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-01_04-37-21__b46af455-bf23-4042-ab06-2f380f31640c__wakuorg_nwaku:latest.log
2026-03-01 04:37:21.967 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-01 04:37:21.967 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-01_04-37-21__b46af455-bf23-4042-ab06-2f380f31640c__wakuorg_nwaku:latest.log
2026-03-01 04:37:21.973 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-01 04:37:21.973 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2026-03-01_04-37-21__b46af455-bf23-4042-ab06-2f380f31640c__wakuorg_nwaku:latest.log
2026-03-01 04:37:21.974 DEBUG [src.steps.relay] Running fixture setup: relay_setup
2026-03-01 04:37:21.974 DEBUG [src.steps.store] Running fixture setup: store_setup
2026-03-01 04:37:21.975 DEBUG [src.node.waku_node] Starting Node...
2026-03-01 04:37:21.975 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-01 04:37:22.020 DEBUG [src.node.docker_mananger] Network waku created
2026-03-01 04:37:22.021 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.83.159
2026-03-01 04:37:22.021 DEBUG [src.node.docker_mananger] Generated ports ['57924', '57925', '57926', '57927', '57928']
2026-03-01 04:37:22.021 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-01 04:37:22.021 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-01 04:37:22.021 DEBUG [src.node.waku_node] Using volumes []
2026-03-01 04:37:22.021 DEBUG [src.node.docker_mananger] docker run -i -t -p 57924:57924 -p 57925:57925 -p 57926:57926 -p 57927:57927 -p 57928:57928 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=57926 --rest-port=57924 --tcp-port=57925 --discv5-udp-port=57927 --rest-address=0.0.0.0 --nat=extip:172.18.83.159 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=caa20b39925608b30b3d52c8bcb8c0f96b6e25aa8d0ac8c42f0f94bac0b5deb1 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=57928 --metrics-logging=true --lightpush=true
2026-03-01 04:37:25.726 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.83.159 waku 806a5e9ba358be3c24976cd19b093459d876f50856682ab981ad4e50846f4af9
2026-03-01 04:37:25.762 DEBUG [src.node.docker_mananger] Container started with ID 806a5e9ba358. Setting up logs at ./log/docker/node1_2026-03-01_04-37-21__b46af455-bf23-4042-ab06-2f380f31640c__wakuorg_nwaku:latest.log
2026-03-01 04:37:25.762 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 57924
2026-03-01 04:37:25.763 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-01 04:37:26.764 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57924/health" -H "Content-Type: application/json" -d 'None'
2026-03-01 04:37:26.767 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_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"},{"Rln Relay":"NOT_MOUNTED"}]}'
2026-03-01 04:37:26.768 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-01 04:37:26.768 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57924/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-01 04:37:26.770 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.83.159/tcp/57925/p2p/16Uiu2HAkyxpZPVTzA4orrmh5M9yw56r8zLNgeratj1Zr8GqjTN1y","/ip4/172.18.83.159/tcp/57926/ws/p2p/16Uiu2HAkyxpZPVTzA4orrmh5M9yw56r8zLNgeratj1Zr8GqjTN1y"],"enrUri":"enr:-L24QBOVLpJ0ORBeqNIo1I-dQndENXKXz9WQsfk8jth5zVi9fKsJWbjpj3IPHhX6tX3e-bq7ev4IP7mn3J5ovmrCJ2MCgmlkgnY0gmlwhKwSU5-KbXVsdGlhZGRyc5YACASsElOfBuJFAAoErBJTnwbiRt0DgnJzhQADAQAAiXNlY3AyNTZrMaECQ2l0DpnAPDr-hi9TmsVojvtceOQdRL-ss1NG9Z4IBxyDdGNwguJFg3VkcILiR4V3YWt1Mgk"}'
2026-03-01 04:37:26.770 INFO [src.node.waku_node] REST service is ready !!
2026-03-01 04:37:26.771 DEBUG [src.node.waku_node] Starting Node...
2026-03-01 04:37:26.771 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-01 04:37:26.772 DEBUG [src.node.docker_mananger] Network waku already exists
2026-03-01 04:37:26.772 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.172.174
2026-03-01 04:37:26.772 DEBUG [src.node.docker_mananger] Generated ports ['64786', '64787', '64788', '64789', '64790']
2026-03-01 04:37:26.773 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-01 04:37:26.773 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-01 04:37:26.773 DEBUG [src.node.waku_node] Using volumes []
2026-03-01 04:37:26.773 DEBUG [src.node.docker_mananger] docker run -i -t -p 64786:64786 -p 64787:64787 -p 64788:64788 -p 64789:64789 -p 64790:64790 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=64788 --rest-port=64786 --tcp-port=64787 --discv5-udp-port=64789 --rest-address=0.0.0.0 --nat=extip:172.18.172.174 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=90eddebca76bf6c92eb63bdbd6b62bed5d946f8df6adf9124ece6a2674786a24 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=64790 --metrics-logging=true --lightpush=true --store=true --relay=true --discv5-bootstrap-node=enr:-L24QBOVLpJ0ORBeqNIo1I-dQndENXKXz9WQsfk8jth5zVi9fKsJWbjpj3IPHhX6tX3e-bq7ev4IP7mn3J5ovmrCJ2MCgmlkgnY0gmlwhKwSU5-KbXVsdGlhZGRyc5YACASsElOfBuJFAAoErBJTnwbiRt0DgnJzhQADAQAAiXNlY3AyNTZrMaECQ2l0DpnAPDr-hi9TmsVojvtceOQdRL-ss1NG9Z4IBxyDdGNwguJFg3VkcILiR4V3YWt1Mgk --lightpushnode=/ip4/172.18.83.159/tcp/57925/p2p/16Uiu2HAkyxpZPVTzA4orrmh5M9yw56r8zLNgeratj1Zr8GqjTN1y
2026-03-01 04:37:26.975 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.172.174 waku f3853b8435abb3a124fe9d7b9263cb0aaf1f420e1121c25eae649209f3e36006
2026-03-01 04:37:27.012 DEBUG [src.node.docker_mananger] Container started with ID f3853b8435ab. Setting up logs at ./log/docker/node2_2026-03-01_04-37-21__b46af455-bf23-4042-ab06-2f380f31640c__wakuorg_nwaku:latest.log
2026-03-01 04:37:27.013 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 64786
2026-03-01 04:37:27.013 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-01 04:37:28.014 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:64786/health" -H "Content-Type: application/json" -d 'None'
2026-03-01 04:37:28.017 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"PartiallyConnected","protocolsHealth":[{"Relay":"READY"},{"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"},{"Rln Relay":"NOT_MOUNTED"}]}'
2026-03-01 04:37:28.018 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-01 04:37:28.018 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:64786/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-01 04:37:28.020 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.172.174/tcp/64787/p2p/16Uiu2HAm4vBzNCNpVQpic79kGTfQkpHDHtw36URZAwEnxUAH7etc","/ip4/172.18.172.174/tcp/64788/ws/p2p/16Uiu2HAm4vBzNCNpVQpic79kGTfQkpHDHtw36URZAwEnxUAH7etc"],"enrUri":"enr:-L24QFZQKmIF5NkXtCmXF98bmoNNRAO89u2wULz7zay8RXKRDKkbScy81dWrMNsSOVi9SKNzPVKKJdbMhDfb-pW3h1ACgmlkgnY0gmlwhKwSrK6KbXVsdGlhZGRyc5YACASsEqyuBv0TAAoErBKsrgb9FN0DgnJzhQADAQAAiXNlY3AyNTZrMaECjQdglHJQndMA37O--VqRNJkawK_HblvSI7N2PqNL67WDdGNwgv0Tg3VkcIL9FYV3YWt1Mgs"}'
2026-03-01 04:37:28.020 INFO [src.node.waku_node] REST service is ready !!
2026-03-01 04:37:28.021 DEBUG [src.node.waku_node] Starting Node...
2026-03-01 04:37:28.021 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-01 04:37:28.022 DEBUG [src.node.docker_mananger] Network waku already exists
2026-03-01 04:37:28.022 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.146.236
2026-03-01 04:37:28.022 DEBUG [src.node.docker_mananger] Generated ports ['40554', '40555', '40556', '40557', '40558']
2026-03-01 04:37:28.023 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-01 04:37:28.023 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-01 04:37:28.023 DEBUG [src.node.waku_node] Using volumes []
2026-03-01 04:37:28.023 DEBUG [src.node.docker_mananger] docker run -i -t -p 40554:40554 -p 40555:40555 -p 40556:40556 -p 40557:40557 -p 40558:40558 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=40556 --rest-port=40554 --tcp-port=40555 --discv5-udp-port=40557 --rest-address=0.0.0.0 --nat=extip:172.18.146.236 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=d9cd1d20cddc0efdecbb1079af67eaabcbca9808f93545b4b48f5fff5476a3a5 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=40558 --metrics-logging=true --relay=false --storenode=/ip4/172.18.172.174/tcp/64787/p2p/16Uiu2HAm4vBzNCNpVQpic79kGTfQkpHDHtw36URZAwEnxUAH7etc --discv5-bootstrap-node=enr:-L24QFZQKmIF5NkXtCmXF98bmoNNRAO89u2wULz7zay8RXKRDKkbScy81dWrMNsSOVi9SKNzPVKKJdbMhDfb-pW3h1ACgmlkgnY0gmlwhKwSrK6KbXVsdGlhZGRyc5YACASsEqyuBv0TAAoErBKsrgb9FN0DgnJzhQADAQAAiXNlY3AyNTZrMaECjQdglHJQndMA37O--VqRNJkawK_HblvSI7N2PqNL67WDdGNwgv0Tg3VkcIL9FYV3YWt1Mgs
2026-03-01 04:37:28.224 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.146.236 waku e2a45346c712317eb35f8ea6fe1728f6e4b3eed46e1b8472718de4583eed93b7
2026-03-01 04:37:28.262 DEBUG [src.node.docker_mananger] Container started with ID e2a45346c712. Setting up logs at ./log/docker/node3_2026-03-01_04-37-21__b46af455-bf23-4042-ab06-2f380f31640c__wakuorg_nwaku:latest.log
2026-03-01 04:37:28.262 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 40554
2026-03-01 04:37:28.263 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-01 04:37:29.264 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40554/health" -H "Content-Type: application/json" -d 'None'
2026-03-01 04:37:29.267 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-01 04:37:29.267 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-01 04:37:29.267 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40554/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-01 04:37:29.269 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.146.236/tcp/40555/p2p/16Uiu2HAmGvRuxKRds3mkdGgsWxr9GNbG6bnerdgevx6LNpY1hnB6","/ip4/172.18.146.236/tcp/40556/ws/p2p/16Uiu2HAmGvRuxKRds3mkdGgsWxr9GNbG6bnerdgevx6LNpY1hnB6"],"enrUri":"enr:-L24QPL6x1za2ho99y8djNz1p3WOUOsDYHDi71eQsxEJmDqCeNtffyDdX9erShrpBpSzvmmqU88BB1etn6tezcimdQsCgmlkgnY0gmlwhKwSkuyKbXVsdGlhZGRyc5YACASsEpLsBp5rAAoErBKS7AaebN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDP2NdPe5rQYC5d-BrYd-DFmXgcrICDRkXEt9Iy09G8X2DdGNwgp5rg3VkcIKebYV3YWt1MgA"}'
2026-03-01 04:37:29.270 INFO [src.node.waku_node] REST service is ready !!
2026-03-01 04:37:29.270 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:57924/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
2026-03-01 04:37:29.275 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-01 04:37:29.275 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:64786/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
2026-03-01 04:37:29.280 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-01 04:37:29.282 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57924/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
2026-03-01 04:37:29.287 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.172.174/tcp/47626/p2p/16Uiu2HAm4vBzNCNpVQpic79kGTfQkpHDHtw36URZAwEnxUAH7etc","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-157-gba8587","origin":"UnknownOrigin"}]'
2026-03-01 04:37:29.287 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:64786/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
2026-03-01 04:37:29.289 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.83.159/tcp/57925/p2p/16Uiu2HAkyxpZPVTzA4orrmh5M9yw56r8zLNgeratj1Zr8GqjTN1y","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-157-gba8587","origin":"Discv5"}]'
2026-03-01 04:37:29.289 DEBUG [src.libs.common] Sleeping for 30 seconds
2026-03-01 04:37:59.290 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:57924/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": 1772339879290335301}}'
2026-03-01 04:37:59.303 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-01 04:37:59.303 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-01 04:38:00.304 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
2026-03-01 04:38:00.304 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40554/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F1&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-03-01 04:38:00.357 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"cac78445b206e76717b2","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xb1aa88014371f1cebb027e0240a5003f3d3e1680ddc6202ca76530d8ad4651c8"}]}'
2026-03-01 04:38:00.358 DEBUG [src.steps.store] messages length is 1
2026-03-01 04:38:00.367 DEBUG [tests.conftest] Running fixture teardown: test_setup
2026-03-01 04:38:00.368 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2026-03-01 04:38:00.368 DEBUG [src.node.waku_node] Stopping container with id 806a5e9ba358
2026-03-01 04:38:00.929 DEBUG [src.node.waku_node] Container stopped.
2026-03-01 04:38:00.932 DEBUG [src.node.waku_node] Stopping container with id f3853b8435ab
2026-03-01 04:38:01.490 DEBUG [src.node.waku_node] Container stopped.
2026-03-01 04:38:01.493 DEBUG [src.node.waku_node] Stopping container with id e2a45346c712
2026-03-01 04:38:01.742 ERROR [src.node.docker_mananger] Max retries reached for container 806a5e9ba358. Exiting log stream.
2026-03-01 04:38:02.031 DEBUG [src.node.waku_node] Container stopped.
2026-03-01 04:38:02.034 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2026-03-01 04:38:02.052 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-03-01 04:38:02.071 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-03-01 04:38:02.076 DEBUG [src.node.docker_mananger] No errors found in the waku logs.