2026-03-16 12:56:34 +00:00

101 lines
19 KiB
Plaintext

2026-03-16 12:33:23.733 DEBUG [tests.conftest] Running fixture setup: test_id
2026-03-16 12:33:23.734 DEBUG [tests.conftest] Running test: test_store_node_not_connected_directly_to_relaying_node with id: 2026-03-16_12-33-23__2410a4bd-a3f3-44d8-af81-057ac21b61b1
2026-03-16 12:33:23.734 DEBUG [src.steps.common] Running fixture setup: common_setup
2026-03-16 12:33:23.734 DEBUG [src.steps.filter] Running fixture setup: filter_setup
2026-03-16 12:33:23.734 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
2026-03-16 12:33:23.743 DEBUG [src.node.docker_mananger] Docker client initialized with image harbor.status.im/wakuorg/nwaku:v0.38.0-rc.0
2026-03-16 12:33:23.743 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-16_12-33-23__2410a4bd-a3f3-44d8-af81-057ac21b61b1__harbor.status.im_wakuorg_nwaku:v0.38.0-rc.0.log
2026-03-16 12:33:23.748 DEBUG [src.node.docker_mananger] Docker client initialized with image harbor.status.im/wakuorg/nwaku:v0.38.0-rc.0
2026-03-16 12:33:23.748 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-16_12-33-23__2410a4bd-a3f3-44d8-af81-057ac21b61b1__harbor.status.im_wakuorg_nwaku:v0.38.0-rc.0.log
2026-03-16 12:33:23.753 DEBUG [src.node.docker_mananger] Docker client initialized with image harbor.status.im/wakuorg/nwaku:v0.38.0-rc.0
2026-03-16 12:33:23.753 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2026-03-16_12-33-23__2410a4bd-a3f3-44d8-af81-057ac21b61b1__harbor.status.im_wakuorg_nwaku:v0.38.0-rc.0.log
2026-03-16 12:33:23.753 DEBUG [src.steps.relay] Running fixture setup: relay_setup
2026-03-16 12:33:23.754 DEBUG [src.steps.store] Running fixture setup: store_setup
2026-03-16 12:33:23.754 DEBUG [src.node.waku_node] Starting Node...
2026-03-16 12:33:23.754 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-16 12:33:23.787 DEBUG [src.node.docker_mananger] Network waku created
2026-03-16 12:33:23.787 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.208.45
2026-03-16 12:33:23.787 DEBUG [src.node.docker_mananger] Generated ports ['46847', '46848', '46849', '46850', '46851']
2026-03-16 12:33:23.787 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-16 12:33:23.787 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-16 12:33:23.787 DEBUG [src.node.waku_node] Using volumes []
2026-03-16 12:33:23.788 DEBUG [src.node.docker_mananger] docker run -i -t -p 46847:46847 -p 46848:46848 -p 46849:46849 -p 46850:46850 -p 46851:46851 harbor.status.im/wakuorg/nwaku:v0.38.0-rc.0 --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=46849 --rest-port=46847 --tcp-port=46848 --discv5-udp-port=46850 --rest-address=0.0.0.0 --nat=extip:172.18.208.45 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=aab1e0232bce5b7b9284a2ebe9edaddceab35bc81777ffc7a6d6fc3c17bf206a --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=46851 --metrics-logging=true --relay=true
2026-03-16 12:33:34.902 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.208.45 waku 0d5657dc7b6e8969f8ce3fce16ef051fe25f3437338b41700262d838306f82bb
2026-03-16 12:33:34.928 DEBUG [src.node.docker_mananger] Container started with ID 0d5657dc7b6e. Setting up logs at ./log/docker/node1_2026-03-16_12-33-23__2410a4bd-a3f3-44d8-af81-057ac21b61b1__harbor.status.im_wakuorg_nwaku:v0.38.0-rc.0.log
2026-03-16 12:33:34.928 DEBUG [src.node.waku_node] Started container from image harbor.status.im/wakuorg/nwaku:v0.38.0-rc.0. REST: 46847
2026-03-16 12:33:34.930 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-16 12:33:35.932 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46847/health" -H "Content-Type: application/json" -d 'None'
2026-03-16 12:33:35.935 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-16 12:33:35.935 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-16 12:33:35.936 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46847/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-16 12:33:35.938 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.208.45/tcp/46848/p2p/16Uiu2HAmPkCJksUP7iFE8xwbmng9npqYsUAtD2QiF2VJZtrAuMy7","/ip4/172.18.208.45/tcp/46849/ws/p2p/16Uiu2HAmPkCJksUP7iFE8xwbmng9npqYsUAtD2QiF2VJZtrAuMy7"],"enrUri":"enr:-L24QOAtGbskmz1xRvDuZWr0tQUhLM-T1S6w-2VWv6h9MbhwQcqYoKEHOMsNtFVX5g0tAp74uVk2L38g_YPhF2a-BDQCgmlkgnY0gmlwhKwS0C2KbXVsdGlhZGRyc5YACASsEtAtBrcAAAoErBLQLQa3Ad0DgnJzhQADAQAAiXNlY3AyNTZrMaEDpMX6s68CAstfEOGg1PQjWzD8LQOaS1RcoU9WhVKMOJaDdGNwgrcAg3VkcIK3AoV3YWt1MgE"}'
2026-03-16 12:33:35.938 INFO [src.node.waku_node] REST service is ready !!
2026-03-16 12:33:35.938 DEBUG [src.node.waku_node] Starting Node...
2026-03-16 12:33:35.938 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-16 12:33:35.940 DEBUG [src.node.docker_mananger] Network waku already exists
2026-03-16 12:33:35.940 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.162.164
2026-03-16 12:33:35.940 DEBUG [src.node.docker_mananger] Generated ports ['27534', '27535', '27536', '27537', '27538']
2026-03-16 12:33:35.940 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-16 12:33:35.940 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-16 12:33:35.940 DEBUG [src.node.waku_node] Using volumes []
2026-03-16 12:33:35.940 DEBUG [src.node.docker_mananger] docker run -i -t -p 27534:27534 -p 27535:27535 -p 27536:27536 -p 27537:27537 -p 27538:27538 harbor.status.im/wakuorg/nwaku:v0.38.0-rc.0 --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=27536 --rest-port=27534 --tcp-port=27535 --discv5-udp-port=27537 --rest-address=0.0.0.0 --nat=extip:172.18.162.164 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=bbcde8bf2e6a42660beafde5cc891acb9bdabfea05fda104d0deae4035ac7a8a --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=27538 --metrics-logging=true --store=true --relay=true --discv5-bootstrap-node=enr:-L24QOAtGbskmz1xRvDuZWr0tQUhLM-T1S6w-2VWv6h9MbhwQcqYoKEHOMsNtFVX5g0tAp74uVk2L38g_YPhF2a-BDQCgmlkgnY0gmlwhKwS0C2KbXVsdGlhZGRyc5YACASsEtAtBrcAAAoErBLQLQa3Ad0DgnJzhQADAQAAiXNlY3AyNTZrMaEDpMX6s68CAstfEOGg1PQjWzD8LQOaS1RcoU9WhVKMOJaDdGNwgrcAg3VkcIK3AoV3YWt1MgE
2026-03-16 12:33:36.091 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.162.164 waku 866baad700163cc405a5331c3e9d0daa60ff034f0431c6d671fef3b3ee6b12e6
2026-03-16 12:33:36.116 DEBUG [src.node.docker_mananger] Container started with ID 866baad70016. Setting up logs at ./log/docker/node2_2026-03-16_12-33-23__2410a4bd-a3f3-44d8-af81-057ac21b61b1__harbor.status.im_wakuorg_nwaku:v0.38.0-rc.0.log
2026-03-16 12:33:36.117 DEBUG [src.node.waku_node] Started container from image harbor.status.im/wakuorg/nwaku:v0.38.0-rc.0. REST: 27534
2026-03-16 12:33:36.117 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-16 12:33:37.117 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27534/health" -H "Content-Type: application/json" -d 'None'
2026-03-16 12:33:37.120 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-16 12:33:37.121 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-16 12:33:37.121 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27534/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-16 12:33:37.123 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.162.164/tcp/27535/p2p/16Uiu2HAm197cmvaEr1G6ZB4xVxZuW5xGriygVv7h7JsS44XYTeEZ","/ip4/172.18.162.164/tcp/27536/ws/p2p/16Uiu2HAm197cmvaEr1G6ZB4xVxZuW5xGriygVv7h7JsS44XYTeEZ"],"enrUri":"enr:-L24QI3-qsBMgmbmtPNeceSctY0jz7s3B7y5w-ggc89XGcE9e7Dc17WrJDV2TSGsBzLZRv9bTOMSAdQ2g59vQtiJ5gwCgmlkgnY0gmlwhKwSoqSKbXVsdGlhZGRyc5YACASsEqKkBmuPAAoErBKipAZrkN0DgnJzhQADAQAAiXNlY3AyNTZrMaECVOg8gX8OHvLr00D9rkcQTbDqf5JvXp1IrM-KgkUr4kaDdGNwgmuPg3VkcIJrkYV3YWt1MgM"}'
2026-03-16 12:33:37.123 INFO [src.node.waku_node] REST service is ready !!
2026-03-16 12:33:37.123 DEBUG [src.node.waku_node] Starting Node...
2026-03-16 12:33:37.123 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-16 12:33:37.125 DEBUG [src.node.docker_mananger] Network waku already exists
2026-03-16 12:33:37.125 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.183.68
2026-03-16 12:33:37.125 DEBUG [src.node.docker_mananger] Generated ports ['35207', '35208', '35209', '35210', '35211']
2026-03-16 12:33:37.125 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-16 12:33:37.126 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-16 12:33:37.126 DEBUG [src.node.waku_node] Using volumes []
2026-03-16 12:33:37.126 DEBUG [src.node.docker_mananger] docker run -i -t -p 35207:35207 -p 35208:35208 -p 35209:35209 -p 35210:35210 -p 35211:35211 harbor.status.im/wakuorg/nwaku:v0.38.0-rc.0 --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=35209 --rest-port=35207 --tcp-port=35208 --discv5-udp-port=35210 --rest-address=0.0.0.0 --nat=extip:172.18.183.68 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=c71f2cfeaac4ec5ba1871fdc63a6c10a8fa2b6ee5d69a38016910ebaeeafa89b --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=35211 --metrics-logging=true --relay=false --storenode=/ip4/172.18.162.164/tcp/27535/p2p/16Uiu2HAm197cmvaEr1G6ZB4xVxZuW5xGriygVv7h7JsS44XYTeEZ --discv5-bootstrap-node=enr:-L24QI3-qsBMgmbmtPNeceSctY0jz7s3B7y5w-ggc89XGcE9e7Dc17WrJDV2TSGsBzLZRv9bTOMSAdQ2g59vQtiJ5gwCgmlkgnY0gmlwhKwSoqSKbXVsdGlhZGRyc5YACASsEqKkBmuPAAoErBKipAZrkN0DgnJzhQADAQAAiXNlY3AyNTZrMaECVOg8gX8OHvLr00D9rkcQTbDqf5JvXp1IrM-KgkUr4kaDdGNwgmuPg3VkcIJrkYV3YWt1MgM
2026-03-16 12:33:37.291 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.183.68 waku 8385fec51d3d2d321881cf92167ce22fa24bb1ed94205dbb903e85cb90ecc0dc
2026-03-16 12:33:37.319 DEBUG [src.node.docker_mananger] Container started with ID 8385fec51d3d. Setting up logs at ./log/docker/node3_2026-03-16_12-33-23__2410a4bd-a3f3-44d8-af81-057ac21b61b1__harbor.status.im_wakuorg_nwaku:v0.38.0-rc.0.log
2026-03-16 12:33:37.319 DEBUG [src.node.waku_node] Started container from image harbor.status.im/wakuorg/nwaku:v0.38.0-rc.0. REST: 35207
2026-03-16 12:33:37.320 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-16 12:33:38.320 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35207/health" -H "Content-Type: application/json" -d 'None'
2026-03-16 12:33:38.323 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-16 12:33:38.323 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-16 12:33:38.323 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35207/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-16 12:33:38.325 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.183.68/tcp/35208/p2p/16Uiu2HAkve1o5KUYDxRkRnt1LuxfEBUSXeLAn6cSGJkAgi6WfByv","/ip4/172.18.183.68/tcp/35209/ws/p2p/16Uiu2HAkve1o5KUYDxRkRnt1LuxfEBUSXeLAn6cSGJkAgi6WfByv"],"enrUri":"enr:-L24QIpToAMRFxLi3j-hDG5YgeNvJCUCVVIbKuvt5260B7dcR09euHiyPiVNzWMcR2uDLGlQmfMJ8zal3IuvVJi_1ugCgmlkgnY0gmlwhKwSt0SKbXVsdGlhZGRyc5YACASsErdEBomIAAoErBK3RAaJid0DgnJzhQADAQAAiXNlY3AyNTZrMaECEgUPz0QZpFD5zGj6bKRYZaz-9I33hRhPdrsFESTdBe2DdGNwgomIg3VkcIKJioV3YWt1MgA"}'
2026-03-16 12:33:38.326 INFO [src.node.waku_node] REST service is ready !!
2026-03-16 12:33:38.326 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:46847/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
2026-03-16 12:33:38.330 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-16 12:33:38.330 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:27534/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
2026-03-16 12:33:38.334 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-16 12:33:38.336 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46847/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
2026-03-16 12:33:38.339 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.162.164/tcp/41306/p2p/16Uiu2HAm197cmvaEr1G6ZB4xVxZuW5xGriygVv7h7JsS44XYTeEZ","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","origin":"UnknownOrigin"}]'
2026-03-16 12:33:38.339 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27534/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
2026-03-16 12:33:38.341 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.208.45/tcp/46848/p2p/16Uiu2HAmPkCJksUP7iFE8xwbmng9npqYsUAtD2QiF2VJZtrAuMy7","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","origin":"Discv5"}]'
2026-03-16 12:33:38.341 DEBUG [src.libs.common] Sleeping for 30 seconds
2026-03-16 12:34:08.342 DEBUG [src.steps.store] Relaying message
2026-03-16 12:34:08.342 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:46847/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-16 12:34:08.346 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-16 12:34:08.347 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-16 12:34:08.548 DEBUG [src.steps.store] Checking that peer harbor.status.im/wakuorg/nwaku:v0.38.0-rc.0 can find the stored messages
2026-03-16 12:34:08.548 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35207/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F1&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-03-16 12:34:08.586 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"d0586bb640d0d0de49c2","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xad81a2463013baa1a576d88f865f8f9a395b45628b6c6e925ed311c5fa72fe31"}]}'
2026-03-16 12:34:08.589 DEBUG [src.steps.store] messages length is 1
2026-03-16 12:34:08.594 DEBUG [tests.conftest] Running fixture teardown: test_setup
2026-03-16 12:34:08.595 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2026-03-16 12:34:08.595 DEBUG [src.node.waku_node] Stopping container with id 0d5657dc7b6e
2026-03-16 12:34:09.071 DEBUG [src.node.waku_node] Container stopped.
2026-03-16 12:34:09.071 DEBUG [src.node.waku_node] Stopping container with id 866baad70016
2026-03-16 12:34:09.536 DEBUG [src.node.waku_node] Container stopped.
2026-03-16 12:34:09.536 DEBUG [src.node.waku_node] Stopping container with id 8385fec51d3d
2026-03-16 12:34:09.883 ERROR [src.node.docker_mananger] Max retries reached for container 0d5657dc7b6e. Exiting log stream.
2026-03-16 12:34:09.979 DEBUG [src.node.waku_node] Container stopped.
2026-03-16 12:34:09.982 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2026-03-16 12:34:09.998 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-03-16 12:34:10.016 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-03-16 12:34:10.020 DEBUG [src.node.docker_mananger] No errors found in the waku logs.