467 lines
65 KiB
Plaintext

2025-12-18 04:20:36.683 DEBUG [tests.conftest] Running fixture setup: test_id
2025-12-18 04:20:36.683 DEBUG [tests.conftest] Running test: test_store_sync_high_jitter_stress with id: 2025-12-18_04-20-36__97a99675-047c-47fa-bc5f-5b099e2367d7
2025-12-18 04:20:36.683 DEBUG [src.steps.common] Running fixture setup: common_setup
2025-12-18 04:20:36.690 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2025-12-18 04:20:36.690 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-18_04-20-36__97a99675-047c-47fa-bc5f-5b099e2367d7__wakuorg_nwaku:latest.log
2025-12-18 04:20:36.696 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2025-12-18 04:20:36.696 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2025-12-18_04-20-36__97a99675-047c-47fa-bc5f-5b099e2367d7__wakuorg_nwaku:latest.log
2025-12-18 04:20:36.701 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2025-12-18 04:20:36.701 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2025-12-18_04-20-36__97a99675-047c-47fa-bc5f-5b099e2367d7__wakuorg_nwaku:latest.log
2025-12-18 04:20:36.702 DEBUG [src.steps.store] Running fixture setup: store_setup
2025-12-18 04:20:36.702 DEBUG [src.node.waku_node] Starting Node...
2025-12-18 04:20:36.702 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2025-12-18 04:20:36.704 DEBUG [src.node.docker_mananger] Network waku already exists
2025-12-18 04:20:36.704 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.148.69
2025-12-18 04:20:36.704 DEBUG [src.node.docker_mananger] Generated ports ['31125', '31126', '31127', '31128', '31129']
2025-12-18 04:20:36.704 DEBUG [src.node.waku_node] RLN credentials were not set
2025-12-18 04:20:36.704 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2025-12-18 04:20:36.704 DEBUG [src.node.waku_node] Using volumes []
2025-12-18 04:20:36.705 DEBUG [src.node.docker_mananger] docker run -i -t -p 31125:31125 -p 31126:31126 -p 31127:31127 -p 31128:31128 -p 31129:31129 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=31127 --rest-port=31125 --tcp-port=31126 --discv5-udp-port=31128 --rest-address=0.0.0.0 --nat=extip:172.18.148.69 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=eb0eeceb0d93bfc4c50c8a0d0e3e9f1de5f5fbe8c1e8d3be6461b936cdaf99bd --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=31129 --metrics-logging=true --store-sync-relay-jitter=90 --relay=true --dns-discovery=false
2025-12-18 04:20:36.883 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.148.69 waku a6432f9b3c2768e4320d5fedbade23918976be336f7a6fba13293579b37dc53e
2025-12-18 04:20:36.893 ERROR [src.node.docker_mananger] Max retries reached for container f57240f40c68. Exiting log stream.
2025-12-18 04:20:36.920 DEBUG [src.node.docker_mananger] Container started with ID a6432f9b3c27. Setting up logs at ./log/docker/node1_2025-12-18_04-20-36__97a99675-047c-47fa-bc5f-5b099e2367d7__wakuorg_nwaku:latest.log
2025-12-18 04:20:36.921 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 31125
2025-12-18 04:20:36.921 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-18 04:20:37.483 ERROR [src.node.docker_mananger] Max retries reached for container 213c85fd41d2. Exiting log stream.
2025-12-18 04:20:37.923 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31125/health" -H "Content-Type: application/json" -d 'None'
2025-12-18 04:20:37.926 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
2025-12-18 04:20:37.926 INFO [src.node.waku_node] Node protocols are initialized !!
2025-12-18 04:20:37.926 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31125/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2025-12-18 04:20:37.929 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.148.69/tcp/31126/p2p/16Uiu2HAmNAEFS1gukBvMV4nUqMMfiuqThAzuq8f8GNovra31u83Q","/ip4/172.18.148.69/tcp/31127/ws/p2p/16Uiu2HAmNAEFS1gukBvMV4nUqMMfiuqThAzuq8f8GNovra31u83Q"],"enrUri":"enr:-L24QKfB71Gge018fVpnW3bb8W5g2vuickL04ekk7JZ4itVwP9JXuK_3SLRRxLN3nGv_0X5vBWBaV4Y6W3BeVM0q2DkCgmlkgnY0gmlwhKwSlEWKbXVsdGlhZGRyc5YACASsEpRFBnmWAAoErBKURQZ5l90DgnJzhQADAQAAiXNlY3AyNTZrMaEDjTa9z-FHdRylG98n9MnRPxSncPtQfvu0lXGsdB6bJaeDdGNwgnmWg3VkcIJ5mIV3YWt1MhM"}'
2025-12-18 04:20:37.929 INFO [src.node.waku_node] REST service is ready !!
2025-12-18 04:20:37.929 DEBUG [src.node.waku_node] Starting Node...
2025-12-18 04:20:37.929 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2025-12-18 04:20:37.930 DEBUG [src.node.docker_mananger] Network waku already exists
2025-12-18 04:20:37.930 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.214.96
2025-12-18 04:20:37.931 DEBUG [src.node.docker_mananger] Generated ports ['25302', '25303', '25304', '25305', '25306']
2025-12-18 04:20:37.931 DEBUG [src.node.waku_node] RLN credentials were not set
2025-12-18 04:20:37.931 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2025-12-18 04:20:37.931 DEBUG [src.node.waku_node] Using volumes []
2025-12-18 04:20:37.932 DEBUG [src.node.docker_mananger] docker run -i -t -p 25302:25302 -p 25303:25303 -p 25304:25304 -p 25305:25305 -p 25306:25306 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=25304 --rest-port=25302 --tcp-port=25303 --discv5-udp-port=25305 --rest-address=0.0.0.0 --nat=extip:172.18.214.96 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=3b72b3b48edb36c3ebbb3fe86b0de7fe5f539bfe3a1cddabeecca1a72bdede64 --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=25306 --metrics-logging=true --store-sync-relay-jitter=90 --relay=true --dns-discovery=false
2025-12-18 04:20:38.113 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.214.96 waku 0762b4d96db9005de8a2ab8697d5aa78f1b0d80421b545864793d070f6e000a7
2025-12-18 04:20:38.144 DEBUG [src.node.docker_mananger] Container started with ID 0762b4d96db9. Setting up logs at ./log/docker/node2_2025-12-18_04-20-36__97a99675-047c-47fa-bc5f-5b099e2367d7__wakuorg_nwaku:latest.log
2025-12-18 04:20:38.145 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 25302
2025-12-18 04:20:38.145 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-18 04:20:39.146 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25302/health" -H "Content-Type: application/json" -d 'None'
2025-12-18 04:20:39.150 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
2025-12-18 04:20:39.150 INFO [src.node.waku_node] Node protocols are initialized !!
2025-12-18 04:20:39.150 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25302/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2025-12-18 04:20:39.152 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.214.96/tcp/25303/p2p/16Uiu2HAmUFUY6wSboLzVoJRmbLFd3GvDbcXt7YsA43emNhAA7smi","/ip4/172.18.214.96/tcp/25304/ws/p2p/16Uiu2HAmUFUY6wSboLzVoJRmbLFd3GvDbcXt7YsA43emNhAA7smi"],"enrUri":"enr:-L24QJCMi0cxixmwsQQ2MBLGZmFUL99L8PiVllE1PPPUMfpTQVArE7EXdrf7uhLY7_1zVhySqVzqBWa-DgA0RjZO-isCgmlkgnY0gmlwhKwS1mCKbXVsdGlhZGRyc5YACASsEtZgBmLXAAoErBLWYAZi2N0DgnJzhQADAQAAiXNlY3AyNTZrMaED57TsAkIpIxBJyCicWA8LitW36AKJ1y-C2AvUaHkaBMmDdGNwgmLXg3VkcIJi2YV3YWt1MhM"}'
2025-12-18 04:20:39.152 INFO [src.node.waku_node] REST service is ready !!
2025-12-18 04:20:39.153 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:31125/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.214.96/tcp/25303/p2p/16Uiu2HAmUFUY6wSboLzVoJRmbLFd3GvDbcXt7YsA43emNhAA7smi"]'
2025-12-18 04:20:39.183 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:20:39.185 DEBUG [src.steps.store] Relaying message
2025-12-18 04:20:39.185 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:31125/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:20:39.191 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:20:39.191 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-18 04:20:39.192 DEBUG [src.steps.store] Relaying message
2025-12-18 04:20:39.192 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:25302/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:20:39.202 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:20:39.203 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-18 04:20:39.204 DEBUG [src.steps.store] Relaying message
2025-12-18 04:20:39.205 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:31125/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:20:39.210 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:20:39.210 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-18 04:20:39.211 DEBUG [src.steps.store] Relaying message
2025-12-18 04:20:39.211 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:25302/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:20:39.217 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:20:39.217 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-18 04:20:39.218 DEBUG [src.steps.store] Relaying message
2025-12-18 04:20:39.218 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:31125/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:20:39.223 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:20:39.223 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-18 04:20:39.224 DEBUG [src.steps.store] Relaying message
2025-12-18 04:20:39.224 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:25302/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:20:39.229 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:20:39.229 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-18 04:20:39.230 DEBUG [src.steps.store] Relaying message
2025-12-18 04:20:39.231 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:31125/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:20:39.236 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:20:39.237 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-18 04:20:39.238 DEBUG [src.steps.store] Relaying message
2025-12-18 04:20:39.238 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:25302/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:20:39.242 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:20:39.242 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-18 04:20:39.243 DEBUG [src.steps.store] Relaying message
2025-12-18 04:20:39.244 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:31125/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:20:39.249 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:20:39.249 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-18 04:20:39.250 DEBUG [src.steps.store] Relaying message
2025-12-18 04:20:39.250 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:25302/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:20:39.255 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:20:39.255 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-18 04:20:39.256 DEBUG [src.steps.store] Relaying message
2025-12-18 04:20:39.256 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:31125/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:20:39.261 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:20:39.262 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-18 04:20:39.262 DEBUG [src.steps.store] Relaying message
2025-12-18 04:20:39.263 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:25302/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:20:39.268 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:20:39.269 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-18 04:20:39.269 DEBUG [src.steps.store] Relaying message
2025-12-18 04:20:39.269 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:31125/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:20:39.274 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:20:39.274 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-18 04:20:39.275 DEBUG [src.steps.store] Relaying message
2025-12-18 04:20:39.275 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:25302/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:20:39.280 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:20:39.280 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-18 04:20:39.281 DEBUG [src.steps.store] Relaying message
2025-12-18 04:20:39.282 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:31125/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:20:39.287 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:20:39.287 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-18 04:20:39.288 DEBUG [src.steps.store] Relaying message
2025-12-18 04:20:39.288 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:25302/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:20:39.293 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:20:39.293 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-18 04:20:39.294 DEBUG [src.steps.store] Relaying message
2025-12-18 04:20:39.294 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:31125/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:20:39.300 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:20:39.300 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-18 04:20:39.301 DEBUG [src.steps.store] Relaying message
2025-12-18 04:20:39.301 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:25302/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:20:39.307 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:20:39.308 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-18 04:20:39.309 DEBUG [src.steps.store] Relaying message
2025-12-18 04:20:39.309 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:31125/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:20:39.313 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:20:39.314 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-18 04:20:39.315 DEBUG [src.steps.store] Relaying message
2025-12-18 04:20:39.315 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:25302/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:20:39.320 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:20:39.321 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-18 04:20:39.322 DEBUG [src.steps.store] Relaying message
2025-12-18 04:20:39.322 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:31125/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:20:39.326 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:20:39.327 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-18 04:20:39.327 DEBUG [src.steps.store] Relaying message
2025-12-18 04:20:39.328 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:25302/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:20:39.333 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:20:39.333 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-18 04:20:39.334 DEBUG [src.steps.store] Relaying message
2025-12-18 04:20:39.334 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:31125/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:20:39.340 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:20:39.340 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-18 04:20:39.341 DEBUG [src.steps.store] Relaying message
2025-12-18 04:20:39.341 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:25302/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:20:39.345 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:20:39.346 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-18 04:20:39.347 DEBUG [src.steps.store] Relaying message
2025-12-18 04:20:39.347 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:31125/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:20:39.352 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:20:39.352 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-18 04:20:39.354 DEBUG [src.steps.store] Relaying message
2025-12-18 04:20:39.354 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:25302/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:20:39.360 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:20:39.360 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-18 04:20:39.361 DEBUG [src.steps.store] Relaying message
2025-12-18 04:20:39.361 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:31125/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:20:39.366 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:20:39.366 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-18 04:20:39.367 DEBUG [src.steps.store] Relaying message
2025-12-18 04:20:39.368 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:25302/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:20:39.372 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:20:39.372 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-18 04:20:39.374 DEBUG [src.steps.store] Relaying message
2025-12-18 04:20:39.374 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:31125/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:20:39.378 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:20:39.379 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-18 04:20:39.380 DEBUG [src.steps.store] Relaying message
2025-12-18 04:20:39.380 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:25302/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:20:39.385 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:20:39.385 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-18 04:20:39.386 DEBUG [src.steps.store] Relaying message
2025-12-18 04:20:39.387 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:31125/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:20:39.392 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:20:39.393 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-18 04:20:39.394 DEBUG [src.steps.store] Relaying message
2025-12-18 04:20:39.394 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:25302/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:20:39.400 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:20:39.401 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-18 04:20:39.401 DEBUG [src.steps.store] Relaying message
2025-12-18 04:20:39.402 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:31125/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:20:39.406 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:20:39.407 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-18 04:20:39.408 DEBUG [src.steps.store] Relaying message
2025-12-18 04:20:39.409 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:25302/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:20:39.412 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:20:39.413 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-18 04:20:39.415 DEBUG [src.steps.store] Relaying message
2025-12-18 04:20:39.415 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:31125/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:20:39.419 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:20:39.420 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-18 04:20:39.421 DEBUG [src.steps.store] Relaying message
2025-12-18 04:20:39.421 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:25302/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:20:39.426 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:20:39.426 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-18 04:20:39.428 DEBUG [src.steps.store] Relaying message
2025-12-18 04:20:39.428 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:31125/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:20:39.433 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:20:39.434 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-18 04:20:39.434 DEBUG [src.steps.store] Relaying message
2025-12-18 04:20:39.434 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:25302/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:20:39.439 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:20:39.440 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-18 04:20:39.441 DEBUG [src.steps.store] Relaying message
2025-12-18 04:20:39.441 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:31125/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:20:39.446 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:20:39.446 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-18 04:20:39.447 DEBUG [src.steps.store] Relaying message
2025-12-18 04:20:39.447 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:25302/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:20:39.452 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:20:39.452 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-18 04:20:39.454 DEBUG [src.steps.store] Relaying message
2025-12-18 04:20:39.454 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:31125/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:20:39.458 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:20:39.458 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-18 04:20:39.459 DEBUG [src.steps.store] Relaying message
2025-12-18 04:20:39.459 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:25302/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:20:39.464 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:20:39.465 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-18 04:20:39.466 DEBUG [src.steps.store] Relaying message
2025-12-18 04:20:39.466 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:31125/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:20:39.471 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:20:39.471 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-18 04:20:39.472 DEBUG [src.steps.store] Relaying message
2025-12-18 04:20:39.472 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:25302/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:20:39.478 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:20:39.478 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-18 04:20:39.479 DEBUG [src.steps.store] Relaying message
2025-12-18 04:20:39.480 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:31125/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:20:39.484 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:20:39.485 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-18 04:20:39.485 DEBUG [src.steps.store] Relaying message
2025-12-18 04:20:39.486 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:25302/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:20:39.491 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:20:39.491 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-18 04:20:39.492 DEBUG [src.steps.store] Relaying message
2025-12-18 04:20:39.492 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:31125/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:20:39.497 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:20:39.498 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-18 04:20:39.498 DEBUG [src.steps.store] Relaying message
2025-12-18 04:20:39.498 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:25302/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:20:39.503 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:20:39.504 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-18 04:20:39.504 DEBUG [src.steps.store] Relaying message
2025-12-18 04:20:39.505 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:31125/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:20:39.509 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:20:39.510 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-18 04:20:39.511 DEBUG [src.steps.store] Relaying message
2025-12-18 04:20:39.511 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:25302/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:20:39.516 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:20:39.517 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-18 04:20:39.517 DEBUG [src.steps.store] Relaying message
2025-12-18 04:20:39.518 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:31125/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:20:39.523 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:20:39.523 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-18 04:20:39.524 DEBUG [src.steps.store] Relaying message
2025-12-18 04:20:39.524 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:25302/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:20:39.529 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:20:39.529 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-18 04:20:39.530 DEBUG [src.steps.store] Relaying message
2025-12-18 04:20:39.531 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:31125/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:20:39.535 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:20:39.535 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-18 04:20:39.536 DEBUG [src.steps.store] Relaying message
2025-12-18 04:20:39.537 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:25302/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:20:39.542 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:20:39.543 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-18 04:20:39.544 DEBUG [src.steps.store] Relaying message
2025-12-18 04:20:39.544 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:31125/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:20:39.549 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:20:39.550 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-18 04:20:39.551 DEBUG [src.steps.store] Relaying message
2025-12-18 04:20:39.551 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:25302/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:20:39.557 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:20:39.558 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-18 04:20:39.559 DEBUG [src.steps.store] Relaying message
2025-12-18 04:20:39.559 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:31125/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:20:39.564 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:20:39.564 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-18 04:20:39.565 DEBUG [src.steps.store] Relaying message
2025-12-18 04:20:39.566 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:25302/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:20:39.571 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:20:39.571 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-18 04:20:39.572 DEBUG [src.steps.store] Relaying message
2025-12-18 04:20:39.573 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:31125/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:20:39.577 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:20:39.578 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-18 04:20:39.579 DEBUG [src.steps.store] Relaying message
2025-12-18 04:20:39.579 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:25302/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:20:39.583 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:20:39.584 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-18 04:20:39.585 DEBUG [src.steps.store] Relaying message
2025-12-18 04:20:39.585 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:31125/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:20:39.590 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:20:39.591 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-18 04:20:39.591 DEBUG [src.steps.store] Relaying message
2025-12-18 04:20:39.591 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:25302/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:20:39.597 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:20:39.597 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-18 04:20:39.598 DEBUG [src.steps.store] Relaying message
2025-12-18 04:20:39.599 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:31125/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:20:39.604 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:20:39.604 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-18 04:20:39.605 DEBUG [src.steps.store] Relaying message
2025-12-18 04:20:39.606 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:25302/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:20:39.610 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:20:39.612 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-18 04:20:39.612 DEBUG [src.steps.store] Relaying message
2025-12-18 04:20:39.613 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:31125/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:20:39.617 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:20:39.617 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-18 04:20:39.618 DEBUG [src.steps.store] Relaying message
2025-12-18 04:20:39.618 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:25302/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:20:39.624 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:20:39.624 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-18 04:20:39.625 DEBUG [src.steps.store] Relaying message
2025-12-18 04:20:39.625 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:31125/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:20:39.630 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:20:39.631 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-18 04:20:39.632 DEBUG [src.steps.store] Relaying message
2025-12-18 04:20:39.632 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:25302/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:20:39.636 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:20:39.637 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-18 04:20:39.638 DEBUG [src.steps.store] Relaying message
2025-12-18 04:20:39.638 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:31125/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:20:39.643 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:20:39.643 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-18 04:20:39.644 DEBUG [src.steps.store] Relaying message
2025-12-18 04:20:39.644 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:25302/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:20:39.649 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:20:39.650 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-18 04:20:39.651 DEBUG [src.steps.store] Relaying message
2025-12-18 04:20:39.651 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:31125/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:20:39.656 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:20:39.656 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-18 04:20:39.657 DEBUG [src.steps.store] Relaying message
2025-12-18 04:20:39.658 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:25302/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:20:39.662 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:20:39.663 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-18 04:20:39.664 DEBUG [src.steps.store] Relaying message
2025-12-18 04:20:39.664 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:31125/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:20:39.668 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:20:39.669 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-18 04:20:39.670 DEBUG [src.steps.store] Relaying message
2025-12-18 04:20:39.670 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:25302/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:20:39.675 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:20:39.675 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-18 04:20:39.676 DEBUG [src.steps.store] Relaying message
2025-12-18 04:20:39.676 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:31125/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:20:39.682 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:20:39.683 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-18 04:20:39.683 DEBUG [src.steps.store] Relaying message
2025-12-18 04:20:39.683 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:25302/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:20:39.689 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:20:39.689 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-18 04:20:39.690 DEBUG [src.steps.store] Relaying message
2025-12-18 04:20:39.690 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:31125/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:20:39.694 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:20:39.695 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-18 04:20:39.695 DEBUG [src.steps.store] Relaying message
2025-12-18 04:20:39.696 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:25302/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:20:39.701 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:20:39.702 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-18 04:20:39.703 DEBUG [src.steps.store] Relaying message
2025-12-18 04:20:39.703 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:31125/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:20:39.707 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:20:39.707 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-18 04:20:39.708 DEBUG [src.steps.store] Relaying message
2025-12-18 04:20:39.708 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:25302/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:20:39.716 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:20:39.716 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-18 04:20:39.717 DEBUG [src.steps.store] Relaying message
2025-12-18 04:20:39.717 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:31125/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:20:39.721 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:20:39.722 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-18 04:20:39.724 DEBUG [src.steps.store] Relaying message
2025-12-18 04:20:39.724 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:25302/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:20:39.729 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:20:39.729 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-18 04:20:39.730 DEBUG [src.steps.store] Relaying message
2025-12-18 04:20:39.730 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:31125/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:20:39.735 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:20:39.736 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-18 04:20:39.736 DEBUG [src.steps.store] Relaying message
2025-12-18 04:20:39.736 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:25302/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:20:39.741 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:20:39.742 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-18 04:20:39.743 DEBUG [src.steps.store] Relaying message
2025-12-18 04:20:39.743 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:31125/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:20:39.747 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:20:39.748 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-18 04:20:39.749 DEBUG [src.steps.store] Relaying message
2025-12-18 04:20:39.749 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:25302/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:20:39.754 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:20:39.754 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-18 04:20:39.755 DEBUG [src.steps.store] Relaying message
2025-12-18 04:20:39.756 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:31125/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:20:39.760 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:20:39.761 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-18 04:20:39.762 DEBUG [src.steps.store] Relaying message
2025-12-18 04:20:39.762 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:25302/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:20:39.767 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:20:39.767 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-18 04:20:39.768 DEBUG [src.steps.store] Relaying message
2025-12-18 04:20:39.769 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:31125/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:20:39.774 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:20:39.774 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-18 04:20:39.775 DEBUG [src.steps.store] Relaying message
2025-12-18 04:20:39.775 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:25302/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:20:39.779 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:20:39.780 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-18 04:20:39.781 DEBUG [src.steps.store] Relaying message
2025-12-18 04:20:39.782 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:31125/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:20:39.786 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:20:39.787 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-18 04:20:39.787 DEBUG [src.steps.store] Relaying message
2025-12-18 04:20:39.787 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:25302/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:20:39.792 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:20:39.793 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-18 04:20:39.794 DEBUG [src.steps.store] Relaying message
2025-12-18 04:20:39.794 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:31125/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:20:39.799 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:20:39.799 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-18 04:20:39.800 DEBUG [src.steps.store] Relaying message
2025-12-18 04:20:39.800 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:25302/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:20:39.806 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:20:39.807 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-18 04:20:39.807 DEBUG [src.steps.store] Relaying message
2025-12-18 04:20:39.807 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:31125/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:20:39.812 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:20:39.813 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-18 04:20:39.813 DEBUG [src.steps.store] Relaying message
2025-12-18 04:20:39.814 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:25302/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:20:39.819 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:20:39.819 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-18 04:20:39.820 DEBUG [src.steps.store] Relaying message
2025-12-18 04:20:39.820 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:31125/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:20:39.825 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:20:39.825 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-18 04:20:39.827 DEBUG [src.steps.store] Relaying message
2025-12-18 04:20:39.827 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:25302/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:20:39.831 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:20:39.831 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-18 04:20:39.833 DEBUG [src.steps.store] Relaying message
2025-12-18 04:20:39.833 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:31125/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:20:39.838 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:20:39.838 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-18 04:20:39.839 DEBUG [src.steps.store] Relaying message
2025-12-18 04:20:39.840 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:25302/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2025-12-18 04:20:39.845 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-18 04:20:39.845 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2025-12-18 04:20:39.847 DEBUG [src.libs.common] Sleeping for 120 seconds
2025-12-18 04:22:39.847 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31125/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2025-12-18 04:22:39.853 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2025-12-18 04:22:39.854 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25302/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2025-12-18 04:22:39.859 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2025-12-18 04:22:39.860 DEBUG [tests.conftest] Running fixture teardown: test_setup
2025-12-18 04:22:39.861 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2025-12-18 04:22:39.862 DEBUG [src.node.waku_node] Stopping container with id a6432f9b3c27
2025-12-18 04:22:40.464 DEBUG [src.node.waku_node] Container stopped.
2025-12-18 04:22:40.464 DEBUG [src.node.waku_node] Stopping container with id 0762b4d96db9
2025-12-18 04:22:40.999 DEBUG [src.node.waku_node] Container stopped.
2025-12-18 04:22:41.001 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2025-12-18 04:22:41.081 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2025-12-18 04:22:41.153 DEBUG [src.node.docker_mananger] No errors found in the waku logs.