133 lines
23 KiB
Plaintext

2025-12-08 12:15:46.015 DEBUG [tests.conftest] Running fixture setup: test_id
2025-12-08 12:15:46.016 DEBUG [tests.conftest] Running test: test_store_sync_indirect_node with id: 2025-12-08_12-15-46__a9624116-8e5b-4786-9253-0c68c6735197
2025-12-08 12:15:46.017 DEBUG [src.steps.common] Running fixture setup: common_setup
2025-12-08 12:15:46.026 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2025-12-08 12:15:46.026 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-08_12-15-46__a9624116-8e5b-4786-9253-0c68c6735197__wakuorg_nwaku:latest.log
2025-12-08 12:15:46.034 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2025-12-08 12:15:46.035 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2025-12-08_12-15-46__a9624116-8e5b-4786-9253-0c68c6735197__wakuorg_nwaku:latest.log
2025-12-08 12:15:46.042 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2025-12-08 12:15:46.043 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2025-12-08_12-15-46__a9624116-8e5b-4786-9253-0c68c6735197__wakuorg_nwaku:latest.log
2025-12-08 12:15:46.043 DEBUG [src.steps.store] Running fixture setup: store_setup
2025-12-08 12:15:46.044 DEBUG [src.node.waku_node] Starting Node...
2025-12-08 12:15:46.044 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2025-12-08 12:15:46.046 DEBUG [src.node.docker_mananger] Network waku already exists
2025-12-08 12:15:46.047 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.152.208
2025-12-08 12:15:46.047 DEBUG [src.node.docker_mananger] Generated ports ['65462', '65463', '65464', '65465', '65466']
2025-12-08 12:15:46.047 DEBUG [src.node.waku_node] RLN credentials were not set
2025-12-08 12:15:46.047 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2025-12-08 12:15:46.047 DEBUG [src.node.waku_node] Using volumes []
2025-12-08 12:15:46.047 DEBUG [src.node.docker_mananger] docker run -i -t -p 65462:65462 -p 65463:65463 -p 65464:65464 -p 65465:65465 -p 65466:65466 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=65464 --rest-port=65462 --tcp-port=65463 --discv5-udp-port=65465 --rest-address=0.0.0.0 --nat=extip:172.18.152.208 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=6b318edeac22f1bf5f7f4833a294dfdfb60cca1438700953c3ba0a7c0aa8bbb1 --store-sync=true --store=true --store-sync-range=45 --store-sync-interval=10 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=65466 --metrics-logging=true --store-sync-relay-jitter=0 --relay=true
2025-12-08 12:15:46.231 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.152.208 waku fb149158e35483c0e392fbf06fce754c47b51593ba76f36b33b3a68e70ee0bab
2025-12-08 12:15:46.236 ERROR [src.node.docker_mananger] Max retries reached for container 11922ebb269c. Exiting log stream.
2025-12-08 12:15:46.264 DEBUG [src.node.docker_mananger] Container started with ID fb149158e354. Setting up logs at ./log/docker/node1_2025-12-08_12-15-46__a9624116-8e5b-4786-9253-0c68c6735197__wakuorg_nwaku:latest.log
2025-12-08 12:15:46.265 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 65462
2025-12-08 12:15:46.266 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-08 12:15:46.859 ERROR [src.node.docker_mananger] Max retries reached for container 317a2f42ad38. Exiting log stream.
2025-12-08 12:15:47.267 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65462/health" -H "Content-Type: application/json" -d 'None'
2025-12-08 12:15:47.270 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"}]}'
2025-12-08 12:15:47.270 INFO [src.node.waku_node] Node protocols are initialized !!
2025-12-08 12:15:47.270 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65462/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2025-12-08 12:15:47.272 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.152.208/tcp/65463/p2p/16Uiu2HAkvpQjHnJfVWkqYiqP34KqZDcT2xoeWpH3jt6hZCgjjAkV","/ip4/172.18.152.208/tcp/65464/ws/p2p/16Uiu2HAkvpQjHnJfVWkqYiqP34KqZDcT2xoeWpH3jt6hZCgjjAkV"],"enrUri":"enr:-L24QMKGNS7-YpguYEyCUdH7remLxn1VRr2OLR38lWBbqJHFEY0uJL7meSDTn8glPmK2EOg8mAXIT-79eKaNDQscqNkCgmlkgnY0gmlwhKwSmNCKbXVsdGlhZGRyc5YACASsEpjQBv-3AAoErBKY0Ab_uN0DgnJzhQADAQAAiXNlY3AyNTZrMaECFK7NX496I49Ed0fo7nLXouk8DhWRF1fhT3EMY8rNNW6DdGNwgv-3g3VkcIL_uYV3YWt1MhM"}'
2025-12-08 12:15:47.273 INFO [src.node.waku_node] REST service is ready !!
2025-12-08 12:15:47.273 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65462/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
2025-12-08 12:15:47.286 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-08 12:15:47.286 DEBUG [src.node.waku_node] Starting Node...
2025-12-08 12:15:47.286 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2025-12-08 12:15:47.288 DEBUG [src.node.docker_mananger] Network waku already exists
2025-12-08 12:15:47.288 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.105.251
2025-12-08 12:15:47.288 DEBUG [src.node.docker_mananger] Generated ports ['47895', '47896', '47897', '47898', '47899']
2025-12-08 12:15:47.288 DEBUG [src.node.waku_node] RLN credentials were not set
2025-12-08 12:15:47.288 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2025-12-08 12:15:47.289 DEBUG [src.node.waku_node] Using volumes []
2025-12-08 12:15:47.289 DEBUG [src.node.docker_mananger] docker run -i -t -p 47895:47895 -p 47896:47896 -p 47897:47897 -p 47898:47898 -p 47899:47899 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=47897 --rest-port=47895 --tcp-port=47896 --discv5-udp-port=47898 --rest-address=0.0.0.0 --nat=extip:172.18.105.251 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=3a8ef5ab0882273b998c6ae19f78e7fc22feb65e9abe2c89af009622ab2ce80a --store-sync=true --store=true --store-sync-range=45 --store-sync-interval=10 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=47899 --metrics-logging=true --store-sync-relay-jitter=0 --relay=false --discv5-bootstrap-node=enr:-L24QMKGNS7-YpguYEyCUdH7remLxn1VRr2OLR38lWBbqJHFEY0uJL7meSDTn8glPmK2EOg8mAXIT-79eKaNDQscqNkCgmlkgnY0gmlwhKwSmNCKbXVsdGlhZGRyc5YACASsEpjQBv-3AAoErBKY0Ab_uN0DgnJzhQADAQAAiXNlY3AyNTZrMaECFK7NX496I49Ed0fo7nLXouk8DhWRF1fhT3EMY8rNNW6DdGNwgv-3g3VkcIL_uYV3YWt1MhM
2025-12-08 12:15:47.475 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.105.251 waku ea60ff288750129c17624b6b0b41d4212b3bd276908e6994284b0f14fd1f3ce3
2025-12-08 12:15:47.513 DEBUG [src.node.docker_mananger] Container started with ID ea60ff288750. Setting up logs at ./log/docker/node2_2025-12-08_12-15-46__a9624116-8e5b-4786-9253-0c68c6735197__wakuorg_nwaku:latest.log
2025-12-08 12:15:47.513 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 47895
2025-12-08 12:15:47.514 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-08 12:15:48.515 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47895/health" -H "Content-Type: application/json" -d 'None'
2025-12-08 12:15:48.519 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":"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"}]}'
2025-12-08 12:15:48.519 INFO [src.node.waku_node] Node protocols are initialized !!
2025-12-08 12:15:48.519 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47895/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2025-12-08 12:15:48.522 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.105.251/tcp/47896/p2p/16Uiu2HAm3a2rT31pkEtF5d4pVACVH7w9VFgFfGQPCNV1xS5rxisy","/ip4/172.18.105.251/tcp/47897/ws/p2p/16Uiu2HAm3a2rT31pkEtF5d4pVACVH7w9VFgFfGQPCNV1xS5rxisy"],"enrUri":"enr:-L24QHFWfcmo67SlNaodzYu460wZ7dm5yrzxQr9RYUOlD0njH5Dbn3GtH4BxIRsOYHhhU6WNdCdIi7NjVjdyfPdwGuECgmlkgnY0gmlwhKwSafuKbXVsdGlhZGRyc5YACASsEmn7BrsYAAoErBJp-wa7Gd0DgnJzhQADAQAAiXNlY3AyNTZrMaECeQG-VX6OuZhlZT0NabX1GkGQcEaUphF0_UHvscLcPTiDdGNwgrsYg3VkcIK7GoV3YWt1MhI"}'
2025-12-08 12:15:48.522 INFO [src.node.waku_node] REST service is ready !!
2025-12-08 12:15:48.522 DEBUG [src.node.waku_node] Starting Node...
2025-12-08 12:15:48.522 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2025-12-08 12:15:48.523 DEBUG [src.node.docker_mananger] Network waku already exists
2025-12-08 12:15:48.524 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.175.207
2025-12-08 12:15:48.524 DEBUG [src.node.docker_mananger] Generated ports ['31714', '31715', '31716', '31717', '31718']
2025-12-08 12:15:48.524 DEBUG [src.node.waku_node] RLN credentials were not set
2025-12-08 12:15:48.524 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2025-12-08 12:15:48.524 DEBUG [src.node.waku_node] Using volumes []
2025-12-08 12:15:48.524 DEBUG [src.node.docker_mananger] docker run -i -t -p 31714:31714 -p 31715:31715 -p 31716:31716 -p 31717:31717 -p 31718:31718 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=31716 --rest-port=31714 --tcp-port=31715 --discv5-udp-port=31717 --rest-address=0.0.0.0 --nat=extip:172.18.175.207 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=3ff4261618ac7cf1bbb3f8fae7c6f8b22bcaf5cbf5d18dda6accdba1e2e8575d --store-sync=true --store=true --store-sync-range=45 --store-sync-interval=10 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=31718 --metrics-logging=true --store-sync-relay-jitter=0 --relay=false --dns-discovery=false --discv5-bootstrap-node=enr:-L24QHFWfcmo67SlNaodzYu460wZ7dm5yrzxQr9RYUOlD0njH5Dbn3GtH4BxIRsOYHhhU6WNdCdIi7NjVjdyfPdwGuECgmlkgnY0gmlwhKwSafuKbXVsdGlhZGRyc5YACASsEmn7BrsYAAoErBJp-wa7Gd0DgnJzhQADAQAAiXNlY3AyNTZrMaECeQG-VX6OuZhlZT0NabX1GkGQcEaUphF0_UHvscLcPTiDdGNwgrsYg3VkcIK7GoV3YWt1MhI
2025-12-08 12:15:48.720 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.175.207 waku eec23153381d92ecf2060d715309ba1a7ed2773844eebf164a2d2769a3222991
2025-12-08 12:15:48.751 DEBUG [src.node.docker_mananger] Container started with ID eec23153381d. Setting up logs at ./log/docker/node3_2025-12-08_12-15-46__a9624116-8e5b-4786-9253-0c68c6735197__wakuorg_nwaku:latest.log
2025-12-08 12:15:48.752 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 31714
2025-12-08 12:15:48.753 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-08 12:15:49.753 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31714/health" -H "Content-Type: application/json" -d 'None'
2025-12-08 12:15:49.757 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":"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"}]}'
2025-12-08 12:15:49.757 INFO [src.node.waku_node] Node protocols are initialized !!
2025-12-08 12:15:49.757 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31714/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2025-12-08 12:15:49.759 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.175.207/tcp/31715/p2p/16Uiu2HAmU1TGFefYsTjT9V57Zhvud1YzqUxgKitcdqhRtscy14gV","/ip4/172.18.175.207/tcp/31716/ws/p2p/16Uiu2HAmU1TGFefYsTjT9V57Zhvud1YzqUxgKitcdqhRtscy14gV"],"enrUri":"enr:-L24QEnvPj3i6O0a94SghpBpDHxdI5Xd6uaibzlcfzUzr0anAASQfmhG7ndbUvz8yow5wk8st3yxDTxtPVCJT8gJcDkCgmlkgnY0gmlwhKwSr8-KbXVsdGlhZGRyc5YACASsEq_PBnvjAAoErBKvzwZ75N0DgnJzhQADAQAAiXNlY3AyNTZrMaED5B1Z09K8c2e09LyVJpO2iAQUNy4IDASMEv_Gj0qeqL6DdGNwgnvjg3VkcIJ75YV3YWt1MhI"}'
2025-12-08 12:15:49.759 INFO [src.node.waku_node] REST service is ready !!
2025-12-08 12:15:49.760 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47895/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.152.208/tcp/65463/p2p/16Uiu2HAkvpQjHnJfVWkqYiqP34KqZDcT2xoeWpH3jt6hZCgjjAkV"]'
2025-12-08 12:15:49.788 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-08 12:15:49.789 DEBUG [src.steps.store] Relaying message
2025-12-08 12:15:49.790 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65462/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-08 12:15:49.799 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-08 12:15:49.800 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-08 12:15:50.000 DEBUG [src.steps.store] Relaying message
2025-12-08 12:15:50.001 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65462/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-08 12:15:50.004 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-08 12:15:50.004 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-08 12:15:50.205 DEBUG [src.steps.store] Relaying message
2025-12-08 12:15:50.205 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65462/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-08 12:15:50.209 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-08 12:15:50.210 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-08 12:15:50.410 DEBUG [src.steps.store] Relaying message
2025-12-08 12:15:50.410 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65462/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-08 12:15:50.414 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-08 12:15:50.414 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-08 12:15:50.615 DEBUG [src.steps.store] Relaying message
2025-12-08 12:15:50.615 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65462/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-08 12:15:50.619 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-08 12:15:50.619 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-08 12:15:50.820 DEBUG [src.steps.store] Relaying message
2025-12-08 12:15:50.820 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65462/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-08 12:15:50.824 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-08 12:15:50.824 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-08 12:15:51.025 DEBUG [src.steps.store] Relaying message
2025-12-08 12:15:51.025 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65462/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-08 12:15:51.029 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-08 12:15:51.029 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-08 12:15:51.230 DEBUG [src.steps.store] Relaying message
2025-12-08 12:15:51.230 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65462/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-08 12:15:51.234 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-08 12:15:51.234 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-08 12:15:51.435 DEBUG [src.steps.store] Relaying message
2025-12-08 12:15:51.435 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65462/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-08 12:15:51.439 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-08 12:15:51.440 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-08 12:15:51.640 DEBUG [src.steps.store] Relaying message
2025-12-08 12:15:51.641 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65462/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-08 12:15:51.645 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-08 12:15:51.645 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-08 12:15:51.845 DEBUG [src.libs.common] Sleeping for 65 seconds
2025-12-08 12:16:31.816 ERROR [src.node.docker_mananger] Max retries reached for container b311dbf098ea. Exiting log stream.
2025-12-08 12:16:56.846 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
2025-12-08 12:16:56.846 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31714/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2025-12-08 12:16:56.849 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x04b3cd1676cf5706b134bb326f0d72d527bb68fd2ddbc06bd2f9a9b786ef7c4b"},{"messageHash":"0xf6c897ba5166d009e9f67d23f8fe393e584d2b611197db019814309d27b33c84"},{"messageHash":"0xec7fd2b61615a7c0127bd6fe6dabaea60622bb74ac159eb0e71d04e6c2e79e70"},{"messageHash":"0x670d8da914e48c00234117258b7b7e13316fb58c0c875c291d6d79070de673fb"},{"messageHash":"0xad6c8a2343d4e1e2e14e8e28f0196b10da5b75113d7dc2bd87fa8af2877916d6"},{"messageHash":"0xe78f03c233db68dcb3d5ec8b898e9ccbc589e748014e55d1a8ffbf79c3c03dcc"},{"messageHash":"0x0e98de3e132efac5bacdaf270740405aadc5b4d23652f0e78a4984bc19a451b2"},{"messageHash":"0x0f00bbd055fd9a5fb5f9cb88bff50f2e92c447c37dfdc80e454c4b0fbadf7731"},{"messageHash":"0x92218bcd780c2d170fa5980e1a12dbff488ff086aa0136873783ef472ad96b32"},{"messageHash":"0x0f8ce77641452a82d3d0398bf5fcf5b1a0ca677f97af684589bfd8a34cd71869"}]}'
2025-12-08 12:16:56.850 DEBUG [src.steps.store] messages length is 10
2025-12-08 12:16:56.852 DEBUG [tests.conftest] Running fixture teardown: test_setup
2025-12-08 12:16:56.853 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2025-12-08 12:16:56.853 DEBUG [src.node.waku_node] Stopping container with id fb149158e354
2025-12-08 12:16:57.411 DEBUG [src.node.waku_node] Container stopped.
2025-12-08 12:16:57.411 DEBUG [src.node.waku_node] Stopping container with id ea60ff288750
2025-12-08 12:16:57.954 DEBUG [src.node.waku_node] Container stopped.
2025-12-08 12:16:57.956 DEBUG [src.node.waku_node] Stopping container with id eec23153381d
2025-12-08 12:16:58.225 ERROR [src.node.docker_mananger] Max retries reached for container fb149158e354. Exiting log stream.
2025-12-08 12:16:58.492 DEBUG [src.node.waku_node] Container stopped.
2025-12-08 12:16:58.493 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2025-12-08 12:16:58.536 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2025-12-08 12:16:58.599 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2025-12-08 12:16:58.630 DEBUG [src.node.docker_mananger] No errors found in the waku logs.