467 lines
65 KiB
Plaintext

2026-03-11 04:35:36.054 DEBUG [tests.conftest] Running fixture setup: test_id
2026-03-11 04:35:36.055 DEBUG [tests.conftest] Running test: test_store_sync_high_jitter_stress with id: 2026-03-11_04-35-36__875f4912-4df8-41b2-ba56-3e5d9a0908d9
2026-03-11 04:35:36.056 DEBUG [src.steps.common] Running fixture setup: common_setup
2026-03-11 04:35:36.063 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-11 04:35:36.063 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-11_04-35-36__875f4912-4df8-41b2-ba56-3e5d9a0908d9__wakuorg_nwaku:latest.log
2026-03-11 04:35:36.070 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-11 04:35:36.070 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-11_04-35-36__875f4912-4df8-41b2-ba56-3e5d9a0908d9__wakuorg_nwaku:latest.log
2026-03-11 04:35:36.077 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-11 04:35:36.077 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2026-03-11_04-35-36__875f4912-4df8-41b2-ba56-3e5d9a0908d9__wakuorg_nwaku:latest.log
2026-03-11 04:35:36.077 DEBUG [src.steps.store] Running fixture setup: store_setup
2026-03-11 04:35:36.078 DEBUG [src.node.waku_node] Starting Node...
2026-03-11 04:35:36.078 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-11 04:35:36.079 DEBUG [src.node.docker_mananger] Network waku already exists
2026-03-11 04:35:36.080 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.12.160
2026-03-11 04:35:36.080 DEBUG [src.node.docker_mananger] Generated ports ['18674', '18675', '18676', '18677', '18678']
2026-03-11 04:35:36.080 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-11 04:35:36.080 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-11 04:35:36.080 DEBUG [src.node.waku_node] Using volumes []
2026-03-11 04:35:36.080 DEBUG [src.node.docker_mananger] docker run -i -t -p 18674:18674 -p 18675:18675 -p 18676:18676 -p 18677:18677 -p 18678:18678 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=18676 --rest-port=18674 --tcp-port=18675 --discv5-udp-port=18677 --rest-address=0.0.0.0 --nat=extip:172.18.12.160 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=49566bcaddfde6b5c7afccb2e20759b349bcbeefeabc330b5f24ddd647f3cc9e --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=18678 --metrics-logging=true --store-sync-relay-jitter=90 --relay=true --dns-discovery=false
2026-03-11 04:35:36.259 ERROR [src.node.docker_mananger] Max retries reached for container a8df8a4b30dc. Exiting log stream.
2026-03-11 04:35:36.288 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.12.160 waku 5992e9630cbdb90bb611cedeb9971bf1fcdb7d7eebf19f48f4715e709a66130e
2026-03-11 04:35:36.324 DEBUG [src.node.docker_mananger] Container started with ID 5992e9630cbd. Setting up logs at ./log/docker/node1_2026-03-11_04-35-36__875f4912-4df8-41b2-ba56-3e5d9a0908d9__wakuorg_nwaku:latest.log
2026-03-11 04:35:36.325 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 18674
2026-03-11 04:35:36.326 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-11 04:35:36.817 ERROR [src.node.docker_mananger] Max retries reached for container b388c9718560. Exiting log stream.
2026-03-11 04:35:37.327 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18674/health" -H "Content-Type: application/json" -d 'None'
2026-03-11 04:35:37.330 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
2026-03-11 04:35:37.330 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-11 04:35:37.330 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18674/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-11 04:35:37.332 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.12.160/tcp/18675/p2p/16Uiu2HAmG2oFrqpTD8nLDyBiL7nFizxWLhczXKs9hMdxvzZ7dxFA","/ip4/172.18.12.160/tcp/18676/ws/p2p/16Uiu2HAmG2oFrqpTD8nLDyBiL7nFizxWLhczXKs9hMdxvzZ7dxFA"],"enrUri":"enr:-L24QCSZomhpMj_cMsw21uaUnpBvwpw-PLFlYmxWRJSA3uABVEoCMy5fe3vRS6MhKHfB7wefKG4iv3c-hmHnmMUo4IECgmlkgnY0gmlwhKwSDKCKbXVsdGlhZGRyc5YACASsEgygBkjzAAoErBIMoAZI9N0DgnJzhQADAQAAiXNlY3AyNTZrMaEDMilLhEj9n0dciDVqQT4zrMD68hfjuYcrq-RPK8JLpbGDdGNwgkjzg3VkcIJI9YV3YWt1MhM"}'
2026-03-11 04:35:37.332 INFO [src.node.waku_node] REST service is ready !!
2026-03-11 04:35:37.333 DEBUG [src.node.waku_node] Starting Node...
2026-03-11 04:35:37.333 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-11 04:35:37.334 DEBUG [src.node.docker_mananger] Network waku already exists
2026-03-11 04:35:37.334 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.70.158
2026-03-11 04:35:37.334 DEBUG [src.node.docker_mananger] Generated ports ['13256', '13257', '13258', '13259', '13260']
2026-03-11 04:35:37.335 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-11 04:35:37.335 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-11 04:35:37.335 DEBUG [src.node.waku_node] Using volumes []
2026-03-11 04:35:37.335 DEBUG [src.node.docker_mananger] docker run -i -t -p 13256:13256 -p 13257:13257 -p 13258:13258 -p 13259:13259 -p 13260:13260 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=13258 --rest-port=13256 --tcp-port=13257 --discv5-udp-port=13259 --rest-address=0.0.0.0 --nat=extip:172.18.70.158 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=3ec1d13726e704c0a667d6fdd3ace7bf1c0ef1caab14ae34b084087a2158aabd --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=13260 --metrics-logging=true --store-sync-relay-jitter=90 --relay=true --dns-discovery=false
2026-03-11 04:35:37.528 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.70.158 waku 88cc75b252a074d88cc2007fbd594d505c86abf90a089635608dc6f56b1edcce
2026-03-11 04:35:37.563 DEBUG [src.node.docker_mananger] Container started with ID 88cc75b252a0. Setting up logs at ./log/docker/node2_2026-03-11_04-35-36__875f4912-4df8-41b2-ba56-3e5d9a0908d9__wakuorg_nwaku:latest.log
2026-03-11 04:35:37.563 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 13256
2026-03-11 04:35:37.564 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-11 04:35:38.564 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13256/health" -H "Content-Type: application/json" -d 'None'
2026-03-11 04:35:38.567 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
2026-03-11 04:35:38.567 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-11 04:35:38.567 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13256/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-11 04:35:38.570 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.70.158/tcp/13257/p2p/16Uiu2HAkxYSfKB4xUDZStSxN5JNMXZXEvqNQ6pfanHiQCmFGLoR9","/ip4/172.18.70.158/tcp/13258/ws/p2p/16Uiu2HAkxYSfKB4xUDZStSxN5JNMXZXEvqNQ6pfanHiQCmFGLoR9"],"enrUri":"enr:-L24QMO0Xuu-4BLmJ7l65pMRipvc93Uk3HkJF32_P-E1EbdcJeylIu25vytxUxTjfi2wMYIcakfry362PoHHDBekOMoCgmlkgnY0gmlwhKwSRp6KbXVsdGlhZGRyc5YACASsEkaeBjPJAAoErBJGngYzyt0DgnJzhQADAQAAiXNlY3AyNTZrMaECLk8RKbPVDEDshS7ZIDuAnSvZ1ogThD6IK6V619HuRRiDdGNwgjPJg3VkcIIzy4V3YWt1MhM"}'
2026-03-11 04:35:38.570 INFO [src.node.waku_node] REST service is ready !!
2026-03-11 04:35:38.570 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:18674/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.70.158/tcp/13257/p2p/16Uiu2HAkxYSfKB4xUDZStSxN5JNMXZXEvqNQ6pfanHiQCmFGLoR9"]'
2026-03-11 04:35:38.607 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-11 04:35:38.609 DEBUG [src.steps.store] Relaying message
2026-03-11 04:35:38.611 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:18674/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-11 04:35:38.616 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-11 04:35:38.617 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-11 04:35:38.617 DEBUG [src.steps.store] Relaying message
2026-03-11 04:35:38.617 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:13256/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-11 04:35:38.635 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-11 04:35:38.636 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-11 04:35:38.638 DEBUG [src.steps.store] Relaying message
2026-03-11 04:35:38.638 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:18674/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-11 04:35:38.644 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-11 04:35:38.644 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-11 04:35:38.645 DEBUG [src.steps.store] Relaying message
2026-03-11 04:35:38.645 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:13256/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-11 04:35:38.651 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-11 04:35:38.652 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-11 04:35:38.653 DEBUG [src.steps.store] Relaying message
2026-03-11 04:35:38.653 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:18674/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-11 04:35:38.659 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-11 04:35:38.659 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-11 04:35:38.660 DEBUG [src.steps.store] Relaying message
2026-03-11 04:35:38.660 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:13256/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-11 04:35:38.666 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-11 04:35:38.666 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-11 04:35:38.667 DEBUG [src.steps.store] Relaying message
2026-03-11 04:35:38.668 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:18674/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-11 04:35:38.675 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-11 04:35:38.676 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-11 04:35:38.677 DEBUG [src.steps.store] Relaying message
2026-03-11 04:35:38.677 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:13256/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-11 04:35:38.682 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-11 04:35:38.682 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-11 04:35:38.683 DEBUG [src.steps.store] Relaying message
2026-03-11 04:35:38.683 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:18674/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-11 04:35:38.689 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-11 04:35:38.690 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-11 04:35:38.691 DEBUG [src.steps.store] Relaying message
2026-03-11 04:35:38.691 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:13256/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-11 04:35:38.696 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-11 04:35:38.697 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-11 04:35:38.698 DEBUG [src.steps.store] Relaying message
2026-03-11 04:35:38.698 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:18674/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-11 04:35:38.703 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-11 04:35:38.704 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-11 04:35:38.705 DEBUG [src.steps.store] Relaying message
2026-03-11 04:35:38.705 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:13256/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-11 04:35:38.711 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-11 04:35:38.712 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-11 04:35:38.713 DEBUG [src.steps.store] Relaying message
2026-03-11 04:35:38.713 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:18674/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-11 04:35:38.718 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-11 04:35:38.718 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-11 04:35:38.719 DEBUG [src.steps.store] Relaying message
2026-03-11 04:35:38.720 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:13256/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-11 04:35:38.725 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-11 04:35:38.726 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-11 04:35:38.727 DEBUG [src.steps.store] Relaying message
2026-03-11 04:35:38.727 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:18674/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-11 04:35:38.732 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-11 04:35:38.732 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-11 04:35:38.733 DEBUG [src.steps.store] Relaying message
2026-03-11 04:35:38.733 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:13256/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-11 04:35:38.739 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-11 04:35:38.739 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-11 04:35:38.740 DEBUG [src.steps.store] Relaying message
2026-03-11 04:35:38.741 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:18674/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-11 04:35:38.746 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-11 04:35:38.746 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-11 04:35:38.747 DEBUG [src.steps.store] Relaying message
2026-03-11 04:35:38.747 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:13256/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-11 04:35:38.754 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-11 04:35:38.754 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-11 04:35:38.755 DEBUG [src.steps.store] Relaying message
2026-03-11 04:35:38.755 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:18674/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-11 04:35:38.761 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-11 04:35:38.761 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-11 04:35:38.762 DEBUG [src.steps.store] Relaying message
2026-03-11 04:35:38.762 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:13256/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-11 04:35:38.768 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-11 04:35:38.768 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-11 04:35:38.769 DEBUG [src.steps.store] Relaying message
2026-03-11 04:35:38.770 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:18674/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-11 04:35:38.776 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-11 04:35:38.776 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-11 04:35:38.777 DEBUG [src.steps.store] Relaying message
2026-03-11 04:35:38.777 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:13256/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-11 04:35:38.784 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-11 04:35:38.784 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-11 04:35:38.785 DEBUG [src.steps.store] Relaying message
2026-03-11 04:35:38.786 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:18674/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-11 04:35:38.791 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-11 04:35:38.791 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-11 04:35:38.793 DEBUG [src.steps.store] Relaying message
2026-03-11 04:35:38.793 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:13256/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-11 04:35:38.798 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-11 04:35:38.799 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-11 04:35:38.799 DEBUG [src.steps.store] Relaying message
2026-03-11 04:35:38.800 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:18674/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-11 04:35:38.805 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-11 04:35:38.805 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-11 04:35:38.806 DEBUG [src.steps.store] Relaying message
2026-03-11 04:35:38.807 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:13256/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-11 04:35:38.812 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-11 04:35:38.812 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-11 04:35:38.814 DEBUG [src.steps.store] Relaying message
2026-03-11 04:35:38.814 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:18674/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-11 04:35:38.820 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-11 04:35:38.820 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-11 04:35:38.821 DEBUG [src.steps.store] Relaying message
2026-03-11 04:35:38.822 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:13256/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-11 04:35:38.827 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-11 04:35:38.827 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-11 04:35:38.829 DEBUG [src.steps.store] Relaying message
2026-03-11 04:35:38.829 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:18674/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-11 04:35:38.834 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-11 04:35:38.834 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-11 04:35:38.835 DEBUG [src.steps.store] Relaying message
2026-03-11 04:35:38.836 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:13256/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-11 04:35:38.841 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-11 04:35:38.842 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-11 04:35:38.843 DEBUG [src.steps.store] Relaying message
2026-03-11 04:35:38.843 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:18674/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-11 04:35:38.848 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-11 04:35:38.849 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-11 04:35:38.850 DEBUG [src.steps.store] Relaying message
2026-03-11 04:35:38.850 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:13256/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-11 04:35:38.857 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-11 04:35:38.857 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-11 04:35:38.858 DEBUG [src.steps.store] Relaying message
2026-03-11 04:35:38.858 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:18674/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-11 04:35:38.863 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-11 04:35:38.863 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-11 04:35:38.864 DEBUG [src.steps.store] Relaying message
2026-03-11 04:35:38.865 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:13256/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-11 04:35:38.870 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-11 04:35:38.872 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-11 04:35:38.872 DEBUG [src.steps.store] Relaying message
2026-03-11 04:35:38.873 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:18674/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-11 04:35:38.878 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-11 04:35:38.878 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-11 04:35:38.879 DEBUG [src.steps.store] Relaying message
2026-03-11 04:35:38.880 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:13256/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-11 04:35:38.885 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-11 04:35:38.886 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-11 04:35:38.887 DEBUG [src.steps.store] Relaying message
2026-03-11 04:35:38.888 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:18674/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-11 04:35:38.895 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-11 04:35:38.895 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-11 04:35:38.896 DEBUG [src.steps.store] Relaying message
2026-03-11 04:35:38.896 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:13256/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-11 04:35:38.902 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-11 04:35:38.903 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-11 04:35:38.903 DEBUG [src.steps.store] Relaying message
2026-03-11 04:35:38.904 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:18674/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-11 04:35:38.909 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-11 04:35:38.910 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-11 04:35:38.911 DEBUG [src.steps.store] Relaying message
2026-03-11 04:35:38.911 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:13256/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-11 04:35:38.916 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-11 04:35:38.917 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-11 04:35:38.917 DEBUG [src.steps.store] Relaying message
2026-03-11 04:35:38.918 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:18674/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-11 04:35:38.924 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-11 04:35:38.924 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-11 04:35:38.925 DEBUG [src.steps.store] Relaying message
2026-03-11 04:35:38.926 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:13256/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-11 04:35:38.931 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-11 04:35:38.931 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-11 04:35:38.933 DEBUG [src.steps.store] Relaying message
2026-03-11 04:35:38.933 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:18674/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-11 04:35:38.939 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-11 04:35:38.940 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-11 04:35:38.941 DEBUG [src.steps.store] Relaying message
2026-03-11 04:35:38.941 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:13256/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-11 04:35:38.947 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-11 04:35:38.947 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-11 04:35:38.948 DEBUG [src.steps.store] Relaying message
2026-03-11 04:35:38.949 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:18674/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-11 04:35:38.955 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-11 04:35:38.955 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-11 04:35:38.956 DEBUG [src.steps.store] Relaying message
2026-03-11 04:35:38.957 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:13256/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-11 04:35:38.962 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-11 04:35:38.962 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-11 04:35:38.963 DEBUG [src.steps.store] Relaying message
2026-03-11 04:35:38.963 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:18674/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-11 04:35:38.968 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-11 04:35:38.968 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-11 04:35:38.970 DEBUG [src.steps.store] Relaying message
2026-03-11 04:35:38.970 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:13256/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-11 04:35:38.975 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-11 04:35:38.976 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-11 04:35:38.977 DEBUG [src.steps.store] Relaying message
2026-03-11 04:35:38.978 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:18674/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-11 04:35:38.983 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-11 04:35:38.983 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-11 04:35:38.984 DEBUG [src.steps.store] Relaying message
2026-03-11 04:35:38.984 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:13256/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-11 04:35:38.990 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-11 04:35:38.991 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-11 04:35:38.992 DEBUG [src.steps.store] Relaying message
2026-03-11 04:35:38.992 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:18674/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-11 04:35:38.998 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-11 04:35:38.998 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-11 04:35:38.999 DEBUG [src.steps.store] Relaying message
2026-03-11 04:35:38.999 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:13256/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-11 04:35:39.005 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-11 04:35:39.005 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-11 04:35:39.007 DEBUG [src.steps.store] Relaying message
2026-03-11 04:35:39.007 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:18674/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-11 04:35:39.012 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-11 04:35:39.012 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-11 04:35:39.013 DEBUG [src.steps.store] Relaying message
2026-03-11 04:35:39.014 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:13256/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-11 04:35:39.019 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-11 04:35:39.020 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-11 04:35:39.022 DEBUG [src.steps.store] Relaying message
2026-03-11 04:35:39.022 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:18674/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-11 04:35:39.027 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-11 04:35:39.027 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-11 04:35:39.028 DEBUG [src.steps.store] Relaying message
2026-03-11 04:35:39.029 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:13256/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-11 04:35:39.034 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-11 04:35:39.035 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-11 04:35:39.036 DEBUG [src.steps.store] Relaying message
2026-03-11 04:35:39.036 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:18674/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-11 04:35:39.043 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-11 04:35:39.043 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-11 04:35:39.044 DEBUG [src.steps.store] Relaying message
2026-03-11 04:35:39.044 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:13256/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-11 04:35:39.049 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-11 04:35:39.049 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-11 04:35:39.051 DEBUG [src.steps.store] Relaying message
2026-03-11 04:35:39.051 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:18674/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-11 04:35:39.057 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-11 04:35:39.057 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-11 04:35:39.058 DEBUG [src.steps.store] Relaying message
2026-03-11 04:35:39.058 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:13256/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-11 04:35:39.064 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-11 04:35:39.064 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-11 04:35:39.066 DEBUG [src.steps.store] Relaying message
2026-03-11 04:35:39.066 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:18674/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-11 04:35:39.072 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-11 04:35:39.072 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-11 04:35:39.073 DEBUG [src.steps.store] Relaying message
2026-03-11 04:35:39.074 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:13256/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-11 04:35:39.080 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-11 04:35:39.080 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-11 04:35:39.081 DEBUG [src.steps.store] Relaying message
2026-03-11 04:35:39.081 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:18674/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-11 04:35:39.087 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-11 04:35:39.087 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-11 04:35:39.088 DEBUG [src.steps.store] Relaying message
2026-03-11 04:35:39.089 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:13256/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-11 04:35:39.095 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-11 04:35:39.095 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-11 04:35:39.096 DEBUG [src.steps.store] Relaying message
2026-03-11 04:35:39.096 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:18674/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-11 04:35:39.101 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-11 04:35:39.102 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-11 04:35:39.103 DEBUG [src.steps.store] Relaying message
2026-03-11 04:35:39.104 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:13256/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-11 04:35:39.109 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-11 04:35:39.110 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-11 04:35:39.111 DEBUG [src.steps.store] Relaying message
2026-03-11 04:35:39.111 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:18674/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-11 04:35:39.117 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-11 04:35:39.117 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-11 04:35:39.119 DEBUG [src.steps.store] Relaying message
2026-03-11 04:35:39.119 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:13256/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-11 04:35:39.124 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-11 04:35:39.125 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-11 04:35:39.126 DEBUG [src.steps.store] Relaying message
2026-03-11 04:35:39.126 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:18674/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-11 04:35:39.131 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-11 04:35:39.132 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-11 04:35:39.132 DEBUG [src.steps.store] Relaying message
2026-03-11 04:35:39.133 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:13256/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-11 04:35:39.139 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-11 04:35:39.140 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-11 04:35:39.140 DEBUG [src.steps.store] Relaying message
2026-03-11 04:35:39.141 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:18674/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-11 04:35:39.147 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-11 04:35:39.147 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-11 04:35:39.149 DEBUG [src.steps.store] Relaying message
2026-03-11 04:35:39.149 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:13256/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-11 04:35:39.154 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-11 04:35:39.155 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-11 04:35:39.156 DEBUG [src.steps.store] Relaying message
2026-03-11 04:35:39.156 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:18674/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-11 04:35:39.161 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-11 04:35:39.162 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-11 04:35:39.162 DEBUG [src.steps.store] Relaying message
2026-03-11 04:35:39.162 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:13256/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-11 04:35:39.169 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-11 04:35:39.169 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-11 04:35:39.170 DEBUG [src.steps.store] Relaying message
2026-03-11 04:35:39.171 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:18674/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-11 04:35:39.176 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-11 04:35:39.176 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-11 04:35:39.177 DEBUG [src.steps.store] Relaying message
2026-03-11 04:35:39.178 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:13256/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-11 04:35:39.183 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-11 04:35:39.183 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-11 04:35:39.185 DEBUG [src.steps.store] Relaying message
2026-03-11 04:35:39.185 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:18674/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-11 04:35:39.190 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-11 04:35:39.190 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-11 04:35:39.191 DEBUG [src.steps.store] Relaying message
2026-03-11 04:35:39.191 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:13256/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-11 04:35:39.197 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-11 04:35:39.198 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-11 04:35:39.199 DEBUG [src.steps.store] Relaying message
2026-03-11 04:35:39.199 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:18674/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-11 04:35:39.204 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-11 04:35:39.205 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-11 04:35:39.205 DEBUG [src.steps.store] Relaying message
2026-03-11 04:35:39.205 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:13256/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-11 04:35:39.211 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-11 04:35:39.211 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-11 04:35:39.212 DEBUG [src.steps.store] Relaying message
2026-03-11 04:35:39.212 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:18674/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-11 04:35:39.218 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-11 04:35:39.218 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-11 04:35:39.219 DEBUG [src.steps.store] Relaying message
2026-03-11 04:35:39.219 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:13256/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-11 04:35:39.227 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-11 04:35:39.227 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-11 04:35:39.228 DEBUG [src.steps.store] Relaying message
2026-03-11 04:35:39.228 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:18674/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-11 04:35:39.234 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-11 04:35:39.235 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-11 04:35:39.235 DEBUG [src.steps.store] Relaying message
2026-03-11 04:35:39.236 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:13256/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-11 04:35:39.241 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-11 04:35:39.242 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-11 04:35:39.243 DEBUG [src.steps.store] Relaying message
2026-03-11 04:35:39.243 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:18674/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-11 04:35:39.248 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-11 04:35:39.249 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-11 04:35:39.250 DEBUG [src.steps.store] Relaying message
2026-03-11 04:35:39.250 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:13256/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-11 04:35:39.256 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-11 04:35:39.256 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-11 04:35:39.257 DEBUG [src.steps.store] Relaying message
2026-03-11 04:35:39.257 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:18674/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-11 04:35:39.263 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-11 04:35:39.263 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-11 04:35:39.264 DEBUG [src.steps.store] Relaying message
2026-03-11 04:35:39.264 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:13256/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-11 04:35:39.270 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-11 04:35:39.270 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-11 04:35:39.272 DEBUG [src.steps.store] Relaying message
2026-03-11 04:35:39.272 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:18674/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-11 04:35:39.278 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-11 04:35:39.278 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-11 04:35:39.279 DEBUG [src.steps.store] Relaying message
2026-03-11 04:35:39.279 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:13256/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-11 04:35:39.285 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-11 04:35:39.286 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-11 04:35:39.287 DEBUG [src.steps.store] Relaying message
2026-03-11 04:35:39.287 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:18674/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-11 04:35:39.292 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-11 04:35:39.293 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-11 04:35:39.294 DEBUG [src.steps.store] Relaying message
2026-03-11 04:35:39.294 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:13256/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-11 04:35:39.299 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-11 04:35:39.299 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-11 04:35:39.301 DEBUG [src.steps.store] Relaying message
2026-03-11 04:35:39.301 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:18674/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-11 04:35:39.307 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-11 04:35:39.308 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-11 04:35:39.309 DEBUG [src.steps.store] Relaying message
2026-03-11 04:35:39.310 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:13256/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-11 04:35:39.314 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-11 04:35:39.315 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-11 04:35:39.316 DEBUG [src.steps.store] Relaying message
2026-03-11 04:35:39.317 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:18674/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-11 04:35:39.322 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-11 04:35:39.322 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-11 04:35:39.324 DEBUG [src.steps.store] Relaying message
2026-03-11 04:35:39.324 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:13256/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-11 04:35:39.329 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-11 04:35:39.329 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-11 04:35:39.331 DEBUG [src.steps.store] Relaying message
2026-03-11 04:35:39.331 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:18674/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-11 04:35:39.339 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-11 04:35:39.340 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-11 04:35:39.341 DEBUG [src.steps.store] Relaying message
2026-03-11 04:35:39.341 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:13256/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-11 04:35:39.348 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-11 04:35:39.348 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-11 04:35:39.349 DEBUG [src.steps.store] Relaying message
2026-03-11 04:35:39.349 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:18674/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-11 04:35:39.354 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-11 04:35:39.355 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-11 04:35:39.356 DEBUG [src.steps.store] Relaying message
2026-03-11 04:35:39.356 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:13256/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-11 04:35:39.362 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-11 04:35:39.363 DEBUG [src.libs.common] Sleeping for 0.0 seconds
2026-03-11 04:35:39.364 DEBUG [src.libs.common] Sleeping for 120 seconds
2026-03-11 04:37:39.364 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18674/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-03-11 04:37:39.371 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2026-03-11 04:37:39.371 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13256/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-03-11 04:37:39.376 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
2026-03-11 04:37:39.378 DEBUG [tests.conftest] Running fixture teardown: test_setup
2026-03-11 04:37:39.379 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2026-03-11 04:37:39.380 DEBUG [src.node.waku_node] Stopping container with id 5992e9630cbd
2026-03-11 04:37:39.917 DEBUG [src.node.waku_node] Container stopped.
2026-03-11 04:37:39.917 DEBUG [src.node.waku_node] Stopping container with id 88cc75b252a0
2026-03-11 04:37:40.486 DEBUG [src.node.waku_node] Container stopped.
2026-03-11 04:37:40.490 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2026-03-11 04:37:40.566 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-03-11 04:37:40.644 DEBUG [src.node.docker_mananger] No errors found in the waku logs.