431 lines
63 KiB
Plaintext

2026-01-02 04:31:22.398 DEBUG [tests.conftest] Running fixture setup: test_id
2026-01-02 04:31:22.399 DEBUG [tests.conftest] Running test: test_continuous_store_sync with id: 2026-01-02_04-31-22__1c59cf85-959a-4505-a294-9e42ae866ec4
2026-01-02 04:31:22.399 DEBUG [src.steps.common] Running fixture setup: common_setup
2026-01-02 04:31:22.410 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-01-02 04:31:22.410 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-01-02_04-31-22__1c59cf85-959a-4505-a294-9e42ae866ec4__wakuorg_nwaku:latest.log
2026-01-02 04:31:22.417 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-01-02 04:31:22.417 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-01-02_04-31-22__1c59cf85-959a-4505-a294-9e42ae866ec4__wakuorg_nwaku:latest.log
2026-01-02 04:31:22.424 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-01-02 04:31:22.424 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2026-01-02_04-31-22__1c59cf85-959a-4505-a294-9e42ae866ec4__wakuorg_nwaku:latest.log
2026-01-02 04:31:22.425 DEBUG [src.steps.store] Running fixture setup: store_setup
2026-01-02 04:31:22.426 DEBUG [src.node.waku_node] Starting Node...
2026-01-02 04:31:22.426 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-01-02 04:31:22.428 DEBUG [src.node.docker_mananger] Network waku already exists
2026-01-02 04:31:22.428 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.2.97
2026-01-02 04:31:22.429 DEBUG [src.node.docker_mananger] Generated ports ['6628', '6629', '6630', '6631', '6632']
2026-01-02 04:31:22.429 DEBUG [src.node.waku_node] RLN credentials were not set
2026-01-02 04:31:22.430 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-01-02 04:31:22.430 DEBUG [src.node.waku_node] Using volumes []
2026-01-02 04:31:22.431 DEBUG [src.node.docker_mananger] docker run -i -t -p 6628:6628 -p 6629:6629 -p 6630:6630 -p 6631:6631 -p 6632:6632 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=6630 --rest-port=6628 --tcp-port=6629 --discv5-udp-port=6631 --rest-address=0.0.0.0 --nat=extip:172.18.2.97 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=fed89cff92c72d9c4acc2e4c0d9b5fdebb9cad86a0de4cec0ded66c2d20a2f4a --store-sync=true --store=true --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=6632 --metrics-logging=true --relay=true --dns-discovery=false
2026-01-02 04:31:22.632 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.2.97 waku a0850370f8cd0a30c5cacd641e5832040259a39c8bd05d075d520a0591ce7c41
2026-01-02 04:31:22.635 ERROR [src.node.docker_mananger] Max retries reached for container 30e079d68cf1. Exiting log stream.
2026-01-02 04:31:22.667 DEBUG [src.node.docker_mananger] Container started with ID a0850370f8cd. Setting up logs at ./log/docker/node1_2026-01-02_04-31-22__1c59cf85-959a-4505-a294-9e42ae866ec4__wakuorg_nwaku:latest.log
2026-01-02 04:31:22.667 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 6628
2026-01-02 04:31:22.669 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-01-02 04:31:23.222 ERROR [src.node.docker_mananger] Max retries reached for container bbe02e82ed39. Exiting log stream.
2026-01-02 04:31:23.669 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6628/health" -H "Content-Type: application/json" -d 'None'
2026-01-02 04:31:23.673 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"}]}'
2026-01-02 04:31:23.673 INFO [src.node.waku_node] Node protocols are initialized !!
2026-01-02 04:31:23.673 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6628/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-01-02 04:31:23.676 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.2.97/tcp/6629/p2p/16Uiu2HAmNHtZfZzNzQCgZAhi5kMBt3FHHcxAZeJm5GAE5srPuZZj","/ip4/172.18.2.97/tcp/6630/ws/p2p/16Uiu2HAmNHtZfZzNzQCgZAhi5kMBt3FHHcxAZeJm5GAE5srPuZZj"],"enrUri":"enr:-L24QA-hPb55-HISf6UG9an5r7SpvJ8Cm3nHN_D6gQTx9t_wApHR05dYqiPeKnyyikSR0M8bvnMQr-vhZPjt6373Yb8CgmlkgnY0gmlwhKwSAmGKbXVsdGlhZGRyc5YACASsEgJhBhnlAAoErBICYQYZ5t0DgnJzhQADAQAAiXNlY3AyNTZrMaEDjy0hGwRygRNS1cHNIbFJWVwLtf86iXiBA4gH8vCtFIqDdGNwghnlg3VkcIIZ54V3YWt1MhM"}'
2026-01-02 04:31:23.676 INFO [src.node.waku_node] REST service is ready !!
2026-01-02 04:31:23.676 DEBUG [src.node.waku_node] Starting Node...
2026-01-02 04:31:23.676 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-01-02 04:31:23.678 DEBUG [src.node.docker_mananger] Network waku already exists
2026-01-02 04:31:23.678 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.189.157
2026-01-02 04:31:23.678 DEBUG [src.node.docker_mananger] Generated ports ['59167', '59168', '59169', '59170', '59171']
2026-01-02 04:31:23.678 DEBUG [src.node.waku_node] RLN credentials were not set
2026-01-02 04:31:23.678 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-01-02 04:31:23.679 DEBUG [src.node.waku_node] Using volumes []
2026-01-02 04:31:23.679 DEBUG [src.node.docker_mananger] docker run -i -t -p 59167:59167 -p 59168:59168 -p 59169:59169 -p 59170:59170 -p 59171:59171 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=59169 --rest-port=59167 --tcp-port=59168 --discv5-udp-port=59170 --rest-address=0.0.0.0 --nat=extip:172.18.189.157 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=c883b0afb9ce9cb8c7bcde0f80a4a77f16e65001bbf72e5dba0bcb0eef0dbd09 --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=59171 --metrics-logging=true --store-sync-relay-jitter=0 --relay=false --dns-discovery=false
2026-01-02 04:31:23.870 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.189.157 waku b83d14d0869b00a7708d228004ff0c5cabddcf06e3688bca9445b6bc3c6e9e3c
2026-01-02 04:31:23.901 DEBUG [src.node.docker_mananger] Container started with ID b83d14d0869b. Setting up logs at ./log/docker/node2_2026-01-02_04-31-22__1c59cf85-959a-4505-a294-9e42ae866ec4__wakuorg_nwaku:latest.log
2026-01-02 04:31:23.902 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 59167
2026-01-02 04:31:23.902 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-01-02 04:31:24.902 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59167/health" -H "Content-Type: application/json" -d 'None'
2026-01-02 04:31:24.905 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"}]}'
2026-01-02 04:31:24.906 INFO [src.node.waku_node] Node protocols are initialized !!
2026-01-02 04:31:24.906 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59167/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-01-02 04:31:24.908 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.189.157/tcp/59168/p2p/16Uiu2HAmFGDCL2gZ2kkoYkFA5JAfRPAGAy7Z2FtQKgUit2VZoG2q","/ip4/172.18.189.157/tcp/59169/ws/p2p/16Uiu2HAmFGDCL2gZ2kkoYkFA5JAfRPAGAy7Z2FtQKgUit2VZoG2q"],"enrUri":"enr:-L24QGugZBZim5lBqnWNP1UzhzrY4jRizktWyeLhy8WrUGtxNrG6aD0MmfuvxFCHpEiW-hAg8YzvRpwUvHPd9iX0VrACgmlkgnY0gmlwhKwSvZ2KbXVsdGlhZGRyc5YACASsEr2dBucgAAoErBK9nQbnId0DgnJzhQADAQAAiXNlY3AyNTZrMaEDJr06BAfbKFwt1sT1TAruIVXQPmgXsfshE1CcH_hIGPaDdGNwgucgg3VkcILnIoV3YWt1MhI"}'
2026-01-02 04:31:24.908 INFO [src.node.waku_node] REST service is ready !!
2026-01-02 04:31:24.908 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:59167/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.2.97/tcp/6629/p2p/16Uiu2HAmNHtZfZzNzQCgZAhi5kMBt3FHHcxAZeJm5GAE5srPuZZj"]'
2026-01-02 04:31:24.937 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-02 04:31:24.938 DEBUG [src.steps.store] Relaying message
2026-01-02 04:31:24.939 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6628/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-01-02 04:31:24.950 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-02 04:31:24.950 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-02 04:31:25.161 DEBUG [src.steps.store] Relaying message
2026-01-02 04:31:25.161 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6628/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-01-02 04:31:25.166 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-02 04:31:25.166 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-02 04:31:25.377 DEBUG [src.steps.store] Relaying message
2026-01-02 04:31:25.377 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6628/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-01-02 04:31:25.381 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-02 04:31:25.381 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-02 04:31:25.592 DEBUG [src.steps.store] Relaying message
2026-01-02 04:31:25.592 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6628/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-01-02 04:31:25.597 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-02 04:31:25.597 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-02 04:31:25.808 DEBUG [src.steps.store] Relaying message
2026-01-02 04:31:25.808 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6628/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-01-02 04:31:25.812 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-02 04:31:25.812 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-02 04:31:26.023 DEBUG [src.steps.store] Relaying message
2026-01-02 04:31:26.023 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6628/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-01-02 04:31:26.027 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-02 04:31:26.027 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-02 04:31:26.238 DEBUG [src.steps.store] Relaying message
2026-01-02 04:31:26.238 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6628/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-01-02 04:31:26.243 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-02 04:31:26.243 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-02 04:31:26.453 DEBUG [src.steps.store] Relaying message
2026-01-02 04:31:26.454 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6628/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-01-02 04:31:26.458 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-02 04:31:26.458 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-02 04:31:26.669 DEBUG [src.steps.store] Relaying message
2026-01-02 04:31:26.669 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6628/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-01-02 04:31:26.674 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-02 04:31:26.674 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-02 04:31:26.885 DEBUG [src.steps.store] Relaying message
2026-01-02 04:31:26.885 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6628/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-01-02 04:31:26.889 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-02 04:31:26.889 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-02 04:31:27.100 DEBUG [src.steps.store] Relaying message
2026-01-02 04:31:27.100 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6628/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-01-02 04:31:27.105 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-02 04:31:27.105 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-02 04:31:27.316 DEBUG [src.steps.store] Relaying message
2026-01-02 04:31:27.316 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6628/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-01-02 04:31:27.320 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-02 04:31:27.321 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-02 04:31:27.531 DEBUG [src.steps.store] Relaying message
2026-01-02 04:31:27.532 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6628/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-01-02 04:31:27.535 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-02 04:31:27.536 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-02 04:31:27.746 DEBUG [src.steps.store] Relaying message
2026-01-02 04:31:27.747 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6628/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-01-02 04:31:27.751 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-02 04:31:27.751 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-02 04:31:27.962 DEBUG [src.steps.store] Relaying message
2026-01-02 04:31:27.962 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6628/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-01-02 04:31:27.966 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-02 04:31:27.966 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-02 04:31:28.177 DEBUG [src.steps.store] Relaying message
2026-01-02 04:31:28.177 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6628/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-01-02 04:31:28.181 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-02 04:31:28.181 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-02 04:31:28.392 DEBUG [src.steps.store] Relaying message
2026-01-02 04:31:28.393 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6628/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-01-02 04:31:28.397 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-02 04:31:28.397 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-02 04:31:28.608 DEBUG [src.steps.store] Relaying message
2026-01-02 04:31:28.608 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6628/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-01-02 04:31:28.614 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-02 04:31:28.614 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-02 04:31:28.825 DEBUG [src.steps.store] Relaying message
2026-01-02 04:31:28.826 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6628/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-01-02 04:31:28.830 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-02 04:31:28.830 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-02 04:31:29.041 DEBUG [src.steps.store] Relaying message
2026-01-02 04:31:29.041 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6628/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-01-02 04:31:29.045 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-02 04:31:29.045 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-02 04:31:29.256 DEBUG [src.steps.store] Relaying message
2026-01-02 04:31:29.257 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6628/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-01-02 04:31:29.261 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-02 04:31:29.261 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-02 04:31:29.472 DEBUG [src.steps.store] Relaying message
2026-01-02 04:31:29.472 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6628/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-01-02 04:31:29.476 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-02 04:31:29.476 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-02 04:31:29.687 DEBUG [src.steps.store] Relaying message
2026-01-02 04:31:29.687 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6628/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-01-02 04:31:29.691 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-02 04:31:29.692 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-02 04:31:29.902 DEBUG [src.steps.store] Relaying message
2026-01-02 04:31:29.903 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6628/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-01-02 04:31:29.907 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-02 04:31:29.907 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-02 04:31:30.118 DEBUG [src.steps.store] Relaying message
2026-01-02 04:31:30.118 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6628/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-01-02 04:31:30.122 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-02 04:31:30.122 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-02 04:31:30.333 DEBUG [src.steps.store] Relaying message
2026-01-02 04:31:30.333 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6628/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-01-02 04:31:30.338 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-02 04:31:30.338 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-02 04:31:30.549 DEBUG [src.steps.store] Relaying message
2026-01-02 04:31:30.549 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6628/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-01-02 04:31:30.553 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-02 04:31:30.553 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-02 04:31:30.764 DEBUG [src.steps.store] Relaying message
2026-01-02 04:31:30.764 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6628/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-01-02 04:31:30.768 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-02 04:31:30.768 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-02 04:31:30.979 DEBUG [src.steps.store] Relaying message
2026-01-02 04:31:30.980 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6628/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-01-02 04:31:30.984 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-02 04:31:30.984 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-02 04:31:31.195 DEBUG [src.steps.store] Relaying message
2026-01-02 04:31:31.195 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6628/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-01-02 04:31:31.199 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-02 04:31:31.199 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-02 04:31:43.410 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59167/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=&pageSize=100&ascending=true&peer_id=" -H "Content-Type: application/json" -d 'None'
2026-01-02 04:31:43.414 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x38ccc18ef935f2c6139db2e0b5c05e8f537d076551d2a14d33d046499dedd68f"},{"messageHash":"0x48369cb95e539f4d889e11e98f9f8b0daac552c65d6a3c26f64af84755491cd9"},{"messageHash":"0x826f7296085fe4d31683140da3a176d29f59b87afb416b17976df9e563f59eb0"},{"messageHash":"0x048d0aefecc21ecc3cd3b144f2801552996b41c66dd5d15863df1fac4c0b451e"},{"messageHash":"0x0b8a265f9889e6e6931b87d28cf58770cace0412ad94ac93088132973687b978"},{"messageHash":"0xdec76cf9da09f380f541ff187ed9506adb13ed7f50fa715069c81a019db095e1"},{"messageHash":"0x1294832e4e1a283116a8da91d1066778ce259dfc2109c27ef3cd97c69d2aea7d"},{"messageHash":"0x13e2c8079e2e2c8d088392c3ebccce16374ce27afe26b5e488970b17ebdd6590"},{"messageHash":"0xbc5b55affaac934e7a2317af977cb4bfbdaf13c4156cae72821910b1ce338aa2"},{"messageHash":"0xcb16d7f697cb5f6c7a7e29cf9bbc9c740d8af8e169f54ab1f50016bc73fee9fc"},{"messageHash":"0x4bd46d11c1c71be8d70ebf0ccd2276726a8e05db87f180d6e21d2b57c9bf6c02"},{"messageHash":"0x89377d64be9f3a3a2c97135f86c74694cedfcbbc99489da2439f7e3d9ab4acc3"},{"messageHash":"0xc4b45da6a8dd9eb501a59247ea586eeb52fcf50b4391238a27de232c9a5919dc"},{"messageHash":"0x4866589f2030188bfe8341d874f8a96dfb1d85516c112d0bf777e0b51fb8b0c3"},{"messageHash":"0xe632893afb0eca60778d7e47971a4495fb2fb0e9b2c975a9247c85da5af34292"},{"messageHash":"0x2a637b2b4f3f3874c725c3ec7e7fb8e0906704336c8bfe1f57007b2d9c584ae6"},{"messageHash":"0x4395e8d1adcb498a11cd61a5f4296f0b5a6b49a6fc8f9c3a5c9a9ad7ad9c45bf"},{"messageHash":"0x311114d65dd628544ce1fbbedaad01d190728eb90c9a9fe840f7b9650a10d018"},{"messageHash":"0x3d0ea5e5fd938d317d4415093ab9e6526cd7c87541d87f285f3ad66b2dc89cd5"},{"messageHash":"0x1f9e947e71921d15db12ea1a532ddba07b3d9a3867da5c8510ace55a12040873"},{"messageHash":"0x2ab38356dd2926256af87c0dbfcfb1782c68d6389c7252f13a2a779de63b66c1"},{"messageHash":"0xac2e731dcee951d671a7327633e63076081bbb203425a8c8e47843b596106efc"},{"messageHash":"0x64bcf30d529cf44ca70a1eb714e1e29bec6cef3ae3f04fc0950fbe70bd6f6007"},{"messageHash":"0x9d173f951507db9dadb76649ce51a4a10fe30ddd9ef58ac1761feac7c9cc4a88"},{"messageHash":"0x975f08d612df1a5eebd14e4c2f1ca5e3fe6d3e466360c6f02b3af188f004fdee"},{"messageHash":"0x0bedf391b2b7e00a4db871ff8219f24ffceb2e848711c6287dd352f8848ac9cb"},{"messageHash":"0x9810ceb3eabb70e7d043bccaa1ab0a45dd59a8e2f2380bea88b75ac91a3cc2e9"},{"messageHash":"0x41ffcf87feb345543b9bed963da81f0d12d894a817d3ee37e14a7baf629cccb7"},{"messageHash":"0xe4f115690feb847b2157d08a61d8f6f093f0bdeac0d941efc29e40835103762d"},{"messageHash":"0x7134ef06a7af5dbeb1e14ac41d010e2eb12f028fb9524c820f7616ac38585cbe"}]}'
2026-01-02 04:31:43.415 DEBUG [tests.store_sync.test_store_sync] Node-2 store has 30/30 messages
2026-01-02 04:32:13.415 DEBUG [src.steps.store] Relaying message
2026-01-02 04:32:13.416 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6628/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-01-02 04:32:13.420 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-02 04:32:13.420 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-02 04:32:13.631 DEBUG [src.steps.store] Relaying message
2026-01-02 04:32:13.631 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6628/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-01-02 04:32:13.635 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-02 04:32:13.636 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-02 04:32:13.846 DEBUG [src.steps.store] Relaying message
2026-01-02 04:32:13.847 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6628/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-01-02 04:32:13.851 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-02 04:32:13.851 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-02 04:32:14.062 DEBUG [src.steps.store] Relaying message
2026-01-02 04:32:14.062 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6628/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-01-02 04:32:14.067 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-02 04:32:14.067 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-02 04:32:14.278 DEBUG [src.steps.store] Relaying message
2026-01-02 04:32:14.278 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6628/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-01-02 04:32:14.282 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-02 04:32:14.282 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-02 04:32:14.493 DEBUG [src.steps.store] Relaying message
2026-01-02 04:32:14.493 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6628/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-01-02 04:32:14.497 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-02 04:32:14.497 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-02 04:32:14.708 DEBUG [src.steps.store] Relaying message
2026-01-02 04:32:14.709 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6628/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-01-02 04:32:14.713 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-02 04:32:14.713 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-02 04:32:14.924 DEBUG [src.steps.store] Relaying message
2026-01-02 04:32:14.924 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6628/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-01-02 04:32:14.928 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-02 04:32:14.929 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-02 04:32:15.139 DEBUG [src.steps.store] Relaying message
2026-01-02 04:32:15.140 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6628/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-01-02 04:32:15.144 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-02 04:32:15.144 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-02 04:32:15.355 DEBUG [src.steps.store] Relaying message
2026-01-02 04:32:15.355 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6628/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-01-02 04:32:15.359 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-02 04:32:15.360 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-02 04:32:15.570 DEBUG [src.steps.store] Relaying message
2026-01-02 04:32:15.571 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6628/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-01-02 04:32:15.575 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-02 04:32:15.575 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-02 04:32:15.786 DEBUG [src.steps.store] Relaying message
2026-01-02 04:32:15.787 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6628/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-01-02 04:32:15.791 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-02 04:32:15.791 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-02 04:32:16.002 DEBUG [src.steps.store] Relaying message
2026-01-02 04:32:16.002 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6628/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-01-02 04:32:16.007 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-02 04:32:16.007 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-02 04:32:16.218 DEBUG [src.steps.store] Relaying message
2026-01-02 04:32:16.218 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6628/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-01-02 04:32:16.222 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-02 04:32:16.222 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-02 04:32:16.433 DEBUG [src.steps.store] Relaying message
2026-01-02 04:32:16.434 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6628/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-01-02 04:32:16.438 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-02 04:32:16.438 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-02 04:32:16.649 DEBUG [src.steps.store] Relaying message
2026-01-02 04:32:16.649 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6628/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-01-02 04:32:16.653 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-02 04:32:16.654 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-02 04:32:16.864 DEBUG [src.steps.store] Relaying message
2026-01-02 04:32:16.865 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6628/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-01-02 04:32:16.869 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-02 04:32:16.869 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-02 04:32:17.080 DEBUG [src.steps.store] Relaying message
2026-01-02 04:32:17.080 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6628/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-01-02 04:32:17.084 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-02 04:32:17.084 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-02 04:32:17.295 DEBUG [src.steps.store] Relaying message
2026-01-02 04:32:17.295 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6628/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-01-02 04:32:17.300 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-02 04:32:17.300 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-02 04:32:17.511 DEBUG [src.steps.store] Relaying message
2026-01-02 04:32:17.511 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6628/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-01-02 04:32:17.515 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-02 04:32:17.515 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-02 04:32:17.726 DEBUG [src.steps.store] Relaying message
2026-01-02 04:32:17.727 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6628/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-01-02 04:32:17.731 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-02 04:32:17.731 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-02 04:32:17.942 DEBUG [src.steps.store] Relaying message
2026-01-02 04:32:17.942 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6628/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-01-02 04:32:17.946 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-02 04:32:17.946 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-02 04:32:18.157 DEBUG [src.steps.store] Relaying message
2026-01-02 04:32:18.158 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6628/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-01-02 04:32:18.162 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-02 04:32:18.162 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-02 04:32:18.373 DEBUG [src.steps.store] Relaying message
2026-01-02 04:32:18.373 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6628/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-01-02 04:32:18.378 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-02 04:32:18.378 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-02 04:32:18.589 DEBUG [src.steps.store] Relaying message
2026-01-02 04:32:18.589 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6628/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-01-02 04:32:18.593 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-02 04:32:18.593 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-02 04:32:18.804 DEBUG [src.steps.store] Relaying message
2026-01-02 04:32:18.805 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6628/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-01-02 04:32:18.809 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-02 04:32:18.809 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-02 04:32:19.020 DEBUG [src.steps.store] Relaying message
2026-01-02 04:32:19.020 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6628/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-01-02 04:32:19.024 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-02 04:32:19.025 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-02 04:32:19.235 DEBUG [src.steps.store] Relaying message
2026-01-02 04:32:19.236 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6628/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-01-02 04:32:19.240 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-02 04:32:19.240 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-02 04:32:19.451 DEBUG [src.steps.store] Relaying message
2026-01-02 04:32:19.451 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6628/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-01-02 04:32:19.456 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-02 04:32:19.456 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-02 04:32:19.667 DEBUG [src.steps.store] Relaying message
2026-01-02 04:32:19.667 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6628/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-01-02 04:32:19.671 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-02 04:32:19.672 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-02 04:32:31.883 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59167/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=&pageSize=100&ascending=true&peer_id=" -H "Content-Type: application/json" -d 'None'
2026-01-02 04:32:31.888 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2026-01-02 04:32:31.888 DEBUG [tests.store_sync.test_store_sync] Node-2 store has 60/60 messages
2026-01-02 04:33:01.888 DEBUG [src.steps.store] Relaying message
2026-01-02 04:33:01.889 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6628/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-01-02 04:33:01.893 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-02 04:33:01.894 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-02 04:33:02.105 DEBUG [src.steps.store] Relaying message
2026-01-02 04:33:02.105 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6628/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-01-02 04:33:02.109 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-02 04:33:02.109 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-02 04:33:02.320 DEBUG [src.steps.store] Relaying message
2026-01-02 04:33:02.320 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6628/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-01-02 04:33:02.325 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-02 04:33:02.325 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-02 04:33:02.536 DEBUG [src.steps.store] Relaying message
2026-01-02 04:33:02.536 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6628/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-01-02 04:33:02.540 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-02 04:33:02.540 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-02 04:33:02.751 DEBUG [src.steps.store] Relaying message
2026-01-02 04:33:02.752 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6628/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-01-02 04:33:02.760 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-02 04:33:02.761 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-02 04:33:02.972 DEBUG [src.steps.store] Relaying message
2026-01-02 04:33:02.972 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6628/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-01-02 04:33:02.976 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-02 04:33:02.976 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-02 04:33:03.187 DEBUG [src.steps.store] Relaying message
2026-01-02 04:33:03.187 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6628/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-01-02 04:33:03.191 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-02 04:33:03.192 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-02 04:33:03.402 DEBUG [src.steps.store] Relaying message
2026-01-02 04:33:03.403 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6628/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-01-02 04:33:03.407 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-02 04:33:03.407 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-02 04:33:03.618 DEBUG [src.steps.store] Relaying message
2026-01-02 04:33:03.618 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6628/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-01-02 04:33:03.622 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-02 04:33:03.623 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-02 04:33:03.833 DEBUG [src.steps.store] Relaying message
2026-01-02 04:33:03.834 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6628/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-01-02 04:33:03.838 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-02 04:33:03.838 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-02 04:33:04.049 DEBUG [src.steps.store] Relaying message
2026-01-02 04:33:04.049 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6628/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-01-02 04:33:04.053 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-02 04:33:04.054 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-02 04:33:04.264 DEBUG [src.steps.store] Relaying message
2026-01-02 04:33:04.265 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6628/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-01-02 04:33:04.269 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-02 04:33:04.269 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-02 04:33:04.480 DEBUG [src.steps.store] Relaying message
2026-01-02 04:33:04.480 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6628/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-01-02 04:33:04.488 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-02 04:33:04.488 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-02 04:33:04.698 DEBUG [src.steps.store] Relaying message
2026-01-02 04:33:04.699 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6628/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-01-02 04:33:04.703 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-02 04:33:04.704 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-02 04:33:04.914 DEBUG [src.steps.store] Relaying message
2026-01-02 04:33:04.915 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6628/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-01-02 04:33:04.919 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-02 04:33:04.919 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-02 04:33:05.130 DEBUG [src.steps.store] Relaying message
2026-01-02 04:33:05.130 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6628/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-01-02 04:33:05.134 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-02 04:33:05.134 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-02 04:33:05.345 DEBUG [src.steps.store] Relaying message
2026-01-02 04:33:05.345 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6628/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-01-02 04:33:05.350 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-02 04:33:05.350 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-02 04:33:05.561 DEBUG [src.steps.store] Relaying message
2026-01-02 04:33:05.561 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6628/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-01-02 04:33:05.565 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-02 04:33:05.566 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-02 04:33:05.776 DEBUG [src.steps.store] Relaying message
2026-01-02 04:33:05.777 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6628/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-01-02 04:33:05.781 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-02 04:33:05.781 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-02 04:33:05.992 DEBUG [src.steps.store] Relaying message
2026-01-02 04:33:05.992 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6628/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-01-02 04:33:05.997 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-02 04:33:05.997 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-02 04:33:06.208 DEBUG [src.steps.store] Relaying message
2026-01-02 04:33:06.208 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6628/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-01-02 04:33:06.212 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-02 04:33:06.212 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-02 04:33:06.423 DEBUG [src.steps.store] Relaying message
2026-01-02 04:33:06.423 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6628/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-01-02 04:33:06.428 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-02 04:33:06.428 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-02 04:33:06.639 DEBUG [src.steps.store] Relaying message
2026-01-02 04:33:06.639 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6628/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-01-02 04:33:06.643 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-02 04:33:06.643 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-02 04:33:06.854 DEBUG [src.steps.store] Relaying message
2026-01-02 04:33:06.854 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6628/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-01-02 04:33:06.858 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-02 04:33:06.859 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-02 04:33:07.069 DEBUG [src.steps.store] Relaying message
2026-01-02 04:33:07.070 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6628/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-01-02 04:33:07.074 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-02 04:33:07.074 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-02 04:33:07.285 DEBUG [src.steps.store] Relaying message
2026-01-02 04:33:07.285 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6628/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-01-02 04:33:07.290 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-02 04:33:07.290 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-02 04:33:07.501 DEBUG [src.steps.store] Relaying message
2026-01-02 04:33:07.501 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6628/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-01-02 04:33:07.505 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-02 04:33:07.505 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-02 04:33:07.716 DEBUG [src.steps.store] Relaying message
2026-01-02 04:33:07.716 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6628/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-01-02 04:33:07.720 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-02 04:33:07.721 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-02 04:33:07.931 DEBUG [src.steps.store] Relaying message
2026-01-02 04:33:07.932 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6628/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-01-02 04:33:07.936 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-02 04:33:07.936 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-02 04:33:08.147 DEBUG [src.steps.store] Relaying message
2026-01-02 04:33:08.147 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6628/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-01-02 04:33:08.152 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-01-02 04:33:08.152 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-01-02 04:33:20.363 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59167/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=&pageSize=100&ascending=true&peer_id=" -H "Content-Type: application/json" -d 'None'
2026-01-02 04:33:20.368 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2026-01-02 04:33:20.369 DEBUG [tests.store_sync.test_store_sync] Node-2 store has 90/90 messages
2026-01-02 04:33:50.371 DEBUG [tests.conftest] Running fixture teardown: test_setup
2026-01-02 04:33:50.372 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2026-01-02 04:33:50.372 DEBUG [src.node.waku_node] Stopping container with id a0850370f8cd
2026-01-02 04:33:50.937 DEBUG [src.node.waku_node] Container stopped.
2026-01-02 04:33:50.939 DEBUG [src.node.waku_node] Stopping container with id b83d14d0869b
2026-01-02 04:33:51.462 DEBUG [src.node.waku_node] Container stopped.
2026-01-02 04:33:51.466 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2026-01-02 04:33:51.596 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-01-02 04:33:51.654 DEBUG [src.node.docker_mananger] No errors found in the waku logs.