431 lines
63 KiB
Plaintext

2026-03-01 04:41:05.693 DEBUG [tests.conftest] Running fixture setup: test_id
2026-03-01 04:41:05.693 DEBUG [tests.conftest] Running test: test_continuous_store_sync with id: 2026-03-01_04-41-05__4bd7fba9-b52b-4f02-81a4-ed532119f8ff
2026-03-01 04:41:05.694 DEBUG [src.steps.common] Running fixture setup: common_setup
2026-03-01 04:41:05.701 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-01 04:41:05.701 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-01_04-41-05__4bd7fba9-b52b-4f02-81a4-ed532119f8ff__wakuorg_nwaku:latest.log
2026-03-01 04:41:05.707 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-01 04:41:05.707 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-01_04-41-05__4bd7fba9-b52b-4f02-81a4-ed532119f8ff__wakuorg_nwaku:latest.log
2026-03-01 04:41:05.714 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-01 04:41:05.714 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2026-03-01_04-41-05__4bd7fba9-b52b-4f02-81a4-ed532119f8ff__wakuorg_nwaku:latest.log
2026-03-01 04:41:05.714 DEBUG [src.steps.store] Running fixture setup: store_setup
2026-03-01 04:41:05.715 DEBUG [src.node.waku_node] Starting Node...
2026-03-01 04:41:05.715 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-01 04:41:05.717 DEBUG [src.node.docker_mananger] Network waku already exists
2026-03-01 04:41:05.717 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.100.105
2026-03-01 04:41:05.717 DEBUG [src.node.docker_mananger] Generated ports ['16868', '16869', '16870', '16871', '16872']
2026-03-01 04:41:05.718 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-01 04:41:05.718 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-01 04:41:05.718 DEBUG [src.node.waku_node] Using volumes []
2026-03-01 04:41:05.718 DEBUG [src.node.docker_mananger] docker run -i -t -p 16868:16868 -p 16869:16869 -p 16870:16870 -p 16871:16871 -p 16872:16872 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=16870 --rest-port=16868 --tcp-port=16869 --discv5-udp-port=16871 --rest-address=0.0.0.0 --nat=extip:172.18.100.105 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=abbfb812cebaaae0d60f99cfd6f7bc8a61714ed72e1d4ffb84ae9c92e4c7aac8 --store-sync=true --store=true --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=16872 --metrics-logging=true --relay=true --dns-discovery=false
2026-03-01 04:41:05.911 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.100.105 waku b9b01af9e3c471fadc51a5b423984f0cb07a56f61b57027f05fd4cf354f4039d
2026-03-01 04:41:05.954 DEBUG [src.node.docker_mananger] Container started with ID b9b01af9e3c4. Setting up logs at ./log/docker/node1_2026-03-01_04-41-05__4bd7fba9-b52b-4f02-81a4-ed532119f8ff__wakuorg_nwaku:latest.log
2026-03-01 04:41:05.955 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 16868
2026-03-01 04:41:05.956 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-01 04:41:05.957 ERROR [src.node.docker_mananger] Max retries reached for container 2b911d31cd2f. Exiting log stream.
2026-03-01 04:41:06.493 ERROR [src.node.docker_mananger] Max retries reached for container 4f28fdaa36b1. Exiting log stream.
2026-03-01 04:41:06.958 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16868/health" -H "Content-Type: application/json" -d 'None'
2026-03-01 04:41:06.961 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-01 04:41:06.961 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-01 04:41:06.961 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16868/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-01 04:41:06.963 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.100.105/tcp/16869/p2p/16Uiu2HAm8fpb6NySvZVPef4tVzyJs6GC68Z6if6A6KLiBJy8APem","/ip4/172.18.100.105/tcp/16870/ws/p2p/16Uiu2HAm8fpb6NySvZVPef4tVzyJs6GC68Z6if6A6KLiBJy8APem"],"enrUri":"enr:-L24QLs9nUmeKRGVDsIS5pQncXYlYUPegoQWBXiEDUGK0AS_e7IS34AZre1ZLR138wV8mZkT9kWdeJiKkoBGxoNQgvUCgmlkgnY0gmlwhKwSZGmKbXVsdGlhZGRyc5YACASsEmRpBkHlAAoErBJkaQZB5t0DgnJzhQADAQAAiXNlY3AyNTZrMaECxMfLkC8PsiOnVr8XbdXYRa9o3UG2vkHx5zV1244Cdb6DdGNwgkHlg3VkcIJB54V3YWt1MhM"}'
2026-03-01 04:41:06.964 INFO [src.node.waku_node] REST service is ready !!
2026-03-01 04:41:06.964 DEBUG [src.node.waku_node] Starting Node...
2026-03-01 04:41:06.964 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-01 04:41:06.966 DEBUG [src.node.docker_mananger] Network waku already exists
2026-03-01 04:41:06.966 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.246.76
2026-03-01 04:41:06.966 DEBUG [src.node.docker_mananger] Generated ports ['46930', '46931', '46932', '46933', '46934']
2026-03-01 04:41:06.967 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-01 04:41:06.967 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-01 04:41:06.967 DEBUG [src.node.waku_node] Using volumes []
2026-03-01 04:41:06.967 DEBUG [src.node.docker_mananger] docker run -i -t -p 46930:46930 -p 46931:46931 -p 46932:46932 -p 46933:46933 -p 46934:46934 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=46932 --rest-port=46930 --tcp-port=46931 --discv5-udp-port=46933 --rest-address=0.0.0.0 --nat=extip:172.18.246.76 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=4710fa9dd3eb7649febf06ad8c9acabff2f40d9f73abc893ffaab5c095a1cbee --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=46934 --metrics-logging=true --store-sync-relay-jitter=0 --relay=false --dns-discovery=false
2026-03-01 04:41:07.165 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.246.76 waku 7163df936445278edbd48d6dac83611dc38b8d66a46cd1088d0ef7947f44de35
2026-03-01 04:41:07.200 DEBUG [src.node.docker_mananger] Container started with ID 7163df936445. Setting up logs at ./log/docker/node2_2026-03-01_04-41-05__4bd7fba9-b52b-4f02-81a4-ed532119f8ff__wakuorg_nwaku:latest.log
2026-03-01 04:41:07.201 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 46930
2026-03-01 04:41:07.201 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-01 04:41:08.201 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46930/health" -H "Content-Type: application/json" -d 'None'
2026-03-01 04:41:08.204 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":"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-01 04:41:08.204 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-01 04:41:08.204 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46930/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-01 04:41:08.207 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.246.76/tcp/46931/p2p/16Uiu2HAkwpSiMPqWRzF51tyJQhJWCQfF5a3ZKyhd7Ys1syXFKWeB","/ip4/172.18.246.76/tcp/46932/ws/p2p/16Uiu2HAkwpSiMPqWRzF51tyJQhJWCQfF5a3ZKyhd7Ys1syXFKWeB"],"enrUri":"enr:-L24QMd70B-glQSPKohx4SfYUbw3x2koR5ZUgWawAqVOTkMoUGjMQRMITOE9bEtdkfHZVpx-TdSYOCafClWUfxkd9k4CgmlkgnY0gmlwhKwS9kyKbXVsdGlhZGRyc5YACASsEvZMBrdTAAoErBL2TAa3VN0DgnJzhQADAQAAiXNlY3AyNTZrMaECI4y7d4KNh50TbiGCyygDry79OJhi4NDNGIeWZryYZvCDdGNwgrdTg3VkcIK3VYV3YWt1MhI"}'
2026-03-01 04:41:08.207 INFO [src.node.waku_node] REST service is ready !!
2026-03-01 04:41:08.207 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:46930/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.100.105/tcp/16869/p2p/16Uiu2HAm8fpb6NySvZVPef4tVzyJs6GC68Z6if6A6KLiBJy8APem"]'
2026-03-01 04:41:08.248 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-01 04:41:08.249 DEBUG [src.steps.store] Relaying message
2026-03-01 04:41:08.252 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16868/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)'}'
2026-03-01 04:41:08.267 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-01 04:41:08.268 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-01 04:41:08.480 DEBUG [src.steps.store] Relaying message
2026-03-01 04:41:08.480 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16868/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)'}'
2026-03-01 04:41:08.485 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-01 04:41:08.485 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-01 04:41:08.696 DEBUG [src.steps.store] Relaying message
2026-03-01 04:41:08.696 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16868/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)'}'
2026-03-01 04:41:08.700 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-01 04:41:08.701 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-01 04:41:08.912 DEBUG [src.steps.store] Relaying message
2026-03-01 04:41:08.912 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16868/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)'}'
2026-03-01 04:41:08.916 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-01 04:41:08.917 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-01 04:41:09.127 DEBUG [src.steps.store] Relaying message
2026-03-01 04:41:09.128 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16868/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)'}'
2026-03-01 04:41:09.132 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-01 04:41:09.132 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-01 04:41:09.343 DEBUG [src.steps.store] Relaying message
2026-03-01 04:41:09.343 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16868/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)'}'
2026-03-01 04:41:09.348 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-01 04:41:09.348 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-01 04:41:09.559 DEBUG [src.steps.store] Relaying message
2026-03-01 04:41:09.559 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16868/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)'}'
2026-03-01 04:41:09.563 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-01 04:41:09.563 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-01 04:41:09.774 DEBUG [src.steps.store] Relaying message
2026-03-01 04:41:09.774 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16868/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)'}'
2026-03-01 04:41:09.779 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-01 04:41:09.779 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-01 04:41:09.990 DEBUG [src.steps.store] Relaying message
2026-03-01 04:41:09.990 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16868/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)'}'
2026-03-01 04:41:09.994 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-01 04:41:09.994 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-01 04:41:10.205 DEBUG [src.steps.store] Relaying message
2026-03-01 04:41:10.205 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16868/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)'}'
2026-03-01 04:41:10.210 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-01 04:41:10.210 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-01 04:41:10.421 DEBUG [src.steps.store] Relaying message
2026-03-01 04:41:10.421 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16868/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)'}'
2026-03-01 04:41:10.425 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-01 04:41:10.425 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-01 04:41:10.636 DEBUG [src.steps.store] Relaying message
2026-03-01 04:41:10.636 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16868/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)'}'
2026-03-01 04:41:10.641 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-01 04:41:10.641 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-01 04:41:10.852 DEBUG [src.steps.store] Relaying message
2026-03-01 04:41:10.852 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16868/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)'}'
2026-03-01 04:41:10.856 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-01 04:41:10.857 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-01 04:41:11.067 DEBUG [src.steps.store] Relaying message
2026-03-01 04:41:11.068 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16868/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)'}'
2026-03-01 04:41:11.072 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-01 04:41:11.072 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-01 04:41:11.283 DEBUG [src.steps.store] Relaying message
2026-03-01 04:41:11.283 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16868/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)'}'
2026-03-01 04:41:11.287 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-01 04:41:11.288 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-01 04:41:11.498 DEBUG [src.steps.store] Relaying message
2026-03-01 04:41:11.499 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16868/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)'}'
2026-03-01 04:41:11.503 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-01 04:41:11.503 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-01 04:41:11.714 DEBUG [src.steps.store] Relaying message
2026-03-01 04:41:11.714 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16868/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)'}'
2026-03-01 04:41:11.719 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-01 04:41:11.719 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-01 04:41:11.930 DEBUG [src.steps.store] Relaying message
2026-03-01 04:41:11.930 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16868/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)'}'
2026-03-01 04:41:11.934 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-01 04:41:11.934 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-01 04:41:12.145 DEBUG [src.steps.store] Relaying message
2026-03-01 04:41:12.145 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16868/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)'}'
2026-03-01 04:41:12.149 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-01 04:41:12.150 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-01 04:41:12.360 DEBUG [src.steps.store] Relaying message
2026-03-01 04:41:12.361 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16868/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)'}'
2026-03-01 04:41:12.365 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-01 04:41:12.365 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-01 04:41:12.576 DEBUG [src.steps.store] Relaying message
2026-03-01 04:41:12.576 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16868/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)'}'
2026-03-01 04:41:12.581 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-01 04:41:12.581 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-01 04:41:12.791 DEBUG [src.steps.store] Relaying message
2026-03-01 04:41:12.792 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16868/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)'}'
2026-03-01 04:41:12.796 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-01 04:41:12.796 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-01 04:41:13.007 DEBUG [src.steps.store] Relaying message
2026-03-01 04:41:13.007 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16868/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)'}'
2026-03-01 04:41:13.012 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-01 04:41:13.012 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-01 04:41:13.224 DEBUG [src.steps.store] Relaying message
2026-03-01 04:41:13.225 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16868/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)'}'
2026-03-01 04:41:13.236 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-01 04:41:13.236 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-01 04:41:13.448 DEBUG [src.steps.store] Relaying message
2026-03-01 04:41:13.448 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16868/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)'}'
2026-03-01 04:41:13.453 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-01 04:41:13.453 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-01 04:41:13.664 DEBUG [src.steps.store] Relaying message
2026-03-01 04:41:13.664 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16868/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)'}'
2026-03-01 04:41:13.668 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-01 04:41:13.668 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-01 04:41:13.879 DEBUG [src.steps.store] Relaying message
2026-03-01 04:41:13.879 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16868/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)'}'
2026-03-01 04:41:13.883 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-01 04:41:13.884 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-01 04:41:14.094 DEBUG [src.steps.store] Relaying message
2026-03-01 04:41:14.095 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16868/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)'}'
2026-03-01 04:41:14.099 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-01 04:41:14.099 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-01 04:41:14.310 DEBUG [src.steps.store] Relaying message
2026-03-01 04:41:14.310 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16868/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)'}'
2026-03-01 04:41:14.314 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-01 04:41:14.314 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-01 04:41:14.525 DEBUG [src.steps.store] Relaying message
2026-03-01 04:41:14.525 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16868/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)'}'
2026-03-01 04:41:14.530 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-01 04:41:14.530 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-01 04:41:26.741 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46930/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=&pageSize=100&ascending=true&peer_id=" -H "Content-Type: application/json" -d 'None'
2026-03-01 04:41:26.745 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xfc85c36f05c5b6bfd32446728b3f3a8a5ce9faf3036e1f666706cf34f70c028d"},{"messageHash":"0xca9bb32bfdde3394a06c9d07cae70ae701105c459b219e7d7998468034f007fc"},{"messageHash":"0x53ee78f5f686eb2c9c6408207743e68be7329b79a5b72becad833b4246e34267"},{"messageHash":"0x70ba388f328b28216ffcdeffdcafd9c33541f3fc58a0f22fee2f37a8070a3073"},{"messageHash":"0x3662a32ce36daff899c26e7a53b717bc059f2d2514b8cb226a2fc49d21d2cf9c"},{"messageHash":"0xef432e93461d4e69097ff136054e0563b83bed14adbbf3392b7c28ce24336aea"},{"messageHash":"0x02c0bc66eb91f61f3179bb90e394887669706ec695b06adcfcc09d942ed2137c"},{"messageHash":"0x279a2e0cff69ae5c328f82c4d4f5a33c857d20de77bae6a9d9ed7a46bf0fc31f"},{"messageHash":"0xe101c5840aba151b8778e188aedc01a5b4f7ed4268e94855cedc980082e7e3d0"},{"messageHash":"0x7521ba956b78af25aabd049ce1ae37eef85be390c87363cbd18c880bcd86367a"},{"messageHash":"0x2bf7eced90d972449075d62ab4ef8dd1d8e68e79a54acfe3d9e9af00d3f64fd2"},{"messageHash":"0xe2f4144e000260682d89d719a3c9f146c7f50692de950814e4b268caf3ce323a"},{"messageHash":"0x92417708affaa70c5fc79ae0b8cf646d30ca2ac67fcfb41b37f17516690f020d"},{"messageHash":"0x7ae66288bbdfcb813d3d72245a65dacf77fc1be5fb36dd6af39fdc1b0ab4ba0d"},{"messageHash":"0xb64abb3713fd767cb0411520aa4dc722352b2fd4cf799ed3948171b2f24e5451"},{"messageHash":"0x8cade6d249b44c9f6758618c49d90dc18fdf37ebeb4075fe2799617b9974bba6"},{"messageHash":"0x2ed7e90e37e8ba0abbc4b38382ebcc07d876955c51c77cc0545008b2d5e10689"},{"messageHash":"0x5862a3836e4cef3674f63d4dd6275bc7ae3fb3e43d62f84ee225fbf54a3b2bd6"},{"messageHash":"0xf3ec926a419b08dd673eb68c83b391b2ca5c3ff0ac296bbf1502491ae865221a"},{"messageHash":"0xb0095956aaa8cd9a2cbbd4569478d6253d09b38cbf99b4a8f462f6a9e67dcf35"},{"messageHash":"0x18730a256655d40181d68b33dfeb0c6fd8dbafe64b832d3900a0470061627001"},{"messageHash":"0x24b35278fe40f9f260bce2feede88c6c3d4f09743e1c7c1e11b017b694c29d36"},{"messageHash":"0x345edabc899994857a5a777ef4480b7a3cd2245c9d37167ca81d48b724f6d4bb"},{"messageHash":"0xeb1cd09fbc4b2412c1bccf4d34919e3541fadbf9b3e6654e4f70448a313707b7"},{"messageHash":"0xa75f91f2188e9a754c0fa23043ecbf2b6a83fa24f14622c1f9d935ff2b3fe05d"},{"messageHash":"0x1c7ec3a48ba57048272375071be9f72aa04bf35bdcaffa19ea12dbd44acc900b"},{"messageHash":"0xbdf7398b34d0d4ad6a8d80f5baf4d72c8d2ec9c9b80b7f7b0500f40fc7a9fac4"},{"messageHash":"0xf2cbe5fd231a914542ae502a3a6b1d0805212dbac143977b8045b59a049873f9"},{"messageHash":"0x9a87583ad1465a1b4625177fa03a63a0a201e5f5fd8768e91e8c932b12fa999e"},{"messageHash":"0x7547e7d442342fd6a62c2b4f3e7aea936c568c9c2ac8883dc47b8f0ae4270e05"}]}'
2026-03-01 04:41:26.745 DEBUG [tests.store_sync.test_store_sync] Node-2 store has 30/30 messages
2026-03-01 04:41:56.746 DEBUG [src.steps.store] Relaying message
2026-03-01 04:41:56.746 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16868/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)'}'
2026-03-01 04:41:56.750 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-01 04:41:56.751 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-01 04:41:56.961 DEBUG [src.steps.store] Relaying message
2026-03-01 04:41:56.962 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16868/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)'}'
2026-03-01 04:41:56.966 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-01 04:41:56.967 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-01 04:41:57.178 DEBUG [src.steps.store] Relaying message
2026-03-01 04:41:57.178 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16868/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)'}'
2026-03-01 04:41:57.182 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-01 04:41:57.182 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-01 04:41:57.393 DEBUG [src.steps.store] Relaying message
2026-03-01 04:41:57.393 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16868/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)'}'
2026-03-01 04:41:57.398 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-01 04:41:57.398 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-01 04:41:57.609 DEBUG [src.steps.store] Relaying message
2026-03-01 04:41:57.609 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16868/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)'}'
2026-03-01 04:41:57.613 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-01 04:41:57.613 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-01 04:41:57.824 DEBUG [src.steps.store] Relaying message
2026-03-01 04:41:57.825 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16868/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)'}'
2026-03-01 04:41:57.829 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-01 04:41:57.829 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-01 04:41:58.040 DEBUG [src.steps.store] Relaying message
2026-03-01 04:41:58.040 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16868/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)'}'
2026-03-01 04:41:58.045 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-01 04:41:58.045 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-01 04:41:58.256 DEBUG [src.steps.store] Relaying message
2026-03-01 04:41:58.256 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16868/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)'}'
2026-03-01 04:41:58.261 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-01 04:41:58.261 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-01 04:41:58.472 DEBUG [src.steps.store] Relaying message
2026-03-01 04:41:58.472 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16868/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)'}'
2026-03-01 04:41:58.477 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-01 04:41:58.477 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-01 04:41:58.688 DEBUG [src.steps.store] Relaying message
2026-03-01 04:41:58.688 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16868/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)'}'
2026-03-01 04:41:58.693 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-01 04:41:58.693 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-01 04:41:58.903 DEBUG [src.steps.store] Relaying message
2026-03-01 04:41:58.904 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16868/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)'}'
2026-03-01 04:41:58.908 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-01 04:41:58.908 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-01 04:41:59.119 DEBUG [src.steps.store] Relaying message
2026-03-01 04:41:59.120 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16868/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)'}'
2026-03-01 04:41:59.124 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-01 04:41:59.124 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-01 04:41:59.335 DEBUG [src.steps.store] Relaying message
2026-03-01 04:41:59.335 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16868/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)'}'
2026-03-01 04:41:59.343 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-01 04:41:59.343 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-01 04:41:59.554 DEBUG [src.steps.store] Relaying message
2026-03-01 04:41:59.554 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16868/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)'}'
2026-03-01 04:41:59.558 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-01 04:41:59.559 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-01 04:41:59.769 DEBUG [src.steps.store] Relaying message
2026-03-01 04:41:59.770 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16868/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)'}'
2026-03-01 04:41:59.774 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-01 04:41:59.774 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-01 04:41:59.985 DEBUG [src.steps.store] Relaying message
2026-03-01 04:41:59.985 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16868/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)'}'
2026-03-01 04:41:59.989 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-01 04:41:59.990 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-01 04:42:00.200 DEBUG [src.steps.store] Relaying message
2026-03-01 04:42:00.201 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16868/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)'}'
2026-03-01 04:42:00.205 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-01 04:42:00.205 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-01 04:42:00.416 DEBUG [src.steps.store] Relaying message
2026-03-01 04:42:00.416 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16868/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)'}'
2026-03-01 04:42:00.421 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-01 04:42:00.421 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-01 04:42:00.632 DEBUG [src.steps.store] Relaying message
2026-03-01 04:42:00.632 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16868/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)'}'
2026-03-01 04:42:00.637 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-01 04:42:00.637 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-01 04:42:00.848 DEBUG [src.steps.store] Relaying message
2026-03-01 04:42:00.848 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16868/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)'}'
2026-03-01 04:42:00.853 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-01 04:42:00.853 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-01 04:42:01.064 DEBUG [src.steps.store] Relaying message
2026-03-01 04:42:01.064 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16868/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)'}'
2026-03-01 04:42:01.068 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-01 04:42:01.068 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-01 04:42:01.279 DEBUG [src.steps.store] Relaying message
2026-03-01 04:42:01.280 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16868/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)'}'
2026-03-01 04:42:01.296 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-01 04:42:01.297 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-01 04:42:01.508 DEBUG [src.steps.store] Relaying message
2026-03-01 04:42:01.508 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16868/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)'}'
2026-03-01 04:42:01.512 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-01 04:42:01.512 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-01 04:42:01.723 DEBUG [src.steps.store] Relaying message
2026-03-01 04:42:01.724 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16868/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)'}'
2026-03-01 04:42:01.728 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-01 04:42:01.728 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-01 04:42:01.939 DEBUG [src.steps.store] Relaying message
2026-03-01 04:42:01.940 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16868/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)'}'
2026-03-01 04:42:01.945 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-01 04:42:01.945 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-01 04:42:02.156 DEBUG [src.steps.store] Relaying message
2026-03-01 04:42:02.156 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16868/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)'}'
2026-03-01 04:42:02.160 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-01 04:42:02.161 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-01 04:42:02.371 DEBUG [src.steps.store] Relaying message
2026-03-01 04:42:02.372 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16868/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)'}'
2026-03-01 04:42:02.376 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-01 04:42:02.376 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-01 04:42:02.587 DEBUG [src.steps.store] Relaying message
2026-03-01 04:42:02.587 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16868/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)'}'
2026-03-01 04:42:02.592 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-01 04:42:02.592 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-01 04:42:02.803 DEBUG [src.steps.store] Relaying message
2026-03-01 04:42:02.803 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16868/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)'}'
2026-03-01 04:42:02.807 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-01 04:42:02.808 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-01 04:42:03.018 DEBUG [src.steps.store] Relaying message
2026-03-01 04:42:03.019 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16868/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)'}'
2026-03-01 04:42:03.023 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-01 04:42:03.023 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-01 04:42:15.234 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46930/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=&pageSize=100&ascending=true&peer_id=" -H "Content-Type: application/json" -d 'None'
2026-03-01 04:42:15.239 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2026-03-01 04:42:15.239 DEBUG [tests.store_sync.test_store_sync] Node-2 store has 60/60 messages
2026-03-01 04:42:45.240 DEBUG [src.steps.store] Relaying message
2026-03-01 04:42:45.240 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16868/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)'}'
2026-03-01 04:42:45.245 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-01 04:42:45.246 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-01 04:42:45.456 DEBUG [src.steps.store] Relaying message
2026-03-01 04:42:45.457 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16868/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)'}'
2026-03-01 04:42:45.461 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-01 04:42:45.461 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-01 04:42:45.672 DEBUG [src.steps.store] Relaying message
2026-03-01 04:42:45.672 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16868/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)'}'
2026-03-01 04:42:45.676 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-01 04:42:45.677 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-01 04:42:45.887 DEBUG [src.steps.store] Relaying message
2026-03-01 04:42:45.888 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16868/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)'}'
2026-03-01 04:42:45.892 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-01 04:42:45.892 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-01 04:42:46.103 DEBUG [src.steps.store] Relaying message
2026-03-01 04:42:46.103 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16868/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)'}'
2026-03-01 04:42:46.107 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-01 04:42:46.107 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-01 04:42:46.318 DEBUG [src.steps.store] Relaying message
2026-03-01 04:42:46.319 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16868/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)'}'
2026-03-01 04:42:46.323 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-01 04:42:46.323 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-01 04:42:46.534 DEBUG [src.steps.store] Relaying message
2026-03-01 04:42:46.534 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16868/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)'}'
2026-03-01 04:42:46.541 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-01 04:42:46.542 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-01 04:42:46.753 DEBUG [src.steps.store] Relaying message
2026-03-01 04:42:46.753 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16868/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)'}'
2026-03-01 04:42:46.757 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-01 04:42:46.757 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-01 04:42:46.968 DEBUG [src.steps.store] Relaying message
2026-03-01 04:42:46.968 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16868/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)'}'
2026-03-01 04:42:46.973 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-01 04:42:46.973 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-01 04:42:47.183 DEBUG [src.steps.store] Relaying message
2026-03-01 04:42:47.184 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16868/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)'}'
2026-03-01 04:42:47.188 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-01 04:42:47.188 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-01 04:42:47.399 DEBUG [src.steps.store] Relaying message
2026-03-01 04:42:47.399 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16868/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)'}'
2026-03-01 04:42:47.404 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-01 04:42:47.404 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-01 04:42:47.615 DEBUG [src.steps.store] Relaying message
2026-03-01 04:42:47.615 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16868/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)'}'
2026-03-01 04:42:47.619 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-01 04:42:47.619 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-01 04:42:47.830 DEBUG [src.steps.store] Relaying message
2026-03-01 04:42:47.831 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16868/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)'}'
2026-03-01 04:42:47.835 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-01 04:42:47.835 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-01 04:42:48.045 DEBUG [src.steps.store] Relaying message
2026-03-01 04:42:48.046 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16868/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)'}'
2026-03-01 04:42:48.050 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-01 04:42:48.050 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-01 04:42:48.261 DEBUG [src.steps.store] Relaying message
2026-03-01 04:42:48.261 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16868/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)'}'
2026-03-01 04:42:48.266 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-01 04:42:48.266 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-01 04:42:48.476 DEBUG [src.steps.store] Relaying message
2026-03-01 04:42:48.477 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16868/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)'}'
2026-03-01 04:42:48.481 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-01 04:42:48.481 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-01 04:42:48.692 DEBUG [src.steps.store] Relaying message
2026-03-01 04:42:48.692 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16868/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)'}'
2026-03-01 04:42:48.697 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-01 04:42:48.697 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-01 04:42:48.908 DEBUG [src.steps.store] Relaying message
2026-03-01 04:42:48.908 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16868/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)'}'
2026-03-01 04:42:48.912 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-01 04:42:48.913 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-01 04:42:49.123 DEBUG [src.steps.store] Relaying message
2026-03-01 04:42:49.124 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16868/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)'}'
2026-03-01 04:42:49.129 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-01 04:42:49.129 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-01 04:42:49.340 DEBUG [src.steps.store] Relaying message
2026-03-01 04:42:49.340 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16868/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)'}'
2026-03-01 04:42:49.354 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-01 04:42:49.354 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-01 04:42:49.565 DEBUG [src.steps.store] Relaying message
2026-03-01 04:42:49.566 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16868/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)'}'
2026-03-01 04:42:49.570 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-01 04:42:49.570 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-01 04:42:49.781 DEBUG [src.steps.store] Relaying message
2026-03-01 04:42:49.781 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16868/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)'}'
2026-03-01 04:42:49.786 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-01 04:42:49.786 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-01 04:42:49.996 DEBUG [src.steps.store] Relaying message
2026-03-01 04:42:49.997 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16868/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)'}'
2026-03-01 04:42:50.001 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-01 04:42:50.001 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-01 04:42:50.212 DEBUG [src.steps.store] Relaying message
2026-03-01 04:42:50.212 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16868/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)'}'
2026-03-01 04:42:50.216 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-01 04:42:50.217 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-01 04:42:50.427 DEBUG [src.steps.store] Relaying message
2026-03-01 04:42:50.428 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16868/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)'}'
2026-03-01 04:42:50.432 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-01 04:42:50.433 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-01 04:42:50.643 DEBUG [src.steps.store] Relaying message
2026-03-01 04:42:50.644 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16868/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)'}'
2026-03-01 04:42:50.648 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-01 04:42:50.648 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-01 04:42:50.859 DEBUG [src.steps.store] Relaying message
2026-03-01 04:42:50.860 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16868/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)'}'
2026-03-01 04:42:50.864 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-01 04:42:50.864 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-01 04:42:51.075 DEBUG [src.steps.store] Relaying message
2026-03-01 04:42:51.075 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16868/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)'}'
2026-03-01 04:42:51.080 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-01 04:42:51.080 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-01 04:42:51.291 DEBUG [src.steps.store] Relaying message
2026-03-01 04:42:51.291 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16868/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)'}'
2026-03-01 04:42:51.295 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-01 04:42:51.295 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-01 04:42:51.506 DEBUG [src.steps.store] Relaying message
2026-03-01 04:42:51.507 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16868/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)'}'
2026-03-01 04:42:51.511 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-01 04:42:51.511 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-01 04:43:03.722 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46930/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=&pageSize=100&ascending=true&peer_id=" -H "Content-Type: application/json" -d 'None'
2026-03-01 04:43:03.728 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2026-03-01 04:43:03.728 DEBUG [tests.store_sync.test_store_sync] Node-2 store has 90/90 messages
2026-03-01 04:43:33.730 DEBUG [tests.conftest] Running fixture teardown: test_setup
2026-03-01 04:43:33.731 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2026-03-01 04:43:33.732 DEBUG [src.node.waku_node] Stopping container with id b9b01af9e3c4
2026-03-01 04:43:34.321 DEBUG [src.node.waku_node] Container stopped.
2026-03-01 04:43:34.321 DEBUG [src.node.waku_node] Stopping container with id 7163df936445
2026-03-01 04:43:34.865 DEBUG [src.node.waku_node] Container stopped.
2026-03-01 04:43:34.868 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2026-03-01 04:43:34.930 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-03-01 04:43:34.986 DEBUG [src.node.docker_mananger] No errors found in the waku logs.