468 lines
65 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

2026-04-23 00:00:16.314 INFO [tests.conftest] Fleet bootstrap inactive pass --fleet (or set FLEET_BOOTSTRAP=true) to connect local nodes to the waku.test fleet
2026-04-23 00:00:16.314 DEBUG [tests.conftest] Running fixture setup: test_id
2026-04-23 00:00:16.314 DEBUG [tests.conftest] Running test: test_store_sync_high_jitter_stress with id: 2026-04-23_00-00-16__9acc190b-bec5-4691-b9c8-fb6fbf507adf
2026-04-23 00:00:16.315 DEBUG [src.steps.common] Running fixture setup: common_setup
2026-04-23 00:00:16.322 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-04-23 00:00:16.322 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-04-23_00-00-16__9acc190b-bec5-4691-b9c8-fb6fbf507adf__wakuorg_nwaku:latest.log
2026-04-23 00:00:16.328 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-04-23 00:00:16.328 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-04-23_00-00-16__9acc190b-bec5-4691-b9c8-fb6fbf507adf__wakuorg_nwaku:latest.log
2026-04-23 00:00:16.334 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-04-23 00:00:16.334 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2026-04-23_00-00-16__9acc190b-bec5-4691-b9c8-fb6fbf507adf__wakuorg_nwaku:latest.log
2026-04-23 00:00:16.335 DEBUG [src.steps.store] Running fixture setup: store_setup
2026-04-23 00:00:16.336 DEBUG [src.node.waku_node] Starting Node...
2026-04-23 00:00:16.336 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-04-23 00:00:16.337 DEBUG [src.node.docker_mananger] Network waku already exists
2026-04-23 00:00:16.337 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.95.94
2026-04-23 00:00:16.338 DEBUG [src.node.docker_mananger] Generated ports ['9353', '9354', '9355', '9356', '9357']
2026-04-23 00:00:16.338 DEBUG [src.node.waku_node] RLN credentials were not set
2026-04-23 00:00:16.338 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-04-23 00:00:16.338 DEBUG [src.node.waku_node] Using volumes []
2026-04-23 00:00:16.338 DEBUG [src.node.docker_mananger] docker run -i -t -p 9353:9353 -p 9354:9354 -p 9355:9355 -p 9356:9356 -p 9357:9357 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=9355 --rest-port=9353 --tcp-port=9354 --discv5-udp-port=9356 --rest-address=0.0.0.0 --nat=extip:172.18.95.94 --peer-exchange=true --discv5-discovery=true --cluster-id=198 --nodekey=cff1c14e6d3b151bbf1f2fefeafbb6e6b9cb8acc20acbdf142d2feb5cd7b8eaa --store-sync=true --store=true --store-sync-range=120 --store-sync-interval=10 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=9357 --metrics-logging=true --store-sync-relay-jitter=90 --relay=true --dns-discovery=false
2026-04-23 00:00:16.524 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.95.94 waku 78e16acbaecedd5f8d2bd8731a1b65f3010ce4fc81cca7788dbe5216e489114d
2026-04-23 00:00:16.563 DEBUG [src.node.docker_mananger] Container started with ID 78e16acbaece. Setting up logs at ./log/docker/node1_2026-04-23_00-00-16__9acc190b-bec5-4691-b9c8-fb6fbf507adf__wakuorg_nwaku:latest.log
2026-04-23 00:00:16.564 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 9353
2026-04-23 00:00:16.565 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-04-23 00:00:16.576 ERROR [src.node.docker_mananger] Max retries reached for container edbfa67334b9. Exiting log stream.
2026-04-23 00:00:17.100 ERROR [src.node.docker_mananger] Max retries reached for container b37a5e9c5f57. Exiting log stream.
2026-04-23 00:00:17.565 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9353/health" -H "Content-Type: application/json" -d 'None'
2026-04-23 00:00:17.568 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"},{"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"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
2026-04-23 00:00:17.569 INFO [src.node.waku_node] Node protocols are initialized !!
2026-04-23 00:00:17.569 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9353/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-04-23 00:00:17.571 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.95.94/tcp/9354/p2p/16Uiu2HAmCm1RBvRbicjoPxj8WgPBJTo9XfMmD3zLccPYYfNfk3Hs","/ip4/172.18.95.94/tcp/9355/ws/p2p/16Uiu2HAmCm1RBvRbicjoPxj8WgPBJTo9XfMmD3zLccPYYfNfk3Hs"],"enrUri":"enr:-L24QBp9OoDAg-R7EOreKo_VaMb5H2ZJE3KajwKwct-SdL8UeNdUJ9qFLE9OydgrPD3RsUfOR-hzt0Zs_wtnfSO1dgwCgmlkgnY0gmlwhKwSX16KbXVsdGlhZGRyc5YACASsEl9eBiSKAAoErBJfXgYki90DgnJzhQDGAQAAiXNlY3AyNTZrMaEDAYqxCvE9A93HOtHoDSHqPbpPSiZwne5FbsVLuJqyu1KDdGNwgiSKg3VkcIIkjIV3YWt1MhM"}'
2026-04-23 00:00:17.571 INFO [src.node.waku_node] REST service is ready !!
2026-04-23 00:00:17.572 DEBUG [src.node.waku_node] Starting Node...
2026-04-23 00:00:17.572 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-04-23 00:00:17.573 DEBUG [src.node.docker_mananger] Network waku already exists
2026-04-23 00:00:17.573 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.217.138
2026-04-23 00:00:17.574 DEBUG [src.node.docker_mananger] Generated ports ['19279', '19280', '19281', '19282', '19283']
2026-04-23 00:00:17.574 DEBUG [src.node.waku_node] RLN credentials were not set
2026-04-23 00:00:17.574 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-04-23 00:00:17.574 DEBUG [src.node.waku_node] Using volumes []
2026-04-23 00:00:17.574 DEBUG [src.node.docker_mananger] docker run -i -t -p 19279:19279 -p 19280:19280 -p 19281:19281 -p 19282:19282 -p 19283:19283 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=19281 --rest-port=19279 --tcp-port=19280 --discv5-udp-port=19282 --rest-address=0.0.0.0 --nat=extip:172.18.217.138 --peer-exchange=true --discv5-discovery=true --cluster-id=198 --nodekey=f6e9fda5bd2b01cd085cca91d4fff0fade1ddc0a246679b7313efecf737b1fed --store-sync=true --store=true --store-sync-range=120 --store-sync-interval=10 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=19283 --metrics-logging=true --store-sync-relay-jitter=90 --relay=true --dns-discovery=false
2026-04-23 00:00:17.764 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.217.138 waku 52596704035e2b1eb937034d74a66071a109275a922d64216e24f8c8c3e1d6d6
2026-04-23 00:00:17.799 DEBUG [src.node.docker_mananger] Container started with ID 52596704035e. Setting up logs at ./log/docker/node2_2026-04-23_00-00-16__9acc190b-bec5-4691-b9c8-fb6fbf507adf__wakuorg_nwaku:latest.log
2026-04-23 00:00:17.800 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 19279
2026-04-23 00:00:17.800 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-04-23 00:00:18.800 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19279/health" -H "Content-Type: application/json" -d 'None'
2026-04-23 00:00:18.803 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"},{"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"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
2026-04-23 00:00:18.804 INFO [src.node.waku_node] Node protocols are initialized !!
2026-04-23 00:00:18.804 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19279/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-04-23 00:00:18.806 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.217.138/tcp/19280/p2p/16Uiu2HAmA7xQAZpspjs4qc41oa7AE8kjqN4pcbSSKUdS4usx61mX","/ip4/172.18.217.138/tcp/19281/ws/p2p/16Uiu2HAmA7xQAZpspjs4qc41oa7AE8kjqN4pcbSSKUdS4usx61mX"],"enrUri":"enr:-L24QHoDqPb3TFseQ05ZEfU1_2lLnr_WwTNkdXBRBTeWd9twVtHztFqtqEtLcfwBxPyioI6zdVOGrNDWgxvWMVDlg4cCgmlkgnY0gmlwhKwS2YqKbXVsdGlhZGRyc5YACASsEtmKBktQAAoErBLZigZLUd0DgnJzhQDGAQAAiXNlY3AyNTZrMaEC2lVqbNuiWtvRVo6EK-v6JBT2xH-4bmN5ZySrQVEuhg6DdGNwgktQg3VkcIJLUoV3YWt1MhM"}'
2026-04-23 00:00:18.807 INFO [src.node.waku_node] REST service is ready !!
2026-04-23 00:00:18.807 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9353/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.217.138/tcp/19280/p2p/16Uiu2HAmA7xQAZpspjs4qc41oa7AE8kjqN4pcbSSKUdS4usx61mX"]'
2026-04-23 00:00:18.838 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-04-23 00:00:18.839 DEBUG [src.steps.store] Relaying message
2026-04-23 00:00:18.840 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9353/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-04-23 00:00:18.849 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-04-23 00:00:18.850 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-04-23 00:00:18.851 DEBUG [src.steps.store] Relaying message
2026-04-23 00:00:18.851 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19279/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-04-23 00:00:18.859 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-04-23 00:00:18.860 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-04-23 00:00:18.861 DEBUG [src.steps.store] Relaying message
2026-04-23 00:00:18.862 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9353/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-04-23 00:00:18.868 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-04-23 00:00:18.868 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-04-23 00:00:18.870 DEBUG [src.steps.store] Relaying message
2026-04-23 00:00:18.870 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19279/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-04-23 00:00:18.875 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-04-23 00:00:18.875 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-04-23 00:00:18.876 DEBUG [src.steps.store] Relaying message
2026-04-23 00:00:18.876 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9353/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-04-23 00:00:18.882 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-04-23 00:00:18.882 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-04-23 00:00:18.883 DEBUG [src.steps.store] Relaying message
2026-04-23 00:00:18.883 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19279/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-04-23 00:00:18.889 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-04-23 00:00:18.889 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-04-23 00:00:18.890 DEBUG [src.steps.store] Relaying message
2026-04-23 00:00:18.891 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9353/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-04-23 00:00:18.896 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-04-23 00:00:18.897 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-04-23 00:00:18.898 DEBUG [src.steps.store] Relaying message
2026-04-23 00:00:18.899 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19279/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-04-23 00:00:18.904 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-04-23 00:00:18.904 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-04-23 00:00:18.906 DEBUG [src.steps.store] Relaying message
2026-04-23 00:00:18.906 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9353/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-04-23 00:00:18.911 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-04-23 00:00:18.912 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-04-23 00:00:18.913 DEBUG [src.steps.store] Relaying message
2026-04-23 00:00:18.914 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19279/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-04-23 00:00:18.919 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-04-23 00:00:18.920 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-04-23 00:00:18.921 DEBUG [src.steps.store] Relaying message
2026-04-23 00:00:18.921 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9353/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-04-23 00:00:18.927 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-04-23 00:00:18.928 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-04-23 00:00:18.929 DEBUG [src.steps.store] Relaying message
2026-04-23 00:00:18.929 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19279/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-04-23 00:00:18.934 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-04-23 00:00:18.935 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-04-23 00:00:18.937 DEBUG [src.steps.store] Relaying message
2026-04-23 00:00:18.938 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9353/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-04-23 00:00:18.944 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-04-23 00:00:18.945 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-04-23 00:00:18.945 DEBUG [src.steps.store] Relaying message
2026-04-23 00:00:18.945 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19279/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-04-23 00:00:18.951 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-04-23 00:00:18.952 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-04-23 00:00:18.953 DEBUG [src.steps.store] Relaying message
2026-04-23 00:00:18.954 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9353/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-04-23 00:00:18.959 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-04-23 00:00:18.959 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-04-23 00:00:18.960 DEBUG [src.steps.store] Relaying message
2026-04-23 00:00:18.961 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19279/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-04-23 00:00:18.966 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-04-23 00:00:18.966 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-04-23 00:00:18.967 DEBUG [src.steps.store] Relaying message
2026-04-23 00:00:18.968 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9353/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-04-23 00:00:18.973 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-04-23 00:00:18.973 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-04-23 00:00:18.974 DEBUG [src.steps.store] Relaying message
2026-04-23 00:00:18.974 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19279/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-04-23 00:00:18.981 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-04-23 00:00:18.981 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-04-23 00:00:18.982 DEBUG [src.steps.store] Relaying message
2026-04-23 00:00:18.982 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9353/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-04-23 00:00:18.988 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-04-23 00:00:18.988 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-04-23 00:00:18.989 DEBUG [src.steps.store] Relaying message
2026-04-23 00:00:18.990 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19279/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-04-23 00:00:18.994 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-04-23 00:00:18.995 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-04-23 00:00:18.996 DEBUG [src.steps.store] Relaying message
2026-04-23 00:00:18.997 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9353/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-04-23 00:00:19.004 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-04-23 00:00:19.004 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-04-23 00:00:19.004 DEBUG [src.steps.store] Relaying message
2026-04-23 00:00:19.005 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19279/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-04-23 00:00:19.010 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-04-23 00:00:19.010 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-04-23 00:00:19.012 DEBUG [src.steps.store] Relaying message
2026-04-23 00:00:19.012 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9353/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-04-23 00:00:19.018 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-04-23 00:00:19.018 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-04-23 00:00:19.020 DEBUG [src.steps.store] Relaying message
2026-04-23 00:00:19.020 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19279/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-04-23 00:00:19.025 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-04-23 00:00:19.026 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-04-23 00:00:19.027 DEBUG [src.steps.store] Relaying message
2026-04-23 00:00:19.027 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9353/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-04-23 00:00:19.031 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-04-23 00:00:19.032 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-04-23 00:00:19.033 DEBUG [src.steps.store] Relaying message
2026-04-23 00:00:19.033 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19279/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-04-23 00:00:19.039 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-04-23 00:00:19.040 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-04-23 00:00:19.041 DEBUG [src.steps.store] Relaying message
2026-04-23 00:00:19.041 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9353/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-04-23 00:00:19.047 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-04-23 00:00:19.047 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-04-23 00:00:19.048 DEBUG [src.steps.store] Relaying message
2026-04-23 00:00:19.048 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19279/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-04-23 00:00:19.054 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-04-23 00:00:19.054 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-04-23 00:00:19.055 DEBUG [src.steps.store] Relaying message
2026-04-23 00:00:19.056 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9353/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-04-23 00:00:19.062 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-04-23 00:00:19.063 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-04-23 00:00:19.064 DEBUG [src.steps.store] Relaying message
2026-04-23 00:00:19.064 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19279/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-04-23 00:00:19.070 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-04-23 00:00:19.070 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-04-23 00:00:19.071 DEBUG [src.steps.store] Relaying message
2026-04-23 00:00:19.071 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9353/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-04-23 00:00:19.076 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-04-23 00:00:19.077 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-04-23 00:00:19.078 DEBUG [src.steps.store] Relaying message
2026-04-23 00:00:19.079 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19279/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-04-23 00:00:19.084 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-04-23 00:00:19.085 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-04-23 00:00:19.086 DEBUG [src.steps.store] Relaying message
2026-04-23 00:00:19.086 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9353/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-04-23 00:00:19.091 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-04-23 00:00:19.092 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-04-23 00:00:19.093 DEBUG [src.steps.store] Relaying message
2026-04-23 00:00:19.094 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19279/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-04-23 00:00:19.099 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-04-23 00:00:19.100 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-04-23 00:00:19.101 DEBUG [src.steps.store] Relaying message
2026-04-23 00:00:19.101 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9353/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-04-23 00:00:19.107 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-04-23 00:00:19.107 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-04-23 00:00:19.109 DEBUG [src.steps.store] Relaying message
2026-04-23 00:00:19.109 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19279/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-04-23 00:00:19.113 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-04-23 00:00:19.113 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-04-23 00:00:19.115 DEBUG [src.steps.store] Relaying message
2026-04-23 00:00:19.115 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9353/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-04-23 00:00:19.122 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-04-23 00:00:19.123 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-04-23 00:00:19.123 DEBUG [src.steps.store] Relaying message
2026-04-23 00:00:19.123 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19279/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-04-23 00:00:19.129 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-04-23 00:00:19.129 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-04-23 00:00:19.130 DEBUG [src.steps.store] Relaying message
2026-04-23 00:00:19.131 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9353/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-04-23 00:00:19.137 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-04-23 00:00:19.137 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-04-23 00:00:19.138 DEBUG [src.steps.store] Relaying message
2026-04-23 00:00:19.138 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19279/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-04-23 00:00:19.144 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-04-23 00:00:19.144 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-04-23 00:00:19.145 DEBUG [src.steps.store] Relaying message
2026-04-23 00:00:19.146 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9353/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-04-23 00:00:19.151 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-04-23 00:00:19.151 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-04-23 00:00:19.152 DEBUG [src.steps.store] Relaying message
2026-04-23 00:00:19.152 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19279/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-04-23 00:00:19.158 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-04-23 00:00:19.159 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-04-23 00:00:19.160 DEBUG [src.steps.store] Relaying message
2026-04-23 00:00:19.160 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9353/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-04-23 00:00:19.165 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-04-23 00:00:19.165 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-04-23 00:00:19.167 DEBUG [src.steps.store] Relaying message
2026-04-23 00:00:19.167 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19279/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-04-23 00:00:19.172 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-04-23 00:00:19.173 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-04-23 00:00:19.173 DEBUG [src.steps.store] Relaying message
2026-04-23 00:00:19.174 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9353/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-04-23 00:00:19.185 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-04-23 00:00:19.185 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-04-23 00:00:19.186 DEBUG [src.steps.store] Relaying message
2026-04-23 00:00:19.186 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19279/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-04-23 00:00:19.192 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-04-23 00:00:19.192 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-04-23 00:00:19.193 DEBUG [src.steps.store] Relaying message
2026-04-23 00:00:19.194 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9353/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-04-23 00:00:19.200 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-04-23 00:00:19.200 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-04-23 00:00:19.201 DEBUG [src.steps.store] Relaying message
2026-04-23 00:00:19.201 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19279/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-04-23 00:00:19.207 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-04-23 00:00:19.207 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-04-23 00:00:19.208 DEBUG [src.steps.store] Relaying message
2026-04-23 00:00:19.208 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9353/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-04-23 00:00:19.215 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-04-23 00:00:19.215 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-04-23 00:00:19.215 DEBUG [src.steps.store] Relaying message
2026-04-23 00:00:19.216 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19279/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-04-23 00:00:19.220 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-04-23 00:00:19.220 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-04-23 00:00:19.221 DEBUG [src.steps.store] Relaying message
2026-04-23 00:00:19.222 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9353/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-04-23 00:00:19.227 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-04-23 00:00:19.228 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-04-23 00:00:19.229 DEBUG [src.steps.store] Relaying message
2026-04-23 00:00:19.229 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19279/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-04-23 00:00:19.236 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-04-23 00:00:19.236 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-04-23 00:00:19.238 DEBUG [src.steps.store] Relaying message
2026-04-23 00:00:19.238 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9353/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-04-23 00:00:19.243 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-04-23 00:00:19.243 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-04-23 00:00:19.244 DEBUG [src.steps.store] Relaying message
2026-04-23 00:00:19.244 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19279/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-04-23 00:00:19.250 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-04-23 00:00:19.250 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-04-23 00:00:19.251 DEBUG [src.steps.store] Relaying message
2026-04-23 00:00:19.251 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9353/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-04-23 00:00:19.256 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-04-23 00:00:19.257 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-04-23 00:00:19.258 DEBUG [src.steps.store] Relaying message
2026-04-23 00:00:19.258 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19279/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-04-23 00:00:19.264 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-04-23 00:00:19.264 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-04-23 00:00:19.265 DEBUG [src.steps.store] Relaying message
2026-04-23 00:00:19.266 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9353/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-04-23 00:00:19.272 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-04-23 00:00:19.272 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-04-23 00:00:19.273 DEBUG [src.steps.store] Relaying message
2026-04-23 00:00:19.273 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19279/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-04-23 00:00:19.278 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-04-23 00:00:19.279 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-04-23 00:00:19.280 DEBUG [src.steps.store] Relaying message
2026-04-23 00:00:19.280 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9353/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-04-23 00:00:19.286 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-04-23 00:00:19.286 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-04-23 00:00:19.287 DEBUG [src.steps.store] Relaying message
2026-04-23 00:00:19.287 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19279/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-04-23 00:00:19.293 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-04-23 00:00:19.293 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-04-23 00:00:19.294 DEBUG [src.steps.store] Relaying message
2026-04-23 00:00:19.295 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9353/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-04-23 00:00:19.301 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-04-23 00:00:19.302 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-04-23 00:00:19.303 DEBUG [src.steps.store] Relaying message
2026-04-23 00:00:19.303 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19279/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-04-23 00:00:19.308 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-04-23 00:00:19.309 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-04-23 00:00:19.309 DEBUG [src.steps.store] Relaying message
2026-04-23 00:00:19.310 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9353/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-04-23 00:00:19.317 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-04-23 00:00:19.318 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-04-23 00:00:19.320 DEBUG [src.steps.store] Relaying message
2026-04-23 00:00:19.320 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19279/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-04-23 00:00:19.325 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-04-23 00:00:19.326 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-04-23 00:00:19.327 DEBUG [src.steps.store] Relaying message
2026-04-23 00:00:19.327 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9353/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-04-23 00:00:19.331 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-04-23 00:00:19.332 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-04-23 00:00:19.332 DEBUG [src.steps.store] Relaying message
2026-04-23 00:00:19.333 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19279/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-04-23 00:00:19.339 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-04-23 00:00:19.340 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-04-23 00:00:19.341 DEBUG [src.steps.store] Relaying message
2026-04-23 00:00:19.341 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9353/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-04-23 00:00:19.347 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-04-23 00:00:19.347 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-04-23 00:00:19.348 DEBUG [src.steps.store] Relaying message
2026-04-23 00:00:19.348 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19279/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-04-23 00:00:19.356 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-04-23 00:00:19.356 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-04-23 00:00:19.357 DEBUG [src.steps.store] Relaying message
2026-04-23 00:00:19.357 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9353/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-04-23 00:00:19.361 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-04-23 00:00:19.362 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-04-23 00:00:19.362 DEBUG [src.steps.store] Relaying message
2026-04-23 00:00:19.363 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19279/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-04-23 00:00:19.369 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-04-23 00:00:19.369 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-04-23 00:00:19.370 DEBUG [src.steps.store] Relaying message
2026-04-23 00:00:19.371 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9353/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-04-23 00:00:19.377 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-04-23 00:00:19.378 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-04-23 00:00:19.378 DEBUG [src.steps.store] Relaying message
2026-04-23 00:00:19.379 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19279/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-04-23 00:00:19.384 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-04-23 00:00:19.384 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-04-23 00:00:19.385 DEBUG [src.steps.store] Relaying message
2026-04-23 00:00:19.386 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9353/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-04-23 00:00:19.391 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-04-23 00:00:19.392 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-04-23 00:00:19.393 DEBUG [src.steps.store] Relaying message
2026-04-23 00:00:19.393 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19279/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-04-23 00:00:19.402 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-04-23 00:00:19.403 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-04-23 00:00:19.404 DEBUG [src.steps.store] Relaying message
2026-04-23 00:00:19.405 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9353/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-04-23 00:00:19.410 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-04-23 00:00:19.410 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-04-23 00:00:19.412 DEBUG [src.steps.store] Relaying message
2026-04-23 00:00:19.412 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19279/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-04-23 00:00:19.419 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-04-23 00:00:19.419 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-04-23 00:00:19.420 DEBUG [src.steps.store] Relaying message
2026-04-23 00:00:19.420 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9353/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-04-23 00:00:19.425 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-04-23 00:00:19.425 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-04-23 00:00:19.426 DEBUG [src.steps.store] Relaying message
2026-04-23 00:00:19.426 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19279/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-04-23 00:00:19.431 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-04-23 00:00:19.431 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-04-23 00:00:19.432 DEBUG [src.steps.store] Relaying message
2026-04-23 00:00:19.432 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9353/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-04-23 00:00:19.439 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-04-23 00:00:19.439 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-04-23 00:00:19.441 DEBUG [src.steps.store] Relaying message
2026-04-23 00:00:19.441 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19279/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-04-23 00:00:19.446 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-04-23 00:00:19.447 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-04-23 00:00:19.447 DEBUG [src.steps.store] Relaying message
2026-04-23 00:00:19.448 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9353/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-04-23 00:00:19.454 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-04-23 00:00:19.454 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-04-23 00:00:19.455 DEBUG [src.steps.store] Relaying message
2026-04-23 00:00:19.456 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19279/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-04-23 00:00:19.461 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-04-23 00:00:19.462 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-04-23 00:00:19.463 DEBUG [src.steps.store] Relaying message
2026-04-23 00:00:19.463 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9353/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-04-23 00:00:19.470 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-04-23 00:00:19.470 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-04-23 00:00:19.471 DEBUG [src.steps.store] Relaying message
2026-04-23 00:00:19.471 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19279/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-04-23 00:00:19.476 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-04-23 00:00:19.476 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-04-23 00:00:19.477 DEBUG [src.steps.store] Relaying message
2026-04-23 00:00:19.478 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9353/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-04-23 00:00:19.484 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-04-23 00:00:19.484 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-04-23 00:00:19.486 DEBUG [src.steps.store] Relaying message
2026-04-23 00:00:19.486 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19279/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-04-23 00:00:19.491 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-04-23 00:00:19.491 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-04-23 00:00:19.492 DEBUG [src.steps.store] Relaying message
2026-04-23 00:00:19.492 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9353/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-04-23 00:00:19.498 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-04-23 00:00:19.498 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-04-23 00:00:19.499 DEBUG [src.steps.store] Relaying message
2026-04-23 00:00:19.499 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19279/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-04-23 00:00:19.506 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-04-23 00:00:19.506 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-04-23 00:00:19.507 DEBUG [src.steps.store] Relaying message
2026-04-23 00:00:19.508 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9353/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-04-23 00:00:19.513 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-04-23 00:00:19.513 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-04-23 00:00:19.514 DEBUG [src.steps.store] Relaying message
2026-04-23 00:00:19.515 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19279/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-04-23 00:00:19.520 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-04-23 00:00:19.520 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-04-23 00:00:19.521 DEBUG [src.steps.store] Relaying message
2026-04-23 00:00:19.521 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9353/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-04-23 00:00:19.527 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-04-23 00:00:19.527 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-04-23 00:00:19.528 DEBUG [src.steps.store] Relaying message
2026-04-23 00:00:19.529 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19279/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-04-23 00:00:19.534 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-04-23 00:00:19.534 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-04-23 00:00:19.535 DEBUG [src.steps.store] Relaying message
2026-04-23 00:00:19.535 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9353/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-04-23 00:00:19.541 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-04-23 00:00:19.541 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-04-23 00:00:19.542 DEBUG [src.steps.store] Relaying message
2026-04-23 00:00:19.543 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19279/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-04-23 00:00:19.550 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-04-23 00:00:19.550 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-04-23 00:00:19.551 DEBUG [src.steps.store] Relaying message
2026-04-23 00:00:19.551 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9353/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-04-23 00:00:19.557 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-04-23 00:00:19.557 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-04-23 00:00:19.558 DEBUG [src.steps.store] Relaying message
2026-04-23 00:00:19.558 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19279/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-04-23 00:00:19.564 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-04-23 00:00:19.564 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-04-23 00:00:19.565 DEBUG [src.steps.store] Relaying message
2026-04-23 00:00:19.566 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9353/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-04-23 00:00:19.572 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-04-23 00:00:19.573 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-04-23 00:00:19.574 DEBUG [src.steps.store] Relaying message
2026-04-23 00:00:19.574 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19279/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-04-23 00:00:19.579 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-04-23 00:00:19.579 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-04-23 00:00:19.579 DEBUG [src.steps.store] Relaying message
2026-04-23 00:00:19.580 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9353/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-04-23 00:00:19.584 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-04-23 00:00:19.586 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-04-23 00:00:19.587 DEBUG [src.steps.store] Relaying message
2026-04-23 00:00:19.587 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19279/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-04-23 00:00:19.594 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-04-23 00:00:19.595 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-04-23 00:00:19.595 DEBUG [src.libs.common] Sleeping for 120 seconds
2026-04-23 00:02:19.595 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9353/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F198%2F0&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-04-23 00:02:19.602 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2026-04-23 00:02:19.602 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19279/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F198%2F0&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-04-23 00:02:19.608 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2026-04-23 00:02:19.610 DEBUG [tests.conftest] Running fixture teardown: test_setup
2026-04-23 00:02:19.611 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2026-04-23 00:02:19.611 DEBUG [src.node.waku_node] Stopping container with id 78e16acbaece
2026-04-23 00:02:20.089 DEBUG [src.node.waku_node] Container stopped.
2026-04-23 00:02:20.089 DEBUG [src.node.waku_node] Stopping container with id 52596704035e
2026-04-23 00:02:20.547 DEBUG [src.node.waku_node] Container stopped.
2026-04-23 00:02:20.547 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2026-04-23 00:02:20.656 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-04-23 00:02:20.753 DEBUG [src.node.docker_mananger] No errors found in the waku logs.