431 lines
63 KiB
Plaintext

2026-03-28 04:39:01.512 DEBUG [tests.conftest] Running fixture setup: test_id
2026-03-28 04:39:01.513 DEBUG [tests.conftest] Running test: test_continuous_store_sync with id: 2026-03-28_04-39-01__7d23062b-973a-46b8-b25f-770d49e176ee
2026-03-28 04:39:01.513 DEBUG [src.steps.common] Running fixture setup: common_setup
2026-03-28 04:39:01.519 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-28 04:39:01.519 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-28_04-39-01__7d23062b-973a-46b8-b25f-770d49e176ee__wakuorg_nwaku:latest.log
2026-03-28 04:39:01.525 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-28 04:39:01.525 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-28_04-39-01__7d23062b-973a-46b8-b25f-770d49e176ee__wakuorg_nwaku:latest.log
2026-03-28 04:39:01.530 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-28 04:39:01.530 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2026-03-28_04-39-01__7d23062b-973a-46b8-b25f-770d49e176ee__wakuorg_nwaku:latest.log
2026-03-28 04:39:01.530 DEBUG [src.steps.store] Running fixture setup: store_setup
2026-03-28 04:39:01.531 DEBUG [src.node.waku_node] Starting Node...
2026-03-28 04:39:01.531 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-28 04:39:01.533 DEBUG [src.node.docker_mananger] Network waku already exists
2026-03-28 04:39:01.533 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.210.235
2026-03-28 04:39:01.533 DEBUG [src.node.docker_mananger] Generated ports ['1930', '1931', '1932', '1933', '1934']
2026-03-28 04:39:01.533 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-28 04:39:01.534 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-28 04:39:01.534 DEBUG [src.node.waku_node] Using volumes []
2026-03-28 04:39:01.534 DEBUG [src.node.docker_mananger] docker run -i -t -p 1930:1930 -p 1931:1931 -p 1932:1932 -p 1933:1933 -p 1934:1934 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=1932 --rest-port=1930 --tcp-port=1931 --discv5-udp-port=1933 --rest-address=0.0.0.0 --nat=extip:172.18.210.235 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=1d4e55be45aca3f33ac8d06d388c9a0acf3d9919dfb85a73cd5fb60efc1eee52 --store-sync=true --store=true --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=1934 --metrics-logging=true --relay=true --dns-discovery=false
2026-03-28 04:39:01.726 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.210.235 waku 3aaa4871cc3bd357b454eb580d3dc17511538e5b1a74f7532f343af640dfb8b3
2026-03-28 04:39:01.763 DEBUG [src.node.docker_mananger] Container started with ID 3aaa4871cc3b. Setting up logs at ./log/docker/node1_2026-03-28_04-39-01__7d23062b-973a-46b8-b25f-770d49e176ee__wakuorg_nwaku:latest.log
2026-03-28 04:39:01.764 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 1930
2026-03-28 04:39:01.765 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-28 04:39:01.879 ERROR [src.node.docker_mananger] Max retries reached for container 1df95d6d759b. Exiting log stream.
2026-03-28 04:39:02.319 ERROR [src.node.docker_mananger] Max retries reached for container e84521fd843d. Exiting log stream.
2026-03-28 04:39:02.766 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1930/health" -H "Content-Type: application/json" -d 'None'
2026-03-28 04:39:02.769 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-28 04:39:02.770 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-28 04:39:02.770 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1930/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-28 04:39:02.772 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.210.235/tcp/1931/p2p/16Uiu2HAkyJkeZieDVbMUbYWrCHDKYzTs7afxBxcfX67An5nPwKN7","/ip4/172.18.210.235/tcp/1932/ws/p2p/16Uiu2HAkyJkeZieDVbMUbYWrCHDKYzTs7afxBxcfX67An5nPwKN7"],"enrUri":"enr:-L24QC5fhhjDu-fxxVpsCbssxeHuKXVRAIB2uha9tV1oB5yzBjBQeeq1i-dxP_ZA5rZ-HLLw8h4Yq6gMBTlEqsRv4zQCgmlkgnY0gmlwhKwS0uuKbXVsdGlhZGRyc5YACASsEtLrBgeLAAoErBLS6wYHjN0DgnJzhQADAQAAiXNlY3AyNTZrMaECOaj18HgCTzYg8bUipvIvdpxIwVYqdhGf-9Rd-xYT_MCDdGNwggeLg3VkcIIHjYV3YWt1MhM"}'
2026-03-28 04:39:02.772 INFO [src.node.waku_node] REST service is ready !!
2026-03-28 04:39:02.772 DEBUG [src.node.waku_node] Starting Node...
2026-03-28 04:39:02.772 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-28 04:39:02.774 DEBUG [src.node.docker_mananger] Network waku already exists
2026-03-28 04:39:02.774 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.11.169
2026-03-28 04:39:02.774 DEBUG [src.node.docker_mananger] Generated ports ['56743', '56744', '56745', '56746', '56747']
2026-03-28 04:39:02.775 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-28 04:39:02.775 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-28 04:39:02.775 DEBUG [src.node.waku_node] Using volumes []
2026-03-28 04:39:02.775 DEBUG [src.node.docker_mananger] docker run -i -t -p 56743:56743 -p 56744:56744 -p 56745:56745 -p 56746:56746 -p 56747:56747 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=56745 --rest-port=56743 --tcp-port=56744 --discv5-udp-port=56746 --rest-address=0.0.0.0 --nat=extip:172.18.11.169 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=23b6fb427babe80d5d519abda7d580bba8a3f2eef728000f8f8370a68230ac3b --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=56747 --metrics-logging=true --store-sync-relay-jitter=0 --relay=false --dns-discovery=false
2026-03-28 04:39:02.959 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.11.169 waku c372c5ea244bda5b4f565c3f382a438b7ecb8934dbf3aeb08600b674e6a6013c
2026-03-28 04:39:02.993 DEBUG [src.node.docker_mananger] Container started with ID c372c5ea244b. Setting up logs at ./log/docker/node2_2026-03-28_04-39-01__7d23062b-973a-46b8-b25f-770d49e176ee__wakuorg_nwaku:latest.log
2026-03-28 04:39:02.993 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 56743
2026-03-28 04:39:02.994 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-28 04:39:03.995 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56743/health" -H "Content-Type: application/json" -d 'None'
2026-03-28 04:39:03.998 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-28 04:39:03.998 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-28 04:39:03.998 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56743/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-28 04:39:04.000 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.11.169/tcp/56744/p2p/16Uiu2HAmDBf1exC6CF5gDy6SCLPk41Th9BGpXELzhN4Sa3okpKQ8","/ip4/172.18.11.169/tcp/56745/ws/p2p/16Uiu2HAmDBf1exC6CF5gDy6SCLPk41Th9BGpXELzhN4Sa3okpKQ8"],"enrUri":"enr:-L24QFusVDsGrLe_HIVMuYwWax5Ws4KWrHSpS6YuKRTv09uzD3MS26Tgo5bF_A2cv39R1dWbDwdtrYt723ziZyol0ZYCgmlkgnY0gmlwhKwSC6mKbXVsdGlhZGRyc5YACASsEgupBt2oAAoErBILqQbdqd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDB9sjkVDT8fpPROQNSOEAtBBzgOHzUTj0duh-pJ8sZY2DdGNwgt2og3VkcILdqoV3YWt1MhI"}'
2026-03-28 04:39:04.000 INFO [src.node.waku_node] REST service is ready !!
2026-03-28 04:39:04.001 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56743/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.210.235/tcp/1931/p2p/16Uiu2HAkyJkeZieDVbMUbYWrCHDKYzTs7afxBxcfX67An5nPwKN7"]'
2026-03-28 04:39:04.033 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-28 04:39:04.034 DEBUG [src.steps.store] Relaying message
2026-03-28 04:39:04.035 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1930/relay/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-28 04:39:04.054 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-28 04:39:04.054 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-28 04:39:04.265 DEBUG [src.steps.store] Relaying message
2026-03-28 04:39:04.265 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1930/relay/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-28 04:39:04.269 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-28 04:39:04.269 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-28 04:39:04.480 DEBUG [src.steps.store] Relaying message
2026-03-28 04:39:04.480 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1930/relay/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-28 04:39:04.485 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-28 04:39:04.485 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-28 04:39:04.696 DEBUG [src.steps.store] Relaying message
2026-03-28 04:39:04.696 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1930/relay/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-28 04:39:04.699 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-28 04:39:04.699 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-28 04:39:04.910 DEBUG [src.steps.store] Relaying message
2026-03-28 04:39:04.911 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1930/relay/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-28 04:39:04.915 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-28 04:39:04.915 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-28 04:39:05.126 DEBUG [src.steps.store] Relaying message
2026-03-28 04:39:05.126 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1930/relay/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-28 04:39:05.130 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-28 04:39:05.130 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-28 04:39:05.341 DEBUG [src.steps.store] Relaying message
2026-03-28 04:39:05.342 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1930/relay/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-28 04:39:05.346 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-28 04:39:05.346 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-28 04:39:05.557 DEBUG [src.steps.store] Relaying message
2026-03-28 04:39:05.557 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1930/relay/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-28 04:39:05.561 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-28 04:39:05.561 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-28 04:39:05.772 DEBUG [src.steps.store] Relaying message
2026-03-28 04:39:05.772 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1930/relay/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-28 04:39:05.776 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-28 04:39:05.777 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-28 04:39:05.987 DEBUG [src.steps.store] Relaying message
2026-03-28 04:39:05.988 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1930/relay/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-28 04:39:06.008 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-28 04:39:06.008 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-28 04:39:06.219 DEBUG [src.steps.store] Relaying message
2026-03-28 04:39:06.219 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1930/relay/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-28 04:39:06.223 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-28 04:39:06.223 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-28 04:39:06.434 DEBUG [src.steps.store] Relaying message
2026-03-28 04:39:06.434 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1930/relay/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-28 04:39:06.438 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-28 04:39:06.438 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-28 04:39:06.649 DEBUG [src.steps.store] Relaying message
2026-03-28 04:39:06.649 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1930/relay/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-28 04:39:06.653 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-28 04:39:06.653 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-28 04:39:06.864 DEBUG [src.steps.store] Relaying message
2026-03-28 04:39:06.865 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1930/relay/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-28 04:39:06.868 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-28 04:39:06.869 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-28 04:39:07.080 DEBUG [src.steps.store] Relaying message
2026-03-28 04:39:07.080 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1930/relay/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-28 04:39:07.084 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-28 04:39:07.084 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-28 04:39:07.295 DEBUG [src.steps.store] Relaying message
2026-03-28 04:39:07.295 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1930/relay/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-28 04:39:07.299 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-28 04:39:07.299 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-28 04:39:07.510 DEBUG [src.steps.store] Relaying message
2026-03-28 04:39:07.510 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1930/relay/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-28 04:39:07.514 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-28 04:39:07.515 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-28 04:39:07.725 DEBUG [src.steps.store] Relaying message
2026-03-28 04:39:07.726 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1930/relay/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-28 04:39:07.729 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-28 04:39:07.729 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-28 04:39:07.940 DEBUG [src.steps.store] Relaying message
2026-03-28 04:39:07.940 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1930/relay/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-28 04:39:07.945 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-28 04:39:07.945 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-28 04:39:08.156 DEBUG [src.steps.store] Relaying message
2026-03-28 04:39:08.156 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1930/relay/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-28 04:39:08.160 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-28 04:39:08.160 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-28 04:39:08.371 DEBUG [src.steps.store] Relaying message
2026-03-28 04:39:08.371 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1930/relay/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-28 04:39:08.375 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-28 04:39:08.376 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-28 04:39:08.586 DEBUG [src.steps.store] Relaying message
2026-03-28 04:39:08.587 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1930/relay/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-28 04:39:08.591 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-28 04:39:08.591 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-28 04:39:08.802 DEBUG [src.steps.store] Relaying message
2026-03-28 04:39:08.802 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1930/relay/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-28 04:39:08.806 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-28 04:39:08.806 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-28 04:39:09.017 DEBUG [src.steps.store] Relaying message
2026-03-28 04:39:09.018 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1930/relay/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-28 04:39:09.028 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-28 04:39:09.028 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-28 04:39:09.239 DEBUG [src.steps.store] Relaying message
2026-03-28 04:39:09.239 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1930/relay/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-28 04:39:09.243 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-28 04:39:09.243 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-28 04:39:09.454 DEBUG [src.steps.store] Relaying message
2026-03-28 04:39:09.454 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1930/relay/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-28 04:39:09.459 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-28 04:39:09.459 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-28 04:39:09.670 DEBUG [src.steps.store] Relaying message
2026-03-28 04:39:09.670 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1930/relay/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-28 04:39:09.674 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-28 04:39:09.674 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-28 04:39:09.885 DEBUG [src.steps.store] Relaying message
2026-03-28 04:39:09.885 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1930/relay/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-28 04:39:09.889 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-28 04:39:09.889 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-28 04:39:10.100 DEBUG [src.steps.store] Relaying message
2026-03-28 04:39:10.100 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1930/relay/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-28 04:39:10.104 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-28 04:39:10.105 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-28 04:39:10.315 DEBUG [src.steps.store] Relaying message
2026-03-28 04:39:10.316 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1930/relay/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-28 04:39:10.322 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-28 04:39:10.322 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-28 04:39:22.533 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56743/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-28 04:39:22.537 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x251524e2bf80ef437bf9265bf9af67ab4f07f385078c344f086fb8948466bd0b"},{"messageHash":"0xa267506a1913975025000e85424abadc94e8a3a621a803c482f60feb477635d0"},{"messageHash":"0xb76808d991753420d751f3b84408fd3c5b31a159eef3cf344abf0d1876eff541"},{"messageHash":"0xd2a814ebe838a98b2af13c32aab4ed3055d27264b006634a08badc55970b587b"},{"messageHash":"0x154e6763e08389eb2cf9631b7b97487142a43e5ab5d85741ce2568b409b72589"},{"messageHash":"0x48e555dca9126217e5691ff081d33087e82e7dfacf62c1945a0ed9325c2f394f"},{"messageHash":"0x474e5e2f605017f542b06ddf8f2647db209b6cee54e03cc0943ff0be32c8fea5"},{"messageHash":"0x18e04bb937fffdb8a8a7f87f47c3ee1008c1a918bf85e95e6234e4cc728c0f5a"},{"messageHash":"0x568dbea46968abf2621af2f1ebb70131b68b3be93fb986b41228491f0d26217e"},{"messageHash":"0x74cfa7c9524a6b7fb3886b7147771e4842d4e567b4fc84cf643b1e187ffa335d"},{"messageHash":"0x9958b0bbedb7b740f30087ef17cdd7eca11ebee12221efb1f74ba7b3711b406c"},{"messageHash":"0x126113ac2eae0c16fe135a53cd087d6aa6170d769361365e3c4018ae39029c70"},{"messageHash":"0x641fc9c17358036a2c23fcc3bf57b282e364ec7c9eabdf983fd279039dec17a1"},{"messageHash":"0x1f6b6dd154400f5b1f533f336ae3b4c1e280942a592019e867a072042f429406"},{"messageHash":"0xde4d9df6a9bd2c1832d33fa892ef559b0653668075f9629361cde279909f52db"},{"messageHash":"0xdc61b92a4bf5fd8c9bcea3e7651d8ec7d2fb4809dc4789b7f2e05f8ad6c2af6f"},{"messageHash":"0xa1319c757fa0d0eb2124951a0f067f0a225a1bd7238f4436d1c729b41f2b7b95"},{"messageHash":"0xe48858c96d4d428168b25afe8af2a62d31752aec3a529c79e6ea7620ae122a47"},{"messageHash":"0xaa11483305932fbdb33577a768b931a5085be0ef3fe3c213d5cc1d6138962540"},{"messageHash":"0xee339e30a5c1c805c6f63e59c91b56198ed922ba16a5e590a17a20e3b32f80c1"},{"messageHash":"0x66df4b6646126c1c4ac1391cd406fdf1061a51ff24f96156fca3ffabb5211c8d"},{"messageHash":"0x710ed3832b4eeff6a113754da0fc0f276d6ec4c3083d96fc6c3509a736a8ff36"},{"messageHash":"0xad75bc37df65d6f35d4c5087a53bd091a44b85a7368563b43a30575ed5e19bd2"},{"messageHash":"0x4e8377325556ff8b148b0014cfa90ee0fb99c501386e663a62e9fe4b7d0bc391"},{"messageHash":"0xcfca9da131517dc80b1302c5f5bd6679530a7195a9c2a09e74f9d71cd32ac8f8"},{"messageHash":"0x378110b2378296a333b1306e8c27af8fc015a8c6342c8ac63901b118fa6f7ab8"},{"messageHash":"0xdc02d3ff5d2a9c61d22341f580c5aaaa958d584cb16382c6f2137eb674fa1930"},{"messageHash":"0xd2d96e176dbf616c6f65e017b1f26f48a83f64eaf9245e1a64dc5f63505f6dd2"},{"messageHash":"0x0557a455149a0f6c19c2e1b21dda499142b823e229993046c91aef424209a2b3"},{"messageHash":"0x5af6f41f45b5c710169edb92c92dd75f755d0434bddb757dcb4f8a06192fdd55"}]}'
2026-03-28 04:39:22.537 DEBUG [tests.store_sync.test_store_sync] Node-2 store has 30/30 messages
2026-03-28 04:39:52.538 DEBUG [src.steps.store] Relaying message
2026-03-28 04:39:52.538 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1930/relay/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-28 04:39:52.542 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-28 04:39:52.543 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-28 04:39:52.754 DEBUG [src.steps.store] Relaying message
2026-03-28 04:39:52.754 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1930/relay/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-28 04:39:52.758 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-28 04:39:52.759 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-28 04:39:52.969 DEBUG [src.steps.store] Relaying message
2026-03-28 04:39:52.970 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1930/relay/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-28 04:39:52.974 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-28 04:39:52.974 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-28 04:39:53.185 DEBUG [src.steps.store] Relaying message
2026-03-28 04:39:53.185 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1930/relay/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-28 04:39:53.189 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-28 04:39:53.189 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-28 04:39:53.400 DEBUG [src.steps.store] Relaying message
2026-03-28 04:39:53.400 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1930/relay/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-28 04:39:53.405 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-28 04:39:53.405 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-28 04:39:53.615 DEBUG [src.steps.store] Relaying message
2026-03-28 04:39:53.616 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1930/relay/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-28 04:39:53.620 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-28 04:39:53.620 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-28 04:39:53.831 DEBUG [src.steps.store] Relaying message
2026-03-28 04:39:53.831 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1930/relay/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-28 04:39:53.835 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-28 04:39:53.835 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-28 04:39:54.046 DEBUG [src.steps.store] Relaying message
2026-03-28 04:39:54.046 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1930/relay/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-28 04:39:54.050 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-28 04:39:54.050 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-28 04:39:54.261 DEBUG [src.steps.store] Relaying message
2026-03-28 04:39:54.261 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1930/relay/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-28 04:39:54.265 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-28 04:39:54.265 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-28 04:39:54.476 DEBUG [src.steps.store] Relaying message
2026-03-28 04:39:54.476 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1930/relay/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-28 04:39:54.480 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-28 04:39:54.481 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-28 04:39:54.691 DEBUG [src.steps.store] Relaying message
2026-03-28 04:39:54.692 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1930/relay/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-28 04:39:54.696 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-28 04:39:54.696 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-28 04:39:54.907 DEBUG [src.steps.store] Relaying message
2026-03-28 04:39:54.907 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1930/relay/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-28 04:39:54.912 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-28 04:39:54.912 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-28 04:39:55.123 DEBUG [src.steps.store] Relaying message
2026-03-28 04:39:55.123 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1930/relay/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-28 04:39:55.127 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-28 04:39:55.127 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-28 04:39:55.338 DEBUG [src.steps.store] Relaying message
2026-03-28 04:39:55.339 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1930/relay/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-28 04:39:55.343 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-28 04:39:55.343 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-28 04:39:55.554 DEBUG [src.steps.store] Relaying message
2026-03-28 04:39:55.555 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1930/relay/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-28 04:39:55.559 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-28 04:39:55.559 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-28 04:39:55.770 DEBUG [src.steps.store] Relaying message
2026-03-28 04:39:55.770 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1930/relay/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-28 04:39:55.775 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-28 04:39:55.775 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-28 04:39:55.986 DEBUG [src.steps.store] Relaying message
2026-03-28 04:39:55.986 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1930/relay/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-28 04:39:55.990 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-28 04:39:55.990 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-28 04:39:56.201 DEBUG [src.steps.store] Relaying message
2026-03-28 04:39:56.201 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1930/relay/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-28 04:39:56.205 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-28 04:39:56.206 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-28 04:39:56.416 DEBUG [src.steps.store] Relaying message
2026-03-28 04:39:56.417 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1930/relay/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-28 04:39:56.420 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-28 04:39:56.421 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-28 04:39:56.631 DEBUG [src.steps.store] Relaying message
2026-03-28 04:39:56.632 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1930/relay/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-28 04:39:56.636 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-28 04:39:56.636 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-28 04:39:56.847 DEBUG [src.steps.store] Relaying message
2026-03-28 04:39:56.847 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1930/relay/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-28 04:39:56.850 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-28 04:39:56.850 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-28 04:39:57.061 DEBUG [src.steps.store] Relaying message
2026-03-28 04:39:57.062 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1930/relay/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-28 04:39:57.069 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-28 04:39:57.070 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-28 04:39:57.280 DEBUG [src.steps.store] Relaying message
2026-03-28 04:39:57.281 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1930/relay/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-28 04:39:57.284 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-28 04:39:57.284 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-28 04:39:57.495 DEBUG [src.steps.store] Relaying message
2026-03-28 04:39:57.496 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1930/relay/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-28 04:39:57.500 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-28 04:39:57.500 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-28 04:39:57.711 DEBUG [src.steps.store] Relaying message
2026-03-28 04:39:57.711 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1930/relay/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-28 04:39:57.715 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-28 04:39:57.716 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-28 04:39:57.927 DEBUG [src.steps.store] Relaying message
2026-03-28 04:39:57.927 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1930/relay/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-28 04:39:57.931 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-28 04:39:57.931 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-28 04:39:58.142 DEBUG [src.steps.store] Relaying message
2026-03-28 04:39:58.142 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1930/relay/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-28 04:39:58.147 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-28 04:39:58.147 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-28 04:39:58.358 DEBUG [src.steps.store] Relaying message
2026-03-28 04:39:58.358 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1930/relay/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-28 04:39:58.362 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-28 04:39:58.362 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-28 04:39:58.573 DEBUG [src.steps.store] Relaying message
2026-03-28 04:39:58.573 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1930/relay/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-28 04:39:58.577 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-28 04:39:58.577 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-28 04:39:58.788 DEBUG [src.steps.store] Relaying message
2026-03-28 04:39:58.788 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1930/relay/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-28 04:39:58.792 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-28 04:39:58.792 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-28 04:40:11.003 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56743/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-28 04:40:11.008 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2026-03-28 04:40:11.009 DEBUG [tests.store_sync.test_store_sync] Node-2 store has 60/60 messages
2026-03-28 04:40:41.010 DEBUG [src.steps.store] Relaying message
2026-03-28 04:40:41.010 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1930/relay/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-28 04:40:41.015 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-28 04:40:41.015 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-28 04:40:41.226 DEBUG [src.steps.store] Relaying message
2026-03-28 04:40:41.226 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1930/relay/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-28 04:40:41.230 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-28 04:40:41.230 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-28 04:40:41.441 DEBUG [src.steps.store] Relaying message
2026-03-28 04:40:41.442 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1930/relay/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-28 04:40:41.446 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-28 04:40:41.446 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-28 04:40:41.657 DEBUG [src.steps.store] Relaying message
2026-03-28 04:40:41.657 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1930/relay/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-28 04:40:41.661 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-28 04:40:41.661 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-28 04:40:41.872 DEBUG [src.steps.store] Relaying message
2026-03-28 04:40:41.872 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1930/relay/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-28 04:40:41.877 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-28 04:40:41.877 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-28 04:40:42.087 DEBUG [src.steps.store] Relaying message
2026-03-28 04:40:42.088 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1930/relay/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-28 04:40:42.092 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-28 04:40:42.092 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-28 04:40:42.303 DEBUG [src.steps.store] Relaying message
2026-03-28 04:40:42.303 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1930/relay/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-28 04:40:42.309 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-28 04:40:42.310 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-28 04:40:42.520 DEBUG [src.steps.store] Relaying message
2026-03-28 04:40:42.521 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1930/relay/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-28 04:40:42.525 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-28 04:40:42.525 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-28 04:40:42.736 DEBUG [src.steps.store] Relaying message
2026-03-28 04:40:42.736 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1930/relay/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-28 04:40:42.741 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-28 04:40:42.741 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-28 04:40:42.952 DEBUG [src.steps.store] Relaying message
2026-03-28 04:40:42.953 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1930/relay/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-28 04:40:42.957 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-28 04:40:42.957 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-28 04:40:43.168 DEBUG [src.steps.store] Relaying message
2026-03-28 04:40:43.168 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1930/relay/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-28 04:40:43.172 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-28 04:40:43.172 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-28 04:40:43.383 DEBUG [src.steps.store] Relaying message
2026-03-28 04:40:43.383 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1930/relay/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-28 04:40:43.387 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-28 04:40:43.388 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-28 04:40:43.598 DEBUG [src.steps.store] Relaying message
2026-03-28 04:40:43.599 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1930/relay/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-28 04:40:43.603 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-28 04:40:43.603 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-28 04:40:43.814 DEBUG [src.steps.store] Relaying message
2026-03-28 04:40:43.814 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1930/relay/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-28 04:40:43.817 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-28 04:40:43.818 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-28 04:40:44.028 DEBUG [src.steps.store] Relaying message
2026-03-28 04:40:44.029 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1930/relay/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-28 04:40:44.033 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-28 04:40:44.033 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-28 04:40:44.244 DEBUG [src.steps.store] Relaying message
2026-03-28 04:40:44.244 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1930/relay/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-28 04:40:44.249 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-28 04:40:44.249 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-28 04:40:44.460 DEBUG [src.steps.store] Relaying message
2026-03-28 04:40:44.460 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1930/relay/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-28 04:40:44.464 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-28 04:40:44.464 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-28 04:40:44.675 DEBUG [src.steps.store] Relaying message
2026-03-28 04:40:44.675 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1930/relay/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-28 04:40:44.679 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-28 04:40:44.679 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-28 04:40:44.890 DEBUG [src.steps.store] Relaying message
2026-03-28 04:40:44.890 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1930/relay/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-28 04:40:44.898 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-28 04:40:44.899 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-28 04:40:45.110 DEBUG [src.steps.store] Relaying message
2026-03-28 04:40:45.110 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1930/relay/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-28 04:40:45.114 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-28 04:40:45.114 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-28 04:40:45.325 DEBUG [src.steps.store] Relaying message
2026-03-28 04:40:45.325 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1930/relay/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-28 04:40:45.330 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-28 04:40:45.330 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-28 04:40:45.540 DEBUG [src.steps.store] Relaying message
2026-03-28 04:40:45.541 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1930/relay/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-28 04:40:45.545 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-28 04:40:45.545 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-28 04:40:45.756 DEBUG [src.steps.store] Relaying message
2026-03-28 04:40:45.756 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1930/relay/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-28 04:40:45.760 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-28 04:40:45.760 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-28 04:40:45.971 DEBUG [src.steps.store] Relaying message
2026-03-28 04:40:45.971 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1930/relay/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-28 04:40:45.975 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-28 04:40:45.975 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-28 04:40:46.186 DEBUG [src.steps.store] Relaying message
2026-03-28 04:40:46.186 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1930/relay/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-28 04:40:46.190 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-28 04:40:46.190 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-28 04:40:46.401 DEBUG [src.steps.store] Relaying message
2026-03-28 04:40:46.401 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1930/relay/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-28 04:40:46.405 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-28 04:40:46.405 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-28 04:40:46.616 DEBUG [src.steps.store] Relaying message
2026-03-28 04:40:46.616 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1930/relay/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-28 04:40:46.620 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-28 04:40:46.620 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-28 04:40:46.831 DEBUG [src.steps.store] Relaying message
2026-03-28 04:40:46.831 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1930/relay/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-28 04:40:46.835 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-28 04:40:46.835 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-28 04:40:47.046 DEBUG [src.steps.store] Relaying message
2026-03-28 04:40:47.047 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1930/relay/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-28 04:40:47.051 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-28 04:40:47.051 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-28 04:40:47.262 DEBUG [src.steps.store] Relaying message
2026-03-28 04:40:47.262 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1930/relay/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-28 04:40:47.266 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-28 04:40:47.267 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-28 04:40:59.478 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56743/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-28 04:40:59.483 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2026-03-28 04:40:59.484 DEBUG [tests.store_sync.test_store_sync] Node-2 store has 90/90 messages
2026-03-28 04:41:29.486 DEBUG [tests.conftest] Running fixture teardown: test_setup
2026-03-28 04:41:29.487 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2026-03-28 04:41:29.487 DEBUG [src.node.waku_node] Stopping container with id 3aaa4871cc3b
2026-03-28 04:41:29.924 DEBUG [src.node.waku_node] Container stopped.
2026-03-28 04:41:29.925 DEBUG [src.node.waku_node] Stopping container with id c372c5ea244b
2026-03-28 04:41:30.366 DEBUG [src.node.waku_node] Container stopped.
2026-03-28 04:41:30.367 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2026-03-28 04:41:30.507 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-03-28 04:41:30.565 DEBUG [src.node.docker_mananger] No errors found in the waku logs.