431 lines
63 KiB
Plaintext

2025-12-10 04:12:48.083 DEBUG [tests.conftest] Running fixture setup: test_id
2025-12-10 04:12:48.083 DEBUG [tests.conftest] Running test: test_continuous_store_sync with id: 2025-12-10_04-12-48__4e10d690-6c7a-417e-aa9d-5e01df69c64f
2025-12-10 04:12:48.084 DEBUG [src.steps.common] Running fixture setup: common_setup
2025-12-10 04:12:48.090 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2025-12-10 04:12:48.090 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-10_04-12-48__4e10d690-6c7a-417e-aa9d-5e01df69c64f__wakuorg_nwaku:latest.log
2025-12-10 04:12:48.096 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2025-12-10 04:12:48.096 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2025-12-10_04-12-48__4e10d690-6c7a-417e-aa9d-5e01df69c64f__wakuorg_nwaku:latest.log
2025-12-10 04:12:48.102 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2025-12-10 04:12:48.102 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2025-12-10_04-12-48__4e10d690-6c7a-417e-aa9d-5e01df69c64f__wakuorg_nwaku:latest.log
2025-12-10 04:12:48.102 DEBUG [src.steps.store] Running fixture setup: store_setup
2025-12-10 04:12:48.103 DEBUG [src.node.waku_node] Starting Node...
2025-12-10 04:12:48.103 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2025-12-10 04:12:48.104 DEBUG [src.node.docker_mananger] Network waku already exists
2025-12-10 04:12:48.105 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.57.35
2025-12-10 04:12:48.105 DEBUG [src.node.docker_mananger] Generated ports ['44529', '44530', '44531', '44532', '44533']
2025-12-10 04:12:48.105 DEBUG [src.node.waku_node] RLN credentials were not set
2025-12-10 04:12:48.105 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2025-12-10 04:12:48.105 DEBUG [src.node.waku_node] Using volumes []
2025-12-10 04:12:48.105 DEBUG [src.node.docker_mananger] docker run -i -t -p 44529:44529 -p 44530:44530 -p 44531:44531 -p 44532:44532 -p 44533:44533 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=44531 --rest-port=44529 --tcp-port=44530 --discv5-udp-port=44532 --rest-address=0.0.0.0 --nat=extip:172.18.57.35 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=7ec4dc1afeacd3fd9e81dbcbc2ec6d18ce0f21f4ed3f2bf1e12e0b66a1fbf0ac --store-sync=true --store=true --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=44533 --metrics-logging=true --relay=true --dns-discovery=false
2025-12-10 04:12:48.286 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.57.35 waku 0a19187b403b6177d4979ea175376cae25baa94b8350385637c0d41f8366686b
2025-12-10 04:12:48.319 DEBUG [src.node.docker_mananger] Container started with ID 0a19187b403b. Setting up logs at ./log/docker/node1_2025-12-10_04-12-48__4e10d690-6c7a-417e-aa9d-5e01df69c64f__wakuorg_nwaku:latest.log
2025-12-10 04:12:48.321 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 44529
2025-12-10 04:12:48.321 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-10 04:12:48.376 ERROR [src.node.docker_mananger] Max retries reached for container 79e52f0de326. Exiting log stream.
2025-12-10 04:12:48.882 ERROR [src.node.docker_mananger] Max retries reached for container 9444d3b33a43. Exiting log stream.
2025-12-10 04:12:49.321 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44529/health" -H "Content-Type: application/json" -d 'None'
2025-12-10 04:12:49.325 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-10 04:12:49.325 INFO [src.node.waku_node] Node protocols are initialized !!
2025-12-10 04:12:49.325 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44529/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2025-12-10 04:12:49.327 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.57.35/tcp/44530/p2p/16Uiu2HAkzSmtNKkRaDEAfMGzP31jRPngyDPhQWdZsuQCSsFVWRRs","/ip4/172.18.57.35/tcp/44531/ws/p2p/16Uiu2HAkzSmtNKkRaDEAfMGzP31jRPngyDPhQWdZsuQCSsFVWRRs"],"enrUri":"enr:-L24QO_s_LQ6g4zkHb3wF6IST6zEO7-UIwJcwk3a8NX7AW0jGjDCCV80RHxbc2Xv0h00mr-FVgQuLx2iBEvv0kpGBKACgmlkgnY0gmlwhKwSOSOKbXVsdGlhZGRyc5YACASsEjkjBq3yAAoErBI5Iwat890DgnJzhQADAQAAiXNlY3AyNTZrMaECSpKxo4g107wjkywSLIvVQOTSqSIVoxgOKvd2zZlN1AqDdGNwgq3yg3VkcIKt9IV3YWt1MhM"}'
2025-12-10 04:12:49.328 INFO [src.node.waku_node] REST service is ready !!
2025-12-10 04:12:49.328 DEBUG [src.node.waku_node] Starting Node...
2025-12-10 04:12:49.328 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2025-12-10 04:12:49.329 DEBUG [src.node.docker_mananger] Network waku already exists
2025-12-10 04:12:49.329 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.13.203
2025-12-10 04:12:49.329 DEBUG [src.node.docker_mananger] Generated ports ['7846', '7847', '7848', '7849', '7850']
2025-12-10 04:12:49.330 DEBUG [src.node.waku_node] RLN credentials were not set
2025-12-10 04:12:49.330 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2025-12-10 04:12:49.330 DEBUG [src.node.waku_node] Using volumes []
2025-12-10 04:12:49.330 DEBUG [src.node.docker_mananger] docker run -i -t -p 7846:7846 -p 7847:7847 -p 7848:7848 -p 7849:7849 -p 7850:7850 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=7848 --rest-port=7846 --tcp-port=7847 --discv5-udp-port=7849 --rest-address=0.0.0.0 --nat=extip:172.18.13.203 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=793f798a97afc879f37b2ece7e46fe4165c50f2c3b706b3acc81e1255ab6dd0d --store-sync=true --store=true --store-sync-range=600 --store-sync-interval=6 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=7850 --metrics-logging=true --store-sync-relay-jitter=0 --relay=false --dns-discovery=false
2025-12-10 04:12:49.517 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.13.203 waku 7198a419423b68052d75f1a3e31404ba08f1571df6c4a36e6bd1c5c4d3389ac7
2025-12-10 04:12:49.548 DEBUG [src.node.docker_mananger] Container started with ID 7198a419423b. Setting up logs at ./log/docker/node2_2025-12-10_04-12-48__4e10d690-6c7a-417e-aa9d-5e01df69c64f__wakuorg_nwaku:latest.log
2025-12-10 04:12:49.549 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 7846
2025-12-10 04:12:49.550 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-10 04:12:50.551 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7846/health" -H "Content-Type: application/json" -d 'None'
2025-12-10 04:12:50.554 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-10 04:12:50.555 INFO [src.node.waku_node] Node protocols are initialized !!
2025-12-10 04:12:50.555 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7846/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2025-12-10 04:12:50.557 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.13.203/tcp/7847/p2p/16Uiu2HAmAcVHV16AM2d4va8wq8KkbRJtRXhMSUiXAViMoiQCjgQc","/ip4/172.18.13.203/tcp/7848/ws/p2p/16Uiu2HAmAcVHV16AM2d4va8wq8KkbRJtRXhMSUiXAViMoiQCjgQc"],"enrUri":"enr:-L24QG-UUIB2uzDxxeKLFD1Tlxa0_3VsBERyO3eYY58f0RF0eY5N94RJNWT6wWNKbWQwuEkubDJhRHyoGh3vrzJiUVoCgmlkgnY0gmlwhKwSDcuKbXVsdGlhZGRyc5YACASsEg3LBh6nAAoErBINywYeqN0DgnJzhQADAQAAiXNlY3AyNTZrMaEC4aSZlHgFgpY98hQ2jJ6IfQhXcPW0CNIJn-RSJU8jSrWDdGNwgh6ng3VkcIIeqYV3YWt1MhI"}'
2025-12-10 04:12:50.557 INFO [src.node.waku_node] REST service is ready !!
2025-12-10 04:12:50.558 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:7846/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.57.35/tcp/44530/p2p/16Uiu2HAkzSmtNKkRaDEAfMGzP31jRPngyDPhQWdZsuQCSsFVWRRs"]'
2025-12-10 04:12:50.587 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-10 04:12:50.587 DEBUG [src.steps.store] Relaying message
2025-12-10 04:12:50.588 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44529/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-10 04:12:50.603 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-10 04:12:50.603 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-10 04:12:50.814 DEBUG [src.steps.store] Relaying message
2025-12-10 04:12:50.814 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44529/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-10 04:12:50.818 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-10 04:12:50.818 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-10 04:12:51.029 DEBUG [src.steps.store] Relaying message
2025-12-10 04:12:51.029 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44529/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-10 04:12:51.033 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-10 04:12:51.033 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-10 04:12:51.244 DEBUG [src.steps.store] Relaying message
2025-12-10 04:12:51.244 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44529/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-10 04:12:51.248 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-10 04:12:51.248 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-10 04:12:51.459 DEBUG [src.steps.store] Relaying message
2025-12-10 04:12:51.459 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44529/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-10 04:12:51.463 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-10 04:12:51.463 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-10 04:12:51.674 DEBUG [src.steps.store] Relaying message
2025-12-10 04:12:51.674 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44529/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-10 04:12:51.679 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-10 04:12:51.679 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-10 04:12:51.889 DEBUG [src.steps.store] Relaying message
2025-12-10 04:12:51.890 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44529/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-10 04:12:51.894 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-10 04:12:51.894 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-10 04:12:52.104 DEBUG [src.steps.store] Relaying message
2025-12-10 04:12:52.105 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44529/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-10 04:12:52.111 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-10 04:12:52.111 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-10 04:12:52.322 DEBUG [src.steps.store] Relaying message
2025-12-10 04:12:52.322 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44529/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-10 04:12:52.326 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-10 04:12:52.326 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-10 04:12:52.537 DEBUG [src.steps.store] Relaying message
2025-12-10 04:12:52.537 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44529/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-10 04:12:52.540 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-10 04:12:52.541 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-10 04:12:52.751 DEBUG [src.steps.store] Relaying message
2025-12-10 04:12:52.752 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44529/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-10 04:12:52.755 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-10 04:12:52.755 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-10 04:12:52.966 DEBUG [src.steps.store] Relaying message
2025-12-10 04:12:52.966 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44529/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-10 04:12:52.970 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-10 04:12:52.970 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-10 04:12:53.181 DEBUG [src.steps.store] Relaying message
2025-12-10 04:12:53.181 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44529/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-10 04:12:53.185 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-10 04:12:53.185 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-10 04:12:53.395 DEBUG [src.steps.store] Relaying message
2025-12-10 04:12:53.396 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44529/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-10 04:12:53.399 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-10 04:12:53.400 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-10 04:12:53.610 DEBUG [src.steps.store] Relaying message
2025-12-10 04:12:53.610 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44529/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-10 04:12:53.614 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-10 04:12:53.614 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-10 04:12:53.825 DEBUG [src.steps.store] Relaying message
2025-12-10 04:12:53.825 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44529/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-10 04:12:53.829 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-10 04:12:53.829 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-10 04:12:54.040 DEBUG [src.steps.store] Relaying message
2025-12-10 04:12:54.040 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44529/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-10 04:12:54.044 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-10 04:12:54.044 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-10 04:12:54.255 DEBUG [src.steps.store] Relaying message
2025-12-10 04:12:54.255 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44529/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-10 04:12:54.259 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-10 04:12:54.260 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-10 04:12:54.470 DEBUG [src.steps.store] Relaying message
2025-12-10 04:12:54.471 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44529/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-10 04:12:54.474 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-10 04:12:54.475 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-10 04:12:54.685 DEBUG [src.steps.store] Relaying message
2025-12-10 04:12:54.685 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44529/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-10 04:12:54.689 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-10 04:12:54.690 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-10 04:12:54.900 DEBUG [src.steps.store] Relaying message
2025-12-10 04:12:54.901 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44529/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-10 04:12:54.904 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-10 04:12:54.904 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-10 04:12:55.115 DEBUG [src.steps.store] Relaying message
2025-12-10 04:12:55.115 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44529/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-10 04:12:55.119 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-10 04:12:55.119 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-10 04:12:55.330 DEBUG [src.steps.store] Relaying message
2025-12-10 04:12:55.330 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44529/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-10 04:12:55.334 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-10 04:12:55.334 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-10 04:12:55.545 DEBUG [src.steps.store] Relaying message
2025-12-10 04:12:55.545 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44529/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-10 04:12:55.549 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-10 04:12:55.550 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-10 04:12:55.760 DEBUG [src.steps.store] Relaying message
2025-12-10 04:12:55.760 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44529/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-10 04:12:55.764 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-10 04:12:55.765 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-10 04:12:55.975 DEBUG [src.steps.store] Relaying message
2025-12-10 04:12:55.975 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44529/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-10 04:12:55.979 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-10 04:12:55.979 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-10 04:12:56.190 DEBUG [src.steps.store] Relaying message
2025-12-10 04:12:56.190 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44529/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-10 04:12:56.194 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-10 04:12:56.194 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-10 04:12:56.405 DEBUG [src.steps.store] Relaying message
2025-12-10 04:12:56.405 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44529/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-10 04:12:56.409 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-10 04:12:56.409 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-10 04:12:56.620 DEBUG [src.steps.store] Relaying message
2025-12-10 04:12:56.620 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44529/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-10 04:12:56.623 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-10 04:12:56.624 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-10 04:12:56.834 DEBUG [src.steps.store] Relaying message
2025-12-10 04:12:56.834 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44529/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-10 04:12:56.838 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-10 04:12:56.839 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-10 04:13:09.049 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7846/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=&pageSize=100&ascending=true&peer_id=" -H "Content-Type: application/json" -d 'None'
2025-12-10 04:13:09.053 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x67febdc3a9fcf3f4c7229be87903b10e8b5a3a38cdde43eacd095ad82bc50847"},{"messageHash":"0xbd44182e3c65f1a4f2381e95538af0ca161ab9f51b5caae7123be7d54cdfb3cb"},{"messageHash":"0xd1f35620a7dee8f025bd17b192d628fb5674ee189861f4a732978576bd4b529c"},{"messageHash":"0x8e187f54e3704605937ebb29629db31e416c0f170fb2d50700cac4daf3614667"},{"messageHash":"0x092333fca0338aed86b6b1c07a3fba4e1fdb460a85e35c4c981f5059da50a1fb"},{"messageHash":"0x483a2eece46f3d961eb2e01a0379609c44e1d17590e067feba92e2d54f4174d0"},{"messageHash":"0x0bb4a515920ac1ed459d11c144c071113e2865fde851f3e846fd80c26b14d3cd"},{"messageHash":"0x6a8f2faf83ec9e16c36c4b31acad22c924f7b384874b974751a0d3fa69e51a0a"},{"messageHash":"0xd443acc42904d9c7124f348a2560b77089f9733cf4bc221d06b56e389dcd366e"},{"messageHash":"0x36800db92852eb659630edc03d278167923213f122b05b35fa3921139899492e"},{"messageHash":"0x06a30e5d78705c5eed080cafcb29d69be807f3b4f977f6bdeadb09e759f8dfed"},{"messageHash":"0xe8c830f677c690e94e72d773d7701b686d9712e47f9d82b22d1d62db94e658c4"},{"messageHash":"0x5c9e2c794ce16dae087b1c02138eb70ac8832149e6ddcf61a7210e2ddd21a595"},{"messageHash":"0x5dfa5953f46f1a62b39e3886a3e485d30b3e9445736754e000d458c9b4052118"},{"messageHash":"0x4f7ae7261b270ddd9e006e1b1abec3b3e3f4f81b86bce2866d5a20e830744a29"},{"messageHash":"0xe50a2d134dbeb942730da1a50431c907011557e4c902a6f2685b888fd595fbdb"},{"messageHash":"0x7166bc238e05eb0e69a31ae7aaec52d355cf38d83c57ad3e42d3caf5dd5c9cba"},{"messageHash":"0x09b83bb531bfe38d209fae463bc71da01a8c6715d0ab97fa3922001e4539abb1"},{"messageHash":"0x1d4f5cdf4dc8ac0f027d39ca317cb6950a655df4951660db56dd4f9a41aad074"},{"messageHash":"0xd3fb264b84734eb0a13eba383787b545c50105d0dcebeb305f9a32308e6a87a4"},{"messageHash":"0x6fde668f3b1b7164b6ec31b9602d9b49debe12450260118fbef667b23a0c46d3"},{"messageHash":"0x4a9c33d2860406f491a67729727abc943b210d48d49615c1164a30bafb555d0d"},{"messageHash":"0x3e3ab8d761465b6d0c16272906932a0f48abac1dadbf3de2c8dc1fd7deb06161"},{"messageHash":"0x6cc57eb50f86b522bf280756305a4466e4f50e6afddda322895894403f9c5652"},{"messageHash":"0xdc537138857fffc2b851de817df32aff6d1372a66cbdb5f83f28b38b89c09491"},{"messageHash":"0xc8f0f5da12691cf8234f54ac78e1fa61f26879d5964465f1ba33b65adb34aeb0"},{"messageHash":"0x3b8dc5369ebff839ec2b82a6c0edae93f9789216a297305469e87004de83b2d7"},{"messageHash":"0x309c6cff0d418adb3dea9bb63ca7647c76b3dd44538af89567507d26282de66e"},{"messageHash":"0x5e918ae3bedfc32941f8fc57337d9cad2b037b9f7c8f4c2c26d4780b845aaa83"},{"messageHash":"0xc050ad72fe99f2443832e107bd12f6a0de4f83d6764f30cda7c540c2f52a64e1"}]}'
2025-12-10 04:13:09.054 DEBUG [tests.store_sync.test_store_sync] Node-2 store has 30/30 messages
2025-12-10 04:13:39.054 DEBUG [src.steps.store] Relaying message
2025-12-10 04:13:39.055 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44529/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-10 04:13:39.059 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-10 04:13:39.059 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-10 04:13:39.270 DEBUG [src.steps.store] Relaying message
2025-12-10 04:13:39.270 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44529/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-10 04:13:39.274 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-10 04:13:39.275 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-10 04:13:39.485 DEBUG [src.steps.store] Relaying message
2025-12-10 04:13:39.486 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44529/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-10 04:13:39.489 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-10 04:13:39.490 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-10 04:13:39.700 DEBUG [src.steps.store] Relaying message
2025-12-10 04:13:39.700 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44529/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-10 04:13:39.704 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-10 04:13:39.705 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-10 04:13:39.915 DEBUG [src.steps.store] Relaying message
2025-12-10 04:13:39.916 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44529/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-10 04:13:39.919 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-10 04:13:39.919 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-10 04:13:40.130 DEBUG [src.steps.store] Relaying message
2025-12-10 04:13:40.130 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44529/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-10 04:13:40.134 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-10 04:13:40.134 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-10 04:13:40.345 DEBUG [src.steps.store] Relaying message
2025-12-10 04:13:40.345 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44529/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-10 04:13:40.350 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-10 04:13:40.350 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-10 04:13:40.561 DEBUG [src.steps.store] Relaying message
2025-12-10 04:13:40.561 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44529/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-10 04:13:40.565 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-10 04:13:40.565 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-10 04:13:40.776 DEBUG [src.steps.store] Relaying message
2025-12-10 04:13:40.776 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44529/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-10 04:13:40.780 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-10 04:13:40.780 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-10 04:13:40.991 DEBUG [src.steps.store] Relaying message
2025-12-10 04:13:40.991 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44529/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-10 04:13:40.995 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-10 04:13:40.995 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-10 04:13:41.206 DEBUG [src.steps.store] Relaying message
2025-12-10 04:13:41.206 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44529/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-10 04:13:41.210 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-10 04:13:41.210 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-10 04:13:41.421 DEBUG [src.steps.store] Relaying message
2025-12-10 04:13:41.421 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44529/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-10 04:13:41.425 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-10 04:13:41.425 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-10 04:13:41.636 DEBUG [src.steps.store] Relaying message
2025-12-10 04:13:41.636 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44529/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-10 04:13:41.640 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-10 04:13:41.640 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-10 04:13:41.851 DEBUG [src.steps.store] Relaying message
2025-12-10 04:13:41.851 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44529/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-10 04:13:41.855 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-10 04:13:41.855 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-10 04:13:42.066 DEBUG [src.steps.store] Relaying message
2025-12-10 04:13:42.066 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44529/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-10 04:13:42.070 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-10 04:13:42.070 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-10 04:13:42.281 DEBUG [src.steps.store] Relaying message
2025-12-10 04:13:42.281 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44529/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-10 04:13:42.285 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-10 04:13:42.286 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-10 04:13:42.496 DEBUG [src.steps.store] Relaying message
2025-12-10 04:13:42.496 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44529/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-10 04:13:42.501 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-10 04:13:42.501 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-10 04:13:42.711 DEBUG [src.steps.store] Relaying message
2025-12-10 04:13:42.712 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44529/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-10 04:13:42.716 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-10 04:13:42.716 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-10 04:13:42.927 DEBUG [src.steps.store] Relaying message
2025-12-10 04:13:42.927 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44529/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-10 04:13:42.931 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-10 04:13:42.932 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-10 04:13:43.142 DEBUG [src.steps.store] Relaying message
2025-12-10 04:13:43.143 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44529/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-10 04:13:43.147 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-10 04:13:43.147 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-10 04:13:43.357 DEBUG [src.steps.store] Relaying message
2025-12-10 04:13:43.358 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44529/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-10 04:13:43.361 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-10 04:13:43.361 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-10 04:13:43.572 DEBUG [src.steps.store] Relaying message
2025-12-10 04:13:43.572 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44529/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-10 04:13:43.576 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-10 04:13:43.577 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-10 04:13:43.787 DEBUG [src.steps.store] Relaying message
2025-12-10 04:13:43.787 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44529/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-10 04:13:43.791 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-10 04:13:43.791 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-10 04:13:44.002 DEBUG [src.steps.store] Relaying message
2025-12-10 04:13:44.002 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44529/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-10 04:13:44.006 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-10 04:13:44.006 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-10 04:13:44.217 DEBUG [src.steps.store] Relaying message
2025-12-10 04:13:44.217 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44529/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-10 04:13:44.221 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-10 04:13:44.221 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-10 04:13:44.432 DEBUG [src.steps.store] Relaying message
2025-12-10 04:13:44.432 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44529/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-10 04:13:44.435 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-10 04:13:44.436 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-10 04:13:44.646 DEBUG [src.steps.store] Relaying message
2025-12-10 04:13:44.646 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44529/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-10 04:13:44.650 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-10 04:13:44.650 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-10 04:13:44.861 DEBUG [src.steps.store] Relaying message
2025-12-10 04:13:44.861 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44529/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-10 04:13:44.865 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-10 04:13:44.866 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-10 04:13:45.076 DEBUG [src.steps.store] Relaying message
2025-12-10 04:13:45.076 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44529/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-10 04:13:45.081 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-10 04:13:45.081 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-10 04:13:45.292 DEBUG [src.steps.store] Relaying message
2025-12-10 04:13:45.292 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44529/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-10 04:13:45.299 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-10 04:13:45.299 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-10 04:13:57.510 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7846/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=&pageSize=100&ascending=true&peer_id=" -H "Content-Type: application/json" -d 'None'
2025-12-10 04:13:57.515 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2025-12-10 04:13:57.515 DEBUG [tests.store_sync.test_store_sync] Node-2 store has 60/60 messages
2025-12-10 04:14:27.516 DEBUG [src.steps.store] Relaying message
2025-12-10 04:14:27.516 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44529/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-10 04:14:27.521 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-10 04:14:27.522 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-10 04:14:27.732 DEBUG [src.steps.store] Relaying message
2025-12-10 04:14:27.732 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44529/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-10 04:14:27.736 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-10 04:14:27.736 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-10 04:14:27.947 DEBUG [src.steps.store] Relaying message
2025-12-10 04:14:27.947 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44529/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-10 04:14:27.951 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-10 04:14:27.952 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-10 04:14:28.162 DEBUG [src.steps.store] Relaying message
2025-12-10 04:14:28.162 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44529/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-10 04:14:28.167 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-10 04:14:28.167 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-10 04:14:28.377 DEBUG [src.steps.store] Relaying message
2025-12-10 04:14:28.378 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44529/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-10 04:14:28.384 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-10 04:14:28.384 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-10 04:14:28.595 DEBUG [src.steps.store] Relaying message
2025-12-10 04:14:28.595 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44529/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-10 04:14:28.599 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-10 04:14:28.599 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-10 04:14:28.810 DEBUG [src.steps.store] Relaying message
2025-12-10 04:14:28.810 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44529/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-10 04:14:28.813 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-10 04:14:28.813 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-10 04:14:29.024 DEBUG [src.steps.store] Relaying message
2025-12-10 04:14:29.024 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44529/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-10 04:14:29.029 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-10 04:14:29.029 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-10 04:14:29.239 DEBUG [src.steps.store] Relaying message
2025-12-10 04:14:29.240 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44529/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-10 04:14:29.244 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-10 04:14:29.244 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-10 04:14:29.455 DEBUG [src.steps.store] Relaying message
2025-12-10 04:14:29.455 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44529/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-10 04:14:29.459 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-10 04:14:29.459 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-10 04:14:29.670 DEBUG [src.steps.store] Relaying message
2025-12-10 04:14:29.670 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44529/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-10 04:14:29.674 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-10 04:14:29.674 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-10 04:14:29.885 DEBUG [src.steps.store] Relaying message
2025-12-10 04:14:29.885 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44529/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-10 04:14:29.888 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-10 04:14:29.889 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-10 04:14:30.099 DEBUG [src.steps.store] Relaying message
2025-12-10 04:14:30.100 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44529/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-10 04:14:30.103 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-10 04:14:30.103 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-10 04:14:30.314 DEBUG [src.steps.store] Relaying message
2025-12-10 04:14:30.314 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44529/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-10 04:14:30.318 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-10 04:14:30.318 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-10 04:14:30.528 DEBUG [src.steps.store] Relaying message
2025-12-10 04:14:30.529 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44529/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-10 04:14:30.533 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-10 04:14:30.533 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-10 04:14:30.744 DEBUG [src.steps.store] Relaying message
2025-12-10 04:14:30.744 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44529/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-10 04:14:30.747 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-10 04:14:30.747 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-10 04:14:30.958 DEBUG [src.steps.store] Relaying message
2025-12-10 04:14:30.958 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44529/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-10 04:14:30.962 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-10 04:14:30.962 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-10 04:14:31.173 DEBUG [src.steps.store] Relaying message
2025-12-10 04:14:31.173 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44529/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-10 04:14:31.177 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-10 04:14:31.177 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-10 04:14:31.388 DEBUG [src.steps.store] Relaying message
2025-12-10 04:14:31.388 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44529/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-10 04:14:31.392 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-10 04:14:31.392 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-10 04:14:31.602 DEBUG [src.steps.store] Relaying message
2025-12-10 04:14:31.603 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44529/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-10 04:14:31.606 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-10 04:14:31.606 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-10 04:14:31.817 DEBUG [src.steps.store] Relaying message
2025-12-10 04:14:31.817 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44529/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-10 04:14:31.821 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-10 04:14:31.822 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-10 04:14:32.032 DEBUG [src.steps.store] Relaying message
2025-12-10 04:14:32.032 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44529/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-10 04:14:32.036 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-10 04:14:32.036 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-10 04:14:32.247 DEBUG [src.steps.store] Relaying message
2025-12-10 04:14:32.247 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44529/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-10 04:14:32.251 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-10 04:14:32.251 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-10 04:14:32.462 DEBUG [src.steps.store] Relaying message
2025-12-10 04:14:32.462 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44529/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-10 04:14:32.465 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-10 04:14:32.466 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-10 04:14:32.676 DEBUG [src.steps.store] Relaying message
2025-12-10 04:14:32.677 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44529/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-10 04:14:32.680 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-10 04:14:32.680 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-10 04:14:32.891 DEBUG [src.steps.store] Relaying message
2025-12-10 04:14:32.891 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44529/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-10 04:14:32.894 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-10 04:14:32.895 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-10 04:14:33.105 DEBUG [src.steps.store] Relaying message
2025-12-10 04:14:33.105 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44529/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-10 04:14:33.109 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-10 04:14:33.109 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-10 04:14:33.320 DEBUG [src.steps.store] Relaying message
2025-12-10 04:14:33.320 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44529/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-10 04:14:33.325 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-10 04:14:33.325 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-10 04:14:33.536 DEBUG [src.steps.store] Relaying message
2025-12-10 04:14:33.536 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44529/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-10 04:14:33.542 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-10 04:14:33.542 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-10 04:14:33.753 DEBUG [src.steps.store] Relaying message
2025-12-10 04:14:33.753 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44529/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-10 04:14:33.757 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-10 04:14:33.757 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-10 04:14:45.968 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7846/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=&pageSize=100&ascending=true&peer_id=" -H "Content-Type: application/json" -d 'None'
2025-12-10 04:14:45.973 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2025-12-10 04:14:45.973 DEBUG [tests.store_sync.test_store_sync] Node-2 store has 90/90 messages
2025-12-10 04:15:15.975 DEBUG [tests.conftest] Running fixture teardown: test_setup
2025-12-10 04:15:15.976 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2025-12-10 04:15:15.977 DEBUG [src.node.waku_node] Stopping container with id 0a19187b403b
2025-12-10 04:15:16.522 DEBUG [src.node.waku_node] Container stopped.
2025-12-10 04:15:16.523 DEBUG [src.node.waku_node] Stopping container with id 7198a419423b
2025-12-10 04:15:17.052 DEBUG [src.node.waku_node] Container stopped.
2025-12-10 04:15:17.055 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2025-12-10 04:15:17.124 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2025-12-10 04:15:17.178 DEBUG [src.node.docker_mananger] No errors found in the waku logs.